@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700;800&family=Raleway:wght@400;500;600;700&display=swap");:root{--blue:#0878ff;--electric:#0057ff;--navy:#001d4d;--ink:#050a12;--ink2:#08121f;--silver:#a6adb8;--white:#fff;--muted:#8c98a8;--line:rgba(166,173,184,.18);--pad:clamp(1.25rem,5vw,5.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:white;font-family:Raleway,"Segoe UI",Arial,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip{position:fixed;top:-4rem;left:1rem;padding:.8rem 1rem;background:var(--electric);z-index:200}.skip:focus{top:1rem}.section{padding:clamp(5.5rem,10vw,9rem) var(--pad)}.header{position:absolute;z-index:50;top:0;left:0;width:100%;height:92px;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:.65rem;width:max-content}.brand-mark{width:50px;height:42px}.brand-type b,.brand-type small{display:block}.brand-type b{font-family:Orbitron,"Segoe UI",sans-serif;font-size:.82rem;letter-spacing:.05em;white-space:nowrap}.brand-type i{font-style:normal;color:var(--blue)}.brand-type small{font-size:.4rem;letter-spacing:.28em;color:#b8c0cc;margin-top:.25rem}.nav{display:flex;gap:2rem;font-size:.76rem}.nav a{color:#c8d0dc;transition:color .2s}.nav a:hover{color:var(--blue)}.nav-cta{justify-self:end;border:1px solid rgba(255,255,255,.3);padding:.8rem 1rem;font-size:.72rem}.nav-cta span{color:var(--blue);margin-left:.4rem}.menu{display:none}.hero{min-height:100svh;padding:150px var(--pad) 80px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 45%,rgba(0,87,255,.16),transparent 32%),linear-gradient(130deg,#03060c 0%,#07111f 60%,#03070d 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,87,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,87,255,.035) 1px,transparent 1px);background-size:66px 66px;mask-image:linear-gradient(to right,#000,transparent 70%)}.circuit{position:absolute;width:380px;height:250px;opacity:.26;background:repeating-linear-gradient(135deg,transparent 0 24px,var(--electric) 25px 26px,transparent 27px 49px);clip-path:polygon(0 0,100% 0,58% 100%,0 100%)}.circuit-a{top:-50px;right:-50px}.circuit-b{bottom:-110px;left:-90px;transform:rotate(180deg)}.hero-copy{position:relative;z-index:2;max-width:850px}.kicker,.eyebrow{margin:0 0 1.7rem;font:600 .64rem/1.2 "Segoe UI",sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#aeb8c6}.kicker{display:flex;align-items:center;gap:.8rem}.kicker span{width:34px;height:1px;background:var(--blue)}.hero h1{font-family:Orbitron,"Segoe UI",sans-serif;font-size:clamp(3.1rem,6.1vw,7rem);line-height:1.01;letter-spacing:-.055em;margin:0;text-transform:uppercase}.hero h1 em{font-style:normal;color:var(--blue)}.hero h1 strong{font-weight:700;font-size:.58em;letter-spacing:.01em;color:#c3cad3}.hero-lead{max-width:670px;color:#a8b2c0;line-height:1.7;font-size:clamp(.95rem,1.2vw,1.13rem);margin:2.2rem 0}.hero-actions{display:flex;gap:.8rem}.btn{display:inline-flex;justify-content:space-between;gap:2rem;align-items:center;padding:1.05rem 1.25rem;border:0;cursor:pointer;font-weight:700;font-size:.76rem;transition:.25s}.btn-primary{background:linear-gradient(135deg,var(--electric),var(--blue));color:#fff;box-shadow:0 10px 35px rgba(0,87,255,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 45px rgba(0,87,255,.4)}.btn-ghost{border:1px solid rgba(255,255,255,.22);color:#d5dbe4}.trust{display:flex;gap:2.2rem;margin-top:3.7rem}.trust span{font-size:.64rem;color:#7e8998;padding-left:.9rem;border-left:1px solid #2a3544}.trust b{display:block;color:#fff;font-size:1rem;margin-bottom:.2rem}.hero-visual{position:relative;height:min(560px,60vw);display:grid;place-items:center}.pulse-ring{position:absolute;border:1px solid rgba(0,120,255,.28);border-radius:50%;animation:pulse 4s ease-in-out infinite}.r1{width:44%;aspect-ratio:1}.r2{width:70%;aspect-ratio:1;animation-delay:-1s}.r3{width:96%;aspect-ratio:1;animation-delay:-2s}.hero-badge{width:160px;aspect-ratio:1;display:grid;place-items:center;background:linear-gradient(145deg,#0b192a,#03070d);border:1px solid rgba(0,120,255,.35);border-radius:34px;box-shadow:0 30px 90px #000,0 0 80px rgba(0,87,255,.22);z-index:2}.hero-badge svg{width:100px}.hero-badge span{font-size:.45rem;letter-spacing:.2em;color:#49d98a}.hero-badge span:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#49d98a;margin-right:.4rem}.status-card{position:absolute;background:rgba(8,18,31,.85);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);padding:1rem 1.2rem;z-index:3;box-shadow:0 12px 40px rgba(0,0,0,.35)}.status-1{left:0;top:18%;display:grid;grid-template-columns:auto 1fr;gap:.2rem .6rem}.status-1 i{width:7px;height:7px;background:#49d98a;border-radius:50%;grid-row:span 2;margin-top:.3rem;box-shadow:0 0 12px #49d98a}.status-card span,.status-card small{font-size:.5rem;color:#718096}.status-card b{font-size:.68rem}.status-2{right:0;bottom:18%}.status-2 b{display:block;font-size:1.7rem;color:var(--blue);margin:.35rem 0}.status-2 span{color:#49d98a}.data-line{position:absolute;width:2px;height:72%;background:linear-gradient(transparent,var(--blue),transparent);transform:rotate(42deg)}.hero-scroll{position:absolute;bottom:2rem;left:50%;font-size:.52rem;letter-spacing:.2em;color:#657183}.hero-scroll span{color:var(--blue);margin-left:.5rem}@keyframes pulse{50%{transform:scale(1.04);opacity:.55}}.strip{height:66px;display:flex;align-items:center;justify-content:space-around;background:var(--electric);overflow:hidden}.strip p{font-size:.59rem;font-weight:700;letter-spacing:.14em;white-space:nowrap}.strip i{width:5px;height:5px;border-radius:50%;background:#fff;opacity:.6}.section-intro{display:grid;grid-template-columns:1.5fr .6fr;gap:6rem;align-items:end;margin-bottom:5rem}.section-intro h2,.why-copy h2,.cta-copy h2{font-family:Orbitron,"Segoe UI",sans-serif;font-size:clamp(2.6rem,5.2vw,5.5rem);line-height:1.05;letter-spacing:-.055em;text-transform:uppercase;margin:0}.section-intro h2 span,.why-copy h2 span,.cta-copy h2 span{color:var(--blue)}.section-intro>p{color:var(--muted);line-height:1.7;font-size:.9rem;max-width:480px}.services{background:#f4f6f9;color:var(--ink)}.services .eyebrow{color:#657183}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#d7dce3;border:1px solid #d7dce3}.service-card{background:#fff;padding:2.2rem;min-height:350px;grid-column:span 2;display:flex;flex-direction:column;position:relative;transition:.3s}.service-card:nth-child(4){grid-column:2/span 2}.service-card:hover{transform:translateY(-5px);z-index:2;box-shadow:0 18px 50px rgba(0,20,50,.12)}.service-card.featured{background:linear-gradient(145deg,#071424,#001d4d);color:#fff}.service-card>span{position:absolute;right:1.5rem;top:1.5rem;color:#aab2bd;font-size:.6rem}.icon{display:grid;place-items:center;width:50px;height:50px;background:#edf4ff;margin-bottom:2rem}.icon svg{width:25px;fill:none;stroke:var(--electric);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.featured .icon{background:rgba(0,87,255,.16)}.service-card h3{font-family:Orbitron,"Segoe UI",sans-serif;font-size:1.05rem;text-transform:uppercase;margin:0 0 1rem}.service-card p{font-size:.78rem;line-height:1.7;color:#687484}.featured p{color:#94a6bc}.service-card a{margin-top:auto;font-size:.65rem;font-weight:700;color:var(--electric)}.featured a{color:#59a8ff}.why{display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center;background:var(--ink)}.why-visual{aspect-ratio:1;position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(0,87,255,.2),transparent 55%),linear-gradient(135deg,#071321,#03070d);border:1px solid var(--line);overflow:hidden}.why-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,87,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,87,255,.1) 1px,transparent 1px);background-size:50px 50px}.big-zero{font-family:Orbitron;font-size:20vw;color:transparent;-webkit-text-stroke:1px rgba(0,120,255,.6);filter:drop-shadow(0 0 30px rgba(0,87,255,.35))}.scanner{position:absolute;width:60%;aspect-ratio:1;border:1px solid rgba(0,120,255,.3);border-radius:50%;animation:scan 10s linear infinite}.scanner:after{content:"";position:absolute;left:50%;top:50%;width:50%;height:1px;background:linear-gradient(90deg,var(--blue),transparent);transform-origin:left}@keyframes scan{to{transform:rotate(360deg)}}.metric{position:absolute;padding:.9rem;background:rgba(3,8,14,.86);border:1px solid var(--line);backdrop-filter:blur(8px)}.metric small{display:block;font-size:.42rem;color:#718096;letter-spacing:.12em}.metric b{font-family:Orbitron;display:block;color:var(--blue);margin-top:.35rem}.m-one{top:9%;right:7%}.m-two{left:7%;bottom:12%}.why-visual>p{position:absolute;bottom:4%;font-size:.47rem;letter-spacing:.22em;color:#627087}.why-copy h2{font-size:clamp(2rem,3.5vw,4rem)}.why-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8;font-size:.86rem;margin:2rem 0}.why-copy ul{list-style:none;padding:0;margin:2rem 0}.why-copy li{display:flex;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.why-copy li i{display:grid;place-items:center;width:25px;height:25px;background:rgba(0,87,255,.15);color:var(--blue);font-style:normal;flex:0 0 auto}.why-copy li b,.why-copy li span{display:block;font-size:.76rem}.why-copy li span{color:#7f8a99;margin-top:.3rem}.text-link{display:inline-flex;gap:2rem;border-bottom:1px solid var(--blue);padding-bottom:.5rem;color:#dbe3ed;font-size:.67rem}.text-link span{color:var(--blue)}.process{background:#08111e}.process .section-intro>p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps article{position:relative;padding:2.5rem 2rem 3rem;border-right:1px solid var(--line);min-height:300px}.steps article:last-child{border:0}.steps article>span{position:absolute;right:1.2rem;top:1.2rem;font-size:.55rem;color:#566273}.step-icon{font-size:2.2rem;color:var(--blue);height:90px}.steps h3{font-family:Orbitron;font-size:.9rem;text-transform:uppercase}.steps p{font-size:.75rem;line-height:1.7;color:#7f8b9b}.cta{display:grid;grid-template-columns:1fr 1fr;gap:9vw;background:radial-gradient(circle at 20% 70%,rgba(0,87,255,.13),transparent 30%),#03070d}.cta-copy>p:not(.eyebrow){max-width:560px;color:var(--muted);line-height:1.8;font-size:.86rem;margin:2rem 0}.contact-direct{display:flex;flex-direction:column;gap:.6rem;font-size:.75rem;color:#b7c1ce}.contact-direct a:hover{color:var(--blue)}.form{padding:2rem;background:#08121f;border:1px solid var(--line)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form label{display:block;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:#8a97a8;margin-bottom:1.1rem}.form label small{color:#4f5b6b}.form input,.form select,.form textarea{display:block;width:100%;border:0;border-bottom:1px solid #2a3544;outline:0;background:transparent;color:#fff;padding:.8rem 0;font-size:.78rem;text-transform:none;letter-spacing:0;border-radius:0}.form select option{background:#08121f}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue)}.form textarea{resize:vertical}.form .btn{width:100%;margin-top:.5rem}.form-status{color:#55aaff;min-height:1rem;font-size:.65rem}.footer{padding-top:5rem;padding-bottom:2rem;background:#02050a;border-top:1px solid var(--line)}.footer-main{display:grid;grid-template-columns:1.3fr 1fr .7fr 1fr;gap:4rem}.footer-main>p{color:#6e7b8c;font-size:.75rem;line-height:1.7}.footer-main>div b{display:block;text-transform:uppercase;font-size:.55rem;letter-spacing:.15em;color:#526072;margin-bottom:1rem}.footer-main>div a{display:block;font-size:.68rem;color:#a1adbc;margin:.65rem 0}.footer-main>div a:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:4rem;padding-top:1.5rem;font-size:.52rem;color:#536071}.footer-bottom div{display:flex;gap:1.5rem}.reveal{opacity:0;transform:translateY(25px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:1000px){.header{grid-template-columns:1fr auto}.nav,.nav-cta{display:none}.menu{display:flex;flex-direction:column;gap:7px;border:0;background:none;padding:1rem}.menu span{display:block;width:23px;height:1px;background:#fff;transition:.3s}.menu-open .menu span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu span:last-child{transform:translateY(-4px) rotate(-45deg)}.nav.open{display:flex;position:fixed;inset:0;background:#03070d;flex-direction:column;align-items:flex-start;justify-content:center;padding:var(--pad);z-index:-1}.nav.open a{font-family:Orbitron;font-size:clamp(2rem,8vw,4rem);text-transform:uppercase}.hero{grid-template-columns:1fr;padding-top:130px}.hero-copy{z-index:3}.hero-visual{position:absolute;right:-20%;width:65%;opacity:.55}.section-intro{grid-template-columns:1fr;gap:1.5rem}.section-intro>p{margin:0}.why,.cta{grid-template-columns:1fr}.why-visual{max-width:650px}.steps{grid-template-columns:1fr 1fr}.steps article:nth-child(2){border-right:0}.steps article:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-main{grid-template-columns:1fr 1fr}.footer-main>p{display:none}}@media(max-width:650px){.header{height:76px}.brand-mark{width:42px}.brand-type b{font-size:.7rem}.brand-type small{font-size:.34rem}.hero{padding-top:125px;align-items:start}.hero h1{font-size:12.5vw}.hero-lead{max-width:90%}.hero-actions{flex-direction:column;align-items:stretch}.trust{gap:.8rem;justify-content:space-between}.trust span{font-size:.5rem}.trust b{font-size:.75rem}.hero-visual{width:100%;height:380px;right:-45%;bottom:5%;opacity:.38}.hero-scroll{display:none}.strip{justify-content:flex-start;gap:2rem;padding:0 1.5rem}.strip p:nth-of-type(n+3),.strip i:nth-of-type(n+3){display:none}.service-grid{display:block;background:none;border:0}.service-card{min-height:310px;margin-bottom:1px}.service-card:nth-child(4){grid-column:auto}.why-visual{margin-left:calc(var(--pad)*-1);margin-right:calc(var(--pad)*-1);width:auto}.big-zero{font-size:55vw}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line)!important}.form-row{grid-template-columns:1fr}.form{padding:1.25rem}.footer-main{grid-template-columns:1fr}.footer-main>div:nth-of-type(1){display:none}.footer-bottom>div{display:none}.footer-bottom{gap:1rem}.section-intro h2,.cta-copy h2{font-size:11vw}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.pulse-ring,.scanner{animation:none}}
/* Ecossistema de produtos */
.products{position:relative;background:linear-gradient(180deg,#06101d 0%,#03070d 100%);overflow:hidden}.products:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,87,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,87,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 70%)}.product-head{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:7vw;align-items:end}.product-head h2{font-family:Orbitron,"Segoe UI",sans-serif;font-size:clamp(2.6rem,5.2vw,5.5rem);line-height:1.05;letter-spacing:-.055em;text-transform:uppercase;margin:0}.product-head h2 span{color:var(--blue)}.product-head-copy>p{color:var(--muted);line-height:1.75;font-size:.86rem}.ecosystem-key{display:flex;align-items:center;gap:.6rem;margin-top:1.5rem;font-size:.48rem;letter-spacing:.15em;color:#637083}.ecosystem-key i{width:6px;height:6px;border-radius:50%;background:#36e68a;box-shadow:0 0 12px #36e68a}.ecosystem{position:relative;height:440px;margin:5rem 0;display:grid;place-items:center}.ecosystem:before,.ecosystem:after{content:"";position:absolute;border:1px solid rgba(0,87,255,.2);border-radius:50%}.ecosystem:before{width:540px;height:260px}.ecosystem:after{width:800px;height:400px}.ecosystem-core{position:relative;z-index:3;width:180px;height:180px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,#142a45,#040a13 70%);border:1px solid rgba(0,120,255,.45);box-shadow:0 0 80px rgba(0,87,255,.2),inset 0 0 30px rgba(0,87,255,.1)}.ecosystem-core svg{width:62px}.ecosystem-core strong{font:700 .8rem Orbitron;margin-top:.5rem}.ecosystem-core strong span{color:var(--blue)}.ecosystem-core small{font-size:.35rem;letter-spacing:.12em;color:#647186;margin-top:.45rem}.ecosystem-orbit{position:absolute;z-index:4;width:118px;height:42px;display:grid;place-items:center;background:#091625;border:1px solid rgba(255,255,255,.12);font:600 .68rem Orbitron;box-shadow:0 8px 25px rgba(0,0,0,.35)}.ecosystem-orbit span{color:var(--blue);margin-right:2px}.orbit-time{transform:translate(-350px,-78px)}.orbit-queue{transform:translate(350px,-78px)}.orbit-access{transform:translate(-350px,105px)}.orbit-next{transform:translate(350px,105px);border-style:dashed;color:#667487}.ecosystem-orbit:after{content:"";position:absolute;width:70px;height:1px;background:linear-gradient(90deg,rgba(0,87,255,.7),transparent)}.orbit-time:after,.orbit-access:after{left:100%}.orbit-queue:after,.orbit-next:after{right:100%;transform:rotate(180deg)}.product-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.product-card{position:relative;min-height:690px;padding:1.6rem;background:#091421;border:1px solid rgba(255,255,255,.1);overflow:hidden;display:flex;flex-direction:column;transition:transform .35s,border-color .35s}.product-card:hover{transform:translateY(-5px);border-color:rgba(0,120,255,.5)}.product-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,var(--product-color),transparent)}.product-card.time{--product-color:#168cff}.product-card.queue{--product-color:#8c6cff}.product-card.access{--product-color:#2adf9c}.product-card.next{--product-color:#647184;border-style:dashed}.product-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.product-logo{font:700 1rem Orbitron;letter-spacing:-.04em}.product-logo span{color:var(--product-color)}.product-state{font-size:.42rem;letter-spacing:.13em;color:#778598}.product-state i{display:inline-block;width:5px;height:5px;background:#37df8d;border-radius:50%;margin-right:.4rem;box-shadow:0 0 8px #37df8d}.product-state.future{color:#718094}.product-ui{height:260px;margin:2rem 0 1.5rem;padding:1rem;background:#050b13;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.product-ui:before{content:"";position:absolute;inset:0;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:30px 30px}.ui-bar{display:flex;align-items:center;gap:.35rem;height:20px;position:relative;z-index:2}.ui-bar i{width:4px;height:4px;border-radius:50%;background:#283647}.ui-bar span{margin-left:auto;font-size:.38rem;letter-spacing:.13em;color:#4c5b70}.clock{font:600 4rem Orbitron;letter-spacing:-.08em;margin:2.1rem 0 .8rem;color:#e4ecf7;position:relative}.clock span{color:var(--product-color);animation:blink 1.2s steps(1) infinite}.time-row{display:flex;justify-content:space-between;align-items:center;font-size:.55rem;color:#8190a3;position:relative}.time-row i{font-style:normal;display:grid;place-items:center;width:22px;height:22px;background:rgba(22,140,255,.15);color:var(--product-color)}.time-chart{position:absolute;right:1rem;bottom:1rem;display:flex;align-items:end;gap:4px;height:65px}.time-chart i{display:block;width:8px;background:var(--product-color);opacity:.25}.time-chart i:nth-child(1){height:30%}.time-chart i:nth-child(2){height:55%}.time-chart i:nth-child(3){height:38%}.time-chart i:nth-child(4){height:80%;opacity:.8}.time-chart i:nth-child(5){height:65%}.time-chart i:nth-child(6){height:92%}.time-chart i:nth-child(7){height:75%}@keyframes blink{50%{opacity:.25}}.queue-number{position:relative;text-align:center;margin-top:1.7rem}.queue-number small,.queue-number em{display:block;font-size:.4rem;letter-spacing:.18em;color:#667489;font-style:normal}.queue-number b{font:700 3.8rem Orbitron;color:var(--product-color)}.queue-number b span{color:#e7ecf3}.queue-wait{position:absolute;left:1rem;right:1rem;bottom:1rem;border-top:1px solid #1e2937;padding-top:.8rem;display:flex;justify-content:space-between;font-size:.55rem;color:#68768a}.queue-wait b{font-family:Orbitron;color:#cbd4df}.access-ui{text-align:center}.access-shield{width:88px;height:88px;margin:1.5rem auto 1rem;display:grid;place-items:center;border-radius:50%;background:rgba(42,223,156,.08);border:1px solid rgba(42,223,156,.3);box-shadow:0 0 35px rgba(42,223,156,.12);position:relative}.access-shield svg{width:42px;fill:none;stroke:var(--product-color);stroke-width:1.3}.access-ui>strong,.access-ui>small{display:block;position:relative}.access-ui>strong{font:600 .68rem Orbitron;color:var(--product-color);letter-spacing:.05em}.access-ui>small{font-size:.38rem;letter-spacing:.1em;color:#526176;margin-top:.6rem}.product-copy{display:flex;flex-direction:column;flex:1}.product-copy>span{font-size:.44rem;letter-spacing:.15em;color:var(--product-color)}.product-copy h3{font:600 clamp(1.5rem,2.5vw,2.4rem)/1.1 Orbitron;text-transform:uppercase;letter-spacing:-.035em;margin:1rem 0}.product-copy p{font-size:.75rem;line-height:1.7;color:#8491a2;max-width:520px}.product-copy ul{display:flex;gap:.45rem;list-style:none;padding:0;margin:1rem 0;flex-wrap:wrap}.product-copy li{font-size:.46rem;letter-spacing:.07em;text-transform:uppercase;color:#8c99a9;border:1px solid #243142;padding:.45rem .55rem}.product-copy>a{display:flex;justify-content:space-between;margin-top:auto;padding-top:1.1rem;border-top:1px solid #243142;font-size:.65rem;font-weight:700}.product-copy>a b{color:var(--product-color)}.next-visual{height:260px;margin:2rem 0 1.5rem;display:grid;place-items:center;position:relative;background:radial-gradient(circle,rgba(100,113,132,.12),transparent 50%)}.plus-ring{display:grid;place-items:center;width:120px;height:120px;border-radius:50%;border:1px dashed #445164;color:#6d7a8c;font:300 3rem Orbitron}.next-visual>i{position:absolute;border:1px solid #263243;border-radius:50%}.next-visual>i:nth-of-type(1){width:180px;height:180px}.next-visual>i:nth-of-type(2){width:240px;height:240px}.next-visual>i:nth-of-type(3){width:300px;height:300px;opacity:.5}
@media(max-width:1000px){.product-head{grid-template-columns:1fr;gap:1.5rem}.ecosystem{transform:scale(.82);margin:2rem -10%}.product-card{min-height:650px}}
@media(max-width:760px){.ecosystem{height:420px;transform:none;margin:3rem 0}.ecosystem:before{width:300px;height:300px}.ecosystem:after{width:420px;height:420px}.ecosystem-core{width:140px;height:140px}.ecosystem-orbit{width:95px;height:38px;font-size:.55rem}.orbit-time{transform:translate(-130px,-140px)}.orbit-queue{transform:translate(130px,-140px)}.orbit-access{transform:translate(-130px,140px)}.orbit-next{transform:translate(130px,140px)}.ecosystem-orbit:after{display:none}.product-grid{grid-template-columns:1fr}.product-card{min-height:650px}}
@media(max-width:420px){.ecosystem{height:350px}.ecosystem:after{width:330px;height:330px}.ecosystem:before{width:245px;height:245px}.ecosystem-core{width:118px;height:118px}.ecosystem-core svg{width:46px}.ecosystem-core small{display:none}.orbit-time{transform:translate(-102px,-114px)}.orbit-queue{transform:translate(102px,-114px)}.orbit-access{transform:translate(-102px,114px)}.orbit-next{transform:translate(102px,114px)}.ecosystem-orbit{width:82px;font-size:.47rem}.product-card{padding:1.15rem}.product-ui,.next-visual{height:230px}}
@media(prefers-reduced-motion:reduce){.clock span{animation:none}.product-card{transition:none}}