/* ==============================================
   IA VERTICAL v2 — DESIGN SYSTEM
   Aurora blobs, noise texture, bento grid,
   tilt 3D cards, spotlight cursor, editorial type.
   ZERO glassmorphism. ZERO template vibes.
============================================== */

/* ── Reset ──────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-text-size-adjust:100%}
body{background:#06080D;color:#C8D3E0;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;line-height:1.75;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}
ul{list-style:none}
input,textarea,select{font:inherit}
p{max-width:65ch}

/* ── Aurora Blobs ───────────────────────── */
.aurora{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.aurora__blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.35;will-change:transform}
.aurora__blob--1{width:600px;height:600px;background:radial-gradient(circle,#3B82F6 0%,transparent 70%);top:-10%;left:-5%;animation:auroraFloat 20s ease-in-out infinite}
.aurora__blob--2{width:500px;height:500px;background:radial-gradient(circle,#7C3AED 0%,transparent 70%);top:40%;right:-10%;animation:auroraFloat 25s ease-in-out infinite reverse}
.aurora__blob--3{width:400px;height:400px;background:radial-gradient(circle,#06B6D4 0%,transparent 70%);bottom:-5%;left:30%;animation:auroraFloat 22s ease-in-out infinite 5s}

@keyframes auroraFloat{
  0%,100%{transform:translate(0,0) scale(1)}
  25%{transform:translate(60px,-40px) scale(1.1)}
  50%{transform:translate(-30px,60px) scale(.95)}
  75%{transform:translate(40px,30px) scale(1.05)}
}

/* ── Noise Texture ──────────────────────── */
.noise{position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.4;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}

/* ── Layout ─────────────────────────────── */
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}

/* ── Typography ─────────────────────────── */
h1,h2,h3,h4{font-family:'Sora','Inter',sans-serif;font-weight:800;line-height:1.04;letter-spacing:-.045em}
.sec__title{font-size:clamp(2.2rem,5vw,3.8rem);color:#F8FAFC;margin-bottom:1.25rem}
.sec__sub{font-size:1rem;color:#64748B;max-width:52ch;margin:.75rem auto 0;line-height:1.85}
.sec__header{text-align:center;margin-bottom:5rem}
.sec__header .tag{display:block}

.gradient-text{background:linear-gradient(135deg,#3B82F6,#A78BFA,#7C3AED);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.text-amber{color:#F59E0B}

.tag{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#3B82F6;margin-bottom:1.5rem}
.tag--amber{color:#F59E0B}

/* ── Buttons ────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;border-radius:6px;padding:.7rem 1.4rem;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative}
.btn svg,.btn i{width:18px;height:18px;flex-shrink:0}
.btn--primary{background:linear-gradient(135deg,#3B82F6,#7C3AED);color:#fff;box-shadow:0 4px 24px rgba(59,130,246,.2)}
.btn--primary:hover{box-shadow:0 0 40px rgba(124,58,237,.25),0 4px 24px rgba(59,130,246,.3);transform:translateY(-2px)}
.btn--ghost{color:#94A3B8;border:1px solid rgba(148,163,184,.15);background:transparent}
.btn--ghost:hover{color:#F1F5F9;border-color:rgba(148,163,184,.35);background:rgba(255,255,255,.03)}
.btn--lg{padding:.9rem 2rem;font-size:1rem;border-radius:6px}
.btn--sm{padding:.5rem 1.1rem;font-size:.82rem;border-radius:5px}

/* ── Sections ───────────────────────────── */
.sec{padding:7rem 0;position:relative}
.sec--solution{padding:6rem 0 5rem}
.sec--agents{padding:8rem 0}
.sec--arch{padding:6rem 0 7rem}
.sec--roadmap{padding:7rem 0}
.sec--results{padding:8rem 0}
.sec--method{padding:7rem 0}
.sec--faq{padding:6rem 0 7rem}
.sec:nth-child(even){background:linear-gradient(180deg,rgba(10,14,22,.55) 0%,rgba(6,8,13,1) 100%)}

/* Subtle top separator on alternating sections */
.sec:nth-child(even)::before{content:'';position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.045),transparent);pointer-events:none}

/* ── Scroll Reveal ──────────────────────── */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ── 3D Tilt ────────────────────────────── */
[data-tilt]{transition:transform .4s cubic-bezier(.03,.98,.52,.99);transform-style:preserve-3d;will-change:transform}

/* ── NAVBAR ─────────────────────────────── */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;transition:all .3s ease;border-bottom:1px solid transparent}
.nav.scrolled{background:rgba(6,8,13,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:rgba(255,255,255,.06)}
.nav__inner{display:flex;align-items:center;justify-content:space-between}
.nav__logo{display:flex;align-items:center;gap:.6rem;font-family:'Sora',sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:-.02em}
.nav__links{display:flex;gap:2rem}
.nav__links a{font-size:.82rem;font-weight:500;color:#94A3B8;transition:color .2s}
.nav__links a:hover{color:#F1F5F9}
.nav__cta{display:inline-flex}
.nav__burger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}
.nav__burger span{height:2px;background:#E2E8F0;border-radius:2px;transition:all .3s ease}
.nav__burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.nav__burger.active span:nth-child(2){opacity:0}
.nav__burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* Mobile overlay */
.mobile-overlay{position:fixed;inset:0;z-index:999;background:rgba(6,8,13,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}
.mobile-overlay.active{opacity:1;visibility:visible}
.mobile-overlay__nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.mobile-overlay__nav a{font-size:1.3rem;font-weight:600;color:#E2E8F0;transition:color .2s}
.mobile-overlay__nav a:hover{color:#3B82F6}

/* ── Hero dot grid ──────────────────────── */
.hero__grid{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 75% 65% at 68% 42%,rgba(0,0,0,.55),transparent);mask-image:radial-gradient(ellipse 75% 65% at 68% 42%,rgba(0,0,0,.55),transparent);pointer-events:none;z-index:0}

/* ── HERO ───────────────────────────────── */
.hero{padding:8rem 0 0;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.hero__wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero__tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;font-weight:700;color:#64748B;text-transform:uppercase;letter-spacing:.16em;margin-bottom:1.75rem}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:#10B981;box-shadow:0 0 0 0 rgba(16,185,129,.5);animation:pulseDot 2s ease infinite}
@keyframes pulseDot{0%,100%{box-shadow:0 0 0 0 rgba(16,185,129,.5)}50%{box-shadow:0 0 0 8px rgba(16,185,129,0)}}

.hero__title{font-size:clamp(2.2rem,5.5vw,4rem);color:#F8FAFC;margin-bottom:1.5rem;line-height:1.05;letter-spacing:-.05em}
.reveal-word{display:inline-block;opacity:0;transform:translateY(20px);animation:wordReveal .6s cubic-bezier(.16,1,.3,1) forwards}
.reveal-word:nth-child(1){animation-delay:.1s}
.reveal-word:nth-child(2){animation-delay:.2s}
.reveal-word:nth-child(3){animation-delay:.35s}
.reveal-word:nth-child(4){animation-delay:.45s}
.reveal-word:nth-child(5){animation-delay:.6s}
.reveal-word:nth-child(6){animation-delay:.7s}
@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}

.hero__sub{font-size:1.05rem;color:#94A3B8;line-height:1.85;margin-bottom:2.5rem;max-width:46ch}

/* Hero metrics */
.hero__metrics{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}
.hero__metric{flex:1;min-width:110px}
.hero__metric-num{display:block;font-family:'Sora',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#3B82F6,#A78BFA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.4rem}
.hero__metric-label{font-size:.78rem;color:#64748B;line-height:1.5;max-width:none}
.hero__metric-sep{width:1px;height:50px;background:rgba(255,255,255,.08);align-self:center}

/* Hero CTAs */
.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}

/* Hero visual: phone mockup */
.hero__visual{position:relative;display:flex;justify-content:center}
.hero__phone{width:300px;background:#0D1117;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:0;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05);position:relative}
.hero__phone::after{content:'';position:absolute;inset:-30px;border-radius:50px;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.14),transparent 70%);z-index:-1;pointer-events:none}
.phone__notch{width:120px;height:24px;background:#06080D;border-radius:0 0 14px 14px;margin:0 auto;position:relative;z-index:2}
.phone__header{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}
.phone__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3B82F6,#7C3AED);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff;flex-shrink:0}
.phone__name{font-size:.75rem;font-weight:600;color:#E2E8F0}
.phone__status{font-size:.6rem;color:#10B981}
.phone__chat{padding:.75rem;display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow:hidden}

.chat-msg{max-width:85%;padding:.55rem .75rem;border-radius:12px;font-size:.72rem;line-height:1.5;opacity:0;transform:translateY(8px);animation:chatIn .5s ease forwards}
.chat-msg:nth-child(1){animation-delay:.3s}
.chat-msg:nth-child(2){animation-delay:.9s}
.chat-msg:nth-child(3){animation-delay:1.6s}
.chat-msg:nth-child(4){animation-delay:2.2s}
.chat-msg:nth-child(5){animation-delay:2.9s}
.chat-msg:nth-child(6){animation-delay:3.4s}
@keyframes chatIn{to{opacity:1;transform:translateY(0)}}
.chat-in{background:rgba(255,255,255,.06);color:#CBD5E1;align-self:flex-start;border-bottom-left-radius:4px}
.chat-out{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.12);color:#CBD5E1;align-self:flex-end;border-bottom-right-radius:4px}
.chat-time{display:block;text-align:right;font-size:.55rem;color:#64748B;margin-top:.2rem}
.chat-ai{display:inline-block;font-size:.55rem;font-weight:700;color:#10B981;margin-top:.1rem}

/* Floating result cards */
.hero__float{position:absolute;display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:12px;background:rgba(6,8,13,.85);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:.75rem;color:#E2E8F0;box-shadow:0 8px 32px rgba(0,0,0,.4);animation:floatCard 6s ease-in-out infinite}
.hero__float i,.hero__float svg{width:18px;height:18px;color:#3B82F6;flex-shrink:0}
.hero__float strong{display:block;font-size:1rem;font-weight:800;color:#F8FAFC;letter-spacing:-.02em}
.hero__float span{font-size:.65rem;color:#64748B}
.hero__float--1{top:15%;right:-20px;animation-delay:0s}
.hero__float--2{top:50%;left:-30px;animation-delay:2s}
.hero__float--3{bottom:10%;right:-10px;animation-delay:4s}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* ── MARQUEE ────────────────────────────── */
.marquee{width:100%;overflow:hidden;padding:2rem 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);margin-top:4rem;position:relative;z-index:2}
.marquee__track{display:flex;gap:2rem;animation:marqueeScroll 30s linear infinite;width:max-content}
.marquee__track span{font-size:.82rem;font-weight:500;color:#64748B;white-space:nowrap}
.marquee__dot{width:4px;height:4px;border-radius:50%;background:#3B82F6;align-self:center;flex-shrink:0}
@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── PAIN SECTION ───────────────────────── */
/* A imagem NÃO é conteúdo — é estrutura. Ocupa a metade direita da section
   inteira, flush com a borda do viewport, usando position:absolute.
   O texto vive na metade esquerda dentro do .wrap normal.             */
.sec--pain{overflow:hidden;padding:7rem 0 8rem;position:relative}

.pain__scene{
  position:absolute;
  top:0;bottom:0;
  right:0;
  width:42vw;
  z-index:0;
  pointer-events:none;
}
.pain__scene img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center center;
  filter:grayscale(60%) brightness(.55) contrast(1.1);
}
.pain__scene::after{
  content:'';
  position:absolute;inset:0;
  /* gradiente que dissolve a foto na borda esquerda, fundindo com o fundo */
  background:linear-gradient(to right,
    #06080D 0%,
    rgba(6,8,13,.85) 20%,
    rgba(6,8,13,.3) 55%,
    transparent 100%
  );
}

.pain__left{
  position:relative;
  z-index:1;
  max-width:540px;
}
.pain__bignum-bg{
  position:absolute;top:-1rem;left:-1rem;
  font-family:'Sora',sans-serif;
  font-size:clamp(6rem,12vw,11rem);
  font-weight:800;letter-spacing:-.06em;
  color:rgba(245,158,11,.025);
  white-space:nowrap;pointer-events:none;user-select:none;
  line-height:1;z-index:0;
}
.pain__title{font-size:clamp(2rem,4vw,3.2rem);color:#F8FAFC;margin-bottom:1.5rem;line-height:1.06;letter-spacing:-.045em;position:relative;z-index:1}
.pain__statement{font-size:1.05rem;color:#64748B;line-height:1.85;max-width:48ch;margin-bottom:2.75rem;position:relative;z-index:1}
.pain__list{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.07);position:relative;z-index:1}
.pain__item{display:grid;grid-template-columns:36px 1fr;gap:.5rem 1rem;align-items:baseline;padding:1.35rem 0;border-bottom:1px solid rgba(255,255,255,.055)}
.pain__n{font-family:'Sora',sans-serif;font-size:.9rem;font-weight:800;letter-spacing:-.02em;color:rgba(245,158,11,.2);line-height:1}
.pain__item p{font-size:.9375rem;color:#94A3B8;line-height:1.75;max-width:none}

/* ── SOLUTION ───────────────────────────── */
.sec--solution{padding-bottom:5rem}
.sol__head{margin-bottom:4rem}
.sol__title{font-size:clamp(2.6rem,6vw,5rem);color:#F8FAFC;line-height:1.02;letter-spacing:-.05em}
.sol__title em{font-style:italic;color:#A78BFA;font-weight:800}

.sol__contrast{display:grid;grid-template-columns:1fr 48px 1fr;gap:0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.sol__col{padding:2.5rem 0}
.sol__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.75rem}
.sol__col--before .sol__label{color:#475569}
.sol__col--after .sol__label{color:#3B82F6}
.sol__col--after{padding-left:3rem}
.sol__col--before{padding-right:3rem}

.sol__row{padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.05)}
.sol__row:last-child{border-bottom:none}
.sol__col--before .sol__row p{font-size:.95rem;color:#475569;line-height:1.55}
.sol__col--before .sol__row span{color:#334155}
.sol__col--after .sol__row p{font-size:.95rem;color:#CBD5E1;line-height:1.55}
.sol__col--after .sol__row strong{display:block;color:#F8FAFC;font-weight:700;margin-bottom:.15rem}
.sol__col--after .sol__row span{color:#64748B}

.sol__mid{display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:rgba(59,130,246,.35);border-left:1px solid rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.07);font-family:'Sora',sans-serif;font-weight:800}

.sol__note{font-size:1rem;color:#475569;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);max-width:560px}

/* sol__photo removido — contraste table tem presença própria */

/* ── BENTO GRID (Agents) ────────────────── */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}
.bento--wide{grid-column:span 2}
.bento__card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:6px;overflow:hidden;transition:all .4s cubic-bezier(.03,.98,.52,.99);position:relative}
.bento__card:hover{border-color:rgba(59,130,246,.15);background:rgba(59,130,246,.03);box-shadow:0 8px 40px rgba(59,130,246,.08)}
.bento__inner{padding:2rem;display:flex;flex-direction:column;height:100%}
.bento__inner h3{margin-bottom:.6rem}
.bento__inner p{flex:1;margin-bottom:0}
.bento__inner--row{display:grid;grid-template-columns:1fr auto 1fr;gap:0;height:100%}
.bento__half{padding:0 1.5rem}
.bento__half:first-child{padding-left:0}
.bento__half:last-child{padding-right:0}
.bento__divider{width:1px;background:rgba(255,255,255,.06)}
.bento__top{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.bento__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(59,130,246,.08);color:#3B82F6;flex-shrink:0}
.bento__icon svg,.bento__icon i{width:20px;height:20px}
.bento__card h3{font-family:'Sora',sans-serif;font-size:1.3rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.03em;color:#F8FAFC;line-height:1.1}
.bento__card p{font-size:.9rem;color:#94A3B8;line-height:1.8;max-width:none}
.bento__note{text-align:center;font-size:.9rem;color:#64748B;font-style:italic}

/* Bento stat — plain text, no badge */
.bento__stat{font-size:.8rem;color:#475569;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);line-height:1.4;max-width:none}
.bento__stat--blue{color:#60A5FA}
.bento__stat--green{color:#34D399}
.bento__stat--amber{color:#FBBF24}
.bento__stat--purple{color:#C4B5FD}
.bento__stat--cyan{color:#22D3EE}

/* Bento featured card */
.bento--featured{background:linear-gradient(135deg,rgba(59,130,246,.065),rgba(124,58,237,.04));border-color:rgba(59,130,246,.18)}
.bento--featured::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(59,130,246,.35),rgba(124,58,237,.2),transparent 55%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}

/* Bento icon color variants */
.bento__icon--green{background:rgba(16,185,129,.08);color:#10B981}
.bento__icon--amber{background:rgba(245,158,11,.08);color:#F59E0B}
.bento__icon--purple{background:rgba(167,139,250,.08);color:#A78BFA}
.bento__icon--cyan{background:rgba(6,182,212,.08);color:#06B6D4}

/* Bento result badge color variants */
.bento__result--green{color:#10B981;border-color:rgba(16,185,129,.18);background:rgba(16,185,129,.07)}
.bento__result--amber{color:#F59E0B;border-color:rgba(245,158,11,.18);background:rgba(245,158,11,.07)}
.bento__result--purple{color:#A78BFA;border-color:rgba(167,139,250,.18);background:rgba(167,139,250,.07)}
.bento__result--cyan{color:#06B6D4;border-color:rgba(6,182,212,.18);background:rgba(6,182,212,.07)}

/* ── STACK (Architecture) ───────────────── */
.stack{max-width:900px;margin:0 auto 3rem;border-top:1px solid rgba(255,255,255,.07)}
.stack__row{display:grid;grid-template-columns:72px 1fr 2fr;gap:1.5rem 2rem;align-items:baseline;padding:1.75rem 0;border-bottom:1px solid rgba(255,255,255,.06);transition:background .25s}
.stack__row:hover .stack__n{color:rgba(59,130,246,.5)}
.stack__n{font-family:'Sora',sans-serif;font-size:2rem;font-weight:800;color:rgba(59,130,246,.14);letter-spacing:-.06em;line-height:1;transition:color .25s}
.stack__row h3{font-size:1.05rem;font-weight:700;color:#F8FAFC;letter-spacing:-.02em;line-height:1.2}
.stack__row p{font-size:.875rem;color:#64748B;line-height:1.5}

.lockin{display:flex;align-items:center;gap:.75rem;max-width:900px;margin:0 auto;font-size:.875rem;color:#475569;padding-top:.5rem}
.lockin i,.lockin svg{width:16px;height:16px;color:#3B82F6;flex-shrink:0}

/* ── ROADMAP ────────────────────────────── */
.road__header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding-bottom:3rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.07)}
.road__header-left{}
.road__header-right{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}
.road__promise{display:flex;align-items:flex-start;gap:1.25rem}
.road__promise-num{font-family:'Sora',sans-serif;font-size:clamp(4rem,8vw,6.5rem);font-weight:800;letter-spacing:-.06em;line-height:1;color:#F8FAFC;flex-shrink:0}
.road__promise-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#3B82F6;display:block;margin-bottom:.3rem}
.road__promise p{font-size:.9rem;color:#64748B;line-height:1.6;margin:0;max-width:28ch}
.road__bar{}
.road__bar-track{display:grid;grid-template-columns:repeat(4,1fr);border-radius:4px;overflow:hidden;height:36px}
.road__bar-seg{display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.5);transition:color .3s}
.road__bar-seg:hover{color:#fff}
.road__bar-seg--1{background:rgba(59,130,246,.22);border-right:1px solid rgba(0,0,0,.2)}
.road__bar-seg--2{background:rgba(59,130,246,.35);border-right:1px solid rgba(0,0,0,.2)}
.road__bar-seg--3{background:rgba(59,130,246,.52);border-right:1px solid rgba(0,0,0,.2)}
.road__bar-seg--4{background:rgba(124,58,237,.55)}

.road__grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:0}
.road__step{padding:2.5rem 2rem 2rem;border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:1.5rem;transition:background .3s}
.road__step:last-child{border-right:none}
.road__step:hover{background:rgba(255,255,255,.015)}
.road__step-top{display:flex;align-items:center;gap:0}
.road__step-num{font-family:'Sora',sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.06em;color:rgba(248,250,252,.12);line-height:1;transition:color .4s;white-space:nowrap}
.road__step:hover .road__step-num{color:rgba(59,130,246,.35)}
.road__step--infinite .road__step-num{color:rgba(124,58,237,.2)}
.road__step--infinite:hover .road__step-num{color:rgba(124,58,237,.5)}
.road__step-dot{width:6px;height:6px;border-radius:50%;background:#3B82F6;flex-shrink:0;margin-left:1rem;box-shadow:0 0 8px rgba(59,130,246,.5)}
.road__step--infinite .road__step-dot{background:#7C3AED;box-shadow:0 0 8px rgba(124,58,237,.5)}
.road__step-body{display:flex;flex-direction:column;flex:1}
.road__phase{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#3B82F6;display:block;margin-bottom:.75rem}
.road__step--infinite .road__phase{color:#7C3AED}
.road__step-body h3{font-size:1.05rem;font-weight:800;color:#F8FAFC;letter-spacing:-.03em;margin-bottom:.9rem;line-height:1.2}
.road__step-body ul{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.25rem;flex:1}
.road__step-body li{font-size:.82rem;color:#475569;padding-left:.9rem;position:relative;line-height:1.5}
.road__step-body li::before{content:'';position:absolute;left:0;top:.56rem;width:3px;height:1px;background:#3B82F6}
.road__step--infinite li::before{background:#7C3AED}
.road__outcome{font-size:.8rem;font-weight:700;color:#10B981;padding-top:.9rem;border-top:1px solid rgba(16,185,129,.15);margin:0;line-height:1.4}
.road__step--infinite .road__outcome{color:#A78BFA;border-top-color:rgba(167,139,250,.15)}

/* ── METRICS STRIP ──────────────────────── */
.metrics-strip{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr;gap:0;margin-bottom:4.5rem;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.metric{padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}
.metric__div{background:rgba(255,255,255,.07)}
.metric__n{font-family:'Sora',sans-serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;color:#F8FAFC;letter-spacing:-.05em;line-height:1}
.metric__n em{font-style:normal;font-size:.65em;color:#3B82F6;letter-spacing:-.02em}
.metric__label{font-size:.9rem;font-weight:600;color:#CBD5E1;letter-spacing:-.01em}
.metric__sub{font-size:.75rem;color:#475569;line-height:1.4}

/* ROI Simulator */
.roi{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:2.5rem;max-width:850px;margin:0 auto;position:relative;overflow:hidden}
.roi::before{content:'';position:absolute;top:-40%;left:-20%;width:140%;height:80%;background:radial-gradient(ellipse,rgba(59,130,246,.04) 0%,transparent 70%);pointer-events:none}
.roi__head{text-align:center;margin-bottom:2rem;position:relative}
.roi__head h3{font-size:1.3rem;font-weight:800;margin-bottom:.4rem;letter-spacing:-.02em;color:#F8FAFC}
.roi__head p{font-size:.9rem;color:#94A3B8}
.roi__body{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;position:relative}
.roi__field{margin-bottom:1.5rem}
.roi__field:last-child{margin-bottom:0}
.roi__field label{display:block;font-size:.82rem;font-weight:600;color:#94A3B8;margin-bottom:.6rem}
.roi__range{width:100%;height:6px;border-radius:3px;background:rgba(255,255,255,.08);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}
.roi__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#3B82F6,#7C3AED);cursor:pointer;box-shadow:0 0 12px rgba(59,130,246,.4)}
.roi__range::-moz-range-thumb{width:20px;height:20px;border-radius:50%;border:none;background:linear-gradient(135deg,#3B82F6,#7C3AED);cursor:pointer;box-shadow:0 0 12px rgba(59,130,246,.4)}
.roi__display{text-align:right;font-size:.85rem;color:#94A3B8;margin-top:.4rem}
.roi__display span{font-weight:700;color:#F8FAFC;font-size:1rem}
.roi__input-wrap{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);transition:border-color .2s}
.roi__input-wrap:focus-within{border-color:rgba(59,130,246,.3)}
.roi__input-wrap span{font-size:.9rem;color:#64748B;font-weight:500}
.roi__input-wrap input{background:none;border:none;outline:none;color:#F8FAFC;font-size:1rem;font-weight:700;width:100%;-moz-appearance:textfield;appearance:textfield}
.roi__input-wrap input::-webkit-inner-spin-button,.roi__input-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.roi__output{display:flex;flex-direction:column;justify-content:center;gap:1rem}
.roi__out-item{text-align:center}
.roi__out-label{display:block;font-size:.78rem;color:#64748B;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}
.roi__out-num{font-family:'Sora',sans-serif;font-size:2.5rem;font-weight:800;color:#F8FAFC;letter-spacing:-.03em}
.roi__out-money{background:linear-gradient(135deg,#10B981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:3rem}
.roi__out-sep{height:1px;background:rgba(255,255,255,.06);margin:.25rem 0}
.roi__context{font-size:.82rem;color:#94A3B8;line-height:1.6;text-align:center}
.roi__context strong{color:#F8FAFC}
.roi__disc{text-align:center;font-size:.75rem;color:#475569;margin-top:1.5rem;position:relative}

/* ── METHODOLOGY ────────────────────────── */
.method{display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:start}
.method__quote{font-family:'Sora',sans-serif;font-size:clamp(1.25rem,2.5vw,1.7rem);font-weight:800;color:#F8FAFC;line-height:1.3;letter-spacing:-.03em;margin-top:1.5rem}
.method__quote em{font-style:normal;color:#A78BFA}
.method__list{list-style:none;padding:0;border-top:1px solid rgba(255,255,255,.07)}
.method__list li{padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem;color:#94A3B8;display:flex;align-items:center;gap:.75rem;line-height:1.5}
.method__list li::before{content:'';width:4px;height:4px;border-radius:50%;background:#3B82F6;flex-shrink:0}

/* ── ABOUT ──────────────────────────────── */
/* Mesma técnica do Pain mas espelhada: foto ocupa a metade ESQUERDA
   do viewport inteiro. Texto à direita dentro do wrap normal.        */
.sec--about{padding:8rem 0;overflow:hidden;position:relative}

.about__scene{
  position:absolute;
  top:0;bottom:0;
  left:0;
  width:44vw;
  z-index:0;
  pointer-events:none;
}
.about__scene img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:center 35%;
  filter:grayscale(55%) brightness(.5) contrast(1.1);
}
.about__scene::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(to left,
    #06080D 0%,
    rgba(6,8,13,.9) 15%,
    rgba(6,8,13,.35) 55%,
    transparent 100%
  );
}

/* O layout usa .wrap normal; o spacer empurra o conteúdo para a direita */
.about{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:start;position:relative;z-index:1}
.about__spacer{/* coluna vazia que ocupa a metade esquerda */}
.about__body{padding-left:4rem}
.about__title{font-family:'Sora',sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;color:#F8FAFC;line-height:1.04;letter-spacing:-.045em;margin-bottom:1.5rem}
.about__body p{font-size:1rem;color:#94A3B8;line-height:1.85;margin-bottom:1.25rem}
.about__body p:last-of-type{margin-bottom:0}
.about__values{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255,255,255,.07);margin-top:2.5rem}
.about__val{padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.055)}
.about__val h4{font-size:.9rem;font-weight:700;color:#F8FAFC;margin-bottom:.25rem;letter-spacing:-.01em}
.about__val p{font-size:.85rem;color:#64748B;line-height:1.55;max-width:none;margin:0}

/* ── FAQ ────────────────────────────────── */
.faq{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.faq__item{border:none;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;overflow:hidden;transition:all .3s ease}
.faq__item:first-child{border-top:1px solid rgba(255,255,255,.06)}
.faq__item[open]{border-bottom-color:rgba(59,130,246,.15)}
.faq__item summary{padding:1.25rem 0;font-size:.95rem;font-weight:600;color:#E2E8F0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color .2s}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:'+';font-size:1.2rem;color:#3B82F6;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}
.faq__item[open] summary::after{transform:rotate(45deg)}
.faq__item p{padding:0 0 1.25rem;font-size:.9rem;color:#94A3B8;line-height:1.7}

/* ── CTA FINAL ──────────────────────────── */
.sec--cta{padding:8rem 0;position:relative;overflow:hidden}
.cta__bg{position:absolute;inset:0;z-index:0}
.cta__bg img{width:100%;height:100%;object-fit:cover;object-position:center 60%;filter:brightness(.3) saturate(.4)}
.cta__bg-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(6,8,13,.85) 0%,rgba(6,8,13,.6) 50%,rgba(6,8,13,.9) 100%)}
.sec--cta .wrap{position:relative;z-index:1}
.cta{max-width:720px;margin:0 auto;text-align:center}
.cta__title{font-size:clamp(1.8rem,4vw,2.8rem);color:#F8FAFC;margin-bottom:1rem;line-height:1.1}
.cta__sub{font-size:1rem;color:#94A3B8;line-height:1.7;margin-bottom:2.5rem}
.cta__form{text-align:left}
.cta__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.cta__field label{display:block;font-size:.78rem;font-weight:600;color:#94A3B8;margin-bottom:.4rem}
.cta__field input{width:100%;padding:.75rem 1rem;border-radius:4px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#F8FAFC;transition:all .2s;outline:none}
.cta__field input::placeholder{color:#475569}
.cta__field input:focus{border-color:rgba(59,130,246,.4);box-shadow:0 0 0 3px rgba(59,130,246,.1)}
.cta__submit{width:100%;justify-content:center;margin-top:.5rem}
.cta__note{text-align:center;font-size:.75rem;color:#475569;margin-top:1rem}

/* ── FOOTER ─────────────────────────────── */
.footer{padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.04);position:relative;z-index:2}
.footer__top{display:grid;grid-template-columns:1.2fr 2fr;gap:3rem;margin-bottom:2rem}
.footer__brand p{font-size:.82rem;color:#475569;line-height:1.6;margin-top:.75rem;max-width:280px}
.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.footer__col h4{font-size:.75rem;font-weight:700;color:#64748B;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}
.footer__col a{display:block;font-size:.82rem;color:#475569;padding:.2rem 0;transition:color .2s}
.footer__col a:hover{color:#E2E8F0}
.footer__bottom{border-top:1px solid rgba(255,255,255,.04);padding-top:1.5rem;text-align:center}
.footer__bottom p{font-size:.72rem;color:#334155;line-height:1.6}

/* ── Magnetic Buttons ───────────────────── */
.magnetic-btn{transition:transform .3s cubic-bezier(.03,.98,.52,.99)}

/* ── Spotlight cursor (applied via JS) ──── */
.spotlight{position:fixed;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 70%);pointer-events:none;z-index:1;transform:translate(-50%,-50%);transition:opacity .3s ease;opacity:0}
.spotlight.active{opacity:1}

/* ── RESPONSIVE ─────────────────────────── */
@media(max-width:1024px){
  .hero__wrap{grid-template-columns:1fr;text-align:center;gap:3rem}
  .hero__sub{margin:0 auto 2.5rem;max-width:100%}
  .hero__metrics{justify-content:center}
  .hero__ctas{justify-content:center}
  .hero__visual{order:-1}
  .pain__list{grid-template-columns:repeat(2,1fr)}
  .bento{grid-template-columns:repeat(2,1fr)}
  .bento--wide{grid-column:span 2}

  .roi__body{grid-template-columns:1fr}
  .about{grid-template-columns:1fr}
  .footer__top{grid-template-columns:1fr}
}
@media(max-width:768px){
  .wrap{padding:0 1.25rem}
  .sec{padding:5rem 0}
  .nav__links,.nav__cta{display:none}
  .nav__burger{display:flex}
  .hero{padding:6rem 0 0;min-height:auto}
  .hero__title{font-size:clamp(1.8rem,7vw,2.8rem)}
  .hero__metric-sep{display:none}
  .hero__metrics{gap:1.25rem}
  .hero__phone{width:260px}
  .hero__float{display:none}
  .bento{grid-template-columns:1fr}
  .bento--wide{grid-column:span 1}
  .bento__inner--row{grid-template-columns:1fr;gap:1.5rem}
  .bento__divider{width:100%;height:1px}
  .bento__half{padding:0}

  .pain__scene{display:none}
  .pain__bignum-bg{font-size:clamp(4rem,14vw,8rem)}
  .pain__title{font-size:clamp(1.8rem,5vw,2.4rem)}

  .sol__contrast{grid-template-columns:1fr;border:none}
  .sol__mid{display:none}
  .sol__col--before{padding-right:0;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:2rem;margin-bottom:.5rem}
  .sol__col--after{padding-left:0}
  .stack__row{grid-template-columns:48px 1fr}
  .stack__row p{grid-column:2}
  .metrics-strip{grid-template-columns:1fr 1px 1fr;grid-template-rows:1fr 1px 1fr}
  .metric__div:last-of-type{display:none}
  .method{grid-template-columns:1fr;gap:2.5rem}
  .road__header{grid-template-columns:1fr;gap:2rem}
  .road__grid{grid-template-columns:1fr 1fr}
  .road__step:nth-child(2){border-right:none}
  .road__step:nth-child(3){border-right:1px solid rgba(255,255,255,.07)}
  .road__step:nth-child(n+3){border-top:none}
  .about__scene{display:none}
  .about{grid-template-columns:1fr}
  .about__spacer{display:none}
  .about__body{padding-left:0}
  .cta__row{grid-template-columns:1fr}
  .footer__links{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:420px){
  .hero__title{font-size:1.6rem}
  .hero__ctas{flex-direction:column}
  .hero__ctas .btn{width:100%;justify-content:center}
  .pain__list{grid-template-columns:1fr}
  .metrics-strip{grid-template-columns:1fr;grid-template-rows:auto}
  .metric__div{display:none}
  .footer__links{grid-template-columns:1fr}
  .stack__row{grid-template-columns:1fr}
  .stack__n{font-size:1.4rem}
  .road__grid{grid-template-columns:1fr}
  .road__step{border-right:none}
  .road__step:nth-child(3){border-right:none}
}
