/* =====================================================
   home.css — Premium Visual Override (Home Page Only)
   Goldman Sachs / McKinsey / Private Banking aesthetic
   ===================================================== */

/* ===== HOME HERO ===== */
.hero {
  background:
    radial-gradient(
      circle at 37% 18%,
      rgba(255, 255, 255, 0.04),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      rgba(71, 122, 185, 1) 0%,
      rgba(55, 103, 166, 1) 44%,
      rgba(43, 88, 151, 1) 100%
    );
  position: relative;
  overflow: hidden;
}
.hero-media-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(65vw, 1120px);
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow:
    -42px 0 86px rgba(5, 18, 38, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 4% 54%);
  -webkit-mask-image: linear-gradient(
    102deg,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 7%,
    rgba(0, 0, 0, 0.58) 15%,
    #000 27%
  );
  mask-image: linear-gradient(
    102deg,
    transparent 0%,
    rgba(0, 0, 0, 0.16) 7%,
    rgba(0, 0, 0, 0.58) 15%,
    #000 27%
  );
}
/* Keep the media frame completely still; motion comes only from the source video. */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
  animation: heroImageIn 900ms ease-out forwards;
}
@keyframes heroImageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Reduced-motion / no-video: hide the <video> so its poster+slideshow show instead */
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}
.hero-scrim {
  background:
    radial-gradient(
      ellipse 46% 104% at 43% 52%,
      rgba(43, 88, 151, 0.32),
      rgba(43, 88, 151, 0.12) 48%,
      transparent 76%
    ),
    linear-gradient(
      106deg,
      rgba(71, 122, 185, 0.9) 0%,
      rgba(71, 122, 185, 0.9) 31%,
      rgba(71, 122, 185, 0.74) 42%,
      rgba(71, 122, 185, 0.48) 52%,
      rgba(71, 122, 185, 0.22) 64%,
      rgba(71, 122, 185, 0.06) 78%,
      rgba(71, 122, 185, 0) 90%
    );
}
@media (max-width: 760px) {
  .hero-media-frame {
    inset: 0;
    width: 100%;
    border-radius: 0;
    clip-path: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .hero-video {
    width: 100%;
    height: 100%;
    object-position: 68% center;
  }
  .hero-scrim {
    background: linear-gradient(
      to bottom,
      rgba(13, 31, 56, 0.82) 0%,
      #0d1f38 58%,
      #0d1f38 100%
    );
  }
}
.hero .eyebrow {
  color: var(--gold-s);
  text-shadow: none;
  font-family: "Inter", sans-serif;
}
.hero .eyebrow::before {
  background: var(--gold);
}
.hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(52px, 2.8vw + 24px, 78px);
  letter-spacing: -0.3px;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 10px rgba(10, 22, 45, 0.32);
}
.hero-green-card {
  color: var(--gold-s);
  text-shadow: 0 1px 8px rgba(10, 22, 45, 0.24);
}
.hero .sub {
  font-family: "Inter", sans-serif;
  color: #e4edf8;
  font-size: clamp(17px, 0.47vw + 12px, 21px);
  font-weight: 300;
  line-height: 1.7;
  max-width: 620px;
  text-shadow: 0 1px 6px rgba(10, 22, 45, 0.26);
}
.hero .micro {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: 1.5px;
}
.hero .tlink {
  color: #fff;
  font-family: "Inter", sans-serif;
}
.hero-inner {
  padding-bottom: 52px;
  position: relative;
  z-index: 2;
  animation: slideInLeft 1.2s ease-out forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ===== TRUST BAR ===== */
.trustbar {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid var(--gold);
}
.trustbar .wrap {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: #4a5568;
  letter-spacing: 0.4px;
  padding: 18px 48px;
}
.trustbar .dot {
  color: var(--gold);
}

/* ===== SECTIONS ===== */
section {
  /* padding: 110px 0; */
  scroll-margin-top: var(--topbar-h, 102px);
}
.sec-head h2 {
  font-size: clamp(34px, 1.56vw + 16px, 46px);
  margin: 14px 0 0;
  letter-spacing: -0.2px;
}
.lead {
  font-family: "Inter", sans-serif;
  color: var(--slate);
  font-size: clamp(15.5px, 0.31vw + 12.5px, 18.5px);
  line-height: 1.7;
}
.ivory {
  background-color: var(--ivory);
  /* layered washes so ivory sections read designed, not blank */
  background-image:
    radial-gradient(
      ellipse 720px 420px at 88% 0%,
      rgba(200, 162, 74, 0.07),
      transparent 60%
    ),
    radial-gradient(
      ellipse 640px 400px at 0% 100%,
      rgba(16, 42, 67, 0.05),
      transparent 60%
    );
}
/* Alternate ivory sections with slightly different shades */
section.ivory:nth-of-type(even) {
  background-color: var(--ivory-2);
}
.navy-sec {
  background: var(--navy);
}

/* ===== STATS — navy showcase band ===== */
.stats {
  background: linear-gradient(
    135deg,
    var(--navy-d) 0%,
    var(--navy) 55%,
    var(--navy-2) 100%
  );
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -80px;
  width: 540px;
  height: 540px;
  background: radial-gradient(
    circle,
    rgba(200, 162, 74, 0.16),
    transparent 65%
  );
  pointer-events: none;
}
.stats::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -80px;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05),
    transparent 60%
  );
  pointer-events: none;
}
.stats .wrap {
  position: relative;
  z-index: 1;
}
.stats .sec-head h2 {
  color: #fff;
}
.stats .eyebrow {
  color: var(--gold-s);
}
.stats .stat {
  border-left-color: rgba(255, 255, 255, 0.16);
}
.stat .num {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(44px, 1.56vw + 28px, 58px);
  color: #fff;
}
.stat .ul {
  background: var(--gold);
  width: 30px;
  height: 2px;
}
.stat .lab {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #b9c4d8;
}
.stats .note {
  color: #8a97ac;
}
.note {
  font-family: "Inter", sans-serif;
  color: #6f7b8c;
  font-size: 11.5px;
}

/* ===== CARDS ===== */
.card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid var(--gold);
  border-radius: 14px;
  padding: 28px 26px;
  box-shadow: 0 8px 30px rgba(16, 42, 67, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.12);
  border-top-color: var(--gold);
}
.card h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 0.31vw + 14px, 20px);
  margin: 8px 0 10px;
}
.card p {
  font-family: "Inter", sans-serif;
  color: var(--slate);
  font-size: clamp(14px, 0.23vw + 11.5px, 16px);
  line-height: 1.65;
}

/* ===== WHY NOW — Premium Feature Cards ===== */
.why-now-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.wn-card {
  position: relative;
  border-radius: 20px;
  padding: 40px 36px 36px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(16, 42, 67, 0.05);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wn-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 20px 20px 0 0;
}
.wn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(16, 42, 67, 0.12);
}
/* Card accent colours */
.wn-urgency::before {
  background: var(--cta-red);
}
.wn-urgency {
  background: #fbf7f8;
  border-color: rgba(158, 48, 57, 0.16);
}
/* Number */
.wn-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.wn-urgency .wn-num {
  color: var(--cta-red);
}
/* Icon */
.wn-ic {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(200, 162, 74, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: none;
}
.wn-ic svg {
  width: 26px;
  height: 26px;
}
.wn-urgency .wn-ic {
  background: rgba(158, 48, 57, 0.08);
  color: var(--cta-red);
}
/* Heading + body */
.wn-card h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 0.31vw + 16px, 22px);
  color: var(--navy);
  line-height: 1.25;
  margin: 0;
}
.wn-card p {
  font-family: "Inter", sans-serif;
  font-size: clamp(14.5px, 0.23vw + 12px, 16.5px);
  color: var(--slate);
  line-height: 1.65;
  flex: 1;
  margin: 0;
}
/* Badge chips */
.wn-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200, 162, 74, 0.1);
  color: var(--gold-d);
  border: 1px solid rgba(200, 162, 74, 0.25);
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  letter-spacing: 0.4px;
  width: fit-content;
}
.wn-deadline {
  display: inline-flex;
  align-items: center;
  background: var(--cta-red);
  color: #fff;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  letter-spacing: 0.6px;
  width: fit-content;
}

/* ===== COUNTDOWN ===== */
.countdown {
  background: var(--navy);
  box-shadow: 0 12px 36px rgba(16, 42, 67, 0.15);
}
.countdown::before {
  background: var(--gold);
}
.cd-eye {
  color: var(--gold-s);
}
.cd-text b {
  font-family: "Playfair Display", Georgia, serif;
}
.cd-u {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
.cd-n {
  font-family: "Playfair Display", Georgia, serif;
}
.cd-l {
  font-family: "Inter", sans-serif;
  color: #94a3b8;
}

/* ===== GAINS BENTO GRID ===== */
.gains-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  margin-top: 40px;
}
/* Hero: col 1–7, row 1–2 (tall) */
.gc-hero {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  min-height: 440px;
}
/* Secondary: two stacked on right */
.gc-secondary {
  grid-column: 8 / 13;
  min-height: 200px;
}
/* Supporting: bottom row, 3 equal */
.gc-support {
  grid-column: span 4;
  grid-row: 3;
  min-height: 220px;
}
/* Hero card — larger text treatments */
.gc-hero .gc-img {
  min-height: 260px;
}
.gc-hero h4 {
  font-size: clamp(24px, 0.63vw + 18px, 30px);
}
.gc-hero p {
  font-size: clamp(14.5px, 0.23vw + 12px, 16.5px);
}
/* Gold tag inside hero */
.gc-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200, 162, 74, 0.15);
  color: var(--gold-d);
  border: 1px solid rgba(200, 162, 74, 0.3);
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
/* Gaincard base (shared) */
.gaincard {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(16, 42, 67, 0.1);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gaincard:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(16, 42, 67, 0.2);
}
.gaincard h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 0.31vw + 16px, 22px);
}
.gaincard p {
  font-family: "Inter", sans-serif;
  color: #e2e8f0;
  font-size: clamp(13.5px, 0.23vw + 11px, 15.5px);
}
.gaincard .gc-arr {
  color: var(--navy);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}
.gaincard:hover .gc-arr {
  background: var(--gold);
  color: #fff;
  transform: translate(2px, -2px);
}

/* ===== JOURNEY TIMELINE ===== */
.jno {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
}
.jtxt h3 {
  font-family: "Inter", sans-serif;
}
.jtxt p {
  font-family: "Inter", sans-serif;
  color: var(--slate);
}
.jcirc {
  background: rgba(200, 162, 74, 0.08);
  color: var(--navy);
}
.jstep:hover .jcirc {
  background: rgba(200, 162, 74, 0.14);
  transform: scale(1.04);
}
.jnode {
  border-color: #e2e8f0;
  box-shadow: 0 0 0 5px #fff;
}
.jstep.in .jnode {
  border-color: var(--gold);
}

/* ===== PROOF STRIP ===== */
.proof {
  background: var(--navy-2);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  padding: 30px 34px;
}
.proof .big {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
  font-size: 24px;
  font-weight: 700;
}
.proof .big.counted {
  color: var(--gold);
}
.proof .rk {
  font-family: "Inter", sans-serif;
  color: #94a3b8;
}

/* ===== OUR DIFFERENCE ===== */
.diff-sec {
  background:
    linear-gradient(rgba(16, 42, 67, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 67, 0.025) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}
.diff-intro,
.choice-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 38px;
}
.diff-intro h2,
.choice-head h2 {
  font-size: clamp(34px, 2.2vw + 12px, 50px);
  line-height: 1.12;
  margin: 14px 0 0;
}
.diff-intro .lead,
.choice-head .lead {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--gold);
}
.diff-explorer {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) 1.28fr;
  min-height: 520px;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: #f4f7fa;
  box-shadow: 0 24px 70px rgba(16, 42, 67, 0.12);
  overflow: hidden;
}
.diff-tabs {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid #dce3ec;
}
.diff-tab {
  width: 100%;
  min-height: 105px;
  padding: 18px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--navy);
  font: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.diff-tab:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(200, 162, 74, 0.28);
  transform: translateX(3px);
}
.diff-tab.active {
  background: #fff;
  border-color: rgba(200, 162, 74, 0.45);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}
.diff-tab:focus-visible,
.choice-card:focus-visible {
  outline: 3px solid rgba(200, 162, 74, 0.55);
  outline-offset: 3px;
}
.diff-tab-no {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  color: var(--gold-d);
}
.diff-tab b,
.diff-tab small {
  display: block;
}
.diff-tab b {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
.diff-tab small {
  color: var(--slate);
  font-size: 12px;
  margin-top: 5px;
}
.diff-tab-arr {
  color: var(--gold-d);
  opacity: 0.45;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.diff-tab.active .diff-tab-arr,
.diff-tab:hover .diff-tab-arr {
  opacity: 1;
  transform: translateX(3px);
}
.diff-panels {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.diff-panels::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent 0,
    transparent 44px,
    rgba(255, 255, 255, 0.025) 44px,
    rgba(255, 255, 255, 0.025) 45px
  );
  pointer-events: none;
}
.diff-panel {
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding: 64px clamp(34px, 5vw, 78px);
  animation: diffPanelIn 0.42s ease both;
}
.diff-panel[hidden] {
  display: none;
}
.diff-panel-no {
  position: absolute;
  top: 28px;
  right: 38px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(76px, 8vw, 124px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.055);
}
.diff-panel-kicker {
  color: var(--gold-s);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.diff-panel h3 {
  color: #fff;
  font-size: clamp(30px, 2vw + 12px, 42px);
  margin: 0 0 18px;
  max-width: 520px;
}
.diff-panel p {
  color: #cad5e3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 0 28px;
}
.diff-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: grid;
  gap: 12px;
}
.diff-panel li {
  color: #eef3f8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.diff-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
  flex: none;
}
.diff-panel a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--gold-s);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(200, 162, 74, 0.42);
  padding-bottom: 7px;
}
.diff-panel a span {
  transition: transform 0.25s ease;
}
.diff-panel a:hover span {
  transform: translateX(4px);
}
@keyframes diffPanelIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== CHOICE PROOF GRID ===== */
.choice-sec {
  position: relative;
  overflow: hidden;
}
.choice-sec::before {
  content: "THE CALCULUS";
  position: absolute;
  left: 50%;
  right: auto;
  top: 22px;
  transform: translateX(-50%);
  color: rgba(16, 42, 67, 0.035);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 8.5vw, 128px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.choice-sec .wrap {
  position: relative;
  z-index: 1;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.choice-card {
  grid-column: span 4;
  min-height: 245px;
  padding: 30px;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(16, 42, 67, 0.055);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.choice-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--gold);
  transition: width 0.35s ease;
}
.choice-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 162, 74, 0.55);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.13);
}
.choice-card:hover::after {
  width: 100%;
}
.choice-card-feature {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 504px;
  padding: clamp(34px, 4vw, 56px);
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  justify-content: flex-end;
}
.choice-card:nth-child(2),
.choice-card:nth-child(3) {
  grid-column: span 5;
}
.choice-card-year {
  background: #f3ead4;
  border-color: #dac695;
}
.choice-no {
  position: absolute;
  top: 24px;
  right: 26px;
  color: var(--gold-d);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}
.choice-card-feature .choice-no {
  color: var(--gold-s);
}
.choice-mark {
  display: block;
  color: var(--gold-d);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: auto;
}
.choice-card-feature .choice-mark {
  color: var(--gold-s);
}
.choice-card h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 0.5vw + 15px, 23px);
  line-height: 1.25;
  margin: 34px 0 10px;
}
.choice-card-feature h3 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 2vw + 14px, 43px);
  margin-top: 22px;
}
.choice-card p {
  color: var(--slate);
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  margin: 0 0 24px;
}
.choice-card-feature p {
  color: #cbd6e4;
  font-size: 16px;
  max-width: 580px;
}
.choice-link {
  color: var(--gold-d);
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: auto;
  transition: letter-spacing 0.25s ease;
}
.choice-card-feature .choice-link {
  color: var(--gold-s);
}
.choice-card:hover .choice-link {
  letter-spacing: 0.25px;
}
.choice-proof {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr 0.85fr;
  gap: 0;
  align-items: stretch;
  margin-top: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce3ec;
}
.choice-proof > div {
  padding: 28px 30px;
}
.choice-proof-stat {
  background: var(--cta-red);
  color: #fff;
}
.choice-proof-stat span,
.choice-proof-stat strong {
  display: block;
}
.choice-proof-stat span {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  opacity: 0.82;
}
.choice-proof-stat strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  margin-top: 7px;
}
.choice-proof-copy {
  color: var(--navy);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}
.choice-proof-risk {
  color: #758196;
  background: #f4f7fa;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  line-height: 1.55;
  border-left: 1px solid #dce3ec;
}

@media (max-width: 900px) {
  .diff-intro,
  .choice-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .diff-intro .lead,
  .choice-head .lead {
    margin: 0;
  }
  .diff-explorer {
    grid-template-columns: 1fr;
  }
  .diff-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-right: 0;
    border-bottom: 1px solid #dce3ec;
  }
  .diff-tab {
    min-height: 90px;
  }
  .diff-panel,
  .diff-explorer {
    min-height: 470px;
  }
  .choice-card,
  .choice-card:nth-child(2),
  .choice-card:nth-child(3) {
    grid-column: span 6;
  }
  .choice-card-feature {
    grid-column: span 12;
    grid-row: auto;
    min-height: 400px;
  }
  .choice-proof {
    grid-template-columns: 1fr 1fr;
  }
  .choice-proof-risk {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #dce3ec;
  }
}
@media (max-width: 620px) {
  .diff-tabs {
    grid-template-columns: 1fr;
  }
  .diff-tab {
    min-height: 78px;
  }
  .diff-panel,
  .diff-explorer {
    min-height: 0;
  }
  .diff-panel {
    padding: 48px 26px;
  }
  .diff-panel-no {
    right: 20px;
    font-size: 72px;
  }
  .choice-card,
  .choice-card:nth-child(2),
  .choice-card:nth-child(3),
  .choice-card-feature {
    grid-column: 1 / -1;
    min-height: 255px;
  }
  .choice-card-feature {
    min-height: 390px;
  }
  .choice-proof {
    grid-template-columns: 1fr;
  }
  .choice-proof-risk {
    grid-column: auto;
  }
}

/* ===== TIMELINE (41 Years of Firsts) ===== */
.timeline .tl-row .yr {
  font-family: "Playfair Display", Georgia, serif;
}
.timeline .tl-row p {
  font-family: "Inter", sans-serif;
}
.tl-row.today .yr {
  color: var(--gold);
}
.tl-row:hover {
  background: rgba(200, 162, 74, 0.04);
}
[data-timeline] .tl-line {
  background: var(--gold);
}
.timeline[data-timeline] .tl-row.in .yr::before {
  border-color: var(--gold);
}
.timeline[data-timeline] .tl-row.today .yr::before {
  border-color: var(--gold);
  background: var(--gold);
}
@keyframes node-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(200, 162, 74, 0.35);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(200, 162, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(200, 162, 74, 0);
  }
}

/* ===== FAQ ===== */
.qa .q {
  font-family: "Inter", sans-serif;
  color: var(--navy);
  font-size: clamp(16.5px, 0.23vw + 14px, 18.5px);
  font-weight: 600;
}
.qa .q::after {
  color: var(--gold);
  font-family: "Inter", sans-serif;
}
.qa .a {
  font-family: "Inter", sans-serif;
  color: var(--slate);
}

/* ===== CTA BAND ===== */
.ctaband {
  background: linear-gradient(120deg, var(--navy-d), var(--navy));
}
.ctaband::after {
  /* Remove shimmer — premium restraint */
  display: none;
}
.ctaband h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: clamp(32px, 1.25vw + 18px, 42px);
}
.ctaband p {
  font-family: "Inter", sans-serif;
  color: #cbd5e0;
}

/* ===== FOOTER ===== */
footer {
  background: var(--navy-d);
  color: #94a3b8;
}
.fgrid {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.fgrid .nm {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  letter-spacing: 4px;
}
.fgrid .tl {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold-s);
  font-style: italic;
}
.fcol b {
  font-family: "Inter", sans-serif;
  color: #cbd5e0;
  font-weight: 600;
  letter-spacing: 2px;
}
.fcol a,
.fcol div {
  font-family: "Inter", sans-serif;
  color: #94a3b8;
}
.fcol a:hover {
  color: var(--gold-s);
}
.disc {
  font-family: "Inter", sans-serif;
  color: #64748b;
}
.copyr {
  font-family: "Inter", sans-serif;
  color: #4a5568;
}

/* ===== PROGRESS BAR ===== */
.progressbar {
  background: var(--gold);
}

/* ===== WHATSAPP — more subtle pulse ===== */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ===== FORM FOCUS (if contact appears) ===== */
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 162, 74, 0.15);
}

/* ===== STAGGER LIST — gold hover ===== */
.beyond ul {
  border-top-color: #e2e8f0;
}

/* ===== PROSE ===== */
.prose p {
  font-family: "Inter", sans-serif;
  color: var(--slate);
  line-height: 1.75;
}
.prose a::after {
  background: var(--gold);
}

/* ===== MICRO TRUST BAR (below hero) ===== */
.micro-trust {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px 0;
}
.micro-trust .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.micro-trust .mt-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  border-right: 1px solid var(--gold);
  color: #cbd5e0;
  font-family: "Inter", sans-serif;
  font-size: clamp(12.5px, 0.23vw + 10px, 14.5px);
  font-weight: 400;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.micro-trust .mt-item:last-child {
  border-right: none;
}
.micro-trust .mt-ic {
  color: var(--gold);
  flex: none;
  display: flex;
}
.micro-trust .mt-ic svg {
  width: 18px;
  height: 18px;
}

/* ===== FREE CONSULTANCY — Icon Grid ===== */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.svc-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s ease;
}
.svc-item:hover {
  background: #f8fafd;
}
.svc-ic {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(200, 162, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.svc-ic svg {
  width: 22px;
  height: 22px;
}
.svc-item h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(14.5px, 0.23vw + 12px, 16.5px);
  color: var(--navy);
  margin-bottom: 4px;
}
.svc-item p {
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 0.23vw + 10.5px, 15px);
  color: var(--slate);
  line-height: 1.55;
}

/* ===== Premium Callout ===== */
.premium-callout {
  margin-top: 40px;
  padding: 28px 34px;
  background: linear-gradient(
    135deg,
    rgba(200, 162, 74, 0.06),
    rgba(200, 162, 74, 0.03)
  );
  border: 1px solid rgba(200, 162, 74, 0.22);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.premium-callout .pc-ic {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.premium-callout .pc-ic svg {
  width: 24px;
  height: 24px;
}
.premium-callout p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.5;
}
.premium-callout p span {
  color: var(--gold-d);
}

/* ===== INVESTOR PRIVILEGES — Card Grid ===== */
.priv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.priv-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(16, 42, 67, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
}
.priv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--gold);
  border-radius: 0 0 3px 3px;
}
.priv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(16, 42, 67, 0.1);
  border-color: rgba(200, 162, 74, 0.3);
}
.priv-ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(200, 162, 74, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 18px;
}
.priv-ic svg {
  width: 26px;
  height: 26px;
}
.priv-card h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--navy);
  margin-bottom: 8px;
  font-weight: 600;
}
.priv-card p {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.55;
}

/* ===== REAL ESTATE SHOWCASE ===== */
.re-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}
.re-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(16, 42, 67, 0.14);
  position: relative;
}
.re-img img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.re-img:hover img {
  transform: scale(1.03);
}
.re-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 42, 67, 0.25), transparent 50%);
  border-radius: 16px;
}
.re-content h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.2;
}
.re-content > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 28px;
}
.re-pricing {
  background: var(--navy);
  border-radius: 14px;
  padding: 28px 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.re-pricing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gold);
}
.re-pricing .re-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.re-pricing .re-rate-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #cbd5e0;
  margin-bottom: 2px;
}
.re-pricing .re-exclusive {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  color: var(--gold-s);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.re-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.re-type {
  background: #f8fafd;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px 14px;
  text-align: center;
  transition: border-color 0.3s ease;
}
.re-type:hover {
  border-color: var(--gold);
}
.re-type svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
  margin: 0 auto 8px;
  display: block;
}
.re-type span {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.re-trust {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  color: var(--navy);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 8px;
}
.re-excl-note {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--gold-d);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ===== JOURNEY BEYOND — Horizontal Timeline ===== */
.jb-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  padding: 0 10px;
}
.jb-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--gold),
    #e2e8f0 20%,
    #e2e8f0 80%,
    var(--gold)
  );
}
.jb-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 110px;
}
.jb-dot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  margin-bottom: 14px;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
  box-shadow: 0 4px 16px rgba(16, 42, 67, 0.06);
}
.jb-dot svg {
  width: 24px;
  height: 24px;
}
.jb-stage:hover .jb-dot {
  border-color: var(--gold);
  background: rgba(200, 162, 74, 0.06);
  transform: translateY(-3px);
}
.jb-stage:first-child .jb-dot,
.jb-stage:last-child .jb-dot {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.jb-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.jb-stage:first-child .jb-label,
.jb-stage:last-child .jb-label {
  color: var(--gold-d);
  font-weight: 700;
}

/* ===== INVESTOR PRIVILEGES — Bento Grid ===== */
.priv-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 36px;
}

/* PRIMARY cards — tall, rich */
.pb-card {
  border-radius: 18px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(16, 42, 67, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(16, 42, 67, 0.11);
  border-color: rgba(200, 162, 74, 0.3);
}

/* Primary = span 4 cols, taller */
.pb-primary {
  grid-column: span 4;
  min-height: 280px;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border: none;
  color: #fff;
}
.pb-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle at center,
    rgba(200, 162, 74, 0.12),
    transparent 70%
  );
  border-radius: 50%;
}
.pb-primary h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(19px, 0.31vw + 16px, 22px);
  color: #fff;
  margin: 0;
}
.pb-primary p {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14.5px;
  line-height: 1.6;
  flex: 1;
}
.pb-primary:hover {
  border: none;
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(16, 42, 67, 0.25);
}

/* Label badges on primary cards */
.pb-label {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-s);
  border: 1px solid rgba(200, 162, 74, 0.3);
  border-radius: 100px;
  padding: 3px 10px;
  width: fit-content;
}

/* Pricing on real estate card */
.pb-rate {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  margin-top: auto;
  line-height: 1;
}
.pb-rate span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gold-s);
}

/* Primary icons */
.pb-ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(200, 162, 74, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: none;
}
.pb-ic svg {
  width: 26px;
  height: 26px;
}

/* SECONDARY cards — span 4 */
.pb-secondary {
  grid-column: span 4;
  background: var(--ivory);
  border-color: var(--line);
}
.pb-secondary h4 {
  font-family: "Inter", sans-serif;
  font-size: clamp(16.5px, 0.23vw + 14px, 18.5px);
  color: var(--navy);
  margin: 0;
}
.pb-secondary p {
  font-family: "Inter", sans-serif;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
}
.pb-secondary .pb-ic {
  background: rgba(200, 162, 74, 0.08);
}

/* SUPPORTING cards — span 3, auto-flow fills 4+1 across bottom row */
.pb-support {
  grid-column: span 3;
  padding: 24px 22px;
  background: #fff;
  gap: 10px;
}

.pb-support h4 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  margin: 0;
}
.pb-support p {
  font-family: "Inter", sans-serif;
  color: var(--slate);
  font-size: 13.5px;
  line-height: 1.55;
}
.pb-ic-sm {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(200, 162, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: none;
}
.pb-ic-sm svg {
  width: 18px;
  height: 18px;
}

/* ===== COMPACT ECOSYSTEM PANEL (Horizontal) ===== */
.pc-panel {
  grid-column: 1 / -1; /* Break out of 3-column svc-grid */
  margin: 56px 0 0 0;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  border-radius: 32px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}
/* Soft radial background glow */
.pc-panel::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -50px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(200, 162, 74, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.pc-panel::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -50px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(200, 162, 74, 0.05) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.pc-left,
.pc-groups {
  position: relative;
  z-index: 1;
}

/* Left Column */
.pc-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pc-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(200, 162, 74, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.pc-icon svg {
  width: 16px;
  height: 16px;
}

.pc-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(38px, 1.25vw + 24px, 48px);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 16px;
}
.pc-desc {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 24px;
  max-width: 420px;
}

/* Red Button CTA */
.pc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
  background: var(--cta-red);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  padding: 14px 14px 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(158, 48, 57, 0.18);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.pc-cta:hover {
  transform: translateY(-2px);
  background: var(--cta-red-d);
  box-shadow: 0 8px 24px rgba(158, 48, 57, 0.3);
  color: #fff;
}
.pc-cta .pc-arrow {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-cta .pc-arrow svg {
  width: 16px;
  height: 16px;
}

/* Right Column (Groups) */
.pc-groups {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pc-group {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200, 162, 74, 0.15);
}
.pc-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pc-group-title {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.pc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pc-chip {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 10px 22px;
  white-space: nowrap;
  transition: all 0.25s ease;
  cursor: pointer;
}
.pc-chip:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 42, 67, 0.3);
}

@media (max-width: 900px) {
  .pc-panel {
    grid-template-columns: 1fr;
    padding: 48px 32px;
  }
  .pc-cta {
    max-width: 100%;
  }
}

/* ===== JOURNEY PREVIEW ===== */
.journey-home {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 42, 67, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(16, 42, 67, 0.028) 1px, transparent 1px),
    var(--ivory);
  background-size: 42px 42px;
}
.journey-home-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 38px;
}
.journey-home-head h2 {
  font-size: clamp(34px, 2.2vw + 12px, 50px);
  line-height: 1.12;
  margin: 14px 0 0;
  max-width: 760px;
}
.journey-home-intro {
  border-left: 2px solid var(--gold);
  padding-left: 24px;
}
.journey-home-intro p {
  color: var(--slate);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.journey-home-intro a {
  color: var(--gold-d);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(200, 162, 74, 0.45);
  padding-bottom: 6px;
}
.journey-home-intro a span {
  transition: transform 0.25s ease;
}
.journey-home-intro a:hover span {
  transform: translateX(4px);
}
.journey-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  padding: 18px;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(16, 42, 67, 0.18);
  overflow: hidden;
}
.journey-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent 0,
    transparent 55px,
    rgba(255, 255, 255, 0.022) 55px,
    rgba(255, 255, 255, 0.022) 56px
  );
  pointer-events: none;
}
.jp-line {
  display: none;
}
.jp-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 205px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}
.jp-step::before {
  content: "0" attr(data-journey-step);
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(255, 255, 255, 0.32);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
}
.jp-step:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(200, 162, 74, 0.45);
}
.jp-step:focus-visible {
  outline: 3px solid rgba(230, 194, 111, 0.72);
  outline-offset: 2px;
}
.jp-step.active {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 14px 30px rgba(5, 18, 38, 0.28);
  transform: translateY(-4px);
}
.jp-step.active::before {
  color: var(--gold-d);
}
.jp-ic {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background: rgba(200, 162, 74, 0.12);
  border: 1px solid rgba(200, 162, 74, 0.5);
  color: var(--gold-s);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.jp-ic svg {
  width: 21px;
  height: 21px;
}
.jp-step:hover .jp-ic {
  transform: translateY(-2px);
}
.jp-step.active .jp-ic {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.jp-step h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.jp-step.active h4 {
  color: var(--navy);
}
.jp-step p {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: #aebdce;
  line-height: 1.5;
  margin: 0;
}
.jp-step.active p {
  color: var(--slate);
}
.jp-progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  color: var(--navy);
  font-family: "Inter", sans-serif;
}
.jp-progress-count {
  color: var(--gold-d);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.jp-progress-track {
  height: 3px;
  background: rgba(16, 42, 67, 0.12);
  overflow: hidden;
}
.jp-progress-track i {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width 0.38s ease;
}
.jp-progress-label {
  font-size: 13px;
}

/* ===== LEGACY SNAPSHOT ===== */
.legacy-snapshot {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
/* ghost heritage watermark */
.legacy-snapshot::before {
  content: "1985";
  position: absolute;
  left: -24px;
  top: -72px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 230px;
  line-height: 1;
  color: rgba(16, 42, 67, 0.05);
  pointer-events: none;
  z-index: 0;
}
.legacy-snapshot .ls-left,
.legacy-snapshot .mosaic-grid {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .legacy-snapshot::before {
    font-size: 110px;
    left: -8px;
    top: -44px;
  }
}
.ls-left .eyebrow {
  margin-bottom: 16px;
}
.ls-left h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.ls-left .ls-footer {
  margin-top: 40px;
}

/* Mosaic Grid */
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.mosaic-card {
  background: #ffffff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  opacity: 0;
}
.mosaic-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 40px rgba(16, 42, 67, 0.12);
  border-color: var(--gold-s);
}
.mc-span-2 {
  grid-column: span 2;
}
.mc-span-3 {
  grid-column: span 3;
}
.mc-span-5 {
  grid-column: span 5;
}

.mc-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.mc-val {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 52px;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 8px;
}
.mc-lbl {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #556274;
}

/* Premium Gold Card */
.mc-gold {
  background: var(--gold);
  border-color: var(--gold-d);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(200, 162, 74, 0.25);
  overflow: hidden;
}
.mc-gold .mc-val {
  color: #ffffff;
}
.mc-gold .mc-lbl {
  color: rgba(255, 255, 255, 0.9);
}
.mc-gold:hover {
  box-shadow: 0 16px 40px rgba(200, 162, 74, 0.35);
}
.mc-gold::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg) translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.mc-gold:hover::after {
  transform: rotate(30deg) translateX(100%);
}

/* Scroll Animations */
.mosaic-card.in {
  opacity: 1;
  transform: none;
}
.reveal-fade.in {
  animation: mcFade 0.35s ease forwards;
}
.reveal-slide.in {
  animation: mcSlide 0.35s ease forwards;
}
.reveal-expand.in {
  animation: mcExpand 0.35s ease forwards;
}
.reveal-scale.in {
  animation: mcScale 0.35s ease forwards;
}

@keyframes mcFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mcSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mcExpand {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mcScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== RESPONSIVE REFINEMENTS ===== */
@media (max-width: 1100px) {
  .pb-eco-box {
    transform: scale(0.65);
  }
  /* Journey Preview */
  .journey-preview {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Legacy Snapshot */
  .legacy-snapshot {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ls-left h2 br {
    display: none;
  }
  /* Why Now */
  .why-now-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Gains bento collapse */
  .gains-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .gc-hero {
    grid-column: 1 / 3;
    grid-row: auto;
    min-height: 340px;
  }
  .gc-secondary {
    grid-column: span 1;
  }
  .gc-support {
    grid-column: span 1;
    grid-row: auto;
  }
  /* Priv bento */
  .priv-bento {
    grid-template-columns: repeat(6, 1fr);
  }
  .pb-primary {
    grid-column: span 3;
  }
  .pb-secondary {
    grid-column: span 3;
  }
  .pb-support {
    grid-column: span 3;
  }
}
@media (max-width: 900px) {
  header {
    padding: 18px 0;
  }
  .topbar.solid header,
  .topbar.scrolled header {
    padding: 14px 0;
  }
  .hero h1 {
    font-size: 38px;
  }
  section {
    padding: 60px 0;
  }
  .menu {
    background: var(--navy);
  }
  .menu a:not(.btn) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* Micro trust bar */
  .micro-trust .wrap {
    flex-direction: column;
    gap: 12px;
  }
  .micro-trust .mt-item {
    border-right: none;
    padding: 6px 0;
  }
  /* Journey Preview */
  .journey-home-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .journey-preview {
    gap: 10px;
    padding: 12px;
  }
  .jp-step {
    min-height: 188px;
    padding: 22px 18px;
  }
  /* Legacy Snapshot */
  .mosaic-grid {
    grid-template-columns: 1fr;
  }
  .mosaic-card {
    grid-column: span 1;
  }
  /* Why Now */
  .why-now-grid {
    grid-template-columns: 1fr;
  }
  .wn-card {
    padding: 30px 24px;
  }
  /* Gains bento */
  .gains-bento {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .gc-hero,
  .gc-secondary,
  .gc-support {
    grid-column: 1;
    grid-row: auto;
    min-height: 260px;
  }
  .gc-hero {
    min-height: 320px;
  }
  /* Priv bento */
  .priv-bento {
    grid-template-columns: 1fr;
  }
  .pb-primary,
  .pb-secondary,
  .pb-support {
    grid-column: 1;
  }
  /* Service grid */
  .svc-grid {
    grid-template-columns: 1fr;
  }
  /* Real estate */
  .re-showcase {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .re-types {
    grid-template-columns: 1fr;
  }
  /* Journey beyond */
  .jb-timeline {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .jb-timeline::before {
    top: 0;
    bottom: 0;
    left: 30px;
    right: auto;
    width: 2px;
    height: 100%;
  }
  .jb-stage {
    flex-direction: row;
    max-width: none;
    gap: 16px;
    text-align: left;
  }
  .jb-dot {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    flex: none;
  }
  .jb-dot svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 520px) {
  .journey-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jp-step {
    min-height: 190px;
    padding: 20px 15px;
  }
  .jp-step::before {
    top: 18px;
    right: 15px;
  }
  .jp-ic {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }
  .jp-step h4 {
    font-size: 13.5px;
  }
  .jp-step p {
    font-size: 11.5px;
  }
  .jp-progress {
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .jp-progress-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

/* ===== LUXURY FAQ PANEL ===== */
.faq-luxury {
  margin: 0;
  background: var(--navy);
  border-radius: 32px;
  padding: 64px 72px;
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 80px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(16, 42, 67, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
/* Glass & Radial Glow */
.faq-luxury::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(200, 162, 74, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.faq-luxury::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.02) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.faq-lux-left,
.faq-lux-right {
  position: relative;
  z-index: 1;
}

/* LEFT SIDE */
.faq-lux-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.faq-lux-h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 1.25vw + 22px, 46px);
  color: #fff;
  margin: 0 0 40px;
  line-height: 1.15;
}

/* OVERRIDE GLOBAL QA FOR LUXURY PANEL */
.faq-luxury .qa {
  border-bottom: 1px solid rgba(200, 162, 74, 0.15);
}
.faq-luxury .qa .q {
  color: #fff;
  font-size: 18px;
  padding: 24px 40px 24px 0;
  transition: color 0.3s ease;
}
.faq-luxury .qa:hover .q {
  color: var(--gold-s);
}
.faq-luxury .qa .q::after {
  color: var(--gold);
}
.faq-luxury .qa .a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.faq-luxury .qa .a p {
  padding-bottom: 24px;
}

/* RIGHT SIDE */
.faq-lux-right {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}
.faq-lux-why {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-transform: uppercase;
}
.faq-lux-hr {
  border: none;
  border-bottom: 1px solid rgba(200, 162, 74, 0.2);
  margin: 20px 0 24px;
}
.faq-lux-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-lux-list li {
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 12px;
}
.faq-lux-list li svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

@media (max-width: 960px) {
  .faq-luxury {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 40px 32px;
  }
}

/* ===== TESTIMONIALS — Client stories ===== */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.t-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px 30px 28px;
  box-shadow: 0 8px 30px rgba(16, 42, 67, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.t-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(16, 42, 67, 0.12);
  border-color: rgba(200, 162, 74, 0.35);
}
/* oversized serif quote mark — Playfair as a graphic element */
.t-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  right: 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 88px;
  line-height: 1;
  color: rgba(200, 162, 74, 0.22);
  pointer-events: none;
}
.t-quote {
  font-family: "Inter", sans-serif;
  font-size: clamp(14.5px, 0.23vw + 12px, 16.5px);
  line-height: 1.7;
  color: var(--slate);
  flex: 1;
  margin: 0;
  padding-right: 26px;
}
.t-person {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line-2);
  padding-top: 20px;
}
/* Avatar: drop an <img> inside .t-ava and it replaces the monogram */
.t-ava {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: var(--gold-s);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 2px solid rgba(200, 162, 74, 0.45);
  overflow: hidden;
}
.t-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.3;
}
.t-meta {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  color: var(--slate);
  margin-top: 3px;
}
.t-stage {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200, 162, 74, 0.1);
  color: var(--gold-d);
  border: 1px solid rgba(200, 162, 74, 0.25);
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 12px;
  letter-spacing: 0.4px;
  width: fit-content;
}
@media (max-width: 1100px) {
  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
}

/* Keep the feature sections complete within common 100% zoom laptop viewports. */
@media (min-width: 901px) {
  .journey-home {
    padding: 36px 0;
  }
  .diff-sec {
    padding: 30px 0;
  }
  .choice-sec {
    padding: 24px 0;
  }

  .journey-home-head,
  .diff-intro {
    margin-bottom: 22px;
  }
  .choice-head {
    margin-bottom: 16px;
  }
  .journey-home-head h2,
  .diff-intro h2 {
    font-size: 38px;
  }
  .choice-head h2 {
    font-size: 34px;
  }

  .journey-preview {
    gap: 10px;
    padding: 12px;
  }
  .jp-step {
    min-height: 160px;
    padding: 18px;
  }
  .jp-step::before {
    top: 17px;
    right: 17px;
  }
  .jp-ic {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
  }
  .jp-progress {
    margin-top: 18px;
  }

  .diff-explorer,
  .diff-panel {
    min-height: 410px;
  }
  .diff-tabs {
    gap: 6px;
    padding: 12px;
  }
  .diff-tab {
    min-height: 88px;
    padding: 14px 16px;
  }
  .diff-panel {
    padding: 40px 48px;
  }
  .diff-panel h3 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .diff-panel p {
    line-height: 1.55;
    margin-bottom: 20px;
  }
  .diff-panel ul {
    gap: 9px;
    margin-bottom: 24px;
  }

  .choice-grid {
    gap: 10px;
  }
  .choice-card,
  .choice-card-feature,
  .choice-card:nth-child(2),
  .choice-card:nth-child(3) {
    grid-column: span 4;
    grid-row: auto;
    min-height: 160px;
    padding: 18px;
    justify-content: flex-start;
  }
  .choice-card h3,
  .choice-card-feature h3 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    margin: 18px 0 6px;
  }
  .choice-card-feature h3,
  .choice-card-year h3 {
    margin-top: 8px;
  }
  .choice-card p,
  .choice-card-feature p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .choice-mark {
    font-size: 28px;
    margin: 0;
  }
  .choice-link {
    font-size: 10.5px;
  }
  .choice-proof {
    margin-top: 8px;
  }
  .choice-proof > div {
    padding: 12px 18px;
  }
  .choice-proof-stat strong {
    font-size: 28px;
  }
  .choice-proof-copy {
    font-size: 12.5px;
    line-height: 1.5;
  }
}

/* Production responsive safeguards for grids shared by Home and Services. */
@media (max-width: 900px) {
  .priv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .priv-grid {
    grid-template-columns: 1fr;
  }
  .priv-card {
    min-width: 0;
  }
}
