/* ============================================================
   NOXH OXH-02 — Social Housing Landing Page
   Reconstructed from Figma "NOXH OXH 02.fig"
   Canvas ref: 1920 x 13767 | Font: Google Sans Flex -> Be Vietnam Pro
   ============================================================ */

:root {
  --blue-1: #0e60ac;
  --blue-2: #0774c2;
  --blue-3: #0087d8;
  --blue-grad: linear-gradient(90deg, #0e60ac 0%, #0774c2 50%, #0087d8 100%);
  --orange-1: #ff6700;
  --orange-2: #ff9640;
  --orange-grad: linear-gradient(90deg, #ff6700 0%, #ff9640 100%);
  --cyan-1: #98d9e6;
  --cyan-2: #ebf7fa;
  --ink: #111111;
  --gray-label: #717171;
  --gray-muted: #cecece;
  --line: #e7e7e7;
  --container: 1300px;
  --radius-card: 36px;
  --shadow-card: 0 24px 60px rgba(14, 96, 172, 0.10);
  --shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.08);
  --header-h: 80px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-padding-top: calc(var(--header-h) + 12px); }

body {
  font-family: "Be Vietnam Pro", "Google Sans Flex", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- shared helpers ---------- */
.grad-text {
  background: var(--blue-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pill-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  border: 1px solid var(--line);
  border-radius: 50px;
  color: var(--gray-label);
  font-weight: 600;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.section-title {
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.section-title .thin { font-weight: 400; }
.body-text {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.7;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-orange { background: var(--orange-grad); box-shadow: 0 14px 30px rgba(255, 103, 0, 0.32); }
.btn-blue { background: var(--blue-grad); box-shadow: 0 14px 30px rgba(14, 96, 172, 0.30); }

.section { padding: 96px 0; position: relative; }
.section-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 56px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a {
  color: var(--gray-label);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  transition: color .2s;
}
.nav a:hover { color: var(--blue-1); }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue-grad);
  color: #fff;
  padding: 11px 22px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(8, 120, 200, 0.30);
  white-space: nowrap;
}
.header-phone img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.burger span { width: 26px; height: 3px; border-radius: 3px; background: var(--blue-1); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: #dff0f6 url("../assets/hero-bg.jpg") center / cover no-repeat;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 48px;
}
.hero-content {
  width: 46%;
  min-width: 340px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-eyebrow {
  font-size: clamp(15px, 1.5vw, 21px);
  font-weight: 600;
  letter-spacing: .3em;
  color: #0e60ac;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(46px, 5.6vw, 88px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: .01em;
  margin: 8px 0 16px;
  background: linear-gradient(180deg, #0e60ac 0%, #0a72c4 60%, #0087d8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub {
  font-size: clamp(16px, 1.9vw, 25px);
  font-style: italic;
  font-weight: 500;
  color: #0774c2;
  line-height: 1.4;
  margin-bottom: 34px;
}
.hero-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--orange-grad);
  border-radius: 40px;
  padding: 18px 48px;
  box-shadow: 0 20px 44px rgba(255, 103, 0, 0.36);
  text-align: center;
  color: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hero-card:hover { transform: translateY(-2px); box-shadow: 0 26px 52px rgba(255, 103, 0, 0.42); }
.hero-card .label { font-weight: 600; font-size: clamp(13px, 1.2vw, 16px); text-transform: uppercase; letter-spacing: .02em; }
.hero-card .phone { font-weight: 700; font-size: clamp(30px, 3.4vw, 46px); line-height: 1; letter-spacing: .5px; }

/* ============================================================
   WHY (câu chuyện dự án)
   ============================================================ */
.why { padding: 110px 0; }
.why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.why-media { position: relative; }
.why-media .disc {
  position: absolute;
  inset: -6% -6% -6% -6%;
  background: radial-gradient(circle at 50% 45%, var(--cyan-1), var(--cyan-2) 70%);
  border-radius: 50%;
  z-index: 0;
}
.why-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.why-copy .pill-label { margin-bottom: 22px; }
.why-copy h2 { margin-bottom: 22px; }
.why-copy > .body-text { margin-bottom: 34px; max-width: 640px; }

.callouts { display: flex; flex-direction: column; gap: 26px; }
.callout { display: grid; grid-template-columns: 64px 150px 1fr; gap: 20px; align-items: start; padding-top: 26px; border-top: 1px solid var(--line); }
.callout:first-child { border-top: none; padding-top: 0; }
.callout .ico { width: 60px; height: 60px; border-radius: 16px; object-fit: contain; }
.callout h4 { font-weight: 700; font-size: 20px; line-height: 1.25; text-transform: uppercase; }
.callout p { font-size: 15px; color: #444; line-height: 1.6; }

/* ============================================================
   LOCATION (VỊ TRÍ - KẾT NỐI)
   ============================================================ */
.location .location-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: var(--shadow-card);
  margin-bottom: 64px;
  object-fit: cover;
}
.feature-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
/* dotted route line connecting the three pin centers (pins sit 140px = half-pill from each edge) */
.feature-row::before {
  content: ""; position: absolute; left: 140px; right: 140px; bottom: 16px;
  border-top: 2px dashed #a3d0ef; z-index: 0;
}
.feature { position: relative; z-index: 1; width: 280px; justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.feature:first-child { justify-self: start; }   /* flush to left margin */
.feature:last-child { justify-self: end; }       /* flush to right margin */
.feature-pill {
  width: 100%; min-height: 84px;
  border: 1.5px solid #a9d3f0; border-radius: 20px; background: #fff;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 14px 20px;
  box-shadow: 0 6px 18px rgba(14, 96, 172, 0.06);
}
.feature-pill span {
  font-weight: 500; font-size: clamp(16px, 1.5vw, 22px); line-height: 1.3;
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.feature-pin { position: relative; z-index: 1; }
.feature-pin img { width: 32px; height: auto; display: block; }
.pill-ico { display: none; }  /* desktop uses the pin-on-the-line below; shown inside the pill on mobile */

/* ============================================================
   OVERVIEW (tổng quan) — stats over background
   ============================================================ */
.overview {
  position: relative;
  padding: 110px 0;
  background: #dff0f6 url("../assets/overview-bg.png") center / cover no-repeat;
}
.overview .stats-card {
  max-width: 660px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  border-radius: 39px;
  padding: 44px 48px;
  box-shadow: var(--shadow-card);
}
.stats-list { display: flex; flex-direction: column; }
.stat-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(14, 96, 172, 0.16);
  position: relative;
}
.stat-row:last-child { border-bottom: none; }
.stat-row .k {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1.25;
}
.stat-row .v { font-size: 18px; color: var(--ink); }
.overview .head-band { margin-bottom: 48px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }

/* ============================================================
   APARTMENT TYPES (loại căn hộ)
   ============================================================ */
.types-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.type-card {
  background: #fff;
  border-radius: 28px;
  padding: 26px 22px;
  box-shadow: var(--shadow-soft);
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: transform .25s ease, box-shadow .25s ease;
}
.type-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.type-card .badge {
  display: inline-block;
  background: linear-gradient(90deg, #ff9640, #ff6700);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.type-card .t-name { color: var(--blue-1); font-weight: 700; font-size: 18px; }
.type-card .t-area { font-weight: 700; font-size: 23px; margin: 8px 0 12px; }
.type-card .t-desc { font-size: 15px; color: #555; line-height: 1.5; }

/* ============================================================
   FLOOR PLAN (mặt bằng)
   ============================================================ */
.floorplan .fp-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  margin: 0 auto 40px;
  object-fit: contain;
  background: #fff;
}
.floorplan .fp-master { border-radius: 8px; box-shadow: none; margin-bottom: 40px; }
.floorplan .fp-caption { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 24px; }
.floorplan .fp-caption p { max-width: 720px; }

/* ============================================================
   BUILDING BLOCK (NOXH / NOTM)
   ============================================================ */
.block {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(152, 217, 230, 0.35), rgba(255, 255, 255, 0.9));
}
.block-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.block-copy .eyebrow { font-size: 24px; color: var(--ink); font-weight: 400; }
.block-copy .eyebrow { line-height: 1.2; }
.block-copy h3 {
  font-weight: 700; font-size: clamp(32px, 4vw, 46px); line-height: 1.1; margin: 2px 0 22px;
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent; text-transform: uppercase;
}
.block-stats { display: grid; grid-template-columns: repeat(2, auto); gap: 16px 70px; }
.block-stats .bs .bl { font-size: 16px; color: #333; margin-bottom: 2px; }
.block-stats .bs .bv { font-size: 24px; font-weight: 700; }
.block-media img { width: 100%; border-radius: 24px; box-shadow: var(--shadow-card); object-fit: cover; }

/* floor plan pairs */
.plan-pairs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-top: 56px; }
.plan-card {
  background: #fff;
  border-radius: 37px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.plan-card img { width: 100%; border-radius: 18px; object-fit: cover; aspect-ratio: 4 / 3; background: #f4f7fa; }
.plan-card .cap {
  margin-top: 20px; font-weight: 600; font-size: 20px; text-transform: lowercase;
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ============================================================
   AMENITIES (tiện ích)
   ============================================================ */
.amenities-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; }
.amenities-media img { width: 100%; border-radius: 49px; box-shadow: var(--shadow-card); object-fit: cover; }
.amenities-copy .pill-label { margin-bottom: 22px; }
.amenities-copy h2 { margin-bottom: 20px; }
.amenities-copy > .body-text { margin-bottom: 30px; }
.amenity-list { display: flex; flex-direction: column; }
.amenity-item { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.amenity-item .ico { width: 26px; height: 26px; object-fit: contain; }
.amenity-item .txt .k { font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.amenity-item .txt .n { font-size: 20px; font-weight: 600; }
.amenity-item.muted .txt .k, .amenity-item.muted .txt .n { color: var(--gray-muted); }
.amenity-item.active .txt .k, .amenity-item.active .txt .n {
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ============================================================
   ELIGIBILITY (Ai có thể đăng ký?)
   ============================================================ */
.eligibility {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(180deg, rgba(152, 217, 230, .5), rgba(255,255,255,.4)), url("../assets/eligibility-bg.jpg") center / cover no-repeat;
}
.elig-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto 50px; }
.elig-pill {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 18px 26px;
  min-height: 74px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-weight: 700; font-size: 18px; line-height: 1.2;
  box-shadow: var(--shadow-soft);
  text-transform: uppercase;
  background-clip: padding-box;
}
.elig-pill span {
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.elig-pill.active { background: var(--orange-grad); box-shadow: 0 14px 30px rgba(255,103,0,.32); }
.elig-pill.active span { color: #fff; -webkit-text-fill-color: #fff; }
.elig-photo { display: block; width: min(640px, 90%); margin: 0 auto 44px; border-radius: 24px; box-shadow: var(--shadow-card); }
.elig-cta { text-align: center; }
.elig-cta .btn { font-size: clamp(22px, 3vw, 36px); padding: 26px 60px; text-transform: lowercase; }

/* ============================================================
   CHECKLIST (Hướng dẫn hồ sơ)
   ============================================================ */
.checklist .sub { text-align: center; color: #333; margin: -34px 0 56px; }
.check-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-bottom: 56px; }
.check-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 22px;
  padding: 40px 22px 58px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.check-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.check-card .c-title { color: var(--blue-1); font-weight: 600; font-size: 22px; line-height: 1.3; }
.check-card .badge-ico {
  position: absolute;
  bottom: -40px; left: 50%; transform: translateX(-50%);
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--orange-grad);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 28px rgba(255, 103, 0, .34);
  border: 5px solid #fff;
}
.check-card .badge-ico img { width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); }

/* ============================================================
   FINAL CTA + FORM
   ============================================================ */
.final-cta {
  position: relative;
  padding: 100px 0;
  background: var(--blue-1) url("../assets/cta-bg.png") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.final-cta::before { content: ""; position: absolute; inset: 0; background: rgba(14, 96, 172, 0.78); }
.final-cta .container { position: relative; z-index: 2; }
.cta-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 60px; align-items: center; }
.cta-copy h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; margin-bottom: 24px; }
.cta-copy p { font-size: clamp(18px, 2vw, 24px); line-height: 1.5; opacity: .95; margin-bottom: 26px; }
.cta-copy .links { font-size: clamp(20px, 2.4vw, 32px); font-weight: 600; }
.form-card {
  background: linear-gradient(160deg, #0087d8, #0e60ac);
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}
.form-card .fld { position: relative; margin-bottom: 20px; }
.form-card input, .form-card select {
  width: 100%;
  border: none;
  border-radius: 34px;
  padding: 22px 30px;
  font-family: inherit;
  font-size: 18px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.form-card input::placeholder { color: #8a8a8a; }
.form-card select { appearance: none; -webkit-appearance: none; color: #444; background-image: linear-gradient(45deg, transparent 50%, #888 50%), linear-gradient(135deg, #888 50%, transparent 50%); background-position: right 28px center, right 22px center; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.form-card .btn { width: 100%; padding: 22px; font-size: clamp(20px, 2.4vw, 30px); margin-top: 8px; text-transform: uppercase; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #fff; padding: 70px 0 46px; border-top: 1px solid #f0f0f0; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr; gap: 50px; padding-bottom: 40px; }
.footer-brand img { height: 96px; width: auto; margin-bottom: 26px; }
.footer-brand h3 {
  font-weight: 700; font-size: 26px; line-height: 1.2; margin-bottom: 24px; text-transform: uppercase;
  background: linear-gradient(90deg, #0e60ac, #0087d8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.footer-contact { display: flex; flex-direction: column; gap: 16px; }
.fc-row { display: flex; align-items: center; gap: 14px; color: var(--gray-label); font-size: 18px; }
.fc-row:last-child { font-weight: 600; }
.fc-row .fc-ico {
  flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%;
  background: var(--blue-grad); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px rgba(8, 120, 200, 0.28);
}
.fc-row .fc-ico svg { width: 18px; height: 18px; fill: #fff; }
a.fc-row { transition: color .2s ease; }
a.fc-row:hover { color: var(--blue-1); }
.footer-col h4 { font-weight: 700; font-size: 26px; color: var(--gray-label); margin-bottom: 22px; }
.footer-col ul li { margin-bottom: 16px; }
.footer-col ul li a { color: var(--gray-label); font-size: 18px; transition: color .2s; }
.footer-col ul li a:hover { color: var(--blue-1); }
.footer-partners p { color: var(--gray-label); font-size: 18px; line-height: 1.5; margin-bottom: 18px; }
.footer-partners strong { color: var(--ink); font-weight: 600; }
.footer-bottom { border-top: 1px solid #f0f0f0; padding-top: 24px; text-align: center; color: var(--gray-muted); font-size: 14px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .types-grid { grid-template-columns: repeat(3, 1fr); }
  .check-grid { grid-template-columns: repeat(3, 1fr); row-gap: 66px; }  /* room for the circle that overhangs each card */
  .nav { gap: 22px; }
}
@media (max-width: 960px) {
  .section { padding: 70px 0; }
  .nav, .header-phone { display: none; }
  .burger { display: flex; }
  .site-header .nav.open {
    display: flex; position: absolute; top: var(--header-h); left: 0; right: 0;
    flex-direction: column; background: #fff; padding: 20px 24px; gap: 16px;
    box-shadow: var(--shadow-soft); border-top: 1px solid #eee;
  }
  .hero { align-items: flex-start; min-height: 82vh; background-position: 72% top; }
  .hero-inner { padding: 34px 18px 0; }
  .hero-content {
    width: 100%; min-width: 0;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 26px;
    padding: 34px 22px 30px;
    box-shadow: 0 22px 50px rgba(14, 96, 172, 0.16);
  }
  .hero-title { font-size: clamp(32px, 8.2vw, 52px); }
  .hero-card { width: 100%; padding: 16px 24px; border-radius: 30px; }
  .hero-card .label { font-size: 12.5px; text-wrap: balance; }
  .hero-card .phone { font-size: clamp(28px, 8vw, 40px); }
  .why-grid, .block-grid, .amenities-grid, .cta-grid { grid-template-columns: 1fr; gap: 40px; }
  .block-media { order: -1; }
  .feature-row { grid-template-columns: 1fr; gap: 20px; }
  .feature-row::before { display: none; }
  .feature { width: 100%; justify-self: stretch; gap: 0; }
  .feature-pin { display: none; }                 /* floating pin off on mobile */
  .feature-pill {
    max-width: 420px;
    justify-content: flex-start;                    /* icon-left, text beside it */
    gap: 14px; text-align: left; padding: 18px 22px;
  }
  .feature-pill span { text-align: left; }
  .pill-ico { display: block; width: 30px; height: auto; flex: 0 0 auto; }
  .plan-pairs { grid-template-columns: 1fr; }
  /* eligibility pills: uniform full-width column instead of ragged shrink-wrap */
  .elig-pills { flex-direction: column; align-items: stretch; gap: 14px; max-width: 460px; }
  .elig-pill { width: 100%; min-height: 62px; padding: 16px 20px; }
  /* footer: stack the three columns */
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .callout { grid-template-columns: 56px 1fr; grid-template-areas: "ico title" "ico body"; column-gap: 16px; row-gap: 4px; }
  .callout .ico { grid-area: ico; }
  .callout h4 { grid-area: title; }
  .callout p { grid-area: body; }
}
@media (max-width: 720px) {
  .types-grid { grid-template-columns: repeat(2, 1fr); }
  .check-grid { grid-template-columns: repeat(2, 1fr); }
  .overview .stats-card { padding: 30px 24px; }
  .stat-row { grid-template-columns: 1fr; gap: 2px; }
  .form-card { padding: 26px; }
  .container { padding: 0 18px; }
}
@media (max-width: 460px) {
  .types-grid, .check-grid { grid-template-columns: 1fr; }
  .hero-card { padding: 14px 20px; }
  .hero-content { padding: 28px 18px 26px; }
}

/* ============================================================
   ANIMATIONS  (gated behind prefers-reduced-motion)
   ============================================================ */

/* --- always-on micro-interactions --- */
.nav a { position: relative; }
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--blue-grad); border-radius: 2px;
  transform: scaleX(0); transform-origin: center; transition: transform .28s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.site-header { transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(14, 96, 172, 0.10); }

@media (prefers-reduced-motion: no-preference) {
  /* ---- scroll reveal ---- */
  .anim-ready .reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s cubic-bezier(.22, .61, .36, 1), transform .7s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
  }
  .anim-ready .reveal.rl { transform: translateX(-46px); }
  .anim-ready .reveal.rr { transform: translateX(46px); }
  .anim-ready .reveal.rs { transform: scale(.92); }
  .anim-ready .reveal.is-visible { opacity: 1; transform: none; will-change: auto; }

  /* ---- hero load entrance ---- */
  @keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  @keyframes dropIn { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: none; } }
  .anim-ready .site-header { animation: dropIn .55s cubic-bezier(.22, .61, .36, 1) both; }
  .anim-ready .hero-eyebrow { opacity: 0; animation: heroIn .8s .25s cubic-bezier(.22, .61, .36, 1) forwards; }
  .anim-ready .hero-title   { opacity: 0; animation: heroIn .8s .40s cubic-bezier(.22, .61, .36, 1) forwards; }
  .anim-ready .hero-sub     { opacity: 0; animation: heroIn .8s .55s cubic-bezier(.22, .61, .36, 1) forwards; }
  .anim-ready .hero-card    { opacity: 0; animation: heroIn .8s .70s cubic-bezier(.22, .61, .36, 1) forwards; }

  /* ---- gentle attention pulse on phone CTAs ---- */
  @keyframes softPulse {
    0%, 100% { box-shadow: 0 10px 24px rgba(8, 120, 200, 0.30); }
    50%      { box-shadow: 0 12px 34px rgba(8, 120, 200, 0.55); }
  }
  .header-phone { animation: softPulse 2.6s ease-in-out infinite; }
  @keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
  .anim-ready .hero-card { animation: heroIn .8s .70s cubic-bezier(.22, .61, .36, 1) forwards, floatY 4s 1.6s ease-in-out infinite; }
}

/* ============================================================
   LIGHTBOX (click-to-zoom)
   ============================================================ */
.zoomable { cursor: zoom-in; transition: transform .3s ease, box-shadow .3s ease; }
.zoomable:hover { transform: translateY(-3px); }
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: none; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(7, 28, 51, 0.93);
  opacity: 0; transition: opacity .25s ease;
  cursor: zoom-out;
}
.lightbox.open { display: flex; opacity: 1; }
.lb-stage {
  max-width: 96vw; max-height: 94vh;
  overflow: auto; border-radius: 10px;
  -webkit-overflow-scrolling: touch;
}
.lb-stage img {
  display: block;
  max-width: 96vw; max-height: 94vh;
  width: auto; height: auto;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
  cursor: zoom-in;
  transform: scale(.96); transition: transform .25s ease;
}
.lightbox.open .lb-stage img { transform: scale(1); }
.lightbox.zoomed .lb-stage img { max-width: none; max-height: none; cursor: zoom-out; }
.lb-close {
  position: absolute; top: 20px; right: 26px;
  width: 48px; height: 48px; border: none; border-radius: 50%;
  background: rgba(255, 255, 255, 0.16); color: #fff;
  font-size: 30px; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.lb-close:hover { background: rgba(255, 255, 255, 0.32); transform: rotate(90deg); }
.lb-hint {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75); font-size: 14px; letter-spacing: .02em;
  pointer-events: none;
}
