:root{
  --bg:#03050c;--bg2:#07111d;--ink:#f6fbff;--soft:#cbd6e5;--muted:#8b9aad;
  --cyan:#55f7e6;--blue:#7b61ff;--pink:#ff4da6;--lime:#8cf8bc;
  --panel:rgba(255,255,255,.055);--panel2:rgba(255,255,255,.088);--line:rgba(255,255,255,.115);
  --shadow:0 18px 46px rgba(0,0,0,.38);--max:1100px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--bg);font-size:14.4px}
body{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.46;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;background:
  radial-gradient(circle at 12% -8%,rgba(85,247,230,.14),transparent 28%),
  radial-gradient(circle at 92% 4%,rgba(255,77,166,.12),transparent 25%),
  radial-gradient(circle at 54% 110%,rgba(123,97,255,.14),transparent 34%),
  linear-gradient(180deg,#03050c 0%,#07111d 52%,#03050c 100%)}
body:before{content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle at 50% 12%,#000 0 18%,transparent 69%);opacity:.6}
body:after{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background:linear-gradient(125deg,transparent 0 42%,rgba(85,247,230,.035) 43%,transparent 44% 70%,rgba(255,77,166,.03) 71%,transparent 72%)}
a{color:inherit}.wrap{width:min(var(--max),calc(100% - 42px));margin-inline:auto}.skip{position:absolute;left:-999px;top:10px;background:#fff;color:#061018;padding:.45rem .65rem;border-radius:99px;z-index:999}.skip:focus{left:10px}img,svg,canvas{display:block;max-width:100%}
.laser{position:fixed;top:0;left:0;width:0;height:2px;z-index:120;background:linear-gradient(90deg,var(--cyan),var(--blue),var(--pink));box-shadow:0 0 14px rgba(85,247,230,.7)}
.cursor-glow{position:fixed;z-index:-1;width:252px;height:252px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(85,247,230,.10),rgba(123,97,255,.045) 44%,transparent 70%);translate:-50% -50%;opacity:0;transition:opacity .25s}
.topbar{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(3,5,12,.76);backdrop-filter:blur(18px)}
.nav{height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:inline-flex;align-items:center;gap:.54rem;text-decoration:none!important;font-family:Syne,system-ui,sans-serif;font-weight:800;letter-spacing:-.04em;font-size:.99rem}.brand img{width:30px;height:30px;filter:drop-shadow(0 0 12px rgba(85,247,230,.22))}.brand span{display:flex;flex-direction:column;line-height:.95}.brand small{font-family:"JetBrains Mono",monospace;color:var(--cyan);font-size:.45rem;letter-spacing:.13em;text-transform:uppercase;margin-top:.13rem}.links{display:flex;align-items:center;gap:.58rem}.links a:not(.btn){font-size:.72rem;font-weight:800;color:var(--muted);text-decoration:none!important;transition:.22s}.links a:not(.btn):hover{color:var(--ink);text-shadow:0 0 12px rgba(85,247,230,.45);transform:translateY(-2px)}
.menu-btn{display:none;width:34px;height:32px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:11px;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.menu-btn span{width:16px;height:2px;border-radius:10px;background:var(--ink);transition:.22s}.menu-btn.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-btn.active span:nth-child(2){opacity:0}.menu-btn.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:999px;text-decoration:none!important;font-weight:900;font-size:.72rem;line-height:1;padding:.62rem .9rem;border:1px solid transparent;white-space:nowrap;transition:.24s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#031213;background:linear-gradient(100deg,var(--cyan),var(--lime) 48%,var(--pink));box-shadow:0 14px 30px -18px rgba(85,247,230,.85)}.btn-ghost{background:rgba(255,255,255,.043);border-color:rgba(255,255,255,.13);color:var(--ink)}.btn-ghost:hover{border-color:rgba(85,247,230,.43);background:rgba(85,247,230,.065)}.btn-dark{background:#fff;color:#07111d}.btn-small{padding:.5rem .72rem;font-size:.68rem}.dot{width:.34rem;height:.34rem;border-radius:50%;background:#07111d;box-shadow:0 0 0 0 rgba(7,17,29,.35);animation:pulse 1.7s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px transparent}100%{box-shadow:0 0 0 0 transparent}}
h1,h2,h3{font-family:Syne,system-ui,sans-serif;line-height:1.04;letter-spacing:-.045em}h1{font-size:clamp(1.68rem,3.25vw,2.72rem);max-width:14ch}h2{font-size:clamp(1.18rem,2.28vw,1.92rem)}h3{font-size:.98rem}.gradient{background:linear-gradient(100deg,var(--cyan),#ecfffd 48%,var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.kicker,.eyebrow{font-family:"JetBrains Mono",monospace;color:var(--cyan);letter-spacing:.13em;text-transform:uppercase;font-size:.52rem;font-weight:900}.kicker{display:inline-flex;margin-bottom:.58rem}.eyebrow{display:inline-flex;margin-bottom:.42rem}.lead{font-size:.9rem;color:var(--soft);max-width:52ch;margin-top:.65rem}.micro{color:var(--muted);font-size:.8rem;max-width:58ch;margin-top:.55rem}
.hero{position:relative;min-height:468px;display:grid;align-items:center;padding:30px 0 28px;overflow:hidden}.hero-compact{min-height:335px}.hero:before{content:"";position:absolute;left:50%;top:52%;width:min(610px,76vw);height:min(610px,76vw);translate:-50% -50%;border-radius:50%;background:radial-gradient(circle,rgba(85,247,230,.055),transparent 63%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(265px,.66fr);gap:min(4vw,42px);align-items:center}.hero-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.86rem}.trust-line{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:.82rem}.pill,.trust-line span{display:inline-flex;align-items:center;gap:.34rem;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.042);border-radius:99px;padding:.3rem .45rem;color:var(--soft);font-size:.66rem;font-weight:800}.pill:before,.trust-line span:before{content:"";width:.27rem;height:.27rem;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px rgba(85,247,230,.7)}
.hero-visual{position:relative;min-height:285px;perspective:1000px}.neural-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.66}.holo-stage{position:absolute;inset:4% 2%;transform-style:preserve-3d;animation:floatStage 6.5s ease-in-out infinite}.holo-card{position:absolute;left:50%;top:50%;translate:-50% -50%;width:148px;height:148px;border-radius:28px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04));box-shadow:0 22px 60px rgba(0,0,0,.42),0 0 45px rgba(85,247,230,.16);display:grid;place-items:center;transform:rotateX(10deg) rotateY(-18deg)}.holo-card:before{content:"";position:absolute;inset:-12px;border-radius:40px;background:conic-gradient(from 120deg,transparent,rgba(85,247,230,.36),transparent,rgba(255,77,166,.34),transparent);filter:blur(14px);opacity:.52;z-index:-1}.holo-card img{width:80px;height:80px}.holo-ring{position:absolute;left:50%;top:50%;translate:-50% -50%;border-radius:50%;border:1px solid rgba(85,247,230,.34);box-shadow:0 0 26px rgba(85,247,230,.14),inset 0 0 20px rgba(85,247,230,.06)}.ring-a{width:252px;height:252px;transform:rotateX(70deg) rotateZ(16deg);animation:spinA 12s linear infinite}.ring-b{width:322px;height:322px;border-color:rgba(255,77,166,.26);transform:rotateX(63deg) rotateZ(-24deg);animation:spinB 15s linear infinite}.chip{position:absolute;min-width:94px;border:1px solid rgba(255,255,255,.12);background:rgba(8,15,28,.78);backdrop-filter:blur(16px);border-radius:14px;padding:.48rem .54rem;box-shadow:var(--shadow);transform:translateZ(38px)}.chip b{display:block;font-family:Syne;font-size:.76rem}.chip span{display:block;color:var(--muted);font-size:.59rem}.chip-1{left:4%;top:16%}.chip-2{right:1%;top:40%}.chip-3{left:14%;bottom:8%}.orb{position:relative;width:160px;height:160px;margin:auto;border-radius:50%;display:grid;place-items:center;font-size:2.35rem;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.16),rgba(85,247,230,.07) 36%,rgba(123,97,255,.1) 64%,rgba(255,77,166,.07));border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 0 36px rgba(255,255,255,.035),0 22px 58px rgba(0,0,0,.38),0 0 46px rgba(85,247,230,.12);animation:floatStage 6.5s ease-in-out infinite}.orb:before,.orb:after{content:"";position:absolute;inset:-28px;border:1px solid rgba(85,247,230,.32);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 22px rgba(85,247,230,.14)}.orb:after{inset:-48px;border-color:rgba(255,77,166,.22);transform:rotateX(62deg) rotateZ(32deg)}@keyframes floatStage{50%{transform:translateY(-8px) rotateX(2deg) rotateY(-3deg)}}@keyframes spinA{to{transform:rotateX(70deg) rotateZ(376deg)}}@keyframes spinB{to{transform:rotateX(63deg) rotateZ(-384deg)}}
.section{padding:56px 0}.section-sm{padding:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.section-head h2{max-width:18ch}.section-head p{color:var(--muted);max-width:50ch;font-size:.76rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.card,.segment,.glass,.module,.stat,.timeline .step,.faq details,.safe-card{position:relative;border:1px solid rgba(255,255,255,.105);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.027));border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.card:before,.segment:before,.glass:before,.module:before,.safe-card:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,rgba(85,247,230,.22),transparent 34%,rgba(255,77,166,.15));opacity:0;transition:.28s;pointer-events:none}.card:hover:before,.segment:hover:before,.glass:hover:before,.module:hover:before,.safe-card:hover:before{opacity:1}.card,.segment,.module{padding:15px}.card>* ,.segment>* ,.glass>* ,.module>* ,.safe-card>*{position:relative;z-index:1}.card h3,.segment h3,.module h3{margin-top:.42rem}.card p,.segment p,.module p,.safe-card p{color:var(--muted);font-size:.78rem;margin-top:.38rem}.tag{display:inline-flex;align-items:center;border:1px solid rgba(85,247,230,.2);color:var(--cyan);border-radius:99px;padding:.18rem .34rem;font-family:"JetBrains Mono",monospace;font-weight:900;font-size:.5rem;letter-spacing:.09em}.icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(85,247,230,.08);border:1px solid rgba(85,247,230,.15);font-size:1rem}.segment{text-decoration:none!important;min-height:138px;transform-style:preserve-3d}.segment,.segment *{text-decoration:none!important}.segment:hover{transform:translateY(-4px) rotateX(1deg);border-color:rgba(85,247,230,.32);background:linear-gradient(180deg,rgba(85,247,230,.07),rgba(255,255,255,.03))}.segment .arrow{position:absolute;right:12px;bottom:10px;color:var(--cyan);font-family:"JetBrains Mono";font-weight:900;font-size:.96rem}.segment .mini{position:absolute;right:12px;top:12px;font-size:1.14rem;filter:drop-shadow(0 0 14px rgba(85,247,230,.16))}.feature-strip{display:flex;gap:.36rem;flex-wrap:wrap;margin-top:.74rem}.feature-strip span{font-size:.66rem;color:var(--soft);font-weight:800;border:1px solid rgba(255,255,255,.105);border-radius:99px;padding:.28rem .4rem;background:rgba(255,255,255,.04)}
.marquee{overflow:hidden;border-block:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.028)}.marquee-track{display:flex;width:max-content;animation:marq 34s linear infinite;font-family:"JetBrains Mono",monospace;color:var(--muted);font-size:.57rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.marquee-track span{padding:.65rem 0}.marquee b{color:var(--cyan);padding-inline:.72rem}@keyframes marq{to{transform:translateX(-50%)}}
.showcase{width:min(1080px,calc(100% - 30px));margin-inline:auto;border:1px solid rgba(255,255,255,.105);background:linear-gradient(135deg,rgba(85,247,230,.075),rgba(255,255,255,.035) 35%,rgba(255,77,166,.06));border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.showcase-inner{display:grid;grid-template-columns:.92fr 1fr;gap:22px;align-items:center;padding:24px}.screen{border:1px solid rgba(255,255,255,.12);background:rgba(4,8,16,.82);border-radius:18px;padding:10px;box-shadow:0 18px 46px rgba(0,0,0,.38);transform:perspective(900px) rotateY(-5deg) rotateX(2deg)}.screen-top{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-family:"JetBrains Mono",monospace;font-size:.58rem;padding:.05rem .2rem .58rem}.dashboard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.dash{border:1px solid rgba(255,255,255,.095);background:rgba(255,255,255,.042);border-radius:12px;padding:9px}.dash strong{font-family:Syne;font-size:1.05rem}.dash small{display:block;color:var(--muted);font-size:.62rem}.dash-wide{grid-column:1/-1}.bars{display:flex;align-items:end;gap:5px;height:55px;margin-top:.5rem}.bars i{flex:1;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,var(--cyan),rgba(123,97,255,.46));height:50%;box-shadow:0 0 13px rgba(85,247,230,.1)}.bars i:nth-child(2){height:64%}.bars i:nth-child(3){height:42%;background:linear-gradient(180deg,var(--pink),rgba(123,97,255,.42))}.bars i:nth-child(4){height:78%}.bars i:nth-child(5){height:58%}.bars i:nth-child(6){height:86%;background:linear-gradient(180deg,var(--lime),rgba(85,247,230,.4))}.showcase-copy p{color:var(--muted);font-size:.82rem;margin-top:.52rem}.check-list{display:grid;gap:6px;margin-top:.78rem}.check{display:flex;gap:.48rem;color:var(--soft);font-size:.78rem;font-weight:800}.check:before{content:"✓";width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:rgba(85,247,230,.11);color:var(--cyan);font-size:.58rem;flex:0 0 16px}.split{display:grid;grid-template-columns:.82fr 1fr;gap:14px;align-items:start}.glass{padding:18px;border-radius:18px}.glass p{color:var(--muted);font-size:.82rem;margin-top:.48rem}.timeline{display:grid;gap:8px}.timeline .step{padding:14px 14px 14px 38px}.timeline .step:before{content:"";position:absolute;left:14px;top:14px;width:11px;height:11px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px rgba(85,247,230,.65)}.timeline h3{font-size:.94rem}.timeline p{color:var(--muted);font-size:.76rem;margin-top:.28rem}.safe-card{padding:16px}.safe-card h3{font-size:1rem}.google-safe-badge{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none!important;margin-top:.72rem;padding:.44rem .56rem;border-radius:13px;border:1px solid rgba(255,255,255,.13);background:#fff;color:#202124;box-shadow:0 12px 26px rgba(0,0,0,.18)}.google-wordmark{font-family:Arial,sans-serif;font-size:.84rem;font-weight:700;letter-spacing:-.055em}.google-wordmark .b{color:#4285f4}.google-wordmark .r{color:#ea4335}.google-wordmark .y{color:#fbbc05}.google-wordmark .g{color:#34a853}.google-safe-title{display:block;color:#202124;font-weight:900;font-size:.6rem}.google-safe-sub{display:block;color:#5f6368;font-size:.5rem;margin-top:-.04rem}.faq{display:grid;gap:7px;max-width:760px;margin-inline:auto}.faq details{padding:0 12px}.faq summary{list-style:none;cursor:pointer;font-family:Syne;font-weight:800;padding:12px 0;display:flex;justify-content:space-between;gap:10px;font-size:.9rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--cyan);font-size:.95rem}.faq details[open] summary:after{content:"×"}.faq p{color:var(--muted);font-size:.78rem;padding-bottom:12px}.center{text-align:center}.center .section-head{justify-content:center;align-items:center}.center .section-head h2,.center .section-head p{margin-inline:auto}.cta-box{text-align:center;border:1px solid rgba(255,255,255,.115);background:linear-gradient(135deg,rgba(85,247,230,.085),rgba(255,255,255,.035),rgba(255,77,166,.065));border-radius:22px;padding:24px;box-shadow:var(--shadow)}.cta-box p{color:var(--muted);font-size:.82rem;max-width:62ch;margin:.55rem auto 0}.cta-actions{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:.85rem}
.stat{padding:13px}.stat strong{display:block;font-family:Syne;font-size:1.32rem;background:linear-gradient(100deg,var(--cyan),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.stat span{color:var(--muted);font-size:.72rem}.module{display:flex;gap:9px}.app-phone{max-width:275px;margin:auto;border-radius:24px;padding:9px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.04));box-shadow:0 20px 54px rgba(0,0,0,.38)}.phone-screen{border-radius:18px;background:#07101d;padding:14px;min-height:345px}.phone-head{display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.085);padding-bottom:9px}.phone-head .avatar{width:34px;height:34px;border-radius:12px;background:rgba(85,247,230,.085);display:grid;place-items:center}.phone-head b{display:block;font-family:Syne;font-size:.9rem}.phone-head span{display:block;color:var(--muted);font-size:.6rem}.app-row{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.095);background:rgba(255,255,255,.042);border-radius:12px;padding:8px;margin-top:7px}.app-row i{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:rgba(85,247,230,.075);font-style:normal}.app-row b{display:block;font-size:.75rem}.app-row span{display:block;color:var(--muted);font-size:.59rem}.app-send{margin-left:auto;font-family:"JetBrains Mono",monospace;font-size:.45rem;color:#061018;background:linear-gradient(100deg,var(--cyan),var(--pink));padding:.22rem .34rem;border-radius:99px;font-weight:900}
.footer{border-top:1px solid rgba(255,255,255,.075);padding:25px 0 16px;background:rgba(2,4,10,.44)}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .85fr;gap:19px}.footer p,.copy{color:var(--muted);font-size:.74rem}.footer h4{font-family:Syne;margin-bottom:.55rem;font-size:.86rem}.footer a{text-decoration:none!important}.footer-links,.footer-contact{display:grid;gap:.42rem;color:var(--muted);font-size:.76rem}.footer a:hover{color:var(--cyan)}.copy{border-top:1px solid rgba(255,255,255,.065);padding-top:11px;margin-top:18px}.back-top{position:fixed;right:16px;bottom:16px;z-index:110;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:rgba(8,15,28,.88);color:var(--cyan);box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:.24s;font-size:.92rem}.back-top.show{opacity:1;pointer-events:auto;transform:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}.lift-link{transition:.26s}.lift-link.in{animation:softRise .72s ease both}@keyframes softRise{from{opacity:0;transform:translateY(16px) scale(.987)}to{opacity:1;transform:none}}
@media(max-width:1020px){.hero-grid,.showcase-inner,.split{grid-template-columns:1fr}.hero-visual{max-width:460px;width:100%;margin:auto}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.screen{transform:none}}
@media(max-width:760px){html{font-size:13.3px}.wrap{width:min(100% - 24px,var(--max))}.nav{height:50px}.brand img{width:27px;height:27px}.menu-btn{display:flex}.links{position:absolute;left:12px;right:12px;top:58px;display:grid;gap:0;background:rgba(3,5,12,.97);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:7px;box-shadow:var(--shadow);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.22s}.links.open{opacity:1;pointer-events:auto;transform:none}.links a:not(.btn){padding:10px;border-bottom:1px solid rgba(255,255,255,.07)}.links .btn{margin-top:7px}.hero,.hero-compact{min-height:auto;padding:30px 0 32px}.hero-grid{gap:16px}.hero-visual{min-height:205px}.holo-card{width:108px;height:108px;border-radius:23px}.holo-card img{width:60px;height:60px}.ring-a{width:185px;height:185px}.ring-b{width:244px;height:244px}.chip{scale:.74;min-width:88px}.chip-1{left:-3%;top:10%}.chip-2{right:-7%;top:40%}.chip-3{left:6%;bottom:2%}.hero-actions .btn,.cta-actions .btn{width:100%}.section{padding:44px 0}.section-sm{padding:34px 0}.section-head{flex-direction:column;align-items:flex-start;gap:9px;margin-bottom:13px}.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.segment{min-height:126px;padding:12px}.segment p{font-size:.72rem}.segment h3{font-size:.9rem}.segment .mini{font-size:.9rem;right:9px;top:9px}.segment .arrow{font-size:.78rem}.showcase{border-radius:18px}.showcase-inner,.cta-box{padding:16px}.footer-grid{grid-template-columns:1fr}.dashboard{grid-template-columns:1fr}.dash-wide{grid-column:auto}.orb{width:120px;height:120px;font-size:1.9rem}.phone-screen{min-height:auto}.trust-line span,.pill{font-size:.61rem}.google-safe-badge{border-radius:12px}.marquee-track{font-size:.5rem}.module{align-items:flex-start}.back-top{right:12px;bottom:12px;width:34px;height:34px}}
@media(max-width:480px){h1{font-size:1.55rem;max-width:15ch}h2{font-size:1.16rem}.lead{font-size:.84rem}.hero-visual{min-height:175px}.grid-3,.grid-4{grid-template-columns:1fr}.section-head p,.card p,.segment p,.module p,.glass p,.safe-card p{font-size:.72rem}.btn{font-size:.68rem}.chip{scale:.66}.card,.module,.safe-card{padding:12px}.footer{padding-bottom:14px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.cursor-glow{display:none}}

/* Pixeleco v5 — tamanho equilibrado e novos segmentos */
.segments-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.segment,.segment:visited,.segment:hover,.segment:focus,.segment *{text-decoration:none!important;}
.segment:focus-visible,.btn:focus-visible{outline:2px solid rgba(85,247,230,.9);outline-offset:3px;}
@media(max-width:1020px){.segments-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:540px){.segments-grid{grid-template-columns:1fr;}.footer-links{grid-template-columns:1fr;}}


/* Pixeleco v6 — escala levemente maior, hero limpa e fundo radial elétrico */
html{font-size:15.1px}
body{background:
  radial-gradient(circle at 16% 0%,rgba(85,247,230,.18),transparent 26%),
  radial-gradient(circle at 86% 7%,rgba(255,77,166,.16),transparent 24%),
  radial-gradient(circle at 54% 108%,rgba(123,97,255,.18),transparent 34%),
  linear-gradient(180deg,#02040a 0%,#07101b 52%,#02040a 100%)}
body:before{content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),
    radial-gradient(circle at 50% 34%,rgba(85,247,230,.08),transparent 28%),
    radial-gradient(circle at 74% 72%,rgba(255,77,166,.06),transparent 20%);
  background-size:44px 44px,44px 44px,auto,auto;
  mask-image:radial-gradient(circle at 50% 18%,#000 0 24%,transparent 74%);
  opacity:.72}
body:after{content:"";position:fixed;inset:-8%;z-index:-4;pointer-events:none;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.03),transparent 16%),
    repeating-conic-gradient(from 0deg at 50% 38%,
      transparent 0deg 8deg,
      rgba(85,247,230,.11) 9deg 10deg,
      transparent 11deg 20deg,
      rgba(123,97,255,.08) 21deg 22deg,
      transparent 23deg 34deg,
      rgba(255,77,166,.09) 35deg 36deg,
      transparent 37deg 45deg),
    repeating-conic-gradient(from 180deg at 78% 76%,
      transparent 0deg 13deg,
      rgba(85,247,230,.06) 14deg 15deg,
      transparent 16deg 27deg,
      rgba(255,77,166,.05) 28deg 29deg,
      transparent 30deg 44deg);
  filter:blur(12px) saturate(120%);
  opacity:.42;
  animation:electricPulse 9.5s ease-in-out infinite alternate}
@keyframes electricPulse{
  0%{transform:scale(1) rotate(0deg);opacity:.30}
  35%{transform:scale(1.03) rotate(2deg);opacity:.42}
  70%{transform:scale(1.01) rotate(-2deg);opacity:.36}
  100%{transform:scale(1.05) rotate(1deg);opacity:.48}
}
.nav{height:60px}
.brand{font-size:1.02rem}
.brand img{width:31px;height:31px}
.links a:not(.btn){font-size:.76rem}
.btn{font-size:.75rem;padding:.67rem .98rem}
.btn-small{padding:.56rem .78rem;font-size:.71rem}
h1{font-size:clamp(1.88rem,3.45vw,3rem);max-width:14ch}
h2{font-size:clamp(1.28rem,2.38vw,2.06rem)}
h3{font-size:1.02rem}
.kicker,.eyebrow{font-size:.55rem}
.lead{font-size:.97rem;max-width:55ch}
.micro{font-size:.84rem}
.hero{min-height:504px;padding:36px 0 32px}
.hero-compact{min-height:356px}
.hero-grid{gap:min(4.2vw,48px)}
.hero-actions{margin-top:.95rem;gap:.56rem}
.trust-line span{font-size:.69rem;padding:.34rem .52rem}
.hero-visual{min-height:310px}
.neural-canvas{opacity:.58}
.holo-card{width:158px;height:158px;border-radius:30px}
.holo-card img{width:86px;height:86px}
.ring-a{width:268px;height:268px}
.ring-b{width:338px;height:338px}
.chip{display:none!important}
.section{padding:62px 0}
.section-sm{padding:46px 0}
.section-head{margin-bottom:18px;gap:20px}
.section-head p{font-size:.8rem}
.grid-3,.grid-4,.grid-2{gap:14px}
.card,.segment,.glass,.module,.stat,.timeline .step,.faq details,.safe-card{border-radius:20px}
.card,.safe-card{padding:18px}
.segment{padding:16px;min-height:150px}
.segment .tag{font-size:.68rem}
.segment h3{font-size:1rem;margin-top:1.9rem}
.segment p{font-size:.78rem;line-height:1.45;max-width:31ch}
.segment .mini{font-size:1rem;right:12px;top:11px}
.segment .arrow{font-size:.9rem;bottom:12px;right:13px}
.card h3,.module h3,.safe-card h3,.timeline h3{font-size:1rem}
.card p,.module p,.glass p,.safe-card p,.faq p,.footer p,.copy{font-size:.79rem}
.icon{width:42px;height:42px;font-size:1rem;border-radius:13px}
.module{gap:11px;padding:16px}
.showcase-inner{padding:20px;gap:16px}
.showcase-copy p{font-size:.86rem}
.check{font-size:.81rem}
.check:before{width:17px;height:17px;font-size:.6rem;flex:0 0 17px}
.glass{padding:20px}
.timeline .step{padding:15px 15px 15px 40px}
.stat strong{font-size:1.42rem}
.stat span{font-size:.75rem}
.app-phone{max-width:292px;padding:10px;border-radius:26px}
.phone-screen{padding:15px;min-height:360px}
.phone-head b{font-size:.94rem}
.phone-head span,.app-row span{font-size:.62rem}
.app-row b{font-size:.78rem}
.footer{padding:28px 0 18px}
.footer h4{font-size:.9rem}
.footer-links,.footer-contact{font-size:.79rem}
.back-top{width:38px;height:38px;font-size:.95rem}
@media(max-width:760px){
  html{font-size:13.8px}
  .nav{height:52px}
  .hero,.hero-compact{padding:32px 0 34px}
  .hero-visual{min-height:220px}
  .holo-card{width:118px;height:118px}
  .holo-card img{width:66px;height:66px}
  .ring-a{width:198px;height:198px}
  .ring-b{width:258px;height:258px}
  .segment{min-height:134px;padding:13px}
  .segment h3{font-size:.94rem}
  .segment p{font-size:.75rem}
  .showcase-inner,.cta-box{padding:17px}
}
@media(max-width:480px){
  h1{font-size:1.68rem}
  h2{font-size:1.22rem}
  .lead{font-size:.88rem}
  .hero-visual{min-height:186px}
  .card p,.segment p,.module p,.glass p,.safe-card p,.section-head p{font-size:.75rem}
  .btn{font-size:.7rem}
}


/* Pixeleco v7 — +5% escala e luxo premium hiper top */
:root{--gold:#ffd46b;--violet:#8c68ff;--ice:#bffcff;--shine:rgba(255,255,255,.18)}
html{font-size:15.85px}
body{
  background:
    radial-gradient(circle at 14% 0%, rgba(85,247,230,.24), transparent 24%),
    radial-gradient(circle at 86% 6%, rgba(255,77,166,.22), transparent 22%),
    radial-gradient(circle at 50% 40%, rgba(140,104,255,.12), transparent 26%),
    radial-gradient(circle at 56% 112%, rgba(123,97,255,.26), transparent 34%),
    linear-gradient(180deg,#010309 0%,#07101b 45%,#02050c 100%);
}
body:before{
  content:"";position:fixed;inset:-10%;z-index:-6;pointer-events:none;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.06), transparent 10%),
    repeating-conic-gradient(from 0deg at 50% 30%,
      rgba(85,247,230,.0) 0deg 6deg,
      rgba(85,247,230,.16) 6.6deg 7.5deg,
      rgba(85,247,230,0) 8deg 16deg,
      rgba(255,77,166,.13) 16.6deg 17.4deg,
      rgba(255,77,166,0) 18deg 28deg,
      rgba(123,97,255,.12) 28.5deg 29.3deg,
      rgba(123,97,255,0) 30deg 45deg),
    repeating-conic-gradient(from 180deg at 80% 78%,
      rgba(85,247,230,0) 0deg 12deg,
      rgba(85,247,230,.10) 12.5deg 13.2deg,
      rgba(85,247,230,0) 14deg 24deg,
      rgba(255,212,107,.10) 24.4deg 25.1deg,
      rgba(255,212,107,0) 26deg 36deg),
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:auto,auto,auto,42px 42px,42px 42px;
  opacity:.82;
  filter:blur(8px) saturate(130%);
  animation:pixelecoEnergy 10s ease-in-out infinite alternate;
}
body:after{
  content:"";position:fixed;inset:0;z-index:-5;pointer-events:none;
  background:
    radial-gradient(60% 38% at 50% 18%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(50% 30% at 20% 80%, rgba(85,247,230,.10), transparent 70%),
    radial-gradient(40% 24% at 82% 82%, rgba(255,77,166,.08), transparent 70%),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.025) 22%, transparent 38%, rgba(255,255,255,.02) 48%, transparent 70%);
  mix-blend-mode:screen;
  opacity:.72;
  animation:luxSweep 8s linear infinite;
}
@keyframes pixelecoEnergy{
  0%{transform:scale(1) rotate(0deg);opacity:.64}
  50%{transform:scale(1.025) rotate(1deg);opacity:.82}
  100%{transform:scale(1.045) rotate(-1.5deg);opacity:.9}
}
@keyframes luxSweep{
  0%{transform:translateX(-2%) translateY(0);opacity:.48}
  50%{transform:translateX(1.5%) translateY(-1%);opacity:.72}
  100%{transform:translateX(4%) translateY(0);opacity:.52}
}
.topbar{background:rgba(2,5,12,.7);backdrop-filter:blur(22px);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 10px 35px rgba(0,0,0,.18)}
.nav{height:63px}
.brand{font-size:1.07rem}.brand img{width:33px;height:33px;filter:drop-shadow(0 0 18px rgba(85,247,230,.33))}
.links a:not(.btn){font-size:.79rem}
.btn{font-size:.785rem;padding:.7rem 1.03rem;border-width:1px}
.btn-primary{background:linear-gradient(100deg,var(--cyan),var(--gold) 32%,var(--lime) 56%,var(--pink));box-shadow:0 18px 34px -16px rgba(85,247,230,.85),0 0 0 1px rgba(255,255,255,.06) inset}
.btn-ghost{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));box-shadow:0 8px 22px rgba(0,0,0,.12)}
h1{font-size:clamp(1.98rem,3.62vw,3.12rem)}
h2{font-size:clamp(1.34rem,2.48vw,2.16rem)}
h3{font-size:1.06rem}
.kicker,.eyebrow{font-size:.57rem;letter-spacing:.15em;text-shadow:0 0 16px rgba(85,247,230,.28)}
.lead{font-size:1.01rem}.micro{font-size:.87rem}
.hero{min-height:530px;padding:40px 0 34px}.hero-compact{min-height:372px}
.hero:before{width:min(760px,82vw);height:min(760px,82vw);background:radial-gradient(circle,rgba(85,247,230,.10),rgba(123,97,255,.08) 32%,rgba(255,77,166,.06) 50%,transparent 68%);filter:blur(4px)}
.hero-grid{gap:min(4.4vw,52px)}
.trust-line span,.pill{font-size:.705rem;padding:.36rem .56rem;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));box-shadow:0 10px 24px rgba(0,0,0,.12)}
.hero-visual{min-height:330px}
.neural-canvas{opacity:.78;filter:saturate(120%)}
.holo-stage{filter:drop-shadow(0 0 34px rgba(85,247,230,.16))}
.holo-card{width:166px;height:166px;border-radius:32px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.05));box-shadow:0 28px 70px rgba(0,0,0,.46),0 0 58px rgba(85,247,230,.18), inset 0 1px 0 rgba(255,255,255,.22)}
.holo-card:before{inset:-16px;border-radius:44px;opacity:.8;filter:blur(18px)}
.holo-card:after{content:"";position:absolute;inset:10px 12px auto 12px;height:34%;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.24),transparent);opacity:.55}
.holo-card img{width:92px;height:92px}
.ring-a{width:286px;height:286px;border-color:rgba(85,247,230,.5);box-shadow:0 0 30px rgba(85,247,230,.2), inset 0 0 24px rgba(85,247,230,.1)}
.ring-b{width:356px;height:356px;border-color:rgba(255,77,166,.35);box-shadow:0 0 34px rgba(255,77,166,.12), inset 0 0 26px rgba(255,77,166,.08)}
.section{padding:66px 0}.section-sm{padding:49px 0}.section-head p{font-size:.83rem}
.grid-3,.grid-4,.grid-2{gap:15px}
.card,.segment,.glass,.module,.stat,.timeline .step,.faq details,.safe-card{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.032));border-radius:22px;box-shadow:0 22px 46px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08)}
.card:after,.segment:after,.glass:after,.module:after,.safe-card:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);opacity:.75}
.card,.safe-card{padding:19px}.module{gap:12px;padding:17px}.glass{padding:21px}
.segment{padding:17px;min-height:157px;overflow:hidden}
.segment:before{background:linear-gradient(120deg,rgba(85,247,230,.14),rgba(255,77,166,.08),transparent 55%);opacity:.8}
.segment:hover{transform:translateY(-4px);box-shadow:0 26px 52px rgba(0,0,0,.32),0 0 0 1px rgba(85,247,230,.14) inset}
.segment .tag{font-size:.7rem;color:var(--ice)}
.segment h3{font-size:1.04rem;margin-top:2rem}
.segment p{font-size:.81rem;max-width:32ch}
.segment .mini{font-size:1.08rem;opacity:.95}
.segment .arrow{font-size:.95rem}
.icon{width:44px;height:44px;font-size:1.04rem;border-radius:14px;background:linear-gradient(180deg,rgba(85,247,230,.15),rgba(123,97,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.18)}
.card h3,.module h3,.safe-card h3,.timeline h3{font-size:1.04rem}
.card p,.module p,.glass p,.safe-card p,.faq p,.footer p,.copy{font-size:.81rem}
.marquee{border-block:1px solid rgba(255,255,255,.07);background:linear-gradient(90deg,rgba(85,247,230,.06),rgba(255,255,255,.015),rgba(255,77,166,.05))}
.showcase{background:linear-gradient(135deg,rgba(85,247,230,.09),rgba(255,255,255,.035),rgba(123,97,255,.08),rgba(255,77,166,.06));box-shadow:0 24px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.1)}
.showcase-inner{padding:21px;gap:17px}
.showcase-copy p{font-size:.89rem}.check{font-size:.84rem}
.app-phone{max-width:305px;padding:10px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.05));box-shadow:0 26px 62px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.1)}
.phone-screen{padding:16px;min-height:372px;background:linear-gradient(180deg,#07101d,#050b15)}
.phone-head b{font-size:.98rem}.phone-head span,.app-row span{font-size:.635rem}.app-row b{font-size:.8rem}
.timeline .step{padding:16px 16px 16px 42px}.stat strong{font-size:1.48rem}.stat span{font-size:.77rem}
.google-safe-badge{box-shadow:0 16px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.45)}
.faq details{padding:0 13px}.faq summary{font-size:.94rem}
.cta-box{border-radius:24px;padding:26px;background:linear-gradient(135deg,rgba(85,247,230,.10),rgba(255,255,255,.04),rgba(255,212,107,.06),rgba(255,77,166,.08));box-shadow:0 26px 58px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.1)}
.cta-box p{font-size:.85rem}
.footer{padding:30px 0 19px;background:linear-gradient(180deg,rgba(2,4,10,.42),rgba(2,4,10,.62));border-top:1px solid rgba(255,255,255,.08)}
.footer h4{font-size:.93rem}.footer-links,.footer-contact{font-size:.81rem}
.back-top{width:40px;height:40px;font-size:1rem;background:linear-gradient(180deg,rgba(8,15,28,.94),rgba(8,15,28,.84));border-color:rgba(255,255,255,.18);box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 20px rgba(85,247,230,.14)}
@media(max-width:760px){
  html{font-size:14.15px}
  .nav{height:54px}
  .hero,.hero-compact{padding:34px 0 36px}
  .hero-visual{min-height:232px}
  .holo-card{width:124px;height:124px}.holo-card img{width:70px;height:70px}
  .ring-a{width:210px;height:210px}.ring-b{width:270px;height:270px}
  .segment{min-height:140px;padding:14px}
  .segment h3{font-size:.97rem}.segment p{font-size:.77rem}
}
@media(max-width:480px){
  h1{font-size:1.76rem}
  h2{font-size:1.26rem}
  .lead{font-size:.9rem}
  .hero-visual{min-height:192px}
  .segment p,.card p,.module p,.glass p,.safe-card p,.section-head p{font-size:.77rem}
}
@media(prefers-reduced-motion:reduce){body:before,body:after{animation:none!important}}


/* Pixeleco v8 — luxo elegante + tecnologia futurista + impacto comercial */
:root{
  --gold:#ffd56f;
  --gold2:#fff1b2;
  --deep:#01030a;
  --electric:#69fff1;
  --royal:#9b7bff;
}

html{font-size:16.05px}

body{
  background:
    radial-gradient(circle at 8% 3%, rgba(85,247,230,.30), transparent 20%),
    radial-gradient(circle at 90% 8%, rgba(255,77,166,.24), transparent 22%),
    radial-gradient(circle at 52% 25%, rgba(255,213,111,.10), transparent 18%),
    radial-gradient(circle at 50% 115%, rgba(123,97,255,.30), transparent 38%),
    linear-gradient(180deg,#01020a 0%,#07111d 42%,#02040c 100%);
}

body:before{
  content:"";
  position:fixed;
  inset:-16%;
  z-index:-8;
  pointer-events:none;
  background:
    repeating-conic-gradient(from 5deg at 50% 32%,
      transparent 0deg 5deg,
      rgba(105,255,241,.20) 5.4deg 6.1deg,
      transparent 6.8deg 14deg,
      rgba(255,213,111,.14) 14.4deg 15deg,
      transparent 15.8deg 23deg,
      rgba(255,77,166,.15) 23.5deg 24.2deg,
      transparent 25deg 38deg,
      rgba(155,123,255,.14) 38.5deg 39deg,
      transparent 39.8deg 48deg),
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.10), transparent 10%),
    radial-gradient(circle at 50% 32%, rgba(85,247,230,.11), transparent 31%),
    radial-gradient(circle at 80% 80%, rgba(255,77,166,.10), transparent 22%),
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.032) 1px, transparent 1px);
  background-size:auto,auto,auto,auto,40px 40px,40px 40px;
  filter:blur(7px) saturate(150%);
  opacity:.95;
  animation:masterEnergy 8s ease-in-out infinite alternate;
}

body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-7;
  pointer-events:none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255,255,255,.045) 18%, transparent 28%, rgba(85,247,230,.055) 42%, transparent 55%, rgba(255,213,111,.045) 70%, transparent 86%),
    radial-gradient(72% 42% at 50% 14%, rgba(255,255,255,.075), transparent 70%),
    radial-gradient(40% 28% at 15% 88%, rgba(85,247,230,.11), transparent 72%),
    radial-gradient(44% 25% at 86% 86%, rgba(255,77,166,.10), transparent 72%);
  mix-blend-mode:screen;
  opacity:.82;
  animation:premiumSweep 6.2s linear infinite;
}

@keyframes masterEnergy{
  0%{transform:scale(1) rotate(0deg);opacity:.72}
  28%{transform:scale(1.018) rotate(1.6deg);opacity:1}
  55%{transform:scale(1.036) rotate(-1deg);opacity:.86}
  100%{transform:scale(1.055) rotate(1.2deg);opacity:1}
}

@keyframes premiumSweep{
  0%{transform:translateX(-6%) translateY(0);opacity:.56}
  50%{transform:translateX(1%) translateY(-1.4%);opacity:.88}
  100%{transform:translateX(7%) translateY(0);opacity:.6}
}

.topbar{
  background:rgba(1,3,10,.68);
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 16px 44px rgba(0,0,0,.24), inset 0 -1px 0 rgba(255,213,111,.06);
}

.brand img{filter:drop-shadow(0 0 22px rgba(85,247,230,.42)) drop-shadow(0 0 18px rgba(255,213,111,.12))}
.links a:not(.btn):hover{color:#fff;text-shadow:0 0 18px rgba(85,247,230,.65),0 0 34px rgba(255,213,111,.25)}

.btn-primary{
  background:linear-gradient(100deg,var(--electric),var(--gold2) 28%,var(--gold) 48%,var(--lime) 68%,var(--pink));
  color:#061018;
  box-shadow:0 22px 42px -18px rgba(85,247,230,.95),0 0 28px rgba(255,213,111,.12),inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-primary:hover{box-shadow:0 24px 48px -16px rgba(85,247,230,1),0 0 34px rgba(255,213,111,.20),inset 0 1px 0 rgba(255,255,255,.55)}
.btn-ghost{
  border-color:rgba(255,255,255,.17);
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
}
.btn:hover{transform:translateY(-3px) scale(1.01)}

h1{font-size:clamp(2.06rem,3.78vw,3.28rem);letter-spacing:-.055em}
h2{font-size:clamp(1.40rem,2.58vw,2.26rem)}
.gradient{
  background:linear-gradient(100deg,var(--electric),#ffffff 38%,var(--gold2) 56%,var(--pink));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 0 18px rgba(85,247,230,.13));
}
.kicker,.eyebrow{color:var(--electric)}
.lead{font-size:1.05rem;color:#dce8f7}

.hero{
  min-height:548px;
}
.hero:before{
  background:
    radial-gradient(circle,rgba(255,255,255,.09),transparent 9%),
    radial-gradient(circle,rgba(85,247,230,.16),rgba(155,123,255,.10) 34%,rgba(255,213,111,.06) 48%,rgba(255,77,166,.08) 58%,transparent 72%);
  filter:blur(2px);
}
.hero-copy{position:relative}
.hero-copy:before{
  content:"";
  position:absolute;
  left:-28px;
  top:-22px;
  width:82px;
  height:82px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,213,111,.18),transparent 70%);
  filter:blur(10px);
  z-index:-1;
}

.holo-card{
  width:174px;
  height:174px;
  background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.06));
  border-color:rgba(255,255,255,.22);
  box-shadow:
    0 34px 84px rgba(0,0,0,.52),
    0 0 70px rgba(85,247,230,.26),
    0 0 46px rgba(255,213,111,.13),
    inset 0 1px 0 rgba(255,255,255,.38);
}
.holo-card img{width:98px;height:98px}
.ring-a{width:302px;height:302px;border-color:rgba(85,247,230,.58)}
.ring-b{width:374px;height:374px;border-color:rgba(255,213,111,.32)}
.holo-ring:after{
  content:"";
  position:absolute;
  inset:12%;
  border-radius:inherit;
  border:1px dashed rgba(255,255,255,.16);
  animation:spinA 18s linear infinite reverse;
}

.card,.segment,.glass,.module,.stat,.timeline .step,.faq details,.safe-card,.cta-box,.showcase{
  backdrop-filter:blur(18px);
}

.card,.segment,.glass,.module,.stat,.timeline .step,.faq details,.safe-card{
  background:
    linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.035) 46%,rgba(85,247,230,.035)),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  border-color:rgba(255,255,255,.145);
}

.card:hover,.module:hover,.safe-card:hover{
  transform:translateY(-3px);
  border-color:rgba(85,247,230,.24);
  box-shadow:0 28px 58px rgba(0,0,0,.34),0 0 30px rgba(85,247,230,.07),inset 0 1px 0 rgba(255,255,255,.12);
}

.segment{
  min-height:166px;
  border-color:rgba(255,255,255,.16);
}
.segment:hover{
  border-color:rgba(255,213,111,.28);
  box-shadow:0 32px 68px rgba(0,0,0,.38),0 0 38px rgba(85,247,230,.12),0 0 34px rgba(255,213,111,.08),inset 0 1px 0 rgba(255,255,255,.16);
}
.segment .tag{
  color:#f7fdff;
  text-shadow:0 0 14px rgba(85,247,230,.34);
}
.segment h3{font-size:1.08rem}
.segment p{font-size:.835rem}

.premium-impact{
  position:relative;
}
.premium-impact:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:min(860px,86vw);
  height:360px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(255,213,111,.10),rgba(85,247,230,.08) 30%,rgba(255,77,166,.06) 54%,transparent 72%);
  filter:blur(22px);
  pointer-events:none;
}
.triple-impact{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}
.impact-card{
  position:relative;
  min-height:178px;
  padding:22px;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.04) 52%,rgba(85,247,230,.055)),
    radial-gradient(circle at 84% 8%,rgba(255,213,111,.14),transparent 28%);
  box-shadow:0 26px 62px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.16);
}
.impact-card:before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:linear-gradient(120deg,rgba(85,247,230,.34),transparent 28%,rgba(255,213,111,.22) 48%,transparent 68%,rgba(255,77,166,.24));
  opacity:.22;
  pointer-events:none;
}
.impact-no{
  font-family:"JetBrains Mono",monospace;
  color:var(--gold2);
  font-size:.72rem;
  letter-spacing:.14em;
  font-weight:900;
}
.impact-card h3{
  margin-top:1.1rem;
  font-size:1.15rem;
}
.impact-card p{
  margin-top:.55rem;
  color:#cbd6e5;
  font-size:.86rem;
  max-width:33ch;
}
.conversion-strip{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.55rem;
  margin-top:16px;
  padding:12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(90deg,rgba(85,247,230,.075),rgba(255,255,255,.035),rgba(255,213,111,.06),rgba(255,77,166,.06));
  box-shadow:0 18px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.10);
}
.conversion-strip span{
  font-size:.72rem;
  font-weight:900;
  color:#e9f4ff;
  white-space:nowrap;
}
.conversion-strip span:before{
  content:"✦";
  color:var(--gold);
  margin-right:.38rem;
  text-shadow:0 0 10px rgba(255,213,111,.45);
}

.showcase{
  border-color:rgba(255,255,255,.16);
  background:
    linear-gradient(135deg,rgba(85,247,230,.13),rgba(255,255,255,.045),rgba(155,123,255,.10),rgba(255,213,111,.06),rgba(255,77,166,.09));
}
.screen,.app-phone{
  box-shadow:0 34px 76px rgba(0,0,0,.42),0 0 48px rgba(85,247,230,.08);
}

.marquee-track span{
  text-shadow:0 0 16px rgba(85,247,230,.22);
}

.cta-box{
  border-color:rgba(255,255,255,.17);
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.12),transparent 36%),
    linear-gradient(135deg,rgba(85,247,230,.14),rgba(255,255,255,.045),rgba(255,213,111,.08),rgba(255,77,166,.10));
  box-shadow:0 34px 76px rgba(0,0,0,.36),0 0 46px rgba(85,247,230,.08),inset 0 1px 0 rgba(255,255,255,.15);
}

@media(max-width:1020px){
  .triple-impact{grid-template-columns:1fr}
  .conversion-strip{border-radius:24px}
}
@media(max-width:760px){
  html{font-size:14.35px}
  h1{font-size:1.95rem}
  .hero{min-height:auto}
  .hero-visual{min-height:238px}
  .holo-card{width:130px;height:130px}
  .holo-card img{width:74px;height:74px}
  .ring-a{width:220px;height:220px}
  .ring-b{width:282px;height:282px}
  .impact-card{min-height:auto;padding:18px}
  .conversion-strip{justify-content:flex-start}
}
@media(max-width:480px){
  html{font-size:14px}
  h1{font-size:1.84rem}
  h2{font-size:1.33rem}
  .lead{font-size:.94rem}
  .segment{min-height:145px}
}


/* V9 — abertura com imagem oficial e padronização do logo */
.brand{gap:.62rem}
.brand img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(51,237,224,.45)) drop-shadow(0 0 10px rgba(255,74,165,.12))}
.brand small{font-size:.48rem;letter-spacing:.18em;color:#48f5e8}
.holo-card img{object-fit:contain}
.hero-opening{min-height:360px}
.hero-opening-wrap{position:relative;isolation:isolate;width:min(100%,660px);margin-inline:auto;padding:18px;border-radius:34px;animation:heroFloat 7s ease-in-out infinite}
.hero-opening-wrap:before{content:"";position:absolute;inset:4% 7%;border-radius:36px;background:radial-gradient(circle at 50% 50%,rgba(51,237,224,.18),transparent 60%);filter:blur(26px);z-index:-2}
.hero-opening-wrap:after{content:"";position:absolute;inset:0;border-radius:34px;background:linear-gradient(135deg,rgba(51,237,224,.07),rgba(255,255,255,.03),rgba(255,74,165,.08));border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 90px rgba(0,0,0,.42),0 0 40px rgba(51,237,224,.08) inset;z-index:-1}
.hero-opening-image{display:block;width:100%;height:auto;border-radius:26px;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 70px rgba(0,0,0,.4),0 0 58px rgba(51,237,224,.17);transform:perspective(1200px) rotateY(-8deg) rotateX(4deg);animation:heroImagePulse 6.8s ease-in-out infinite}
.opening-orbit,.opening-beam,.opening-spark{position:absolute;pointer-events:none}
.opening-orbit{border-radius:50%;left:50%;top:50%;translate:-50% -50%;border:1px solid rgba(51,237,224,.26);box-shadow:0 0 32px rgba(51,237,224,.12)}
.orbit-a{width:104%;height:88%;transform:rotate(-10deg);animation:spinWide 16s linear infinite}
.orbit-b{width:88%;height:108%;border-color:rgba(255,74,165,.22);transform:rotate(15deg);animation:spinWideReverse 18s linear infinite}
.opening-beam{height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(51,237,224,.95),transparent);filter:drop-shadow(0 0 12px rgba(51,237,224,.8))}
.beam-a{left:4%;right:38%;top:14%;transform:rotate(-8deg);animation:beamSweepA 5.5s ease-in-out infinite}
.beam-b{left:48%;right:2%;bottom:14%;background:linear-gradient(90deg,transparent,rgba(255,74,165,.88),transparent);filter:drop-shadow(0 0 12px rgba(255,74,165,.6));transform:rotate(8deg);animation:beamSweepB 6.3s ease-in-out infinite}
.opening-spark{width:10px;height:10px;border-radius:50%;background:#33EDE0;box-shadow:0 0 18px rgba(51,237,224,.9)}
.spark-a{left:12%;top:18%;animation:sparkMoveA 6s ease-in-out infinite}
.spark-b{right:10%;bottom:20%;background:#FF4AA5;box-shadow:0 0 16px rgba(255,74,165,.8);animation:sparkMoveB 6.8s ease-in-out infinite}
@keyframes heroFloat{50%{transform:translateY(-8px)}}
@keyframes heroImagePulse{0%,100%{transform:perspective(1200px) rotateY(-8deg) rotateX(4deg) scale(1)}50%{transform:perspective(1200px) rotateY(-6deg) rotateX(3deg) scale(1.015)}}
@keyframes spinWide{to{translate:-50% -50%; transform:rotate(350deg)}}
@keyframes spinWideReverse{to{translate:-50% -50%; transform:rotate(-345deg)}}
@keyframes beamSweepA{0%,100%{opacity:.35;transform:translateX(-10px) rotate(-8deg)}50%{opacity:1;transform:translateX(12px) rotate(-7deg)}}
@keyframes beamSweepB{0%,100%{opacity:.32;transform:translateX(10px) rotate(8deg)}50%{opacity:.95;transform:translateX(-10px) rotate(9deg)}}
@keyframes sparkMoveA{0%,100%{transform:translate(0,0) scale(.85)}50%{transform:translate(24px,8px) scale(1.2)}}
@keyframes sparkMoveB{0%,100%{transform:translate(0,0) scale(.8)}50%{transform:translate(-18px,-8px) scale(1.15)}}
@media(max-width:1020px){.hero-opening-wrap{width:min(100%,620px)}}
@media(max-width:760px){.brand img{width:29px;height:29px}.brand small{font-size:.43rem}.hero-opening{min-height:240px}.hero-opening-wrap{padding:10px;border-radius:24px}.hero-opening-wrap:after{border-radius:24px}.hero-opening-image{border-radius:18px;transform:none}.orbit-a,.orbit-b{display:none}.beam-a{left:3%;right:20%;top:10%}.beam-b{left:35%;right:1%;bottom:10%}}
@media(max-width:480px){.hero-opening-wrap{padding:8px}.opening-spark{width:8px;height:8px}}


/* V10 — abertura em overlay e logo oficial em toda a barra */
.brand{display:inline-flex;align-items:center;text-decoration:none!important;min-width:0}
.brand-lockup{padding:.12rem 0}
.brand-full{display:block;width:min(212px,34vw);height:auto;object-fit:contain;filter:drop-shadow(0 0 20px rgba(53,240,225,.24))}
@media(max-width:760px){.brand-full{width:min(168px,50vw)}}
@media(max-width:420px){.brand-full{width:min(152px,52vw)}}

.site-intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 50%,rgba(11,21,37,.40),rgba(1,3,10,.96) 68%),linear-gradient(180deg,#02050c,#02040a);overflow:hidden;animation:introFadeOut 4.9s ease forwards 3.2s}
.site-intro:before,.site-intro:after{content:"";position:absolute;inset:-12%;pointer-events:none}
.site-intro:before{background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 12deg,rgba(53,240,225,.10) 12.7deg 13.4deg,transparent 14deg 26deg,rgba(255,74,165,.08) 26.6deg 27.3deg,transparent 28deg 40deg);filter:blur(9px);opacity:.8;animation:introSpin 15s linear infinite}
.site-intro:after{background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.06),transparent 12%),radial-gradient(circle at 18% 80%,rgba(53,240,225,.16),transparent 20%),radial-gradient(circle at 84% 20%,rgba(255,74,165,.12),transparent 18%);opacity:.85}
.intro-core{position:relative;width:min(100%,980px);display:grid;place-items:center}
.intro-rings{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;width:min(86vw,760px);height:min(86vw,760px);border-radius:50%;border:1px solid rgba(53,240,225,.18);box-shadow:0 0 34px rgba(53,240,225,.10),inset 0 0 34px rgba(53,240,225,.05);animation:introPulse 4s ease-in-out infinite}
.intro-rings:before,.intro-rings:after{content:"";position:absolute;inset:10%;border-radius:50%;border:1px solid rgba(255,74,165,.12)}
.intro-rings:after{inset:20%;border-color:rgba(53,240,225,.10)}
.intro-frame{position:relative;z-index:2;width:min(100%,900px);padding:18px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);box-shadow:0 28px 90px rgba(0,0,0,.46),0 0 80px rgba(53,240,225,.10);backdrop-filter:blur(20px);animation:introZoom 4s ease-in-out forwards}
.intro-frame img{display:block;width:100%;height:auto;border-radius:24px;border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 72px rgba(0,0,0,.45),0 0 48px rgba(53,240,225,.16)}
.intro-scan{position:absolute;left:4%;right:4%;top:8%;height:8%;border-radius:999px;background:linear-gradient(180deg,rgba(53,240,225,.04),rgba(53,240,225,.34),rgba(53,240,225,.04));filter:blur(8px);mix-blend-mode:screen;animation:introScan 2.8s ease-in-out infinite}
.intro-flare{position:absolute;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(53,240,225,.94),transparent);filter:drop-shadow(0 0 10px rgba(53,240,225,.88));opacity:.75}
.flare-a{left:0;right:45%;top:14%;transform:rotate(-9deg);animation:flareA 3.6s ease-in-out infinite}
.flare-b{left:52%;right:0;bottom:14%;background:linear-gradient(90deg,transparent,rgba(255,74,165,.86),transparent);filter:drop-shadow(0 0 9px rgba(255,74,165,.7));transform:rotate(9deg);animation:flareB 3.9s ease-in-out infinite}
.intro-skip{position:absolute;right:8px;bottom:-54px;z-index:3;border:1px solid rgba(255,255,255,.13);background:rgba(8,15,28,.85);color:#dce8f7;border-radius:999px;padding:.66rem .95rem;font:800 .74rem/1 Manrope,sans-serif;letter-spacing:.02em;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.25);transition:.2s}
.intro-skip:hover{transform:translateY(-2px);border-color:rgba(53,240,225,.34);color:#fff}
body.has-intro{overflow:hidden}
body.intro-done{overflow:auto}
body.intro-done .site-intro{display:none}
@keyframes introZoom{0%{transform:scale(.92);opacity:0}12%{opacity:1}60%{transform:scale(1.015)}100%{transform:scale(1)}}
@keyframes introScan{0%{top:8%;opacity:.2}50%{top:82%;opacity:.9}100%{top:8%;opacity:.2}}
@keyframes introPulse{50%{transform:scale(1.035);opacity:1}}
@keyframes introSpin{to{transform:rotate(360deg)}}
@keyframes flareA{50%{transform:translateX(18px) rotate(-8deg);opacity:1}}
@keyframes flareB{50%{transform:translateX(-16px) rotate(8deg);opacity:.95}}
@keyframes introFadeOut{to{opacity:0;visibility:hidden}}
@media(max-width:760px){.site-intro{padding:16px}.intro-frame{padding:10px;border-radius:22px}.intro-frame img{border-radius:16px}.intro-rings{display:none}.intro-skip{bottom:-48px;padding:.58rem .82rem;font-size:.68rem}}


/* V11 — intro corrigida, sem travar o site */
html,body{overflow-x:hidden}
body.has-intro{overflow:hidden}
body.intro-done{overflow:auto}
.site-intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 50%,rgba(8,16,28,.35),rgba(1,3,10,.94) 72%),linear-gradient(180deg,#01030a,#02050c);opacity:1;visibility:visible;transition:opacity .7s ease, visibility .7s ease}
.site-intro.hide{opacity:0;visibility:hidden;pointer-events:none}
.site-intro:before,.site-intro:after{content:"";position:absolute;inset:-10%;pointer-events:none}
.site-intro:before{background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 15deg,rgba(53,240,225,.09) 15.5deg 16.1deg,transparent 16.8deg 31deg,rgba(255,74,165,.07) 31.4deg 32deg,transparent 32.6deg 46deg);filter:blur(8px);opacity:.6;animation:introSpinSoft 18s linear infinite}
.site-intro:after{background:radial-gradient(circle at 18% 82%,rgba(53,240,225,.13),transparent 22%),radial-gradient(circle at 82% 18%,rgba(255,74,165,.10),transparent 18%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.04),transparent 12%)}
.intro-core{position:relative;width:min(100%,940px);display:grid;place-items:center}
.intro-rings{position:absolute;left:50%;top:50%;translate:-50% -50%;width:min(80vw,700px);height:min(80vw,700px);border-radius:50%;border:1px solid rgba(53,240,225,.16);box-shadow:0 0 28px rgba(53,240,225,.08),inset 0 0 20px rgba(53,240,225,.05);animation:introPulseSoft 3.4s ease-in-out infinite}
.intro-rings:before,.intro-rings:after{content:"";position:absolute;border-radius:50%;inset:10%;border:1px solid rgba(255,255,255,.08)}
.intro-rings:after{inset:21%;border-color:rgba(255,74,165,.10)}
.intro-frame{position:relative;z-index:2;width:min(100%,860px);padding:14px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 72px rgba(0,0,0,.44),0 0 52px rgba(53,240,225,.08);backdrop-filter:blur(18px);animation:introAppear .6s ease-out both}
.intro-frame img{display:block;width:100%;height:auto;border-radius:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 54px rgba(0,0,0,.42),0 0 34px rgba(53,240,225,.10)}
.intro-scan{position:absolute;left:5%;right:5%;top:10%;height:8%;border-radius:999px;background:linear-gradient(180deg,rgba(53,240,225,.02),rgba(53,240,225,.28),rgba(53,240,225,.02));filter:blur(7px);mix-blend-mode:screen;animation:introScanSoft 2.4s ease-in-out infinite}
.intro-skip{position:absolute;right:0;bottom:-48px;z-index:3;border:1px solid rgba(255,255,255,.14);background:rgba(8,15,28,.88);color:#dce8f7;border-radius:999px;padding:.62rem .92rem;font:800 .72rem/1 Manrope,sans-serif;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.24)}
.intro-skip:hover{color:#fff;border-color:rgba(53,240,225,.28)}
@keyframes introAppear{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@keyframes introSpinSoft{to{transform:rotate(360deg)}}
@keyframes introPulseSoft{50%{transform:translate(-50%,-50%) scale(1.02)}}
@keyframes introScanSoft{0%{top:10%;opacity:.24}50%{top:82%;opacity:.75}100%{top:10%;opacity:.24}}
@media(max-width:760px){.intro-rings{display:none}.intro-frame{padding:10px;border-radius:22px}.intro-frame img{border-radius:16px}.intro-skip{bottom:-42px;padding:.56rem .84rem;font-size:.67rem}}


/* V12 — intro apenas em entrada direta/reload, logo maior e centralizado */
.topbar .nav{min-height:74px;gap:18px}
.topbar .brand-lockup{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;line-height:0}
.topbar .brand-full{width:min(280px,34vw);min-width:210px;filter:drop-shadow(0 0 22px rgba(49,239,224,.28)) drop-shadow(0 0 8px rgba(255,74,165,.08))}
.footer .brand-lockup{display:inline-flex;align-items:center;justify-content:flex-start;line-height:0}
.footer .brand-full{width:min(310px,48vw);min-width:230px;filter:drop-shadow(0 0 18px rgba(49,239,224,.22))}
.footer p{margin-left:0}
@media(max-width:760px){.topbar .nav{min-height:58px}.topbar .brand-full{width:min(220px,54vw);min-width:150px}.footer .brand-full{width:min(248px,70vw);min-width:180px}}
@media(max-width:420px){.topbar .brand-full{width:min(200px,58vw)}.footer .brand-full{width:min(220px,74vw)}}

/* intro hidden by default; shown only when JS decides */
body{overflow-x:hidden}
.site-intro{opacity:0;visibility:hidden;pointer-events:none}
body.show-intro{overflow:hidden}
body.show-intro .site-intro{opacity:1;visibility:visible;pointer-events:auto}
body.intro-done{overflow:auto}

/* home hero official logo */
.official-stage{position:absolute;inset:4% 2%;display:grid;place-items:center;transform-style:preserve-3d;animation:floatStage 6.5s ease-in-out infinite}
.official-stage .holo-ring{left:50%;top:50%;translate:-50% -50%}
.hero-logo-official{position:relative;z-index:3;width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 0 26px rgba(49,239,224,.40)) drop-shadow(0 0 12px rgba(255,74,165,.12));transform:translateZ(28px)}
.official-stage:before{content:"";position:absolute;left:50%;top:50%;translate:-50% -50%;width:180px;height:180px;border-radius:36px;background:radial-gradient(circle,rgba(49,239,224,.12),rgba(49,239,224,.02) 58%,transparent 72%);filter:blur(10px)}
.official-stage .ring-a{width:260px;height:260px;transform:rotateX(72deg) rotateZ(16deg)}
.official-stage .ring-b{width:336px;height:336px;transform:rotateX(64deg) rotateZ(-24deg)}
@media(max-width:760px){.hero-logo-official{width:96px;height:96px}.official-stage:before{width:136px;height:136px}.official-stage .ring-a{width:188px;height:188px}.official-stage .ring-b{width:246px;height:246px}}

/* center/footer polish */
.footer-grid>div:first-child{display:flex;flex-direction:column;align-items:flex-start}


/* V13 — logos corrigidos, abertura restaurada, segmentos alfabéticos */
.topbar .nav{min-height:82px;gap:20px}
.topbar .brand-full{width:min(330px,39vw);min-width:250px}
.footer .brand-full{width:min(360px,56vw);min-width:260px}
@media(max-width:760px){.topbar .nav{min-height:60px}.topbar .brand-full{width:min(250px,62vw);min-width:180px}.footer .brand-full{width:min(270px,78vw);min-width:200px}}
@media(max-width:420px){.topbar .brand-full{width:min(230px,66vw)}.footer .brand-full{width:min(250px,82vw)}}
.hero-logo-official{width:154px;height:154px;filter:drop-shadow(0 0 28px rgba(67,240,231,.42)) drop-shadow(0 0 14px rgba(255,75,168,.14))}
.official-stage:before{width:204px;height:204px}
.official-stage .ring-a{width:278px;height:278px}.official-stage .ring-b{width:356px;height:356px}
@media(max-width:760px){.hero-logo-official{width:108px;height:108px}.official-stage:before{width:150px;height:150px}.official-stage .ring-a{width:196px;height:196px}.official-stage .ring-b{width:256px;height:256px}}
.section-head p strong{color:#fff}


/* V14 — abertura corrigida definitivamente */
.site-intro{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:grid!important;
  place-items:center!important;
  padding:20px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(8,16,28,.35),rgba(1,3,10,.96) 72%),
    linear-gradient(180deg,#01030a,#02050c)!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .7s ease, visibility .7s ease!important;
}
.site-intro.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.site-intro.hide{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.site-intro:before,.site-intro:after{content:"";position:absolute;inset:-10%;pointer-events:none}
.site-intro:before{
  background:
    repeating-conic-gradient(from 0deg at 50% 50%,
      transparent 0deg 15deg,
      rgba(67,240,231,.12) 15.5deg 16.1deg,
      transparent 16.8deg 31deg,
      rgba(255,75,168,.10) 31.4deg 32deg,
      transparent 32.6deg 46deg);
  filter:blur(8px);
  opacity:.76;
  animation:introSpinSoft 18s linear infinite;
}
.site-intro:after{
  background:
    radial-gradient(circle at 18% 82%,rgba(67,240,231,.16),transparent 22%),
    radial-gradient(circle at 82% 18%,rgba(255,75,168,.12),transparent 18%),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 12%);
}
.intro-core{position:relative;width:min(100%,960px);display:grid;place-items:center}
.intro-rings{
  position:absolute;left:50%;top:50%;translate:-50% -50%;
  width:min(82vw,720px);height:min(82vw,720px);
  border-radius:50%;
  border:1px solid rgba(67,240,231,.18);
  box-shadow:0 0 34px rgba(67,240,231,.10),inset 0 0 24px rgba(67,240,231,.06);
  animation:introPulseSoft 3.4s ease-in-out infinite;
}
.intro-rings:before,.intro-rings:after{content:"";position:absolute;border-radius:50%;inset:10%;border:1px solid rgba(255,255,255,.08)}
.intro-rings:after{inset:21%;border-color:rgba(255,75,168,.11)}
.intro-frame{
  position:relative;z-index:2;width:min(100%,880px);
  padding:14px;border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 26px 80px rgba(0,0,0,.48),0 0 62px rgba(67,240,231,.10);
  backdrop-filter:blur(18px);
  animation:introAppear .65s ease-out both;
}
.intro-frame img{
  display:block;width:100%;height:auto;border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 58px rgba(0,0,0,.44),0 0 40px rgba(67,240,231,.12);
}
.intro-scan{
  position:absolute;left:5%;right:5%;top:10%;height:8%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(67,240,231,.02),rgba(67,240,231,.30),rgba(67,240,231,.02));
  filter:blur(7px);
  mix-blend-mode:screen;
  animation:introScanSoft 2.4s ease-in-out infinite;
}
.intro-skip{
  position:absolute;right:0;bottom:-48px;z-index:3;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(8,15,28,.88);
  color:#dce8f7;border-radius:999px;
  padding:.62rem .92rem;
  font:800 .72rem/1 Manrope,sans-serif;
  cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.24);
}
@keyframes introAppear{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@keyframes introSpinSoft{to{transform:rotate(360deg)}}
@keyframes introPulseSoft{50%{transform:translate(-50%,-50%) scale(1.02)}}
@keyframes introScanSoft{0%{top:10%;opacity:.24}50%{top:82%;opacity:.78}100%{top:10%;opacity:.24}}
@media(max-width:760px){
  .intro-rings{display:none}
  .intro-frame{padding:9px;border-radius:20px}
  .intro-frame img{border-radius:14px}
  .intro-skip{bottom:-42px;padding:.56rem .84rem;font-size:.67rem}
}

/* Logo ainda maior e mais evidente */
.topbar .nav{min-height:86px}
.topbar .brand-full{width:min(370px,42vw)!important;min-width:275px!important}
.footer .brand-full{width:min(390px,60vw)!important;min-width:285px!important}
@media(max-width:760px){
  .topbar .nav{min-height:64px}
  .topbar .brand-full{width:min(270px,64vw)!important;min-width:190px!important}
  .footer .brand-full{width:min(290px,82vw)!important;min-width:210px!important}
}


/* V15 — abertura com saída automática garantida */
.site-intro{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:grid!important;
  place-items:center!important;
  padding:20px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(8,16,28,.35),rgba(1,3,10,.96) 72%),
    linear-gradient(180deg,#01030a,#02050c)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  overflow:hidden;
  animation:introExit 4.6s ease forwards!important;
}
.site-intro:before,.site-intro:after{content:"";position:absolute;inset:-10%;pointer-events:none}
.site-intro:before{
  background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 15deg,rgba(67,240,231,.12) 15.5deg 16.1deg,transparent 16.8deg 31deg,rgba(255,75,168,.10) 31.4deg 32deg,transparent 32.6deg 46deg);
  filter:blur(8px);opacity:.76;animation:introSpinSoft 18s linear infinite;
}
.site-intro:after{
  background:radial-gradient(circle at 18% 82%,rgba(67,240,231,.16),transparent 22%),radial-gradient(circle at 82% 18%,rgba(255,75,168,.12),transparent 18%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 12%);
}
.intro-core{position:relative;width:min(100%,960px);display:grid;place-items:center}
.intro-rings{position:absolute;left:50%;top:50%;translate:-50% -50%;width:min(82vw,720px);height:min(82vw,720px);border-radius:50%;border:1px solid rgba(67,240,231,.18);box-shadow:0 0 34px rgba(67,240,231,.10),inset 0 0 24px rgba(67,240,231,.06);animation:introPulseSoft 3.4s ease-in-out infinite}
.intro-rings:before,.intro-rings:after{content:"";position:absolute;border-radius:50%;inset:10%;border:1px solid rgba(255,255,255,.08)}
.intro-rings:after{inset:21%;border-color:rgba(255,75,168,.11)}
.intro-frame{position:relative;z-index:2;width:min(100%,880px);padding:14px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.10);box-shadow:0 26px 80px rgba(0,0,0,.48),0 0 62px rgba(67,240,231,.10);backdrop-filter:blur(18px);animation:introAppear .65s ease-out both}
.intro-frame img{display:block;width:100%;height:auto;border-radius:20px;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 58px rgba(0,0,0,.44),0 0 40px rgba(67,240,231,.12)}
.intro-scan{position:absolute;left:5%;right:5%;top:10%;height:8%;border-radius:999px;background:linear-gradient(180deg,rgba(67,240,231,.02),rgba(67,240,231,.30),rgba(67,240,231,.02));filter:blur(7px);mix-blend-mode:screen;animation:introScanSoft 2.4s ease-in-out infinite}
@keyframes introExit{0%,72%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}100%{opacity:0;visibility:hidden;display:none}}
@keyframes introAppear{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@keyframes introSpinSoft{to{transform:rotate(360deg)}}
@keyframes introPulseSoft{50%{transform:translate(-50%,-50%) scale(1.02)}}
@keyframes introScanSoft{0%{top:10%;opacity:.24}50%{top:82%;opacity:.78}100%{top:10%;opacity:.24}}
@media(max-width:760px){.intro-rings{display:none}.intro-frame{padding:9px;border-radius:20px}.intro-frame img{border-radius:14px}}


/* V16 — correção definitiva da abertura travada */
#siteIntro.site-intro{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:grid!important;
  place-items:center!important;
  padding:20px!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(8,16,28,.35),rgba(1,3,10,.96) 72%),
    linear-gradient(180deg,#01030a,#02050c)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  overflow:hidden!important;
  animation:none!important;
  transition:opacity .55s ease, visibility .55s ease!important;
}
#siteIntro.site-intro.intro-out{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
#siteIntro.site-intro:before,
#siteIntro.site-intro:after{
  content:"";
  position:absolute;
  inset:-10%;
  pointer-events:none;
}
#siteIntro.site-intro:before{
  background:repeating-conic-gradient(from 0deg at 50% 50%,transparent 0deg 15deg,rgba(67,240,231,.12) 15.5deg 16.1deg,transparent 16.8deg 31deg,rgba(255,75,168,.10) 31.4deg 32deg,transparent 32.6deg 46deg);
  filter:blur(8px);
  opacity:.76;
  animation:introSpinSoft 18s linear infinite!important;
}
#siteIntro.site-intro:after{
  background:radial-gradient(circle at 18% 82%,rgba(67,240,231,.16),transparent 22%),radial-gradient(circle at 82% 18%,rgba(255,75,168,.12),transparent 18%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 12%);
}
#siteIntro .intro-core{position:relative;width:min(100%,960px);display:grid;place-items:center}
#siteIntro .intro-rings{
  position:absolute;left:50%;top:50%;translate:-50% -50%;
  width:min(82vw,720px);height:min(82vw,720px);
  border-radius:50%;
  border:1px solid rgba(67,240,231,.18);
  box-shadow:0 0 34px rgba(67,240,231,.10),inset 0 0 24px rgba(67,240,231,.06);
  animation:introPulseSoft 3.4s ease-in-out infinite!important;
}
#siteIntro .intro-rings:before,
#siteIntro .intro-rings:after{
  content:"";position:absolute;border-radius:50%;inset:10%;border:1px solid rgba(255,255,255,.08)
}
#siteIntro .intro-rings:after{inset:21%;border-color:rgba(255,75,168,.11)}
#siteIntro .intro-frame{
  position:relative;z-index:2;width:min(100%,880px);
  padding:14px;border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 26px 80px rgba(0,0,0,.48),0 0 62px rgba(67,240,231,.10);
  backdrop-filter:blur(18px);
  animation:introAppear .65s ease-out both!important;
}
#siteIntro .intro-frame img{
  display:block;width:100%;height:auto;border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 58px rgba(0,0,0,.44),0 0 40px rgba(67,240,231,.12);
}
#siteIntro .intro-scan{
  position:absolute;left:5%;right:5%;top:10%;height:8%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(67,240,231,.02),rgba(67,240,231,.30),rgba(67,240,231,.02));
  filter:blur(7px);
  mix-blend-mode:screen;
  animation:introScanSoft 2.4s ease-in-out infinite!important;
}
@media(max-width:760px){
  #siteIntro .intro-rings{display:none}
  #siteIntro .intro-frame{padding:9px;border-radius:20px}
  #siteIntro .intro-frame img{border-radius:14px}
}


/* V18 — logo oficial sem cache, visível no topo, home e rodapé */
.brand-official{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:13px!important;
  text-decoration:none!important;
  line-height:1!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.brand-icon-official{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 18px rgba(53,234,216,.32)) drop-shadow(0 0 8px rgba(255,75,148,.14))!important;
}
.brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:5px!important;
  line-height:.92!important;
  color:#f7faff!important;
}
.brand-copy strong{
  font-family:Syne,Manrope,system-ui,sans-serif!important;
  font-size:1.65rem!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
  color:#f7faff!important;
}
.brand-copy small{
  font-family:"JetBrains Mono",monospace!important;
  font-size:.56rem!important;
  font-weight:800!important;
  letter-spacing:.22em!important;
  color:#35ead8!important;
  text-transform:uppercase!important;
  text-shadow:0 0 14px rgba(53,234,216,.24)!important;
}
.topbar .nav{
  min-height:86px!important;
  align-items:center!important;
}
.topbar .brand-full{
  display:none!important;
}
.footer .brand-full{
  display:none!important;
}
.footer .brand-footer-official{
  margin-bottom:12px!important;
}
.footer .brand-icon-official{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
}
.footer .brand-copy strong{
  font-size:2rem!important;
}
.footer .brand-copy small{
  font-size:.68rem!important;
}

/* Hero logo principal: usa o ícone oficial v18, sem traço branco e sem lateral rosa */
.hero-logo-official,
.holo-card img[src*="pixeleco-logo-oficial-v18.svg"],
.holo-card img[src*="logo-pixeleco"]{
  object-fit:contain!important;
  filter:drop-shadow(0 0 28px rgba(53,234,216,.42)) drop-shadow(0 0 12px rgba(255,75,148,.14))!important;
}
.hero-logo-official{
  width:154px!important;
  height:154px!important;
}
.holo-card:has(img) img{
  width:92px!important;
  height:92px!important;
}

@media(max-width:900px){
  .brand-icon-official{width:48px!important;height:48px!important;min-width:48px!important}
  .brand-copy strong{font-size:1.35rem!important}
  .brand-copy small{font-size:.48rem!important}
  .topbar .nav{min-height:68px!important}
}
@media(max-width:520px){
  .brand-official{gap:9px!important}
  .brand-icon-official{width:40px!important;height:40px!important;min-width:40px!important}
  .brand-copy strong{font-size:1.08rem!important}
  .brand-copy small{font-size:.38rem!important;letter-spacing:.16em!important}
  .footer .brand-icon-official{width:58px!important;height:58px!important;min-width:58px!important}
  .footer .brand-copy strong{font-size:1.55rem!important}
  .footer .brand-copy small{font-size:.52rem!important}
}


/* V19 — wordmark oficial Pixel&Co. no topo e rodapé */
.brand-official{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:13px!important;
  text-decoration:none!important;
  line-height:1!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.brand-icon-official{
  width:60px!important;
  height:60px!important;
  min-width:60px!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 0 18px rgba(53,234,216,.30)) drop-shadow(0 0 8px rgba(255,75,148,.12))!important;
}
.brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  line-height:.92!important;
}
.brand-wordmark{
  display:block!important;
  font-family:Arial, Helvetica, Manrope, sans-serif!important;
  font-size:1.74rem!important;
  font-weight:800!important;
  letter-spacing:-.058em!important;
  line-height:.9!important;
  white-space:nowrap!important;
}
.brand-white{color:#f6f8ff!important}
.brand-cyan{color:#35ead8!important}
.brand-copy small{
  font-family:"JetBrains Mono",monospace!important;
  font-size:.53rem!important;
  font-weight:800!important;
  letter-spacing:.245em!important;
  color:#35ead8!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-shadow:0 0 14px rgba(53,234,216,.24)!important;
}
.topbar .nav{min-height:88px!important;align-items:center!important}
.topbar .brand-full,.footer .brand-full{display:none!important}
.footer .brand-footer-official{margin-bottom:14px!important}
.footer .brand-icon-official{width:76px!important;height:76px!important;min-width:76px!important}
.footer .brand-wordmark{font-size:2.18rem!important}
.footer .brand-copy small{font-size:.68rem!important;letter-spacing:.27em!important}
.hero-logo-official,
.holo-card img[src*="pixeleco-logo-oficial-v19.svg"]{
  object-fit:contain!important;
  filter:drop-shadow(0 0 28px rgba(53,234,216,.42)) drop-shadow(0 0 12px rgba(255,75,148,.14))!important;
}
@media(max-width:900px){
  .brand-icon-official{width:50px!important;height:50px!important;min-width:50px!important}
  .brand-wordmark{font-size:1.42rem!important}
  .brand-copy small{font-size:.44rem!important;letter-spacing:.19em!important}
  .topbar .nav{min-height:70px!important}
}
@media(max-width:520px){
  .brand-official{gap:8px!important}
  .brand-icon-official{width:40px!important;height:40px!important;min-width:40px!important}
  .brand-wordmark{font-size:1.12rem!important}
  .brand-copy small{font-size:.35rem!important;letter-spacing:.14em!important}
  .footer .brand-icon-official{width:60px!important;height:60px!important;min-width:60px!important}
  .footer .brand-wordmark{font-size:1.68rem!important}
  .footer .brand-copy small{font-size:.48rem!important}
}


/* V20 — logo original, intro clicável, rodapé em duas colunas e mobile */
.brand-official{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  text-decoration:none!important;
  line-height:1!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.brand-icon-official{
  display:block!important;
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
  filter:drop-shadow(0 0 18px rgba(55,234,217,.32)) drop-shadow(0 0 8px rgba(255,74,150,.12))!important;
}
.brand-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  line-height:.92!important;
}
.brand-wordmark{
  display:block!important;
  font-family:Arial, Helvetica, Manrope, sans-serif!important;
  font-size:1.82rem!important;
  font-weight:800!important;
  letter-spacing:-.058em!important;
  line-height:.9!important;
  white-space:nowrap!important;
}
.brand-white{color:#f6f8ff!important}
.brand-cyan{color:#37ead9!important}
.brand-copy small{
  font-family:"JetBrains Mono",monospace!important;
  font-size:.55rem!important;
  font-weight:800!important;
  letter-spacing:.245em!important;
  color:#37ead9!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-shadow:0 0 14px rgba(55,234,217,.24)!important;
}
.topbar .nav{
  min-height:88px!important;
  align-items:center!important;
}
.topbar .brand-full,.footer .brand-full{
  display:none!important;
}
.footer .brand-footer-official{
  margin-bottom:14px!important;
}
.footer .brand-icon-official{
  width:76px!important;
  height:76px!important;
  min-width:76px!important;
}
.footer .brand-wordmark{
  font-size:2.18rem!important;
}
.footer .brand-copy small{
  font-size:.68rem!important;
  letter-spacing:.27em!important;
}
.hero-logo-official,
.holo-card img[src*="pixelco-logo-original-v20.svg"]{
  object-fit:contain!important;
  filter:drop-shadow(0 0 28px rgba(55,234,217,.42)) drop-shadow(0 0 12px rgba(255,74,150,.14))!important;
}

/* Abertura: clique em qualquer área para entrar */
#siteIntro.site-intro,
.site-intro{
  cursor:pointer!important;
  pointer-events:auto!important;
}
.intro-enter-message{
  position:relative;
  z-index:4;
  margin-top:18px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(100deg,rgba(55,234,217,.18),rgba(255,255,255,.08),rgba(255,74,150,.12));
  color:#f8fbff;
  border-radius:999px;
  padding:.72rem 1.08rem;
  font:900 .78rem/1 "JetBrains Mono",monospace;
  letter-spacing:.16em;
  box-shadow:0 16px 34px rgba(0,0,0,.28),0 0 28px rgba(55,234,217,.12);
}
.intro-enter-message:after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:.65rem;
  border-radius:999px;
  background:#37ead9;
  box-shadow:0 0 12px rgba(55,234,217,.9);
}

/* Rodapé: soluções em duas colunas */
.footer-links{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:18px!important;
  row-gap:8px!important;
  max-width:430px!important;
}
.footer-links a{
  line-height:1.25!important;
}

/* Mobile refinado */
@media(max-width:980px){
  .topbar .nav{
    min-height:72px!important;
  }
  .brand-icon-official{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
  .brand-wordmark{
    font-size:1.48rem!important;
  }
  .brand-copy small{
    font-size:.45rem!important;
    letter-spacing:.19em!important;
  }
  .links{
    max-width:calc(100vw - 24px)!important;
  }
}
@media(max-width:760px){
  .topbar .nav{
    min-height:62px!important;
  }
  .brand-official{
    gap:9px!important;
  }
  .brand-icon-official{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
  }
  .brand-wordmark{
    font-size:1.18rem!important;
  }
  .brand-copy small{
    font-size:.35rem!important;
    letter-spacing:.13em!important;
  }
  .hero-grid{
    grid-template-columns:1fr!important;
  }
  .hero-copy{
    max-width:100%!important;
  }
  .hero h1,
  h1{
    max-width:100%!important;
    font-size:clamp(1.72rem,8vw,2.22rem)!important;
  }
  .lead{
    font-size:.92rem!important;
    max-width:100%!important;
  }
  .hero-actions .btn{
    width:100%!important;
    justify-content:center!important;
  }
  .trust-line{
    gap:.36rem!important;
  }
  .trust-line span{
    font-size:.62rem!important;
  }
  .grid-3,.grid-4{
    grid-template-columns:1fr!important;
  }
  .segment{
    min-height:auto!important;
  }
  .footer-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .footer .brand-icon-official{
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
  }
  .footer .brand-wordmark{
    font-size:1.72rem!important;
  }
  .footer .brand-copy small{
    font-size:.5rem!important;
  }
  .footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:100%!important;
    column-gap:14px!important;
    row-gap:9px!important;
  }
  .footer-links a{
    font-size:.78rem!important;
  }
  .intro-frame{
    width:min(100%,92vw)!important;
  }
  .intro-enter-message{
    width:auto!important;
    max-width:92vw!important;
    font-size:.68rem!important;
    padding:.66rem .9rem!important;
  }
}
@media(max-width:420px){
  .brand-wordmark{
    font-size:1.04rem!important;
  }
  .brand-copy small{
    font-size:.31rem!important;
  }
  .footer-links{
    grid-template-columns:1fr 1fr!important;
  }
  .footer-links a{
    font-size:.72rem!important;
  }
}


/* V21 — inline official logo, one-line wordmark, fixed hero symbol */
.brand-official{display:inline-flex!important;align-items:center!important;gap:14px!important;text-decoration:none!important;min-width:max-content!important;flex:0 0 auto!important}
.brand-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:64px!important;height:64px!important;min-width:64px!important;flex:0 0 64px!important}
.brand-mark svg{display:block!important;width:100%!important;height:100%!important;filter:drop-shadow(0 0 18px rgba(55,234,217,.32)) drop-shadow(0 0 8px rgba(255,74,150,.12))!important}
.brand-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:3px!important;line-height:1!important;min-width:0!important}
.brand-wordmark{display:block!important;font-family:Arial,Helvetica,Manrope,sans-serif!important;font-size:1.82rem!important;font-weight:800!important;letter-spacing:-.055em!important;line-height:.9!important;white-space:nowrap!important}
.brand-white{color:#f6f8ff!important}.brand-cyan{color:#37ead9!important}
.brand-copy small{font-family:"JetBrains Mono",monospace!important;font-size:.55rem!important;font-weight:800!important;letter-spacing:.24em!important;color:#37ead9!important;text-transform:uppercase!important;white-space:nowrap!important;text-shadow:0 0 14px rgba(55,234,217,.24)!important}
.topbar .nav{min-height:88px!important;align-items:center!important}
.footer .brand-mark{width:76px!important;height:76px!important;min-width:76px!important;flex-basis:76px!important}
.footer .brand-wordmark{font-size:2.18rem!important}
.footer .brand-copy small{font-size:.68rem!important;letter-spacing:.27em!important}
.hero-logo-official{width:154px!important;height:154px!important;display:grid!important;place-items:center!important}
.hero-brand-mark{width:154px!important;height:154px!important;min-width:154px!important;flex-basis:154px!important}
.hero-brand-mark svg{filter:drop-shadow(0 0 28px rgba(55,234,217,.42)) drop-shadow(0 0 12px rgba(255,74,150,.14))!important}
.brand-icon-official{display:none!important}
@media(max-width:980px){.brand-mark{width:52px!important;height:52px!important;min-width:52px!important;flex-basis:52px!important}.brand-wordmark{font-size:1.46rem!important}.brand-copy small{font-size:.44rem!important;letter-spacing:.18em!important}.topbar .nav{min-height:72px!important}}
@media(max-width:760px){.brand-official{gap:9px!important}.brand-mark{width:42px!important;height:42px!important;min-width:42px!important;flex-basis:42px!important}.brand-wordmark{font-size:1.02rem!important}.brand-copy small{font-size:.30rem!important;letter-spacing:.12em!important}.footer .brand-mark{width:60px!important;height:60px!important;min-width:60px!important;flex-basis:60px!important}.footer .brand-wordmark{font-size:1.62rem!important}.footer .brand-copy small{font-size:.46rem!important}.hero-logo-official{width:112px!important;height:112px!important}.hero-brand-mark{width:112px!important;height:112px!important;min-width:112px!important;flex-basis:112px!important}}
@media(max-width:420px){.brand-wordmark{font-size:.92rem!important}.brand-copy small{font-size:.27rem!important;letter-spacing:.10em!important}}


/* V22 — logo principal atrás dos movimentos neon */
.hero-visual{isolation:isolate!important}
.neural-canvas{z-index:4!important;opacity:.78!important;pointer-events:none!important}
.official-stage{z-index:1!important}
.official-stage:before{z-index:0!important}
.hero-logo-official{position:relative!important;z-index:1!important;transform:translateZ(0)!important;opacity:.92!important}
.hero-brand-mark{position:relative!important;z-index:1!important}
.official-stage .holo-ring{z-index:5!important}
.official-stage .ring-a,.official-stage .ring-b{opacity:.92!important}
@media(max-width:760px){
  .neural-canvas{opacity:.86!important}
  .hero-logo-official{opacity:.88!important}
}


/* V24 — fotos realistas nos heróis das páginas de segmentos */
.photo-visual{display:grid!important;place-items:center!important;min-height:330px!important;perspective:none!important}
.hero-photo-card{position:relative;width:min(100%,340px);aspect-ratio:1/1;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 24px 64px rgba(0,0,0,.42),0 0 48px rgba(55,234,217,.12);transform:rotate(-1.8deg)}
.hero-photo-card::before{content:"";position:absolute;inset:-12px;border-radius:42px;background:conic-gradient(from 120deg,transparent,rgba(55,234,217,.32),transparent,rgba(255,74,150,.24),transparent);filter:blur(14px);opacity:.48;z-index:-1}
.hero-photo-card img{display:block;width:100%;height:100%;object-fit:cover}
.hero-photo-card::after{content:"";position:absolute;inset:0;border-radius:34px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),inset 0 -70px 110px rgba(3,6,15,.12);pointer-events:none}
@media(max-width:900px){.photo-visual{min-height:280px!important}.hero-photo-card{width:min(100%,300px)}}
@media(max-width:760px){.photo-visual{min-height:240px!important}.hero-photo-card{width:min(100%,250px);border-radius:24px}.hero-photo-card::after{border-radius:24px}}


/* V25 — organização elegante das páginas internas com fotos realistas */
.hero.hero-compact{padding:58px 0 46px!important}
.hero-grid{align-items:center!important;gap:34px!important}
.hero-copy{max-width:620px!important}
.hero-copy h1{max-width:12ch!important;letter-spacing:-.052em!important}
.hero-copy .lead{max-width:58ch!important;color:rgba(238,244,255,.88)!important}
.kicker{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.45rem .76rem!important;border-radius:999px!important;background:rgba(9,16,30,.62)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 10px 26px rgba(0,0,0,.18)!important}
.kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:#37ead9;box-shadow:0 0 14px rgba(55,234,217,.95)}
.hero-actions{gap:12px!important;flex-wrap:wrap!important}
.feature-strip{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:18px!important}
.feature-strip span{display:inline-flex!important;align-items:center!important;padding:.6rem .82rem!important;border-radius:999px!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important;color:rgba(244,247,255,.9)!important;font-size:.72rem!important;line-height:1.15!important}
.feature-strip span::before{content:"";width:6px;height:6px;border-radius:50%;margin-right:.55rem;background:#ff4a96;box-shadow:0 0 10px rgba(255,74,150,.55)}
.photo-visual{display:grid!important;place-items:center!important;min-height:340px!important;position:relative!important}
.photo-visual::before{content:"";position:absolute;inset:18px 12px auto auto;width:72px;height:72px;border-top:2px solid rgba(55,234,217,.55);border-right:2px solid rgba(55,234,217,.55);border-radius:0 22px 0 0;opacity:.9;pointer-events:none}
.photo-visual::after{content:"";position:absolute;inset:auto auto 22px 14px;width:82px;height:82px;border-left:2px solid rgba(255,74,150,.4);border-bottom:2px solid rgba(255,74,150,.4);border-radius:0 0 0 24px;opacity:.84;pointer-events:none}
.hero-photo-card{position:relative;width:min(100%,360px)!important;aspect-ratio:1/1!important;border-radius:34px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.11)!important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;box-shadow:0 28px 72px rgba(0,0,0,.44),0 0 54px rgba(55,234,217,.11)!important;transform:rotate(-1.5deg)!important}
.hero-photo-card::before{content:"";position:absolute;inset:-12px;border-radius:42px;background:conic-gradient(from 120deg,transparent,rgba(55,234,217,.34),transparent,rgba(255,74,150,.24),transparent);filter:blur(14px);opacity:.50;z-index:-1}
.hero-photo-card::after{content:"";position:absolute;inset:0;border-radius:34px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),inset 0 -80px 120px rgba(4,9,18,.10);pointer-events:none}
.hero-photo-card img{display:block;width:100%;height:100%;object-fit:cover!important;transform:scale(1.02)}
.section-head h2{letter-spacing:-.04em!important}
.grid-3,.grid-4,.grid-2{align-items:stretch!important}
.card,.module,.glass,.segment,.timeline .step,.stat,.faq details,.safe-card{backdrop-filter:blur(12px)!important}
@media(max-width:1024px){
  .hero-grid{gap:28px!important}
  .hero-photo-card{width:min(100%,320px)!important}
}
@media(max-width:760px){
  .hero.hero-compact{padding:40px 0 30px!important}
  .hero-grid{gap:20px!important}
  .hero-copy{max-width:100%!important}
  .hero-copy h1{max-width:100%!important;font-size:clamp(1.78rem,8.2vw,2.46rem)!important;line-height:.96!important}
  .hero-copy .lead{font-size:.93rem!important;max-width:100%!important}
  .hero-actions .btn{width:100%!important;justify-content:center!important}
  .feature-strip{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .feature-strip span{justify-content:flex-start!important;min-height:48px!important;border-radius:18px!important;padding:.7rem .74rem!important;font-size:.7rem!important}
  .photo-visual{min-height:250px!important}
  .photo-visual::before{top:8px;right:8px;width:52px;height:52px}
  .photo-visual::after{left:8px;bottom:10px;width:58px;height:58px}
  .hero-photo-card{width:min(100%,268px)!important;border-radius:24px!important;transform:none!important}
  .hero-photo-card::after{border-radius:24px!important}
}
@media(max-width:420px){
  .feature-strip{grid-template-columns:1fr!important}
  .feature-strip span{font-size:.69rem!important}
  .photo-visual{min-height:225px!important}
  .hero-photo-card{width:min(100%,234px)!important}
}


/* V26 — demonstrações em página própria + gateway premium na home */
.demo-gateway-card{position:relative;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;min-height:310px;padding:32px;border-radius:34px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 18% 20%,rgba(55,234,217,.13),transparent 28%),radial-gradient(circle at 82% 70%,rgba(255,74,150,.10),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 30px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.12)}
.demo-gateway-card::before{content:"";position:absolute;inset:18px;border:1px solid rgba(55,234,217,.16);border-radius:26px;pointer-events:none}
.demo-gateway-card:hover{transform:translateY(-5px);border-color:rgba(55,234,217,.24);box-shadow:0 36px 90px rgba(0,0,0,.42),0 0 44px rgba(55,234,217,.08)}
.demo-orbit{position:absolute;right:82px;top:50%;width:190px;height:190px;border-radius:50%;border:1px solid rgba(55,234,217,.28);transform:translateY(-50%) rotateX(66deg);box-shadow:0 0 24px rgba(55,234,217,.1)}
.demo-orbit::after{content:"";position:absolute;inset:-34px;border-radius:50%;border:1px solid rgba(255,74,150,.18)}
.demo-glow{position:absolute;right:72px;top:50%;width:110px;height:110px;border-radius:28px;background:linear-gradient(135deg,rgba(55,234,217,.22),rgba(255,255,255,.04),rgba(255,74,150,.18));transform:translateY(-50%) rotate(8deg);box-shadow:0 24px 58px rgba(0,0,0,.28),0 0 42px rgba(55,234,217,.18)}
.demo-gateway-copy{position:relative;z-index:2;max-width:720px}
.demo-gateway-copy h2{max-width:15ch;margin-top:.65rem}
.demo-gateway-copy p{max-width:66ch;color:rgba(231,238,250,.82);font-size:.9rem;line-height:1.65}
.demo-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.demo-tags span{padding:.54rem .7rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:.7rem;font-weight:800;color:rgba(242,247,255,.86)}
.demo-gateway-action{position:relative;z-index:3;display:grid;place-items:center;width:170px;height:170px;border-radius:28px;background:rgba(5,10,20,.64);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.demo-gateway-action strong{max-width:9ch;text-align:center;color:#fff;font-size:1.04rem;line-height:1.1}
.demo-gateway-action span{margin-top:8px;font-size:1.8rem;color:#37ead9}
.demos-hero .hero-copy h1{max-width:14ch}
.demos-panel{display:grid;place-items:center;min-height:330px}
.panel-screen{position:relative;width:min(100%,340px);min-height:260px;border-radius:32px;padding:24px;background:linear-gradient(180deg,rgba(8,15,28,.86),rgba(8,15,28,.46));border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 70px rgba(0,0,0,.36),0 0 44px rgba(55,234,217,.10);overflow:hidden}
.panel-screen::before{content:"";position:absolute;inset:12px;border-radius:24px;border:1px solid rgba(55,234,217,.18)}
.panel-screen>span{position:absolute;width:8px;height:8px;border-radius:50%;background:#37ead9;box-shadow:0 0 18px rgba(55,234,217,.9)}
.panel-screen>span:nth-child(1){left:34px;top:34px}.panel-screen>span:nth-child(2){right:42px;top:60px;background:#ff4a96}.panel-screen>span:nth-child(3){left:46%;bottom:42px}
.panel-screen strong{display:block;margin-top:58px;color:#fff;font-size:1.9rem;letter-spacing:-.05em}
.panel-screen p{color:#37ead9;font-family:"JetBrains Mono",monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}
.panel-lines{display:grid;gap:10px;margin-top:28px}
.panel-lines i{height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(55,234,217,.34),rgba(255,255,255,.08),transparent)}
.panel-lines i:nth-child(2){width:78%}.panel-lines i:nth-child(3){width:58%}.panel-lines i:nth-child(4){width:86%}
@media(max-width:900px){.demo-gateway-card{grid-template-columns:1fr;min-height:auto}.demo-gateway-action{width:100%;height:auto;min-height:86px;display:flex;gap:12px}.demo-orbit,.demo-glow{opacity:.35}.demos-panel{min-height:260px}}
@media(max-width:760px){.demo-gateway-card{padding:22px;border-radius:24px}.demo-gateway-copy h2{max-width:100%;font-size:1.42rem}.demo-gateway-copy p{font-size:.82rem}.demo-tags span{font-size:.66rem}.demo-gateway-action{border-radius:20px}.panel-screen{width:min(100%,280px);min-height:220px}.panel-screen strong{font-size:1.45rem}.demos-hero .feature-strip{grid-template-columns:1fr 1fr!important}}
@media(max-width:420px){.demos-hero .feature-strip{grid-template-columns:1fr!important}.demo-tags{display:grid;grid-template-columns:1fr 1fr}.demo-tags span{text-align:center}.panel-screen{width:100%}}


/* V27 — foto e logo no bloco de demonstrações da home */
.demo-gateway-card{grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr) 170px!important;gap:22px!important}
.demo-gateway-visual{position:relative;display:grid;place-items:center;min-height:230px;z-index:2}
.demo-photo-frame{position:relative;width:min(100%,285px);aspect-ratio:1/1;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));box-shadow:0 28px 58px rgba(0,0,0,.35),0 0 28px rgba(55,234,217,.1)}
.demo-photo-frame::before{content:"";position:absolute;inset:-10px;border-radius:34px;background:conic-gradient(from 130deg,transparent,rgba(55,234,217,.28),transparent,rgba(255,74,150,.18),transparent);filter:blur(12px);opacity:.55;z-index:-1}
.demo-photo-frame::after{content:"";position:absolute;inset:0;border-radius:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05), inset 0 -60px 90px rgba(3,7,15,.12);pointer-events:none}
.demo-photo-frame img{display:block;width:100%;height:100%;object-fit:cover}
.demo-logo-badge{position:absolute;right:6px;bottom:4px;width:104px;height:104px;border-radius:26px;display:grid;place-items:center;background:rgba(5,10,20,.82);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 44px rgba(0,0,0,.34),0 0 22px rgba(55,234,217,.14)}
.demo-logo-badge::before{content:"";position:absolute;inset:10px;border-radius:18px;border:1px solid rgba(55,234,217,.16)}
.demo-logo-badge img{position:relative;z-index:1;width:66px;height:66px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(55,234,217,.35))}
@media(max-width:1080px){.demo-gateway-card{grid-template-columns:minmax(0,1fr) minmax(220px,.72fr)!important}.demo-gateway-action{grid-column:1 / -1;justify-self:start;width:220px;height:92px}.demo-gateway-action strong{max-width:none}.demo-gateway-action span{margin-top:0}}
@media(max-width:900px){.demo-gateway-card{grid-template-columns:1fr!important}.demo-gateway-visual{order:2;min-height:220px}.demo-gateway-action{order:3;width:100%!important;height:auto!important;min-height:86px!important;display:flex!important;gap:12px!important;justify-content:center}.demo-orbit,.demo-glow{opacity:.35}}
@media(max-width:760px){.demo-gateway-visual{min-height:190px}.demo-photo-frame{width:min(100%,240px);border-radius:22px}.demo-photo-frame::after{border-radius:22px}.demo-logo-badge{width:82px;height:82px;border-radius:20px;right:0;bottom:-6px}.demo-logo-badge img{width:50px;height:50px}}


/* V28 — carrossel automático na capa */
.hero-grid{align-items:center}
.hero-carousel-shell{position:relative;display:flex;align-items:center;justify-content:center;min-height:100%;}
.hero-carousel-shell::before{content:"";position:absolute;inset:2% 1%;border-radius:38px;background:radial-gradient(circle at 50% 45%, rgba(56,234,217,.22), transparent 40%),radial-gradient(circle at 82% 78%, rgba(255,74,150,.16), transparent 24%),linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015));filter:blur(0.5px);box-shadow:0 0 120px rgba(55,234,217,.07);pointer-events:none}
.hero-carousel{position:relative;width:min(100%, 780px);aspect-ratio:16/10;border-radius:34px;padding:14px;background:linear-gradient(145deg,rgba(11,18,35,.96),rgba(5,10,20,.88));border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 70px rgba(0,0,0,.45),0 0 42px rgba(55,234,217,.10),inset 0 0 0 1px rgba(255,255,255,.03);overflow:hidden}
.hero-carousel::before{content:"";position:absolute;inset:0;border-radius:34px;padding:1px;background:linear-gradient(125deg, rgba(55,234,217,.55), rgba(255,74,150,.42), rgba(101,96,255,.38), rgba(55,234,217,.25));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.95}
.hero-carousel-track{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;background:#060b14}
.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.035);transition:opacity .7s ease, transform 1s ease;pointer-events:none}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(4,8,18,0) 0%, rgba(4,8,18,.08) 70%, rgba(4,8,18,.18) 100%), radial-gradient(circle at top, rgba(255,255,255,.10), transparent 32%);pointer-events:none}
.hero-slide.is-active{opacity:1;transform:scale(1);pointer-events:auto}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.hero-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(5,10,20,.58);backdrop-filter:blur(10px);color:#ffffff;font-size:1.6rem;display:grid;place-items:center;cursor:pointer;z-index:4;box-shadow:0 0 22px rgba(55,234,217,.12);transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease}
.hero-carousel-arrow:hover{transform:translateY(-50%) scale(1.06);border-color:rgba(55,234,217,.55);box-shadow:0 0 26px rgba(55,234,217,.24)}
.hero-carousel-arrow.prev{left:18px}.hero-carousel-arrow.next{right:18px}
.hero-carousel-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px;z-index:4}
.hero-carousel-dots button{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.3);box-shadow:0 0 0 1px rgba(255,255,255,.12);cursor:pointer;transition:all .25s ease}
.hero-carousel-dots button.is-active{background:#37ead9;transform:scale(1.2);box-shadow:0 0 16px rgba(55,234,217,.65)}
.hero-carousel-progress{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);width:min(320px,56%);height:4px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden;z-index:4}
.hero-carousel-progress span{display:block;width:0%;height:100%;background:linear-gradient(90deg,#37ead9,#60a6ff,#ff4a96);box-shadow:0 0 18px rgba(55,234,217,.35);border-radius:inherit}
.shifted-art-section{padding-top:20px}
.shifted-art-card{position:relative;display:grid;grid-template-columns:1fr minmax(280px,460px);gap:30px;align-items:center;padding:28px;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg, rgba(7,12,22,.92), rgba(6,10,18,.75));box-shadow:0 26px 60px rgba(0,0,0,.34);overflow:hidden}
.shifted-art-card::before{content:"";position:absolute;inset:auto -5% -45% auto;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle, rgba(255,74,150,.18), transparent 66%)}
.shifted-art-copy{position:relative;z-index:1}
.shifted-art-copy h2{margin:10px 0 14px;font-size:clamp(1.7rem,3vw,2.5rem)}
.shifted-art-copy p{max-width:58ch}
.shifted-art-visual{position:relative;min-height:340px;border-radius:28px;background:radial-gradient(circle at 50% 54%, rgba(55,234,217,.18), transparent 30%),radial-gradient(circle at 48% 55%, rgba(255,74,150,.14), transparent 22%),linear-gradient(145deg, rgba(13,20,36,.92), rgba(5,8,15,.85));border:1px solid rgba(255,255,255,.08);overflow:hidden;display:grid;place-items:center}
.shifted-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(55,234,217,.16)}
.orbit-a{width:64%;height:64%}.orbit-b{width:82%;height:44%;border-color:rgba(255,74,150,.16)}.orbit-c{width:96%;height:62%;border-color:rgba(99,129,255,.16)}
.shifted-art-logo{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
.shifted-art-logo .hero-brand-mark{width:124px;height:124px;filter:drop-shadow(0 0 30px rgba(55,234,217,.22))}
.shifted-art-brandtext strong{display:flex;gap:.12em;justify-content:center;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);line-height:.92;font-weight:800;letter-spacing:-0.04em}
.shifted-art-brandtext small{display:block;margin-top:10px;font-family:var(--font-mono);letter-spacing:.35em;color:var(--cyan);font-size:.9rem}
@media (max-width: 1180px){.hero-carousel{width:min(100%,700px);aspect-ratio:16/11}.shifted-art-card{grid-template-columns:1fr}.shifted-art-visual{min-height:300px}}
@media (max-width: 980px){.hero-grid{gap:34px}.hero-carousel{width:100%;aspect-ratio:1.08/1}.hero-carousel-arrow{width:46px;height:46px}.hero-carousel-progress{width:58%}.shifted-art-section{padding-top:10px}}
@media (max-width: 760px){.hero-carousel{padding:10px;border-radius:24px}.hero-carousel::before{border-radius:24px}.hero-carousel-track{border-radius:16px}.hero-carousel-arrow{width:40px;height:40px;font-size:1.25rem}.hero-carousel-arrow.prev{left:10px}.hero-carousel-arrow.next{right:10px}.hero-carousel-dots{bottom:20px}.hero-carousel-progress{bottom:8px;width:62%}.shifted-art-card{padding:22px;border-radius:24px}.shifted-art-visual{min-height:250px;border-radius:22px}.shifted-art-logo .hero-brand-mark{width:96px;height:96px}.shifted-art-brandtext strong{font-size:2rem}.shifted-art-brandtext small{font-size:.72rem;letter-spacing:.22em}}


/* V29 — transição mais luxuosa, tempo ajustado e swipe mobile */
.hero-carousel-shell::after{content:"";position:absolute;inset:3% 6% auto 6%;height:42%;background:radial-gradient(circle at 50% 0%, rgba(55,234,217,.12), transparent 62%);pointer-events:none;filter:blur(18px);opacity:.95}
.hero-carousel{backdrop-filter:blur(10px);box-shadow:0 38px 88px rgba(0,0,0,.5),0 0 54px rgba(55,234,217,.12),0 0 110px rgba(255,74,150,.06),inset 0 0 0 1px rgba(255,255,255,.03)}
.hero-carousel::after{content:"";position:absolute;inset:-140% -30%;background:linear-gradient(100deg, transparent 30%, rgba(255,255,255,.13) 48%, transparent 60%);transform:rotate(8deg);animation:carouselShine 8s linear infinite;pointer-events:none;mix-blend-mode:screen;opacity:.6}
.hero-carousel-track::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(255,255,255,.05), transparent 24%, transparent 76%, rgba(255,255,255,.04)),repeating-linear-gradient(180deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 6px);pointer-events:none;z-index:3;opacity:.35}
.hero-slide{opacity:0;transform:translateX(26px) scale(1.065);filter:blur(5px) saturate(.9);transition:opacity .85s ease, transform 1.1s cubic-bezier(.22,.61,.36,1), filter 1s ease;will-change:transform,opacity,filter}
.hero-slide.is-prev{transform:translateX(-18px) scale(1.02)}
.hero-slide.is-next{transform:translateX(18px) scale(1.02)}
.hero-slide.is-active{opacity:1;transform:translateX(0) scale(1);filter:blur(0) saturate(1.02);animation:slideFloatZoom 5.6s ease-in-out both}
.hero-slide img{transform:scale(1.01);transition:transform 5.6s ease}
.hero-slide.is-active img{transform:scale(1.055)}
.hero-slide::after{background:linear-gradient(180deg, rgba(4,8,18,0) 0%, rgba(4,8,18,.06) 58%, rgba(4,8,18,.17) 100%), radial-gradient(circle at top, rgba(255,255,255,.13), transparent 28%),linear-gradient(90deg, rgba(55,234,217,.04), transparent 28%, transparent 72%, rgba(255,74,150,.04));}
.hero-carousel-arrow{background:rgba(5,10,20,.48);box-shadow:0 0 26px rgba(55,234,217,.14), inset 0 0 0 1px rgba(255,255,255,.03)}
.hero-carousel-arrow:hover{box-shadow:0 0 30px rgba(55,234,217,.26),0 0 22px rgba(255,74,150,.12)}
.hero-carousel-dots button{width:13px;height:13px;background:rgba(255,255,255,.24)}
.hero-carousel-dots button.is-active{background:linear-gradient(135deg,#37ead9,#60a6ff);box-shadow:0 0 16px rgba(55,234,217,.7),0 0 18px rgba(96,166,255,.35)}
.hero-carousel-progress{height:5px;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.hero-carousel-progress span{background:linear-gradient(90deg,#37ead9,#79c8ff 42%,#ff4a96 100%);box-shadow:0 0 22px rgba(55,234,217,.38),0 0 18px rgba(255,74,150,.18)}
@keyframes carouselShine{0%{transform:translateX(-55%) rotate(8deg)}100%{transform:translateX(55%) rotate(8deg)}}
@keyframes slideFloatZoom{0%{transform:translateX(0) scale(1.01)}50%{transform:translateX(0) scale(1.02)}100%{transform:translateX(0) scale(1.04)}}
@media (max-width: 760px){
  .hero-carousel{aspect-ratio:0.98/1;padding:8px}
  .hero-carousel-shell{margin-top:8px}
  .hero-carousel::after{animation-duration:9s;opacity:.42}
  .hero-slide{transform:translateX(16px) scale(1.045)}
  .hero-carousel-arrow{display:none}
  .hero-carousel-dots{bottom:16px}
  .hero-carousel-progress{bottom:7px;width:68%}
}


/* V30 — carrossel em tela toda na capa */
.hero{
  padding-top:16px;
  padding-bottom:24px;
}
.hero .wrap.hero-grid{
  max-width:100%;
  width:100%;
  padding-inline:0;
  display:block;
  position:relative;
}
.hero-copy{
  position:absolute;
  left:clamp(18px,4vw,54px);
  bottom:clamp(20px,4vw,44px);
  z-index:6;
  max-width:min(640px,46vw);
  padding:28px 30px;
  border-radius:28px;
  background:linear-gradient(145deg, rgba(6,12,22,.78), rgba(5,10,20,.54));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 50px rgba(0,0,0,.32), 0 0 30px rgba(55,234,217,.10);
  backdrop-filter:blur(12px);
}
.hero-copy::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(55,234,217,.06), transparent 35%, transparent 70%, rgba(255,74,150,.05));
  pointer-events:none;
}
.hero-copy > *{position:relative;z-index:1}
.hero-copy h1{font-size:clamp(2.4rem,4.6vw,4.9rem);max-width:10.4ch;text-wrap:balance}
.hero-copy .lead{max-width:58ch;font-size:1.04rem}
.hero-copy .trust-line{margin-top:20px}
.hero-carousel-shell{
  width:100%;
  min-height:calc(100vh - 108px);
  align-items:stretch;
}
.hero-carousel-shell::before,
.hero-carousel-shell::after{inset:auto;display:none}
.hero-carousel{
  width:100%;
  min-height:calc(100vh - 108px);
  aspect-ratio:auto;
  border-radius:0;
  padding:0;
  border-left:none;border-right:none;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  box-shadow:0 30px 90px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero-carousel::before,
.hero-carousel::after{border-radius:0}
.hero-carousel-track{
  border-radius:0;
}
.hero-carousel-track::before{opacity:.26}
.hero-slide img{object-fit:cover;object-position:center center}
.hero-slide::after{
  background:
    linear-gradient(90deg, rgba(2,6,14,.72) 0%, rgba(2,6,14,.42) 26%, rgba(2,6,14,.14) 44%, rgba(2,6,14,.08) 100%),
    linear-gradient(180deg, rgba(2,6,14,.18) 0%, rgba(2,6,14,.06) 20%, rgba(2,6,14,.16) 100%),
    radial-gradient(circle at top, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(90deg, rgba(55,234,217,.04), transparent 28%, transparent 72%, rgba(255,74,150,.04));
}
.hero-carousel-arrow.prev{left:22px}
.hero-carousel-arrow.next{right:22px}
.hero-carousel-dots{bottom:26px}
.hero-carousel-progress{bottom:10px;width:min(360px,30%)}
.shifted-art-section{padding-top:8px}

@media (max-width: 1180px){
  .hero-copy{max-width:min(620px,54vw)}
}
@media (max-width: 980px){
  .hero{padding-top:12px;padding-bottom:16px}
  .hero .wrap.hero-grid{padding-inline:0}
  .hero-copy{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:none;
    padding:22px 22px;
    border-radius:22px;
  }
  .hero-copy h1{max-width:12ch;font-size:clamp(2rem,7vw,3.5rem)}
  .hero-copy .lead{font-size:.98rem;max-width:60ch}
  .hero-carousel,
  .hero-carousel-shell{min-height:calc(88vh - 76px)}
  .hero-carousel-progress{width:min(260px,46%)}
}
@media (max-width: 760px){
  .hero-copy{
    left:12px;
    right:12px;
    bottom:14px;
    padding:18px 16px;
    border-radius:18px;
    background:linear-gradient(145deg, rgba(5,10,20,.84), rgba(5,10,20,.68));
  }
  .hero-copy .kicker{font-size:.72rem;letter-spacing:.22em}
  .hero-copy h1{font-size:clamp(1.65rem,8vw,2.45rem);max-width:12ch}
  .hero-copy .lead{font-size:.9rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
  .hero-copy .hero-actions{gap:10px;flex-direction:column;align-items:stretch}
  .hero-copy .hero-actions .btn{width:100%;justify-content:center}
  .hero-copy .trust-line{display:none}
  .hero-carousel,
  .hero-carousel-shell{min-height:calc(100svh - 72px)}
  .hero-carousel-dots{bottom:18px}
  .hero-carousel-progress{bottom:8px;width:56%}
}


/* V32 — mantém o carrossel original em tela cheia e remove apenas o card frontal */
.hero-copy{
  display:none!important;
}
.hero.hero-full-carousel,
.hero{
  padding-top:14px!important;
  padding-bottom:18px!important;
}
.hero .wrap.hero-grid{
  max-width:100%!important;
  width:100%!important;
  padding-inline:0!important;
  display:block!important;
}
.hero-carousel-shell{
  width:100%!important;
  min-height:calc(100vh - 108px)!important;
  align-items:stretch!important;
  justify-content:center!important;
}
.hero-carousel{
  width:100%!important;
  min-height:calc(100vh - 108px)!important;
}
@media(max-width:980px){
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(88vh - 76px)!important;
  }
}
@media(max-width:760px){
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(100svh - 72px)!important;
  }
}


/* V33 — qualidade profissional, fotos menores sem corte, molduras 3D neon */
.hero.hero-full-carousel,
.hero{
  padding-top:12px!important;
  padding-bottom:22px!important;
}
.hero .wrap.hero-grid{
  padding-inline:12px!important;
}
.hero-carousel-shell{
  min-height:calc(100vh - 126px)!important;
}
.hero-carousel{
  min-height:calc(100vh - 126px)!important;
  border-radius:36px!important;
  padding:16px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(55,234,217,.18), transparent 22%),
    radial-gradient(circle at 86% 82%, rgba(255,74,150,.14), transparent 24%),
    linear-gradient(145deg, rgba(8,14,28,.98), rgba(4,8,16,.95))!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:
    0 34px 100px rgba(0,0,0,.52),
    0 0 30px rgba(55,234,217,.12),
    0 0 80px rgba(86,143,255,.08),
    inset 0 0 0 1px rgba(255,255,255,.03)!important;
}
.hero-carousel::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:36px!important;
  padding:1.5px;
  background:linear-gradient(135deg, rgba(55,234,217,.9), rgba(93,148,255,.62), rgba(255,74,150,.58), rgba(55,234,217,.28));
  -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.hero-carousel::after{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:28px!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    inset 0 0 40px rgba(55,234,217,.04),
    inset 0 -20px 40px rgba(0,0,0,.12);
  pointer-events:none;
}
.hero-carousel-track{
  border-radius:28px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(18,28,50,.76), rgba(4,8,14,.98) 76%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.hero-slide{
  padding:34px!important;
  display:grid!important;
  place-items:center!important;
}
.hero-slide::before{
  content:"";
  position:absolute;
  inset:20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 0 0 1px rgba(55,234,217,.04);
  pointer-events:none;
  z-index:1;
}
.hero-slide::after{
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(180deg, rgba(2,6,14,.06) 0%, rgba(2,6,14,.01) 36%, rgba(2,6,14,.10) 100%),
    linear-gradient(90deg, rgba(55,234,217,.035), transparent 24%, transparent 76%, rgba(255,74,150,.03));
}
.hero-slide img{
  position:relative;
  z-index:2;
  width:auto!important;
  height:auto!important;
  max-width:min(100%, 1260px)!important;
  max-height:calc(100vh - 250px)!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:drop-shadow(0 24px 54px rgba(0,0,0,.34));
  transform:scale(.97)!important;
}
.hero-slide.is-active img{
  transform:scale(1)!important;
}
.hero-carousel-arrow{
  width:58px!important;
  height:58px!important;
  background:rgba(5,10,20,.52)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 0 28px rgba(55,234,217,.12), inset 0 0 0 1px rgba(255,255,255,.04)!important;
}
.hero-carousel-arrow.prev{left:24px!important}
.hero-carousel-arrow.next{right:24px!important}
.hero-carousel-dots{bottom:28px!important}
.hero-carousel-dots button{
  width:13px!important;
  height:13px!important;
  background:rgba(255,255,255,.24)!important;
}
.hero-carousel-dots button.is-active{
  background:linear-gradient(135deg,#37ead9,#79c6ff)!important;
  box-shadow:0 0 16px rgba(55,234,217,.75), 0 0 22px rgba(121,198,255,.28)!important;
}
.hero-carousel-progress{
  bottom:10px!important;
  width:min(360px,32%)!important;
  height:5px!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important;
}
.hero-carousel-progress span{
  background:linear-gradient(90deg,#37ead9,#7bc7ff,#ff4a96)!important;
  box-shadow:0 0 18px rgba(55,234,217,.38),0 0 16px rgba(255,74,150,.16)!important;
}
@media (max-width:1180px){
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(92vh - 120px)!important;
  }
  .hero-slide img{
    max-height:calc(92vh - 260px)!important;
    max-width:min(100%, 1120px)!important;
  }
}
@media (max-width:980px){
  .hero .wrap.hero-grid{padding-inline:10px!important}
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(84vh - 72px)!important;
  }
  .hero-carousel{
    border-radius:28px!important;
    padding:12px!important;
  }
  .hero-carousel::before{border-radius:28px!important}
  .hero-carousel::after{inset:6px;border-radius:20px!important}
  .hero-carousel-track{border-radius:20px!important}
  .hero-slide{padding:24px!important}
  .hero-slide::before{inset:14px;border-radius:18px}
  .hero-slide img{
    max-height:calc(84vh - 210px)!important;
    max-width:100%!important;
  }
}
@media (max-width:760px){
  .hero .wrap.hero-grid{padding-inline:8px!important}
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(70svh - 54px)!important;
  }
  .hero-carousel{
    border-radius:22px!important;
    padding:8px!important;
  }
  .hero-carousel::before{border-radius:22px!important}
  .hero-carousel::after{inset:4px;border-radius:15px!important}
  .hero-carousel-track{border-radius:15px!important}
  .hero-slide{padding:14px!important}
  .hero-slide::before{inset:8px;border-radius:12px}
  .hero-slide img{
    max-width:100%!important;
    max-height:calc(70svh - 120px)!important;
  }
  .hero-carousel-arrow{display:none!important}
  .hero-carousel-dots{bottom:16px!important}
  .hero-carousel-progress{bottom:7px!important;width:58%!important}
}
@media (max-width:420px){
  .hero-carousel,
  .hero-carousel-shell{
    min-height:calc(64svh - 48px)!important;
  }
  .hero-slide{padding:10px!important}
  .hero-slide img{max-height:calc(64svh - 105px)!important}
}


/* V36 — correção mínima: mantém v34, corrige logo da segunda parte e remove só quadrado vazio */
.shifted-art-brandtext strong{
  display:flex;
  gap:.12em;
  justify-content:center;
  font-family:var(--font-display);
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:.92;
  font-weight:800;
  letter-spacing:-0.04em;
}
.shifted-art-brandtext small{
  display:block;
  margin-top:10px;
  font-family:var(--font-mono);
  letter-spacing:.35em;
  color:var(--cyan);
  font-size:.9rem;
}
.demo-gateway-visual{
  grid-template-columns:1fr!important;
}
.demo-gateway-visual .demo-photo-frame{
  width:100%;
}
.demo-gateway-visual .demo-logo-badge:empty{
  display:none!important;
}


/* V37 — Demonstrações acima da área institucional e sem botão extra */
.demo-gateway-card{align-items:center}
.demo-gateway-action{display:none!important}
.demo-gateway-card .demo-gateway-copy{padding-right:8px}
.demo-gateway-visual{align-self:stretch}
.demo-gateway-card::after{content:"Clique para abrir todas as demonstrações";position:absolute;right:26px;bottom:22px;font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.74);padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg, rgba(55,234,217,.10), rgba(255,74,150,.10));box-shadow:0 0 0 1px rgba(255,255,255,.03) inset}
.shifted-art-section{padding-top:12px}
@media (max-width: 980px){
  .demo-gateway-card::after{right:18px;bottom:18px;font-size:.78rem;padding:9px 12px}
}
@media (max-width: 760px){
  .demo-gateway-card::after{position:static;display:inline-flex;align-self:flex-start;margin:4px 18px 18px;border-radius:14px}
  .demo-gateway-card{padding-bottom:0}
}




/* V42 — CARDS REALMENTE PEQUENOS, 5 POR FILEIRA, SEM CACHE */
.segment-hub{
  padding-top:28px!important;
  padding-bottom:30px!important;
}
.segment-hub .wrap{
  max-width:1080px!important;
}
.segment-hub-head{
  margin-bottom:14px!important;
}
.segment-hub-head h2{
  font-size:clamp(1.45rem,2.3vw,2.05rem)!important;
}
.segment-hub-head p{
  font-size:.82rem!important;
  max-width:52ch!important;
}
.segment-grid{
  display:grid!important;
  grid-template-columns:repeat(5, 1fr)!important;
  gap:9px!important;
  max-width:860px!important;
  margin:0 auto!important;
  align-items:start!important;
}
.segment-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:160px!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:5px 5px 7px!important;
  border-radius:13px!important;
  gap:5px!important;
  overflow:hidden!important;
  text-decoration:none!important;
  color:inherit!important;
  background:linear-gradient(180deg,rgba(8,14,26,.95),rgba(4,8,16,.98))!important;
  border:1px solid rgba(111,239,255,.20)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.segment-card::before{
  content:""!important;
  position:absolute!important;
  inset:1px!important;
  border-radius:12px!important;
  pointer-events:none!important;
  background:linear-gradient(135deg,rgba(55,234,217,.10),rgba(255,74,150,.07),transparent 65%)!important;
}
.segment-card::after{
  content:""!important;
  position:absolute!important;
  inset:4px!important;
  border-radius:9px!important;
  pointer-events:none!important;
  border:1px solid rgba(109,240,255,.22)!important;
  box-shadow:0 0 9px rgba(55,234,217,.08), inset 0 0 9px rgba(255,74,150,.04)!important;
}
.segment-card:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.32),0 0 14px rgba(55,234,217,.12)!important;
}
.segment-frame-glow{
  position:absolute!important;
  inset:-10%!important;
  opacity:.32!important;
  filter:blur(14px)!important;
  pointer-events:none!important;
}
.segment-laser{
  position:absolute!important;
  height:1px!important;
  opacity:.45!important;
  pointer-events:none!important;
}
.segment-photo-wrap{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  border-radius:9px!important;
  overflow:hidden!important;
  background:radial-gradient(circle at center,rgba(34,50,73,.60),rgba(7,10,18,.96))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 6px 12px rgba(0,0,0,.23)!important;
}
.segment-photo-wrap img{
  display:block!important;
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  padding:3px!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:drop-shadow(0 5px 9px rgba(0,0,0,.24))!important;
}
.segment-name{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-weight:800!important;
  font-size:.56rem!important;
  letter-spacing:.01em!important;
  line-height:1.05!important;
  color:#eef5ff!important;
  min-height:2.1em!important;
  padding:0 1px!important;
}
@media (max-width:920px){
  .segment-grid{
    grid-template-columns:repeat(5, 1fr)!important;
    max-width:820px!important;
    gap:8px!important;
  }
  .segment-card{max-width:148px!important}
  .segment-photo-wrap,
  .segment-photo-wrap img{
    height:54px!important;
    min-height:54px!important;
    max-height:54px!important;
  }
  .segment-name{font-size:.52rem!important}
}
@media (max-width:680px){
  .segment-grid{
    grid-template-columns:repeat(3, 1fr)!important;
    max-width:410px!important;
    gap:7px!important;
  }
  .segment-card{max-width:126px!important}
  .segment-photo-wrap,
  .segment-photo-wrap img{
    height:50px!important;
    min-height:50px!important;
    max-height:50px!important;
  }
}
@media (max-width:430px){
  .segment-grid{
    grid-template-columns:repeat(2, 1fr)!important;
    max-width:270px!important;
  }
}


/* V43 — miniaturas reais: cards pequenos de verdade */
#segmentos.segment-hub{
  padding-top:24px!important;
  padding-bottom:26px!important;
}
#segmentos .wrap{
  max-width:980px!important;
}
#segmentos .segment-hub-head{
  margin-bottom:12px!important;
}
#segmentos .segment-hub-head h2{
  font-size:clamp(1.35rem,2vw,1.85rem)!important;
}
#segmentos .segment-hub-head p{
  font-size:.78rem!important;
  max-width:48ch!important;
}
#segmentos .segment-grid{
  display:grid!important;
  grid-template-columns:repeat(5, 132px)!important;
  justify-content:center!important;
  gap:8px!important;
  max-width:700px!important;
  margin:0 auto!important;
}
#segmentos .segment-card{
  width:132px!important;
  max-width:132px!important;
  min-width:132px!important;
  padding:4px!important;
  gap:4px!important;
  border-radius:12px!important;
  min-height:0!important;
  height:auto!important;
  background:linear-gradient(180deg,rgba(8,14,26,.96),rgba(3,7,14,.99))!important;
  border:1px solid rgba(74,235,255,.22)!important;
  box-shadow:0 6px 14px rgba(0,0,0,.28),0 0 10px rgba(55,234,217,.06)!important;
}
#segmentos .segment-card::before{
  inset:1px!important;
  border-radius:11px!important;
}
#segmentos .segment-card::after{
  inset:3px!important;
  border-radius:8px!important;
  box-shadow:0 0 7px rgba(55,234,217,.08)!important;
}
#segmentos .segment-photo-wrap{
  width:124px!important;
  height:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  border-radius:8px!important;
  margin:0 auto!important;
}
#segmentos .segment-photo-wrap img{
  width:124px!important;
  height:54px!important;
  min-height:54px!important;
  max-height:54px!important;
  padding:2px!important;
  object-fit:contain!important;
}
#segmentos .segment-name{
  font-size:.50rem!important;
  line-height:1.05!important;
  min-height:2.1em!important;
  padding:0!important;
  letter-spacing:0!important;
}
#segmentos .segment-frame-glow{
  opacity:.20!important;
  filter:blur(9px)!important;
}
#segmentos .segment-laser{
  display:none!important;
}
@media(max-width:920px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(5, 118px)!important;
    max-width:620px!important;
    gap:7px!important;
  }
  #segmentos .segment-card{
    width:118px!important;
    max-width:118px!important;
    min-width:118px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:110px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }
  #segmentos .segment-name{font-size:.47rem!important}
}
@media(max-width:680px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(3, 108px)!important;
    max-width:340px!important;
    gap:7px!important;
  }
  #segmentos .segment-card{
    width:108px!important;
    max-width:108px!important;
    min-width:108px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:100px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
  }
}
@media(max-width:420px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(2, 110px)!important;
    max-width:230px!important;
  }
}


/* V44 — cards legíveis, ainda compactos */
#segmentos .segment-hub-head p{display:none!important;}
#segmentos .segment-grid{grid-template-columns:repeat(5, 150px)!important;max-width:790px!important;gap:10px!important;}
#segmentos .segment-card{width:150px!important;max-width:150px!important;min-width:150px!important;padding:5px!important;border-radius:14px!important;}
#segmentos .segment-photo-wrap{width:140px!important;height:66px!important;min-height:66px!important;max-height:66px!important;border-radius:10px!important;}
#segmentos .segment-photo-wrap img{width:140px!important;height:66px!important;min-height:66px!important;max-height:66px!important;object-fit:contain!important;padding:2px!important;}
#segmentos .segment-name{font-size:.58rem!important;line-height:1.12!important;min-height:2.35em!important;font-weight:700!important;}
#segmentos .segment-frame-glow{opacity:.24!important;}
@media(max-width:920px){
  #segmentos .segment-grid{grid-template-columns:repeat(4, 142px)!important;max-width:620px!important;gap:9px!important;}
  #segmentos .segment-card{width:142px!important;max-width:142px!important;min-width:142px!important;}
  #segmentos .segment-photo-wrap,#segmentos .segment-photo-wrap img{width:132px!important;height:62px!important;min-height:62px!important;max-height:62px!important;}
  #segmentos .segment-name{font-size:.56rem!important;}
}
@media(max-width:680px){
  #segmentos .segment-grid{grid-template-columns:repeat(3, 116px)!important;max-width:372px!important;gap:8px!important;}
  #segmentos .segment-card{width:116px!important;max-width:116px!important;min-width:116px!important;}
  #segmentos .segment-photo-wrap,#segmentos .segment-photo-wrap img{width:106px!important;height:50px!important;min-height:50px!important;max-height:50px!important;}
  #segmentos .segment-name{font-size:.5rem!important;}
}
@media(max-width:420px){
  #segmentos .segment-grid{grid-template-columns:repeat(2, 128px)!important;max-width:272px!important;}
  #segmentos .segment-card{width:128px!important;max-width:128px!important;min-width:128px!important;}
  #segmentos .segment-photo-wrap,#segmentos .segment-photo-wrap img{width:118px!important;height:56px!important;min-height:56px!important;max-height:56px!important;}
  #segmentos .segment-name{font-size:.53rem!important;}
}


/* V45 — cards um pouco maiores e retirada do título/frase principal */
#segmentos .segment-hub-head h2{
  display:none!important;
}
#segmentos .segment-grid{
  grid-template-columns:repeat(5, 176px)!important;
  max-width:940px!important;
  gap:12px!important;
}
#segmentos .segment-card{
  width:176px!important;
  max-width:176px!important;
  min-width:176px!important;
  padding:7px!important;
  border-radius:16px!important;
  gap:7px!important;
}
#segmentos .segment-photo-wrap{
  width:162px!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  border-radius:12px!important;
}
#segmentos .segment-photo-wrap img{
  width:162px!important;
  height:82px!important;
  min-height:82px!important;
  max-height:82px!important;
  padding:3px!important;
  object-fit:contain!important;
}
#segmentos .segment-name{
  font-size:.68rem!important;
  line-height:1.12!important;
  min-height:2.25em!important;
  font-weight:800!important;
}
@media(max-width:920px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(4, 160px)!important;
    max-width:700px!important;
    gap:10px!important;
  }
  #segmentos .segment-card{
    width:160px!important;
    max-width:160px!important;
    min-width:160px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:146px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
  }
  #segmentos .segment-name{font-size:.62rem!important;}
}
@media(max-width:680px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(3, 128px)!important;
    max-width:410px!important;
    gap:9px!important;
  }
  #segmentos .segment-card{
    width:128px!important;
    max-width:128px!important;
    min-width:128px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:114px!important;
    height:58px!important;
    min-height:58px!important;
    max-height:58px!important;
  }
  #segmentos .segment-name{font-size:.54rem!important;}
}
@media(max-width:420px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(2, 138px)!important;
    max-width:292px!important;
  }
  #segmentos .segment-card{
    width:138px!important;
    max-width:138px!important;
    min-width:138px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:124px!important;
    height:64px!important;
    min-height:64px!important;
    max-height:64px!important;
  }
}


/* V46 — aumentar cards mantendo 5 por fileira */
#segmentos.segment-hub{
  padding-top:30px!important;
  padding-bottom:34px!important;
}
#segmentos .wrap{
  max-width:1220px!important;
}
#segmentos .segment-grid{
  grid-template-columns:repeat(5, 208px)!important;
  max-width:1100px!important;
  gap:14px!important;
}
#segmentos .segment-card{
  width:208px!important;
  max-width:208px!important;
  min-width:208px!important;
  padding:8px!important;
  border-radius:18px!important;
  gap:8px!important;
}
#segmentos .segment-card::before{
  border-radius:17px!important;
}
#segmentos .segment-card::after{
  inset:6px!important;
  border-radius:14px!important;
}
#segmentos .segment-photo-wrap{
  width:192px!important;
  height:108px!important;
  min-height:108px!important;
  max-height:108px!important;
  border-radius:14px!important;
}
#segmentos .segment-photo-wrap img{
  width:192px!important;
  height:108px!important;
  min-height:108px!important;
  max-height:108px!important;
  padding:3px!important;
  object-fit:contain!important;
}
#segmentos .segment-name{
  font-size:.78rem!important;
  line-height:1.15!important;
  min-height:2.25em!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
@media(max-width:1160px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(5, 188px)!important;
    max-width:1000px!important;
    gap:12px!important;
  }
  #segmentos .segment-card{
    width:188px!important;
    max-width:188px!important;
    min-width:188px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:172px!important;
    height:96px!important;
    min-height:96px!important;
    max-height:96px!important;
  }
  #segmentos .segment-name{
    font-size:.72rem!important;
  }
}
@media(max-width:920px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(4, 172px)!important;
    max-width:740px!important;
    gap:11px!important;
  }
  #segmentos .segment-card{
    width:172px!important;
    max-width:172px!important;
    min-width:172px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:156px!important;
    height:86px!important;
    min-height:86px!important;
    max-height:86px!important;
  }
  #segmentos .segment-name{
    font-size:.66rem!important;
  }
}
@media(max-width:680px){
  #segmentos .segment-grid{
    grid-template-columns:repeat(2, 160px)!important;
    max-width:340px!important;
    gap:10px!important;
  }
  #segmentos .segment-card{
    width:160px!important;
    max-width:160px!important;
    min-width:160px!important;
  }
  #segmentos .segment-photo-wrap,
  #segmentos .segment-photo-wrap img{
    width:144px!important;
    height:78px!important;
    min-height:78px!important;
    max-height:78px!important;
  }
  #segmentos .segment-name{
    font-size:.62rem!important;
  }
}


/* V47 — cards um pouco maiores, mantendo boa leitura */
#segmentos.segment-hub{padding-top:30px!important;padding-bottom:36px!important;}
#segmentos .wrap{max-width:1280px!important;}
#segmentos .segment-grid{
  grid-template-columns:repeat(5, 222px)!important;
  max-width:1180px!important;
  gap:15px!important;
  justify-content:center!important;
}
#segmentos .segment-card{
  width:222px!important;max-width:222px!important;min-width:222px!important;
  padding:9px!important;border-radius:19px!important;gap:9px!important;
}
#segmentos .segment-card::before{border-radius:18px!important;}
#segmentos .segment-card::after{inset:6px!important;border-radius:15px!important;}
#segmentos .segment-photo-wrap{
  width:204px!important;height:116px!important;min-height:116px!important;max-height:116px!important;
  border-radius:15px!important;
}
#segmentos .segment-photo-wrap img{
  width:204px!important;height:116px!important;min-height:116px!important;max-height:116px!important;
  padding:3px!important;object-fit:contain!important;
}
#segmentos .segment-name{
  font-size:.82rem!important;line-height:1.16!important;min-height:2.4em!important;font-weight:800!important;
}
@media(max-width:1160px){
  #segmentos .segment-grid{grid-template-columns:repeat(4, 210px)!important;max-width:900px!important;gap:14px!important;}
  #segmentos .segment-card{width:210px!important;max-width:210px!important;min-width:210px!important;}
  #segmentos .segment-photo-wrap, #segmentos .segment-photo-wrap img{width:192px!important;height:108px!important;min-height:108px!important;max-height:108px!important;}
  #segmentos .segment-name{font-size:.77rem!important;}
}
@media(max-width:920px){
  #segmentos .segment-grid{grid-template-columns:repeat(3, 196px)!important;max-width:640px!important;gap:12px!important;}
  #segmentos .segment-card{width:196px!important;max-width:196px!important;min-width:196px!important;}
  #segmentos .segment-photo-wrap, #segmentos .segment-photo-wrap img{width:178px!important;height:100px!important;min-height:100px!important;max-height:100px!important;}
  #segmentos .segment-name{font-size:.72rem!important;}
}
@media(max-width:680px){
  #segmentos .segment-grid{grid-template-columns:repeat(2, 170px)!important;max-width:360px!important;gap:10px!important;}
  #segmentos .segment-card{width:170px!important;max-width:170px!important;min-width:170px!important;}
  #segmentos .segment-photo-wrap, #segmentos .segment-photo-wrap img{width:152px!important;height:86px!important;min-height:86px!important;max-height:86px!important;}
  #segmentos .segment-name{font-size:.66rem!important;}
}


/* V48 — refinamento premium das 3a e 4a seções */
#diferenciais .section-head h2{max-width:24ch!important;}
#diferenciais .section-head p{max-width:56ch!important;}
#diferenciais .grid-3{gap:18px!important;align-items:stretch!important;}
#diferenciais .card{
  padding:18px 18px 16px!important;
  border-radius:28px!important;
  border:1px solid rgba(108,255,240,.16)!important;
  background:
    radial-gradient(circle at top left, rgba(108,255,240,.10), transparent 38%),
    radial-gradient(circle at bottom right, rgba(255,77,166,.10), transparent 34%),
    linear-gradient(180deg, rgba(13,19,34,.95), rgba(8,12,24,.84))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 1px rgba(255,255,255,.02)!important;
  overflow:hidden!important;
  transform:translateY(0)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease!important;
}
#diferenciais .card::before{
  opacity:1!important;
  inset:0!important;
  background:linear-gradient(135deg, rgba(85,247,230,.24), transparent 38%, rgba(255,77,166,.18) 78%, transparent)!important;
  mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite:exclude;
  -webkit-mask-composite:xor;
  padding:1.2px;
}
#diferenciais .card::after{
  content:"";position:absolute;inset:auto -34px -40px auto;width:120px;height:120px;border-radius:50%;
  background:radial-gradient(circle, rgba(85,247,230,.20), rgba(85,247,230,0));filter:blur(10px);pointer-events:none;
}
#diferenciais .card:hover{transform:translateY(-5px)!important;border-color:rgba(108,255,240,.28)!important;box-shadow:0 24px 54px rgba(0,0,0,.36), 0 0 34px rgba(85,247,230,.10)!important;}
#diferenciais .card h3{font-size:1rem!important;line-height:1.2!important;margin-top:.62rem!important;}
#diferenciais .card p{font-size:.8rem!important;line-height:1.55!important;color:#c9d4e6!important;}
#diferenciais .tag{
  padding:.26rem .56rem!important;font-size:.54rem!important;letter-spacing:.14em!important;
  border-color:rgba(85,247,230,.30)!important;background:rgba(85,247,230,.08)!important;
  box-shadow:0 0 18px rgba(85,247,230,.10)!important;
}

.showcase{
  position:relative!important;
  width:min(1120px,calc(100% - 30px))!important;
  border-radius:34px!important;
  border:1px solid rgba(108,255,240,.18)!important;
  background:
    radial-gradient(circle at 14% 18%, rgba(85,247,230,.10), transparent 26%),
    radial-gradient(circle at 90% 82%, rgba(255,77,166,.10), transparent 28%),
    linear-gradient(135deg, rgba(10,14,25,.98), rgba(10,15,28,.94) 46%, rgba(15,12,29,.94))!important;
  box-shadow:0 26px 62px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08)!important;
  overflow:hidden!important;
}
.showcase::before{
  content:"";position:absolute;inset:-1px;border-radius:34px;padding:1.2px;
  background:linear-gradient(135deg, rgba(85,247,230,.38), rgba(255,255,255,.06) 42%, rgba(255,77,166,.34));
  mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none;
}
.showcase::after{
  content:"";position:absolute;left:-80px;top:-70px;width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle, rgba(85,247,230,.16), rgba(85,247,230,0));filter:blur(16px);pointer-events:none;
}
.showcase-inner{padding:28px!important;gap:28px!important;grid-template-columns:.96fr 1fr!important;}
.screen{
  border-radius:28px!important;
  border:1px solid rgba(108,255,240,.16)!important;
  background:linear-gradient(180deg, rgba(5,10,20,.98), rgba(10,15,26,.92))!important;
  box-shadow:0 22px 56px rgba(0,0,0,.42), 0 0 28px rgba(85,247,230,.08)!important;
  padding:14px!important;
  transform:perspective(1200px) rotateY(-4deg) rotateX(2deg)!important;
}
.screen-top{padding:.10rem .3rem .85rem!important;font-size:.6rem!important;letter-spacing:.06em!important;}
.dashboard{gap:11px!important;}
.dash{
  position:relative!important;
  overflow:hidden!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)),
    radial-gradient(circle at top left, rgba(85,247,230,.10), transparent 48%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 10px 24px rgba(0,0,0,.22)!important;
  padding:14px 14px 13px!important;
}
.dash::before{content:"";position:absolute;inset:auto -18px -22px auto;width:86px;height:86px;border-radius:50%;background:radial-gradient(circle, rgba(255,77,166,.16), rgba(255,77,166,0));filter:blur(6px);pointer-events:none;}
.dash strong{font-size:1.08rem!important;letter-spacing:.01em!important;}
.dash small{font-size:.64rem!important;color:#b6c4da!important;}
.dash-wide{padding-bottom:16px!important;}
.bars{height:62px!important;gap:6px!important;}
.bars i{box-shadow:0 0 18px rgba(85,247,230,.16)!important;border-radius:10px 10px 4px 4px!important;}
.showcase-copy{position:relative!important;padding:6px 4px!important;}
.showcase-copy h2{font-size:clamp(1.35rem,2.2vw,2rem)!important;line-height:1.06!important;}
.showcase-copy p{font-size:.84rem!important;line-height:1.65!important;color:#c7d3e6!important;}
.check-list{gap:10px!important;margin-top:.92rem!important;}
.check{
  padding:.72rem .88rem!important;border-radius:18px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.check:before{width:18px!important;height:18px!important;flex:0 0 18px!important;box-shadow:0 0 16px rgba(85,247,230,.18)!important;}
@media(max-width:920px){
  .showcase-inner{grid-template-columns:1fr!important;gap:20px!important;padding:22px!important;}
  .screen{transform:none!important;}
}
@media(max-width:720px){
  #diferenciais .grid-3{gap:12px!important;}
  #diferenciais .card{padding:15px 14px 14px!important;border-radius:22px!important;}
  #diferenciais .card h3{font-size:.92rem!important;}
  #diferenciais .card p{font-size:.76rem!important;}
  .showcase{border-radius:24px!important;}
  .showcase::before{border-radius:24px!important;}
  .screen{border-radius:22px!important;padding:11px!important;}
  .dash{border-radius:18px!important;padding:11px 11px 10px!important;}
  .check{padding:.62rem .74rem!important;border-radius:15px!important;}
}


/* V49 — remoção da área sistema conectado e selo Google discreto em movimento */
.security-grid-single{grid-template-columns:minmax(0,1fr)!important;justify-content:center!important}
.safe-card-domain{max-width:920px;margin-inline:auto;padding:20px 22px 18px!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(85,247,230,.09),rgba(255,255,255,.04),rgba(255,77,166,.08))!important;box-shadow:0 22px 52px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.05)!important}
.safe-card-domain h3{font-size:1.22rem!important;line-height:1.1!important;margin-top:.35rem!important}
.safe-card-domain p{font-size:.84rem!important;line-height:1.7!important;max-width:76ch!important;color:#d5deec!important}
.google-marquee-wrap{margin-top:6px;margin-bottom:18px}
.google-marquee{position:relative;overflow:hidden;height:52px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.08);display:flex;align-items:center}
.google-marquee::before,.google-marquee::after{content:"";position:absolute;top:0;bottom:0;width:70px;z-index:2;pointer-events:none}
.google-marquee::before{left:0;background:linear-gradient(90deg,rgba(3,5,12,1),rgba(3,5,12,0))}
.google-marquee::after{right:0;background:linear-gradient(270deg,rgba(3,5,12,1),rgba(3,5,12,0))}
.google-marquee-track{position:absolute;display:flex;align-items:center;white-space:nowrap;will-change:transform;animation:googleDrift 18s linear infinite}
.google-safe-badge-marquee{margin:0!important;transform:scale(.92);transform-origin:left center;box-shadow:0 8px 20px rgba(0,0,0,.15)!important;opacity:.95}
@keyframes googleDrift{0%{transform:translateX(-18%)}100%{transform:translateX(calc(100vw - 260px))}}
@media(max-width:760px){
  .safe-card-domain{padding:16px 16px 14px!important;border-radius:20px!important}
  .safe-card-domain h3{font-size:1.05rem!important}
  .safe-card-domain p{font-size:.8rem!important;line-height:1.62!important}
  .google-marquee{height:48px!important}
  .google-safe-badge-marquee{transform:scale(.84)!important}
  @keyframes googleDrift{0%{transform:translateX(-28%)}100%{transform:translateX(calc(100vw - 220px))}}
}


/* V50 — frase antes do selo Google */
.google-marquee-intro{
  margin:0 0 10px;
  text-align:center;
  font-size:.88rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d9ecff;
  font-weight:800;
  text-shadow:0 0 18px rgba(85,247,230,.22);
}
@media(max-width:760px){
  .google-marquee-intro{font-size:.76rem; line-height:1.5; margin-bottom:8px;}
}
