/* ═══════════════════════════════════════════════════════════════
   K-Trust · 정기금평가와 K-신탁의 결합
   ─ 슬라이드 A · 원본수익권 시뮬레이터
   ─ 슬라이드 B · 10년 차 사망 시 · 비교표
   ═══════════════════════════════════════════════════════════════ */

.ap-section {
  padding: 0;
  background: #fafaf7;
}

/* ─── 슬라이드 공통 ─── */
.ap-slide {
  padding: 100px 40px;
  position: relative;
}
.ap-slide-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.ap-slide-a {
  background:
    radial-gradient(ellipse at top right, rgba(184, 147, 90, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #fafaf7 0%, #f6f3ec 100%);
  border-top: 1px solid rgba(184, 147, 90, 0.2);
}

.ap-slide-b {
  background: linear-gradient(180deg, #0f1f38 0%, #172a44 50%, #1e3454 100%);
  color: #f4f0e6;
  border-top: 1px solid rgba(184, 147, 90, 0.3);
  border-bottom: 1px solid rgba(184, 147, 90, 0.3);
}

/* ─── 헤드 ─── */
.ap-head {
  text-align: center;
  margin-bottom: 60px;
}

/* ⭐ 슬라이드 A 헤드 · 신뢰 · 다크 네이비 박스로 강조 */
.ap-slide-a .ap-head {
  padding: 56px 60px 52px 60px;
  background:
    radial-gradient(ellipse at top right, rgba(212, 175, 55, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(184, 147, 90, 0.1) 0%, transparent 50%),
    linear-gradient(135deg, #0f1f38 0%, #172a44 50%, #1e3454 100%);
  border: 1px solid rgba(184, 147, 90, 0.4);
  border-radius: 16px;
  box-shadow:
    0 20px 50px -12px rgba(15, 31, 56, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
}
.ap-slide-a .ap-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #d4af37 70%, transparent 100%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

.ap-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #b8935a);
  margin-bottom: 20px;
}
.ap-slide-a .ap-eyebrow,
.ap-slide-b .ap-eyebrow {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.ap-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--navy-deep, #0f2340);
  margin: 0 0 24px 0;
}
/* ⭐ 슬라이드 A · 다크 배경 위 · 크림 화이트 제목 */
.ap-slide-a .ap-title {
  color: #f4f0e6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ap-slide-b .ap-title {
  color: #f4f0e6;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.ap-title em {
  font-style: normal;
  color: var(--gold, #b8935a);
  font-weight: 800;
  position: relative;
}
/* ⭐ 슬라이드 A · em 강조 · 밝은 골드 광채 */
.ap-slide-a .ap-title em {
  color: #e8c97a;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.4);
}
.ap-slide-b .ap-title em {
  color: #e8c97a;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

.ap-lead {
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  color: #4a5568;
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: -0.005em;
}
/* ⭐ 슬라이드 A · 다크 배경 위 · 크림 그레이 본문 */
.ap-slide-a .ap-lead {
  color: #cbd3e0;
}
.ap-slide-b .ap-lead {
  color: #cbd3e0;
}
.ap-lead strong {
  color: var(--navy-deep, #0f2340);
  font-weight: 700;
}
.ap-slide-a .ap-lead strong,
.ap-slide-b .ap-lead strong {
  color: #e8c97a;
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   공식 · 전문가 이미지 · 핵심
   ═══════════════════════════════════════════════ */
.ap-formula {
  background: linear-gradient(135deg, #ffffff 0%, #fafaf7 100%);
  border: 1.5px solid rgba(184, 147, 90, 0.3);
  border-radius: 16px;
  padding: 40px 50px;
  margin: 0 auto 60px;
  max-width: 820px;
  text-align: center;
  box-shadow: 0 6px 24px -6px rgba(15, 31, 56, 0.08);
}
.ap-formula-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #b8935a);
  margin-bottom: 24px;
}
.ap-formula-eq {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
  font-family: 'Noto Serif KR', serif;
}
.apfe-lhs {
  font-size: 22px;
  font-weight: 600;
  color: var(--navy-deep, #0f2340);
}
.apfe-eq {
  font-size: 32px;
  color: var(--gold, #b8935a);
  font-weight: 300;
}
.apfe-frac {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.apfe-num {
  font-size: 24px;
  font-weight: 600;
  color: var(--navy-deep, #0f2340);
  padding: 0 20px 6px 20px;
}
.apfe-bar {
  height: 1.5px;
  background: var(--gold, #b8935a);
  width: 100%;
}
.apfe-den {
  font-size: 24px;
  font-weight: 600;
  color: var(--navy-deep, #0f2340);
  padding: 6px 20px 0 20px;
}
.apfe-den sup {
  font-size: 15px;
  color: #a13030;
  font-weight: 700;
  margin-left: 2px;
}
.ap-formula-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px dashed rgba(184, 147, 90, 0.3);
  font-size: 14px;
  line-height: 1.7;
  color: #4a5568;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
.apfn-k {
  display: inline-block;
  min-width: 20px;
  color: var(--gold, #b8935a);
  font-weight: 700;
  font-size: 13px;
  margin-right: 8px;
}
.ap-formula-notes strong {
  color: var(--navy-deep, #0f2340);
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   시뮬레이터
   ═══════════════════════════════════════════════ */
.ap-sim {
  background: #fff;
  border: 1.5px solid rgba(184, 147, 90, 0.28);
  border-radius: 16px;
  padding: 40px 44px;
  margin-bottom: 60px;
  box-shadow: 0 8px 28px -8px rgba(15, 31, 56, 0.12);
}
.ap-sim-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(184, 147, 90, 0.2);
}
.ap-sim-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #b8935a);
}
.ap-sim-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy-deep, #0f2340);
}

.ap-sim-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.ap-ctl-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}
.ap-ctl-lbl {
  font-size: 15px;
  font-weight: 700;
  color: #2a3548;
  letter-spacing: -0.005em;
}
.ap-ctl-val {
  font-size: 28px;
  font-weight: 700;
  color: var(--navy-deep, #0f2340);
  letter-spacing: -0.02em;
}
.ap-ctl-val span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 2px;
  color: #6b7280;
}
.ap-ctl-scale {
  font-size: 11px;
  font-weight: 500;
  color: #9ca3af;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.02em;
}

/* 슬라이더 */
.ap-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold, #b8935a) 0%, rgba(184, 147, 90, 0.2) 100%);
  outline: none;
  cursor: pointer;
}
.ap-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy-deep, #0f2340);
  border: 3px solid var(--gold, #b8935a);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 31, 56, 0.25);
  transition: transform 0.15s ease;
}
.ap-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.ap-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--navy-deep, #0f2340);
  border: 3px solid var(--gold, #b8935a);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 31, 56, 0.25);
}

/* ─── 결과 3장 카드 ─── */
.ap-sim-result {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 28px;
}

.ap-res-card {
  padding: 24px 22px;
  border-radius: 12px;
  border: 1.5px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

.ap-res-general {
  background: #fff;
  border-color: rgba(15, 31, 56, 0.15);
}
.ap-res-trust {
  background: linear-gradient(135deg, #fdf9ee 0%, #f7f0dc 100%);
  border-color: rgba(184, 147, 90, 0.5);
  box-shadow: 0 4px 14px -4px rgba(184, 147, 90, 0.2);
}
.ap-res-saved {
  background: linear-gradient(135deg, #fdf5f5 0%, #f7e8e8 100%);
  border-color: rgba(161, 48, 48, 0.35);
}

.ap-res-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold, #b8935a);
  margin-bottom: 4px;
}
.ap-res-trust .ap-res-lbl { color: #8a6a2f; }
.ap-res-saved .ap-res-lbl { color: #a13030; }

.ap-res-desc {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 14px;
}

.ap-res-val {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--navy-deep, #0f2340);
  margin-bottom: 10px;
}
.ap-res-val em {
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  margin-left: 3px;
  color: var(--navy, #1e3a5f);
}
.ap-res-val-red {
  color: #a13030;
}
.ap-res-val-red em {
  color: #a13030;
}

.ap-res-note {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: -0.005em;
  line-height: 1.5;
}
.ap-res-note-red {
  color: #a13030;
  font-weight: 600;
}
.ap-res-note-red strong {
  font-weight: 800;
  font-size: 14px;
}

.ap-res-arrow {
  font-size: 28px;
  font-weight: 700;
  color: #a1a8b3;
  align-self: center;
  padding: 0 4px;
}

/* ─── 인사이트 ─── */
.ap-insight {
  display: flex;
  gap: 14px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #0f1f38 0%, #172a44 100%);
  color: #f4f0e6;
  border-radius: 12px;
  border-left: 4px solid var(--gold, #b8935a);
}
.api-mark {
  font-size: 22px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.4));
}
.api-body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
.api-body strong {
  color: #e8c97a;
  font-weight: 700;
}
.api-hi {
  color: #ff7373 !important;
  font-weight: 800 !important;
  text-shadow: 0 0 12px rgba(255, 90, 90, 0.35);
}

/* ═══════════════════════════════════════════════
   3대 시나리오 비교
   ═══════════════════════════════════════════════ */
.ap-scenarios {
  margin-top: 40px;
}
.ap-scn-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #b8935a);
  text-align: center;
  margin-bottom: 24px;
}
.ap-scn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ap-scn-card {
  background: #fff;
  border: 1.5px solid rgba(15, 31, 56, 0.1);
  border-radius: 14px;
  padding: 32px 28px 28px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
/* ⭐ 02 · K-Trust 추천 · 신뢰 · 다크 네이비 톤 */
.ap-scn-recommend {
  background:
    radial-gradient(ellipse at top right, rgba(212, 175, 55, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(184, 147, 90, 0.08) 0%, transparent 50%),
    linear-gradient(135deg, #0f1f38 0%, #172a44 50%, #1e3454 100%);
  border-color: rgba(184, 147, 90, 0.55);
  box-shadow:
    0 14px 34px -10px rgba(15, 31, 56, 0.4),
    0 4px 12px rgba(184, 147, 90, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  transform: translateY(-4px);
}
.ap-scn-recommend::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #d4af37 70%, transparent 100%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
  border-radius: 14px 14px 0 0;
}
/* 추천 카드 · 내부 텍스트 · 크림 화이트 톤 */
.ap-scn-recommend .ap-scn-num { color: #d4af37; }
.ap-scn-recommend .ap-scn-title {
  color: #f4f0e6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.ap-scn-recommend .ap-scn-basis {
  color: #e8c97a;
  font-weight: 700;
  border-bottom-color: rgba(212, 175, 55, 0.25);
}
.ap-scn-recommend .ap-scn-list li {
  color: #cbd3e0;
}
.ap-scn-recommend .ap-scn-list li strong {
  color: #e8c97a;
  font-weight: 700;
}
.ap-scn-recommend .apl-good {
  color: #6ce4a7;
}

.ap-scn-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #d4af37 0%, #b8935a 100%);
  color: #0f1f38;
  padding: 7px 18px;
  border-radius: 22px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow:
    0 6px 16px -2px rgba(212, 175, 55, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  white-space: nowrap;
}

/* 🟫 03 · 일반 일시 증여 · 흐릿한 · 비추천 표시 */
.ap-scn-dim {
  background: transparent;
  border: 1.5px dashed rgba(15, 31, 56, 0.15);
  opacity: 0.55;
  box-shadow: none;
}
.ap-scn-dim:hover {
  opacity: 0.75;
}
.ap-scn-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--gold, #b8935a);
  margin-bottom: 12px;
}
.ap-scn-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy-deep, #0f2340);
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}
.ap-scn-basis {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed rgba(184, 147, 90, 0.25);
  letter-spacing: -0.005em;
}
.ap-scn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ap-scn-list li {
  display: flex;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #4a5568;
  letter-spacing: -0.005em;
}
.ap-scn-list li strong {
  color: var(--navy-deep, #0f2340);
  font-weight: 700;
}
.apl-good { color: #2a7f5f; font-weight: 700; flex-shrink: 0; }
.apl-warn { color: #b8860b; font-weight: 700; flex-shrink: 0; }
.apl-bad  { color: #a13030; font-weight: 700; flex-shrink: 0; }

/* ═══════════════════════════════════════════════
   슬라이드 B · 비교표
   ═══════════════════════════════════════════════ */
.ap-compare {
  margin-bottom: 60px;
}
.ap-compare-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(184, 147, 90, 0.25);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(4px);
}
.ap-compare-tbl th,
.ap-compare-tbl td {
  padding: 22px 26px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(184, 147, 90, 0.15);
}
.ap-compare-tbl tr:last-child th,
.ap-compare-tbl tr:last-child td {
  border-bottom: none;
}
.ap-compare-tbl thead th {
  background: rgba(15, 31, 56, 0.4);
  border-bottom: 2px solid rgba(184, 147, 90, 0.4);
  padding: 26px;
}

.apc-h-lbl { width: 20%; }
.apc-h-a { width: 40%; }
.apc-h-b { width: 40%; }

.apc-h-tag {
  font-family: 'IBM Plex Mono', 'Menlo', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a1a8b3;
  margin-bottom: 8px;
}
/* ⭐ 유형 B · K-Trust 실무 추천 · 골드 강조 */
.apc-h-featured .apc-h-tag {
  color: #d4af37;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}
.apc-h-featured {
  background: rgba(212, 175, 55, 0.08) !important;
  position: relative;
}
.apc-h-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #d4af37 30%, #d4af37 70%, transparent 100%);
}
/* 유형 B 컬럼 · body · 살짝 배경 · 시선 유도 */
.apc-b {
  background: rgba(212, 175, 55, 0.04);
  border-left: 2px solid rgba(212, 175, 55, 0.3);
}
.apc-h-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #f4f0e6;
  letter-spacing: -0.005em;
}

.apc-k {
  font-family: 'Noto Serif KR', serif;
  font-size: 15px;
  font-weight: 700;
  color: #cbd3e0;
  line-height: 1.4;
  letter-spacing: -0.005em;
}
.apc-a,
.apc-b {
  font-size: 15px;
  line-height: 1.6;
  color: #e5eaf2;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.apc-a strong { color: #e8c97a; font-weight: 700; }
.apc-b strong { color: #f4f0e6; font-weight: 700; }
.apc-sub {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  color: #a1a8b3;
  font-weight: 400;
  line-height: 1.5;
}
.apc-icon {
  font-size: 15px;
  margin-right: 6px;
}
.apc-good {
  background: rgba(45, 127, 95, 0.08);
}
.apc-bad {
  background: rgba(161, 48, 48, 0.1);
}
.apc-eff-max {
  color: #6ce4a7 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.apc-eff-mid {
  color: #cbd3e0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* ─── 핵심 브리핑 ─── */
.ap-briefing {
  display: flex;
  gap: 24px;
  padding: 36px 40px;
  background:
    radial-gradient(ellipse at top right, rgba(212, 175, 55, 0.08) 0%, transparent 60%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 147, 90, 0.35);
  border-radius: 16px;
  align-items: flex-start;
}
.apb-mark {
  font-size: 32px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.35));
}
.apb-body {
  flex: 1;
}
.apb-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #d4af37;
  margin-bottom: 14px;
}
.apb-quote {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #f4f0e6;
  letter-spacing: -0.01em;
  margin: 0 0 14px 0;
}
.apb-quote em {
  font-style: normal;
}
.apb-quote strong {
  color: #e8c97a;
  font-weight: 700;
}
.apb-hi {
  color: #ff7373 !important;
  font-weight: 800 !important;
  text-shadow: 0 0 12px rgba(255, 90, 90, 0.35);
}
/* 두 번째 인용문 · 첫 인용문과 동일 크기 · 톤만 살짝 부드럽게 */
.apb-quote-two {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #e5eaf2;
  letter-spacing: -0.01em;
  margin: 20px 0 0 0;
  padding-top: 22px;
  border-top: 1px dashed rgba(184, 147, 90, 0.25);
}
.apb-quote-two em {
  font-style: normal;
}
.apb-quote-two strong {
  color: #e8c97a;
  font-weight: 700;
}

/* ═══════════════════════════════════════════════
   📱 모바일 대응
   ═══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .ap-slide {
    padding: 70px 22px;
  }
  .ap-slide-a .ap-head {
    padding: 40px 26px 38px 26px;
    border-radius: 12px;
  }
  .ap-slide-a .ap-head::before {
    width: 140px;
  }
  .ap-title {
    font-size: 26px;
    line-height: 1.4;
  }
  .ap-lead {
    font-size: 15px;
  }
  .ap-formula {
    padding: 28px 22px;
    margin-bottom: 40px;
  }
  .apfe-lhs { font-size: 15px; }
  .apfe-eq  { font-size: 22px; }
  .apfe-num, .apfe-den { font-size: 17px; padding: 0 10px 4px 10px; }
  .apfe-den { padding: 4px 10px 0 10px; }
  .apfe-den sup { font-size: 12px; }
  .ap-formula-notes { font-size: 12.5px; }

  .ap-sim {
    padding: 26px 20px;
  }
  .ap-sim-head {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .ap-sim-title { font-size: 18px; }

  .ap-sim-controls {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ap-ctl-val { font-size: 22px; }

  .ap-sim-result {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ap-res-arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
  .ap-res-card { min-height: 0; padding: 20px 18px; }
  .ap-res-val { font-size: 30px; }

  .ap-insight {
    padding: 16px 18px;
  }
  .api-body { font-size: 13.5px; line-height: 1.7; }

  .ap-scn-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ap-scn-card { padding: 26px 22px 22px 22px; }
  .ap-scn-title { font-size: 18px; }

  .ap-compare-tbl {
    display: block;
    overflow-x: auto;
    border-radius: 12px;
  }
  .ap-compare-tbl th,
  .ap-compare-tbl td {
    padding: 14px 16px;
    font-size: 13.5px;
  }
  .apc-h-title { font-size: 14px; }
  .apc-sub { font-size: 11.5px; }

  .ap-briefing {
    flex-direction: column;
    padding: 24px 22px;
    gap: 12px;
  }
  .apb-mark { font-size: 26px; }
  .apb-quote { font-size: 16px; line-height: 1.7; }
  .apb-quote-two { font-size: 16px; line-height: 1.7; margin-top: 16px; padding-top: 16px; }
}
