@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/be-vietnam-pro-vietnamese-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/be-vietnam-pro-vietnamese-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/be-vietnam-pro-vietnamese-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/be-vietnam-pro-vietnamese-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --canvas: #f6f3ec;
  --paper: #fffefa;
  --ink: #17202a;
  --muted: #606974;
  --line: #d6d1c7;
  --blue: #2457d6;
  --blue-dark: #173b94;
  --blue-soft: #e8eefc;
  --orange: #a84729;
  --orange-soft: #f6e9e2;
  --green: #2d6a50;
  --green-soft: #e5f0ea;
  --radius: 10px;
  --shadow: 0 16px 40px rgb(23 32 42 / 8%);
  --site-chrome-height: 127px;
  --sans: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--site-chrome-height); }

body {
  margin: 0;
  padding-top: var(--site-chrome-height);
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.shell {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 30;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-chrome { position: fixed; z-index: 40; inset: 0 0 auto; width: 100%; box-shadow: 0 4px 20px rgb(23 32 42 / 9%); }
.back-to-top { position: fixed; z-index: 30; right: clamp(16px, 3vw, 34px); bottom: clamp(16px, 3vw, 30px); display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 0; border-radius: 999px; color: white; background: var(--ink); box-shadow: 0 12px 28px rgb(23 32 42 / 20%); font-size: .78rem; font-weight: 800; cursor: pointer; }
.mobile-affiliate-bar { display: none; }
.back-to-top span:first-child { display: inline-grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--ink); background: #ffd7c8; font-size: 1rem; line-height: 1; }
.back-to-top:hover { background: var(--blue-dark); transform: translateY(-2px); }
.promo-strip { color: white; background: linear-gradient(105deg, #101c2b 0%, #173b94 58%, #2d62d5 100%); border-bottom: 3px solid #ffb39e; }
.promo-strip-inner { display: grid; grid-template-columns: auto auto auto; align-items: center; justify-content: center; min-height: 56px; column-gap: 24px; font-size: .82rem; font-weight: 700; letter-spacing: .01em; }
.promo-strip p,
.promo-strip-deadline { display: inline-flex; align-items: center; margin: 0; gap: 9px; }
.promo-strip p { font-size: .82rem; }
.promo-strip p span { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #19232e; background: #ffd7c8; font-size: .68rem; }
.promo-strip p strong,
.promo-strip-deadline strong { white-space: nowrap; }
.promo-strip p strong { padding: 5px 8px; border-radius: 4px; background: rgb(255 255 255 / 11%); font-family: var(--mono); font-size: .78rem; letter-spacing: .035em; }
.promo-strip-deadline { padding-left: 24px; border-left: 1px solid rgb(255 255 255 / 22%); color: #dce4ed; font-size: .77rem; }
.promo-strip-deadline strong { padding: 6px 9px; border-radius: 4px; color: #19232e; background: #fffefa; font-family: var(--mono); font-size: .76rem; }
.promo-strip a { padding: 7px 11px; border-radius: 4px; color: #19232e; background: #ffd7c8; font-size: .74rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.promo-strip a:hover { background: white; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgb(246 243 236 / 94%);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 28px;
}

.wordmark {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -.055em;
  text-decoration: none;
}

.wordmark span { color: var(--blue); }

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  color: #39434e;
  font-size: .84rem;
  font-weight: 600;
}

nav a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

nav a:hover { border-color: currentColor; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
  padding-block: clamp(72px, 10vw, 120px);
}

.kicker {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.045em;
}

h1 {
  max-width: 720px;
  font-size: clamp(3rem, 6vw, 4.9rem);
  font-weight: 800;
}

h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 4.2vw, 3.65rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
}

.lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.button:hover { transform: translateY(-1px); }

.button-primary {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}

.button-primary:hover { background: var(--blue-dark); }

.button-light {
  color: var(--ink);
  background: white;
}

.button-light:hover { background: var(--canvas); }

.button-quiet {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.text-link {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.button[aria-disabled="true"],
.text-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.disclosure {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .82rem;
}

.route-board {
  position: relative;
  padding: 28px;
  border: 1px solid #c7c1b5;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.route-board::before {
  position: absolute;
  top: -10px;
  right: 26px;
  width: 68px;
  height: 20px;
  background: var(--orange-soft);
  content: "";
  transform: rotate(2deg);
}

.route-title {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.route-board ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-board li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.route-board li > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 700;
}

.route-board li strong { display: block; }
.route-board li p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.route-note { margin: 18px 0 0; color: var(--blue-dark); font-size: .88rem; font-weight: 700; }

.refund-section { padding-block: 0 72px; }

.refund-layout,
.promotion-layout,
.workload-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}

.refund-card,
.coupon-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.refund-card > p:first-child { margin-top: 0; }
.refund-points { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; border-block: 1px solid var(--line); }
.refund-points p { margin: 0; padding: 18px 16px; }
.refund-points p + p { border-left: 1px solid var(--line); }
.refund-points strong,
.refund-points span { display: block; }
.refund-points strong { color: var(--blue-dark); }
.refund-points span,
.refund-note { margin-top: 5px; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.refund-note { margin-bottom: 18px; }

.promotion-section { padding-block: clamp(58px, 8vw, 88px); }
#promotion { scroll-margin-top: calc(var(--site-chrome-height) + 16px); }
.promotion-layout { grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); align-items: center; }
.promotion-copy > p:not(.kicker) { max-width: 540px; margin: 20px 0 0; color: var(--muted); }
.promotion-copy h2 { max-width: 540px; font-size: clamp(2.3rem, 4vw, 3.65rem); }
.promotion-steps { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: .91rem; font-weight: 600; }
.promotion-steps li { display: flex; align-items: center; gap: 10px; }
.promotion-steps span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); font-family: var(--mono); font-size: .74rem; font-weight: 800; }
.coupon-card { position: relative; overflow: hidden; border: 0; color: white; background: var(--ink); box-shadow: 0 20px 46px rgb(23 32 42 / 18%); }
.coupon-card::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--blue), #7d9aff); content: ""; }
.coupon-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.coupon-label { margin: 0; color: #aebeff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.coupon-card-header strong { display: block; margin-top: 5px; font-size: 1.3rem; letter-spacing: -.03em; }
.coupon-live { flex: none; padding: 5px 9px; border: 1px solid #506071; border-radius: 999px; color: #cce8db; background: rgb(45 106 80 / 35%); font-size: .7rem; font-weight: 700; }
.coupon-code { display: flex; gap: 12px; align-items: center; margin-top: 24px; }
.coupon-code code { flex: 1; min-width: 0; padding: 14px 15px; border-radius: 7px; color: var(--ink); background: white; font-family: var(--mono); font-size: clamp(.96rem, 2vw, 1.2rem); font-weight: 700; letter-spacing: .04em; }
.coupon-deadline { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-top: 20px; padding: 14px 0; border-block: 1px solid #3c4753; }
.coupon-deadline span { color: #c9cfd6; font-size: .82rem; }
.coupon-deadline strong { color: #ffd2c5; font-family: var(--mono); font-size: .9rem; }
.coupon-scope,
.coupon-next-note,
.coupon-expired { margin: 14px 0 0; color: #c9cfd6; font-size: .82rem; line-height: 1.55; }
.coupon-affiliate-cta { width: 100%; margin-top: 22px; }
.coupon-affiliate-cta:hover { background: #dce4ff; }
.coupon-expired { color: #ffd2c5; font-weight: 700; }
.coupon-card[data-promotion-state="expired"] .coupon-code { display: none; }

.section { padding-block: clamp(68px, 9vw, 104px); }
.section-soft { background: var(--paper); border-block: 1px solid var(--line); }

.section-intro > p:not(.kicker) {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
}

.selector-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}

.selector-layout > .section-intro {
  position: sticky;
  top: 32px;
}

.selector {
  border-top: 2px solid var(--ink);
}

.selector-step {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.step-heading {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.step-heading > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.option-grid-three { grid-template-columns: repeat(3, 1fr); }

.option-grid button {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  text-align: left;
  transition: border-color .15s ease, background-color .15s ease;
}

.option-grid button:hover {
  border-color: var(--blue);
  background: var(--blue-soft);
}

.option-grid button[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.option-grid strong,
.option-grid span { display: block; }
.option-grid strong { font-size: .96rem; }
.option-grid span { margin-top: 6px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.option-grid button[aria-pressed="true"] span { color: #dfe7ff; }

.selector-progress {
  margin: 18px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .78rem;
}

.selector-result {
  padding: 28px;
  border-radius: var(--radius);
  color: white;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.result-label {
  margin: 0 0 8px;
  color: #aebeff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.selector-result > div > p:not(.result-label) { color: #c9cfd6; }

.result-guidance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}

.result-guidance > div {
  padding-top: 12px;
  border-top: 1px solid #4b545f;
}

.result-guidance span,
.result-guidance strong { display: block; }
.result-guidance span { color: #9fa8b2; font-size: .73rem; text-transform: uppercase; }
.result-guidance strong { margin-top: 4px; font-size: .92rem; }

.result-plans {
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 7px;
  background: #242e39;
}

.result-plans p { margin: 0 0 8px; color: #aeb7c1; font-size: .82rem; }
.result-plans ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.result-plan { display: flex; flex-direction: column; gap: 7px; min-width: 0; padding: 10px; border: 1px solid #40505f; border-radius: 6px; }
.result-plan-jump { padding: 0; border: 0; color: white; background: transparent; font: inherit; font-size: .82rem; font-weight: 700; text-align: left; cursor: pointer; }
.result-plan-jump:hover { border-color: #aebeff; background: #303d4b; }
.result-plan-price { align-self: flex-start; padding: 4px 7px; border: 1px solid #5b78cf; border-radius: 4px; color: #dce6ff; background: #283c6b; font: inherit; font-size: .7rem; font-weight: 700; cursor: pointer; }
.result-plan-price:hover { color: white; border-color: #aebeff; background: #3159ba; }

.pricing-section {
  padding-block: clamp(64px, 9vw, 110px);
  background: #f4f7fb;
}

.pricing-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: end;
}

.pricing-verified {
  min-width: 190px;
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid var(--orange);
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.55;
}

.pricing-verified strong { color: var(--ink); }

.pricing-cycles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.pricing-controls { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.pricing-cycle-select-label { display: none; color: var(--muted); font-size: .76rem; font-weight: 700; }
.pricing-cycle-select { display: block; width: 100%; margin-top: 6px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); font: inherit; }
.pricing-stale { margin: 16px 0 0; color: #8a3b24; font-size: .88rem; font-weight: 700; }
.anchor-alias { display: block; height: 0; scroll-margin-top: calc(var(--site-chrome-height) + 18px); }
#selector, #pricing, #promotion, #refund, #checklist, #faq { scroll-margin-top: calc(var(--site-chrome-height) + 18px); }

.price-cycle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--paper);
  font: inherit;
  font-size: .76rem;
  font-weight: 700;
  cursor: pointer;
}

.price-cycle span {
  padding: 2px 5px;
  border-radius: 999px;
  color: white;
  background: #ef476f;
  font-size: .66rem;
}

.price-cycle:hover { border-color: var(--blue); color: var(--ink); }
.price-cycle[aria-selected="true"] { border-color: var(--green); color: white; background: var(--green); }
.price-cycle[aria-selected="true"] span { color: white; background: #e7365c; }

.pricing-note {
  max-width: 790px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}

.pricing-note-stackable {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: start;
  max-width: 860px;
  padding: 13px 16px;
  border: 1px solid #b8cdfb;
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  color: #405064;
  background: #f2f6ff;
}

.pricing-note-stackable > span:first-child {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-size: .68rem;
}

.pricing-note-stackable strong {
  color: var(--blue-dark);
  font-size: .92rem;
}

.pricing-note-stackable > span:last-child {
  grid-column: 2;
  margin-top: 3px;
  font-size: .78rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.pricing-mobile-toggle { display: none; }

.price-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  border: 1px solid #d9e0e8;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 3px 10px rgba(21, 32, 43, .035);
}

.price-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.price-card-top p { margin: 0; color: var(--ink); font-size: .95rem; font-weight: 800; line-height: 1.35; }
.price-card-tier { margin: 6px 0 13px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.price-card-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 10px; min-height: 50px; margin: 0 0 17px; padding: 0; color: var(--muted); font-size: .73rem; line-height: 1.4; list-style: none; }
.price-card-specs li::before { margin-right: 5px; color: var(--green); content: "✓"; }
.price-card-monthly { display: flex; align-items: baseline; gap: 5px; margin: 0; color: var(--green); }
.price-card-monthly strong { letter-spacing: -.03em; font-size: clamp(1.35rem, 2.1vw, 1.65rem); line-height: 1; }
.price-card-monthly span { font-size: .73rem; font-weight: 700; }
.price-card-total { margin: 17px 0 0; padding: 10px 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: .72rem; }
.price-card-total span,
.price-card-total strong { display: block; }
.price-card-total strong { margin-top: 3px; color: var(--ink); font-size: .84rem; }
.price-card-discount { min-height: 18px; margin: 9px 0 18px; color: var(--blue-dark); font-size: .72rem; font-weight: 700; }
.price-card-stale { min-height: 62px; margin: 0 0 18px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; color: #8a3b24; background: #fff8f3; font-size: .78rem; font-weight: 700; line-height: 1.45; }
.price-card-status { flex: 0 0 auto; padding: 3px 6px; border-radius: 4px; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.price-card-status-live { color: var(--green); background: var(--green-soft); }
.price-card-status-paused { color: #8a3b24; background: var(--orange-soft); }
.price-card-cta,
.price-card-unavailable { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; margin-top: auto; border-radius: 6px; font-size: .8rem; font-weight: 800; text-decoration: none; }
.price-card-cta { gap: 6px; color: var(--blue-dark); border: 1px solid #adc0f8; background: #f7f9ff; }
.price-card-cta:hover { color: white; border-color: var(--blue); background: var(--blue); }
.price-card-unavailable { color: var(--muted); border: 1px solid var(--line); background: #faf8f3; }
.price-card-out-of-stock { opacity: .82; }
.price-card-highlighted { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45, 95, 215, .16), var(--shadow); }

.promotion-layout > .section-intro h2 { max-width: 540px; font-size: clamp(2.3rem, 4vw, 3.65rem); }
.coupon-card { display: grid; gap: 15px; }
.coupon-card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid #3c4753; }
.coupon-card-top span { color: #aebeff; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.coupon-card-top strong { color: white; font-size: 1.05rem; }
.coupon-card .coupon-code { display: block; margin: 0; padding: 14px 15px; border-radius: 7px; color: var(--ink); background: white; font-family: var(--mono); font-size: clamp(.96rem, 2vw, 1.2rem); font-weight: 700; letter-spacing: .04em; }
.coupon-card .button { justify-content: center; }
.coupon-countdown { margin: 0; padding-top: 14px; border-top: 1px solid #3c4753; color: #c9cfd6; font-size: .82rem; }
.coupon-countdown strong { color: #ffd2c5; font-family: var(--mono); }
.coupon-card .coupon-note { margin: 0; color: #c9cfd6; font-size: .78rem; line-height: 1.55; }
.coupon-guide { margin-top: clamp(38px, 6vw, 66px); padding-top: clamp(34px, 5vw, 54px); border-top: 1px solid var(--line); }
.coupon-guide-heading { max-width: 690px; }
.coupon-guide-heading h3 { margin: 8px 0 0; font-size: clamp(1.5rem, 3vw, 2.15rem); letter-spacing: -.035em; }
.coupon-guide-heading > p:not(.kicker) { margin: 12px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }
.coupon-guide-steps { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 34px); margin-top: 30px; }
.coupon-guide-step { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcff; box-shadow: 0 8px 26px rgb(23 32 42 / 6%); }
.coupon-guide-step-success { border-color: #b9dfca; background: #f8fdf9; }
.coupon-guide-copy { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-bottom: 16px; }
.coupon-guide-copy > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--blue-dark); background: var(--blue-soft); font-family: var(--mono); font-size: .74rem; font-weight: 800; }
.coupon-guide-step-success .coupon-guide-copy > span { color: var(--green); background: var(--green-soft); }
.coupon-guide-copy strong { font-size: .96rem; }
.coupon-guide-copy p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.coupon-guide-image { position: relative; display: block; width: 100%; overflow: hidden; padding: 0; border: 1px solid #d8e0e8; border-radius: 8px; background: white; cursor: zoom-in; }
.coupon-guide-image img { display: block; width: 100%; height: auto; transition: transform .2s ease; }
.coupon-guide-image:hover img { transform: scale(1.018); }
.coupon-guide-callout { position: absolute; z-index: 1; display: inline-flex; align-items: center; padding: 5px 8px; border: 2px solid #2d5fd7; border-radius: 5px; color: white; background: #2d5fd7; box-shadow: 0 3px 10px rgb(45 95 215 / 25%); font-size: .68rem; font-weight: 800; pointer-events: none; }
.coupon-guide-callout::after { position: absolute; width: 28px; height: 22px; border-bottom: 2px solid #2d5fd7; content: ""; }
.coupon-guide-callout-entry { top: 9%; right: 5%; }
.coupon-guide-callout-entry::after { right: 60%; bottom: -17px; transform: rotate(18deg); transform-origin: right; }
.coupon-guide-callout-success { top: 7%; right: 5%; border-color: var(--green); background: var(--green); }
.coupon-guide-callout-success::after { right: 58%; bottom: -17px; border-color: var(--green); transform: rotate(22deg); transform-origin: right; }
.coupon-guide-zoom { position: absolute; right: 9px; bottom: 9px; padding: 5px 7px; border-radius: 4px; color: white; background: rgb(23 32 43 / 82%); font-size: .68rem; font-weight: 800; pointer-events: none; }
.coupon-guide-disclosure { margin: 18px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.coupon-guide-lightbox { width: min(92vw, 680px); max-width: none; padding: 0; border: 0; border-radius: 10px; background: transparent; box-shadow: 0 24px 70px rgb(0 0 0 / 42%); }
.coupon-guide-lightbox::backdrop { background: rgb(10 16 24 / 72%); }
.coupon-guide-lightbox img { display: block; width: 100%; max-height: 82vh; object-fit: contain; border-radius: 10px; background: white; }
.coupon-guide-close { position: absolute; z-index: 1; top: 10px; right: 10px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: white; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.refund-section { padding-block: clamp(64px, 9vw, 104px); }
.refund-timeline { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.refund-timeline article { display: grid; grid-template-columns: 130px 1fr; gap: 8px 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.refund-timeline article span { color: var(--orange); font-family: var(--mono); font-size: .78rem; font-weight: 700; }
.refund-timeline article strong { font-size: 1rem; }
.refund-timeline article p { grid-column: 2; margin: 0; color: var(--muted); font-size: .86rem; }
.refund-timeline .text-link { margin-top: 20px; }
.result-plan { padding: 0; border: 0; }
.result-plan-jump { display: grid; gap: 5px; width: 100%; padding: 10px; border: 1px solid #40505f; border-radius: 6px; }
.result-plan-jump strong, .result-plan-jump span { display: block; }
.result-plan-jump span { color: #aebeff; font-size: .72rem; }

.catalog-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: end;
}

.catalog-meta {
  min-width: 230px;
  padding-left: 22px;
  border-left: 2px solid var(--orange);
}

.catalog-meta span,
.catalog-meta strong,
.catalog-meta small { display: block; }
.catalog-meta span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.catalog-meta strong { margin-top: 4px; }
.catalog-meta small { margin-top: 3px; color: var(--muted); }

.tier-key {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 44px 0 26px;
  border-block: 1px solid var(--line);
}

.tier-key article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 10px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.tier-key article:last-child { border-right: 0; }
.tier-key span { grid-row: span 2; color: var(--orange); font-family: var(--mono); font-size: .76rem; }
.tier-key p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }

.catalog-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.catalog-header,
.catalog-row {
  display: grid;
  grid-template-columns: 1.55fr .7fr .7fr .75fr 1.15fr 1fr;
  align-items: center;
  gap: 18px;
}

.catalog-table-has-price .catalog-header,
.catalog-table-has-price .catalog-row { grid-template-columns: 1.55fr .7fr .7fr .75fr 1.15fr 1fr 1.15fr; }

.catalog-header {
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.catalog-row {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .16s ease, box-shadow .16s ease;
}

.catalog-row:last-child { border-bottom: 0; }
.catalog-row:hover { background: #f3f5fb; box-shadow: inset 4px 0 0 var(--blue); }
.catalog-row:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; background: #f3f5fb; }
.catalog-row-unavailable { cursor: default; color: #616a74; background: #faf8f3; }
.catalog-row-unavailable:hover { background: #faf8f3; box-shadow: none; }
.catalog-row > div > strong { font-size: .87rem; }
.catalog-row > div > small { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; }
.catalog-label { display: none; }

.catalog-plan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.catalog-plan-name { display: inline-flex; align-items: center; gap: 7px; }
.tier-label { color: var(--muted); font-size: .74rem; font-weight: 700; }
.catalog-arrow { color: var(--blue); font-size: .85rem; transition: transform .16s ease; }
.catalog-row:hover .catalog-arrow { transform: translate(2px, -2px); }
.catalog-row-highlighted { background: #e8eefc; box-shadow: inset 4px 0 0 var(--blue); }

.availability {
  display: inline-flex;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: .67rem;
  font-weight: 700;
}

.availability-live { color: var(--green); background: var(--green-soft); }
.availability-paused { color: #8a3b24; background: var(--orange-soft); }

.catalog-footnote {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .8rem;
}

.workload-list { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.workload-list article { padding: 22px 0; border-bottom: 1px solid var(--line); }
.workload-list h3 { font-size: 1.1rem; }
.workload-list p { max-width: 650px; margin: 8px 0 0; color: var(--muted); }

.section-ink {
  color: white;
  background: var(--ink);
}

.section-ink .kicker { color: #9fb3ef; }
.section-ink .section-intro > p:not(.kicker) { color: #aeb6bf; }

.checklist-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(50px, 8vw, 110px);
}

.buy-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #56606a;
}

.buy-checklist li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #56606a;
}

.buy-checklist li > span { color: #9fb3ef; font-family: var(--mono); font-size: .76rem; }
.buy-checklist p { margin: 4px 0 0; color: #aeb6bf; font-size: .9rem; }

.faq-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list details p { max-width: 720px; margin: 14px 0 0; color: var(--muted); }

.closing {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 48px;
  align-items: end;
  margin-bottom: clamp(72px, 10vw, 120px);
  padding: clamp(32px, 5vw, 58px);
  border-radius: var(--radius);
  color: white;
  background: var(--blue);
}

.closing .kicker { color: #dce4ff; }
.closing .disclosure { color: #dce4ff; }

.site-footer {
  padding-block: 44px 20px;
  color: #dde1e5;
  background: #10171e;
}

.site-footer .wordmark { color: white; }
.site-footer .wordmark span { color: #8eaaff; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .9fr;
  gap: 42px;
  padding-bottom: 38px;
}

.footer-grid p { max-width: 380px; color: #9da6af; }
.footer-grid .eyebrow { margin: 0 0 10px; color: #9fb3ef; font-size: .73rem; font-weight: 700; text-transform: uppercase; }
.footer-grid a,
.text-button { display: block; margin-top: 8px; color: white; background: none; border: 0; padding: 0; font-size: .88rem; text-align: left; text-underline-offset: 3px; }
.footer-meta { padding-top: 18px; border-top: 1px solid #303841; color: #8e98a2; font-size: .72rem; }

.legal-page,
.not-found {
  min-height: 65vh;
  padding-block: clamp(70px, 10vw, 120px);
}

.prose { max-width: 820px; }
.prose .eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.prose h1 { font-size: clamp(2.8rem, 6vw, 4.5rem); }
.prose h2 { margin-top: 48px; font-size: clamp(1.6rem, 3vw, 2.3rem); }
.prose p { max-width: 700px; color: var(--muted); font-size: 1.04rem; }
.prose a { color: var(--blue-dark); }
.not-found h1 { max-width: 800px; }
.not-found p { color: var(--muted); font-size: 1.1rem; }
.not-found .button { margin-top: 16px; }

.consent-banner {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 18px;
  width: min(100% - 36px, 480px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.consent-banner p { margin: 0 0 14px; font-size: .88rem; }
.consent-banner div { display: flex; gap: 10px; justify-content: flex-end; }
.consent-banner .button { min-height: 44px; padding: 8px 14px; font-size: .84rem; }

@media (max-width: 900px) {
  .hero,
  .selector-layout,
  .checklist-layout,
  .faq-section,
  .closing,
  .refund-layout,
  .promotion-layout,
  .workload-layout { grid-template-columns: 1fr; }

  .hero { align-items: start; }
  .selector-layout > .section-intro { position: static; }
  .pricing-heading { grid-template-columns: 1fr; align-items: start; }
  .pricing-verified { padding-left: 0; border-left: 0; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-heading { grid-template-columns: 1fr; align-items: start; }
  .catalog-meta { padding-left: 0; border-left: 0; }
  .catalog-header { display: none; }
  .catalog-row { grid-template-columns: 1.4fr repeat(5, 1fr); }
  .catalog-table-has-price .catalog-row { grid-template-columns: 1.4fr repeat(6, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: span 2; }
}

@media (max-width: 680px) {
  .landing-page { padding-bottom: 78px; }
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 56px; gap: 12px; }
  .wordmark { flex: 0 0 auto; }
  .promo-strip-inner { grid-template-columns: auto 1fr auto; justify-content: stretch; min-height: 48px; gap: 8px; padding-block: 0; font-size: .72rem; line-height: 1.2; }
  .promo-strip p { gap: 7px; }
  .promo-strip p { font-size: .72rem; }
  .promo-strip p span { width: 19px; height: 19px; }
  .promo-strip-deadline-label { display: none; }
  .promo-strip-deadline { justify-content: center; min-width: 0; padding-left: 0; border-left: 0; gap: 0; font-size: .68rem; }
  .promo-strip-deadline strong { padding: 4px 6px; font-size: .67rem; }
  .promo-strip a { min-height: 44px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; }
  .back-to-top { right: 14px; bottom: 14px; min-height: 44px; padding: 0 12px; }
  .landing-page .back-to-top { bottom: 88px; }
  nav { flex: 0 1 auto; min-width: 0; flex-wrap: nowrap; justify-content: flex-end; gap: 6px; overflow: visible; }
  nav a { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 7px; white-space: nowrap; }
  nav .nav-secondary { display: none; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding-block: 50px 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .mobile-affiliate-bar {
    position: fixed;
    z-index: 35;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 9px 10px 9px 14px;
    border: 1px solid rgb(23 32 42 / 14%);
    border-radius: 10px;
    background: rgb(255 254 250 / 96%);
    box-shadow: 0 14px 36px rgb(23 32 42 / 22%);
    backdrop-filter: blur(12px);
  }
  .mobile-affiliate-bar > div { min-width: 0; line-height: 1.25; }
  .mobile-affiliate-bar strong,
  .mobile-affiliate-bar span { display: block; }
  .mobile-affiliate-bar strong { font-size: .78rem; }
  .mobile-affiliate-bar > div span { margin-top: 3px; overflow: hidden; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-affiliate-bar .button { min-height: 46px; padding: 9px 13px; font-size: .78rem; white-space: nowrap; }
  .mobile-affiliate-bar .button span { display: inline; }
  .route-board { padding: 22px; }
  .route-board li { grid-template-columns: 34px 1fr; gap: 10px; padding: 14px 0; }
  .route-board li p,
  .route-note { display: none; }
  .pricing-grid { grid-template-columns: 1fr; gap: 12px; }
  .pricing-grid:not([data-pricing-expanded="true"]) .price-card:nth-child(n + 4) { display: none; }
  .pricing-mobile-toggle { display: inline-flex; width: 100%; min-height: 48px; margin-top: 16px; }
  .pricing-cycles { display: none; }
  .pricing-controls { display: block; margin-top: 24px; }
  .pricing-cycle-select-label { display: block; }
  .price-cycle { min-height: 32px; padding: 5px 8px; font-size: .72rem; }
  .price-card { padding: 18px; }
  .coupon-guide-steps { grid-template-columns: 1fr; }
  .price-card-specs { min-height: 0; }
  .result-plans ul { grid-template-columns: 1fr; }
  .refund-section { padding-bottom: 56px; }
  .refund-points { grid-template-columns: 1fr; }
  .refund-points p + p { border-top: 1px solid var(--line); border-left: 0; }
  .coupon-code { align-items: stretch; flex-direction: column; }
  .coupon-code .button { width: 100%; }
  .option-grid,
  .option-grid-three,
  .result-guidance,
  .tier-key,
  .footer-grid { grid-template-columns: 1fr; }
  .step-heading { grid-template-columns: 1fr; gap: 4px; }
  .option-grid button { min-height: auto; }
  .selector-result { padding: 22px; }
  .tier-key article { border-right: 0; border-bottom: 1px solid var(--line); }
  .tier-key article:last-child { border-bottom: 0; }
  .catalog-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    padding: 18px;
  }
  .catalog-plan { grid-column: span 2; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
  .catalog-label { display: block; color: var(--muted); font-size: .67rem; text-transform: uppercase; }
  .refund-timeline article { grid-template-columns: 1fr; gap: 6px; }
  .refund-timeline article p { grid-column: auto; }
  .closing { gap: 26px; }
  .footer-grid > :first-child { grid-column: auto; }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 14px; }
  .consent-banner p { margin-bottom: 10px; font-size: .8rem; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
