@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--h-ink:#04060f;--h-ink2:#080c1a;--h-surface:#0c1121;--h-glass:#ffffff08;--h-border:#ffffff12;--h-neon:#00d4ff;--h-neon2:#7c3aed;--h-dim:#6b7a99;--h-white:#eef2ff;--h-ff-d:"Bebas Neue",sans-serif;--h-ff-b:"Outfit",sans-serif;--h-ff-m:"JetBrains Mono",monospace}.hero-cur{background:var(--h-neon);pointer-events:none;z-index:9999;mix-blend-mode:screen;border-radius:50%;width:10px;height:10px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.hero-cur-trail{pointer-events:none;z-index:9998;border:1px solid #00d4ff4d;border-radius:50%;width:40px;height:40px;transition:left .18s,top .18s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}@media (max-width:640px){.hero-cur,.hero-cur-trail{display:none}}.hero{background:var(--h-ink);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle,#00d4ff21,#0000 70%);width:650px;height:650px;animation:14s ease-in-out infinite hBlob1;top:-10%;left:-15%}.blob-2{background:radial-gradient(circle,#7c3aed1a,#0000 70%);width:550px;height:550px;animation:18s ease-in-out infinite hBlob2;bottom:0;right:-10%}.blob-3{background:radial-gradient(circle,#f59e0b0f,#0000 70%);width:300px;height:300px;animation:22s ease-in-out infinite hBlob3;top:40%;left:50%}@keyframes hBlob1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(60px,-40px)scale(1.1)}}@keyframes hBlob2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,50px)scale(1.08)}}@keyframes hBlob3{0%,to{transform:translate(0)}50%{transform:translate(30px,-60px)}}.hero-dot-grid{z-index:0;pointer-events:none;background-image:radial-gradient(#00d4ff12 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%)}.hero-wrap{z-index:10;flex:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;width:100%;max-width:1320px;margin:0 auto;padding:0 2.5rem 3rem;display:grid;position:relative}.hero-left{flex-direction:column;display:flex}.hero-badge{font-family:var(--h-ff-m);color:var(--h-neon);letter-spacing:.1em;text-transform:uppercase;background:#00d4ff0f;border:1px solid #00d4ff2e;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-bottom:2rem;padding:.45rem 1.1rem;font-size:.63rem;animation:.8s both hFadeUp;display:inline-flex}.hero-badge-icon{flex-shrink:0;animation:2s infinite hPulse}@keyframes hPulse{0%,to{opacity:1}50%{opacity:.5}}.hero-h1{font-family:var(--h-ff-d);letter-spacing:.03em;color:var(--h-white);margin-bottom:1.2rem;font-size:clamp(3.5rem,7vw,7.5rem);line-height:.92;animation:.9s .1s both hFadeUp}.h1-line{display:block}.h1-accent{background:linear-gradient(90deg,var(--h-neon),var(--h-neon2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.h1-stroke{-webkit-text-stroke:2px #ffffff2e;color:#0000}.hero-sub{font-family:var(--h-ff-b);color:var(--h-dim);margin-bottom:1.6rem;font-size:clamp(.95rem,1.8vw,1.3rem);font-weight:500;line-height:1.5;animation:.9s .2s both hFadeUp}.hero-type-hl{background:linear-gradient(90deg,var(--h-neon),var(--h-neon2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.hero-type-cur{background:var(--h-neon);vertical-align:text-bottom;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite hBlink;display:inline-block}@keyframes hBlink{0%,to{opacity:1}50%{opacity:0}}.hero-desc{font-family:var(--h-ff-b);color:var(--h-dim);max-width:520px;margin-bottom:2.5rem;font-size:.97rem;line-height:1.9;animation:.9s .3s both hFadeUp}.hero-cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;animation:.9s .4s both hFadeUp;display:flex}.hero-btn-main{background:linear-gradient(135deg,var(--h-neon),var(--h-neon2));font-family:var(--h-ff-b);color:var(--h-ink);letter-spacing:.02em;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:1rem 2.2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 40px #00d4ff47,0 8px 32px #00d4ff2e}.hero-btn-main:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40,#0000);transition:opacity .3s;position:absolute;inset:0}.hero-btn-main:hover:before{opacity:1}.hero-btn-main:hover{transform:translateY(-3px);box-shadow:0 0 60px #00d4ff66,0 16px 40px #00d4ff38}.hero-btn-ghost{background:var(--h-glass);border:1px solid var(--h-border);font-family:var(--h-ff-b);color:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;border-radius:12px;align-items:center;gap:8px;padding:1rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.hero-btn-ghost:hover{color:var(--h-white);background:#00d4ff0f;border-color:#00d4ff4d;transform:translateY(-2px)}.hero-stats{flex-wrap:wrap;align-items:center;gap:2rem;animation:.9s .5s both hFadeUp;display:flex}.hero-stat{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.hero-stat-icon-wrap{color:var(--h-neon);margin-bottom:2px}.hero-stat-icon{display:block}.hero-stat-val{font-family:var(--h-ff-d);color:var(--h-white);letter-spacing:.04em;font-size:2.2rem;line-height:1}.hero-stat-lbl{font-family:var(--h-ff-b);color:var(--h-dim);letter-spacing:.08em;text-transform:uppercase;font-size:.67rem}.hero-stat-div{background:var(--h-border);flex-shrink:0;width:1px;height:44px}.hero-right{animation:1s .3s both hFadeLeft;position:relative}.hero-float-card{background:var(--h-surface);border:1px solid var(--h-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5;border-radius:14px;padding:.75rem 1.1rem;position:absolute;box-shadow:0 20px 60px #00000080}.hero-float-card--1{border-color:#00d4ff33;min-width:152px;animation:5s ease-in-out infinite hFloat1;top:-24px;right:-24px}.hero-float-card--2{border-color:#7c3aed33;min-width:158px;animation:6s ease-in-out infinite hFloat2;bottom:60px;left:-28px}@keyframes hFloat1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(1deg)}}@keyframes hFloat2{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(8px)rotate(-1deg)}}.hero-fc-label{font-family:var(--h-ff-m);color:var(--h-dim);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:5px;font-size:.56rem;display:flex}.hero-fc-val{font-family:var(--h-ff-d);color:var(--h-white);letter-spacing:.04em;font-size:1.6rem}.hero-fc-unit{color:var(--h-neon);font-size:1rem}.hero-fc-sub{color:var(--h-dim);align-items:center;gap:4px;margin-top:3px;font-size:.68rem;display:flex}.hero-fc-sub--green{color:#22c55e}.hero-fc-sub--stars{gap:2px}.hero-card{background:var(--h-surface);border:1px solid var(--h-border);border-radius:24px;width:100%;position:relative;overflow:hidden}.hero-card:before{content:"";background:linear-gradient(90deg,transparent,var(--h-neon),var(--h-neon2),transparent);height:1px;position:absolute;top:0;left:0;right:0}.hero-card-topbar{border-bottom:1px solid var(--h-border);background:#ffffff05;align-items:center;gap:8px;padding:1rem 1.5rem;display:flex}.hero-tb-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.hero-tb-dot:first-child{background:#ff5f56}.hero-tb-dot:nth-child(2){background:#ffbd2e}.hero-tb-dot:nth-child(3){background:#27c93f}.hero-tb-url{font-family:var(--h-ff-m);color:var(--h-dim);letter-spacing:.04em;align-items:center;gap:5px;margin-left:auto;font-size:.62rem;display:flex}.hero-card-body{padding:1.6rem}.hero-card-label{font-family:var(--h-ff-m);color:var(--h-neon);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:1.2rem;font-size:.62rem;display:flex}.hero-card-label:after{content:"";background:var(--h-border);flex:1;height:1px}.hero-service-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.hero-pill{font-family:var(--h-ff-b);color:#ffffff80;cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:6px;align-items:center;gap:5px;padding:.36rem .82rem;font-size:.72rem;font-weight:500;transition:all .22s;display:inline-flex}.hero-pill:hover{color:var(--h-white);background:#00d4ff12;border-color:#00d4ff59;transform:translateY(-1px)}.hero-pill-icon{flex-shrink:0}.hero-live-chip{background:#22c55e0d;border:1px solid #22c55e1f;border-radius:12px;align-items:center;gap:10px;margin-bottom:1rem;padding:.8rem 1rem;display:flex}.hero-live-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite hPulse;box-shadow:0 0 0 4px #22c55e26}.hero-live-text{font-family:var(--h-ff-b);color:#ffffff80;font-size:.77rem}.hero-live-text strong{color:var(--h-white);font-weight:600}.hero-card-stats{grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1rem;display:grid}.hero-cs-item{text-align:center;background:#00d4ff0d;border:1px solid #00d4ff1a;border-radius:10px;flex-direction:column;align-items:center;gap:3px;padding:.85rem .6rem;transition:all .25s;display:flex}.hero-cs-item:hover{background:#00d4ff1a;border-color:#00d4ff4d}.hero-cs-icon{color:var(--h-neon);margin-bottom:2px}.hero-cs-val{font-family:var(--h-ff-d);color:var(--h-white);letter-spacing:.04em;font-size:1.5rem;line-height:1}.hero-cs-lbl{font-family:var(--h-ff-b);color:var(--h-dim);text-transform:uppercase;letter-spacing:.08em;font-size:.58rem}.hero-stores{gap:.6rem;display:flex}.hero-store-btn{border:1px solid var(--h-border);background:#ffffff0a;border-radius:10px;flex:1;align-items:center;gap:9px;padding:.65rem .9rem;text-decoration:none;transition:all .25s;display:flex}.hero-store-btn:hover{background:#00d4ff12;border-color:#00d4ff4d}.hero-store-icon{border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.hero-store-icon--android{color:#22c55e;background:#22c55e1f}.hero-store-icon--apple{color:var(--h-white);background:#e2e8f014}.hero-store-text{flex-direction:column;display:flex}.hero-store-text small{color:var(--h-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.54rem}.hero-store-text strong{font-family:var(--h-ff-b);color:var(--h-white);font-size:.8rem;font-weight:700}.hero-mstrip{z-index:10;border-top:1px solid var(--h-border);border-bottom:1px solid var(--h-border);background:#00d4ff04;padding:.9rem 0;position:relative;overflow:hidden}.hero-mstrip:before,.hero-mstrip:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.hero-mstrip:before{background:linear-gradient(to right,var(--h-ink),transparent);left:0}.hero-mstrip:after{background:linear-gradient(to left,var(--h-ink),transparent);right:0}.hero-mtrack{align-items:center;width:max-content;animation:32s linear infinite hMarquee;display:flex}.hero-mtrack:hover{animation-play-state:paused}@keyframes hMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hMarqueeRev{0%{transform:translate(-50%)}to{transform:translate(0)}}.hero-mitem{font-family:var(--h-ff-b);color:var(--h-dim);white-space:nowrap;align-items:center;gap:7px;padding:0 1.75rem;font-size:.8rem;font-weight:600;transition:color .2s;display:inline-flex}.hero-mitem:hover{color:var(--h-white)}.hero-mitem-icon{flex-shrink:0}.hero-mdot{background:var(--h-neon);opacity:.45;border-radius:50%;flex-shrink:0;width:4px;height:4px}.hero-scroll-ind{z-index:10;flex-direction:column;align-items:center;gap:6px;animation:2.5s ease-in-out infinite hScrollBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-ind span{font-family:var(--h-ff-m);color:var(--h-dim);letter-spacing:.2em;text-transform:uppercase;font-size:.52rem}.hero-scroll-line{background:linear-gradient(to bottom,var(--h-neon),transparent);width:1px;height:40px}@keyframes hScrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.hero-clients{z-index:10;border-bottom:1px solid var(--h-border);background:var(--h-ink2);padding:4.5rem 2.5rem;position:relative}.hero-clients-inner{max-width:1320px;margin:0 auto}.hero-sec-label{text-align:center;font-family:var(--h-ff-m);color:var(--h-neon);letter-spacing:.2em;text-transform:uppercase;justify-content:center;align-items:center;gap:7px;margin-bottom:.75rem;font-size:.62rem;display:flex}.hero-sec-label:before,.hero-sec-label:after{content:"";background:var(--h-border);flex:1;max-width:130px;height:1px}.hero-clients-sub{text-align:center;font-family:var(--h-ff-b);color:var(--h-dim);margin-bottom:2.5rem;font-size:.88rem}.hero-lstrip{margin-bottom:2.5rem;position:relative;overflow:hidden}.hero-lstrip:before,.hero-lstrip:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.hero-lstrip:before{background:linear-gradient(to right,var(--h-ink2),transparent);left:0}.hero-lstrip:after{background:linear-gradient(to left,var(--h-ink2),transparent);right:0}.hero-ltrack{align-items:center;gap:0;width:max-content;animation:40s linear infinite hMarquee;display:flex}.hero-ltrack:hover{animation-play-state:paused}.hero-logo-chip{white-space:nowrap;cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;justify-content:center;align-items:center;min-width:140px;min-height:64px;margin:0 .6rem;padding:.9rem 2.2rem;transition:all .3s;display:inline-flex}.hero-logo-chip:hover{background:#ffffff12;border-color:#00d4ff38;transform:translateY(-3px);box-shadow:0 8px 32px #0000004d}.hero-logo-img{object-fit:contain;filter:grayscale()brightness(1.8)opacity(.45);width:auto;max-width:120px;height:auto;max-height:36px;transition:filter .35s,opacity .35s}.hero-logo-chip:hover .hero-logo-img{filter:grayscale(0%)brightness()opacity()}.hero-logo-fallback{font-family:var(--h-ff-b);color:#ffffff59;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:700;transition:color .3s}.hero-logo-chip:hover .hero-logo-fallback{color:#ffffffbf}.hero-trust-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.hero-trust-item{font-family:var(--h-ff-b);color:var(--h-dim);align-items:center;gap:7px;font-size:.8rem;font-weight:500;transition:color .2s;display:flex}.hero-trust-item:hover{color:var(--h-white)}.hero-trust-icon{color:var(--h-neon);flex-shrink:0}.hero-skills{z-index:10;background:var(--h-ink);padding:4rem 2.5rem;position:relative}.hero-skills-inner{max-width:1320px;margin:0 auto}.hero-skstrip{margin-top:2rem;position:relative;overflow:hidden}.hero-skstrip:before,.hero-skstrip:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.hero-skstrip:before{background:linear-gradient(to right,var(--h-ink),transparent);left:0}.hero-skstrip:after{background:linear-gradient(to left,var(--h-ink),transparent);right:0}.hero-sktrack{align-items:center;gap:0;width:max-content;animation:35s linear infinite hMarqueeRev;display:flex}.hero-sktrack:hover{animation-play-state:paused}.hero-sk-chip{white-space:nowrap;cursor:default;background:#ffffff08;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:8px;margin:0 .4rem;padding:.6rem 1.4rem;transition:all .25s;display:inline-flex}.hero-sk-chip:hover{background:#00d4ff14;border-color:#00d4ff40;transform:translateY(-2px)}.hero-sk-icon{color:var(--h-dim);flex-shrink:0;transition:color .25s}.hero-sk-chip:hover .hero-sk-icon{color:var(--h-neon)}.hero-sk-name{font-family:var(--h-ff-b);color:#ffffff73;letter-spacing:.04em;font-size:.78rem;font-weight:600;transition:color .25s}.hero-sk-chip:hover .hero-sk-name{color:var(--h-neon)}@keyframes hFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hFadeLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.hero-wrap{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem 2rem}.hero-right{width:100%;max-width:560px;margin:0 auto}.hero-float-card--1,.hero-float-card--2{display:none}.hero-h1{font-size:clamp(3.5rem,10vw,5.5rem)}}@media (max-width:640px){.hero-wrap{padding:0 1.25rem 1.5rem}.hero-stats{gap:1.2rem}.hero-stat-div{display:none}.hero-cta{flex-direction:column}.hero-btn-main,.hero-btn-ghost{justify-content:center;width:100%}.hero-clients,.hero-skills{padding:3rem 1.25rem}.hero-h1{font-size:clamp(2.8rem,12vw,4.5rem)}.hero-trust-row{gap:1rem}.hero-card{display:none}.hero-h1{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}}
.sp_section{background:#050810;padding:0 1.5rem 6rem;position:relative;overflow:hidden}.sp_section:before{content:"";pointer-events:none;background:conic-gradient(from 200deg at 60% 40%,#0ea5e90f 0deg,#6366f10f 90deg,#0000 180deg);border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-80px}.sp_section:after{content:"";pointer-events:none;background:radial-gradient(circle,#6366f112 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-100px;left:-80px}.sp_dotgrid{z-index:0;pointer-events:none;background-image:radial-gradient(#0ea5e917 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.sp_inner{z-index:2;max-width:1240px;margin:0 auto;position:relative}.sp_header{grid-template-columns:1fr 1fr;align-items:end;gap:2.5rem;margin-bottom:4rem;display:grid}.sp_eyebrow{align-items:center;gap:10px;margin-bottom:1rem;display:inline-flex}.sp_eyebrow_line{background:linear-gradient(90deg,#0ea5e9,#6366f1);border-radius:2px;width:32px;height:2px}.sp_eyebrow_text{letter-spacing:.25em;text-transform:uppercase;color:#0ea5e9;font-family:Syne,sans-serif;font-size:.68rem;font-weight:700}.sp_heading{letter-spacing:-.028em;color:#f1f5f9;font-family:Syne,sans-serif;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:800;line-height:1.08}.sp_heading_accent{background:linear-gradient(120deg,#38bdf8 0%,#818cf8 50%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.sp_subtext{color:#8892a4;margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.sp_cta_link{letter-spacing:.08em;text-transform:uppercase;color:#0ea5e9;cursor:none;align-items:center;gap:8px;font-family:Syne,sans-serif;font-size:.8rem;font-weight:700;transition:gap .25s;display:inline-flex}.sp_cta_link:hover{gap:14px}.sp_cta_link_arrow{border:1.5px solid #0ea5e966;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,border-color .2s;display:flex}.sp_cta_link:hover .sp_cta_link_arrow{background:#0ea5e926;border-color:#0ea5e9}.sp_tabs{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.sp_tab{letter-spacing:.06em;text-transform:uppercase;color:#8892a4;cursor:none;background:0 0;border:1px solid #ffffff1a;border-radius:999px;padding:.38rem 1rem;font-family:Syne,sans-serif;font-size:.74rem;font-weight:600;transition:all .22s}.sp_tab:hover{color:#e2e8f0;background:#0ea5e912;border-color:#0ea5e966}.sp_tab.sp_tab_active{color:#fff;background:linear-gradient(135deg,#0ea5e9,#6366f1);border-color:#0000}.sp_grid{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:1px;display:grid;overflow:hidden}.sp_card{cursor:default;background:#0d1117;flex-direction:column;padding:2rem 1.75rem 1.75rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.sp_card:hover{background:#111827}.sp_card_num{color:#ffffff08;letter-spacing:-.05em;pointer-events:none;font-family:Syne,sans-serif;font-size:3.5rem;font-weight:800;line-height:1;transition:color .3s;position:absolute;top:1rem;right:1.25rem}.sp_card:hover .sp_card_num{color:#0ea5e90f}.sp_card_line{transform-origin:0;background:linear-gradient(90deg,#0ea5e9,#6366f1);height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.sp_card:hover .sp_card_line{transform:scaleX(1)}.sp_card_icon{background:#ffffff0a;border:1px solid #ffffff12;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.1rem;font-size:1.3rem;transition:background .3s,border-color .3s,transform .3s;display:flex}.sp_card:hover .sp_card_icon{background:#0ea5e91a;border-color:#0ea5e940;transform:scale(1.08)}.sp_card_title{color:#f1f5f9;letter-spacing:-.01em;margin-bottom:.55rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:700;transition:color .2s}.sp_card:hover .sp_card_title{color:#fff}.sp_card_desc{color:#8892a4;flex:1;font-size:.82rem;line-height:1.72}.sp_card_tags{flex-wrap:wrap;gap:.4rem;margin-top:1.25rem;display:flex}.sp_tag{letter-spacing:.08em;text-transform:uppercase;color:#0ea5e9;background:#0ea5e912;border:1px solid #0ea5e926;border-radius:999px;padding:.22rem .65rem;font-family:Syne,sans-serif;font-size:.63rem;font-weight:600;transition:background .2s;display:inline-block}.sp_card:hover .sp_tag{background:#0ea5e921}.sp_card_arrow{color:#ffffff40;opacity:0;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;transition:opacity .3s,transform .3s,border-color .3s,color .3s;display:flex;position:absolute;bottom:1.25rem;right:1.25rem;transform:translate(4px,4px)}.sp_card:hover .sp_card_arrow{opacity:1;color:#0ea5e9;border-color:#0ea5e966;transform:translate(0)}.sp_card_wide{flex-direction:row;grid-column:span 2;align-items:center;gap:2rem}.sp_card_wide .sp_card_body{flex:1}.sp_card_wide .sp_card_visual{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.5rem;width:200px;display:flex}.sp_card_wide .sp_card_visual_pill{color:#ffffff80;white-space:nowrap;border:1px solid #ffffff14;border-radius:999px;padding:.32rem .8rem;font-family:Syne,sans-serif;font-size:.7rem;font-weight:600;transition:border-color .2s,color .2s}.sp_card:hover .sp_card_wide .sp_card_visual_pill{color:#ffffffbf;border-color:#0ea5e94d}.sp_highlight{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:1.5rem;display:grid;overflow:hidden}.sp_hl_cell{background:#0d1117;align-items:center;gap:12px;padding:1.25rem 1.5rem;transition:background .25s;display:flex}.sp_hl_cell:hover{background:#0ea5e90f}.sp_hl_icon{flex-shrink:0;font-size:1.4rem}.sp_hl_text{flex-direction:column;display:flex}.sp_hl_title{color:#f1f5f9;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700}.sp_hl_sub{color:#8892a4;margin-top:1px;font-size:.72rem}@media (max-width:1024px){.sp_grid{grid-template-columns:repeat(2,1fr)}.sp_card_wide{grid-column:span 2}.sp_highlight{grid-template-columns:repeat(2,1fr)}.sp_header{grid-template-columns:1fr;gap:1rem}}@media (max-width:640px){.sp_section{padding:4rem 1rem}.sp_grid{grid-template-columns:1fr}.sp_card_wide{flex-direction:column;grid-column:span 1}.sp_card_wide .sp_card_visual{justify-content:flex-start;width:100%}.sp_highlight{grid-template-columns:repeat(2,1fr)}}
.cta-section{background:var(--dark);padding:8rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#0ea5e90a 1px,#0000 1px),linear-gradient(90deg,#0ea5e90a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%)}.cta-section:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#0ea5e912 0%,#0000 65%);border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite ctaGlowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ctaGlowPulse{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.15)}}.cta-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.cta-blob-tl{background:radial-gradient(circle,#0ea5e917,#0000 70%);width:400px;height:400px;animation:14s ease-in-out infinite ctaBlobTL;top:-80px;left:-80px}.cta-blob-br{background:radial-gradient(circle,#6366f114,#0000 70%);width:350px;height:350px;animation:18s ease-in-out infinite ctaBlobBR;bottom:-60px;right:-60px}@keyframes ctaBlobTL{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}@keyframes ctaBlobBR{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}.cta-noise{z-index:0;pointer-events:none;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.cta-particle{pointer-events:none;z-index:1;border-radius:50%;animation:linear infinite ctaParticleFloat;position:absolute}.cta-particle:first-child{background:var(--accent);opacity:.3;width:3px;height:3px;animation-duration:12s;animation-delay:0s;bottom:0;left:8%}.cta-particle:nth-child(2){background:var(--accent2);opacity:.25;width:2px;height:2px;animation-duration:17s;animation-delay:3s;bottom:0;left:22%}.cta-particle:nth-child(3){background:var(--accent);opacity:.2;width:4px;height:4px;animation-duration:10s;animation-delay:1s;bottom:0;left:40%}.cta-particle:nth-child(4){background:var(--accent2);opacity:.3;width:2px;height:2px;animation-duration:15s;animation-delay:5s;bottom:0;left:58%}.cta-particle:nth-child(5){background:var(--accent);opacity:.25;width:3px;height:3px;animation-duration:13s;animation-delay:2s;bottom:0;left:75%}.cta-particle:nth-child(6){background:var(--accent2);opacity:.2;width:2px;height:2px;animation-duration:19s;animation-delay:7s;bottom:0;left:88%}@keyframes ctaParticleFloat{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:.3}90%{opacity:.15}to{opacity:0;transform:translateY(-600px)translate(15px)}}.cta-box{z-index:10;-webkit-backdrop-filter:blur(24px);background:#0d1117bf;border:1px solid #0ea5e924;border-radius:24px;grid-template-columns:1fr 380px;align-items:center;gap:5rem;max-width:1180px;margin:0 auto;padding:5rem;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 40px 100px #00000080,0 0 80px #0ea5e90a}.cta-box:before{content:"";background:linear-gradient(90deg,#0000 0%,#0ea5e999 25%,#6366f199 75%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.cta-box:after{content:"";pointer-events:none;background:radial-gradient(circle,#6366f114,#0000 60%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-60px;right:-60px}.cta-content{flex-direction:column;align-items:flex-start;display:flex}.cta-eyebrow{font-family:var(--display);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);background:#0ea5e914;border:1px solid #0ea5e933;border-radius:999px;align-items:center;gap:8px;margin-bottom:1.75rem;padding:.38rem 1rem;font-size:.62rem;font-weight:700;display:inline-flex}.cta-eyebrow-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:2s infinite ctaDotPulse}@keyframes ctaDotPulse{0%,to{opacity:1;box-shadow:0 0 8px var(--accent)}50%{opacity:.5;box-shadow:0 0 2px var(--accent)}}.cta-h2{font-family:var(--display);letter-spacing:-.03em;color:var(--light);margin-bottom:1.5rem;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:800;line-height:.95}.cta-h2-line{display:block}.cta-h2-muted{color:#f1f5f959;display:block}.cta-h2-accent{background:linear-gradient(90deg,var(--accent)0%,var(--accent2)60%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.cta-sub{font-family:var(--body);color:var(--muted);max-width:440px;margin-bottom:2.25rem;font-size:1rem;line-height:1.8}.cta-sub strong{color:#f1f5f9cc;font-weight:500}.cta-chips{flex-wrap:wrap;gap:.65rem;margin-bottom:2.5rem;display:flex}.cta-chip{font-family:var(--body);color:#f1f5f980;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:.36rem .9rem;font-size:.76rem;font-weight:500;transition:all .25s;display:inline-flex}.cta-chip:hover{color:var(--light);background:#0ea5e90f;border-color:#0ea5e94d}.cta-chip-icon{color:var(--accent);flex-shrink:0}.cta-btns{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.cta-btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;color:#fff;cursor:none;border:none;border-radius:10px;align-items:center;gap:10px;padding:1rem 2.4rem;font-size:.85rem;font-weight:700;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 36px #0ea5e947,0 8px 24px #0ea5e929}.cta-btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff38,#0000);transition:opacity .3s;position:absolute;inset:0}.cta-btn-primary:hover:before{opacity:1}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 52px #0ea5e973,0 16px 36px #0ea5e938}.cta-btn-primary .cta-btn-arrow{transition:transform .25s}.cta-btn-primary:hover .cta-btn-arrow{transform:translate(4px)}.cta-btn-secondary{font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;color:#f1f5f9a6;cursor:none;background:0 0;border:1px solid #ffffff24;border-radius:10px;align-items:center;gap:8px;padding:1rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-btn-secondary:hover{color:var(--light);background:#0ea5e912;border-color:#0ea5e966;transform:translateY(-2px)}.cta-panel{flex-direction:column;gap:.9rem;display:flex}.cta-stat{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:1.5rem 1.75rem;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative;overflow:hidden}.cta-stat:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#0ea5e94d,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.cta-stat:hover{border-color:#0ea5e938;transform:translate(-5px);box-shadow:0 8px 32px #0000004d}.cta-stat:hover:before{opacity:1}.cta-stat:first-child:after{content:"";filter:blur(20px);pointer-events:none;background:#0ea5e90f;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.cta-stat:nth-child(2):after{content:"";filter:blur(20px);pointer-events:none;background:#6366f10f;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.cta-stat:nth-child(3):after{content:"";filter:blur(20px);pointer-events:none;background:#a78bfa0f;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.cta-stat-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.cta-stat-label{font-family:var(--display);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:.62rem;font-weight:700}.cta-stat-icon{color:var(--accent);opacity:.7}.cta-stat-val{font-family:var(--display);color:var(--light);letter-spacing:-.04em;margin-bottom:4px;font-size:2.6rem;font-weight:800;line-height:1;display:block}.cta-stat-desc{font-family:var(--body);color:var(--muted);font-size:.73rem;line-height:1.5}.cta-stat-trend{font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:4px;margin-top:6px;padding:.18rem .55rem;font-size:.6rem;font-weight:700;display:inline-flex}.cta-stat-trend-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s infinite ctaDotPulse}.cta-response{z-index:10;background:#ffffff06;border:1px solid #ffffff12;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1180px;margin:2rem auto 0;padding:1.25rem 2rem;display:flex;position:relative}.cta-response-item{font-family:var(--body);color:var(--muted);align-items:center;gap:8px;font-size:.78rem;display:flex}.cta-response-item strong{color:#f1f5f9b3;font-weight:500}.cta-response-icon{color:var(--accent);flex-shrink:0}.cta-response-div{background:#ffffff12;width:1px;height:20px}@media (max-width:1024px){.cta-box{grid-template-columns:1fr;gap:3rem;padding:3.5rem 2.5rem}.cta-panel{flex-flow:wrap}.cta-stat{flex:1;min-width:160px}.cta-stat:hover{transform:translateY(-4px)}}@media (max-width:640px){.cta-section{padding:5rem 1.25rem}.cta-box{border-radius:18px;padding:2.5rem 1.5rem}.cta-h2{font-size:clamp(2rem,9vw,2.8rem)}.cta-btns{flex-direction:column;width:100%}.cta-btn-primary,.cta-btn-secondary{justify-content:center;width:100%}.cta-panel{flex-direction:column}.cta-response{gap:1rem}.cta-response-div{display:none}}
:root{--t-ink:#04060f;--t-ink2:#080c1a;--t-surface:#0c1121;--t-border:#ffffff12;--t-neon:#00d4ff;--t-neon2:#7c3aed;--t-amber:#f59e0b;--t-dim:#6b7a99;--t-white:#eef2ff;--t-ff-d:"Bebas Neue",sans-serif;--t-ff-b:"Outfit",sans-serif;--t-ff-m:"JetBrains Mono",monospace}.testi{background:var(--t-ink2);border-top:1px solid var(--t-border);padding:6rem 2.5rem;position:relative;overflow:hidden}.testi:before{content:"";z-index:0;pointer-events:none;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.testi-glow{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.testi-glow-1{background:radial-gradient(circle,#00d4ff12,#0000 70%);width:500px;height:500px;animation:16s ease-in-out infinite tGlow1;top:-10%;left:-5%}.testi-glow-2{background:radial-gradient(circle,#7c3aed12,#0000 70%);width:400px;height:400px;animation:20s ease-in-out infinite tGlow2;bottom:-10%;right:-5%}@keyframes tGlow1{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}@keyframes tGlow2{0%,to{transform:translate(0)}50%{transform:translate(-30px,40px)}}.testi-inner{z-index:1;max-width:1320px;margin:0 auto;position:relative}.testi-header{text-align:center;margin-bottom:3.5rem}.testi-label{font-family:var(--t-ff-m);color:var(--t-neon);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:1.25rem;font-size:.62rem;display:inline-flex}.testi-label:before,.testi-label:after{content:"";background:#00d4ff4d;width:32px;height:1px}.testi-h2{font-family:var(--t-ff-d);letter-spacing:.03em;color:var(--t-white);margin-bottom:.75rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95}.testi-h2 span{background:linear-gradient(90deg,var(--t-neon),var(--t-neon2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.testi-sub{font-family:var(--t-ff-b);color:var(--t-dim);max-width:480px;margin:0 auto;font-size:.95rem;line-height:1.7}.testi-summary{background:#00d4ff0a;border:1px solid #00d4ff1a;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;max-width:680px;margin:0 auto 3.5rem;padding:1.4rem 2rem;display:flex}.testi-summary-stat{flex-direction:column;align-items:center;gap:3px;display:flex}.testi-summary-val{font-family:var(--t-ff-d);color:var(--t-white);letter-spacing:.04em;font-size:2.2rem;line-height:1}.testi-summary-lbl{font-family:var(--t-ff-b);color:var(--t-dim);letter-spacing:.08em;text-transform:uppercase;font-size:.67rem}.testi-summary-stars{gap:3px;margin-top:3px;display:flex}.testi-sdiv{background:var(--t-border);width:1px;height:36px}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-bottom:1.4rem;display:grid}.testi-grid-row2{grid-template-columns:repeat(2,1fr);gap:1.4rem;max-width:66%;margin:0 auto;display:grid}.testi-card{background:var(--t-surface);border:1px solid var(--t-border);border-radius:20px;flex-direction:column;gap:1.1rem;padding:1.75rem;transition:border-color .3s,transform .3s,box-shadow .3s;animation:.7s both tFadeUp;display:flex;position:relative}.testi-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#00d4ff4d,#0000);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.testi-card:hover{border-color:#00d4ff40;transform:translateY(-5px);box-shadow:0 20px 60px #0006}.testi-card:hover:before{opacity:1}.testi-card:first-child{animation-delay:.1s}.testi-card:nth-child(2){animation-delay:.2s}.testi-card:nth-child(3){animation-delay:.3s}.testi-card--featured{background:linear-gradient(135deg,#00d4ff0d,#7c3aed0a);border-color:#00d4ff33}.testi-card--featured:before{opacity:1}.testi-quote-icon{color:#00d4ff2e;flex-shrink:0}.testi-stars{gap:3px;display:flex}.testi-text{font-family:var(--t-ff-b);color:#ffffffad;flex:1;font-size:.9rem;line-height:1.78}.testi-card--featured .testi-text{color:#ffffffd6}.testi-author{border-top:1px solid var(--t-border);align-items:center;gap:12px;padding-top:1rem;display:flex}.testi-avatar{background:var(--t-surface);border:2px solid #00d4ff2e;border-radius:50%;flex-shrink:0;width:46px;height:46px;overflow:hidden}.testi-avatar img{object-fit:cover;object-position:top;border-radius:50%;width:100%;height:100%}.testi-avatar-default{background:linear-gradient(135deg,#00d4ff26,#7c3aed26);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.testi-avatar-initial{font-family:var(--t-ff-d);color:var(--t-neon);letter-spacing:.05em;font-size:1.2rem;line-height:1}.testi-author-info{flex:1;min-width:0}.testi-author-name{font-family:var(--t-ff-b);color:var(--t-white);font-size:.88rem;font-weight:700;line-height:1.25}.testi-author-role{font-family:var(--t-ff-b);color:var(--t-dim);margin-top:2px;font-size:.72rem}.testi-verified{font-family:var(--t-ff-m);color:var(--t-neon);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#00d4ff14;border:1px solid #00d4ff26;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:.26rem .6rem;font-size:.54rem;display:inline-flex}.testi-cta{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-top:3.5rem;display:flex}.testi-cta-text{font-family:var(--t-ff-b);color:var(--t-dim);font-size:.88rem}.testi-cta-text strong{color:var(--t-white)}.testi-cta-btn{background:linear-gradient(135deg,var(--t-neon),var(--t-neon2));font-family:var(--t-ff-b);color:var(--t-ink);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:.85rem 2rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 0 32px #00d4ff38}.testi-cta-btn:hover{transform:translateY(-2px);box-shadow:0 0 48px #00d4ff61}@keyframes tFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.testi-grid{grid-template-columns:repeat(2,1fr)}.testi-grid-row2{grid-template-columns:repeat(2,1fr);max-width:100%}}@media (max-width:640px){.testi{padding:4rem 1.25rem}.testi-grid,.testi-grid-row2{grid-template-columns:1fr;max-width:100%}.testi-summary{gap:1.5rem}.testi-sdiv{display:none}}.testi-slider-wrap{align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.testi-slider-track{flex:1;grid-template-columns:repeat(3,1fr);gap:1.4rem;transition:opacity .3s,transform .3s;display:grid}.testi-visible{opacity:1;transform:translate(0)}.testi-hidden.testi-dir-next{opacity:0;transform:translate(30px)}.testi-hidden.testi-dir-prev{opacity:0;transform:translate(-30px)}.testi-nav{width:44px;height:44px;color:var(--t-dim);cursor:pointer;z-index:2;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;place-items:center;transition:all .25s;display:grid}.testi-nav:hover{color:var(--t-neon);background:#00d4ff1a;border-color:#00d4ff59;transform:scale(1.1)}.testi-dots{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.testi-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .3s}.testi-dot--active{background:var(--t-neon);border-radius:4px;width:24px;box-shadow:0 0 8px #00d4ff80}.testi-progress-wrap{background:#ffffff12;border-radius:2px;max-width:200px;height:2px;margin:0 auto 2.5rem;overflow:hidden}.testi-progress-bar{background:linear-gradient(90deg,var(--t-neon),var(--t-neon2));border-radius:2px;width:0%;height:100%;animation:4s linear forwards tProgress}.testi-progress-paused{animation-play-state:paused}@keyframes tProgress{0%{width:0%}to{width:100%}}@media (max-width:1024px){.testi-slider-track{grid-template-columns:repeat(2,1fr)}.testi-slider-track .testi-card:last-child{display:none}}@media (max-width:640px){.testi-slider-track{grid-template-columns:1fr}.testi-slider-track .testi-card:not(:first-child){display:none}.testi-nav{width:36px;height:36px}}
