/* ============================================================
   G3 — v2 · Dark Premium / Tech
   ============================================================ */
:root {
  --bg:       #070912;
  --bg-2:     #0c0f1d;
  --panel:    #11152780;
  --panel-2:  #161b30;
  --line:     #222845;
  --line-2:   #313a63;
  --txt:      #eef1fb;
  --txt-dim:  #a3abce;
  --txt-mut:  #6d7596;
  --acc:      #6d5efc;   /* índigo neon */
  --acc-2:    #22d3ee;   /* ciano */
  --acc-3:    #c084fc;   /* violeta */
  --grad:     linear-gradient(120deg, #6d5efc, #22d3ee);
  --grad-3:   linear-gradient(120deg, #c084fc, #6d5efc, #22d3ee);
  --radius:   16px;
  --maxw:     1180px;
  --header-h: 76px;
  --display:  "Space Grotesk", system-ui, sans-serif;
  --sans:     "Inter", system-ui, -apple-system, sans-serif;
  --mono:     "JetBrains Mono", ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 14px); }
body {
  font-family: var(--sans); background: var(--bg); color: var(--txt);
  line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
[id] { scroll-margin-top: calc(var(--header-h) + 14px); }
::selection { background: var(--acc); color: #fff; }
:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }

/* fundo animado: grid + auroras */
.bg-fx { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.bg-fx::before {
  content: ""; position: absolute; inset: -2px;
  background:
    linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 60px,
    linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 60px 100%;
  opacity: .35;
  -webkit-mask-image: radial-gradient(900px 700px at 50% 0%, #000 0%, transparent 80%);
          mask-image: radial-gradient(900px 700px at 50% 0%, #000 0%, transparent 80%);
}
.aurora { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.aurora.a1 { width: 540px; height: 540px; background: #6d5efc; top: -160px; left: -120px; animation: float1 16s ease-in-out infinite; }
.aurora.a2 { width: 480px; height: 480px; background: #22d3ee; top: 10%; right: -160px; animation: float2 19s ease-in-out infinite; }
.aurora.a3 { width: 420px; height: 420px; background: #c084fc; bottom: -120px; left: 30%; animation: float1 22s ease-in-out infinite reverse; }
@keyframes float1 { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(40px,30px) scale(1.1);} }
@keyframes float2 { 0%,100%{ transform: translate(0,0) scale(1);} 50%{ transform: translate(-50px,40px) scale(1.08);} }

/* tipografia */
h1, h2, h3 { font-family: var(--display); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
h1 { font-size: clamp(2.3rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); }
h3 { font-size: 1.2rem; }
.grad-text { background: var(--grad-3); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: hue 6s linear infinite; }
@keyframes hue { to { background-position: 200% center; } }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 1.5rem; }
.band { padding-block: clamp(4rem, 9vw, 7rem); position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--mono); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--acc-2); margin-bottom: 1rem;
}
.eyebrow::before { content: "▍"; color: var(--acc); }
.section-head { max-width: 46rem; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-sub { color: var(--txt-dim); margin-top: 1rem; font-size: 1.08rem; }

/* reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"]{ transition-delay:.08s } .reveal[data-delay="2"]{ transition-delay:.16s } .reveal[data-delay="3"]{ transition-delay:.24s }

/* botões */
.btn {
  display: inline-flex; align-items: center; gap: .55rem; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 1rem;
  padding: .9rem 1.5rem; border-radius: 999px; border: 1px solid transparent;
  background: var(--grad); color: #fff; cursor: pointer; white-space: nowrap;
  box-shadow: 0 10px 40px -10px rgba(109,94,252,.7);
  transition: transform .18s, box-shadow .25s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 50px -10px rgba(34,211,238,.7); }
.btn .arr { transition: transform .2s; } .btn:hover .arr { transform: translateX(4px); }
.btn-ghost { background: rgba(255,255,255,.03); color: var(--txt); border-color: var(--line-2); box-shadow: none; backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: var(--acc); color: #fff; box-shadow: 0 0 30px -8px rgba(109,94,252,.6); }
.btn-wa { background: #25d366; box-shadow: 0 10px 40px -10px rgba(37,211,102,.7); }
.btn-sm { padding: .6rem 1.1rem; font-size: .9rem; }

/* glass card base */
.glass { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }

/* ===== NAV ===== */
.nav { position: sticky; top: 0; z-index: 100; transition: background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(7,9,18,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.nav-inner { height: var(--header-h); display: flex; align-items: center; gap: 1.5rem; max-width: var(--maxw); margin-inline: auto; padding-inline: 1.5rem; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--display); font-weight: 700; font-size: 1.25rem; }
.brand img { height: 38px; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; }
.nav-links a { font-size: .95rem; color: var(--txt-dim); transition: color .2s; }
.nav-links a:hover { color: var(--txt); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-cta-mob { display: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 40px; padding: 10px 9px; }
.nav-toggle span { display: block; height: 2.5px; border-radius: 3px; background: var(--txt); transition: transform .25s, opacity .2s; }
.nav-toggle span + span { margin-top: 6px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(8.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-8.5px) rotate(-45deg); }

/* ===== HERO ===== */
.hero { position: relative; padding-top: clamp(3rem,7vw,5rem); }
.hero-inner { max-width: var(--maxw); margin-inline: auto; padding: 0 1.5rem clamp(3rem,7vw,5rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-size: .78rem; color: var(--txt-dim); border: 1px solid var(--line-2); border-radius: 999px; padding: .35rem .85rem; margin-bottom: 1.4rem; background: rgba(255,255,255,.02); }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #25d366; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)} 70%{box-shadow:0 0 0 8px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
.hero h1 { margin-bottom: 1.3rem; }
.hero .lede { color: var(--txt-dim); font-size: 1.15rem; max-width: 36rem; margin-bottom: 2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.6rem; }
.hero-trust { display: flex; align-items: center; gap: 1rem; font-size: .85rem; color: var(--txt-mut); }
.hero-trust .stars { color: #ffce4a; letter-spacing: 2px; }

/* hero visual: card 3d com vídeo + stats flutuantes */
.hero-visual { position: relative; }
.hero-frame { border-radius: 22px; overflow: hidden; border: 1px solid var(--line-2); box-shadow: 0 40px 90px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(109,94,252,.1); transform: perspective(1200px) rotateY(-8deg) rotateX(4deg); transition: transform .5s ease; }
.hero-visual:hover .hero-frame { transform: perspective(1200px) rotateY(-3deg) rotateX(2deg); }
.hero-frame video, .hero-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.float-stat { position: absolute; padding: .8rem 1.1rem; border-radius: 14px; box-shadow: 0 16px 40px -16px rgba(0,0,0,.7); animation: bob 5s ease-in-out infinite; }
.float-stat.s1 { top: 8%; left: -8%; }
.float-stat.s2 { bottom: 12%; right: -6%; animation-delay: 1.5s; }
.float-stat strong { font-family: var(--display); font-size: 1.4rem; display: block; color: var(--acc-2); line-height: 1; }
.float-stat span { font-size: .74rem; color: var(--txt-dim); }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }

/* marquee */
.marquee { border-block: 1px solid var(--line); padding-block: 1.1rem; overflow: hidden; white-space: nowrap; background: var(--bg-2); }
.marquee-track { display: inline-flex; gap: 2.5rem; animation: scroll 22s linear infinite; }
.marquee-track span { font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--txt-dim); display: inline-flex; align-items: center; gap: 2.5rem; }
.marquee-track span::after { content: "✦"; color: var(--acc); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* counters / stats */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; }
.stat-card { text-align: center; padding: 2rem 1.2rem; }
.stat-card .num { font-family: var(--display); font-size: clamp(2.2rem,5vw,3.2rem); font-weight: 700; line-height: 1; }
.stat-card .lbl { color: var(--txt-dim); font-size: .92rem; margin-top: .5rem; }

/* features */
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; }
.feature { padding: 1.8rem 1.5rem; transition: transform .3s, border-color .3s; position: relative; overflow: hidden; }
.feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(300px 120px at 50% -20%, rgba(109,94,252,.18), transparent 70%); opacity: 0; transition: opacity .3s; }
.feature:hover { transform: translateY(-5px); border-color: var(--line-2); }
.feature:hover::before { opacity: 1; }
.feature-ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.5rem; background: linear-gradient(135deg, rgba(109,94,252,.2), rgba(34,211,238,.12)); color: var(--acc-2); margin-bottom: 1rem; }
.feature h3 { margin-bottom: .45rem; }
.feature p { color: var(--txt-dim); font-size: .94rem; }

/* serviços */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 1.3rem; }
.service-card { overflow: hidden; display: flex; flex-direction: column; transition: transform .3s, border-color .3s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--acc); }
.service-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.service-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: saturate(1.05); }
.service-card:hover .service-thumb img { transform: scale(1.08); }
.service-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,9,18,.85)); }
.service-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; gap: .6rem; }
.service-body p { color: var(--txt-dim); font-size: .93rem; }
.service-link { margin-top: auto; padding-top: .3rem; font-family: var(--display); font-weight: 600; font-size: .92rem; color: var(--acc-2); display: inline-flex; align-items: center; gap: .4rem; }
.service-card:hover .service-link .arr { transform: translateX(4px); }
.service-link .arr { transition: transform .2s; }

/* portfólio */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 200px; gap: 1rem; }
.gallery a { position: relative; overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a::after { content: "⤢"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.6rem; color: #fff; background: rgba(7,9,18,.55); opacity: 0; transition: opacity .3s; }
.gallery a:hover img { transform: scale(1.1); }
.gallery a:hover::after { opacity: 1; }
.gallery a.tall { grid-row: span 2; } .gallery a.wide { grid-column: span 2; }

/* depoimentos */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.testi { padding: 1.8rem 1.6rem; }
.testi .stars { color: #ffce4a; letter-spacing: 2px; margin-bottom: .8rem; }
.testi p { color: var(--txt-dim); font-style: italic; margin-bottom: 1.2rem; }
.testi .who { display: flex; align-items: center; gap: .7rem; }
.testi .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--grad); color: #fff; font-family: var(--display); font-weight: 700; }
.testi .who strong { display: block; font-size: .95rem; }
.testi .who span { font-size: .8rem; color: var(--txt-mut); }

/* cidades */
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap: .8rem; }
.city-chip { display: flex; align-items: center; gap: .55rem; padding: .85rem 1rem; font-weight: 500; font-size: .94rem; transition: transform .25s, border-color .25s; }
.city-chip:hover { transform: translateY(-3px); border-color: var(--acc); }
.city-chip svg { color: var(--acc-2); flex-shrink: 0; }

/* contato */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,3.5rem); align-items: start; }
.quote-form { padding: 2rem 1.8rem; }
.quote-form h3 { margin-bottom: 1.2rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--txt-dim); margin-bottom: .4rem; }
.quote-form select, .quote-form input, .quote-form textarea {
  width: 100%; padding: .85rem .95rem; font-family: inherit; font-size: .95rem; color: var(--txt);
  background: rgba(255,255,255,.03); border: 1px solid var(--line-2); border-radius: 11px; resize: vertical; transition: border-color .2s, box-shadow .2s;
}
.quote-form select option { color: #111; }
.quote-form :is(select,input,textarea):focus { outline: none; border-color: var(--acc); box-shadow: 0 0 0 3px rgba(109,94,252,.2); }
.quote-form .btn { width: 100%; justify-content: center; margin-top: .5rem; }
.contact-info { display: grid; gap: 1.1rem; }
.info-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.2rem 1.3rem; }
.info-ico { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: grid; place-items: center; font-size: 1.15rem; background: linear-gradient(135deg, rgba(109,94,252,.2), rgba(34,211,238,.12)); color: var(--acc-2); }
.info-card h4 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--txt-mut); margin-bottom: .15rem; }
.info-card p, .info-card a { color: var(--txt-dim); font-size: .96rem; }
.info-card a:hover { color: var(--acc-2); }
.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.contact-map iframe { display: block; width: 100%; height: 240px; border: 0; filter: invert(.92) hue-rotate(180deg); }
.social-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.social-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .6rem 1.1rem; border-radius: 999px; font-weight: 600; font-size: .9rem; color: #fff; transition: transform .2s; }
.social-btn:hover { transform: translateY(-2px); }
.social-btn img { width: 18px; height: 18px; }
.s-wa { background: #25d366; } .s-ig { background: linear-gradient(45deg,#f09433,#dc2743,#bc1888); } .s-fb { background: #1877f2; }

/* CTA final */
.cta-band { position: relative; overflow: hidden; }
.cta-card { text-align: center; max-width: 50rem; margin-inline: auto; padding: clamp(2.5rem,6vw,4rem); position: relative; overflow: hidden; }
.cta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% 0%, rgba(109,94,252,.25), transparent 65%); }
.cta-card > * { position: relative; }
.cta-card h2 { margin-bottom: 1rem; }
.cta-card p { color: var(--txt-dim); font-size: 1.1rem; margin-bottom: 2rem; }
.cta-card .hero-cta { justify-content: center; margin-bottom: 0; }

/* footer */
.foot { border-top: 1px solid var(--line); background: var(--bg-2); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-block: 3.5rem 2.5rem; }
.foot-brand { display: flex; align-items: center; gap: .6rem; font-family: var(--display); font-weight: 700; font-size: 1.3rem; margin-bottom: 1rem; }
.foot-brand img { height: 40px; }
.foot p.tag { max-width: 28ch; font-size: .94rem; color: var(--txt-dim); }
.foot-col h4 { font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--txt); margin-bottom: 1rem; }
.foot-col ul { list-style: none; display: grid; gap: .55rem; }
.foot-col a, .foot-col li { font-size: .94rem; color: var(--txt-dim); }
.foot-col a:hover { color: var(--acc-2); }
.foot-bottom { border-top: 1px solid var(--line); padding-block: 1.4rem; text-align: center; font-size: .85rem; color: var(--txt-mut); }

/* flutuantes */
.whatsapp-float { position: fixed; bottom: 22px; right: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: grid; place-items: center; box-shadow: 0 8px 30px rgba(37,211,102,.5); transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float img { width: 28px; height: 28px; }
.back-to-top { position: fixed; bottom: 88px; right: 28px; z-index: 90; width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 1.1rem; box-shadow: 0 8px 24px -6px rgba(109,94,252,.6); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s, transform .25s, visibility .25s; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.overlay { position: fixed; inset: 0; z-index: 95; background: rgba(7,9,18,.6); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.overlay.active { opacity: 1; visibility: visible; }

/* ===== ORÇAMENTO RÁPIDO (destaque) ===== */
.quickbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 1.6rem 1.9rem; }
.quickbar .qb-txt { display: flex; align-items: center; gap: 1.1rem; }
.quickbar .qb-ic { width: 50px; height: 50px; border-radius: 14px; background: #25d366; color: #04130d; display: grid; place-items: center; font-size: 1.5rem; flex-shrink: 0; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2.4s infinite; }
.quickbar h3 { margin-bottom: .15rem; }
.quickbar p { color: var(--txt-dim); font-size: .96rem; }
.quickbar .btn { flex-shrink: 0; }

/* ===== PROCESSO (4 passos) ===== */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; position: relative; }
.process-grid::before { content: ""; position: absolute; top: 29px; left: 12%; right: 12%; height: 2px; background: var(--grad); opacity: .4; z-index: 0; }
.step { position: relative; text-align: center; z-index: 1; }
.step-n { width: 60px; height: 60px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 1.35rem; color: #fff; background: var(--grad); box-shadow: 0 14px 34px -12px rgba(109,94,252,.7); }
.step.is-fast .step-n { background: linear-gradient(120deg,#25d366,#22d3ee); color: #04130d; box-shadow: 0 14px 34px -12px rgba(37,211,102,.7); }
.step.is-fast .step-tag { display: inline-block; margin-top: .5rem; font-family: var(--mono); font-size: .72rem; color: #25d366; border: 1px solid rgba(37,211,102,.4); border-radius: 999px; padding: .12rem .6rem; }
.step h3 { margin-bottom: .4rem; }
.step p { color: var(--txt-dim); font-size: .94rem; }

/* ===== FAQ ===== */
.faq { max-width: 56rem; margin-inline: auto; display: grid; gap: .8rem; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 0 1.4rem; transition: border-color .2s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 1.15rem 0; font-family: var(--display); font-weight: 600; font-size: 1.02rem; display: flex; align-items: center; gap: .8rem; color: var(--txt); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: var(--acc-2); font-size: 1.45rem; line-height: 1; transition: transform .25s; }
.faq details[open] summary::before { transform: rotate(45deg); }
.faq details p { color: var(--txt-dim); padding: 0 0 1.2rem 1.9rem; font-size: .96rem; }
.faq details p strong { color: var(--txt); }

/* responsivo */
@media (max-width: 980px) {
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid::before { display: none; }
  .quickbar { justify-content: center; text-align: center; }
  .quickbar .qb-txt { flex-direction: column; text-align: center; }
  .hero-inner, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; margin-inline: auto; order: -1; }
  .hero-frame { transform: none; }
  .stats-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-cta-desk { display: none; }
  .nav-links { position: fixed; top: var(--header-h); right: 0; bottom: 0; width: min(80vw,330px); flex-direction: column; align-items: stretch; gap: 0; background: var(--bg-2); border-left: 1px solid var(--line); padding: 1.4rem 1.6rem; transform: translateX(100%); transition: transform .35s cubic-bezier(.5,0,.2,1); z-index: 96; overflow-y: auto; }
  .nav-links.open { transform: none; }
  .nav-links a { padding: .95rem 0; border-bottom: 1px solid var(--line); color: var(--txt); font-size: 1.02rem; }
  .nav-cta-mob { display: inline-flex; justify-content: center; margin-top: 1.2rem; }
  .gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; }
}
@media (max-width: 560px) {
  .stats-grid, .feature-grid, .process-grid { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .float-stat.s1 { left: 0; } .float-stat.s2 { right: 0; }
  .gallery a.tall { grid-row: span 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
