/* ============================================================
   SITELAR DIGITAL AGENCY — HOMEPAGE v5.1
   Day (gold, default) · Night (original neon lime) · clean editorial
   ============================================================ */

/* ---------- THEME TOKENS ----------
   DAY  = default, champagne gold
   NIGHT = the original Sitelar neon lime
------------------------------------ */
:root,
[data-theme='day'] {
  --bg:        #F7F5F0;
  --bg-elev:   #FFFFFF;
  --surface:   rgba(20,18,14,0.022);
  --surface-2: rgba(20,18,14,0.045);
  --text:      #14120E;
  --text-dim:  #5E5B53;
  --text-mute: #939087;
  --line:      rgba(20,18,14,0.11);
  --line-2:    rgba(20,18,14,0.20);
  --accent:    #C79A3C;
  --accent-rgb: 199,154,60;
  --accent-ink:#966E1E;
  --grad:      linear-gradient(115deg, #E6BE6C 0%, #C79A3C 50%, #A9781F 100%);
  --on-accent: #1A1405;
  --teal:      #14907F;
  --teal-ink:  #0E7A69;
  --shopify:   #5E8B23;
  --glow:      none;
  --shadow:    0 30px 70px rgba(30,24,12,0.13);
  --shadow-sm: 0 14px 34px rgba(30,24,12,0.10);
  --page-bg:
    radial-gradient(60rem 44rem at 84% -10%, rgba(233,200,127,0.30), transparent 58%),
    radial-gradient(48rem 36rem at -12% 26%, rgba(44,197,178,0.13), transparent 58%),
    radial-gradient(52rem 40rem at 108% 74%, rgba(232,168,124,0.16), transparent 58%),
    linear-gradient(172deg, #FAF8F3 0%, #F4F1EA 50%, #F7F5F0 100%);
  --dot: rgba(20,18,14,0.07);
  color-scheme: light;
}

[data-theme='night'] {
  --bg:        #08090A;
  --bg-elev:   #0F1113;
  --surface:   rgba(255,255,255,0.025);
  --surface-2: rgba(255,255,255,0.05);
  --text:      #F3F5EE;
  --text-dim:  #96998D;
  --text-mute: #5F6259;
  --line:      rgba(243,245,238,0.10);
  --line-2:    rgba(243,245,238,0.18);
  --accent:    #BEF264;
  --accent-rgb: 190,242,100;
  --accent-ink:#BEF264;
  --grad:      linear-gradient(115deg, #D9F99D 0%, #BEF264 48%, #A3E635 100%);
  --on-accent: #131F04;
  --teal:      #2CC5B2;
  --teal-ink:  #3EDC9B;
  --shopify:   #A9CF63;
  --glow:      0 0 26px rgba(190,242,100,0.28);
  --shadow:    0 30px 70px rgba(0,0,0,0.55);
  --shadow-sm: 0 14px 34px rgba(0,0,0,0.45);
  --page-bg:
    radial-gradient(60rem 44rem at 84% -10%, rgba(190,242,100,0.10), transparent 58%),
    radial-gradient(48rem 36rem at -12% 26%, rgba(44,197,178,0.07), transparent 58%),
    radial-gradient(52rem 40rem at 108% 74%, rgba(190,242,100,0.05), transparent 58%),
    linear-gradient(172deg, #090A0C 0%, #070808 50%, #090B0C 100%);
  --dot: rgba(243,245,238,0.055);
  color-scheme: dark;
}

/* device screens stay dark in both themes (like real product shots) */
:root {
  --dev-bg:    #0E1116;
  --dev-bg-2:  #14171D;
  --dev-line:  rgba(244,242,236,0.10);
  --dev-text:  #F4F2EC;
  --dev-dim:   #8B8981;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --spring: cubic-bezier(0.34, 1.4, 0.44, 1);
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --maxw: 82rem;
}

/* ---------- BASE ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--page-bg) fixed;
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color .5s var(--ease), color .5s var(--ease);
}
::selection { background: var(--accent); color: var(--on-accent); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; color: inherit; }

.grad-text {
  background: var(--grad);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradPan 8s ease-in-out infinite alternate;
}
@keyframes gradPan { from { background-position: 0% center; } to { background-position: 100% center; } }

/* ---------- AMBIENT ---------- */
.ambient { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.ambient::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--dot) 1px, transparent 1.4px);
  background-size: 38px 38px;
  -webkit-mask-image: radial-gradient(72% 62% at 50% 34%, #000, transparent 100%);
  mask-image: radial-gradient(72% 62% at 50% 34%, #000, transparent 100%);
}
/* orbit rings — masked so they always take the theme accent */
.ambient::after {
  content: '';
  position: absolute;
  top: -16rem; right: -16rem;
  width: 50rem; height: 50rem;
  background: var(--accent);
  opacity: .16;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%23fff'%3E%3Ccircle cx='300' cy='300' r='292'/%3E%3Ccircle cx='300' cy='300' r='232' stroke-dasharray='3 10'/%3E%3Ccircle cx='300' cy='300' r='172'/%3E%3Ccircle cx='300' cy='300' r='112' stroke-dasharray='2 8'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%23fff'%3E%3Ccircle cx='300' cy='300' r='292'/%3E%3Ccircle cx='300' cy='300' r='232' stroke-dasharray='3 10'/%3E%3Ccircle cx='300' cy='300' r='172'/%3E%3Ccircle cx='300' cy='300' r='112' stroke-dasharray='2 8'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  animation: spin 110s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.orb { position: absolute; border-radius: 50%; filter: blur(78px); pointer-events: none; z-index: 0; opacity: .85; animation: drift 16s ease-in-out infinite alternate; }
.orb-gold { background: radial-gradient(circle, rgba(var(--accent-rgb),.30), transparent 70%); }
.orb-teal { background: radial-gradient(circle, rgba(44,197,178,.24), transparent 70%); }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(2.5rem,-2rem) scale(1.15); } }

/* ---------- CURSOR ---------- */
.cursor-dot, .cursor-ring { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor-dot, .cursor-ring {
    display: block; position: fixed; top: 0; left: 0;
    pointer-events: none; transform: translate(-50%,-50%);
  }
  .cursor-dot { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; z-index: 3000; }
  .cursor-ring {
    width: 32px; height: 32px; border: 1px solid var(--accent); opacity: .5;
    border-radius: 50%; z-index: 2999;
    transition: width .25s var(--ease), height .25s var(--ease), opacity .25s;
  }
  .cursor-ring.is-hover { width: 54px; height: 54px; opacity: 1; }
}

/* ---------- PRELOADER ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 4000;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .6s var(--ease), visibility .6s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.pre-word { font-family: var(--serif); font-size: clamp(1.8rem,5vw,3rem); display: flex; letter-spacing: .06em; }
.pre-word span { display: inline-block; animation: rise .85s var(--ease) both; }
.pre-word span:nth-child(odd) { color: var(--accent); }
@keyframes rise { from { transform: translateY(110%); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- NAV ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 1rem var(--gutter) 0; pointer-events: none; }
.nav-inner {
  pointer-events: auto; position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 1.4rem;
  max-width: 72rem; margin: 0 auto;
  padding: .6rem .65rem .6rem 1.25rem;
  border-radius: 100px;
}
/* glass on a pseudo-element: backdrop-filter here would trap the fixed mobile menu */
.nav-inner::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  border-radius: 100px; border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 62%, transparent);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  transition: background .4s, border-color .4s, box-shadow .4s;
}
.nav.is-scrolled .nav-inner::before {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  border-color: var(--line-2);
  box-shadow: var(--shadow-sm);
}
.brand { display: flex; align-items: center; gap: .65rem; font-weight: 800; font-size: 1.05rem; line-height: 1.15; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 11px;
  background: var(--grad); color: var(--on-accent);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  transform: rotate(-6deg);
  transition: transform .4s var(--spring);
  box-shadow: 0 6px 18px rgba(var(--accent-rgb),.28);
}
.brand:hover .brand-mark { transform: rotate(6deg) scale(1.08); }
.brand-sub { display: block; font-size: .53rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--text-dim); }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-link { font-size: .85rem; font-weight: 600; color: var(--text-dim); position: relative; transition: color .25s; }
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1.5px;
  background: var(--grad); transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--ease);
}
.nav-link:hover { color: var(--text); }
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-link.is-current { color: var(--text); }
.nav-link.is-current::after { transform: scaleX(1); transform-origin: left; }
.nav-tools { display: flex; align-items: center; gap: .55rem; }
/* the in-menu CTA is for the mobile overlay only */
.nav-links .nav-cta { display: none; }
.theme-btn {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line-2); background: var(--surface);
  cursor: pointer; display: grid; place-items: center;
  position: relative; overflow: hidden;
  transition: border-color .3s, background .3s, transform .3s var(--spring);
}
.theme-btn:hover { border-color: var(--accent); transform: rotate(18deg) scale(1.06); }
.theme-btn i { position: absolute; font-size: .82rem; transition: transform .45s var(--spring), opacity .3s; }
.theme-btn .i-sun { color: var(--accent); }
.theme-btn .i-moon { color: var(--accent); }
[data-theme='night'] .theme-btn .i-sun  { transform: translateY(0) rotate(0); opacity: 1; }
[data-theme='night'] .theme-btn .i-moon { transform: translateY(140%) rotate(90deg); opacity: 0; }
[data-theme='day']   .theme-btn .i-sun  { transform: translateY(-140%) rotate(-90deg); opacity: 0; }
[data-theme='day']   .theme-btn .i-moon { transform: translateY(0) rotate(0); opacity: 1; }
.nav-cta {
  font-size: .84rem; font-weight: 700; color: var(--on-accent);
  background: var(--grad); padding: .62rem 1.3rem; border-radius: 100px;
  white-space: nowrap; position: relative; overflow: hidden;
  transition: transform .3s var(--spring), box-shadow .3s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(var(--accent-rgb),.34), var(--glow); }
.nav-burger { display: none; background: none; border: 0; width: 38px; height: 38px; cursor: pointer; flex-direction: column; justify-content: center; gap: 6px; }
.nav-burger span { display: block; height: 2px; width: 21px; margin-left: 8px; background: var(--text); transition: transform .3s var(--ease), opacity .3s; }
.nav-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .65rem;
  font-weight: 700; font-size: .93rem; padding: .95rem 1.7rem;
  border-radius: 100px; border: 1px solid transparent; cursor: pointer;
  position: relative; overflow: hidden;
  transition: transform .3s var(--spring), box-shadow .3s, background .3s, color .3s, border-color .3s;
}
.btn i { transition: transform .3s var(--ease); }
.btn:hover i { transform: translateX(4px); }
.btn-solid { background: var(--grad); color: var(--on-accent); }
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(var(--accent-rgb),.34), var(--glow); }
.btn-ghost { border-color: var(--line-2); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-ink); transform: translateY(-3px); }
.btn-solid::after, .nav-cta::after {
  content: ''; position: absolute; top: 0; left: -80%; width: 55%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-20deg); animation: shine 6s ease-in-out infinite; pointer-events: none;
}
@keyframes shine { 0%,58% { left: -80%; } 88%,100% { left: 155%; } }

/* ---------- LAYOUT ---------- */
.section { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; padding: clamp(4.5rem,10vh,7.5rem) var(--gutter); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.5rem,5vh,3.8rem); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent-ink); margin-bottom: 1rem;
}
.eyebrow::before { content: ''; width: 1.6rem; height: 1px; background: var(--accent); opacity: .7; }
.h2 {
  font-family: var(--serif); font-weight: 480;
  font-size: clamp(2rem,4.2vw,3.4rem); line-height: 1.07; letter-spacing: -.015em;
  max-width: 20ch;
}
.h2 em, .h1 em { font-style: italic; font-weight: 420; }
.lead { color: var(--text-dim); font-size: .97rem; line-height: 1.75; max-width: 36ch; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* underline draw under italic words */
.h2 em, .h1 em {
  background-image: var(--grad); background-repeat: no-repeat;
  background-size: 0% 2px; background-position: 0 94%;
  padding-bottom: 2px; transition: background-size 1.1s var(--ease) .3s;
}
.reveal.is-in .h2 em, .h1 em { background-size: 100% 2px; }

/* ---------- HERO ---------- */
.hero {
  position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto;
  padding: clamp(8.5rem,16vh,11rem) var(--gutter) clamp(3rem,6vh,4.5rem);
  display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr);
  gap: clamp(2rem,5vw,4.5rem); align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-dim); border: 1px solid var(--line-2); border-radius: 100px;
  padding: .48rem 1.05rem; margin-bottom: 2rem;
}
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-ink); animation: pulse 2.2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(62,220,155,.5); } 60% { box-shadow: 0 0 0 8px rgba(62,220,155,0); } }
.h1 {
  font-family: var(--serif); font-weight: 480;
  font-size: clamp(2.6rem,5.4vw,4.6rem); line-height: 1.03; letter-spacing: -.02em;
}
.h1 .ln { display: block; overflow: hidden; }
.h1 .ln > span { display: inline-block; transform: translateY(112%); animation: rise 1s var(--ease) forwards; }
.h1 .ln:nth-child(2) > span { animation-delay: .09s; }
.h1 .ln:nth-child(3) > span { animation-delay: .18s; }
.hero-lead { color: var(--text-dim); font-size: clamp(1rem,1.25vw,1.12rem); line-height: 1.75; max-width: 46ch; margin-top: 1.6rem; }
.hero-lead strong { color: var(--text); font-weight: 700; }
.hero-cta { display: flex; gap: .9rem; margin-top: 2.1rem; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: .85rem; margin-top: 2.2rem; font-size: .8rem; color: var(--text-dim); }
.faces { display: flex; }
.faces img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid var(--bg); margin-left: -9px; }
.faces img:first-child { margin-left: 0; }
.hero-proof strong { color: var(--text); }
.hero-proof i { color: var(--accent); font-size: .68rem; }

.hero-visual { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; }
.hero-visual .browser { width: min(100%,28rem); animation: floatA 8s ease-in-out infinite; }
.hero-visual .phone { position: absolute; right: -.5rem; bottom: -2rem; z-index: 3; animation: floatB 9s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: rotate(-1.4deg) translateY(0); } 50% { transform: rotate(-1.4deg) translateY(-11px); } }
@keyframes floatB { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-15px); } }
.chip {
  position: absolute; z-index: 4;
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .71rem; font-weight: 700; letter-spacing: .02em;
  padding: .58rem 1rem; border-radius: 100px;
  background: color-mix(in srgb, var(--bg-elev) 88%, transparent);
  border: 1px solid var(--line-2);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  animation: bob 6s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.chip-1 { top: 3%; left: -3%; }
.chip-1 i { color: var(--shopify); }
.chip-2 { bottom: 13%; left: -6%; animation-delay: .8s; }
.chip-2 i { color: var(--teal-ink); }

/* ---------- STATS ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; z-index: 1; }
.stats-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat { padding: 2rem var(--gutter); border-left: 1px solid var(--line); transition: background .4s; }
.stat:first-child { border-left: 0; }
.stat:hover { background: var(--surface); }
.stat-v { font-family: var(--serif); font-size: clamp(1.8rem,3.2vw,2.7rem); font-weight: 500; line-height: 1.1; }
.stat-v .ac { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-l { font-family: var(--mono); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; color: var(--text-dim); margin-top: .45rem; }

/* ---------- MARQUEE ---------- */
.marquee { overflow: hidden; padding: 1.15rem 0; border-bottom: 1px solid var(--line); position: relative; z-index: 1; }
.mq-track { display: flex; gap: 3rem; width: max-content; animation: mq 38s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
.mq-track span {
  font-family: var(--mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-mute); display: flex; align-items: center; gap: 3rem; white-space: nowrap;
}
.mq-track span::after { content: '✦'; color: var(--accent); font-size: .6rem; }
@keyframes mq { to { transform: translateX(-50%); } }

/* ---------- CAPABILITY TABS ---------- */
.tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.tab {
  font-family: var(--sans); font-size: .84rem; font-weight: 700;
  padding: .7rem 1.3rem; border-radius: 100px;
  border: 1px solid var(--line-2); background: transparent; color: var(--text-dim);
  cursor: pointer; display: inline-flex; align-items: center; gap: .55rem;
  transition: all .35s var(--ease);
}
.tab i { font-size: .82rem; transition: color .3s; }
.tab:hover { color: var(--text); border-color: var(--accent); }
.tab:focus-visible, .car-btn:focus-visible, .theme-btn:focus-visible,
.btn:focus-visible, .nav-link:focus-visible, .copy-btn:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px;
}
.tab.is-active { background: var(--grad); color: var(--on-accent); border-color: transparent; box-shadow: 0 8px 24px rgba(var(--accent-rgb),.26); }
.tab.is-active i { color: var(--on-accent); }

.panel { display: none; }
.panel.is-active { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.85fr); gap: clamp(2rem,4.5vw,4rem); align-items: center; animation: panelIn .6s var(--ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.panel-visual { position: relative; }
.panel-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem,2.6vw,2.1rem); line-height: 1.15; margin-bottom: .9rem; }
.panel-copy > p { color: var(--text-dim); line-height: 1.8; font-size: .95rem; margin-bottom: 1.5rem; max-width: 44ch; }
.ticks { display: grid; gap: .7rem; margin-bottom: 1.8rem; }
.tick { display: flex; align-items: flex-start; gap: .65rem; font-size: .88rem; font-weight: 600; }
.tick i { color: var(--teal); margin-top: .22rem; font-size: .8rem; }
.panel-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.panel-tags span {
  font-family: var(--mono); font-size: .6rem; letter-spacing: .05em;
  color: var(--text-dim); border: 1px solid var(--line-2);
  padding: .28rem .7rem; border-radius: 100px;
}

/* ---------- DEVICE MOCKUPS (always dark) ---------- */
.browser {
  border: 1px solid var(--dev-line); border-radius: 15px; overflow: hidden;
  background: var(--dev-bg-2); box-shadow: var(--shadow);
  transition: transform .5s var(--ease);
}
.browser-bar { display: flex; align-items: center; gap: .42rem; padding: .65rem .95rem; border-bottom: 1px solid var(--dev-line); background: rgba(255,255,255,.02); }
.browser-bar .d { width: 9px; height: 9px; border-radius: 50%; }
.d-r { background: #FF5F57; } .d-y { background: #FEBC2E; } .d-g { background: #28C840; }
.url {
  margin-left: .6rem; font-family: var(--mono); font-size: .62rem; color: var(--dev-dim);
  background: rgba(255,255,255,.05); border: 1px solid var(--dev-line); border-radius: 100px;
  padding: .26rem .9rem; display: inline-flex; align-items: center; gap: .45rem; flex: 1; max-width: 17rem;
}
.url i { color: var(--teal-ink); font-size: .58rem; }

.store-nav { display: flex; align-items: center; justify-content: space-between; padding: .8rem 1.1rem; border-bottom: 1px solid var(--dev-line); }
.store-logo { font-family: var(--serif); font-weight: 600; font-size: .9rem; letter-spacing: .18em; color: var(--dev-text); }
.store-links { display: flex; gap: .8rem; }
.store-links span { width: 32px; height: 5px; border-radius: 3px; background: rgba(244,242,236,.14); }
.store-icons { display: flex; gap: .65rem; color: var(--dev-dim); font-size: .72rem; }
.cart { position: relative; }
.cart::after {
  content: '2'; position: absolute; top: -6px; right: -8px;
  width: 13px; height: 13px; background: var(--grad); color: var(--on-accent);
  font-family: var(--sans); font-size: .48rem; font-weight: 800;
  border-radius: 50%; display: grid; place-items: center;
  animation: pop 5.5s infinite;
}
@keyframes pop { 0%,86%,100% { transform: scale(1); } 90% { transform: scale(1.45); } 95% { transform: scale(.92); } }
.store-hero {
  margin: .85rem 1.1rem; border-radius: 11px; padding: 1.4rem 1.2rem;
  background: radial-gradient(17rem 10rem at 85% 20%, rgba(var(--accent-rgb),.32), transparent 60%), linear-gradient(120deg,#191B17,#23261C 55%,#151713);
  border: 1px solid rgba(var(--accent-rgb),.22);
}
.store-hero .k { font-family: var(--mono); font-size: .48rem; letter-spacing: .22em; color: var(--accent); text-transform: uppercase; display: block; margin-bottom: .35rem; }
.store-hero .t { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; line-height: 1.2; max-width: 13ch; color: var(--dev-text); display: block; }
.store-hero .b { display: inline-block; margin-top: .75rem; font-size: .55rem; font-weight: 800; letter-spacing: .07em; background: var(--grad); color: var(--on-accent); padding: .4rem .9rem; border-radius: 100px; }
.store-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .65rem; padding: 0 1.1rem 1.1rem; }
.sc { border: 1px solid var(--dev-line); border-radius: 9px; overflow: hidden; background: rgba(255,255,255,.015); }
.sc-img { aspect-ratio: 1; display: grid; place-items: center; font-size: 1.2rem; color: rgba(244,242,236,.75); position: relative; overflow: hidden; }
.g1 { background: linear-gradient(140deg,#2E2A1E,#4E4023); }
.g2 { background: linear-gradient(140deg,#16302B,#1F4F44); }
.g3 { background: linear-gradient(140deg,#2B2320,#4E3428); }
.g4 { background: linear-gradient(140deg,#1B2436,#2A3D5C); }
.sc-info { padding: .45rem .55rem .6rem; }
.sc-name { height: 5px; width: 74%; border-radius: 3px; background: rgba(244,242,236,.16); margin-bottom: .35rem; }
.sc-price { font-family: var(--mono); font-size: .57rem; color: var(--accent); }
.sc-img::after, .at-img::after, .lst-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.09) 50%, transparent 58%);
  transform: translateX(-130%); animation: sweep 6s ease-in-out infinite; pointer-events: none;
}
@keyframes sweep { 0%,58% { transform: translateX(-130%); } 88%,100% { transform: translateX(130%); } }

.phone {
  width: clamp(148px,13.5vw,188px); aspect-ratio: 9/19; border-radius: 29px;
  border: 1px solid var(--dev-line); background: #0E1116; padding: 7px;
  box-shadow: var(--shadow); position: relative;
}
.phone::before { content: ''; position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 34%; height: 12px; background: #06070A; border-radius: 100px; z-index: 2; }
.screen { width: 100%; height: 100%; border-radius: 23px; overflow: hidden; background: linear-gradient(180deg,#14171D,#0B0E12); display: flex; flex-direction: column; }
.ap-head { display: flex; align-items: center; justify-content: space-between; padding: 1.6rem .75rem .55rem; color: var(--dev-text); }
.ap-head .t { font-family: var(--serif); font-size: .7rem; font-weight: 600; letter-spacing: .1em; }
.ap-head i { font-size: .58rem; color: var(--dev-dim); }
.ap-banner { margin: .2rem .6rem; border-radius: 9px; padding: .65rem; background: radial-gradient(8rem 4rem at 90% 0%, rgba(62,220,155,.24), transparent 60%), linear-gradient(120deg,#132019,#1B2E24); border: 1px solid rgba(62,220,155,.22); }
.ap-banner .t { font-size: .54rem; font-weight: 700; margin-bottom: .18rem; color: var(--dev-text); }
.ap-banner .s { font-size: .44rem; color: var(--dev-dim); }
.ap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; padding: .5rem .6rem; flex: 1; }
.at { border: 1px solid var(--dev-line); border-radius: 8px; overflow: hidden; }
.at-img { aspect-ratio: 1.15; display: grid; place-items: center; font-size: .82rem; color: rgba(244,242,236,.72); position: relative; overflow: hidden; }
.at-meta { padding: .28rem .38rem .38rem; }
.at-name { height: 4px; width: 68%; border-radius: 2px; background: rgba(244,242,236,.16); margin-bottom: .25rem; }
.at-price { font-family: var(--mono); font-size: .48rem; color: var(--accent); }
.ap-nav { display: flex; justify-content: space-around; padding: .45rem .35rem .65rem; border-top: 1px solid var(--dev-line); color: var(--dev-dim); font-size: .6rem; }
.ap-nav i.on { color: var(--accent); }

.dash { display: flex; min-height: 246px; }
.dash-side { width: 50px; border-right: 1px solid var(--dev-line); padding: .85rem 0; display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.dash-logo { width: 29px; height: 29px; border-radius: 8px; background: rgba(var(--accent-rgb),.15); color: var(--accent); display: grid; place-items: center; font-size: .72rem; margin-bottom: .25rem; }
.dash-dot { width: 23px; height: 23px; border-radius: 7px; background: rgba(255,255,255,.05); }
.dash-main { flex: 1; padding: .95rem 1.05rem; }
.dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .85rem; }
.dash-t { font-family: var(--mono); font-size: .55rem; letter-spacing: .14em; color: var(--dev-dim); text-transform: uppercase; }
.dash-av { width: 21px; height: 21px; border-radius: 50%; background: var(--grad); }
.kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; margin-bottom: .65rem; }
.kpi { border: 1px solid var(--dev-line); border-radius: 9px; padding: .55rem .6rem; background: rgba(255,255,255,.015); }
.kpi .l { font-family: var(--mono); font-size: .42rem; letter-spacing: .1em; color: var(--dev-dim); text-transform: uppercase; }
.kpi .v { font-family: var(--serif); font-size: .92rem; color: var(--dev-text); margin-top: .08rem; }
.kpi .d { font-family: var(--mono); font-size: .42rem; color: var(--teal-ink); }
.chart { border: 1px solid var(--dev-line); border-radius: 9px; padding: .65rem; display: flex; align-items: flex-end; gap: 4px; height: 82px; background: rgba(255,255,255,.015); }
.chart i { flex: 1; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, rgba(var(--accent-rgb),.8), rgba(var(--accent-rgb),.2)); animation: bar 2.8s ease-in-out infinite alternate; }
.chart i:nth-child(odd) { background: linear-gradient(180deg, rgba(44,197,178,.7), rgba(44,197,178,.16)); }
.chart i:nth-child(1){height:34%} .chart i:nth-child(2){height:56%} .chart i:nth-child(3){height:42%}
.chart i:nth-child(4){height:70%} .chart i:nth-child(5){height:52%} .chart i:nth-child(6){height:88%}
.chart i:nth-child(7){height:64%} .chart i:nth-child(8){height:95%} .chart i:nth-child(9){height:76%}
.chart i:nth-child(10){height:58%}
@keyframes bar { to { transform: scaleY(.72); transform-origin: bottom; } }

/* listing cards */
.lst {
  flex: 0 0 clamp(14rem,19vw,16.5rem); scroll-snap-align: start;
  border: 1px solid var(--line); border-radius: 15px; overflow: hidden;
  background: var(--surface);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.lst:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-sm); }
.lst-img { aspect-ratio: 1.05; display: grid; place-items: center; font-size: 2.3rem; color: rgba(244,242,236,.88); position: relative; overflow: hidden; }
.l1 { background: radial-gradient(12rem 9rem at 70% 20%, rgba(var(--accent-rgb),.32), transparent 60%), linear-gradient(150deg,#26271B,#383A25); }
.l2 { background: radial-gradient(12rem 9rem at 30% 15%, rgba(44,197,178,.3), transparent 60%), linear-gradient(150deg,#16211F,#1F3B34); }
.l3 { background: radial-gradient(12rem 9rem at 70% 20%, rgba(232,168,124,.3), transparent 60%), linear-gradient(150deg,#251C18,#47301F); }
.l4 { background: radial-gradient(12rem 9rem at 40% 15%, rgba(122,162,247,.26), transparent 60%), linear-gradient(150deg,#191E28,#263349); }
.lst-badge {
  position: absolute; top: .7rem; left: .7rem;
  font-size: .55rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: var(--grad); color: var(--on-accent); padding: .28rem .65rem; border-radius: 100px; z-index: 1;
}
.lst-badge.teal { background: linear-gradient(115deg,#7CE8C3,#2CC5B2); color: #062A22; }
.lst-body { padding: .9rem 1rem 1.1rem; }
.lst-title { font-size: .84rem; font-weight: 700; line-height: 1.35; margin-bottom: .35rem; }
.lst-stars { color: var(--accent); font-size: .6rem; letter-spacing: .08em; margin-bottom: .5rem; }
.lst-stars span { color: var(--text-mute); font-family: var(--mono); font-size: .58rem; margin-left: .3rem; }
.lst-price { display: flex; align-items: baseline; gap: .45rem; }
.lst-price .now { font-family: var(--serif); font-size: 1.1rem; }
.lst-price .was { font-family: var(--mono); font-size: .64rem; color: var(--text-mute); text-decoration: line-through; }

/* ---------- IMPACT ---------- */
.impact { position: relative; z-index: 1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); overflow: hidden; }
.impact-inner { max-width: var(--maxw); margin: 0 auto; padding: clamp(4.5rem,10vh,7.5rem) var(--gutter); position: relative; z-index: 1; }
.impact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2.5rem,5vw,5rem); align-items: center; }
.impact-quote {
  font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.4; margin-bottom: 1.6rem;
}
.impact-body { color: var(--text-dim); line-height: 1.85; font-size: .96rem; margin-bottom: 1.2rem; max-width: 48ch; }
.impact-body strong { color: var(--text); font-weight: 700; }
.impact-metrics { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.im {
  background: var(--bg); padding: 1.6rem 1.5rem;
  display: flex; align-items: center; gap: 1.2rem;
  transition: background .4s, padding-left .4s var(--ease);
}
.im:hover { background: var(--surface-2); padding-left: 1.9rem; }
.im-ico {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 1rem;
  background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent-ink);
}
.im-ico.teal { background: color-mix(in srgb, var(--teal) 14%, transparent); color: var(--teal-ink); }
.im-v { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1.1; }
.im-l { font-size: .82rem; color: var(--text-dim); margin-top: .15rem; }

/* ---------- PROCESS ---------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line); }
.step { padding: 2rem 1.6rem 2rem 0; border-right: 1px solid var(--line); position: relative; transition: background .4s; }
.step:last-child { border-right: 0; }
.step { padding-left: 1.6rem; }
.step:first-child { padding-left: 0; }
.step::before {
  content: ''; position: absolute; top: -1px; left: 0; height: 2px; width: 0;
  background: var(--grad); transition: width .7s var(--ease);
}
.reveal.is-in .step::before { width: 100%; }
.step:nth-child(2)::before { transition-delay: .12s; }
.step:nth-child(3)::before { transition-delay: .24s; }
.step:nth-child(4)::before { transition-delay: .36s; }
.step-n { font-family: var(--mono); font-size: .68rem; letter-spacing: .16em; color: var(--accent-ink); margin-bottom: .9rem; display: block; }
.step h3 { font-family: var(--serif); font-weight: 500; font-size: 1.15rem; margin-bottom: .5rem; }
.step p { font-size: .86rem; color: var(--text-dim); line-height: 1.7; }

/* ---------- CAROUSEL ---------- */
.carousel { display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .3rem .2rem 1.4rem; scrollbar-width: none; cursor: grab; }
.carousel::-webkit-scrollbar { display: none; }
.carousel.is-drag { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.car-ctrl { display: flex; gap: .6rem; }
.car-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line-2); background: transparent; cursor: pointer;
  font-size: .8rem; transition: all .3s var(--spring);
}
.car-btn:hover { background: var(--grad); color: var(--on-accent); border-color: transparent; transform: translateY(-2px); }

.tm { flex: 0 0 clamp(11.5rem,15vw,14rem); scroll-snap-align: start; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); position: relative; transition: transform .4s var(--ease), border-color .4s; }
.tm:hover { transform: translateY(-6px); border-color: var(--accent); }
.tm img { width: 100%; aspect-ratio: 7/10; object-fit: cover; transition: transform .6s var(--ease); }
.tm:hover img { transform: scale(1.05); }
.tm-more {
  flex: 0 0 clamp(11.5rem,15vw,14rem); scroll-snap-align: start; aspect-ratio: 7/10;
  border-radius: 14px; border: 1px dashed var(--accent);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem;
  color: var(--accent-ink); font-weight: 700; font-size: .9rem; text-align: center; padding: 1.4rem;
  transition: background .3s, transform .4s var(--ease);
}
.tm-more:hover { background: color-mix(in srgb, var(--accent) 8%, transparent); transform: translateY(-6px); }
.tm-more i { font-size: 1.5rem; }

/* ---------- RATES ---------- */
.rates {
  background: var(--grad); color: var(--on-accent); border-radius: 24px;
  padding: clamp(2.4rem,5.5vw,4rem);
  display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr);
  gap: 2.5rem; align-items: center; position: relative; overflow: hidden;
}
.rates::before { content: '✦'; position: absolute; right: -2rem; top: -5rem; font-size: 17rem; opacity: .1; line-height: 1; }
.rates h2 { font-family: var(--serif); font-weight: 520; font-size: clamp(1.8rem,3.6vw,2.9rem); line-height: 1.08; margin-bottom: 1rem; }
.rates p { font-size: .97rem; line-height: 1.75; color: var(--on-accent); opacity: .8; max-width: 44ch; font-weight: 500; }
.rates-fig { text-align: right; position: relative; z-index: 1; }
.rates-fig .big { font-family: var(--serif); font-size: clamp(3rem,6.5vw,5rem); font-weight: 550; line-height: 1; letter-spacing: -.02em; display: block; }
.rates-fig .cap { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--on-accent); opacity: .65; margin-top: .7rem; display: block; font-weight: 700; }
.btn-dark { background: #0F1109; color: color-mix(in srgb, var(--accent) 88%, #fff); margin-top: 1.6rem; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(20,17,10,.3); }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: clamp(2.5rem,5.5vw,5rem); }
.c-line { display: flex; align-items: center; gap: 1rem; padding: 1.05rem 0; border-top: 1px solid var(--line); transition: padding-left .3s var(--ease); }
.c-line:last-of-type { border-bottom: 1px solid var(--line); }
a.c-line:hover { padding-left: .5rem; }
.c-line i { width: 40px; height: 40px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; color: var(--accent-ink); font-size: .88rem; flex-shrink: 0; }
.c-l { font-family: var(--mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute); display: block; }
.c-v { font-weight: 700; font-size: .95rem; }
/* copy-to-clipboard on the email row */
.copy-btn {
  margin-left: auto; flex-shrink: 0;
  font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-mute); background: transparent;
  border: 1px solid var(--line-2); border-radius: 100px;
  padding: .4rem .8rem; cursor: pointer;
  transition: all .3s var(--ease);
}
.copy-btn:hover { color: var(--accent-ink); border-color: var(--accent); }
.copy-btn.is-done { color: var(--on-accent); background: var(--grad); border-color: transparent; }

.socials { display: flex; gap: .7rem; margin-top: 2rem; }
.socials a { width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; color: var(--text-dim); font-size: 1rem; transition: all .3s var(--spring); }
.socials a:hover { background: var(--grad); border-color: transparent; color: var(--on-accent); transform: translateY(-4px); }

.form-card { border: 1px solid var(--line-2); border-radius: 20px; padding: clamp(1.7rem,3.5vw,2.5rem); background: var(--surface); }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.f { position: relative; }
.f.full { grid-column: span 2; }
.f label { font-family: var(--mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim); display: block; margin-bottom: .45rem; }
.f input, .f select, .f textarea {
  width: 100%; background: var(--bg-elev); border: 1px solid var(--line-2); border-radius: 11px;
  color: var(--text); font-family: var(--sans); font-size: .93rem; padding: .88rem 1rem;
  outline: none; resize: vertical; transition: border-color .3s, box-shadow .3s;
}
.f select { appearance: none; cursor: pointer; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
.f-note { font-size: .76rem; color: var(--text-mute); margin-top: .9rem; line-height: 1.6; }
.form-card .btn-solid { width: 100%; justify-content: center; margin-top: 1.3rem; }

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--line); position: relative; z-index: 1; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; padding: 3.5rem var(--gutter) 2rem; }
.footer-top { display: grid; grid-template-columns: minmax(0,1.5fr) repeat(2,minmax(0,1fr)); gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-brand p { color: var(--text-dim); font-size: .88rem; max-width: 32ch; margin-top: 1rem; line-height: 1.7; }
.footer h4 { font-family: var(--mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 1.1rem; font-weight: 600; }
.footer ul li { margin-bottom: .6rem; }
.footer ul a { font-size: .88rem; color: var(--text-dim); transition: color .25s, padding-left .25s; }
.footer ul a:hover { color: var(--accent-ink); padding-left: .3rem; }
.footer-bot { border-top: 1px solid var(--line); padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .76rem; color: var(--text-mute); }
.footer-bot .made { font-family: var(--mono); font-size: .64rem; letter-spacing: .08em; }
.footer-bot .made i { color: var(--accent); }
.wordmark {
  font-family: var(--serif); font-weight: 550;
  font-size: clamp(3.5rem,13vw,11rem); line-height: .95; text-align: center;
  color: transparent; -webkit-text-stroke: 1px var(--line-2);
  user-select: none; padding: 1.5rem 0 0;
  animation: strokePulse 10s ease-in-out infinite;
}
@keyframes strokePulse {
  0%,100% { -webkit-text-stroke-color: var(--line-2); }
  50% { -webkit-text-stroke-color: color-mix(in srgb, var(--accent) 55%, transparent); }
}

.to-top {
  position: fixed; right: 1.5rem; bottom: 1.5rem; width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad); color: var(--on-accent); display: grid; place-items: center;
  z-index: 1500; opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .35s var(--ease); box-shadow: 0 10px 30px rgba(var(--accent-rgb),.3), var(--glow);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { transform: translateY(-4px); }

/* spotlight follow on cards */
.spot { position: relative; }
.spot::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(16rem 16rem at var(--mx,50%) var(--my,50%), color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%);
  opacity: 0; transition: opacity .35s;
}
.spot:hover::after { opacity: 1; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .hero, .panel.is-active, .impact-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 400px; margin-top: 1rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat { border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 0; }
  .panel-visual { order: -1; }
}
@media (max-width: 860px) {
  .nav { padding: .8rem .8rem 0; }
  .nav-links {
    position: fixed; inset: 0; z-index: -1;
    background: color-mix(in srgb, var(--bg) 97%, transparent);
    backdrop-filter: blur(20px);
    flex-direction: column; justify-content: center; gap: 2rem;
    transform: translateY(-100%); visibility: hidden;
    transition: transform .5s var(--ease), visibility 0s .5s;
  }
  .nav-links.is-open { transform: none; visibility: visible; transition: transform .5s var(--ease), visibility 0s 0s; }
  .nav-links .nav-link { font-size: 1.35rem; font-family: var(--serif); }
  .nav-burger { display: flex; }
  .nav-tools > .nav-cta { display: none; }
  .nav-links .nav-cta { display: inline-flex; font-size: .95rem; padding: .8rem 1.8rem; }
  .rates { grid-template-columns: 1fr; }
  .rates-fig { text-align: left; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .impact-metrics { order: -1; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; padding-left: 0; }
  .f-grid { grid-template-columns: 1fr; }
  .f.full { grid-column: span 1; }
  .stat { padding: 1.5rem 1.1rem; }
  .hero-visual { min-height: 350px; }
  .hero-visual .phone { right: 0; transform: rotate(3deg) scale(.86); transform-origin: bottom right; }
  .chip-1, .chip-2 { left: 0; }
}

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