.crivo-landing{--teal:var(--crivo-teal);--teal-deep:var(--crivo-teal-escuro);--teal-bright:var(--crivo-teal-bright);--pass:var(--crivo-passou);--hold:var(--crivo-atencao);--hold-soft:var(--crivo-atencao-vivo);--ink:var(--crivo-ink);--paper:var(--crivo-paper);--stone:var(--crivo-stone);--slate:var(--crivo-slate);--white:#fff;--indigo:var(--crivo-indigo);--s1:var(--crivo-superficie-1);--s2:var(--crivo-superficie-2);--border-d:var(--crivo-borda-escura);--label-d:var(--crivo-rotulo-escuro);--muted-d:var(--crivo-mudo-escuro);--border-l:rgba(12,20,20,0.1);--label-l:#3e7a77;--muted-l:#5c6b6a;--fam-titulo:var(--fonte-titulo),"Sora",sans-serif;--fam-corpo:var(--fonte-corpo),"Plus Jakarta Sans",sans-serif;--fam-mono:var(--fonte-mono),"IBM Plex Mono",monospace;--fam-inter:var(--fonte-inter),"Inter",sans-serif;--maxw:1160px;--pad:clamp(20px,5vw,64px);--r:14px;--ease:cubic-bezier(0.22,0.61,0.36,1);background:var(--paper);color:var(--ink);font-family:var(--fam-corpo);font-size:17px;line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}.crivo-landing *,.crivo-landing :after,.crivo-landing :before{box-sizing:border-box;margin:0;padding:0}.crivo-landing ::selection{background:var(--teal-bright);color:var(--ink)}.crivo-landing h1,.crivo-landing h2,.crivo-landing h3,.crivo-landing h4{font-family:var(--fam-titulo);font-weight:600;letter-spacing:-.025em;line-height:1.08}.crivo-landing a{color:inherit;text-decoration:none}.crivo-landing :focus-visible{outline:2.5px solid var(--teal-bright);outline-offset:3px;border-radius:3px}.crivo-landing .wrap{max-width:var(--maxw);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.crivo-landing .eyebrow,.crivo-landing .mono{font-family:var(--fam-mono)}.crivo-landing .eyebrow{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;display:inline-flex;align-items:center;gap:14px}.crivo-landing .eyebrow:before{content:"";width:26px;height:1px;background:currentColor;opacity:.5}.crivo-landing .btn{font-family:var(--fam-titulo);font-weight:600;font-size:15px;letter-spacing:-.01em;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 26px;border-radius:10px;cursor:pointer;border:1px solid transparent;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease);white-space:nowrap}.crivo-landing .btn-primary{background:var(--teal-bright);color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 10px 30px rgba(19,168,158,.28)}.crivo-landing .btn-primary:hover{background:#1cc1b5;transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 16px 40px rgba(19,168,158,.36)}.crivo-landing .btn-ghost-d{background:transparent;color:var(--paper);border-color:rgba(255,255,255,.22)}.crivo-landing .btn-ghost-d:hover{border-color:var(--teal-bright);color:var(--teal-bright);transform:translateY(-2px)}.crivo-landing .btn-ghost-l{background:transparent;color:var(--teal);border-color:var(--border-l)}.crivo-landing .btn-ghost-l:hover{border-color:var(--teal);transform:translateY(-2px)}.crivo-landing .btn .arr{transition:transform .25s var(--ease)}.crivo-landing .btn:hover .arr{transform:translateX(4px)}.crivo-landing .to-top{position:fixed;right:clamp(20px,4vw,40px);bottom:clamp(20px,4vw,40px);z-index:60;width:52px;height:52px;border-radius:50%;border:1px solid var(--border-d);background:rgba(12,20,20,.86);backdrop-filter:blur(14px) saturate(1.2);color:var(--teal-bright);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(12,20,20,.28);opacity:0;visibility:hidden;transform:translateY(14px) scale(.9);transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}.crivo-landing .to-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.crivo-landing .to-top:hover{background:var(--teal-bright);color:var(--ink);border-color:var(--teal-bright);transform:translateY(-3px) scale(1)}.crivo-landing .to-top svg{width:20px;height:20px}.crivo-landing header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .35s var(--ease),backdrop-filter .35s var(--ease),border-color .35s var(--ease);border-bottom:1px solid transparent}.crivo-landing header.scrolled{background:rgba(12,20,20,.82);backdrop-filter:blur(16px) saturate(1.2);border-bottom-color:var(--border-d)}.crivo-landing .nav{display:flex;align-items:center;justify-content:space-between;height:74px}.crivo-landing .brand{display:flex;align-items:center;gap:12px}.crivo-landing .brand .mark{width:34px;height:34px;flex-shrink:0}.crivo-landing .brand .wm{font-family:var(--fam-titulo);font-weight:700;font-size:23px;letter-spacing:-.04em;color:var(--paper)}.crivo-landing .nav-links{display:flex;align-items:center;gap:38px}.crivo-landing .nav-links a.nl{font-size:14.5px;font-weight:500;color:rgba(247,250,249,.72);position:relative;padding:4px 0;transition:color .2s var(--ease)}.crivo-landing .nav-links a.nl:after{content:"";position:absolute;left:0;bottom:-2px;height:1.5px;width:0;background:var(--teal-bright);transition:width .25s var(--ease)}.crivo-landing .nav-links a.nl:hover{color:var(--paper)}.crivo-landing .nav-links a.nl:hover:after{width:100%}.crivo-landing .nav-cta{display:flex;align-items:center;gap:18px}.crivo-landing .nav-cta .nl-entrar{font-size:14.5px;font-weight:500;color:rgba(247,250,249,.82);transition:color .2s var(--ease)}.crivo-landing .nav-cta .nl-entrar:hover{color:var(--teal-bright)}.crivo-landing .menu-btn{display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;align-items:center;justify-content:center}.crivo-landing .menu-btn span{display:block;width:22px;height:2px;background:var(--paper);position:relative;transition:.3s}.crivo-landing .menu-btn span:after,.crivo-landing .menu-btn span:before{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--paper);transition:.3s}.crivo-landing .menu-btn span:before{top:-7px}.crivo-landing .menu-btn span:after{top:7px}.crivo-landing .hero{position:relative;background:var(--ink);color:var(--paper);padding-top:150px;padding-bottom:clamp(80px,10vw,130px);overflow:hidden}.crivo-landing .hero:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(120% 90% at 78% 18%,rgba(10,77,77,.85) 0,rgba(10,77,77,0) 55%),radial-gradient(80% 70% at 95% 60%,rgba(19,168,158,.14) 0,rgba(19,168,158,0) 60%)}.crivo-landing .hero .wrap{position:relative;z-index:1}.crivo-landing .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,5vw,80px);align-items:center}.crivo-landing .hero-kicker{color:var(--label-d);margin-bottom:30px}.crivo-landing .hero h1{font-size:clamp(40px,5.6vw,72px);font-weight:700;letter-spacing:-.045em;line-height:.98;color:var(--paper)}.crivo-landing .hero h1 .em{color:var(--teal-bright)}.crivo-landing .hero-sub{font-size:clamp(17px,1.4vw,20px);font-weight:300;color:var(--muted-d);margin-top:26px;max-width:30em;line-height:1.6}.crivo-landing .hero-sub b{font-weight:500;color:var(--paper)}.crivo-landing .hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.crivo-landing .hero-trust{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:34px;font-family:var(--fam-mono);font-size:12px;letter-spacing:.04em;color:var(--label-d)}.crivo-landing .hero-trust span{display:inline-flex;align-items:center;gap:8px}.crivo-landing .hero-trust span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal-bright)}.crivo-landing .scene{position:relative;background:linear-gradient(160deg,var(--s2) 0,var(--s1) 100%);border:1px solid var(--border-d);border-radius:22px;padding:30px;box-shadow:0 40px 90px rgba(0,0,0,.5),0 0 0 1px rgba(19,168,158,.06)}.crivo-landing .scene-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.crivo-landing .scene-tag{font-family:var(--fam-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--label-d)}.crivo-landing .scene-dots{display:flex;gap:6px}.crivo-landing .scene-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.14)}.crivo-landing .scene svg{width:100%;height:auto;display:block}.crivo-landing section{position:relative}.crivo-landing .sec{padding-top:clamp(76px,9vw,120px);padding-bottom:clamp(76px,9vw,120px)}.crivo-landing .sec-light{background:var(--paper);color:var(--ink)}.crivo-landing .sec-dark{background:var(--ink);color:var(--paper)}.crivo-landing .sec-teal{background:var(--teal-deep);color:var(--paper)}.crivo-landing .sec-head{max-width:760px}.crivo-landing .sec-head .eyebrow{margin-bottom:22px}.crivo-landing .sec-light .eyebrow{color:var(--label-l)}.crivo-landing .sec-dark .eyebrow,.crivo-landing .sec-teal .eyebrow{color:var(--label-d)}.crivo-landing .sec-head h2{font-size:clamp(30px,3.8vw,46px);letter-spacing:-.035em}.crivo-landing .sec-head .lead{font-size:clamp(17px,1.4vw,19px);margin-top:20px;font-weight:400}.crivo-landing .sec-light .lead{color:var(--muted-l)}.crivo-landing .sec-dark .lead,.crivo-landing .sec-teal .lead{color:var(--muted-d);font-weight:300}.crivo-landing .prob-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,5vw,72px);align-items:center;margin-top:62px}.crivo-landing .prob-list{display:flex;flex-direction:column;gap:4px}.crivo-landing .prob-item{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--border-l)}.crivo-landing .prob-item:last-child{border-bottom:1px solid var(--border-l)}.crivo-landing .prob-num{font-family:var(--fam-mono);font-size:12px;color:var(--label-l);padding-top:4px}.crivo-landing .prob-item h4{font-size:18px;font-weight:600;margin-bottom:5px}.crivo-landing .prob-item p{font-size:15.5px;color:var(--muted-l);line-height:1.55}.crivo-landing .scatter{position:relative;background:#fff;border:1px solid var(--border-l);border-radius:var(--r);padding:32px;min-height:340px;box-shadow:0 24px 60px rgba(12,20,20,.07);overflow:hidden}.crivo-landing .scatter-label{font-family:var(--fam-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--slate);margin-bottom:24px}.crivo-landing .chips-mess{display:flex;flex-wrap:wrap;gap:10px}.crivo-landing .chip-src{font-family:var(--fam-mono);font-size:12.5px;color:var(--slate);border:1px dashed rgba(92,107,106,.4);border-radius:7px;padding:9px 13px;background:var(--paper);transition:transform .4s var(--ease)}.crivo-landing .scatter:after{content:"fontes dispersas, sem prova organizada";position:absolute;left:32px;right:32px;bottom:26px;font-family:var(--fam-mono);font-size:11px;color:var(--hold);letter-spacing:.04em}.crivo-landing .flow{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:62px}.crivo-landing .step{background:#fff;border:1px solid var(--border-l);border-radius:var(--r);padding:28px 24px 26px;position:relative;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.crivo-landing .step:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(12,20,20,.09);border-color:rgba(19,168,158,.35)}.crivo-landing .step-n{font-family:var(--fam-mono);font-size:12px;color:var(--label-l);letter-spacing:.1em}.crivo-landing .step-ico{width:42px;height:42px;margin:18px 0;color:var(--teal)}.crivo-landing .step h4{font-size:18px;margin-bottom:8px}.crivo-landing .step p{font-size:14.5px;color:var(--muted-l);line-height:1.55}.crivo-landing .flow-arrow{position:absolute;top:50%;right:-13px;transform:translateY(-50%);color:var(--stone);z-index:2}.crivo-landing .status-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px;align-items:center}.crivo-landing .status-row .rl{font-family:var(--fam-mono);font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin-right:6px}.crivo-landing .stat{font-family:var(--fam-mono);font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:9px;padding:8px 15px;border-radius:8px;border:1px solid}.crivo-landing .stat:before{content:"";width:9px;height:9px;border-radius:50%}.crivo-landing .stat.pass{color:var(--pass);border-color:rgba(31,157,87,.35);background:rgba(31,157,87,.07)}.crivo-landing .stat.pass:before{background:var(--pass)}.crivo-landing .stat.warn{color:#a6480f;border-color:rgba(232,136,75,.4);background:rgba(232,136,75,.1)}.crivo-landing .stat.warn:before{background:var(--hold-soft)}.crivo-landing .stat.hold{color:var(--hold);border-color:rgba(194,65,12,.35);background:rgba(194,65,12,.07)}.crivo-landing .stat.hold:before{background:var(--hold);box-shadow:0 0 0 0 rgba(194,65,12,.5);animation:crivo-pulse 2.6s var(--ease) infinite}@keyframes crivo-pulse{0%{box-shadow:0 0 0 0 rgba(194,65,12,.5)}70%{box-shadow:0 0 0 7px rgba(194,65,12,0)}to{box-shadow:0 0 0 0 rgba(194,65,12,0)}}.crivo-landing .diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:64px}.crivo-landing .diff{background:linear-gradient(165deg,rgba(22,41,42,.9),rgba(16,28,28,.7));border:1px solid var(--border-d);border-radius:18px;padding:34px 30px 36px;transition:transform .3s var(--ease),border-color .3s var(--ease),background .3s var(--ease);display:flex;flex-direction:column}.crivo-landing .diff:hover{transform:translateY(-5px);border-color:rgba(19,168,158,.42);background:linear-gradient(165deg,rgba(26,48,49,.95),rgba(18,32,32,.8))}.crivo-landing .diff-n{font-family:var(--fam-mono);font-size:12px;color:var(--label-d);letter-spacing:.14em;margin-bottom:24px}.crivo-landing .diff-ico{width:46px;height:46px;color:var(--teal-bright);margin-bottom:22px}.crivo-landing .diff h3{font-size:23px;color:var(--paper);margin-bottom:13px;letter-spacing:-.03em}.crivo-landing .diff p{font-size:15.5px;color:var(--muted-d);font-weight:300;line-height:1.6}.crivo-landing .diff p b{color:var(--paper);font-weight:500}.crivo-landing .diff .tagline{margin-top:22px;padding-top:20px;border-top:1px solid var(--border-d);font-family:var(--fam-mono);font-size:12px;color:var(--teal-bright);letter-spacing:.03em}.crivo-landing .diff.flagship{border-color:rgba(19,168,158,.4);background:linear-gradient(165deg,rgba(14,110,110,.4),rgba(16,28,28,.75));position:relative}.crivo-landing .diff.flagship:before{content:"bandeira central";position:absolute;top:18px;right:20px;font-family:var(--fam-mono);font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--label-d)}.crivo-landing .who-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:60px}.crivo-landing .who{border-radius:18px;padding:38px 36px;position:relative;overflow:hidden;border:1px solid var(--border-l);background:#fff;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.crivo-landing .who:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(12,20,20,.1)}.crivo-landing .who-badge{font-family:var(--fam-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:6px 12px;border-radius:30px;display:inline-block;margin-bottom:22px}.crivo-landing .who.now .who-badge{color:var(--teal);background:rgba(14,110,110,.09);border:1px solid rgba(14,110,110,.2)}.crivo-landing .who.next .who-badge{color:var(--slate);background:rgba(92,107,106,.08);border:1px solid rgba(92,107,106,.2)}.crivo-landing .who h3{font-size:25px;margin-bottom:14px;letter-spacing:-.03em}.crivo-landing .who p{font-size:16px;color:var(--muted-l);line-height:1.6}.crivo-landing .who ul{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:13px}.crivo-landing .who li{display:grid;grid-template-columns:auto 1fr;gap:13px;font-size:15px;color:var(--ink);align-items:start}.crivo-landing .who li svg{margin-top:3px;color:var(--teal);flex-shrink:0}.crivo-landing .who li b{font-weight:600}.crivo-landing .dossie-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(40px,5vw,70px);align-items:center;margin-top:62px}.crivo-landing .dossie-points{display:flex;flex-direction:column;gap:26px}.crivo-landing .dpoint{display:grid;grid-template-columns:auto 1fr;gap:18px}.crivo-landing .dpoint .di{width:38px;height:38px;border-radius:10px;background:rgba(19,168,158,.1);border:1px solid var(--border-d);display:flex;align-items:center;justify-content:center;color:var(--teal-bright);flex-shrink:0}.crivo-landing .dpoint h4{font-size:18px;color:var(--paper);margin-bottom:5px}.crivo-landing .dpoint p{font-size:15px;color:var(--muted-d);font-weight:300;line-height:1.55}.crivo-landing .dossie{background:#0a1313;border:1px solid var(--border-d);border-radius:16px;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.5);font-family:var(--fam-mono)}.crivo-landing .dossie-bar{display:flex;align-items:center;gap:8px;padding:14px 18px;background:rgba(255,255,255,.03);border-bottom:1px solid var(--border-d)}.crivo-landing .dossie-bar .tl{display:flex;gap:6px}.crivo-landing .dossie-bar .tl i{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.12)}.crivo-landing .dossie-bar .tt{font-size:11px;color:var(--label-d);letter-spacing:.1em;margin-left:6px}.crivo-landing .dossie-body{padding:22px 22px 24px}.crivo-landing .dline{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px dashed rgba(19,168,158,.12);font-size:13px}.crivo-landing .dline:last-child{border-bottom:none}.crivo-landing .dline .src{color:var(--muted-d);display:flex;flex-direction:column;gap:2px}.crivo-landing .dline .src small{font-size:10.5px;color:var(--label-d);letter-spacing:.02em}.crivo-landing .dline .res{display:inline-flex;align-items:center;gap:8px;font-weight:500;white-space:nowrap}.crivo-landing .dline .res:before{content:"";width:8px;height:8px;border-radius:50%}.crivo-landing .res.ok{color:var(--pass)}.crivo-landing .res.ok:before{background:var(--pass)}.crivo-landing .res.warn{color:var(--hold-soft)}.crivo-landing .res.warn:before{background:var(--hold-soft)}.crivo-landing .res.skip{color:var(--slate)}.crivo-landing .res.skip:before{background:var(--slate)}.crivo-landing .dossie-foot{padding:16px 22px;background:rgba(19,168,158,.05);border-top:1px solid var(--border-d);font-size:11.5px;color:var(--label-d);display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.crivo-landing .dossie-id{padding:14px 22px 4px;font-size:13px;color:var(--paper);display:flex;flex-wrap:wrap;gap:6px 16px;align-items:baseline}.crivo-landing .dossie-id .lbl{font-size:10.5px;color:var(--label-d);letter-spacing:.14em;text-transform:uppercase}.crivo-landing .cta{position:relative;overflow:hidden}.crivo-landing .cta:before{content:"";position:absolute;inset:0;background:radial-gradient(70% 120% at 50% 0,rgba(19,168,158,.22),transparent 60%)}.crivo-landing .cta .wrap{position:relative;z-index:1;text-align:center;max-width:740px}.crivo-landing .cta h2{font-size:clamp(32px,4.4vw,52px);letter-spacing:-.04em}.crivo-landing .cta h2 .em{color:var(--teal-bright)}.crivo-landing .cta .lead{color:var(--muted-d);font-weight:300;margin:22px auto 0;max-width:36em;font-size:18px}.crivo-landing .form{display:flex;gap:12px;margin:40px auto 0;max-width:560px;background:rgba(255,255,255,.04);border:1px solid var(--border-d);border-radius:14px;padding:10px;transition:border-color .25s var(--ease)}.crivo-landing .form:focus-within{border-color:rgba(19,168,158,.45)}.crivo-landing .form input{flex:1;background:transparent;border:none;outline:none;color:var(--paper);font-family:var(--fam-corpo);font-size:16px;padding:0 16px;min-width:0}.crivo-landing .form input::placeholder{color:var(--muted-d)}.crivo-landing .form .btn{padding:14px 24px}.crivo-landing .form-note{font-family:var(--fam-mono);font-size:12px;color:var(--label-d);margin-top:18px;letter-spacing:.03em}.crivo-landing .form-ok{margin:40px auto 0;max-width:560px;padding:24px;border-radius:14px;background:rgba(31,157,87,.1);border:1px solid rgba(31,157,87,.3);color:var(--paper);font-size:16px;display:none;align-items:center;gap:14px;text-align:left}.crivo-landing .form-ok.show{display:flex;animation:crivo-fadeup .5s var(--ease)}.crivo-landing .form-ok svg{flex-shrink:0;color:var(--pass)}@keyframes crivo-fadeup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.crivo-landing footer{background:var(--ink);color:var(--paper);padding:66px 0 40px;border-top:1px solid var(--border-d)}.crivo-landing .foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:46px;border-bottom:1px solid var(--border-d)}.crivo-landing .foot-brand{max-width:330px}.crivo-landing .foot-brand .brand{margin-bottom:16px}.crivo-landing .foot-brand p{font-size:14.5px;color:var(--muted-d);font-weight:300;line-height:1.6}.crivo-landing .foot-cols{display:flex;gap:64px;flex-wrap:wrap}.crivo-landing .foot-col h5{font-family:var(--fam-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--label-d);margin-bottom:16px;font-weight:500}.crivo-landing .foot-col a{display:block;font-size:14.5px;color:var(--muted-d);margin-bottom:11px;transition:color .2s}.crivo-landing .foot-col a:hover{color:var(--teal-bright)}.crivo-landing .foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;padding-top:30px}.crivo-landing .endorse{display:inline-flex;align-items:center;gap:8px;font-family:var(--fam-inter);font-size:14px;line-height:1}.crivo-landing .endorse .ba-pre{color:var(--muted-d);font-weight:400}.crivo-landing .endorse svg{flex-shrink:0;display:block}.crivo-landing .endorse .ba-wm{letter-spacing:-.02em}.crivo-landing .endorse .ba-wm b{font-weight:700;color:var(--paper)}.crivo-landing .endorse .ba-wm i{font-style:normal;font-weight:300;color:#818cf8}.crivo-landing .foot-meta{font-family:var(--fam-mono);font-size:12px;color:var(--label-d);letter-spacing:.04em;text-align:right}.crivo-landing .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.crivo-landing .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.crivo-landing .reveal{opacity:1;transform:none;transition:none}}@media (max-width:980px){.crivo-landing .hero-grid{grid-template-columns:1fr;gap:48px}.crivo-landing .scene{max-width:520px}.crivo-landing .dossie-grid,.crivo-landing .prob-grid{grid-template-columns:1fr;gap:44px}.crivo-landing .diff-grid,.crivo-landing .flow{grid-template-columns:1fr 1fr}.crivo-landing .who-grid{grid-template-columns:1fr}.crivo-landing .flow-arrow{display:none}}@media (max-width:720px){.crivo-landing .nav-cta .btn:not(.menu-btn),.crivo-landing .nav-cta .nl-entrar,.crivo-landing .nav-links{display:none}.crivo-landing .menu-btn{display:flex}.crivo-landing .diff-grid,.crivo-landing .flow{grid-template-columns:1fr}.crivo-landing .form{flex-direction:column}.crivo-landing .form .btn{width:100%}.crivo-landing .foot-top{flex-direction:column;gap:36px}.crivo-landing .foot-bottom{flex-direction:column;align-items:flex-start}.crivo-landing .foot-meta{text-align:left}}.crivo-landing .mobile-menu{position:fixed;inset:0;z-index:60;background:rgba(12,20,20,.97);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;padding:40px var(--pad);transform:translateX(100%);transition:transform .4s var(--ease)}.crivo-landing .mobile-menu.open{transform:none}.crivo-landing .mobile-menu a{font-family:var(--fam-titulo);font-size:30px;font-weight:600;color:var(--paper);padding:16px 0;border-bottom:1px solid var(--border-d);letter-spacing:-.02em}.crivo-landing .mobile-menu .btn{margin-top:34px}.crivo-landing .mm-close{position:absolute;top:26px;right:var(--pad);background:none;border:none;color:var(--paper);font-size:34px;cursor:pointer;line-height:1}