/* ============================================================
   Neutralize Bootstrap Reboot — restore the exact browser defaults
   the React build renders against (margins, heading line-height &
   weight, control line-height, svg alignment). The mirrored React
   class rules below have higher specificity and win wherever they
   set a value; these only cover what the React app left to the UA.
   ============================================================ */
h1,h2,h3,h4,h5,h6{font-weight:bold;line-height:inherit}
h1{margin-block:.67em}h2{margin-block:.83em}h3{margin-block:1em}h4{margin-block:1.33em}h5{margin-block:1.67em}h6{margin-block:2.33em}
p{margin-block:1em}
button,input,optgroup,select,textarea{line-height:normal}
svg{vertical-align:baseline}

/* ============================================================
   GetDefensive.com — global stylesheet
   Design tokens mirrored from the Figma references
   ============================================================ */

:root {
    --navy: #004885;
    --navy-2: #0a4f92;
    --navy-deep: #013a6b;
    /*--coral: #ff5c48;*/
    --coral: #E22525;
    --coral-2: #f4502e;
    --ink: #11243a;
    --ink-soft: #1f3a52;
    --text: #56657a;
    --text-2: #6b7a8a;
    --muted: #9aa8b5;
    --line: #e3e9f0;
    --line-2: #d7dfe9;
    --light-blue: #e4f0ff;
    --light-blue-2: #eaf3ff;
    --section: #eef3f8;
    --section-2: #f2f6fa;
    --pink: #ffe7e3;
    --pink-soft: #fff0ee;
    --card: #ffffff;
    --card-blue: #e9f1fb;
    --card-gray: #f4f7fa;
    --star: #f6a821;
    --shadow-sm: 0 1px 2px rgba(16, 36, 58, 0.06);
    --shadow: 0 18px 40px -22px rgba(16, 36, 58, 0.25);
    --radius: 16px;
    --radius-lg: 22px;
    --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    --mono: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    --serif: 'Lora', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- layout ---------- */
.gd-container {
  width: 1325px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.section { padding: 84px 0; }
.section--gray { background: var(--section); }
.section--blue { background: var(--light-blue); }
.section--tight { padding: 64px 0; }

/* ---------- typography helpers ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.eyebrow .num { color: var(--coral); margin-right: 14px; }
.eyebrow .accent { color: var(--coral); }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
  background: var(--pink-soft);
  border-radius: 999px;
  padding: 9px 18px;
  font-weight: 500;
}
.pill::before { content: '•'; font-size: 14px; line-height: 1; }

.gd-h1 {
  font-size: 80px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}
.gd-h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--navy);
  margin: 0;
}
.gd-h3 { font-size: 26px; font-weight: 700; color: var(--navy); margin: 0; line-height: 1.2; }
.accent { color: var(--coral); }
.gd-lead { font-size: 19px; line-height: 1.6; color: var(--text-2); }
.muted-strong { color: var(--ink-soft); font-weight: 700; }

/* ---------- buttons ---------- */
.gd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  border-radius: 999px;
  padding: 17px 30px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.gd-btn svg { width: 20px; height: 20px; }
.gd-btn-orange { background: var(--coral); color: #fff; }
.gd-btn-orange:hover { background: var(--coral-2); transform: translateY(-1px); }
.gd-btn-navy { background: var(--navy); color: #fff; }
.gd-btn-navy:hover { background: var(--navy-deep); transform: translateY(-1px); }
.gd-btn-outline { background: #fff; color: var(--navy); border: 1.5px solid var(--line-2); }
.gd-btn-outline:hover { border-color: var(--navy); transform: translateY(-1px); }
.gd-btn-ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line-2); }
.gd-btn-sm { padding: 13px 22px; font-size: 15px; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 14px;
}
.topbar__inner {
  display: flex;
  align-items: center;
  height: 64px;
  gap: 56px;
}
.topbar__item { opacity: 0.95; }
.topbar__phone { margin-left: auto; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.header { background: #fff; border-bottom: 1px solid transparent; }
.header__inner {
  display: flex;
  align-items: center;
  height: 100px;
  gap: 40px;
}
.header__logo img { height: 80px; width: auto; }
.gd-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: 195px;
  font-size: 17px;
  color: var(--ink);
}
.gd-nav a { padding: 6px 0; font-weight: 400; }
.gd-nav a:hover { color: var(--navy); }
.gd-nav a.active { color: #2f6fc4; font-weight: 400; }
.header__right { margin-left: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.header__account { display: inline-flex; align-items: center; gap: 9px; font-size: 17px; color: var(--ink); }
.header__account svg { display: none; }
.header__account::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("/assets2026/icons/header-account.webp") center / contain no-repeat;
}
.header__lang { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 13px; color: var(--text-2); }
.header__lang-label { display: inline-flex; align-items: center; gap: 7px; }
.header__lang svg { display: none; }
.header__lang-label::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: url("/assets2026/icons/header-language.webp") center / contain no-repeat;
}
.header__lang select {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  padding: 3px 6px;
  background: #fff;
}

/* breadcrumb */
.crumbs {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 22px 0 0;
}
.crumbs .sep { color: var(--line-2); }
.crumbs .here { color: var(--navy); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy); color: #cfe0f0; padding: 56px 0 70px; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.9fr 0.9fr 0.9fr;
  gap: 30px;
}
.footer__logo {
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  display: inline-block;
  width: 268px;
  margin-bottom: 22px;
}
.footer__logo img { height: 44px; width: auto; margin: 0 auto; }
.footer__tag { color: #d7e6f5; font-size: 15px; margin: 0 0 24px; }
.footer__contact { display: flex; flex-direction: column; gap: 14px; font-size: 15px; color: #e3eef9; }
.footer__contact-row { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact-row svg { width: 17px; height: 17px; margin-top: 2px; flex: none; color: #9fc2e3; }
.footer h4 { color: #fff; font-size: 16px; font-weight: 700; margin: 4px 0 18px; }
.footer__links li { margin-bottom: 13px; font-size: 15px; color: #cfe0f0; }
.footer__links a:hover { color: #fff; }
.footer__social li {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
  font-size: 15px;
  color: #cfe0f0;
}
.footer__social a { display: flex; align-items: center; gap: 11px; }
.footer__social img { width: 20px; height: 20px; border-radius: 4px; }
.footer__reviews a {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
  color: #cfe0f0;
  font-size: 15px;
}
.footer__reviews a:hover { color: #fff; }
.footer__reviews img { width: 20px; height: 20px; flex: none; object-fit: contain; }
.footer__bottom { margin-top: 34px; text-align: center; }
.footer__divider { height: 1px; background: rgba(207, 224, 240, 0.55); }
.footer__bottom p { margin: 28px 0 0; color: #fff; font-size: 14px; }
.footer__bottom p span { text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   PRESS BAR
   ============================================================ */
.press { background: var(--light-blue-2); padding: 30px 0; }
.press__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}
.press__inner img { height: 30px; width: auto; opacity: 0.85; filter: saturate(0.2) brightness(0.55); }

/* ============================================================
   SHARED — trust strip (icon row band)
   ============================================================ */
.trust {
  background: var(--light-blue);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  padding: 26px 34px;
  gap: 20px;
}
.trust__item { display: flex; gap: 14px; align-items: flex-start; flex: 1; }
.trust__icon {
  width: 40px; height: 40px; border-radius: 11px;
  background: #fff; display: flex; align-items: center; justify-content: center;
  flex: none; color: var(--navy);
}
.trust__icon svg { width: 20px; height: 20px; }
.trust__icon img { width: 20px; height: 20px; object-fit: contain; }
.trust__title { display: block; color: var(--navy); font-weight: 700; font-size: 15px; }
.trust__sub { display: block; color: var(--text-2); font-size: 13px; margin-top: 3px; line-height: 1.35; }

/* divider variant used on About / sub pages (no card chip, vertical rules) */
.statline {
  background: var(--section);
  display: flex;
}
.statline .gd-container { display: flex; }
.statline__item {
  flex: 1;
  padding: 26px 0;
  display: flex;
  gap: 14px;
  align-items: center;
}
.statline__item + .statline__item { border-left: 1px solid var(--line-2); padding-left: 28px; }

/* arrow link */
.arrowlink {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-weight: 700;
  font-size: 16px;
}
.arrowlink svg { width: 18px; height: 18px; }

/* generic feature card grid */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

.check-row { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 16px; }
.check-row:last-child { border-bottom: none; }
.check-ic { width: 22px; height: 22px; flex: none; color: var(--coral); }

/* section header (two column: heading left, paragraph right) */
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 46px; }
.sec-head__intro { color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.sec-head h2 { margin-top: 16px; }

@media (max-width: 900px) {
  .sec-head, .cards-3, .cards-2, .footer__grid, .trust { grid-template-columns: 1fr; display: grid; }
  .trust { gap: 22px; flex-direction: column; }
  .gd-h1 { font-size: 48px; }
  .gd-h2 { font-size: 32px; }
}

/* ============================================================
   HOME — Figma alignment overrides
   Kept page-scoped so the shared standalone pages are unaffected.
   ============================================================ */
@media (min-width: 901px) {
  .home-page .gd-container { width: 1285px; }

  .home-page .home-hero {
    width: 1325px;
    grid-template-columns: 560px minmax(0, 1fr);
    gap: 44px;
    padding: 64px 0 49px;
  }
  .home-page .home-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--pink-soft);
    font-size: 12px;
    letter-spacing: .08em;
  }
  .home-page .home-hero__title {
    margin-top: 40px;
    font-size: 62px;
  }
  .home-page .home-hero__sub {
    margin: 22px 0 28px;
    max-width: 500px;
  }
  .home-page .home-hero__right {
    padding: 22px;
    border: 1px solid var(--line-2);
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
  }
  .home-page .home-hero__img {
    flex: none;
    height: 510px;
    min-height: 0;
    border-radius: 18px;
    box-shadow: none;
  }
  .home-page .home-hero__foot {
    min-height: 116px;
    margin-top: 22px;
    padding: 22px 0 0;
  }
  .home-page .home-hero__app { display: none; }

  .home-page main > section:nth-of-type(2) {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    overflow: hidden;
    background: var(--section);
  }
  .home-page .trust {
    width: 1285px;
    min-height: 174px;
    margin: 0 auto;
    padding: 44px 22px;
    border-radius: 0;
    background: transparent;
    align-items: center;
  }
  .home-page .trust__item { align-items: center; }
  .home-page .trust__icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }

  .home-page .section { padding: 70px 0; }
  .home-page .sec-head {
    grid-template-columns: minmax(0, 2.15fr) minmax(260px, .85fr);
    gap: 90px;
    margin-bottom: 56px;
    align-items: end;
  }
  .home-page .sec-head h2 { margin-top: 14px; }
  .home-page .gd-h2 { font-size: 54px; line-height: 1.08; }
  .home-page .sec-head__intro { font-size: 15px; line-height: 1.5; }

  .home-page main > .section:nth-of-type(3) { padding-bottom: 38px; }
  .home-page main > .section:nth-of-type(3) .sec-head { margin-bottom: 19px; }
  .home-page main > .section:nth-of-type(3) .sec-head h2 {
    max-width: 760px;
    margin-top: 27px;
  }
  .home-page main > .section:nth-of-type(3) .cards-3 {
    width: 1200px;
    margin: 0 auto;
    gap: 28px;
  }
  .home-page .course-card {
    min-height: 518px;
    padding: 22px 22px 24px;
    border-radius: 18px;
  }
  .home-page .course-card__badge {
    padding: 5px 13px;
    margin-bottom: 8px;
  }
  .home-page .course-card__tag { font-size: 12px; }
  .home-page .course-card__title {
    margin: 8px 0 7px;
    font-size: 21px;
  }
  .home-page .course-card__desc {
    min-height: 52px;
    font-size: 13px;
    line-height: 1.4;
  }
  .home-page .course-card__price {
    margin: 8px 0 3px;
    padding-bottom: 12px;
  }
  .home-page .course-card__price .amt { font-size: 31px; }
  .home-page .course-card__price .note { font-size: 10px; }
  .home-page .course-card__feats {
    gap: 9px;
    margin: 12px 0 17px;
  }
  .home-page .course-card__feats li { gap: 8px; font-size: 13px; }
  .home-page .course-check { width: 17px; height: 17px; }
  .home-page .course-card__btn { padding: 12px 22px; font-size: 14px; }

  .home-page .section--gray { padding: 54px 0 48px; }
  .home-page .section--gray .sec-head { margin-bottom: 38px; }
  .home-page .step__circle { margin-bottom: 22px; }
  .home-page .step__title { margin-bottom: 9px; font-size: 23px; }
  .home-page .step__desc { font-size: 14px; line-height: 1.45; }

  .home-page main > .section:nth-of-type(5) { padding: 38px 0 54px; }
  .home-page main > .section:nth-of-type(5) .sec-head { margin-bottom: 54px; }
  .home-page .compare { border-radius: 14px; }
  .home-page .compare__head { padding: 21px 32px; font-size: 13px; }
  .home-page .compare__row { min-height: 92px; padding: 28px 32px; font-size: 15px; }
  .home-page .compare__foot { min-height: 92px; padding: 18px 32px; }
  .home-page .compare__note { display: none; }
  .home-page .compare__foot { justify-content: flex-end; }

}

/* ---------- mobile header + overflow guard ---------- */
@media (max-width: 820px) {
  html, body { overflow-x: hidden; }
  .topbar__inner { height: auto; flex-wrap: wrap; gap: 6px 20px; padding: 8px 0; font-size: 12.5px; }
  .topbar__phone { margin-left: 0; }
  .header__inner { height: auto; flex-wrap: wrap; gap: 14px 20px; padding: 16px 0; }
  .gd-nav { margin-left: 0; gap: 14px 18px; flex-wrap: wrap; font-size: 15px; order: 3; width: 100%; }
  .header__right { margin-left: auto; }
  .statline .gd-container { flex-direction: column; }
  .statline__item + .statline__item { border-left: none; padding-left: 0; }
  .home-hero__title, .sub-hero__title, .cta__title { font-size: 34px; line-height: 1.08; }
  .gd-h1 { font-size: 34px; }
  .home-hero__sub { max-width: none; }
  .cta__btns, .home-hero__cta { flex-wrap: wrap; }
}

/* ============================================================
   HOME
   ============================================================ */
.home-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; padding: 80px 0 56px; align-items: stretch; }
.home-hero__right { display: flex; flex-direction: column; }
.home-hero__eyebrow { font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; color: var(--coral); text-transform: uppercase; }
.home-hero__title { font-size: 62px; line-height: 1.06; margin: 58px 0 0; }
.home-hero__sub { font-size: 18px; color: var(--text-2); margin: 22px 0 30px; max-width: 440px; line-height: 1.55; }
.home-hero__cta { display: flex; gap: 16px; align-items: center; }
.home-hero__es { display: inline-block; margin-top: 28px; color: var(--navy); font-weight: 700; font-size: 19px; text-decoration: underline; text-underline-offset: 5px; }
.home-hero__img { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); flex: 1; min-height: 240px; }
.home-hero__img img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.home-hero__app { width: 210px; flex: none; }
.home-hero__app img { width: 100%; height: auto; display: block; }
.home-hero__price { display: flex; align-items: center; gap: 16px; }
.home-hero__price-amt { font-size: 44px; font-weight: 800; color: var(--navy); line-height: 1; }
.home-hero__price-amt .dollar { font-size: 22px; vertical-align: top; margin-right: 2px; }
.home-hero__price-note { font-family: var(--mono); font-size: 13px; color: var(--text-2); letter-spacing: 0.04em; }

/* course cards */
.course-card { background: var(--card-gray); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 28px; display: flex; flex-direction: column; }
.course-card--pop { background: var(--card-blue); border-color: #d4e4f7; }
.course-card__badge { align-self: flex-start; background: var(--pink); color: var(--coral); font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; padding: 6px 14px; border-radius: 999px; margin-bottom: 16px; }
.course-card__tag { font-family: var(--mono); font-size: 14px; color: var(--coral); letter-spacing: 0.02em; }
.course-card--pop .course-card__tag { color: var(--coral); }
.course-card:not(.course-card--pop) .course-card__tag { color: var(--muted); }
.course-card__title { font-size: 25px; font-weight: 800; color: var(--navy); margin: 12px 0 10px; }
.course-card__desc { font-size: 15px; color: var(--text-2); line-height: 1.5; min-height: 66px; }
.course-card__price { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 6px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.course-card__price .dollar { font-size: 18px; color: var(--navy); font-weight: 700; align-self: flex-start; }
.course-card__price .amt { font-size: 38px; font-weight: 800; color: var(--navy); line-height: 1; }
.course-card__price .note { font-family: var(--mono); font-size: 12px; color: var(--text-2); letter-spacing: 0.04em; }
.course-card__feats { margin: 18px 0 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.course-card__feats li { display: flex; align-items: center; gap: 11px; font-size: 15px; color: var(--ink-soft); }
.course-check { width: 20px; height: 20px; color: var(--coral); flex: none; }
.course-card__btn { width: 100%; }

/* steps */
.steps { margin-top: 12px; }
.step { text-align: center; padding: 0 14px; }
.step__circle {
  width: 124px; height: 124px; border-radius: 50%; margin: 0 auto 30px;
  border: 1.5px solid var(--coral); display: flex; align-items: center; justify-content: center;
  font-size: 44px; font-weight: 800; color: var(--coral);
  box-shadow: 0 0 0 10px rgba(255, 92, 72, 0.06);
}
.step__title { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--ink); margin-bottom: 14px; }
.step__desc { font-size: 15px; color: var(--text-2); line-height: 1.6; max-width: 330px; margin: 0 auto; }

/* compare table */
.compare { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(to right, transparent 0 33.333%, var(--pink-soft) 33.333% 66.667%, transparent 66.667%); }
.compare__head, .compare__row { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.compare__head { background: var(--section); padding: 22px 32px; font-family: var(--mono); font-size: 14px; letter-spacing: 0.04em; color: var(--muted); }
.compare__head .compare__us { color: var(--muted); }
.compare__row { padding: 20px 32px; border-top: 1px solid var(--line); font-size: 16px; }
.compare__feat { color: var(--navy); }
.compare__us { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 500; padding: 0 24px; }
.compare__head .compare__us { background: transparent; padding: 0; }
.compare__check { width: 18px; height: 18px; color: var(--coral); flex: none; }
.compare__them { color: var(--text-2); padding-left: 24px; }
.compare__head .compare__them { color: var(--muted); }
.compare__foot { background: var(--section); padding: 26px 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.compare__note { color: var(--muted); font-size: 14px; }

/* reviews */
.reviews-head { text-align: center; margin-bottom: 48px; }
.reviews-head__sub { color: var(--ink-soft); margin-top: 14px; font-size: 16px; }
.review-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.stars { display: flex; gap: 4px; margin-bottom: 18px; }
.stars img { width: 20px; height: 20px; }
.review-card__quote { font-style: italic; font-weight: 700; color: var(--ink-soft); font-size: 16px; line-height: 1.5; margin: 0 0 22px; }
.review-card__person { display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid var(--line); }
.review-card__avatar { width: 38px; height: 38px; border-radius: 50%; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.review-card__person strong { color: var(--ink); font-size: 15px; display: block; }
.review-card__date { color: var(--text-2); font-size: 13px; }

/* CTA */
.cta { padding: 80px 0; text-align: center; }
.cta__inner { display: flex; flex-direction: column; align-items: center; }
.cta__title { font-size: 52px; margin: 22px 0 0; }
.cta__sub { color: var(--ink-soft); font-size: 17px; max-width: 620px; margin: 20px 0 38px; line-height: 1.6; }
.cta__btns { display: flex; gap: 18px; }

@media (max-width: 900px) {
  .home-hero, .compare__head, .compare__row { grid-template-columns: 1fr; }
  .home-hero__title, .cta__title { font-size: 40px; }
  .compare { background: none; }
  .compare__head { background: var(--section); }
  .compare__us { background: var(--pink-soft); padding: 12px 24px; }
  .compare__foot { flex-wrap: wrap; }
  .home-hero__img { flex: none; }
  .home-hero__img img { height: 240px; }
  .home-hero__foot { flex-wrap: wrap; }
}

/* ============================================================
   SUB-PAGE HERO (About / Referral / FAQ / Contact share this)
   ============================================================ */
.sub-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: end; padding: 64px 0 22px; }
.sub-hero__title { font-size: 76px; line-height: 1.0; margin: 26px 0 0; }
.sub-hero__intro { font-size: 21px; line-height: 1.5; color: var(--text-2); }

/* ============================================================
   ABOUT — statement band
   ============================================================ */
.about-band { padding: 64px 0; }
.about-band__inner { display: grid; grid-template-columns: 1.05fr 1.2fr; gap: 60px; align-items: center; }
.about-band__statement { font-size: 33px; line-height: 1.28; font-weight: 800; color: var(--navy); margin: 0; }
.about-band__stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-band__stats > div { padding-left: 30px; border-left: 1px solid #bcd6f3; display: flex; flex-direction: column; gap: 12px; }
.about-band__stats > div:first-child { border-left: none; padding-left: 0; }
.about-stat__num { font-size: 42px; font-weight: 800; color: var(--navy); line-height: 1; }
.about-stat__lbl { font-size: 13px; color: var(--navy); opacity: 0.75; line-height: 1.4; }

/* ============================================================
   FEATURE CARDS (About "What we offer")
   ============================================================ */
.feat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 34px; }
.feat-card--wide { padding: 34px 38px; }
.feat-card--sm { padding: 26px 26px; }
.feat-card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 30px; }
.feat-card__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--pink-soft); color: var(--coral); display: flex; align-items: center; justify-content: center; }
.feat-card__icon svg { width: 22px; height: 22px; }
.feat-card__icon img { width: 22px; height: 22px; object-fit: contain; }
.feat-card__index { font-family: var(--mono); font-size: 14px; letter-spacing: 0.06em; color: var(--muted); }
.feat-card__index--gray { color: var(--line-2); }
.feat-card__eyebrow { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--coral); display: block; margin-bottom: 16px; }
.feat-card__h3 { font-size: 27px; font-weight: 800; color: var(--navy); line-height: 1.18; margin: 0 0 18px; max-width: 540px; }
.feat-card__h3--sm { font-size: 23px; }
.feat-card__p { font-size: 16px; line-height: 1.6; color: var(--text); margin: 0; }
.feat-card--sm .feat-card__p, .feat-card .feat-card__p { color: var(--ink-soft); }
.feat-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--muted); }
.feat-card__foot--single { justify-content: flex-start; }
.feat-card__foot-accent { color: var(--navy); font-weight: 600; }
.feat-card__squares { display: flex; gap: 12px; margin-top: 30px; }
.feat-card__squares span { flex: 1; height: 44px; background: var(--coral); border-radius: 10px; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { border-top: 1px solid var(--line-2); }
.timeline__row { display: grid; grid-template-columns: 200px 40px 1fr; padding: 28px 0; border-bottom: 1px solid var(--line-2); align-items: start; position: relative; }
.timeline__year { font-size: 38px; font-weight: 800; color: var(--coral); line-height: 1; }
.timeline__dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--coral); background: #fff; margin-top: 6px; margin-left: 11px; position: relative; }
.timeline__row::after { content: ''; position: absolute; left: 219px; top: 0; bottom: -1px; width: 1px; background: var(--line-2); }
.timeline__title { font-size: 19px; font-weight: 700; color: var(--navy); margin: 0 0 8px; }
.timeline__desc { font-size: 15px; color: var(--text-2); line-height: 1.55; margin: 0; max-width: 720px; }

/* statline icons */
.statline__icon { width: 44px; height: 44px; border-radius: 11px; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; flex: none; }
.statline__icon svg { width: 21px; height: 21px; }
.statline__icon img { width: 21px; height: 21px; object-fit: contain; }
.statline__item:first-child .statline__icon { background: var(--navy); color: #fff; }
.statline__title { font-weight: 700; color: var(--navy); font-size: 16px; display: block; }
.statline__sub { font-family: var(--mono); font-size: 12px; color: var(--text-2); letter-spacing: 0.04em; }

.cta__fine { font-family: var(--mono); font-size: 13px; color: var(--muted); margin-top: 26px; letter-spacing: 0.03em; }

@media (max-width: 900px) {
  .sub-hero, .about-band__inner { grid-template-columns: 1fr; }
  .sub-hero__title { font-size: 46px; }
  .timeline__row { grid-template-columns: 90px 24px 1fr; }
  .timeline__row::after { left: 101px; }
  .timeline__dot { margin-left: 3px; }
  .timeline__year { font-size: 26px; }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.hiw-video { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.hiw-video img { width: 100%; height: 520px; object-fit: cover; }
.hiw-video iframe { width: 100%; height: 520px; border: 0; display: block; }
.hiw-video__play {
  position: absolute; left: 50%; top: 47%; transform: translate(-50%, -50%);
  width: 84px; height: 84px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.hiw-video__play svg { width: 34px; height: 34px; margin-left: 4px; }
.hiw-video__bar { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 14px; }
.hiw-video__time { color: #fff; font-size: 13px; font-weight: 600; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
.hiw-video__track { flex: 1; height: 4px; background: rgba(255, 255, 255, 0.4); border-radius: 4px; }
.hiw-video__track i { display: block; width: 6%; height: 100%; background: #fff; border-radius: 4px; }

.hiw-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.hiw-band__text { font-size: 30px; line-height: 1.3; font-weight: 800; color: var(--navy); margin: 0; }
.hiw-band__steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.hiw-band__steps > div { padding-left: 26px; border-left: 1px solid #bcd6f3; display: flex; flex-direction: column; gap: 18px; }
.hiw-band__steps > div:first-child { border-left: none; padding-left: 0; }
.hiw-band__num { font-size: 34px; font-weight: 800; color: var(--navy); }
.hiw-band__lbl { font-size: 13px; letter-spacing: 0.04em; color: var(--navy); opacity: 0.8; }

/* process steps */
.process { border-top: 1px solid var(--line-2); }
.process__row { display: grid; grid-template-columns: 230px 40px 1fr; padding: 36px 0; border-bottom: 1px solid var(--line-2); position: relative; align-items: start; }
.process__left { display: flex; flex-direction: column; gap: 6px; }
.process__num { font-size: 38px; font-weight: 800; color: var(--coral); line-height: 1; }
.process__label { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em; color: var(--muted); }
.process__dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--coral); background: #fff; margin-top: 6px; margin-left: 11px; }
.process__row::after { content: ''; position: absolute; left: 249px; top: 0; bottom: -1px; width: 1px; background: var(--line-2); }
.process__title { font-size: 22px; font-weight: 700; color: var(--navy); margin: 0 0 14px; }
.process__lead { font-size: 16px; line-height: 1.6; color: var(--text); margin: 0 0 20px; max-width: 860px; }
.process__bullets { display: flex; flex-direction: column; gap: 12px; }
.process__bullets li { position: relative; padding-left: 22px; color: var(--ink-soft); font-size: 16px; }
.process__bullets li::before { content: ''; position: absolute; left: 4px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); }

/* course type cards */
.type-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 34px; }
.type-card__tag { font-family: var(--mono); font-size: 13px; letter-spacing: 0.04em; color: var(--muted); }
.type-card__title { font-size: 27px; font-weight: 800; color: var(--navy); margin: 14px 0 14px; }
.type-card__desc { font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 22px; }
.type-card__feats { display: flex; flex-direction: column; }
.type-card__feats li { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 16px; }
.type-card__feats li:last-child { border-bottom: none; }
.type-card .gd-btn { margin-top: 14px; }

@media (max-width: 900px) {
  .hiw-band { grid-template-columns: 1fr; }
  .hiw-video img, .hiw-video iframe { height: 280px; }
  .process__row { grid-template-columns: 120px 24px 1fr; }
  .process__row::after { left: 131px; }
  .process__dot { margin-left: 3px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-search { display: flex; align-items: center; gap: 16px; border: 1px solid var(--line-2); border-radius: 16px; padding: 20px 24px; color: var(--muted); }
.faq-search svg { width: 24px; height: 24px; color: var(--muted); flex: none; }
.faq-search input { flex: 1; border: none; outline: none; font-family: var(--sans); font-size: 18px; color: var(--ink); background: transparent; }
.faq-search input::placeholder { color: var(--muted); }
.faq-search__kbd { font-size: 14px; color: var(--text-2); background: var(--section); border: 1px solid var(--line-2); border-radius: 7px; padding: 5px 10px; }

.faq-main { display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: start; padding-bottom: 30px; }
.faq-side { position: sticky; top: 24px; }
.faq-side__label { font-family: var(--mono); font-size: 13px; letter-spacing: 0.1em; color: var(--muted); }
.faq-side__list { margin: 22px 0; display: flex; flex-direction: column; gap: 4px; }
.faq-side__list li { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; border-radius: 10px; color: var(--ink-soft); font-size: 16px; cursor: pointer; }
.faq-side__list li span { color: var(--muted); font-size: 14px; }
.faq-side__list li:hover { background: var(--section-2); }
.faq-side__list li.active { background: var(--navy); color: #fff; font-weight: 600; }
.faq-side__list li.active span { color: #cfe0f0; }
.faq-side__cta { background: var(--section-2); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.faq-side__cta-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }
.faq-side__cta h4 { font-size: 21px; color: var(--navy); margin: 12px 0 6px; }
.faq-side__cta p { font-size: 14px; color: var(--text-2); margin: 0 0 18px; }

.faq-group { margin-bottom: 56px; }
.faq-group__head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 2px solid var(--navy); margin-bottom: 6px; }
.faq-group__title { font-size: 32px; font-weight: 800; color: var(--navy); margin: 0; }
.faq-group__count { font-family: var(--mono); font-size: 15px; color: var(--muted); letter-spacing: 0.02em; }
.faq-q { display: grid; grid-template-columns: 80px 1fr; gap: 8px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.faq-q:last-child { border-bottom: none; }
.faq-q__num { font-family: var(--mono); font-size: 17px; font-weight: 600; color: var(--coral); }
.faq-q__q { font-size: 20px; font-weight: 700; color: var(--navy); margin: 0 0 14px; line-height: 1.3; }
.faq-q__a { font-size: 16px; line-height: 1.65; color: var(--text); margin: 0 0 16px; }
.faq-q__a:last-child { margin-bottom: 0; }
.faq-q__a strong { color: var(--navy); }

/* faq bottom contact */
.faq-contact { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 26px; align-items: stretch; }
.faq-contact__card { border: 1px solid var(--line); border-radius: 18px; padding: 30px 30px; display: flex; flex-direction: column; background: #fff; }
.faq-contact__card--navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.faq-contact__ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(255, 255, 255, 0.14); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.faq-contact__ic--pink { background: var(--pink-soft); color: var(--coral); }
.faq-contact__ic svg { width: 22px; height: 22px; }
.faq-contact__lbl { font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.7); }
.faq-contact__lbl--pink { color: var(--coral); }
.faq-contact__big { font-size: 30px; font-weight: 800; margin: 10px 0 16px; }
.faq-contact__big--navy { color: var(--navy); }
.faq-contact__card--navy .faq-contact__big { color: #fff; }
.faq-contact__card p { font-size: 16px; line-height: 1.55; margin: 0 0 22px; flex: 1; }
.faq-contact__card--navy p { color: #cfe0f0; }

@media (max-width: 900px) {
  .faq-main, .faq-contact { grid-template-columns: 1fr; }
  .faq-side { position: static; }
}

/* ============================================================
   REFERRAL
   ============================================================ */
.ref-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.ref-stat { padding-left: 36px; border-left: 1px solid #bcd6f3; display: flex; flex-direction: column; gap: 10px; }
.ref-stat:first-child { border-left: none; padding-left: 0; }
.ref-stat__lbl { font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; color: var(--navy); opacity: 0.7; }
.ref-stat__big { font-size: 44px; font-weight: 800; color: var(--navy); line-height: 1; }
.ref-stat__sub { font-size: 14px; color: var(--navy); opacity: 0.75; line-height: 1.4; max-width: 250px; }

.ref-link { border: 1px solid var(--line); border-radius: 20px; padding: 38px 40px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: center; background: linear-gradient(180deg, #fff, #fcfdff); }
.ref-link__label { font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; color: var(--muted); }
.ref-link__h { font-size: 26px; font-weight: 800; color: var(--navy); margin: 14px 0 14px; }
.ref-link__p { font-size: 16px; color: var(--text-2); line-height: 1.6; margin: 0; }
.ref-link__field { display: flex; align-items: stretch; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.ref-link__url { flex: 1; display: flex; align-items: center; padding: 0 20px; color: var(--muted); font-size: 18px; }
.ref-link__url strong { color: var(--navy); }
.ref-link__copy { background: var(--navy); color: #fff; display: flex; align-items: center; gap: 10px; padding: 18px 26px; font-weight: 700; font-size: 16px; }
.ref-link__copy svg { width: 18px; height: 18px; }
.ref-link__share { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
.ref-link__share button { border: 1px solid var(--line-2); border-radius: 12px; padding: 15px 0; display: flex; align-items: center; justify-content: center; gap: 9px; font-weight: 600; font-size: 15px; color: var(--ink); }
.ref-link__share button svg { width: 17px; height: 17px; color: var(--navy); }
.ref-link__share button:hover { border-color: var(--navy); }

/* steps */
.ref-step { border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; display: flex; flex-direction: column; }
.ref-step__circle { width: 92px; height: 92px; border-radius: 50%; background: var(--section); border: 1.5px solid var(--coral); display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 800; color: var(--coral); margin: 6px auto 30px; }
.ref-step__circle--hi { background: #ffd9d2; box-shadow: 0 0 0 10px rgba(255, 92, 72, 0.18); }
.ref-step__label { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em; color: var(--muted); }
.ref-step__title { font-size: 24px; font-weight: 800; color: var(--navy); margin: 12px 0 12px; }
.ref-step__desc { font-size: 16px; color: var(--text-2); line-height: 1.6; flex: 1; margin: 0; }
.ref-step__foot { display: flex; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--muted); }
.ref-step__foot-accent { color: var(--navy); font-weight: 600; }

/* fine print */
.ref-fine { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: start; }
.ref-rules { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 8px 30px; }
.ref-rule { display: grid; grid-template-columns: 56px 1fr; gap: 8px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.ref-rule:last-child { border-bottom: none; }
.ref-rule__num { font-size: 19px; font-weight: 800; color: var(--coral); }
.ref-rule__title { font-size: 18px; font-weight: 700; color: var(--navy); margin: 0 0 8px; }
.ref-rule__desc { font-size: 15px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

@media (max-width: 900px) {
  .ref-stats, .ref-link, .ref-link__share, .ref-fine { grid-template-columns: 1fr; }
  .ref-stat { padding-left: 0; border-left: none; }
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-hours { display: flex; align-items: center; justify-content: center; gap: 26px; padding: 22px 0; font-family: var(--mono); font-size: 14px; letter-spacing: 0.04em; color: var(--muted); flex-wrap: wrap; }
.contact-hours b { color: var(--muted); font-weight: 500; }
.contact-hours strong { color: var(--navy); font-weight: 700; margin-left: 4px; }
.contact-hours__div { width: 1px; height: 18px; background: var(--line-2); }

.contact-ways { gap: 26px; }
.contact-card { border: 1px solid var(--line); border-radius: 18px; padding: 32px 32px; display: flex; flex-direction: column; }
.contact-card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; }
.contact-card__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--pink-soft); color: var(--coral); display: flex; align-items: center; justify-content: center; }
.contact-card__ic svg { width: 22px; height: 22px; }
.contact-card__ic img { width: 22px; height: 22px; object-fit: contain; }
.contact-card__idx { font-family: var(--mono); font-size: 14px; letter-spacing: 0.04em; color: var(--muted); }
.contact-card__eyebrow { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--coral); margin-bottom: 14px; }
.contact-card__h { font-size: 26px; font-weight: 800; color: var(--navy); margin: 0 0 16px; line-height: 1.2; }
.contact-card__h--coral { color: var(--coral); font-size: 34px; }
.contact-card__h--navy { color: var(--navy); }
.contact-card__p { font-size: 16px; line-height: 1.6; color: var(--text-2); margin: 0; flex: 1; }
.contact-card__p--navy { color: var(--navy); }
.contact-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--muted); }
.contact-card__foot-accent { color: var(--navy); font-weight: 600; }

/* form */
.contact-form-wrap { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: start; }
.contact-form { background: var(--section); border: 1px solid var(--line); border-radius: 20px; padding: 32px 34px; }
.contact-form__head { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--line-2); margin-bottom: 24px; }
.contact-form__title { font-size: 22px; font-weight: 800; color: var(--navy); }
.contact-form__req { font-family: var(--mono); font-size: 13px; letter-spacing: 0.06em; color: var(--muted); }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 18px; }
.contact-form label, .contact-form__full { display: flex; flex-direction: column; gap: 9px; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--muted); }
.contact-form__full { margin-bottom: 18px; }
.contact-form input, .contact-form textarea, .contact-form select { font-family: var(--sans); font-size: 15px; color: var(--ink); border: 1px solid var(--line-2); border-radius: 10px; padding: 13px 15px; background: #fff; outline: none; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--navy); }
.contact-form textarea { resize: vertical; }
.contact-form__select { position: relative; }
.contact-form__select select { appearance: none; cursor: pointer; }
.contact-form__select svg { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--text-2); pointer-events: none; }
.contact-form__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid var(--line-2); margin-top: 6px; }
.contact-form__foot > span { font-family: var(--sans); font-size: 15px; color: var(--text-2); line-height: 1.5; }
.contact-form__link { color: var(--coral); text-decoration: underline; }

/* HQ map */
.contact-hq { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.contact-hq__card { display: flex; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; }
.contact-hq__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--pink-soft); color: var(--coral); display: flex; align-items: center; justify-content: center; flex: none; }
.contact-hq__name { font-size: 19px; font-weight: 700; color: var(--navy); margin: 0 0 10px; }
.contact-hq__addr { font-size: 15px; color: var(--text); line-height: 1.55; margin: 0 0 14px; }
.contact-hq__links { display: flex; gap: 18px; }
.contact-hq__links a { color: var(--coral); text-decoration: underline; font-size: 15px; }

.contact-map { position: relative; height: 420px; border-radius: 18px; overflow: hidden; border: 1px solid var(--line-2); background: linear-gradient(135deg, #eef3f8, #e4ecf4); }
.contact-map img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .contact-form-wrap, .contact-hq, .contact-form__row { grid-template-columns: 1fr; }
}

/* ============================================================
   RESPONSIVE SYSTEM
   Desktop: 1025px+ · Tablet: 601–1024px · Phone: up to 600px
   ============================================================ */
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--navy);
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 1025px) and (max-width: 1366px) {
  .header__inner { gap: 24px; }
  .header__logo img { height: 66px; }
  .gd-nav { margin-left: auto; gap: 18px; font-size: 15px; }
  .header__account { font-size: 15px; }
  .header__lang, .header__lang select { font-size: 12px; }
}

@media (max-width: 1024px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .gd-container { width: auto; max-width: none; margin-inline: 32px; }
  .section, .section--tight { padding: 64px 0; }

  .header { position: relative; z-index: 20; border-bottom-color: var(--line); }
  .header__inner { height: 84px; gap: 18px; }
  .header__logo img { height: 58px; }
  .nav-toggle { display: flex; margin-left: auto; }
  .gd-nav {
    display: none;
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 12px 32px 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line-2);
    background: #fff;
    box-shadow: 0 16px 30px rgba(16, 36, 58, .12);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  .nav-open .gd-nav { display: flex; }
  .gd-nav a { min-height: 46px; padding: 12px 4px; }
  .header__right { margin-left: 0; }

  .sub-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 48px; }
  .sub-hero__title { font-size: clamp(48px, 8vw, 68px); }
  .sub-hero__intro { max-width: 700px; }
  .sec-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .sec-head__intro { max-width: 680px; }

  .cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 32px; }
  .footer__grid > :first-child { grid-column: 1 / -1; }

  .home-page .home-hero { margin-inline: 32px; }
  .home-hero { grid-template-columns: 1fr 1fr; gap: 32px; padding: 56px 0 48px; }
  .home-hero__title { margin-top: 32px; font-size: clamp(42px, 6vw, 56px); }
  .home-hero__right { min-width: 0; }
  .home-hero__app { width: 160px; }
  .home-page main > section:nth-of-type(2) { margin-inline: 0; }
  .compare { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare__head, .compare__row, .compare__foot { min-width: 720px; }

  .statement, .hiw-band, .process__row, .faq-main, .faq-contact,
  .ref-link, .ref-fine, .contact-form-wrap, .contact-hq { gap: 32px; }
  .hiw-video img, .hiw-video iframe { height: clamp(300px, 48vw, 480px); }
  .contact-map { height: 360px; }
  .press__inner { justify-content: center; }
}

@media (max-width: 700px) {
  .gd-container { margin-inline: 20px; }
  .section, .section--tight { padding: 48px 0; }
  .topbar__inner { margin-inline: 20px; justify-content: space-between; }
  .topbar__item:nth-child(2) { display: none; }
  .topbar__phone { margin-left: 0; }

  .header { padding-bottom: 0; }
  .header__inner { height: 72px; padding: 0; flex-wrap: nowrap; gap: 8px; }
  .header__logo img { height: 44px; }
  .header__right {
    position: static;
    order: 1;
    display: flex;
    min-width: 0;
    margin-left: auto;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    border: 0;
  }
  .header__account { gap: 5px; font-size: 11px; white-space: nowrap; }
  .header__account::before { width: 14px; height: 14px; flex-basis: 14px; }
  .header__lang { flex-direction: row; align-items: center; gap: 4px; font-size: 8px; }
  .header__lang-label { gap: 3px; white-space: nowrap; }
  .header__lang-label::before { width: 11px; height: 11px; flex-basis: 11px; }
  .header__lang select { width: 70px; max-width: 70px; padding: 1px 2px; font-size: 8px; }
  .nav-toggle { order: 2; margin-left: 0; }
  .gd-nav { padding-inline: 20px; }

  .gd-h1, .sub-hero__title { font-size: clamp(36px, 11vw, 48px); }
  .gd-h2, .home-page .gd-h2 { font-size: clamp(30px, 8.5vw, 40px); }
  .gd-btn { min-height: 48px; padding: 14px 22px; font-size: 15px; }

  .home-page .home-hero { margin-inline: 20px; }
  .home-hero { grid-template-columns: 1fr; gap: 34px; padding: 42px 0; }
  .home-hero__title { margin-top: 24px; font-size: clamp(40px, 12vw, 54px); }
  .home-hero__sub { font-size: 16px; }
  .home-hero__right { padding: 12px; border: 1px solid var(--line); border-radius: 18px; }
  .home-hero__img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .home-hero__foot { margin-top: 14px; padding-top: 14px; }
  .home-hero__price-amt { font-size: 36px; }
  .home-hero__app { display: none; }
  .home-hero__cta, .cta__btns { align-items: stretch; flex-direction: column; width: 100%; }
  .home-hero__cta .gd-btn, .cta__btns .gd-btn { width: 100%; }

  .cards-3, .cards-2, .trust, .footer__grid,
  .ref-stats, .ref-link__share { grid-template-columns: 1fr; }
  .course-card { min-height: 0; }
  .step { padding: 8px 0 20px; }
  .step__circle { width: 96px; height: 96px; font-size: 34px; }

  .compare { margin-inline: -20px; border-radius: 0; border-inline: 0; }
  .compare__head, .compare__row {
    min-width: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .compare__head { display: none; }
  .compare__row { align-items: stretch; font-size: 14px; }
  .compare__row > span { min-height: 46px; padding: 13px 20px; }
  .compare__feat { font-weight: 700; background: var(--section); }
  .compare__us { background: var(--pink-soft); }
  .compare__them::before { content: "Other providers: "; font-weight: 600; color: var(--ink-soft); }
  .compare__foot { min-width: 0; padding: 18px 20px; flex-direction: column; align-items: stretch; }
  .compare__foot .gd-btn { width: 100%; }

  .reviews-head { margin-bottom: 30px; }
  .review-card { padding: 22px 20px; }
  .cta { padding: 56px 0; }
  .cta__title { font-size: clamp(34px, 10vw, 44px); }

  .press { padding: 20px 0; }
  .press__inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 28px; }
  .press__inner img { max-width: 120px; height: 24px; margin: auto; }
  .footer { padding: 44px 0; }
  .footer__grid { gap: 34px; }
  .footer__grid > :first-child { grid-column: auto; }
  .footer__logo { width: min(268px, 100%); }
  .footer__links li, .footer__social li { min-height: 32px; margin-bottom: 4px; }

  .hiw-band__steps, .ref-stats { grid-template-columns: 1fr; gap: 28px; }
  .hiw-band__steps > div, .ref-stat { padding: 0; border-left: 0; }
  .process__row { grid-template-columns: 44px 18px minmax(0, 1fr); gap: 10px; }
  .process__row::after { left: 52px; }
  .process__num { font-size: 30px; }
  .hiw-video img, .hiw-video iframe { height: 230px; }

  .faq-search { padding: 14px 16px; }
  .faq-search input { min-width: 0; font-size: 16px; }
  .faq-search__kbd { display: none; }
  .faq-side__list li { min-height: 48px; }
  .faq-group__head { align-items: flex-start; gap: 12px; }
  .faq-group__title { font-size: 26px; }
  .faq-q { grid-template-columns: 1fr; padding: 24px 0; }
  .faq-contact__big { overflow-wrap: anywhere; font-size: 25px; }

  .ref-link { padding: 26px 20px; }
  .ref-link__field { flex-direction: column; border: 0; gap: 10px; }
  .ref-link__url { min-height: 52px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 10px; overflow-wrap: anywhere; font-size: 15px; }
  .ref-link__copy { min-height: 48px; justify-content: center; border-radius: 10px; }
  .ref-link__share { gap: 10px; }
  .ref-rule { grid-template-columns: 40px 1fr; }

  .contact-hours { gap: 12px 18px; }
  .contact-hours__div { display: none; }
  .contact-card, .contact-form { padding: 24px 20px; }
  .contact-form__head, .contact-form__foot { align-items: stretch; flex-direction: column; gap: 14px; }
  .contact-form input, .contact-form textarea, .contact-form select { min-height: 48px; font-size: 16px; }
  .contact-form__foot .gd-btn { width: 100%; }
  .contact-hq__card { padding: 20px; }
  .contact-hq__links { flex-direction: column; gap: 8px; }
  .contact-map { height: 280px; }
}

/* ============================================================
   HOW IT WORKS — Figma export alignment
   ============================================================ */
.hiw-page main { font-family: var(--figma-display); }
.hiw-page .eyebrow,
.hiw-page .pill,
.hiw-page .process__label,
.hiw-page .type-card__tag { font-family: var(--figma-mono); }
.hiw-page .footer { font-family: var(--figma-footer); }
.hiw-page .footer__social a { display: flex; align-items: center; gap: 11px; }
.hiw-summary { margin-top: 40px; padding: 38px 0; }

@media (min-width: 901px) {
  .hiw-page .gd-container { max-width: calc(100% - 120px); }
  .hiw-page .topbar { font-size: 19px; }
  .hiw-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .hiw-page .header__inner { width: 1320px; height: 100px; }
  .hiw-page .gd-nav { font-size: 20px; }
  .hiw-page .gd-nav a { flex: none; white-space: nowrap; }
  .hiw-page .header__right { flex: none; margin-left: 32px; }
  .hiw-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .hiw-page .hiw-hero { padding: 24px 0 38px; align-items: center; }
  .hiw-page .hiw-hero .sub-hero__title { margin-top: 18px; font-size: 64px; line-height: 1.04; }
  .hiw-page .sub-hero__intro { max-width: 520px; justify-self: end; font-size: 23px; line-height: 1.35; }
  .hiw-page .hiw-video { width: 1288px; max-width: 100%; margin-inline: auto; border-radius: 16px; box-shadow: none; }
  .hiw-page .hiw-video iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; }

  .hiw-page .hiw-band { grid-template-columns: 1.05fr 1.35fr; gap: 72px; }
  .hiw-page .hiw-band__text { font-size: 34px; line-height: 1.18; }
  .hiw-page .hiw-band__steps > div { min-height: 126px; justify-content: center; }
  .hiw-page .hiw-band__num { font-size: 38px; }

  .hiw-page .section { padding: 48px 0; }
  .hiw-page .section > .gd-h2,
  .hiw-page .section > .eyebrow,
  .hiw-page .section > p,
  .hiw-page .section > .process { width: 1280px; max-width: 100%; margin-left: auto; margin-right: auto; }
  .hiw-page .section > .gd-h2 { font-size: 40px; line-height: 1.08; }
  .hiw-page .process__row { grid-template-columns: 205px 44px 1fr; padding: 30px 0; }
  .hiw-page .process__row::after { left: 225px; }
  .hiw-page .process__num { font-size: 38px; }
  .hiw-page .process__title { font-size: 20px; margin-bottom: 8px; }
  .hiw-page .process__lead { max-width: none; font-size: 14px; line-height: 1.5; margin-bottom: 16px; }
  .hiw-page .process__bullets { gap: 10px; }
  .hiw-page .process__bullets li { font-size: 14px; }

  .hiw-page .section--gray { padding: 56px 0 64px; }
  .hiw-page .section--gray .sec-head { grid-template-columns: 1.1fr .9fr; gap: 92px; margin-bottom: 46px; }
  .hiw-page .section--gray .gd-h2 { font-size: 40px; line-height: 1.08; }
  .hiw-page .section--gray .sec-head__intro { font-size: 20px; line-height: 1.35; }
  .hiw-page .section--gray .cards-2 { gap: 44px; }
  .hiw-page .type-card { padding: 42px; border-radius: 16px; }
  .hiw-page .type-card__title { font-size: 28px; }
  .hiw-page .type-card__desc { font-size: 17px; line-height: 1.45; }
  .hiw-page .type-card__feats li { padding: 12px 0; font-size: 14px; }

  .hiw-page .cta { padding: 64px 0 72px; }
  .hiw-page .cta__title { width: 620px; max-width: 100%; font-size: 52px; line-height: 1.05; }
  .hiw-page .cta__sub { margin: 20px 0 34px; font-size: 16px; }
  .hiw-page .cta__btns { gap: 24px; }
  .hiw-page .cta__btns .gd-btn { min-width: 260px; min-height: 60px; font-size: 20px; }

  .hiw-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .hiw-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .hiw-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .hiw-page .footer__logo img { height: 64px; }
  .hiw-page .footer__tag,
  .hiw-page .footer__contact,
  .hiw-page .footer__links li,
  .hiw-page .footer__social li { font-size: 14px; }
  .hiw-page .footer__links li,
  .hiw-page .footer__social li { margin-bottom: 8px; }
  .hiw-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .hiw-page .gd-nav { gap: 20px; font-size: 18px; }
  .hiw-page .header__account { font-size: 18px; }
  .hiw-page .header__right { margin-left: 24px; }
}

@media (max-width: 900px) {
  .hiw-summary { margin-top: 24px; padding: 40px 0; }
}

@media (max-width: 700px) {
  .hiw-page .hiw-hero { padding-top: 28px; }
  .hiw-page .type-card { padding: 26px 20px; }
}

/* ============================================================
   ABOUT — Figma export alignment
   ============================================================ */
.about-page main { font-family: var(--figma-display); }
.about-page .eyebrow,
.about-page .pill,
.about-page .feat-card__eyebrow,
.about-page .feat-card__index,
.about-page .feat-card__foot,
.about-page .statline__sub,
.about-page .cta__fine { font-family: var(--figma-mono); }
.about-page .footer { font-family: var(--figma-footer); }
.about-page .footer__social a { display: flex; align-items: center; gap: 11px; }

@media (min-width: 901px) {
  .about-page .gd-container { max-width: calc(100% - 120px); }
  .about-page .topbar { font-size: 19px; }
  .about-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .about-page .header__inner { width: 1320px; height: 100px; }
  .about-page .gd-nav { font-size: 20px; }
  .about-page .gd-nav a { flex: none; white-space: nowrap; }
  .about-page .header__right { flex: none; margin-left: 32px; }
  .about-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .about-page .sub-hero { min-height: 0; padding: 18px 0 20px; align-items: end; }
  .about-page .sub-hero__title { font-size: 64px; line-height: 1.04; }
  .about-page .sub-hero__intro { max-width: 520px; justify-self: end; font-size: 24px; line-height: 1.35; }
  .about-page .about-band { padding: 74px 0; }
  .about-page .about-band__statement { font-size: 34px; line-height: 1.22; }
  .about-page .about-band__inner { grid-template-columns: 1.12fr 1.35fr; gap: 74px; }
  .about-page .about-stat__num { font-size: 40px; }

  .about-page .section { padding: 36px 0; }
  .about-page .sec-head { gap: 86px; margin-bottom: 32px; align-items: center; }
  .about-page .gd-h2 { font-size: 36px; line-height: 1.08; }
  .about-page .sec-head__intro { font-size: 16px; line-height: 1.5; }

  .about-page .section--gray { padding-top: 36px; padding-bottom: 36px; }
  .about-page .section--gray .sec-head { grid-template-columns: 1.15fr .85fr; }
  .about-page .feat-card { border-radius: 16px; }
  .about-page .feat-card--wide { padding: 30px 42px; }
  .about-page .feat-card__h3 { font-size: 29px; }
  .about-page .feat-card__p { font-size: 17px; line-height: 1.5; }

  .about-page .timeline__row { grid-template-columns: 205px 44px 1fr; }
  .about-page .timeline__row::after { left: 225px; }
  .about-page .statline .gd-container { width: 1320px; }

  .about-page .cta { padding: 60px 0 64px; }
  .about-page .cta__title { font-size: 52px; }
  .about-page .cta__btns { gap: 24px; }
  .about-page .cta__btns .gd-btn { min-width: 300px; min-height: 60px; font-size: 20px; }

  .about-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .about-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .about-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .about-page .footer__logo img { height: 64px; }
  .about-page .footer__tag,
  .about-page .footer__contact,
  .about-page .footer__links li,
  .about-page .footer__social li { font-size: 14px; }
  .about-page .footer__links li,
  .about-page .footer__social li { margin-bottom: 8px; }
  .about-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .about-page .gd-nav { gap: 20px; font-size: 18px; }
  .about-page .header__account { font-size: 18px; }
  .about-page .header__right { margin-left: 24px; }
}

@media (max-width: 900px) {
  .about-page .sub-hero { padding-top: 36px; }
  .about-page .about-band__stats { gap: 24px; }
  .about-page .about-band__stats > div { padding-left: 18px; }
}

@media (max-width: 700px) {
  .about-page .about-band__stats { grid-template-columns: 1fr; }
  .about-page .about-band__stats > div { padding: 20px 0 0; border-left: 0; border-top: 1px solid #bcd6f3; }
  .about-page .about-band__stats > div:first-child { padding-top: 0; border-top: 0; }
  .about-page .feat-card--wide,
  .about-page .feat-card,
  .about-page .feat-card--sm { padding: 24px 20px; }
  .about-page .feat-card__foot { gap: 14px; align-items: flex-start; flex-direction: column; }
  .about-page .feat-card__squares { gap: 6px; }
  .about-page .feat-card__squares span { height: 30px; }
}

@media (max-width: 380px) {
  .gd-container, .home-page .home-hero { margin-inline: 16px; }
  .topbar__inner { margin-inline: 16px; font-size: 11px; }
  .header__logo img { height: 32px; }
  .nav-toggle { width: 38px; height: 38px; padding: 7px; }
  .header__right { gap: 2px; }
  .header__account { font-size: 9px; }
  .header__account::before { width: 12px; height: 12px; flex-basis: 12px; }
  .header__lang { gap: 2px; font-size: 7px; }
  .header__lang-label { gap: 2px; }
  .header__lang-label::before { width: 9px; height: 9px; flex-basis: 9px; }
  .header__lang select { width: 55px; max-width: 55px; font-size: 7px; }
  .home-hero__title { font-size: 39px; }
  .eyebrow { letter-spacing: .1em; }
  .contact-card__h--coral { font-size: 28px; }
}

/* ============================================================
   HOME — final Figma measurements (node 7741:8382)
   ============================================================ */
:root {
  --figma-mono: 'IBM Plex Mono', monospace;
  --figma-display: 'Roboto', 'Inter', sans-serif;
  --figma-footer: 'Open Sans', 'Inter', sans-serif;
}

.video-modal {
  width: min(960px, calc(100% - 40px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
  overflow: visible;
}
.video-modal::backdrop { background: rgba(8, 24, 40, .72); backdrop-filter: blur(3px); }
.video-modal__panel { position: relative; }
.video-modal__close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 12px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .24);
}
.video-modal__close svg { width: 24px; height: 24px; }
.video-modal__media { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 20px; }
.video-modal__media iframe { display: block; width: 100%; height: 100%; border: 0; }

@media (min-width: 901px) {
  .home-page .gd-container {
    max-width: calc(100% - 120px);
  }
  .home-page .home-hero {
    width: 1320px;
    max-width: calc(100% - 120px);
    padding-bottom: 20px;
  }
  .home-page .topbar { font-size: 19px; }
  .home-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .home-page .header__inner { width: 1320px; height: 100px; }
  .home-page .gd-nav { font-size: 20px; }
  .home-page .gd-nav a { flex: none; white-space: nowrap; }
  .home-page .header__right { flex: none; margin-left: 32px; }
  .home-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .home-page .home-hero { padding-top: 24px; }
  .home-page .home-hero__eyebrow {
    min-height: 52px;
    padding-inline: 15px;
    font-family: var(--figma-mono);
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
  }
  .home-page .home-hero__title {
    font-family: var(--figma-display);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
  }
  .home-page .home-hero__sub {
    max-width: 552px;
    font-family: var(--figma-display);
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 110px;
  }
  .home-page .home-hero__cta { gap: 20px; }
  .home-page .home-hero__cta .gd-btn {
    height: 74px;
    padding: 0 26px;
    font-size: 22px;
    font-weight: 600;
  }
  .home-page .home-hero__cta .gd-btn-orange { width: 303px; }
  .home-page .home-hero__cta .gd-btn-ghost { width: 267px; height: 72px; }
  .home-page .home-hero__cta .gd-btn svg { width: 30px; height: 30px; }
  .home-page .home-hero__es { margin-top: 42px; font-family: var(--figma-display); font-size: 20px; }
  .home-page .home-hero__app { display: block; width: 210px; }

  .home-page .trust__title { font-size: 16px; }
  .home-page .trust__sub { font-size: 14px; }

  .home-page .eyebrow,
  .home-page .course-card__badge,
  .home-page .course-card__tag,
  .home-page .course-card__price .note,
  .home-page .compare__head { font-family: var(--figma-mono); }
  .home-page .gd-h2 { font-family: var(--figma-display); font-size: 40px; font-weight: 700; line-height: 1.1; }
  .home-page .sec-head__intro { font-size: 16px; }

  .home-page main > .section:nth-of-type(3) .cards-3 {
    width: min(1199px, 100%);
    grid-template-columns: repeat(3, minmax(0, 377px));
    gap: 34px;
    justify-content: center;
  }
  .home-page main > .section:nth-of-type(3) .sec-head { margin-bottom: 56px; }
  .home-page main > .section:nth-of-type(3) .sec-head h2 { max-width: 520px; }
  .home-page .course-card {
    position: relative;
    width: 100%;
    max-width: 377px;
    height: 514px;
    min-height: 514px;
    padding: 20px;
    border-radius: 29px;
  }
  .home-page .course-card--pop { background: #e4f0ff; }
  .home-page .course-card:not(.course-card--pop) { background: #f0f4f9; }
  .home-page .course-card__badge { height: 30px; padding: 3px 14px; margin-bottom: 10px; border-radius: 6px; font-size: 14px; line-height: 23px; }
  .home-page .course-card__tag { font-size: 16px; line-height: 23px; }
  .home-page .course-card__title { margin: 8px 0; font-size: 22px; line-height: 36px; }
  .home-page .course-card__desc { min-height: 42px; font-size: 14px; line-height: 19px; }
  .home-page .course-card__price { margin: 10px 0 4px; padding-bottom: 12px; }
  .home-page .course-card__price .amt { font-size: 24px; line-height: 42px; }
  .home-page .course-card__price .dollar,
  .home-page .course-card__price .note { font-size: 12px; }
  .home-page .course-card__feats { gap: 0; margin: 9px 0 14px; }
  .home-page .course-card__feats li { min-height: 36px; gap: 11px; border-bottom: 1px solid var(--line); font-size: 16px; color: #8494ab; }
  .home-page .course-card--pop .course-card__feats li { min-height: 34px; }
  .home-page .course-check { width: 16px; height: 16px; }
  .home-page .course-card__btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 261px;
    min-height: 56px;
    margin-inline: auto;
    padding: 0 24px;
    font-size: 20px;
    transform: translateX(-50%);
  }

  .home-page .step__title { font-family: var(--figma-display); font-size: 20px; font-weight: 700; }
  .home-page .step__desc { font-size: 14px; }
  .home-page .section--gray { min-height: 498px; }

  .home-page .compare__row { font-size: 16px; }
  .home-page .compare__foot .gd-btn { min-height: 56px; font-size: 20px; }

  .home-page main > .section:nth-of-type(6) .cards-3 {
    width: min(1200px, 100%);
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .home-page .reviews-head .gd-h2 { font-family: var(--figma-display); font-size: 40px; }
  .home-page main > .section:nth-of-type(6) {
    padding-top: 50px;
    padding-bottom: 70px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .home-page .review-card { display: flex; height: 252px; min-height: 252px; padding: 32px 24px; border-radius: 16px; flex-direction: column; }
  .home-page .review-card__quote { margin-bottom: 0; font-size: 20px; line-height: 1.1; }
  .home-page .review-card__person { margin-top: auto; padding-top: 16px; }
  .home-page .review-card__person strong { font-size: 18px; }
  .home-page .review-card__date { font-size: 12px; }
  .home-page .review-card__avatar { width: 40px; height: 40px; font-size: 18px; }

  .home-page .cta { padding: 58px 0 40px; }
  .home-page .cta__title {
    width: 520px;
    max-width: 100%;
    font-family: var(--figma-display);
    font-size: 52px;
    line-height: 1.08;
  }
  .home-page .cta__sub { margin: 20px 0 16px; font-size: 16px; }
  .home-page .cta__btns { gap: 24px; }
  .home-page .cta__btns .gd-btn { width: 365px; min-height: 60px; font-size: 20px; }

  .home-page .footer { min-height: 448px; padding: 26px 0 40px; font-family: var(--figma-footer); }
  .home-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .home-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .home-page .footer__logo img { height: 64px; }
  .home-page .footer__tag,
  .home-page .footer__contact,
  .home-page .footer__links li,
  .home-page .footer__social li { font-size: 14px; }
  .home-page .footer__links li,
  .home-page .footer__social li { margin-bottom: 8px; }
  .home-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .home-page .gd-nav { gap: 20px; font-size: 18px; }
  .home-page .header__account { font-size: 18px; }
  .home-page .header__right { margin-left: 24px; }
}

@media (max-width: 900px) {
  .home-page .home-hero__eyebrow,
  .home-page .eyebrow,
  .home-page .course-card__badge,
  .home-page .course-card__tag { font-family: var(--figma-mono); }
  .home-page .home-hero__title,
  .home-page .gd-h2,
  .home-page .step__title { font-family: var(--figma-display); }
.home-page .footer { font-family: var(--figma-footer); }
.home-page .course-card { width: auto; border-radius: 22px; }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .home-page main > .section:nth-of-type(3) .course-card:last-child,
  .home-page main > .section:nth-of-type(6) .review-card:last-child,
  .home-page .steps .step:last-child,
  .home-page .trust__item:last-child {
    width: calc((100% - 26px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .video-modal { width: calc(100% - 24px); border-radius: 14px; }
  .video-modal__media { border-radius: 14px; }
  .video-modal__close { top: -14px; right: -8px; width: 44px; height: 44px; }
  .home-page .home-hero__eyebrow { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .home-page .course-card__title { font-size: 22px; }
  .home-page .course-card__feats li { min-height: 40px; }
  .home-page .review-card__quote { font-size: 17px; }
}

/* ============================================================
   FAQ — Figma export alignment
   ============================================================ */
.faq-page main { font-family: var(--figma-display); }
.faq-page .eyebrow,
.faq-page .pill,
.faq-page .faq-side__label,
.faq-page .faq-side__cta-label,
.faq-page .faq-group__count,
.faq-page .faq-q__num,
.faq-page .footer { font-family: var(--figma-mono); }
.faq-page .footer { font-family: var(--figma-footer); }
.faq-page .footer__social a { display: flex; align-items: center; gap: 11px; }
.faq-page .faq-search-wrap { padding-bottom: 44px; }
.faq-page .faq-search__status { min-height: 20px; margin: 8px 0 0; color: var(--text-2); font-size: 14px; }
.faq-page .faq-q mark { padding: 0 2px; color: inherit; background: #fff0a8; border-radius: 2px; }

@media (min-width: 901px) {
  .faq-page .gd-container { max-width: calc(100% - 120px); }
  .faq-page .topbar { font-size: 19px; }
  .faq-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .faq-page .header__inner { width: 1320px; height: 100px; }
  .faq-page .gd-nav { font-size: 20px; }
  .faq-page .gd-nav a { flex: none; white-space: nowrap; }
  .faq-page .header__right { flex: none; margin-left: 32px; }
  .faq-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .faq-page .faq-hero { padding: 24px 0 34px; align-items: start; }
  .faq-page .faq-hero .sub-hero__title { margin-top: 18px; font-size: 64px; line-height: 1.04; }
  .faq-page .faq-hero .sub-hero__intro { max-width: 510px; justify-self: end; font-size: 21px !important; line-height: 1.4; }
  .faq-page .faq-search { width: 880px; max-width: 100%; min-height: 72px; padding: 16px 22px; border-radius: 14px; }
  .faq-page .faq-search input { font-size: 18px; }

  .faq-page .faq-main { grid-template-columns: 300px minmax(0, 1fr); gap: 58px; padding-bottom: 38px; }
  .faq-page .faq-side__list { margin-top: 18px; }
  .faq-page .faq-side__list li { min-height: 46px; padding: 11px 16px; border-radius: 8px; font-size: 15px; }
  .faq-page .faq-side__cta { margin-top: 28px; padding: 22px; border-radius: 16px; }
  .faq-page .faq-group { margin-bottom: 42px; }
  .faq-page .faq-group__head { padding-bottom: 12px; margin-bottom: 2px; }
  .faq-page .faq-group__title { font-size: 30px; }
  .faq-page .faq-group__count { font-size: 13px; }
  .faq-page .faq-q { grid-template-columns: 70px 1fr; padding: 22px 0; }
  .faq-page .faq-q__num { font-size: 15px; }
  .faq-page .faq-q__q { margin-bottom: 9px; font-size: 17px; line-height: 1.3; }
  .faq-page .faq-q__a { margin-bottom: 12px; font-size: 14px; line-height: 1.55; }

  .faq-page main > .section--gray { padding: 48px 0; }
  .faq-page .faq-contact { grid-template-columns: 1.15fr 1fr 1fr; gap: 26px; }
  .faq-page .faq-contact__intro .gd-h2 { font-size: 38px; line-height: 1.08; }
  .faq-page .faq-contact__card { min-height: 330px; padding: 28px; border-radius: 16px; }
  .faq-page .faq-contact__big { font-size: 28px; }

  .faq-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .faq-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .faq-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .faq-page .footer__logo img { height: 64px; }
  .faq-page .footer__tag,
  .faq-page .footer__contact,
  .faq-page .footer__links li,
  .faq-page .footer__social li { font-size: 14px; }
  .faq-page .footer__links li,
  .faq-page .footer__social li { margin-bottom: 8px; }
  .faq-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .faq-page .gd-nav { gap: 20px; font-size: 18px; }
  .faq-page .header__account { font-size: 18px; }
  .faq-page .header__right { margin-left: 24px; }
}

@media (max-width: 900px) {
  .faq-page .faq-search-wrap { padding-bottom: 30px; }
  .faq-page .faq-side { position: static; }
  .faq-page .faq-contact__card { min-height: 0; }
}

@media (max-width: 700px) {
  .faq-page .faq-hero { padding-top: 28px; }
  .faq-page .faq-search__status { min-height: 0; }
  .faq-page .faq-q { grid-template-columns: 52px minmax(0, 1fr); gap: 4px; padding: 22px 0; }
  .faq-page .faq-q__q { font-size: 18px; }
  .faq-page .faq-q__a { font-size: 15px; }
  .faq-page .faq-contact__card { padding: 24px 20px; }
}

/* ============================================================
   REFERRAL — Figma export alignment
   ============================================================ */
.referral-page main { font-family: var(--figma-display); }
.referral-page .eyebrow,
.referral-page .pill,
.referral-page .ref-stat__lbl,
.referral-page .ref-link__label,
.referral-page .ref-step__label,
.referral-page .ref-step__foot { font-family: var(--figma-mono); }
.referral-page .footer { font-family: var(--figma-footer); }
.referral-page .footer__social a { display: flex; align-items: center; gap: 11px; }
.referral-page .ref-stats-band { padding: 52px 0; }
.referral-page .ref-link__right { display: flex; align-items: center; justify-content: center; }
.referral-page .ref-link__trigger { min-width: 330px; }

@media (min-width: 901px) {
  .referral-page .gd-container { max-width: calc(100% - 120px); }
  .referral-page .topbar { font-size: 19px; }
  .referral-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .referral-page .header__inner { width: 1320px; height: 100px; }
  .referral-page .gd-nav { font-size: 20px; }
  .referral-page .gd-nav a { flex: none; white-space: nowrap; }
  .referral-page .header__right { flex: none; margin-left: 32px; }
  .referral-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .referral-page .referral-hero { grid-template-columns: 1.3fr .8fr; padding: 24px 0 34px; align-items: center; }
  .referral-page .referral-hero .sub-hero__title { margin-top: 18px; font-size: 64px; line-height: 1.04; }
  .referral-page .referral-title-line { white-space: nowrap; }
  .referral-page .referral-hero .sub-hero__intro { max-width: 520px; justify-self: end; font-size: 23px; line-height: 1.35; }
  .referral-page .ref-stats { width: 1080px; }
  .referral-page .ref-stat { padding-left: 70px; }
  .referral-page .ref-stat__big { font-size: 42px; }
  .referral-page .ref-stat__sub { font-size: 14px; }

  .referral-page main > .section { padding: 58px 0; }
  .referral-page .ref-link { grid-template-columns: 1.55fr .85fr; gap: 44px; padding: 34px 40px; border-radius: 16px; }
  .referral-page .ref-link__h { margin: 10px 0 10px; font-size: 30px; }
  .referral-page .ref-link__p { max-width: 650px; font-size: 18px; line-height: 1.4; }
  .referral-page .ref-link__trigger { min-height: 72px; font-size: 20px; }

  .referral-page main > .ref-process { padding-top: 8px; }
  .referral-page .ref-process .gd-h2,
  .referral-page .ref-payment .gd-h2 { font-size: 40px; line-height: 1.08; }
  .referral-page .ref-process .cards-3 { gap: 30px; }
  .referral-page .ref-step { padding: 32px 36px; border-radius: 16px; }
  .referral-page .ref-step__circle { width: 134px; height: 134px; margin: 4px 0 30px; font-size: 42px; }
  .referral-page .ref-step__title { font-size: 28px; }
  .referral-page .ref-step__desc { font-size: 17px; line-height: 1.5; }

  .referral-page main > .ref-payment { padding-top: 8px; }
  .referral-page .ref-payment .cards-2 { gap: 42px; }
  .referral-page .ref-payment .feat-card { padding: 30px 40px; border-radius: 16px; }
  .referral-page .ref-payment .feat-card__p { font-size: 17px; line-height: 1.5; }

  .referral-page main > .section--gray { padding: 48px 0; }
  .referral-page .ref-fine { grid-template-columns: .9fr 1.35fr; gap: 92px; }
  .referral-page .ref-fine .gd-h2 { font-size: 40px; }
  .referral-page .ref-rules { padding: 6px 34px; border-radius: 16px; }
  .referral-page .ref-rule { grid-template-columns: 86px 1fr; padding: 24px 0; }

  .referral-page .cta { padding: 64px 0 72px; }
  .referral-page .cta__title { width: 720px; max-width: 100%; font-size: 52px; line-height: 1.05; }
  .referral-page .cta__sub { margin: 20px 0 34px; font-size: 16px; }
  .referral-page .cta__btns { gap: 24px; }
  .referral-page .cta__btns .gd-btn { min-width: 230px; min-height: 60px; font-size: 18px; }

  .referral-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .referral-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .referral-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .referral-page .footer__logo img { height: 64px; }
  .referral-page .footer__tag,
  .referral-page .footer__contact,
  .referral-page .footer__links li,
  .referral-page .footer__social li { font-size: 14px; }
  .referral-page .footer__links li,
  .referral-page .footer__social li { margin-bottom: 8px; }
  .referral-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .referral-page .gd-nav { gap: 20px; font-size: 18px; }
  .referral-page .header__account { font-size: 18px; }
  .referral-page .header__right { margin-left: 24px; }
}

@media (max-width: 900px) {
  .referral-page .ref-link { grid-template-columns: 1fr; }
  .referral-page .ref-link__right { justify-content: flex-start; }
  .referral-page .ref-link__trigger { min-width: 0; }
  .referral-page .ref-stats-band { padding: 42px 0; }
}

@media (max-width: 700px) {
  .referral-page .referral-hero { padding-top: 28px; }
  .referral-page .ref-stats { grid-template-columns: 1fr; gap: 24px; }
  .referral-page .ref-stat { padding: 20px 0 0; border-top: 1px solid #bcd6f3; border-left: 0; }
  .referral-page .ref-stat:first-child { padding-top: 0; border-top: 0; }
  .referral-page .ref-link { padding: 26px 20px; }
  .referral-page .ref-link__trigger { width: 100%; }
  .referral-page .ref-step__circle { margin-inline: auto; }
  .referral-page .ref-rule { grid-template-columns: 48px 1fr; }
}

/* ============================================================
   CONTACT — Figma export alignment
   ============================================================ */
.contact-page main { font-family: var(--figma-display); }
.contact-page .eyebrow,
.contact-page .contact-hours,
.contact-page .contact-card__idx,
.contact-page .contact-card__eyebrow,
.contact-page .contact-card__foot,
.contact-page .contact-form label,
.contact-page .contact-form__full,
.contact-page .contact-form__req { font-family: var(--figma-mono); }
.contact-page .footer { font-family: var(--figma-footer); }
.contact-page .footer__social a { display: flex; align-items: center; gap: 11px; }
.contact-page .contact-hours-band { background: var(--section); }
.contact-page .contact-hq__links button { padding: 0; color: var(--coral); font: inherit; font-size: 15px; text-decoration: underline; }
.contact-page .contact-hq__feedback { color: var(--navy); font-size: 13px; font-weight: 600; }

@media (min-width: 901px) {
  .contact-page .gd-container { max-width: calc(100% - 120px); }
  .contact-page .topbar { font-size: 19px; }
  .contact-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .contact-page .header__inner { width: 1320px; height: 100px; }
  .contact-page .gd-nav { font-size: 20px; }
  .contact-page .gd-nav a { flex: none; white-space: nowrap; }
  .contact-page .header__right { flex: none; margin-left: 32px; }
  .contact-page .header__account { font-family: var(--figma-display); font-size: 20px; }

  .contact-page .contact-hero { grid-template-columns: 1.2fr .8fr; padding: 18px 0 38px; align-items: center; }
  .contact-page .contact-hero .sub-hero__title { margin: 0; font-size: 64px; line-height: 1.04; }
  .contact-page .contact-hero .sub-hero__intro { max-width: 520px; justify-self: end; font-size: 23px; line-height: 1.35; }
  .contact-page .contact-hours { min-height: 68px; padding: 16px 0; font-size: 14px; }

  .contact-page .contact-ways-section { padding: 42px 0 34px; }
  .contact-page .contact-ways-section > .gd-h2 { font-size: 40px; }
  .contact-page .contact-ways { gap: 42px 26px; }
  .contact-page .contact-card { padding: 30px 42px; border-radius: 16px; }
  .contact-page .contact-card__h { font-size: 30px; }
  .contact-page .contact-card__h--coral { font-size: 40px; }
  .contact-page .contact-card__p { font-size: 18px; line-height: 1.45; }

  .contact-page main > .contact-message-section { padding: 16px 0 72px; }
  .contact-page .contact-form-wrap { grid-template-columns: .85fr 1.15fr; gap: 76px; }
  .contact-page .contact-form-wrap > div .gd-h2 { font-size: 40px; line-height: 1.08; }
  .contact-page .contact-form { padding: 34px 38px; border-radius: 16px; }
  .contact-page .contact-form__title { font-size: 20px; }
  .contact-page .contact-form input,
  .contact-page .contact-form textarea,
  .contact-page .contact-form select { border-radius: 7px; }

  .contact-page main > .section--gray { padding: 56px 0 62px; }
  .contact-page .contact-hq { grid-template-columns: .85fr 1.15fr; gap: 58px; }
  .contact-page .contact-hq .gd-h2 { font-size: 40px; }
  .contact-page .contact-hq__card { max-width: 520px; padding: 24px 28px; border-radius: 16px; }
  .contact-page .contact-map { height: 500px; border-radius: 16px; }

  .contact-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .contact-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .contact-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .contact-page .footer__logo img { height: 64px; }
  .contact-page .footer__tag,
  .contact-page .footer__contact,
  .contact-page .footer__links li,
  .contact-page .footer__social li { font-size: 14px; }
  .contact-page .footer__links li,
  .contact-page .footer__social li { margin-bottom: 8px; }
  .contact-page .footer__social img { width: 24px; height: 24px; }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .contact-page .gd-nav { gap: 20px; font-size: 18px; }
  .contact-page .header__account { font-size: 18px; }
  .contact-page .header__right { margin-left: 24px; }
  .contact-page .contact-card__h--coral { font-size: 34px; }
}

@media (max-width: 900px) {
  .contact-page .contact-message-section { padding-top: 20px; }
  .contact-page .contact-map { height: 360px; }
}

@media (max-width: 700px) {
  .contact-page .contact-hero { padding-top: 28px; }
  .contact-page .contact-hours { align-items: flex-start; flex-direction: column; }
  .contact-page .contact-hours__div { width: 100%; height: 1px; }
  .contact-page .contact-card { padding: 26px 20px; }
  .contact-page .contact-card__foot { gap: 12px; align-items: flex-start; flex-direction: column; }
  .contact-page .contact-form { padding: 26px 20px; }
  .contact-page .contact-form__foot { gap: 22px; align-items: stretch; flex-direction: column; }
  .contact-page .contact-form__foot .gd-btn { width: 100%; }
  .contact-page .contact-hq__links { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* ============================================================
   REFER A FRIEND — Figma export alignment
   ============================================================ */
.refer-friend-page main { font-family: var(--figma-display); }
.refer-friend-page .footer { font-family: var(--figma-footer); }
.raf-hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 72px; padding: 18px 0 46px; align-items: center; }
.raf-hero__copy h1 { max-width: 620px; margin: 20px 0 22px; color: var(--navy); font-size: 48px; font-weight: 700; line-height: 1.12; }
.raf-hero__copy p { margin: 0 0 42px; color: #202020; font-size: 18px; }
.raf-hero__copy .gd-btn { min-width: 255px; }
.raf-hero__image { display: block; width: 100%; height: 360px; object-fit: cover; border-radius: 14px; }
.raf-how { padding: 0 0 30px; }
.raf-section-head { text-align: center; }
.raf-section-head > span { color: var(--navy); font-size: 14px; font-weight: 700; }
.raf-section-head h2 { margin: 16px 0 20px; color: #111; font-size: 46px; font-weight: 700; line-height: 1; }
.raf-section-head p { margin: 0; color: #333; font-size: 18px; }
.raf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 116px; margin: 52px 50px 0; }
.raf-step { position: relative; min-height: 310px; padding: 20px 26px 24px; text-align: center; border: 1px solid #dbe2ea; border-radius: 14px; box-shadow: 0 2px 7px rgba(0, 38, 75, .06); }
.raf-step:not(:last-child)::after { position: absolute; top: 40px; left: calc(100% + 1px); width: 116px; border-top: 1px dashed #3586d1; content: ""; }
.raf-step img { display: block; width: 170px; height: 135px; margin-inline: auto; object-fit: contain; object-position: center; }
.raf-step:nth-child(2) img { width: 105px; }
.raf-step:nth-child(3) img { width: 145px; }
.raf-step h3 { margin: 2px 0 14px; color: #202020; font-size: 16px; font-weight: 700; }
.raf-step h3 span { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: 12px; }
.raf-step p { margin: 0; color: #333; font-size: 13px; line-height: 1.55; }
.raf-terms { display: grid; grid-template-columns: 1fr 380px; gap: 80px; margin: 26px 50px 0; align-items: center; }
.raf-terms h2 { margin: 0 0 20px; color: #242424; font-size: 22px; font-weight: 700; }
.raf-terms ul { display: grid; gap: 14px; }
.raf-terms li { position: relative; padding-left: 24px; color: #303030; font-size: 13px; }
.raf-terms li::before { position: absolute; left: 0; color: #1376ba; font-weight: 700; content: "✓"; }
.raf-terms img { width: 100%; height: 235px; object-fit: cover; border-radius: 14px; }
.raf-cta { padding: 40px 0 68px; }
.refer-friend-page .raf-cta .cta__title { max-width: 620px; font-size: 46px; line-height: 1.08; }
.refer-friend-page .raf-cta .cta__sub { max-width: 650px; }

@media (min-width: 901px) {
  .refer-friend-page .gd-container { max-width: calc(100% - 120px); }
  .refer-friend-page .topbar { font-size: 19px; }
  .refer-friend-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .refer-friend-page .header__inner { width: 1320px; height: 100px; }
  .refer-friend-page .gd-nav { font-size: 20px; }
  .refer-friend-page .gd-nav a { flex: none; white-space: nowrap; }
  .refer-friend-page .header__right { flex: none; margin-left: 32px; }
  .refer-friend-page .header__account { font-size: 20px; }
  .refer-friend-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .refer-friend-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .refer-friend-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .refer-friend-page .footer__logo img { height: 64px; }
  .refer-friend-page .footer__tag, .refer-friend-page .footer__contact, .refer-friend-page .footer__links li, .refer-friend-page .footer__social li { font-size: 14px; }
  .refer-friend-page .footer__links li, .refer-friend-page .footer__social li { margin-bottom: 8px; }
  .refer-friend-page .footer__social img { width: 24px; height: 24px; }
}
@media (max-width: 1000px) {
  .raf-hero { gap: 34px; }
  .raf-hero__copy h1 { font-size: 40px; }
  .raf-hero__image { height: 300px; }
  .raf-steps { gap: 24px; margin-inline: 0; }
  .raf-step:not(:last-child)::after { display: none; }
  .raf-terms { margin-inline: 0; }
}
@media (max-width: 700px) {
  .raf-hero { grid-template-columns: 1fr; gap: 30px; padding: 30px 0 42px; }
  .raf-hero__copy h1 { font-size: 38px; }
  .raf-hero__copy p { margin-bottom: 28px; }
  .raf-hero__copy .gd-btn { width: 100%; }
  .raf-hero__image { height: auto; aspect-ratio: 16 / 10; }
  .raf-how { padding-bottom: 50px; }
  .raf-section-head h2 { font-size: 38px; }
  .raf-steps { grid-template-columns: 1fr; margin-top: 36px; }
  .raf-step { min-height: 0; }
  .raf-terms { grid-template-columns: 1fr; gap: 30px; margin-top: 42px; }
  .raf-terms img { height: auto; }
  .raf-cta { padding: 56px 0; }
  .refer-friend-page .raf-cta .cta__title { font-size: 38px; }
  .refer-friend-page .raf-cta br { display: none; }
}

/* ============================================================
   BLOG — Figma export alignment
   ============================================================ */
.blog-page main { font-family: var(--figma-display); }
.blog-page .footer { font-family: var(--figma-footer); }
.blog-hero { min-height: 390px; background: #f4f9fd url("images/hero-image.webp") center / cover no-repeat; }
.blog-hero__inner { padding-top: 58px; }
.blog-hero__label { color: var(--coral); font-size: 15px; font-weight: 700; }
.blog-hero h1 { margin: 28px 0 20px; color: var(--navy); font-size: 44px; font-weight: 700; line-height: 1.1; }
.blog-hero p { width: 690px; max-width: 100%; margin: 0 0 24px; color: #202020; font-size: 16px; line-height: 1.45; }
.blog-search { display: grid; width: 790px; max-width: 100%; grid-template-columns: 1fr auto 180px; gap: 14px; align-items: center; }
.blog-search__field { display: flex; height: 44px; padding: 0 15px; align-items: center; gap: 10px; background: #fff; border: 1px solid #e2e6eb; border-radius: 24px; }
.blog-search__field input { width: 100%; padding: 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.blog-search__button { height: 42px; padding: 0 24px; color: #fff; background: var(--coral); border: 0; border-radius: 23px; }
.blog-search select { height: 44px; padding: 0 20px; color: #676767; background: #fff; border: 1px solid #e2e6eb; border-radius: 24px; }
.blog-listing { padding: 46px 0 54px; }
.blog-tabs { display: inline-flex; padding: 4px; margin: 0 0 42px 12px; background: #f7f7f7; border: 1px solid #e5e7ea; border-radius: 18px; }
.blog-tabs button { min-height: 30px; padding: 0 12px; color: #666; background: transparent; border: 0; border-radius: 14px; font-size: 12px; }
.blog-tabs button.active { color: #111; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.12); font-weight: 700; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 48px; }
.blog-card img { display: block; width: 100%; height: 230px; object-fit: cover; border-radius: 13px; }
.blog-card__meta { display: flex; min-height: 47px; align-items: center; justify-content: space-between; color: #666; font-size: 12px; }
.blog-card__meta span { padding: 7px 9px; border: 1px solid #dfe3e7; border-radius: 6px; }
.blog-card h2 { min-height: 52px; margin: 0 0 16px; color: #161616; font-size: 16px; font-weight: 700; line-height: 1.3; }
.blog-card > a { color: #161616; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.blog-card > a span { margin-left: 9px; font-size: 22px; font-weight: 400; text-decoration: none; }
.blog-status { grid-column: 1 / -1; margin: 0; padding: 28px; color: var(--navy); background: #f4f9fd; border-radius: 13px; text-align: center; }
.blog-status--error { color: #8b1f1f; background: #fff0ec; }
.blog-controls { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: 55px; align-items: center; }
.blog-controls > .gd-btn { grid-column: 2; min-width: 235px; min-height: 46px; }
.blog-controls > .gd-btn:disabled { cursor: not-allowed; opacity: .55; }
.blog-pagination { display: flex; grid-column: 3; justify-self: end; align-items: center; gap: 8px; }
.blog-pagination a, .blog-pagination span { display: grid; width: 29px; height: 29px; place-items: center; color: #555; border: 1px solid #e3e5e8; border-radius: 5px; font-size: 11px; }
.blog-pagination a.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.blog-newsletter { display: grid; min-height: 210px; margin-bottom: 50px; padding: 30px 38px; grid-template-columns: 135px 1fr 275px; gap: 26px; align-items: center; background: #fff0ec; border-radius: 20px; }
.blog-newsletter__icon { display: grid; width: 130px; height: 145px; place-items: center; background: #fff; border-radius: 20px; }
.blog-newsletter__icon img { width: 70px; height: 70px; object-fit: contain; image-rendering: auto; }
.blog-newsletter__copy > span { color: #333; font-size: 14px; }
.blog-newsletter__copy h2 { margin: 12px 0 16px; color: #111; font-size: 25px; font-weight: 700; }
.blog-newsletter__copy p { margin: 0; color: #292929; font-size: 16px; }
.blog-newsletter__form { display: grid; gap: 12px; }
.blog-newsletter__form label { color: #666; font-size: 11px; }
.blog-newsletter__form input { height: 43px; padding: 0 15px; background: #fff; border: 1px solid #d6dce2; border-radius: 5px; font-size: 12px; }
.blog-newsletter__form .gd-btn { min-height: 43px; }

@media (min-width: 901px) {
  .blog-page .gd-container { max-width: calc(100% - 120px); }
  .blog-page .topbar { font-size: 19px; }
  .blog-page .topbar__inner { width: 1294px; height: 66px; gap: 50px; }
  .blog-page .header__inner { width: 1320px; height: 100px; }
  .blog-page .gd-nav { font-size: 20px; }
  .blog-page .gd-nav a { flex: none; white-space: nowrap; }
  .blog-page .header__right { flex: none; margin-left: 32px; }
  .blog-page .header__account { font-size: 20px; }
  .blog-page .footer { min-height: 448px; padding: 26px 0 40px; }
  .blog-page .footer__grid { width: 1126px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr; gap: 42px; }
  .blog-page .footer__logo { width: 267px; min-height: 78px; padding: 7px 20px; border-radius: 14px; }
  .blog-page .footer__logo img { height: 64px; }
  .blog-page .footer__tag, .blog-page .footer__contact, .blog-page .footer__links li, .blog-page .footer__social li { font-size: 14px; }
  .blog-page .footer__links li, .blog-page .footer__social li { margin-bottom: 8px; }
  .blog-page .footer__social img { width: 24px; height: 24px; }
}
@media (max-width: 900px) {
  .blog-hero { min-height: 0; }
  .blog-hero__inner { padding: 48px 0; }
  .blog-search { grid-template-columns: 1fr auto; }
  .blog-search select { grid-column: 1 / -1; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 28px; }
  .blog-card img { height: 210px; }
  .blog-newsletter { grid-template-columns: 110px 1fr; }
  .blog-newsletter__icon { width: 105px; height: 120px; }
  .blog-newsletter__form { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .blog-hero__inner { padding: 40px 0; }
  .blog-hero h1 { font-size: 38px; }
  .blog-search { grid-template-columns: 1fr; }
  .blog-search__button, .blog-search select { grid-column: auto; width: 100%; }
  .blog-listing { padding-top: 36px; }
  .blog-tabs { margin-left: 0; margin-bottom: 30px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card img { height: auto; aspect-ratio: 16 / 9; }
  .blog-card h2 { min-height: 0; }
  .blog-controls { display: flex; gap: 28px; flex-direction: column; }
  .blog-pagination { flex-wrap: wrap; justify-content: center; }
  .blog-newsletter { margin-bottom: 36px; padding: 26px 20px; grid-template-columns: 1fr; text-align: center; }
  .blog-newsletter__icon { margin-inline: auto; }
}

/* CERTIFICATE DELIVERY OPTIONS */
.delivery-page main { font-family: var(--figma-display); }.delivery-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:48px;padding:54px 0 74px;align-items:start}.delivery-sidebar{display:grid;gap:32px}.quick-links{overflow:hidden;border:1px solid #e0e0e0;border-radius:16px}.quick-links h2{margin:0;padding:16px 28px;color:#fff;background:var(--navy);font-size:18px}.quick-links a{display:flex;min-height:65px;padding:0 28px;align-items:center;gap:22px;color:#707070;border-bottom:1px solid #e7e1dd;font-size:17px}.quick-links a.active{color:var(--coral);background:#ffd9d3}.related-card{display:block;overflow:hidden;color:#fff;background:var(--navy);border-radius:15px}.related-card:hover{color:#fff}.related-card>img{display:block;width:100%;height:145px;object-fit:cover}.related-card__body{display:grid;padding:15px 20px 18px;gap:8px}.related-card__body small{font-size:13px}.related-card__body strong{font-size:18px;line-height:1.2}.related-card__body>span{color:var(--coral);font-size:14px}.delivery-intro h1{margin:0;color:var(--navy);font-size:44px;font-weight:700}.delivery-intro p{margin:28px 0 36px;color:#737373;font-size:19px;line-height:1.4}.delivery-options{display:grid;gap:30px}.delivery-card{position:relative;display:grid;min-height:192px;padding:28px 68px 24px 112px;border:1px solid #d6e0e8;border-radius:14px}.delivery-card.featured{border-color:var(--coral)}.delivery-card__icon{position:absolute;top:34px;left:36px;display:grid;width:60px;height:60px;place-items:center;background:#f0f0f0;border-radius:12px}.delivery-card__icon.active{background:#ffd8d3}.delivery-card__icon img{width:32px;height:32px;object-fit:contain}.delivery-card__icon.clock{color:#898989;font-size:34px}.delivery-card small{color:#737373;font-size:13px}.delivery-card h2{margin:6px 0 8px;color:var(--navy);font-size:28px;font-weight:700}.delivery-card h2 span{color:var(--coral)}.delivery-card em{color:#878787;font-size:13px;font-style:normal}.delivery-card p{margin:8px 0 0;color:#7b7b7b;font-size:14px;line-height:1.45}.delivery-card p.note{color:var(--coral)}.delivery-card>strong{position:absolute;top:18px;right:48px;color:#050505;font-size:26px}.delivery-card>strong.free{color:#06951b}.delivery-card>i{position:absolute;top:23px;right:18px;width:13px;height:13px;border:1px solid #ccd2d7;border-radius:50%}.delivery-cta{display:flex;min-height:170px;margin-top:30px;padding:38px 48px;align-items:center;justify-content:space-between;color:#fff;background:var(--navy);border-radius:14px}.delivery-cta h2{margin:0 0 20px;font-size:35px;font-weight:700}.delivery-cta p{margin:0;color:#d3e2f1;font-size:14px}.delivery-cta .gd-btn{min-width:184px;font-size:18px}.delivery-page .footer{font-family:var(--figma-footer)}
@media(min-width:901px){.delivery-page .gd-container{max-width:calc(100% - 120px)}.delivery-page .topbar{font-size:19px}.delivery-page .topbar__inner{width:1294px;height:66px;gap:50px}.delivery-page .header__inner{width:1320px;height:100px}.delivery-page .gd-nav{font-size:20px}.delivery-page .gd-nav a{flex:none;white-space:nowrap}.delivery-page .header__right{flex:none;margin-left:32px}.delivery-page .header__account{font-size:20px}.delivery-page .footer{min-height:448px;padding:26px 0 40px}.delivery-page .footer__grid{width:1126px;grid-template-columns:1.55fr 1fr 1fr 1fr .8fr;gap:42px}.delivery-page .footer__logo{width:267px;min-height:78px;padding:7px 20px;border-radius:14px}.delivery-page .footer__logo img{height:64px}.delivery-page .footer__tag,.delivery-page .footer__contact,.delivery-page .footer__links li,.delivery-page .footer__social li{font-size:14px}.delivery-page .footer__links li,.delivery-page .footer__social li{margin-bottom:8px}.delivery-page .footer__social img{width:24px;height:24px}}
@media(max-width:900px){.delivery-layout{grid-template-columns:1fr}.delivery-sidebar{grid-template-columns:1fr 1fr}.quick-links{grid-column:1/-1}}
@media(max-width:700px){.delivery-layout{padding:36px 0 48px}.delivery-sidebar{grid-template-columns:1fr}.delivery-intro h1{font-size:38px}.delivery-card{padding:100px 20px 24px}.delivery-card__icon{left:20px}.delivery-card>strong{right:42px}.delivery-cta{padding:30px 22px;gap:28px;flex-direction:column;align-items:flex-start}.delivery-cta .gd-btn{width:100%}}

/* INSURANCE DISCOUNT */
.insurance-page main{font-family:var(--figma-display)}.insurance-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:38px;padding:30px 0 70px;align-items:start}.insurance-title{min-height:116px;padding:30px 34px;display:flex;align-items:center;background:#eaf4ff;border-radius:14px}.insurance-title h1{margin:0;color:var(--navy);font-size:46px;font-weight:700}.insurance-title h1 span{color:var(--coral);font-style:italic}.insurance-card{position:relative;margin-top:30px;min-height:445px;padding:100px 48px 34px;border:1px solid #d7e0e8;border-radius:14px}.insurance-card__icon{position:absolute;top:28px;left:40px;display:grid;width:52px;height:52px;place-items:center;background:#ffd8d3;border-radius:12px}.insurance-card__icon img{width:28px;height:28px}.insurance-card__price{position:absolute;top:30px;right:34px;color:var(--navy);font-size:22px}.insurance-card h2{margin:0 0 12px;color:var(--navy);font-size:23px;font-weight:700}.insurance-card p{margin:0 0 25px;color:#737373;font-size:17px;line-height:1.5}.insurance-card .gd-btn{display:flex;width:340px;max-width:100%;margin:30px auto 0;justify-content:center;font-size:20px}.insurance-page .footer{font-family:var(--figma-footer)}
@media(min-width:901px){.insurance-page .gd-container{max-width:calc(100% - 120px)}.insurance-page .topbar{font-size:19px}.insurance-page .topbar__inner{width:1294px;height:66px;gap:50px}.insurance-page .header__inner{width:1320px;height:100px}.insurance-page .gd-nav{font-size:20px}.insurance-page .gd-nav a{flex:none;white-space:nowrap}.insurance-page .header__right{flex:none;margin-left:32px}.insurance-page .header__account{font-size:20px}.insurance-page .footer{min-height:448px;padding:26px 0 40px}.insurance-page .footer__grid{width:1126px;grid-template-columns:1.55fr 1fr 1fr 1fr .8fr;gap:42px}.insurance-page .footer__logo{width:267px;min-height:78px;padding:7px 20px;border-radius:14px}.insurance-page .footer__logo img{height:64px}.insurance-page .footer__tag,.insurance-page .footer__contact,.insurance-page .footer__links li,.insurance-page .footer__social li{font-size:14px}.insurance-page .footer__links li,.insurance-page .footer__social li{margin-bottom:8px}.insurance-page .footer__social img{width:24px;height:24px}}
@media(max-width:900px){.insurance-layout{grid-template-columns:1fr}.insurance-page .delivery-sidebar{grid-template-columns:1fr 1fr}.insurance-page .quick-links{grid-column:1/-1}}
@media(max-width:700px){.insurance-layout{padding:30px 0 48px}.insurance-page .delivery-sidebar{grid-template-columns:1fr}.insurance-title{min-height:96px;padding:24px}.insurance-title h1{font-size:38px}.insurance-card{padding:100px 22px 28px}.insurance-card p{font-size:15px}.insurance-card .gd-btn{width:100%}}

/* TEXAS DRIVER RECORD */
.record-page main{font-family:var(--figma-display)}.record-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:38px;padding:30px 0 70px;align-items:start}.record-hero{min-height:340px;padding:28px 34px;background:#eaf4ff;border-radius:14px}.record-pill{display:inline-flex;min-height:48px;padding:0 22px;align-items:center;gap:9px;color:var(--coral);background:#ffdeda;border-radius:28px;font-family:var(--figma-mono);font-size:14px}.record-pill img{width:18px;height:18px}.record-hero h1{margin:28px 0 25px;color:var(--navy);font-size:48px;font-weight:700;line-height:1.05}.record-hero h1 span{color:var(--coral);font-style:italic}.record-hero p{margin:0;color:#858585;font-size:22px;line-height:1.45}.record-tabs{display:inline-flex;margin:20px 0 45px;padding:4px;background:#fff;border:1px solid #e2e5e8;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.record-tabs a{padding:8px 10px;color:#777;font-size:13px}.record-tabs a.active{color:#222;background:#f4f5f6;font-weight:700}.record-product{position:relative;min-height:375px;padding:100px 40px 28px;border:1px solid #d7e0e8;border-radius:14px}.record-product__price{position:absolute;top:28px;right:20px;color:var(--navy);font-size:22px}.record-product h2{margin:0 0 12px;color:var(--navy);font-size:22px;font-weight:700}.record-product p{margin:0;color:#737373;font-size:16px;line-height:1.5}.record-product .gd-btn{display:flex;width:340px;max-width:100%;margin:80px auto 0;justify-content:center;font-size:20px}.record-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.record-info-grid article{display:flex;min-height:307px;padding:26px 30px;flex-direction:column;border:1px solid #d7e0e8;border-radius:14px}.record-info-grid h2{margin:0 0 12px;color:var(--navy);font-size:21px;font-weight:700}.record-info-grid p{margin:0;color:#737373;font-size:16px;line-height:1.45}.record-info-grid .gd-btn{width:100%;margin-top:auto;justify-content:center}.record-cta{display:flex;min-height:190px;margin-top:38px;padding:42px 48px;align-items:center;justify-content:space-between;color:#fff;background:var(--navy);border-radius:14px}.record-cta h2{margin:0 0 28px;font-size:34px;font-weight:700}.record-cta p{margin:0;color:#d2e1f0}.record-cta .gd-btn{min-width:230px;font-size:19px}.record-page .footer{font-family:var(--figma-footer)}
@media(min-width:901px){.record-page .gd-container{max-width:calc(100% - 120px)}.record-page .topbar{font-size:19px}.record-page .topbar__inner{width:1294px;height:66px;gap:50px}.record-page .header__inner{width:1320px;height:100px}.record-page .gd-nav{font-size:20px}.record-page .gd-nav a{flex:none;white-space:nowrap}.record-page .header__right{flex:none;margin-left:32px}.record-page .header__account{font-size:20px}.record-page .footer{min-height:448px;padding:26px 0 40px}.record-page .footer__grid{width:1126px;grid-template-columns:1.55fr 1fr 1fr 1fr .8fr;gap:42px}.record-page .footer__logo{width:267px;min-height:78px;padding:7px 20px;border-radius:14px}.record-page .footer__logo img{height:64px}.record-page .footer__tag,.record-page .footer__contact,.record-page .footer__links li,.record-page .footer__social li{font-size:14px}.record-page .footer__links li,.record-page .footer__social li{margin-bottom:8px}.record-page .footer__social img{width:24px;height:24px}}
@media(max-width:900px){.record-layout{grid-template-columns:1fr}.record-page .delivery-sidebar{grid-template-columns:1fr 1fr}.record-page .quick-links{grid-column:1/-1}}
@media(max-width:700px){.record-layout{padding:30px 0 48px}.record-page .delivery-sidebar{grid-template-columns:1fr}.record-hero{min-height:0;padding:25px 22px}.record-hero h1{font-size:40px}.record-hero p{font-size:17px}.record-tabs{display:flex;margin-bottom:30px}.record-tabs a{flex:1;text-align:center}.record-product{padding:100px 22px 28px}.record-product .gd-btn{margin-top:40px;width:100%}.record-info-grid{grid-template-columns:1fr}.record-info-grid article{min-height:280px}.record-cta{padding:30px 22px;gap:28px;flex-direction:column;align-items:flex-start}.record-cta .gd-btn{width:100%}}

/* Approved shared GD header: desktop navigation row, divider, then language row. */
@media (min-width: 1025px) {
  body[class] .topbar { font-size: 16px; }
  body .header {
    position: relative;
    padding-bottom: 72px;
    border-bottom: 0;
  }
  body .header__inner {
    position: relative;
    height: 100px;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }
  body .header__logo img { height: 66px; }
  body[class] .gd-nav {
    margin-left: auto;
    gap: 0;
    font-size: 18px;
  }
  body .gd-nav a {
    position: relative;
    padding: 6px 22px;
  }
  body .gd-nav a + a::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 1px;
    background: var(--line-2);
  }
  body[class] .header__right {
    flex: none;
    margin-left: 0;
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  body[class] .header__right::before {
    content: "";
    width: 1px;
    height: 40px;
    flex: 0 0 1px;
    background: var(--line-2);
  }
  body[class] .header__account { font-size: 18px; white-space: nowrap; }
  body .header__lang {
    position: absolute;
    top: calc(100% + 17px);
    right: 0;
    align-items: flex-end;
    gap: 3px;
    font-size: 12px;
  }
  body .header__lang select {
    min-width: 96px;
    padding: 1px 3px;
    font-size: 11px;
    text-align: right;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  body .gd-nav a { padding-inline: 12px; }
  body[class] .header__right { gap: 12px; }
}

/* Shared six-column footer used by every page on New2026.Master. */
@media (min-width: 901px) {
  .footer .footer__grid { width: 1320px; grid-template-columns: 1.55fr 1fr 1fr 1fr .8fr .8fr; }
  .footer__reviews a { margin-bottom: 8px; font-size: 14px; }
}

/* ============================================================
   BLOG DETAIL
   ============================================================ */
.blog-detail-page main{font-family:var(--figma-display);color:#374151}.article-detail{padding:60px 0 0}.article-detail__back{display:inline-flex;margin-bottom:14px;color:#2563eb;font-size:12px}.article-detail__back:hover{color:#1749a3;text-decoration:underline}.article-detail__hero{position:relative;display:grid;min-height:440px;place-items:center;overflow:hidden;border-radius:16px;background:#171717;box-shadow:0 1px 2px rgba(0,0,0,.05)}.article-detail__hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45)}.article-detail__hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.8}.article-detail__hero-copy{position:relative;z-index:1;width:min(800px,calc(100% - 48px));color:#fff;text-align:center}.article-detail__hero h1{margin:0;font-size:40px;font-weight:700;line-height:1}.article-detail__hero time{display:block;margin-top:18px;color:#e5e7eb;font-size:14px;font-weight:700}.article-detail__body{width:1088px;max-width:calc(100% - 188px);margin:28px 0 0;font-size:14px;line-height:1.45}.article-detail__body h1,.article-detail__body h2{margin:30px 0 15px;color:#111827;font-size:24px;font-weight:800;line-height:1.2}.article-detail__body h3{margin:24px 0 7px;color:#111827;font-size:20px;font-weight:700;line-height:1.2}.article-detail__body p{margin:0 0 16px}.article-detail__body strong{color:#111827}.article-detail__body a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.article-detail__body img{display:block;max-width:100%;height:auto}.article-detail__body table{display:table;width:100%;margin:16px 0 18px;border-collapse:collapse;table-layout:fixed;font-size:12px}.article-detail__body th,.article-detail__body td{padding:12px 14px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.article-detail__body th{color:#111827;font-weight:700}.article-detail__body blockquote{margin:20px 0;padding:16px 20px;border-left:4px solid var(--navy);background:#f3f7fa}.article-detail__body ul,.article-detail__body ol{margin:0 0 18px;padding-left:24px}.article-detail__body ul{list-style:disc}.article-detail__body ol{list-style:decimal}.article-detail__bottom{margin-top:35px;padding-top:22px;border-top:1px solid #e5e7eb}.article-detail-cta{display:flex;min-height:125px;margin-top:42px;padding:30px 24px;align-items:center;justify-content:center;gap:24px;border-top:1px solid #e5e7eb}.article-detail-cta strong{color:#dc2626;font-size:30px;font-weight:800}.article-detail-cta .gd-btn{width:167px;min-height:44px;font-size:14px;font-weight:800}.article-detail-status{min-height:420px;padding-block:90px;text-align:center}.article-detail-status h1{margin:0 0 14px;color:var(--navy);font-size:38px}.article-detail-status p{margin:0 0 28px;color:#5f7182}
@media(min-width:1025px){.blog-detail-page .header{padding-bottom:72px}.article-detail{padding-top:0}}
@media(min-width:1025px){.blog-detail-page .header__inner{width:1320px;height:100px}.blog-detail-page .gd-nav{font-size:20px}.blog-detail-page .gd-nav a{flex:none;white-space:nowrap}.blog-detail-page .header__right{flex:none;margin-left:32px}.blog-detail-page .header__account{font-size:20px}.article-detail{width:1274px}}
@media(max-width:1024px){.article-detail{width:auto;max-width:none;padding-top:38px}.article-detail__hero{width:100%;min-width:0;min-height:360px}.article-detail__hero h1{font-size:34px}.article-detail__body{width:100%;max-width:100%;min-width:0}.blog-detail-page{overflow-x:hidden}.article-detail-cta{padding-inline:32px}.article-detail__body table{display:block;width:100%;max-width:100%;overflow-x:auto;table-layout:auto;-webkit-overflow-scrolling:touch}}
@media(min-width:701px) and (max-width:1024px){.article-detail{margin-inline:32px}.article-detail__hero{min-height:380px}.article-detail__hero-copy{width:min(720px,calc(100% - 64px))}.article-detail__body{font-size:14px;line-height:1.55}.article-detail-cta strong{font-size:28px}}
@media(max-width:700px){.article-detail{width:auto;margin-inline:16px;padding-top:25px}.article-detail__hero{min-height:300px;border-radius:12px}.article-detail__hero-copy{width:calc(100% - 32px);min-width:0}.article-detail__hero h1{font-size:27px;line-height:1.12;overflow-wrap:anywhere}.article-detail__body{font-size:14px;line-height:1.55;overflow-wrap:anywhere}.article-detail__body h1,.article-detail__body h2{font-size:22px}.article-detail__body h3{font-size:18px}.article-detail__body th,.article-detail__body td{min-width:150px}.article-detail-cta{padding-inline:20px;flex-direction:column;text-align:center}.article-detail-cta strong{font-size:26px}.article-detail-status{min-height:340px;padding-block:60px}.article-detail-status h1{font-size:30px}}
/* Legal pages */
.legal-page { background: #f3f6fa; }
.legal-page main { font-family: var(--figma-display); }
.legal-main { padding: 60px 0 80px; }
.legal-card { overflow: hidden; padding: 32px; background: #fff; border: 1px solid #cfd5dc; border-radius: 10px; box-shadow: 0 14px 36px rgba(22, 45, 73, .08); }
.legal-card__header { padding: 14px 20px 20px; background: #f7f7f7; border-bottom: 1px solid #d2d2d2; }
.legal-card__header span { display: block; margin-bottom: 4px; color: #ff3434; font-size: 16px; font-weight: 500; letter-spacing: .18em; }
.legal-card__header h1 { margin: 0; color: #182433; font-size: 26px; font-weight: 700; line-height: 1.2; }
.legal-card__body { padding: 20px; color: #111820; font-size: 18px; line-height: 1.55; }
.legal-card__body h2 { margin: 30px 0 10px; color: #111820; font-size: 19px; font-weight: 700; line-height: 1.35; }
.legal-card__body h3 { margin: 22px 0 9px; color: #22364c; font-size: 18px; font-weight: 700; line-height: 1.4; }
.legal-card__body p { margin: 0 0 14px; }
.legal-card__body ul { margin: 4px 0 18px; padding-left: 34px; list-style: disc outside; }
.legal-card__body li { margin-bottom: 6px; }
.legal-card__body li::marker { color: var(--navy); font-size: .85em; }
.legal-card__body address { margin: 0 0 18px; font-style: normal; }
.legal-card__body .legal-notice { margin: 22px 0; padding: 20px; color: #004b8f; background: #e4f0ff; border: 1px solid #b8d4ff; border-radius: 14px; font-weight: 600; }

@media (max-width: 900px) {
  .legal-main { padding: 36px 0 56px; }
  .legal-card { padding: 24px; }
  .legal-card__body { font-size: 17px; }
}

@media (max-width: 600px) {
  .legal-main { padding: 20px 0 40px; }
  .legal-card { padding: 12px; border-radius: 8px; }
  .legal-card__header { padding: 14px 16px 18px; }
  .legal-card__header span { font-size: 13px; }
  .legal-card__header h1 { font-size: 23px; }
  .legal-card__body { padding: 16px 8px; font-size: 16px; line-height: 1.5; }
  .legal-card__body h2 { margin-top: 25px; font-size: 18px; }
  .legal-card__body h3 { margin-top: 20px; font-size: 17px; }
  .legal-card__body ul { padding-left: 24px; }
  .legal-card__body .legal-notice { padding: 16px; border-radius: 10px; }
}
