/* =====================================================================
   EstateStudioLabs — Daybreak
   Light, airy, dreamy. WebGL gradient-mesh sky + Apple-style liquid glass.
   Type tuned to Origin's scale: tight display tracking, generous body leading.
   Lyon Display + Suisse Intl (local) + Roboto Mono + Allura.
   ===================================================================== */

/* ------------------------------ Fonts ------------------------------ */
@font-face { font-family:'Lyon Display'; src:url('../fonts/LyonDisplay-LightItalic.woff2') format('woff2'),url('../fonts/LyonDisplay-LightItalic.ttf') format('truetype'); font-weight:300 700; font-style:italic; font-display:swap; }
@font-face { font-family:'Lyon Display'; src:url('../fonts/LyonDisplay-Regular.woff2') format('woff2'),url('../fonts/LyonDisplay-Regular.otf') format('opentype'); font-weight:400 700; font-style:normal; font-display:swap; }
@font-face { font-family:'Suisse Intl'; src:url('../fonts/SuisseIntl-Light.woff2') format('woff2'),url('../fonts/SuisseIntl-Light.otf') format('opentype'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Suisse Intl'; src:url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),url('../fonts/SuisseIntl-Regular.ttf') format('truetype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Suisse Intl'; src:url('../fonts/SuisseIntl-Medium.woff2') format('woff2'),url('../fonts/SuisseIntl-Medium.ttf') format('truetype'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Suisse Intl'; src:url('../fonts/SuisseIntl-Bold.woff2') format('woff2'),url('../fonts/SuisseIntl-Bold.ttf') format('truetype'); font-weight:600 700; font-style:normal; font-display:swap; }

:root {
  /* Light, dreamy palette */
  --ink:        #0f2038;   /* deep navy — headings */
  --ink-soft:   #294060;
  --slate:      #50627a;   /* body */
  --slate-2:    #6b7d93;
  --mist:       #8a99ac;

  --paper:      #ffffff;
  --haze:       #eef4fb;
  --line:       rgba(15,32,56,0.10);
  --line-2:     rgba(15,32,56,0.16);

  /* Liquid-glass surfaces over the moving sky */
  --glass-bg:   rgba(255,255,255,0.55);
  --glass-bg-2: rgba(255,255,255,0.40);
  --glass-brd:  rgba(255,255,255,0.65);

  /* Chromatic accents */
  --sky:        #3f8ed8;
  --sky-deep:   #2f6db0;
  --azure:      #5ba6e6;
  --coral:      #e8584f;
  --coral-deep: #cf3f36;
  --gold:       #c79a45;
  --gold-deep:  #a87f30;
  --teal:       #1fae74;
  --green:      #1fae74;

  --font-display:'Lyon Display', Georgia,'Times New Roman', serif;
  --font-ui:'Suisse Intl', system-ui,-apple-system,'Segoe UI', sans-serif;
  --font-mono:'Roboto Mono', ui-monospace, monospace;
  --font-script:'Allura', cursive;

  /* Fallback dreamy sky (used until/if WebGL paints) */
  --sky-fallback: linear-gradient(178deg,#dff0ff 0%,#cfe6fc 26%,#e6f1fb 52%,#f3f1ec 74%,#fbeede 100%);

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 44px);
  --r-card: 20px;
  --r-feat: 26px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow:    0 26px 60px -34px rgba(15,32,56,0.40);
  --shadow-lg: 0 40px 90px -40px rgba(15,32,56,0.45);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-ui);
  background: var(--sky-fallback);
  background-attachment: fixed;
  color: var(--slate);
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  font-synthesis: none;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select { font-family: inherit; }
::selection { background: var(--sky); color: #fff; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 300; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 8px; }
.skip-link:focus { left: 10px; top: 10px; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ------------------------------ Moving sky (WebGL canvas) ------------------------------ */
.sky { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; display: block; background: var(--sky-fallback); }
/* Soft veil keeps text readable where content sits over bright sky */
.sky-veil { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 46%, rgba(255,255,255,0.55) 100%); }

/* --------------------- Cursor pop (link label that glides to the right) --------------------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cursor-pop { position: fixed; top: 0; left: 0; z-index: 400; pointer-events: none; will-change: transform; }
.cursor-pop__label { position: absolute; left: 20px; top: 14px; display: inline-flex; align-items: center; white-space: nowrap;
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
  background: rgba(15,32,56,0.80); -webkit-backdrop-filter: blur(10px) saturate(160%); backdrop-filter: blur(10px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; padding: 7px 13px;
  box-shadow: 0 12px 30px -12px rgba(15,32,56,0.6);
  opacity: 0; transform: translateY(4px) scale(0.82); transform-origin: left center;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease); }
.cursor-pop.is-on .cursor-pop__label { opacity: 1; transform: translateY(0) scale(1); }
@media (hover: none) { .cursor-pop { display: none; } }

/* ------------------------------ Type ------------------------------ */
.mono-label { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sky-deep); margin-bottom: 1.15rem; }
.ital { font-family: var(--font-display); font-style: italic; font-weight: 400; }
.script { font-family: var(--font-script); font-weight: 400; font-size: 1.45em; line-height: 0.7; color: var(--gold-deep); padding: 0 0.04em; }

.section { padding-block: clamp(60px, 10vw, 132px); position: relative; }
.section__head { max-width: 700px; margin-bottom: clamp(34px, 5vw, 60px); }
.section__head--center { margin-inline: auto; text-align: center; }
/* Origin-tuned display: tight tracking, ~100% leading */
.section__title { font-family: var(--font-display); font-size: clamp(1.95rem, 5.2vw, 3.4rem); font-weight: 400; line-height: 1.02; color: var(--ink); letter-spacing: -0.025em; }
.section__lede { margin-top: 1.15rem; color: var(--slate); font-size: clamp(1rem, 2.1vw, 1.18rem); font-weight: 300; line-height: 1.5; }
.section__head--center .section__lede { margin-inline: auto; max-width: 56ch; }
em { font-style: italic; }

/* ------------------------------ Pills (CTA) — sized with restraint ------------------------------ */
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; font-weight: 500; font-size: 0.875rem; letter-spacing: -0.01em; padding: 11px 22px; border-radius: 999px; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, border-color 0.2s, color 0.2s; }
.pill--sm { padding: 8px 16px; font-size: 0.8rem; }
.pill--lg { padding: 14px 28px; font-size: 0.94rem; }
.pill--block { display: flex; width: 100%; }
.pill .arrow { transition: transform 0.25s var(--ease); }
.pill:hover .arrow { transform: translateX(4px); }

.pill--ink { background: var(--ink); color: #fff; box-shadow: 0 14px 30px -16px rgba(15,32,56,0.55); }
.pill--ink:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -16px rgba(15,32,56,0.6); background: #16294a; }
.pill--ghost { color: var(--ink); border: 1px solid var(--line-2); background: rgba(255,255,255,0.4); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pill--ghost:hover { border-color: var(--sky); color: var(--sky-deep); transform: translateY(-2px); }

/* Glowing-outline secondary CTA — professional, deeper-blue halo for hero hierarchy */
.pill--glow { color: var(--ink); background: rgba(255,255,255,0.55); border: 1px solid var(--sky-deep);
  -webkit-backdrop-filter: blur(10px) saturate(160%); backdrop-filter: blur(10px) saturate(160%);
  box-shadow: 0 0 0 1px rgba(47,109,176,0.22), 0 10px 28px -10px rgba(47,109,176,0.55), inset 0 1px 0 rgba(255,255,255,0.85); }
.pill--glow:hover { color: var(--sky-deep); border-color: var(--ink-soft); transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(47,109,176,0.4), 0 14px 36px -10px rgba(47,109,176,0.72), inset 0 1px 0 rgba(255,255,255,0.9); }

/* Light solid CTA for dark surfaces (footer) */
.pill--light { background: #fff; color: var(--ink); box-shadow: 0 16px 36px -16px rgba(0,0,0,0.7); }
.pill--light:hover { transform: translateY(-2px); background: var(--haze); box-shadow: 0 22px 46px -16px rgba(0,0,0,0.8); }

.link-arrow { display: inline-flex; align-items: center; gap: 0.5em; color: var(--sky-deep); font-weight: 500; margin-top: 1.4rem; width: fit-content; }
.link-arrow span { transition: transform 0.25s var(--ease); }
.link-arrow:hover span { transform: translateX(6px); }

.dot-live { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(31,174,116,0.5); animation: pulse 2.2s infinite; margin-right: 0.2rem; }

/* ------------------------------ Liquid glass ------------------------------ */
.glass {
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  backdrop-filter: blur(20px) saturate(165%);
  border: 1px solid var(--glass-brd);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
}
/* Apple-style specular highlight + inner sheen */
.glass--liquid { position: relative; isolation: isolate; }
.glass--liquid::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1;
  background: linear-gradient(150deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0) 60%);
  -webkit-mask: linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0);
}
.glass--liquid::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 0 0 1px rgba(255,255,255,0.18);
}

/* ------------------------------ NAV ------------------------------ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  margin: 0; border: 1px solid transparent; border-radius: 0; background: transparent;
  transition: margin 0.5s var(--ease), border-radius 0.5s var(--ease), background 0.4s var(--ease),
              -webkit-backdrop-filter 0.4s var(--ease), backdrop-filter 0.4s var(--ease),
              border-color 0.4s var(--ease), box-shadow 0.5s var(--ease);
}
.nav.is-scrolled {
  margin: 12px clamp(14px, 2.6vw, 24px);
  border-radius: 16px;
  background: rgba(255,255,255,0.34);
  -webkit-backdrop-filter: blur(18px) saturate(210%); backdrop-filter: blur(18px) saturate(210%);
  border-color: rgba(255,255,255,0.55);
  box-shadow: 0 18px 44px -26px rgba(15,32,56,0.4);
}
/* Extra-liquid, near-transparent dark glass when the bar floats over the dark footer */
.nav.is-scrolled.nav--on-dark {
  background: linear-gradient(180deg, rgba(8,16,32,0.82) 0%, rgba(10,20,36,0.78) 100%);
  -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 18px 44px -26px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.12);
}
.nav--on-dark .nav__links a, .nav--on-dark .nav__login { color: rgba(255,255,255,0.82); }
.nav--on-dark .nav__links a:hover { color: #fff; }
.nav--on-dark .nav__toggle span { background: #fff; }
.nav--on-dark .logo__img { filter: brightness(0) invert(1); }
.nav--on-dark .pill--ink { background: #fff; color: var(--ink); box-shadow: 0 12px 28px -14px rgba(0,0,0,0.5); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 1rem; }
.logo__img { height: 20px; width: auto; }
.footer__logo { height: 24px; width: auto; }
.nav__links { display: none; gap: 1.9rem; }
.nav__links a { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); transition: color 0.2s; }
.nav__links a:hover { color: var(--ink); }
.nav__actions { display: none; align-items: center; gap: 1.2rem; }
.nav__login { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate); transition: color 0.2s; }
.nav__login:hover { color: var(--ink); }
.nav__phone { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.08em; color: var(--slate); transition: color 0.2s; white-space: nowrap; }
.nav__phone:hover { color: var(--sky-deep); }
.nav--on-dark .nav__phone { color: rgba(255,255,255,0.75); }

.nav__toggle { display: flex; flex-direction: column; gap: 5px; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__drawer {
  position: fixed; inset: 70px 0 auto 0;
  background: rgba(255,255,255,0.97);
  -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%);
  display: flex; flex-direction: column; gap: 0;
  padding: 0.6rem var(--pad) 1.6rem;
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 22px 22px;
  box-shadow: 0 24px 52px -20px rgba(15,32,56,0.22);
  opacity: 0; transform: translateY(-10px); pointer-events: none;
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease);
  z-index: 99;
}
.nav__drawer.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav__drawer a {
  padding: 15px 8px; font-size: 0.98rem; font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink); border-bottom: 1px solid var(--line);
  transition: color 0.2s, padding-left 0.2s var(--ease);
}
.nav__drawer a:last-of-type { border-bottom: none; }
.nav__drawer a:not(.pill):hover { color: var(--sky-deep); padding-left: 12px; }
.nav__drawer .pill { margin-top: 1.1rem; justify-content: center; font-size: 0.92rem; }
.nav__drawer a.pill--ink { color: #fff; }

/* ------------------------------ HERO ------------------------------ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 96px; padding-bottom: 64px; overflow: hidden; }
.hero__inner { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }

.promo-pill { display: inline-flex; align-items: center; gap: 0.55em; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-soft); background: rgba(255,255,255,0.55); -webkit-backdrop-filter: blur(10px) saturate(160%); backdrop-filter: blur(10px) saturate(160%); border: 1px solid var(--glass-brd); border-radius: 999px; padding: 8px 16px; margin-bottom: clamp(1.8rem, 4vw, 2.6rem); box-shadow: 0 8px 22px -14px rgba(15,32,56,0.4); }
.promo-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(31,174,116,0.5); animation: pulse 2.4s infinite; }

/* Headline — 2 lines: faded/distant top, prominent bottom with inline brand icons */
.hero__title { font-family: var(--font-display); font-weight: 400; line-height: 1.04; color: var(--ink); letter-spacing: -0.028em; margin-bottom: clamp(1.2rem, 2.6vw, 1.7rem); }
.hero__line { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.12em 0.28em; font-size: clamp(1.7rem, 4.8vw, 3.15rem); }
/* upper line sits back: dimmed, slightly smaller, gently blurred → reads "in the distance" */
.hero__line--top { font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--slate-2); opacity: 0.62; filter: blur(0.3px); transform: translateY(0.04em); }
/* lower line steps forward and is inset right so it overshadows the line above — only on wider viewports */
.hero__line--bottom { margin-top: 0.04em; padding-left: 0; }
.hero__title-txt { white-space: nowrap; }
.hero__amp { font-family: var(--font-ui); font-weight: 300; font-style: normal; color: var(--ink-soft); padding: 0 0.06em; }

/* overlapping tilted app-style tiles for the real Zillow / Realtor marks */
.logo-stack { display: inline-flex; align-items: center; margin-right: 0.12em; }
.logo-tile { width: 1.18em; height: 1.18em; display: grid; place-items: center; border-radius: 0.3em;
  background: #fff; border: 1px solid rgba(15,32,56,0.06);
  box-shadow: 0 12px 24px -12px rgba(15,32,56,0.5), inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 0.4s var(--ease); }
.logo-tile img { width: 66%; height: 66%; object-fit: contain; }
.logo-tile--zillow { transform: rotate(-9deg); z-index: 1; }
.logo-tile--realtor { transform: rotate(9deg); margin-left: -0.4em; }
.logo-stack:hover .logo-tile--zillow { transform: rotate(-9deg) translateY(-2px); }
.logo-stack:hover .logo-tile--realtor { transform: rotate(9deg) translateY(-2px); }

/* small rounded brand-icon chips that follow the nouns on the bottom line */
.noun { display: inline-flex; align-items: center; gap: 0.26em; white-space: nowrap; }
.brand-ic { width: 0.92em; height: 0.92em; flex: none; display: inline-grid; place-items: center; padding: 0.13em;
  border-radius: 0.26em; background: #fff; border: 1px solid rgba(15,32,56,0.06);
  box-shadow: 0 7px 16px -9px rgba(15,32,56,0.5), inset 0 1px 0 rgba(255,255,255,0.9);
  transform: translateY(-0.05em); }
.brand-ic svg { width: 100%; height: 100%; }

.hero__sub { font-size: clamp(0.98rem, 2vw, 1.14rem); font-weight: 300; line-height: 1.5; color: var(--ink-soft); max-width: 46ch; margin-bottom: clamp(1.6rem, 3vw, 2.1rem); }
.hero__sub em { color: var(--ink); font-style: italic; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: clamp(1.9rem, 4vw, 2.6rem); }

/* Hero stat band — midnight-gold cells, re-skinned in liquid glass */
.hero__stats { display: grid; grid-template-columns: 1fr; width: min(100%, 760px); overflow: hidden; }
.stat { padding: 22px 26px; position: relative; }
.stat + .stat { border-top: 1px solid var(--line); }
.stat__num { font-family: var(--font-display); font-size: clamp(2.1rem, 5vw, 2.9rem); font-weight: 400; line-height: 1; color: var(--gold-deep); display: block; letter-spacing: -0.01em; }
.stat__label { display: block; margin-top: 0.55rem; color: var(--slate); font-size: 0.85rem; line-height: 1.4; }

.hero__scroll { position: absolute; right: clamp(16px, 4vw, 54px); bottom: clamp(18px, 4vh, 46px); width: 26px; height: 42px; border: 1.5px solid var(--line-2); border-radius: 999px; background: rgba(255,255,255,0.35); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 999px; background: var(--sky-deep); transform: translateX(-50%); animation: scrollDot 1.8s var(--ease) infinite; }

/* ------------------------------ TRUST MARQUEE ------------------------------ */
.trust { padding-block: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.4); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 1.4rem; width: max-content; animation: marquee 40s linear infinite; }
.marquee__track span { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.16em; color: var(--slate-2); white-space: nowrap; }
.marquee__track i { color: var(--gold-deep); font-style: normal; }

/* ------------------------------ PAIN cards ------------------------------ */
.pain__grid { display: grid; gap: 1.2rem; }
.feat-card { --accent: var(--sky); position: relative; overflow: hidden; border-radius: var(--r-feat); padding: clamp(24px, 3.5vw, 34px); min-height: 264px; display: flex; flex-direction: column;
  background: radial-gradient(120% 90% at 18% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 58%), var(--glass-bg);
  -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid var(--glass-brd); box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s; }
.feat-card:hover { transform: translateY(-6px); box-shadow: 0 36px 70px -34px color-mix(in srgb, var(--accent) 45%, rgba(15,32,56,0.5)); }
.feat-card--sky { --accent: var(--sky); }
.feat-card--coral { --accent: var(--coral); }
.feat-card--gold { --accent: var(--gold); }
.feat-card__tag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in srgb, var(--accent) 75%, var(--ink)); margin-bottom: 1.5rem; }
.feat-card__title { font-family: var(--font-display); font-size: 1.42rem; font-weight: 400; line-height: 1.16; color: var(--ink); margin-bottom: 0.7rem; letter-spacing: -0.015em; }
.feat-card__body { font-size: 0.95rem; font-weight: 300; line-height: 1.55; color: var(--slate); }
.feat-card__glyph { position: absolute; right: 16px; bottom: 6px; font-size: 4.6rem; line-height: 1; color: var(--accent); opacity: 0.12; }

/* ------------------------------ COST — scroll-linked drain chart ------------------------------ */
.cost { position: relative; }
.cost__rail { height: 260vh; }                 /* scroll runway that drives the chart */
.cost__sticky { position: sticky; top: 0; min-height: 100svh; display: flex; align-items: center; padding-block: clamp(40px, 8vh, 90px); }
.cost__inner { width: 100%; }
.cost__head { text-align: center; max-width: 680px; margin: 0 auto clamp(26px, 4vw, 40px); }
.cost__chart { padding: clamp(18px, 3vw, 30px); }
.cost__readout { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.8rem; margin-bottom: 1.1rem; }
.cost__metric { display: flex; flex-direction: column; gap: 0.25rem; }
.cost__metric--gain { text-align: right; align-items: flex-end; }
.cost__metric-label { display: inline-flex; align-items: center; gap: 0.45em; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate-2); }
.cost__swatch { width: 9px; height: 9px; border-radius: 3px; }
.cost__swatch--loss { background: var(--coral); }
.cost__swatch--gain { background: var(--green); }
.cost__metric-num { font-family: var(--font-display); font-size: clamp(1.5rem, 4.4vw, 2.6rem); font-weight: 400; line-height: 1; letter-spacing: -0.02em; }
.cost__metric--loss .cost__metric-num { color: var(--coral-deep); }
.cost__metric--gain .cost__metric-num { color: var(--green); }
.cost__year { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); white-space: nowrap; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.5); }
.cost__svg { width: 100%; height: clamp(220px, 38vh, 360px); overflow: visible; }
.cost__svg .grid-line { stroke: rgba(15,32,56,0.08); stroke-width: 1; }
.cost__svg .grid-base { stroke: rgba(15,32,56,0.22); stroke-width: 1.5; }
.cost__svg .grid-label { fill: var(--mist); font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.04em; }
.cost__foot { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1.1rem; text-align: center; }
.cost__verdict { font-family: var(--font-display); font-size: clamp(1.05rem, 2.6vw, 1.4rem); color: var(--ink); font-weight: 400; }
.cost__verdict strong { color: var(--coral-deep); font-weight: 600; font-style: italic; }
.cost__disclaimer { font-size: 0.72rem; color: var(--mist); }
.cost__cta { display: flex; margin: clamp(22px,3.5vw,32px) auto 0; width: fit-content; }

/* ------------------------------ REFRAME ------------------------------ */
.reframe__grid { display: grid; gap: clamp(28px, 4vw, 52px); }
.reframe__viz { padding: clamp(24px, 3.5vw, 34px); }
.convbars { list-style: none; display: grid; gap: 1.25rem; margin-top: 1.4rem; }
.convbars li { display: grid; gap: 0.5rem; }
.convbars__name { font-size: 0.9rem; color: var(--ink-soft); }
.convbars__name small { color: var(--mist); }
.convbars__track { height: 11px; border-radius: 999px; background: rgba(15,32,56,0.08); overflow: hidden; }
.convbars__fill { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--c, var(--sky)); transition: width 1s var(--ease); }
.convbars__val { font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); font-weight: 500; }
.reframe__viz-foot { margin-top: 1.4rem; font-size: 0.72rem; color: var(--mist); }

.big-stat { font-family: var(--font-display); font-size: clamp(1.5rem, 3.8vw, 2.1rem); font-weight: 400; line-height: 1.18; color: var(--ink); margin-bottom: 1.2rem; letter-spacing: -0.02em; }
.big-stat__num { font-style: italic; font-size: 1.5em; color: var(--gold-deep); }
.reframe__body { color: var(--slate); font-weight: 300; font-size: 1.04rem; line-height: 1.55; }
.reframe__body strong { color: var(--ink); font-weight: 600; }

.ticklist { list-style: none; display: grid; gap: 0.8rem; margin-top: 1.5rem; }
.ticklist li { position: relative; padding-left: 1.8rem; color: var(--slate); font-weight: 300; line-height: 1.5; }
.ticklist li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 9px; height: 9px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 3px rgba(63,142,216,0.18); }
.ticklist li em { color: var(--ink); font-style: italic; }

/* ------------------------------ DEMO ------------------------------ */
.demo__switch { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: 2rem; }
.demo__pill { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(255,255,255,0.4); font-size: 0.84rem; color: var(--slate); transition: all 0.2s; }
.demo__pill.is-active { background: var(--ink); color: #fff; border-color: transparent; font-weight: 500; }
.demo__stage { padding: clamp(24px, 4vw, 42px); min-height: 432px; }
.demo__panel { display: none; }
.demo__panel.is-active { display: block; animation: fadeUp 0.5s var(--ease); }
.demo__panel-title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--ink); margin-bottom: 0.5rem; letter-spacing: -0.015em; }
.demo__panel-title .ital { color: var(--sky-deep); }
.demo__panel-sub { color: var(--slate); font-weight: 300; margin-bottom: 1.7rem; }

.idx__filters { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: flex-end; }
.chipselect { display: grid; gap: 0.35rem; }
.chipselect span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-2); }
.chipselect select { padding: 11px 14px; background: rgba(255,255,255,0.7); border: 1px solid var(--line-2); border-radius: 12px; color: var(--ink); font-size: 0.9rem; min-width: 112px; }
.chipselect select:focus { outline: none; border-color: var(--sky); }
.idx__count { margin: 1.5rem 0; color: var(--slate); font-weight: 300; }
.idx__count span { font-family: var(--font-display); color: var(--sky-deep); font-weight: 500; font-size: 1.2rem; }
.idx__count em { color: var(--ink); font-style: italic; }
.idx__results { display: grid; gap: 1rem; }
.listing { background: rgba(255,255,255,0.6); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s; animation: fadeUp 0.5s var(--ease) backwards; }
.listing:hover { transform: translateY(-4px); border-color: var(--sky); box-shadow: var(--shadow); }
.listing__img { aspect-ratio: 16/10; background: linear-gradient(160deg, #cfe3f7, #aac7e8); position: relative; display: grid; place-items: center; color: var(--sky-deep); font-size: 0.72rem; overflow: hidden; }
.listing__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.listing__tag { position: absolute; top: 10px; left: 10px; background: rgba(255,255,255,0.85); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky-deep); }
.listing__body { padding: 14px 16px; }
.listing__price { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--ink); }
.listing__meta { color: var(--slate); font-size: 0.82rem; margin-top: 0.2rem; }
.listing__addr { color: var(--mist); font-size: 0.8rem; margin-top: 0.3rem; }

.field { display: grid; gap: 0.55rem; }
.field__label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--slate-2); }
.field--text input { width: 100%; padding: 15px 17px; background: rgba(255,255,255,0.7); border: 1px solid var(--line-2); border-radius: 14px; color: var(--ink); font-size: 1rem; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.field--text input::placeholder { color: var(--mist); }
.field--text input:focus { outline: none; border-color: var(--sky); background: #fff; box-shadow: 0 0 0 4px rgba(63,142,216,0.14); }

.cma { display: grid; gap: 1.6rem; }
.cma__form { display: grid; gap: 1.1rem; align-content: start; }
.cma__est { font-family: var(--font-display); font-size: clamp(2.6rem, 8vw, 3.4rem); font-weight: 400; color: var(--sky-deep); line-height: 1.1; margin-top: 0.3rem; letter-spacing: -0.02em; }
.cma__range { display: flex; gap: 1.4rem; color: var(--slate); font-size: 0.86rem; margin-top: 0.5rem; }
.cma__range b { color: var(--ink); }
.cma__result { background: radial-gradient(ellipse at top left, rgba(63,142,216,0.12), transparent 70%); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(24px, 4vw, 32px); display: grid; align-content: center; }
.cma__trust { color: var(--slate-2); font-size: 0.78rem; font-weight: 300; margin-top: 0.8rem; }
.cma__captured { margin-top: 1.3rem; color: var(--teal); font-size: 0.88rem; padding: 12px 14px; background: rgba(31,174,116,0.1); border: 1px solid rgba(31,174,116,0.3); border-radius: 12px; animation: fadeUp 0.5s var(--ease); }

.speed__flow { list-style: none; display: grid; margin: 1rem 0 1.8rem; }
.speed__step { display: flex; gap: 1rem; align-items: flex-start; padding: 14px 0; opacity: 0.4; transition: opacity 0.4s; position: relative; color: var(--ink); }
.speed__step::after { content: ""; position: absolute; left: 7px; top: 36px; bottom: -14px; width: 1px; background: var(--line-2); }
.speed__step:last-child::after { display: none; }
.speed__step.is-on { opacity: 1; }
.speed__dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; margin-top: 3px; transition: all 0.3s; }
.speed__step.is-on .speed__dot { border-color: var(--sky); background: var(--sky); box-shadow: 0 0 0 5px rgba(63,142,216,0.18); }
.speed__step strong { font-family: var(--font-display); color: var(--sky-deep); font-size: 1.1rem; margin-right: 0.4rem; }

.demo__portfolio { margin-top: clamp(34px, 5vw, 56px); text-align: center; }
.demo__portfolio-label { margin-bottom: 1.4rem; }
.demo__portfolio-grid { display: grid; gap: 1.2rem; text-align: left; }
.portfolio-frame { display: block; aspect-ratio: 16/10; border: 1px dashed var(--line-2); border-radius: var(--r-card); background: rgba(255,255,255,0.35); position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; }
.portfolio-frame:hover { border-color: var(--sky); transform: translateY(-3px); box-shadow: var(--shadow); }
.portfolio-frame__bar { position: absolute; top: 0; left: 0; right: 0; height: 30px; background: rgba(15,32,56,0.05); border-bottom: 1px solid var(--line); }
.portfolio-frame__label { position: absolute; inset: auto 0 0 0; padding: 16px; color: var(--slate); font-size: 0.86rem; }
.portfolio-frame__label em { color: var(--gold-deep); font-style: italic; }

/* ------------------------------ SPLIT ------------------------------ */
.split__grid { display: grid; gap: 1.2rem; }
.split-card { padding: clamp(26px, 4vw, 36px); }
.split-card__title { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.75rem); font-weight: 400; color: var(--ink); margin-bottom: 0.3rem; letter-spacing: -0.02em; }
.split-card__title em { font-style: italic; color: var(--sky-deep); }

/* ------------------------------ OFFER ------------------------------ */
.offer__grid { display: grid; gap: 1.3rem; }
.price-card { padding: clamp(26px, 4vw, 36px); display: flex; flex-direction: column; position: relative; }
.price-card--feature { border-color: rgba(199,154,69,0.5); background: radial-gradient(120% 80% at 50% 0%, rgba(199,154,69,0.14), transparent 60%), var(--glass-bg); box-shadow: 0 30px 70px -34px rgba(199,154,69,0.5), var(--shadow); }
.price-card__badge { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky-deep); margin-bottom: 1.2rem; }
.price-card__badge--alt { color: var(--gold-deep); }
.price-card__name { font-family: var(--font-display); font-size: 1.55rem; font-weight: 400; color: var(--ink); margin-bottom: 0.5rem; letter-spacing: -0.015em; }
.price-card__price { font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 2.8rem); font-weight: 500; color: var(--ink); line-height: 1; display: flex; align-items: baseline; gap: 0.4rem; letter-spacing: -0.02em; }
.price-card__price span, .price-card__price small { font-family: var(--font-ui); font-size: 0.86rem; color: var(--slate-2); font-weight: 400; }
.price-card__delivery { color: var(--sky-deep); font-size: 0.86rem; margin: 0.6rem 0 1.5rem; }
.price-card .ticklist { margin-bottom: 1.8rem; flex: 1; }
.price-card .pill { margin-top: auto; }

.offer__addons { margin-top: clamp(32px, 4vw, 50px); text-align: center; }
.offer__addons-label { margin-bottom: 1.2rem; }
.offer__addons-label--mt { margin-top: 2.2rem; }
.addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; text-align: center; }
.addons.addons--opt { grid-template-columns: repeat(2, 1fr); max-width: 620px; margin-inline: auto; }
.addon { background: rgba(255,255,255,0.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); padding: 20px; }
.addon strong { display: block; color: var(--ink); font-size: 0.95rem; }
.addon span { color: var(--gold-deep); font-size: 0.82rem; }
.addons--incl .addon span { color: var(--teal); font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.offer__addons-note { margin-top: 1.2rem; font-size: 0.82rem; color: var(--slate-2); max-width: 58ch; margin-inline: auto; line-height: 1.5; }

.guarantee { display: flex; gap: 1.2rem; align-items: flex-start; margin-top: clamp(32px, 4vw, 50px); padding: clamp(24px,3vw,32px); border-color: rgba(199,154,69,0.4); }
.guarantee__seal { width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 1.3rem; font-weight: 700; flex: none; }
.guarantee__title { font-family: var(--font-display); font-size: 1.28rem; font-weight: 400; color: var(--ink); margin-bottom: 0.3rem; letter-spacing: -0.015em; }
.guarantee p { color: var(--slate); font-weight: 300; font-size: 0.93rem; line-height: 1.5; }

/* ------------------------------ PROCESS ------------------------------ */
.process { padding-block: clamp(44px, 7vw, 96px); }
.split { padding-block: clamp(44px, 7vw, 96px); }
.steps { list-style: none; display: grid; gap: 1rem; }
.step { padding: clamp(22px,3vw,28px); display: grid; gap: 0.4rem; transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s; }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.step__no { font-family: var(--font-display); font-size: 1.65rem; font-style: italic; color: var(--gold-deep); }
.step h3 { font-size: 1.02rem; font-weight: 600; color: var(--ink); }
.step p { color: var(--slate); font-weight: 300; font-size: 0.89rem; line-height: 1.45; }

/* ------------------------------ PROOF ------------------------------ */
.proof__grid { display: grid; gap: 1.2rem; }
.quote { padding: clamp(26px,3.5vw,34px); display: flex; flex-direction: column; gap: 1.4rem; }
.quote blockquote { font-family: var(--font-display); font-size: 1.26rem; line-height: 1.42; font-weight: 400; color: var(--ink); letter-spacing: -0.01em; }
.quote blockquote em { color: var(--sky-deep); font-style: italic; }
.quote figcaption { display: flex; align-items: center; gap: 0.8rem; }
.quote__avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--azure), var(--sky-deep)); flex: none; }
.quote figcaption strong { display: block; color: var(--ink); font-size: 0.9rem; }
.quote figcaption small { color: var(--slate-2); font-size: 0.78rem; }

/* ------------------------------ FAQ ------------------------------ */
.accordion { display: grid; gap: 0.8rem; max-width: 820px; margin-inline: auto; }
.acc { background: var(--glass-bg-2); -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%); border: 1px solid var(--glass-brd); border-radius: 16px; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; }
.acc[open] { border-color: var(--sky); box-shadow: var(--shadow); }
.acc summary { list-style: none; cursor: pointer; padding: 19px 22px; font-size: 1rem; font-weight: 500; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.acc summary::-webkit-details-marker { display: none; }
.acc__icon { width: 18px; height: 18px; position: relative; flex: none; }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: var(--sky); transition: transform 0.3s var(--ease); }
.acc__icon::after { transform: rotate(90deg); }
.acc[open] .acc__icon::after { transform: rotate(0); }
.acc p { padding: 0 22px 22px; color: var(--slate); font-weight: 300; font-size: 0.93rem; line-height: 1.55; max-width: 64ch; }
.acc p em { color: var(--ink); font-style: italic; }

/* ------------------------------ BOOK ------------------------------ */
.book { padding-block-end: clamp(28px, 4vw, 52px); }
.book { position: relative; overflow: hidden; }
.book__inner { position: relative; z-index: 1; display: grid; gap: clamp(36px, 5vw, 56px); }
.book__title { font-family: var(--font-display); font-size: clamp(1.9rem, 4.8vw, 3rem); font-weight: 400; line-height: 1.1; color: var(--ink); letter-spacing: -0.025em; }
.book__sub { color: var(--slate); font-weight: 300; margin-top: 1.2rem; font-size: 1.04rem; line-height: 1.5; max-width: 44ch; }
.book__list { list-style: none; display: grid; gap: 0.7rem; margin-top: 1.6rem; }
.book__list li { position: relative; padding-left: 1.8rem; color: var(--slate); font-weight: 300; }
.book__list li::before { content: "→"; position: absolute; left: 0; color: var(--sky); }
.book__email { margin-top: 1.6rem; color: var(--slate); font-size: 0.92rem; }
.book__email a { color: var(--sky-deep); border-bottom: 1px solid var(--line-2); }
.signature { font-family: var(--font-script); font-size: 2.6rem; color: var(--gold-deep); margin-top: 1rem; line-height: 1; }

.calendly-wrap { overflow: hidden; padding: 0; position: relative; }
.calendly-inline-widget { display: block; position: relative; z-index: 1; }

/* Loading skeleton: shows immediately, sits behind the widget. Calendly injects
   an opaque white iframe (z-index above) which covers this once it loads. */
.calendly-loading { position: absolute; inset: 0; z-index: 0; display: flex;
  flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem;
  text-align: center; padding: 24px; }
.calendly-loading__spinner { width: 40px; height: 40px; border-radius: 50%;
  border: 3px solid var(--line-2); border-top-color: var(--sky);
  animation: calSpin 0.8s linear infinite; }
.calendly-loading__text { font-family: var(--font-display); font-size: 1.05rem;
  color: var(--slate); margin: 0; letter-spacing: -0.01em; }
@keyframes calSpin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .calendly-loading__spinner { animation-duration: 2s; } }
.calendly-placeholder { padding: clamp(24px, 4vw, 34px); }
.calendly-placeholder__title { font-family: var(--font-display); font-size: 1.38rem; font-weight: 400; color: var(--ink); margin: 0.4rem 0 1.3rem; letter-spacing: -0.015em; }
.calendly-placeholder__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin-bottom: 1.4rem; }
.slot { padding: 13px; border: 1px solid var(--line-2); border-radius: 12px; background: rgba(255,255,255,0.5); font-size: 0.86rem; color: var(--ink); transition: all 0.2s; }
.slot:hover { border-color: var(--sky); }
.slot.is-on { background: rgba(63,142,216,0.12); border-color: var(--sky); color: var(--sky-deep); font-weight: 500; }
.calendly-placeholder__foot { text-align: center; margin-top: 1rem; font-size: 0.72rem; color: var(--mist); }

/* ------------------------------ FOOTER (dark anchor, Awwwards-style) ------------------------------ */
.footer { position: relative; background: #0a1424; color: #c2cfe0; padding-block: clamp(64px, 9vw, 120px) 26px; overflow: hidden; isolation: isolate; min-height: 100vh; min-height: 100svh; display: flex; }
/* breaker: the dark emerges softly out of the light page above — tall, full fade so there's no seam */
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 280px; pointer-events: none; z-index: 1;
  background: linear-gradient(180deg, rgba(10,20,36,0) 0%, rgba(10,20,36,0.55) 45%, #0a1424 100%); }
/* faint atmospheric glow so the slab isn't flat — kept clear of the breaker so no banding */
.footer::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(110% 70% at 12% 24%, rgba(63,142,216,0.16), transparent 55%),
              radial-gradient(90% 70% at 100% 100%, rgba(199,154,69,0.10), transparent 60%); }
.footer .container { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }

.footer__top { display: grid; gap: clamp(32px, 5vw, 60px); }
.footer__eyebrow { display: inline-flex; align-items: center; gap: 0.55em; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: #89a0bd; margin-bottom: 1.3rem; }
.footer__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(31,174,116,0.5); animation: pulse 2.4s infinite; }
.footer__cta { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.85rem, 4.6vw, 3.3rem); line-height: 1.03; letter-spacing: -0.028em; color: #fff; max-width: 15ch; margin-bottom: clamp(1.6rem, 3vw, 2.3rem); }
.footer__ital { font-style: italic; color: #cfe0f4; }
.footer__lead .pill { width: fit-content; }
.footer__cols { display: grid; gap: 1.8rem; }
.footer__col { display: flex; flex-direction: column; gap: 0.55rem; align-items: flex-start; }
.footer__label { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: #6b82a0; margin-bottom: 0.3rem; }
.footer__col a { color: #dbe6f3; font-size: 0.95rem; transition: color 0.2s; }
.footer__col a:hover { color: #fff; }
.footer__muted { color: #8aa0bd; font-size: 0.9rem; }

/* giant faded brand wordmark spanning the footer */
.footer__brandmark { margin: clamp(44px, 7vw, 84px) 0 clamp(26px, 4vw, 42px); }
.footer__brandmark img { width: 100%; height: auto; opacity: 0.10; }

.footer__bottom { display: flex; flex-direction: column; gap: 0.7rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,0.10); color: #7a8ba6; font-size: 0.78rem; }
.footer__totop { color: #8aa0bd; transition: color 0.2s; }
.footer__totop:hover { color: #fff; }

/* ------------------------------ REVEAL ------------------------------ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ------------------------------ KEYFRAMES ------------------------------ */
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,174,116,0.5); } 70% { box-shadow: 0 0 0 9px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes scrollDot { 0% { top: 8px; opacity: 0; } 30% { opacity: 1; } 70% { opacity: 1; } 100% { top: 24px; opacity: 0; } }

/* ============================================================ RESPONSIVE */
@media (max-width: 699px) {
  .hero__scroll { display: none; }
  .promo-pill { letter-spacing: 0.06em; font-size: 0.62rem; }
}
@media (min-width: 700px) {
  .pain__grid { grid-template-columns: repeat(3, 1fr); }
  .hero__stats { grid-template-columns: repeat(3, 1fr); }
  .stat + .stat { border-top: none; border-left: 1px solid var(--line); }
  .reframe__grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .cma { grid-template-columns: 1fr 1fr; }
  .split__grid { grid-template-columns: 1fr 1fr; }
  .offer__grid { grid-template-columns: 1fr 1fr; }
  .addons { grid-template-columns: repeat(4, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .proof__grid { grid-template-columns: repeat(3, 1fr); }
  .demo__portfolio-grid { grid-template-columns: 1fr 1fr; }
  .idx__results { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1.15fr 1fr; align-items: start; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
  .footer__bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 960px) {
  .nav__links, .nav__actions { display: flex; }
  .nav__toggle, .nav__drawer { display: none; }
  .book__inner { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
  .steps { grid-template-columns: repeat(5, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cost__rail { height: auto; }
  .cost__sticky { position: static; min-height: 0; }
}
