/* ==========================================================================
   TeeTee&Co. Free Membership — member.teeteeco.com
   Giao diện bám theo bản thiết kế Framer gốc (đo ở khổ 375px).
   Khác biệt có chủ đích duy nhất: bản gốc dùng chữ 6–8px ở nhiều chỗ,
   không đọc được trên máy thật. Ở đây có sàn cỡ chữ (--fs-micro / --fs-body).
   Muốn về đúng 1:1 với Framer thì đổi 2 biến đó về 7px / 8px.
   ========================================================================== */

:root {
  --cream: #FFFEF7;
  --band: #F5F6F6;
  --ink: #1C1C1C;
  --muted: #7A7A7A;
  --muted-2: #888888;
  --line: #CCCCCC;
  --line-soft: #E4E3DC;
  --accent: #799BAF;
  --accent-dark: #5F8296;
  --field: #F1F1ED;
  --white: #FFFFFF;
  --danger: #B4453C;

  --font: "Zalando Sans SemiExpanded", "Zalando Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-alt: "Red Hat Display", system-ui, sans-serif;

  /* sàn cỡ chữ — xem ghi chú đầu file */
  --fs-micro: 10px;
  --fs-body: 11.5px;

  --pad: 20px;
  --shell: 1180px;
  --r-lg: 25px;
  --r-md: 9px;
  --r-sm: 6px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  font-size: var(--fs-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p, figure, ul, ol { margin: 0; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }

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

.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 0; top: 0; z-index: 999;
  background: var(--ink); color: var(--white);
  padding: 11px 16px; font-size: 13px; border-radius: 0 0 6px 0;
  transform: translateY(-120%); transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--pad); }
.center { text-align: center; }
.section { padding-block: 40px; }
.section.band { background: var(--band); }

/* ---------- typography ---------- */
.eyebrow {
  font-size: 11px; font-weight: 500;
  letter-spacing: .04em; text-transform: uppercase;
}
.display {
  margin-top: 10px;
  font-size: clamp(38px, 10.6vw, 44px);
  font-weight: 500; line-height: 1.17;
  letter-spacing: -.024em; text-transform: uppercase;
}
.lede { margin-top: 16px; font-size: 11px; font-weight: 400; }
.micro { font-size: var(--fs-micro); font-weight: 300; line-height: 1.55; }
.accent-note { color: var(--accent); max-width: 330px; margin-inline: auto; }

.shead { text-align: center; margin-bottom: 20px; }
/* bản gốc dùng tracking âm cho hầu hết heading 22px, riêng Levels/Benefits
   lại dùng tracking dương — giữ đúng như vậy */
.heading {
  font-size: 22px; font-weight: 500;
  letter-spacing: -.03em; text-transform: uppercase; line-height: 1.15;
}
#levels .heading, #benefits .heading { letter-spacing: .05em; }
.shead-sub {
  margin: 10px auto 0; max-width: 290px;
  font-size: var(--fs-micro); color: var(--muted); line-height: 1.45;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid transparent; cursor: pointer;
  font-weight: 500; letter-spacing: .01em;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-block { display: flex; width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }
.btn-xs { padding: 7px 14px; font-size: 10px; border-radius: var(--r-sm); }
.btn-sm { padding: 9px 18px; font-size: 12px; border-radius: 999px; }
.btn-submit { height: 40px; font-size: 12px; border-radius: 0; }

/* nút hero: 228x55, vuông góc, vòng tròn trắng bên phải (giống Framer) */
.btn-hero {
  position: relative;
  width: 228px; height: 55px;
  padding: 0 52px 0 16px;
  font-size: 15px; white-space: nowrap;
  border-radius: 0;
}
.btn-circle {
  position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
  width: 35px; height: 35px; border-radius: 50%;
  background: var(--white); color: var(--ink);
  display: grid; place-items: center;
  transition: transform .3s var(--ease);
}
.btn-circle svg { width: 14px; height: 14px; }
.btn-hero:hover .btn-circle { transform: translateY(-50%) translateX(3px); }

.alink {
  display: inline; margin-top: auto; padding-top: 6px;
  font-size: var(--fs-micro); font-weight: 500; color: var(--accent);
}
.alink span { margin-left: 4px; }
.alink:hover { color: var(--accent-dark); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line-soft); }
.header-inner {
  height: 73px;
  display: flex; align-items: center; justify-content: center;
  padding-inline: var(--pad);
}
.logo img { width: 245px; height: auto; }
.nav-desktop { display: none; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: min(100svh, 900px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 38px;
  color: var(--white);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-poster, .hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-video { opacity: 0; transition: opacity .9s var(--ease); }
.hero-video.is-ready { opacity: 1; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,16,12,.30) 0%, rgba(18,16,12,.10) 34%, rgba(18,16,12,.66) 100%);
}

.hero-body {
  position: relative; z-index: 1;
  text-align: center;
  padding-inline: 14px;
  display: flex; flex-direction: column; align-items: center;
}
.hero-mark { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.hero-mono { width: 17px; height: auto; }
.hero-word { width: 66px; height: auto; filter: brightness(0) invert(1); }
.hero-title {
  margin-top: 14px;
  font-size: clamp(25px, 7.2vw, 30px);
  font-weight: 500; line-height: 1.1;
  letter-spacing: -.03em;
}
.hero-sub {
  margin-top: 12px; max-width: 345px;
  font-size: var(--fs-body); font-weight: 300; line-height: 1.5;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.94);
}
.btn-hero { margin-top: 42px; }
.hero-more {
  margin-top: 10px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 400;
  text-decoration: underline; text-underline-offset: 2px;
}
.hero-place {
  position: relative; z-index: 1;
  margin-top: 60px;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  font-size: 11px; font-weight: 300; letter-spacing: -.03em;
}

/* ==========================================================================
   STRIP NAV
   ========================================================================== */
.strip {
  display: flex; align-items: center; justify-content: space-between;
  gap: 4px;
  padding: 30px var(--pad);
  background: var(--cream);
}
.strip a {
  font-family: var(--font-alt);
  font-size: var(--fs-micro); font-weight: 600;
  letter-spacing: .02em; text-transform: uppercase;
  white-space: nowrap;
}
.strip a:hover { color: var(--accent); }

/* ==========================================================================
   INTRO + STICKY GALLERY
   ========================================================================== */
.intro { padding-block: 26px 40px; }
.gallery { margin-block: 30px; padding-inline: var(--pad); }
.gpanel {
  position: sticky; top: 88px;
  height: min(78svh, 680px);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 18px;
}
.gpanel img { width: 100%; height: 100%; object-fit: cover; }
/* bản gốc phủ gradient lên TOÀN BỘ panel, không chỉ vùng chữ */
.gpanel::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 23%, rgba(18,28,34,.75) 100%);
}
.gpanel figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 24px 14px 228px;
  text-align: center;
  font-size: clamp(19px, 5.5vw, 22px);
  font-weight: 500; line-height: 1.28; color: var(--white);
  text-shadow: 0 1px 14px rgba(0,0,0,.3);
  text-wrap: normal;
}

/* ==========================================================================
   MEMBERSHIP LEVELS
   ========================================================================== */
.tiers { margin-bottom: 28px; }
.tier-tabs {
  display: flex; justify-content: center; gap: 30px;
  margin-bottom: 23px;
}
.tier-tab {
  width: 40px; height: 36px;
  display: grid; place-items: center;
  background: transparent; border: 0; border-radius: var(--r-sm);
  cursor: pointer;
  transition: background-color .25s var(--ease), box-shadow .25s var(--ease);
}
.tier-tab img { width: 13px; height: auto; }
.tier-tab.is-active {
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.tier-card {
  max-width: 328px; margin-inline: auto;
  background: var(--white);
  border-radius: 10px;
  padding: 15px 19px 18px;
  text-align: center;
}
.tier-card h3 {
  font-size: 15px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
}
.tier-card p {
  margin-top: 6px;
  font-size: 12px; color: var(--ink); line-height: 1.35;
}
.tier-card .btn { margin-top: 14px; }

/* feature cards: ảnh + chữ nằm ngang, xen kẽ trái/phải */
.fcards {
  display: grid; gap: 10px;
  border-top: 1px solid #E5E5E2;
  margin-inline: 4px; padding-top: 11px;
}
.fcard {
  display: grid; grid-template-columns: 142px 1fr;
  gap: 16px;
  background: var(--white);
  border-radius: var(--r-md);
  padding: 10px;
  align-items: center;
  align-content: center;
}
.fcard > img {
  width: 142px; height: 162px; object-fit: cover; border-radius: 10px;
}
.fcard.is-flip { grid-template-columns: 1fr 142px; }
.fcard.is-flip > img { order: 2; }
.fcard-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.fcard-body h3 {
  font-size: 12px; font-weight: 600;
  letter-spacing: normal; text-transform: uppercase;
}
.fcard-body p { font-size: var(--fs-micro); color: var(--muted); line-height: 1.5; }
.fcard-body ul { margin: 0; padding-left: 15px; display: grid; gap: 3px; list-style: disc; }
.fcard-body li { font-size: var(--fs-micro); color: var(--muted); line-height: 1.45; }
.fcard-body li::marker { color: var(--accent); }

/* ==========================================================================
   BENEFIT ACCORDIONS  (full-bleed, có icon)
   ========================================================================== */
/* bản gốc: CHỈ một đường kẻ mảnh phía trên nhóm, thụt lề 24px, và không có
   kẻ giữa các hàng. Hàng thì tràn hết bề ngang. */
.accordions-tabs { position: relative; padding-top: 20px; }
.accordions-tabs::before {
  content: ""; position: absolute; top: 0; left: 24px; right: 24px;
  height: 1px; background: #E5E5E2;
}
.accordions-tabs .acc { border-bottom: 0; }
.accordions-tabs .acc-btn { padding: 20px var(--pad); gap: 10px; }
.accordions-tabs .acc-title {
  font-size: 20px; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
}
.accordions-tabs .acc-chev { width: 10px; height: 10px; }
.acc-ico { flex: none; width: 20px; height: 20px; color: var(--ink); }
.acc-ico svg { width: 100%; height: 100%; }

.acc { border-bottom: 1px solid #EAEBEB; }
.acc-btn {
  display: flex; align-items: center; gap: 10px;
  width: 100%; padding: 13px 6px;
  background: none; border: 0; cursor: pointer; text-align: left;
}
.acc-title { flex: 1; font-size: var(--fs-body); font-weight: 500; line-height: 1.35; }
.acc-chev {
  flex: none; width: 11px; height: 11px; color: var(--ink);
  transition: transform .35s var(--ease);
}
.acc-btn[aria-expanded="true"] .acc-chev { transform: rotate(180deg); }

.acc-panel { overflow: hidden; max-height: 0; transition: max-height .4s var(--ease); }
.acc-inner { padding: 0 2px 20px; }
.accordions-tabs .acc-inner { padding: 0 var(--pad) 22px; }
.acc-inner p { font-size: var(--fs-body); color: var(--muted); line-height: 1.6; }
.acc-inner p + p { margin-top: 8px; }
.acc-inner > ul { margin: 8px 0 0; padding-left: 16px; }
.acc-inner li { font-size: var(--fs-body); color: var(--muted); line-height: 1.55; }

/* bảng so sánh quyền lợi */
.tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tbl { width: 100%; min-width: 520px; border-collapse: collapse; }
.tbl th, .tbl td {
  padding: 10px 6px; text-align: center;
  font-size: var(--fs-micro); font-weight: 400;
  border-bottom: 1px solid var(--line-soft);
}
.tbl thead th {
  font-weight: 600; letter-spacing: .03em;
  border-bottom-color: var(--line);
}
.tbl tbody th {
  text-align: left; font-weight: 600; color: var(--ink);
  padding-right: 10px;
}
.tbl td.is-yes { color: var(--accent); font-size: 13px; }
.tbl td.is-no { color: var(--muted-2); }
.tbl-note { margin-top: 10px; font-size: var(--fs-micro); color: var(--muted-2); line-height: 1.5; }

/* ==========================================================================
   PROMO BANNER (full-bleed)
   ========================================================================== */
.promo { position: relative; display: block; color: var(--white); }
.promo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.promo-body {
  position: relative; display: block;
  min-height: 162px;
  padding: 26px 30px;
  /* bản gốc phủ theo chiều DỌC, tối dần xuống đáy */
  background: linear-gradient(180deg, rgba(30,52,66,.42), rgba(30,52,66,.84) 72%);
}
.promo-title {
  display: block; font-size: 20px; font-weight: 500; line-height: 1.1;
}
.promo-sub {
  display: block; margin-top: 4px;
  font-size: var(--fs-micro); font-weight: 500; line-height: 1.45;
}
.promo-btn {
  display: inline-block; margin-top: 20px;
  padding: 5px 10px; border-radius: 0;
  background: var(--accent); color: var(--white);
  font-size: 10px; font-weight: 500;
}

/* ==========================================================================
   WHY TEETEE
   ========================================================================== */
.why-media { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.why-media img { width: 100%; height: clamp(420px, 184vw, 690px); object-fit: cover; }
.why-media figcaption {
  position: absolute; left: 0; right: 0; top: 0;
  padding: 26px 20px 34px;
  display: flex; flex-direction: column; align-items: center; gap: 0;
  text-align: center; color: var(--white);
  background: none;   /* bản gốc không phủ tối ở đỉnh ảnh */
}
.why-eyebrow {
  font-size: var(--fs-micro); font-weight: 400; line-height: 1.1;
  letter-spacing: normal; text-transform: uppercase;
}
.why-title {
  font-size: 22px; font-weight: 500;
  letter-spacing: normal; text-transform: uppercase;
}
.why-copy { margin-top: 22px; display: grid; gap: 12px; }
.why-copy p { font-size: var(--fs-body); line-height: 1.7; text-align: justify; }

/* ==========================================================================
   JOURNEY
   ========================================================================== */
/* bản gốc kẹp khối tiêu đề bằng 2 đường kẻ mảnh */
#journey { padding-top: 30px; }
#journey .shead {
  border-top: 1px solid #E1E2E2; border-bottom: 1px solid #E1E2E2;
  margin-inline: 4px; padding-block: 22px 18px; margin-bottom: 16px;
}
#journey .shead-sub { max-width: 340px; color: var(--ink); }

.steps { display: grid; gap: 15px; margin-inline: -5px; }
.step {
  position: relative;
  min-height: 320px;
  padding: 24px 20px 21px;
  background: var(--accent);
  color: var(--white);
  border-radius: var(--r-lg);
  display: flex; flex-direction: column; justify-content: space-between;
}
.step-tag {
  align-self: flex-start;
  padding: 3px 16px; border-radius: 999px;
  background: var(--white); color: #666;
  font-size: 14px; font-weight: 500;
}
.step-body h3 {
  font-size: clamp(21px, 6.3vw, 25px); font-weight: 500; line-height: 1.2;
  text-wrap: balance;
}
.step-body p {
  margin-top: 10px;
  font-size: var(--fs-body); line-height: 1.5;
  color: rgba(255,255,255,.94);
}
.steps + .accent-note { margin-top: 24px; }

/* ==========================================================================
   SIGNUP FORM
   ========================================================================== */
.signup { padding-block: 22px 30px; }
.signup .shead-sub { color: var(--ink); max-width: 328px; line-height: 1.3; }
.signup-form { max-width: 315px; margin-inline: auto; display: grid; gap: 20px; }
.field { display: grid; gap: 10px; }
.field label { font-size: var(--fs-micro); font-weight: 500; line-height: 1.2; color: var(--muted); }
.field input, .field select {
  width: 100%; height: 40px; padding: 0 13px;
  font: inherit; font-size: 11px; color: var(--ink);
  background: var(--band);
  border: 1px solid transparent; border-radius: 0;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field input::placeholder { color: #999; }
/* select chưa chọn hiện màu placeholder, chọn rồi mới đậm lên */
.field select { color: #999; }
.field select:valid { color: var(--ink); }
.field select {
  appearance: none; cursor: pointer; padding-right: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231C1C1C' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(121,155,175,.18);
}
.field.has-error input, .field.has-error select { border-color: var(--danger); }
.err { font-size: var(--fs-micro); color: var(--danger); }
.hp {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
  white-space: nowrap; pointer-events: none;
}
.form-note {
  font-size: var(--fs-micro); font-weight: 300;
  color: var(--muted); text-align: center; line-height: 1.35;
}
.form-status { font-size: var(--fs-body); text-align: center; min-height: 1.3em; }
.form-status:empty { display: none; min-height: 0; }
.form-status.is-err { color: var(--danger); }
.signup-done {
  padding: 30px 22px; background: var(--white);
  border: 1px solid var(--accent); border-radius: var(--r-md);
  display: grid; gap: 8px; text-align: center;
}
.signup-done h3 { font-size: 16px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.signup-done p { font-size: var(--fs-body); color: var(--muted); line-height: 1.55; }

/* ==========================================================================
   FAQ
   ========================================================================== */
/* bản gốc không có kẻ trên câu hỏi đầu tiên, chỉ có kẻ dưới mỗi câu */
.faq { padding-block: 22px 10px; }
.faq .accordions { border-top: 0; margin-inline: 4px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--accent); color: var(--white); padding-block: 15px; }
.site-footer .shell { padding-inline: 30px; }
.footer-grid { display: flex; gap: 17px; }
.footer-col { flex: 1 1 0; min-width: 0; }
.footer-col h2 {
  font-size: var(--fs-micro); font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; margin-bottom: 3px;
}
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 1px; }
.footer-col li { font-size: var(--fs-micro); line-height: 1.5; letter-spacing: .035em; }
.footer-col b { font-weight: 600; }
.footer-col a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-social { text-align: center; }
.footer-col ul.socials { display: flex; gap: 17px; justify-content: center; }
.socials li, .socials a { flex: none; }
.socials svg { width: 15px; height: 15px; }
.socials a { display: block; opacity: .95; transition: opacity .2s var(--ease); }
.socials a:hover { opacity: .7; }
.footer-bottom {
  margin-top: 20px; padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.22);
  font-size: var(--fs-micro); color: rgba(255,255,255,.8);
}

/* ==========================================================================
   RESPONSIVE — bản gốc không có layout desktop, phần dưới là dựng thêm
   nhưng giữ nguyên ngôn ngữ thị giác (màu, bo góc, tỉ lệ).
   ========================================================================== */
@media (min-width: 640px) {
  :root { --fs-micro: 11px; --fs-body: 13px; --pad: 32px; }
  .section { padding-block: 64px; }
  .fcards { gap: 16px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .signup-form { max-width: 420px; }
  .shead-sub { max-width: 460px; font-size: 12px; }
  .accent-note { max-width: 520px; font-size: 12px; }
}

@media (min-width: 1024px) {
  :root { --fs-micro: 12px; --fs-body: 14px; --pad: 40px; }

  .header-inner { justify-content: space-between; height: 82px; }
  .nav-desktop { display: flex; align-items: center; gap: 26px; }
  .nav-desktop a { font-size: 13px; }
  .nav-desktop a:not(.btn):hover { color: var(--accent); }
  .logo img { width: 190px; }

  .hero { min-height: min(94svh, 880px); }
  .hero-title { font-size: clamp(34px, 3.6vw, 48px); }
  .hero-sub { max-width: 520px; font-size: 15px; }
  .hero-mark { width: 68px; }

  .strip { justify-content: center; gap: 56px; padding-block: 20px; }
  .strip a { font-size: 12px; }

  .section { padding-block: 100px; }
  .display { font-size: clamp(58px, 6vw, 80px); }
  .lede { font-size: 15px; }
  .heading { font-size: 30px; }

  .gallery { padding-inline: var(--pad); }
  .gpanel { height: min(82svh, 720px); }
  .gpanel figcaption { padding: 40px 44px 250px; font-size: 30px; }

  .tier-tabs { gap: 34px; }
  .tier-tab { width: 58px; height: 46px; }
  .tier-tab img { width: 26px; }
  .tier-card { padding: 34px 28px; max-width: 620px; margin-inline: auto; }
  .tier-card h3 { font-size: 18px; }
  .tier-card p { font-size: 14px; }

  .fcards { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .fcard, .fcard.is-flip { grid-template-columns: 1fr; }
  .fcard.is-flip > img { order: 0; }
  .fcard > img { width: 100%; height: 190px; }

  .accordions-tabs { max-width: var(--shell); margin-inline: auto; }
  .accordions-tabs .acc-btn { padding-inline: var(--pad); }
  .accordions-tabs .acc-title { font-size: 24px; }
  .tbl { min-width: 0; }
  .tbl th, .tbl td { font-size: 13px; padding: 13px 10px; }

  .promo-body { min-height: 300px; padding: 56px var(--pad); display: flex; flex-direction: column; justify-content: center; }
  .promo-title { font-size: 34px; }
  .promo-sub { font-size: 14px; }
  .promo-btn { font-size: 12px; padding: 9px 18px; }

  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .why-media img { height: 620px; }
  .why-copy { margin-top: 0; }
  .why-copy p { font-size: 15px; line-height: 1.8; }
  .why-title { font-size: 34px; }

  .steps { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .step { min-height: 380px; padding: 26px; }
  .step-body h3 { font-size: 21px; }

  .signup { padding-block: 100px; }
  .signup-form { max-width: 420px; }
  .field input, .field select { height: 48px; font-size: 14px; }
  .btn-submit { height: 48px; font-size: 14px; }
  .faq { padding-block: 100px; }
  #journey .shead { padding-block: 32px 26px; margin-bottom: 26px; }
  .steps { margin-inline: 0; }

  .faq .accordions { max-width: 860px; margin-inline: auto; }
  .acc-title { font-size: 15px; }

  .footer-grid { max-width: var(--shell); }
  .footer-col li { font-size: 13px; }
}
