/* ============================================================
   pages/compare.css — Compare page (3-tool comparison)
   ------------------------------------------------------------
   Depends on: tokens.css, base.css, chrome.css
   ============================================================ */

/* ════ MASTHEAD — editorial dateline-style row ════ */
.sx-mast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 28px;
  padding: 14px 0 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.sx-mast-num {
  font-family: var(--mono);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.10em; color: var(--slate-blue);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.sx-mast-label {
  font-size: 11.5px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink);
}
.sx-mast-meta {
  font-family: var(--mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.04em; color: var(--muted);
  text-align: right; white-space: nowrap;
}
.sx-mast.dark {
  border-top-color: rgba(255,255,255,0.16);
  border-bottom-color: rgba(255,255,255,0.16);
}
.sx-mast.dark .sx-mast-num   { color: #fca5a5; }
.sx-mast.dark .sx-mast-label { color: #fff; }
.sx-mast.dark .sx-mast-meta  { color: rgba(255,255,255,0.50); }
@media (max-width: 720px) {
  .sx-mast {
    grid-template-columns: auto 1fr;
    gap: 16px; padding: 10px 0 12px; margin-bottom: 32px;
  }
  .sx-mast-meta  { display: none; }
  .sx-mast-label { font-size: 10.5px; letter-spacing: 0.18em; }
}

/* ════ HERO ════ */
.hero {
  padding: 48px 0 32px;
  background:
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(61,90,122,0.08) 0%, transparent 50%),
    var(--bg);
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--red);
  background: var(--red-wash);
  border: 1px solid rgba(220,38,38,0.30);
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 26px;
}
.hero h1 {
  font-size: 56px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.045em;
  line-height: 1.05; margin: 0 auto 22px;
  max-width: 880px;
}
.hero h1 .accent {
  color: var(--red);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 1100px) { .hero h1 { font-size: 46px; } }
@media (max-width: 720px)  { .hero h1 { font-size: 32px; } }
.hero-sub {
  font-size: 18px; color: var(--body);
  line-height: 1.55;
  max-width: 680px;
  margin: 0 auto;
}
.hero-ctas {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap;
}

/* ════ AT-A-GLANCE — three-stat row ════ */
.glance {
  padding: 80px 0 100px;
  background: var(--bg);
}
.glance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
}
@media (max-width: 880px) { .glance-grid { grid-template-columns: 1fr; } }
.glance-cell {
  border-right: 1px solid var(--line);
  padding: 32px 32px 34px;
  background: #fff;
}
.glance-cell + .glance-cell { border-top: none; }
@media (max-width: 880px) {
  .glance-cell             { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
  .glance-cell:last-child  { border-bottom: 1px solid var(--line); }
}
.glance-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.glance-tag .num {
  color: var(--faint);
  font-weight: 500;
}
.glance-big {
  font-family: var(--mono);
  font-size: 56px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}
.glance-big .red               { color: var(--red); }
.glance-cell.red   .glance-big { color: var(--red); }
.glance-cell.slate .glance-big { color: var(--slate-blue); }
.glance-cell.ink   .glance-big { color: var(--ink); }
.glance-big small {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: -0.01em;
  margin-left: 4px;
}
.glance-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 6px;
}
.glance-sub {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* ════ FULL COMPARISON TABLE ════ */
.compare-section {
  padding: 100px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.compare-head {
  max-width: 760px; margin: 0 auto 48px;
  text-align: center;
}
.compare-head h2 {
  font-size: 42px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 18px;
}
.compare-head h2 .accent {
  color: var(--red);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .compare-head h2 { font-size: 30px; } }
.compare-head p {
  font-size: 16px; color: var(--body);
  line-height: 1.6; margin: 0;
}
.compare-table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px -16px rgba(15,23,42,0.12);
}
/* 3-product comparison: horizontal scroll on narrow screens so all three
   product columns stay visible (toggling away a competitor column would
   defeat the page's purpose). */
.compare-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 880px;
}
.compare-table thead { background: var(--bg-soft); }
.compare-table th {
  padding: 22px 20px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare-table th .col-name {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 4px;
}
.compare-table th .col-tag {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-transform: none;
}
.compare-table th.label-col {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  width: 30%;
}
.compare-table th.rtg-col {
  background: rgba(220,38,38,0.04);
  position: relative;
  width: 24%;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.compare-table th.rtg-col .col-name { color: var(--red); }
.compare-table th.rtg-col::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
}
.compare-table th.ct-col,
.compare-table th.gb-col {
  background: var(--bg-soft);
  width: 23%;
}
.compare-table th.gb-col { border-left: 1px solid var(--line); }

.compare-section-row td {
  padding: 18px 22px 10px;
  background: #fff;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--slate-blue);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.compare-section-row .sec-num {
  color: var(--faint);
  margin-right: 8px;
  font-weight: 500;
}

.compare-table tbody tr.row td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--line-soft);
  line-height: 1.5;
  vertical-align: top;
  font-size: 13px;
}
.compare-table tbody tr.row:last-child td { border-bottom: none; }
.compare-table tbody tr.row td.label {
  color: var(--ink);
  font-weight: 600;
  font-size: 13.5px;
}
.compare-table tbody tr.row td.rtg-col {
  background: rgba(220,38,38,0.025);
  color: var(--ink);
  border-left: 1px solid var(--line-soft);
  border-right: 1px solid var(--line-soft);
}
.compare-table tbody tr.row td.ct-col,
.compare-table tbody tr.row td.gb-col { color: var(--muted); }
.compare-table tbody tr.row td.gb-col { border-left: 1px solid var(--line-soft); }
.compare-table tbody tr.row td.rtg-col strong { color: var(--ink); font-weight: 700; }
.compare-table tbody tr.row td.ct-col strong,
.compare-table tbody tr.row td.gb-col strong {
  color: var(--ink);
  font-weight: 600;
}

.cmp-check, .cmp-cross, .cmp-partial {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: -3px;
}
.cmp-check   { background: rgba(34,197,94,0.15);  color: #15803d; }
.cmp-cross   { background: rgba(220,38,38,0.15);  color: var(--red); }
.cmp-partial { background: rgba(245,158,11,0.18); color: #b45309; }
.cmp-note {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  margin-left: 28px;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.compare-scroll-hint {
  display: none;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
@media (max-width: 920px) {
  .compare-scroll-hint          { display: block; }
  .compare-scroll-hint::after   { content: ' \2192'; color: var(--slate-blue); }
}

/* ════════════════════════════════════════════════════════
   PROMISE GRID — used on switching.html §01
   Three operational promises for teams thinking about moving.
   Light card grid with mono kicker numerals, slate-blue accent.
   ════════════════════════════════════════════════════════ */
.promises-section {
  padding: 100px 0 60px;
  background: var(--bg);
}
.promise-head {
  max-width: 760px; margin: 0 auto 48px;
  text-align: center;
}
.promise-head h2 {
  font-size: 42px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 18px;
}
.promise-head h2 .accent {
  color: var(--slate-blue);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .promise-head h2 { font-size: 30px; } }
.promise-head p {
  font-size: 16px;
  color: var(--body);
  line-height: 1.6;
  margin: 0;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .promise-grid { grid-template-columns: 1fr; gap: 18px; }
}
.promise-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 26px;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.promise-card:hover {
  border-color: rgba(61,90,122,0.30);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(15,23,42,0.12);
}
.promise-num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  color: var(--slate-blue);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.promise-num .num {
  font-variant-numeric: tabular-nums;
}
.promise-num::before {
  content: '\00a7\00a0';
  color: var(--faint);
  font-weight: 500;
}
.promise-card h3 {
  font-size: 19px; font-weight: 800;
  color: var(--ink); letter-spacing: -0.015em;
  line-height: 1.25; margin: 0 0 12px;
}
.promise-card p {
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.6;
  margin: 0;
}
.promise-card p strong { color: var(--ink); font-weight: 700; }

/* ════ THE SWITCHING STORY — dark stripe ════ */
.switching {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 70% 60% at 30% 30%, rgba(74,111,165,0.14) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 80% 70%, rgba(220,38,38,0.10) 0%, transparent 50%),
    var(--ink);
  color: #fff;
  position: relative; overflow: hidden;
}
.switching-head {
  max-width: 820px; margin: 0 auto 64px;
  text-align: center;
}
.switching-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #fff;
  background: rgba(220,38,38,0.20);
  border: 1px solid rgba(220,38,38,0.45);
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 24px;
}
.switching-head h2 {
  font-size: 48px; font-weight: 900;
  color: #fff; letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 22px;
}
.switching-head h2 .accent {
  color: #fca5a5;
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .switching-head h2 { font-size: 32px; } }
.switching-head p {
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin: 0;
}
.switching-head p strong { color: #fff; }

.switch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 880px) { .switch-grid { grid-template-columns: 1fr; } }
.switch-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 32px 28px;
  backdrop-filter: blur(6px);
}
.switch-card-num {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: #fca5a5;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.switch-card h3 {
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 14px;
}
.switch-card .switch-before {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0 0 10px;
}
.switch-card .switch-before strong {
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}
.switch-card-arrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #fca5a5;
  margin: 14px 0;
}
.switch-card-arrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(252,165,165,0.4), transparent);
}
.switch-card .switch-after {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
.switch-card .switch-after strong {
  color: #fca5a5;
  font-weight: 600;
}

/* ════ MIGRATION SUPPORT ════ */
.migration {
  padding: 100px 0;
  background: var(--bg);
}
.migration-head {
  max-width: 760px; margin: 0 auto 56px;
  text-align: center;
}
.migration-head h2 {
  font-size: 42px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 18px;
}
.migration-head h2 .accent {
  color: var(--slate-blue);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .migration-head h2 { font-size: 30px; } }
.migration-head p {
  font-size: 16.5px;
  color: var(--body);
  line-height: 1.6;
  margin: 0;
}
.migration-head p strong { color: var(--ink); }
.migration-timeline {
  max-width: 880px; margin: 0 auto;
  position: relative;
  padding-left: 30px;
}
.migration-timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 14px; bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, transparent 0%, var(--slate-blue) 8%, var(--slate-blue) 92%, transparent 100%);
  opacity: 0.30;
}
.mig-step {
  position: relative;
  padding: 14px 0 32px 24px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  align-items: baseline;
}
.mig-step:last-child { padding-bottom: 0; }
.mig-step::before {
  content: '';
  position: absolute;
  left: -29px; top: 22px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--slate-blue);
  box-shadow: 0 0 0 4px var(--bg);
}
@media (max-width: 720px) {
  .mig-step           { grid-template-columns: 1fr; gap: 8px; }
  .migration-timeline { padding-left: 24px; }
  .mig-step::before   { left: -23px; }
}
.mig-step-day {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-blue);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  text-align: right;
  padding-top: 2px;
}
@media (max-width: 720px) {
  .mig-step-day { text-align: left; }
}
.mig-step-body h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 8px;
}
.mig-step-body p {
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.6;
  margin: 0;
}
/* "(optional)" mark on Day 0 — quieter than the headline */
.mig-step-optional {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-transform: lowercase;
  margin-left: 6px;
}
/* Two-branch container under a mig-step paragraph: shows the
   switcher-vs-self-serve sub-detail for that day */
.mig-step-branches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
@media (max-width: 720px) {
  .mig-step-branches { grid-template-columns: 1fr; gap: 8px; }
}
.mig-step-branch {
  font-size: 13px;
  color: var(--body);
  line-height: 1.55;
  padding: 12px 14px;
  background: var(--bg-soft);
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}
.mig-step-branch-label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-blue);
  margin-bottom: 6px;
}
.mig-step-branch strong { color: var(--ink); font-weight: 700; }
.mig-step-body p strong { color: var(--ink); font-weight: 700; }

/* ════════════════════════════════════════════════════════
   MIGRATION FORK — used on switching.html after the 14-day
   timeline. Two-card fork showing Monthly vs Annual paths.
   Annual is the "Recommended" path with red accent + badge.
   ════════════════════════════════════════════════════════ */
.migration-fork {
  max-width: 1080px;
  margin: 72px auto 0;
}
.fork-head {
  text-align: center;
  margin-bottom: 36px;
}
.fork-head-label {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--slate-blue);
  margin-bottom: 12px;
}
.fork-head h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 720px) { .fork-head h3 { font-size: 22px; } }
.fork-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 720px) { .fork-grid { grid-template-columns: 1fr; gap: 18px; } }
.fork-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 30px;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.fork-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -12px rgba(15,23,42,0.12);
}
.fork-monthly:hover { border-color: rgba(61,90,122,0.35); }
.fork-annual {
  border-color: var(--red);
  background: linear-gradient(180deg, var(--red-wash) 0%, #fff 30%);
  box-shadow: 0 12px 28px -12px rgba(220,38,38,0.18);
}
.fork-annual:hover {
  border-color: var(--red-deep);
  box-shadow: 0 18px 38px -12px rgba(185,28,28,0.25);
}
.fork-card-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-blue);
  margin-bottom: 14px;
}
.fork-annual .fork-card-label { color: var(--red); }
.fork-card-badge {
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.10em;
  background: var(--red);
  color: #fff;
  padding: 3px 9px;
  border-radius: 999px;
}
.fork-card h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
}
@media (max-width: 720px) { .fork-card h4 { font-size: 19px; } }
.fork-card p {
  font-size: 14.5px;
  color: var(--body);
  line-height: 1.6;
  margin: 0 0 18px;
}
.fork-card p strong { color: var(--ink); font-weight: 700; }
.fork-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line-soft);
}
.fork-card-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13.5px;
  color: var(--body);
  display: flex;
  align-items: center;
  gap: 10px;
}
.fork-card-list li:last-child { border-bottom: none; }
.fork-card-list li::before {
  content: '\2713';
  color: var(--slate-blue);
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}
.fork-annual .fork-card-list li::before { color: var(--red); }


/* ════ BUILT TO BE LEFT ════ */
.leave {
  padding: 120px 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.leave-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 880px) { .leave-grid { grid-template-columns: 1fr; gap: 48px; } }
.leave-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--slate-blue);
  background: var(--slate-blue-soft);
  border: 1px solid rgba(61,90,122,0.20);
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 24px;
}
.leave-copy h2 {
  font-size: 44px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 22px;
}
.leave-copy h2 .accent {
  color: var(--red);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .leave-copy h2 { font-size: 30px; } }
.leave-copy p {
  font-size: 16.5px;
  color: var(--body);
  line-height: 1.65;
  margin: 0 0 16px;
}
.leave-copy p strong { color: var(--ink); font-weight: 700; }
.leave-list {
  list-style: none;
  padding: 0; margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 32px -16px rgba(15,23,42,0.12);
}
.leave-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
}
.leave-list li:last-child { border-bottom: none; }
.leave-list-num {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--faint);
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  padding-top: 2px;
}
.leave-list strong {
  display: block;
  color: var(--ink);
  font-weight: 800;
  font-size: 15.5px;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.leave-list span {
  font-size: 14px;
  color: var(--body);
  line-height: 1.55;
  display: block;
}

/* ════ FAQ ════ */
.faq-section {
  padding: 100px 0;
  background: var(--bg);
}
.faq-head {
  max-width: 760px; margin: 0 auto 48px;
  text-align: center;
}
.faq-head h2 {
  font-size: 40px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.035em;
  line-height: 1.1; margin: 0 0 18px;
}
.faq-head h2 .accent {
  color: var(--slate-blue);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .faq-head h2 { font-size: 28px; } }
.faq-head p {
  font-size: 16px;
  color: var(--body);
  line-height: 1.6;
  margin: 0;
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 22px 4px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  transition: color 0.15s ease;
}
.faq-q:hover { color: var(--slate-blue); }
.faq-q-num {
  font-family: var(--mono);
  font-size: 12px; font-weight: 500;
  color: var(--faint); letter-spacing: 0.06em;
}
.faq-q-toggle {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  transition: transform 0.2s ease, background 0.15s ease, color 0.15s ease;
}
.faq-item.open .faq-q-toggle {
  transform: rotate(45deg);
  background: var(--slate-blue);
  color: #fff;
  border-color: var(--slate-blue);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-a { max-height: 800px; }
.faq-a-inner {
  padding: 0 44px 22px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--body);
}
.faq-a-inner p             { margin: 0 0 12px; }
.faq-a-inner p:last-child  { margin-bottom: 0; }
.faq-a-inner strong        { color: var(--ink); font-weight: 700; }
@media (max-width: 720px) {
  .faq-q       { font-size: 15.5px; gap: 12px; padding: 18px 0; }
  .faq-q-num   { font-size: 11px; }
  .faq-a-inner { padding: 0 36px 18px; font-size: 14.5px; }
}

/* ════ FINAL CTA ════ */
.final-cta {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(61,90,122,0.10) 0%, transparent 50%),
    radial-gradient(ellipse 40% 50% at 50% 100%, rgba(220,38,38,0.06) 0%, transparent 50%),
    var(--bg-soft);
  border-top: 1px solid var(--line-soft);
  padding: 110px 0;
  text-align: center;
}
.final-cta h2 {
  font-size: 56px; font-weight: 900;
  color: var(--ink); letter-spacing: -0.045em;
  line-height: 1.0; margin: 0 auto 22px;
  max-width: 760px;
}
.final-cta h2 .accent {
  color: var(--red);
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
}
@media (max-width: 720px) { .final-cta h2 { font-size: 36px; } }
.final-cta p {
  font-size: 18px; color: var(--body);
  max-width: 580px; margin: 0 auto 36px;
}
.final-ctas {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap;
}
