/* ============================================================
   advmvmt — AI Studio landing
   Light theme, flame-orange (#E25822) accent, conversion-focused
   ============================================================ */

:root {
  --bg:        #faf5ec;
  --bg-2:      #f3ecdf;
  --surface:   #ffffff;
  --surface-2: #fbf6ee;
  --line:      rgba(0,0,0,0.10);
  --line-2:    rgba(0,0,0,0.16);
  --text:      #1a1513;
  --muted:     #6b635c;
  --muted-2:   #9b938c;
  --accent:    #E25822;
  --accent-d:  #c2461a;
  --accent-ink:#ffffff;
  --teal:      #f0944e;

  --maxw: 1180px;
  --pad: clamp(20px, 5vw, 48px);
  --radius: 18px;
  --radius-lg: 26px;

  --font-display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --ease: cubic-bezier(.16,.84,.34,1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ---------- scroll progress ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--teal)); box-shadow: 0 0 14px var(--accent); }

/* ---------- buttons ---------- */
.btn {
  --b: 1px solid transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-display); font-weight: 600; font-size: .98rem;
  padding: .82em 1.5em; border-radius: 999px; border: var(--b);
  cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s, border-color .25s, color .25s;
}
.btn--sm { padding: .62em 1.1em; font-size: .9rem; }
.btn--lg { padding: 1.02em 1.9em; font-size: 1.06rem; }
.btn--block { width: 100%; }
.btn--accent {
  background: var(--accent); color: var(--accent-ink);
  box-shadow: 0 8px 30px -8px rgba(226,88,34,.5);
}
.btn--accent:hover { background: #ef6a36; transform: translateY(-2px); box-shadow: 0 14px 40px -10px rgba(226,88,34,.65); }
.btn--ghost { background: var(--surface); color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { background: var(--surface-2); border-color: var(--accent); transform: translateY(-2px); }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 150;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck { background: rgba(255,255,255,.82); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; gap: 1.2rem; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; }
.brand__mark { width: 32px; height: 32px; flex: none; }
.brand__word { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -.02em; }
.brand__word span { color: var(--accent); }
.brand__tag { font-size: .58rem; font-weight: 700; letter-spacing: .22em; color: var(--muted-2); border: 1px solid var(--line); padding: .25em .5em; border-radius: 6px; }
.nav__links { display: flex; gap: 1.1rem; margin-inline: auto; flex-wrap: nowrap; }
.nav__links a { color: var(--muted); font-size: .92rem; font-weight: 500; white-space: nowrap; transition: color .2s; }
.nav__links a:hover { color: var(--text); }
@media (max-width: 1200px) { .nav__links { display: none; } }
.nav__right { display: flex; align-items: center; gap: .9rem; }
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang__btn { background: transparent; color: var(--muted); border: none; font-family: var(--font-display); font-weight: 600; font-size: .82rem; padding: .42em .8em; cursor: pointer; transition: background .2s, color .2s; }
.lang__btn.is-active { background: var(--accent); color: var(--accent-ink); }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(120px, 17vh, 190px) 0 80px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; will-change: transform; }
.orb--1 { width: 520px; height: 520px; top: -120px; right: -60px; background: radial-gradient(circle, rgba(226,88,34,.32), transparent 65%); }
.orb--2 { width: 460px; height: 460px; bottom: -160px; left: -120px; background: radial-gradient(circle, rgba(240,148,78,.22), transparent 65%); }
.grid-glow {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  opacity: .5;
}
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero__inner { position: relative; z-index: 2; max-width: 640px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: var(--muted);
  background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
  padding: .5em 1em; margin-bottom: 1.6rem;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(240,148,78,.6); animation: pulse 2s infinite; }
.pulse-dot--lime { background: var(--accent); box-shadow: 0 0 0 0 rgba(226,88,34,.6); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(240,148,78,.5);} 70% { box-shadow: 0 0 0 9px rgba(240,148,78,0);} 100% { box-shadow: 0 0 0 0 rgba(240,148,78,0);} }

.hero__title { font-size: clamp(2.6rem, 7vw, 5rem); letter-spacing: -.035em; margin-bottom: 1.5rem; }
.grad { background: linear-gradient(100deg, var(--accent), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: var(--muted); max-width: 620px; margin-bottom: 2.2rem; }
.hero__sub strong { color: var(--text); font-weight: 600; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.3rem; }
.hero__seq { max-width: 560px; margin: 0 0 1.7rem; padding-left: .85rem; border-left: 2px solid var(--accent); color: var(--muted); font-size: .95rem; line-height: 1.55; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.4rem; color: var(--muted-2); font-size: .92rem; font-weight: 500; }
.hero__trust li { color: var(--muted); }

/* hero visual stage — 3D asset + floating call card */
.hero__visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; min-height: 540px; }
.hero__halo { position: absolute; top: 4%; left: 50%; transform: translateX(-50%); width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(226,88,34,.2), rgba(240,148,78,.08) 45%, transparent 65%); filter: blur(34px); z-index: 0; pointer-events: none; }
.hero__asset { position: absolute; top: -8%; left: 50%; transform: translateX(-50%); width: min(100%, 480px); height: auto; object-fit: contain; z-index: 1; filter: drop-shadow(0 34px 70px rgba(70,35,12,.2)); pointer-events: none; }
.hero__asset.is-missing { display: none; }   /* graceful until the Nano Banana PNG is dropped in */
.hero__panel { position: relative; z-index: 2; max-width: 520px; }
.hero__visual .callcard { position: relative; z-index: 2; width: 100%; max-width: 430px; }
.callcard {
  background: linear-gradient(180deg, #ffffff, #fbf7f4);
  border: 1px solid var(--line-2); border-radius: var(--radius-lg);
  padding: 1.3rem 1.4rem 1.1rem; backdrop-filter: blur(12px);
  box-shadow: 0 40px 90px -40px rgba(70,35,12,.26), inset 0 1px 0 rgba(0,0,0,.03);
}
.callcard__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.callcard__live { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--accent); }
.callcard__time { font-size: .82rem; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.callcard__rows { display: flex; flex-direction: column; gap: .55rem; }
.bubble { font-size: .92rem; padding: .65em .9em; border-radius: 14px; max-width: 85%; line-height: 1.45; }
.bubble--in { align-self: flex-start; background: var(--surface-2); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.bubble--ai { align-self: flex-end; background: linear-gradient(160deg, rgba(226,88,34,.16), rgba(226,88,34,.07)); border: 1px solid rgba(226,88,34,.3); color: #7a2e10; border-bottom-right-radius: 4px; }
.callcard__foot { margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--line); font-size: .8rem; color: var(--teal); font-weight: 500; }

/* ---------- marquee ---------- */
.marquee { position: relative; border-block: 1px solid var(--line); padding: 1.15rem 0; overflow: hidden; white-space: nowrap; background: var(--bg-2); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee__track { display: inline-flex; align-items: center; gap: 1.7rem; animation: marquee 24s linear infinite; will-change: transform; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--muted); transition: color .25s, transform .25s; cursor: default; }
.marquee__track span:hover { color: var(--text); transform: translateY(-2px); }
.marquee__track i { color: var(--accent); font-style: normal; font-size: .85rem; display: inline-block; animation: starpulse 2.8s ease-in-out infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes starpulse { 0%, 100% { transform: scale(1) rotate(0deg); opacity: .5; } 50% { transform: scale(1.45) rotate(180deg); opacity: 1; } }

/* ---------- sections ---------- */
.section { padding: clamp(70px, 11vw, 130px) 0; position: relative; }
.section__head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.kicker { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.section__title { font-size: clamp(1.9rem, 4.4vw, 3.2rem); }
.section__lead { margin-top: 1.2rem; color: var(--muted); font-size: 1.08rem; max-width: 620px; }

/* grids */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 860px; }

/* problem cards */
.pcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.6rem; transition: border-color .3s, transform .3s, background .3s; }
.pcard:hover { border-color: var(--line-2); background: var(--surface-2); transform: translateY(-4px); }
.pcard__stat { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--accent); line-height: 1; margin-bottom: 1.1rem; display: flex; align-items: baseline; gap: .3rem; letter-spacing: -.03em; }
.pcard__stat .count__suffix { font-size: 1.3rem; color: var(--muted); }
.pcard h3 { font-size: 1.22rem; margin-bottom: .55rem; }
.pcard p { color: var(--muted); font-size: .98rem; }

/* service cards */
.scard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.5rem; display: flex; flex-direction: column; gap: .65rem; position: relative; overflow: hidden; transition: border-color .3s, transform .3s, background .3s; }
.scard::after { content: ""; position: absolute; inset: 0; background: radial-gradient(420px circle at var(--mx,50%) var(--my,0%), rgba(226,88,34,.1), transparent 60%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.scard:hover { border-color: rgba(226,88,34,.35); transform: translateY(-5px); }
.scard:hover::after { opacity: 1; }
.scard__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(160deg, rgba(226,88,34,.16), rgba(226,88,34,.05)); border: 1px solid rgba(226,88,34,.25); color: var(--accent); margin-bottom: .5rem; }
.scard__icon svg { width: 23px; height: 23px; }
.scard h3 { font-size: 1.2rem; }
.scard p { color: var(--muted); font-size: .95rem; flex: 1; }
.scard__pill { font-size: .76rem; font-weight: 600; color: var(--muted-2); border: 1px solid var(--line); border-radius: 999px; padding: .35em .8em; align-self: flex-start; }

/* automation audit banner */
.automate .cards-4 { margin-top: 0; }
.audit { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; margin-top: 1.5rem; padding: 1.7rem 2rem; border: 1px solid rgba(226,88,34,.32); border-radius: var(--radius-lg); background: radial-gradient(120% 160% at 0% 0%, rgba(226,88,34,.1), transparent 55%), var(--surface); }
.audit__k { font-family: var(--font-display); font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: .5rem; }
.audit__text { color: var(--muted); font-size: 1rem; max-width: 640px; }
.audit .btn { flex: none; }

/* map -> automate -> run mini flow */
.flow { display: flex; align-items: stretch; gap: .8rem; margin-top: 1.5rem; flex-wrap: wrap; }
.flow__step { flex: 1; min-width: 210px; display: flex; gap: .9rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; transition: border-color .3s, transform .3s; }
.flow__step:hover { border-color: var(--line-2); transform: translateY(-3px); }
.flow__n { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-weight: 700; font-size: .95rem; }
.flow__step strong { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; display: block; margin-bottom: .25rem; }
.flow__step p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.flow__arrow { align-self: center; color: var(--accent); font-size: 1.4rem; flex: none; }
@media (max-width: 760px) { .flow__arrow { display: none; } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: s; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.7rem; position: relative; transition: border-color .3s, transform .3s; }
.step:hover { border-color: var(--line-2); transform: translateY(-4px); }
.step__num { font-family: var(--font-display); font-weight: 700; font-size: 3rem; color: transparent; -webkit-text-stroke: 1.4px var(--line-2); display: block; margin-bottom: .8rem; letter-spacing: -.03em; transition: -webkit-text-stroke-color .3s; }
.step:hover .step__num { -webkit-text-stroke-color: var(--accent); }
.step h3 { font-size: 1.3rem; margin-bottom: .55rem; }
.step p { color: var(--muted); font-size: .97rem; }
.how__cta { margin-top: 2.6rem; }

/* proof */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--surface), transparent); margin-bottom: 2.2rem; }
.stat { text-align: center; }
.stat strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--accent); letter-spacing: -.03em; line-height: 1; }
.stat .stat__u { font-size: 1.1rem; color: var(--muted); margin-left: .15rem; }
.stat span { display: block; color: var(--muted); font-size: .9rem; margin-top: .5rem; }
.demos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.demo { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; transition: border-color .3s, transform .3s, background .3s; display: block; perspective: 1000px; }
.demo:hover { border-color: rgba(226,88,34,.4); transform: translateY(-4px); background: var(--surface-2); }
.demo__tag { display: inline-flex; align-items: center; gap: .4rem; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); margin-bottom: 1rem; }
.demo__tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.demo h3 { font-size: 1.4rem; margin-bottom: .3rem; }
.demo__loc { display: block; font-size: .8rem; font-weight: 600; color: var(--muted-2); margin-bottom: .8rem; }
.demo p { color: var(--muted); font-size: .94rem; margin-bottom: 1.1rem; }
.demo__link { font-family: var(--font-display); font-weight: 600; color: var(--accent); font-size: .95rem; }
.demo__shot { display: block; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: #f2eee9; margin-bottom: 1.2rem; transform: rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transition: transform .3s var(--ease); transform-style: preserve-3d; box-shadow: 0 22px 44px -26px rgba(70,35,12,.2); }
.demo__bar { display: flex; align-items: center; gap: 5px; height: 24px; padding: 0 11px; background: #ece7e1; border-bottom: 1px solid var(--line); }
.demo__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(0,0,0,.16); }
.demo__shot img { display: block; width: 100%; height: auto; aspect-ratio: 760 / 554; object-fit: cover; object-position: top center; }
.demo:hover .demo__loc, .demo h3 { transition: color .2s; }
@media (prefers-reduced-motion: reduce) { .demo__shot { transform: none !important; } }

/* built for your trade */
.trades { padding-top: clamp(40px, 7vw, 80px); }
.tradegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trade { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(226,88,34,.16), var(--bg-2) 62%); display: flex; align-items: flex-end; transition: transform .3s var(--ease), border-color .3s; }
.trade:hover { transform: translateY(-4px); border-color: rgba(226,88,34,.4); }
.trade__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.trade:hover .trade__img { transform: scale(1.06); }

/* testimonials */
.quotes__kicker { margin-top: clamp(2.6rem, 5vw, 3.6rem); margin-bottom: 1.4rem; }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem 1.6rem; margin: 0; display: flex; flex-direction: column; gap: .9rem; transition: border-color .3s, transform .3s; }
.quote:hover { border-color: var(--line-2); transform: translateY(-4px); }
.quote__stars { color: var(--accent); font-size: .95rem; letter-spacing: 2px; }
.quote blockquote { margin: 0; font-size: 1.02rem; line-height: 1.55; color: var(--text); }
.quote figcaption { margin-top: auto; display: flex; flex-direction: column; gap: .15rem; }
.quote figcaption strong { font-family: var(--font-display); font-weight: 600; font-size: .98rem; }
.quote figcaption span { color: var(--muted-2); font-size: .85rem; }
.trade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,255,255,.94), rgba(255,255,255,.25) 55%, transparent); }
.trade__label { position: relative; z-index: 1; font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--text); padding: 1.1rem 1.2rem; }

/* pricing */
.prcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.1rem 1.9rem; display: flex; flex-direction: column; gap: 1.1rem; position: relative; transition: border-color .3s, transform .3s; }
.prcard:hover { transform: translateY(-4px); }
.prcard--featured { border-color: rgba(226,88,34,.45); background: linear-gradient(180deg, rgba(226,88,34,.07), var(--surface)); box-shadow: 0 30px 80px -50px rgba(226,88,34,.4); }
.prcard__badge { position: absolute; top: -12px; right: 1.6rem; background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-weight: 600; font-size: .72rem; padding: .35em .8em; border-radius: 999px; }
.prcard__label { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--muted); }
.prcard__price { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; letter-spacing: -.03em; line-height: 1; }
.prcard__from { font-size: 1rem; color: var(--muted); font-weight: 500; margin-right: .3rem; }
.prcard__unit { font-size: 1rem; color: var(--muted); font-weight: 500; }
.prcard__list { display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.prcard__list li { position: relative; padding-left: 1.7rem; color: var(--muted); font-size: .97rem; }
.prcard__list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 16px; height: 9px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.prcard__save { font-size: .8rem; font-weight: 600; color: var(--accent); margin-top: -.4rem; }
.pricing__note { text-align: center; color: var(--muted-2); font-size: .92rem; margin-top: 1.8rem; max-width: 640px; margin-inline: auto; }

/* one-time build banner */
.pricebuild { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.6rem 1.9rem; border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--surface-2), transparent); margin-bottom: 1.4rem; }
.pricebuild__sub { color: var(--muted); font-size: .96rem; margin-top: .35rem; max-width: 520px; }
.pricebuild__right { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.pricebuild .prcard__price { font-size: 2rem; }

/* monthly grid — tighter prcards for 4-up */
.pricegrid { align-items: stretch; }
.pricegrid .prcard { padding: 1.7rem 1.4rem; border-radius: var(--radius); gap: .9rem; }
.pricegrid .prcard__price { font-size: 2.1rem; }
.pricegrid .prcard__label { color: var(--text); font-size: 1.1rem; }

/* wide "Everything" bundle */
.pricebundle { position: relative; display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; justify-content: space-between; margin-top: 1.4rem; padding: clamp(1.8rem, 4vw, 2.4rem); border: 1px solid rgba(226,88,34,.45); border-radius: var(--radius-lg); background: linear-gradient(120deg, rgba(226,88,34,.08), var(--surface)); box-shadow: 0 30px 80px -50px rgba(226,88,34,.4); }
.pricebundle__left { min-width: 230px; }
.pricebundle__left .prcard__price { margin: .35rem 0; }
.pricebundle__left .btn { margin-top: 1.2rem; }
.pricebundle__list { display: grid; grid-template-columns: repeat(2, auto); gap: .7rem 1.9rem; flex: 1; min-width: 280px; }
.pricebundle .prcard__badge { top: -12px; left: clamp(1.8rem, 4vw, 2.4rem); right: auto; }
@media (max-width: 620px) { .pricebundle__list { grid-template-columns: 1fr; } }

/* faq */
.faq__inner { max-width: 820px; }
.accordion { display: flex; flex-direction: column; gap: .8rem; }
.ac { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .3s; }
.ac[open] { border-color: var(--line-2); }
.ac summary { cursor: pointer; list-style: none; padding: 1.25rem 1.5rem; font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.ac summary::-webkit-details-marker { display: none; }
.ac summary::after { content: "+"; font-weight: 400; font-size: 1.5rem; color: var(--accent); transition: transform .3s; flex: none; }
.ac[open] summary::after { transform: rotate(45deg); }
.ac__body { padding: 0 1.5rem 1.3rem; }
.ac__body p { color: var(--muted); }

.bilingual { display: flex; gap: 1rem; align-items: flex-start; margin-top: 2rem; padding: 1.4rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, rgba(240,148,78,.06), transparent); }
.bilingual__flag { font-size: 1.5rem; line-height: 1; }
.bilingual p { color: var(--muted); font-size: .97rem; }
.bilingual strong { color: var(--text); }

/* final cta */
.cta-final { text-align: center; }
.cta-final__inner { max-width: 760px; margin-inline: auto; padding: clamp(2.6rem, 6vw, 4.5rem) var(--pad); border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: radial-gradient(ellipse 80% 120% at 50% 0%, rgba(226,88,34,.12), transparent 60%), var(--surface); position: relative; overflow: hidden; }
.cta-final h2 { font-size: clamp(2rem, 5.2vw, 3.4rem); margin-bottom: 1.1rem; }
.cta-final p { color: var(--muted); font-size: 1.1rem; max-width: 540px; margin: 0 auto 2rem; }
.cta-final__btns { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.cta-final__micro { font-size: .88rem; color: var(--muted-2); margin-top: 1.6rem; }

/* footer */
.footer { border-top: 1px solid var(--line); padding-top: 3.5rem; background: var(--bg-2); }
.footer__inner { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: space-between; padding-bottom: 2.5rem; }
.footer__brand { max-width: 320px; }
.footer__brand .brand__word { font-size: 1.3rem; }
.footer__brand p { color: var(--muted); font-size: .94rem; margin-top: .8rem; }
.footer__cols { display: flex; flex-wrap: wrap; gap: 2rem 3.5rem; }
.footer__cols h4 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1rem; font-family: var(--font-display); }
.footer__cols a, .footer__cols span { display: block; color: var(--muted); font-size: .94rem; margin-bottom: .6rem; transition: color .2s; }
.footer__cols a:hover { color: var(--accent); }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding: 1.6rem 0; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .86rem; }

/* mobile sticky cta */
.mobile-cta { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 140; text-align: center; background: var(--accent); color: var(--accent-ink); font-family: var(--font-display); font-weight: 700; padding: 1em; border-radius: 14px; box-shadow: 0 14px 40px -10px rgba(226,88,34,.6); transform: translateY(140%); transition: transform .35s var(--ease); }
.mobile-cta.is-visible { transform: translateY(0); }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
/* when GSAP drives motion, it owns the timing — drop the CSS transition to avoid double-easing */
.gsap-ready .reveal { transition: none; }
.reveal:nth-child(2) { transition-delay: .06s; }
.reveal:nth-child(3) { transition-delay: .12s; }
.reveal:nth-child(4) { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .orb, .pulse-dot, .marquee__track, .marquee__track i { animation: none !important; }
}

/* ---------- try it live ---------- */
.try { padding-top: clamp(40px, 7vw, 70px); }
.trycard { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: center; padding: clamp(1.8rem, 4vw, 3.2rem); border: 1px solid rgba(226,88,34,.32); border-radius: var(--radius-lg); background: linear-gradient(140deg, rgba(226,88,34,.08), rgba(0,0,0,.02) 55%), var(--surface); }
.trycard__glow { position: absolute; top: -40%; right: -10%; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(226,88,34,.18), transparent 65%); filter: blur(40px); pointer-events: none; }
.trycard__left, .trycard__right { position: relative; z-index: 1; }
.trycard__left .section__title { font-size: clamp(1.7rem, 3.6vw, 2.7rem); margin-bottom: 1rem; }
.trycard__sub { color: var(--muted); font-size: 1.02rem; margin-bottom: 1.4rem; max-width: 460px; }
.trychips { display: flex; flex-wrap: wrap; gap: .55rem; }
.trychips li { font-size: .86rem; color: var(--text); background: var(--surface-2); border: 1px solid var(--line-2); border-radius: 999px; padding: .42em .9em; }
.trycard__right { background: linear-gradient(180deg, #ffffff, #fbf7f4); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.6rem 1.5rem; text-align: center; }
.trycard__live { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .82rem; color: var(--accent); margin-bottom: .9rem; }
.trycard__num { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 4.4vw, 2.5rem); letter-spacing: -.02em; color: var(--text); margin-bottom: 1.1rem; transition: color .2s; }
.trycard__num:hover { color: var(--accent); }
.trycard__note { font-size: .8rem; color: var(--muted-2); margin-top: .9rem; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .trycard { grid-template-columns: 1fr; }
  .trycard__left { text-align: center; }
  .trycard__sub { margin-inline: auto; }
  .trychips { justify-content: center; }
  .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .nav__links { display: none; }
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__inner { max-width: 720px; }
  .hero__visual { min-height: 420px; max-width: 480px; margin-inline: auto; width: 100%; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .cards-3, .cards-4, .steps, .stats, .demos, .cards-2, .quotes { grid-template-columns: 1fr; }
  .tradegrid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 110px; }
  .hero__panel { margin-top: 2.5rem; }
  .footer__inner { flex-direction: column; gap: 2rem; }
  .footer__cols { gap: 2.5rem; }
  .brand__tag { display: none; }
  .nav__right .btn--sm { display: none; }
  .mobile-cta { display: block; }
}
@media (max-width: 420px) {
  .stats { grid-template-columns: 1fr; }
  .hero__cta .btn { width: 100%; }
}

/* ---------- demo modal + form ---------- */
.modal { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(30,18,12,.55); backdrop-filter: blur(6px); animation: fade .25s var(--ease); }
.modal__card { position: relative; z-index: 1; width: 100%; max-width: 540px; max-height: calc(100vh - 40px); overflow-y: auto; background: linear-gradient(180deg, #ffffff, #faf6f3); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: 0 50px 120px -40px rgba(70,35,12,.26); animation: pop .3s var(--ease); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal__x { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.modal__x:hover { background: var(--surface-2); color: var(--text); border-color: var(--line-2); }
.modal__title { font-size: clamp(1.4rem, 3.4vw, 1.85rem); margin: .4rem 0 .6rem; }
.modal__sub { color: var(--muted); font-size: .98rem; margin-bottom: 1.5rem; }

.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: 1.3rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field > span { font-size: .82rem; font-weight: 600; color: var(--muted); font-family: var(--font-display); }
.field em { color: var(--muted-2); font-style: normal; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; background: var(--surface); border: 1px solid var(--line-2); border-radius: 11px; color: var(--text); font-family: var(--font-body); font-size: .98rem; padding: .72em .9em; transition: border-color .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: var(--surface-2); }
.field textarea { resize: vertical; min-height: 64px; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa3ad' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1em center; padding-right: 2.4em; }
.field select option { background: #ffffff; color: var(--text); }
.hp { position: absolute !important; left: -9999px; opacity: 0; }
.form__micro { text-align: center; font-size: .82rem; color: var(--muted-2); margin-top: .9rem; }
.form__error { color: #d23f2a; font-size: .9rem; margin-top: .8rem; text-align: center; }
.btn[aria-busy="true"] { opacity: .7; pointer-events: none; }

.form__success { text-align: center; padding: 1.5rem 0; }
.form__check { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; display: grid; place-items: center; font-size: 1.9rem; color: var(--accent-ink); background: var(--accent); box-shadow: 0 12px 36px -10px rgba(226,88,34,.6); }
.form__success .modal__sub { max-width: 380px; margin-inline: auto; }

@media (max-width: 480px) {
  .form__grid { grid-template-columns: 1fr; }
}


/* ---- cream refinements: lift cards off the cream ---- */
.pcard,.scard,.step,.flow__step,.quote,.prcard,.ac,.stats,.bilingual{box-shadow:0 1px 2px rgba(70,35,12,.05),0 16px 36px -24px rgba(70,35,12,.20)}
.trade,.demo,.demo__shot{box-shadow:0 12px 34px -18px rgba(70,35,12,.26)}
.trade{border-color:rgba(0,0,0,.08)}
.nav.is-stuck{background:rgba(250,245,236,.85)}
