
:root{--bg:#031027;--bg2:#061936;--panel:#0a2245;--panel2:#0d2c52;--cyan:#22d3ee;--blue:#2f7bff;--violet:#7868ff;--mint:#40e0b3;--text:#f7fbff;--muted:#b7c8df;--line:rgba(113,190,255,.22);--shadow:0 28px 80px rgba(0,4,20,.45);--max:1180px;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-3;background:linear-gradient(120deg,#020b1d 0%,#071b3d 42%,#04142f 100%)}body:after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.22;background-image:repeating-linear-gradient(115deg,transparent 0 42px,rgba(50,180,255,.08) 43px,transparent 44px 88px),linear-gradient(180deg,rgba(25,112,255,.08),transparent 34%,rgba(84,49,255,.07) 72%,transparent);background-size:100% 100%;animation:curtainDrift 18s linear infinite alternate}@keyframes curtainDrift{to{transform:translate3d(-30px,12px,0);filter:hue-rotate(12deg)}}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{width:min(var(--max),calc(100% - 44px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:80;background:rgba(3,16,39,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-shell{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:19px;font-weight:750;letter-spacing:-.02em}.brand-icon{width:48px;height:48px;border-radius:15px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 9px 28px rgba(34,211,238,.22)}.brand-icon img{width:40px;height:40px;object-fit:contain}.brand-name b{color:var(--cyan)}.main-menu{display:flex;align-items:center;gap:30px;font-weight:700;color:#d9e7fa}.main-menu>a,.nav-service>a{position:relative;padding:9px 0}.main-menu>a:not(.nav-quote):after,.nav-service>a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--cyan);transition:.25s}.main-menu>a:hover:after,.main-menu>a.active:after,.nav-service>a:hover:after,.nav-service>a.active:after{right:0}.nav-service{position:relative;display:flex;align-items:center;gap:5px}.submenu-toggle{border:0;background:transparent;color:var(--cyan);font-size:18px;cursor:pointer;padding:6px}.submenu{position:absolute;top:47px;left:-20px;width:260px;padding:12px;background:#071a36;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}.submenu a{padding:10px 13px;border-radius:10px;color:#dceaff}.submenu a:hover{background:var(--panel2);color:#fff}.nav-service:hover .submenu,.nav-service.open .submenu{opacity:1;visibility:visible;transform:none}.nav-quote{padding:11px 20px!important;border-radius:999px;background:linear-gradient(100deg,var(--blue),var(--violet));color:#fff;box-shadow:0 12px 32px rgba(68,89,255,.28)}.nav-quote:after{display:none}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:9px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0;border-radius:2px}.eyebrow{margin:0 0 14px;color:var(--cyan);font-size:12px;font-weight:850;letter-spacing:.18em}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:14px;font-weight:800;border:1px solid transparent;transition:.25s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(100deg,var(--blue),var(--violet));box-shadow:0 16px 40px rgba(54,90,255,.28)}.button.outline{background:rgba(11,35,71,.58);border-color:rgba(95,177,255,.42)}.button.outline:hover{border-color:var(--cyan);background:#0b2a50}.text-link{color:var(--cyan);font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.section-dark{background:rgba(2,12,31,.72);border-block:1px solid var(--line)}.hero-home{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}.hero-curtain{position:absolute;inset:0;background:linear-gradient(100deg,rgba(3,16,39,.98) 8%,rgba(3,16,39,.74) 53%,rgba(3,16,39,.12)),url('../img/bg-veil-hero.svg') center/cover no-repeat;opacity:.9}.hero-grid{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:68px;padding:92px 0 86px}.hero-copy h1{font-size:clamp(58px,7.3vw,102px);line-height:.94;letter-spacing:-.065em;margin:0}.hero-copy h1 span{display:inline-block;color:var(--cyan);background:linear-gradient(90deg,var(--cyan),#56a2ff,var(--violet));-webkit-background-clip:text;color:transparent;min-height:1em}.hero-lead{font-size:19px;color:var(--muted);max-width:610px;margin:28px 0 0}.hero-visual{position:relative;min-height:590px}.hero-image{position:absolute;inset:0 0 32px 76px;border:1px solid rgba(62,195,255,.38);border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(3,16,39,.72))}.hero-image img{width:100%;height:100%;object-fit:cover}.experience-card{position:absolute;left:0;bottom:0;width:250px;padding:26px;border-radius:22px;background:#092653;border:1px solid rgba(61,202,255,.5);box-shadow:var(--shadow);display:grid;gap:3px}.experience-card small,.experience-card span{color:var(--muted)}.experience-card strong{font-size:38px;line-height:1;color:var(--cyan)}.team-card{position:absolute;right:-12px;bottom:74px;min-width:250px;padding:17px 20px;border-radius:15px;background:#0c2c59;border:1px solid rgba(104,175,255,.42);box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-weight:800;transform:none}.team-card i{width:10px;height:10px;background:var(--mint);border-radius:50%;box-shadow:0 0 0 7px rgba(64,224,179,.12)}.clients-section{padding:90px 0}.project-intro{display:flex;align-items:flex-end;gap:30px;margin-bottom:45px}.project-intro>div{display:grid}.project-number{font-size:68px;font-weight:900;color:var(--cyan);line-height:.9}.project-intro strong{font-size:18px;letter-spacing:.16em;margin-top:12px}.project-intro p{font-size:20px;color:var(--muted);margin:0 0 3px}.divider-label{display:flex;align-items:center;gap:18px;color:#d5e6fc;font-size:12px;font-weight:850;letter-spacing:.18em;margin-bottom:28px}.divider-label:before,.divider-label:after{content:"";height:1px;background:var(--line);flex:1}.logo-marquee{overflow:hidden;border:1px solid var(--line);border-radius:24px;padding:22px 0;background:#071a37}.logo-marquee-track{display:flex;width:max-content;gap:18px;padding-inline:18px;animation:logoMove 50s linear infinite}.logo-marquee:hover .logo-marquee-track{animation-play-state:paused}@keyframes logoMove{to{transform:translateX(-50%)}}.client-logo{width:180px;height:96px;padding:14px;border-radius:16px;background:#fff;display:grid;place-items:center;flex:none}.client-logo img{max-width:100%;max-height:100%;object-fit:contain}.center-actions{text-align:center;margin-top:30px}.growth-section{padding:110px 0;background:linear-gradient(145deg,#061831,#08234b 58%,#06172f)}.growth-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.growth-media h2,.section-heading h2,.split-section h2,.vision-card h2,.story-copy h2,.cta-card h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.045em;margin:0 0 28px}.image-panel{height:390px;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.image-panel img{width:100%;height:100%;object-fit:cover}.growth-copy>p{color:var(--muted);font-size:18px}.growth-copy .lead-copy{font-size:26px;color:#fff;font-weight:700;line-height:1.35}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:35px}.metrics-grid article{min-height:146px;background:#0b2a50;border:1px solid var(--line);border-radius:18px;padding:21px;display:flex;flex-direction:column;justify-content:flex-end}.metrics-grid strong{font-size:27px;color:var(--cyan);line-height:1.15}.metrics-grid span{color:var(--muted);margin-top:7px}.services-carousel-section,.featured-work,.service-details,.about-mission,.vision-section,.contact-forms,.brand-wall,.pricing-section,.blog-section{padding:110px 0}.section-heading{max-width:780px;margin-bottom:46px}.section-heading>p:last-child{font-size:18px;color:var(--muted)}.carousel{position:relative}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;gap:22px;transition:transform .55s cubic-bezier(.22,.8,.2,1)}.service-slide{flex:0 0 calc((100% - 44px)/3);min-width:0;background:#0a2449;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.28s}.service-slide:hover{transform:translateY(-6px);border-color:rgba(34,211,238,.55)}.service-slide>img{width:100%;height:240px;object-fit:cover}.service-slide>div{padding:24px}.service-slide span{color:var(--cyan);font-weight:900}.service-slide h3{font-size:25px;margin:8px 0}.service-slide p{color:var(--muted);margin:0}.carousel-btn{position:absolute;top:50%;z-index:2;width:48px;height:48px;border-radius:50%;border:1px solid rgba(106,186,255,.5);background:#0a274e;color:#fff;font-size:22px;cursor:pointer;box-shadow:var(--shadow)}.carousel-btn.prev{left:-24px}.carousel-btn.next{right:-24px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{text-align:left;padding:0;background:#0b294f;color:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;cursor:pointer;transition:.28s}.feature-card:hover{transform:translateY(-7px);border-color:var(--cyan)}.feature-card img{width:100%;height:285px;object-fit:cover}.feature-card span,.feature-card h3,.feature-card b{display:block;margin-inline:24px}.feature-card span{color:var(--cyan);font-weight:850;margin-top:22px}.feature-card h3{font-size:25px;line-height:1.2;margin-top:7px;margin-bottom:20px}.feature-card b{color:#fff;margin-bottom:24px}.cta-section{padding:80px 0}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:50px;background:#0a274e;border:1px solid rgba(63,201,255,.35);border-radius:26px;padding:48px;box-shadow:var(--shadow)}.cta-card h2{max-width:750px;font-size:clamp(36px,4vw,58px);margin-bottom:15px}.cta-card p:last-child{color:var(--muted);margin:0}.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:24px}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(0,6,20,.82);backdrop-filter:blur(10px)}.modal-dialog{position:relative;width:min(980px,100%);display:grid;grid-template-columns:1fr 1fr;background:#071a37;border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:var(--shadow)}.modal-dialog>img{width:100%;height:100%;min-height:430px;object-fit:cover}.modal-dialog>div{padding:50px}.modal-dialog h2{font-size:45px;line-height:1.05;margin:0 0 20px}.modal-dialog p:not(.eyebrow){color:var(--muted);font-size:18px}.modal-close{position:absolute;right:16px;top:14px;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#06152d;color:#fff;font-size:28px;cursor:pointer}.inner-hero{padding:105px 0 90px;background:linear-gradient(140deg,#031027,#09254d);border-bottom:1px solid var(--line)}.inner-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center}.inner-hero h1,.simple-hero h1,.contact-hero h1{font-size:clamp(52px,6vw,84px);line-height:.98;letter-spacing:-.055em;margin:0 0 24px}.inner-hero p,.simple-hero p,.contact-hero p{font-size:19px;color:var(--muted);max-width:680px}.inner-hero-image{height:500px;border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#0a2448}.inner-hero-image img{width:100%;height:100%;object-fit:cover}.inner-hero-image.bright img{object-position:center}.service-index{padding:80px 0}.service-jump{display:flex;flex-wrap:wrap;gap:12px}.service-jump a{padding:12px 17px;border:1px solid var(--line);border-radius:999px;background:#0b294f;font-weight:750}.service-jump a:hover{border-color:var(--cyan)}.service-detail-list{display:grid;gap:30px}.service-detail{display:grid;grid-template-columns:1fr 1fr;min-height:510px;background:#0a2347;border:1px solid var(--line);border-radius:25px;overflow:hidden}.service-detail:nth-child(even) .service-detail-media{order:2}.service-detail-media{position:relative;min-height:500px}.service-detail-media img{width:100%;height:100%;object-fit:cover}.service-detail-media span{position:absolute;left:22px;top:22px;width:56px;height:56px;border-radius:15px;background:#06152f;border:1px solid var(--line);display:grid;place-items:center;font-size:20px;font-weight:900;color:var(--cyan)}.service-detail-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}.service-detail-copy h2{font-size:48px;line-height:1.05;margin:0 0 18px}.service-detail-copy>p:not(.eyebrow){color:var(--muted);font-size:18px}.service-detail-copy ul{padding-left:20px;color:#e6f1ff;margin:20px 0 30px}.service-detail-copy li{margin:8px 0}.service-detail-copy .button{align-self:flex-start}.about-mission{background:linear-gradient(150deg,#071b39,#09284e)}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px}.highlight-line{font-size:23px;color:var(--muted);padding:20px 0;border-block:1px solid var(--line)}.highlight-line strong{color:var(--cyan)}.prose{font-size:18px;color:var(--muted)}.prose p{margin-top:0;margin-bottom:20px}.faq-section{padding:110px 0}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.faq-list{display:grid;gap:14px}.faq-list details{background:#0a274d;border:1px solid var(--line);border-radius:17px;padding:0 22px}.faq-list summary{list-style:none;cursor:pointer;padding:20px 0;font-weight:800;display:flex;justify-content:space-between}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--cyan);font-size:23px}.faq-list details p{color:var(--muted);padding:0 0 22px;margin:0}.vision-section{background:linear-gradient(140deg,#071b3c,#0b2b55)}.vision-card{max-width:990px;margin:auto;background:#0b2a50;border:1px solid var(--line);border-top:3px solid var(--cyan);border-radius:24px;padding:60px;box-shadow:var(--shadow)}.vision-card p{font-size:18px;color:var(--muted)}.vision-card blockquote{font-size:26px;color:#fff;border-left:3px solid var(--cyan);padding-left:20px;margin:30px 0 0}.story-section{padding:110px 0}.story-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.story-image{position:relative;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.story-image img{width:100%;height:650px;object-fit:cover}.story-image span{position:absolute;left:20px;bottom:20px;background:#fff;color:#07142d;padding:11px 18px;border-radius:999px;font-weight:900}.story-copy p:not(.eyebrow){color:var(--muted);font-size:17px}.contact-hero{padding:85px 0;background:linear-gradient(140deg,#031027,#09244b)}.contact-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.contact-hero-image{height:390px;border-radius:26px;overflow:hidden;border:1px solid var(--line)}.contact-hero-image img{width:100%;height:100%;object-fit:cover}.forms-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:30px;align-items:start}.quote-form,.quick-form-card{background:#0a274e;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:var(--shadow)}.quote-form h2,.quick-form-card h2{font-size:37px;line-height:1.1;margin:0 0 12px}.quote-form>p:not(.eyebrow),.quick-form-card>p:not(.eyebrow){color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form label,.quick-form-card label{display:grid;gap:7px;font-size:13px;font-weight:750;color:#dceaff}.quote-form input,.quote-form textarea,.quick-form-card input{width:100%;background:#061a38;border:1px solid rgba(110,180,255,.28);border-radius:12px;padding:14px;color:#fff;outline:none}.quote-form input:focus,.quote-form textarea:focus,.quick-form-card input:focus{border-color:var(--cyan)}.quote-form textarea{min-height:140px;resize:vertical}.quote-form fieldset{border:0;padding:0;margin:24px 0}.quote-form legend{font-weight:850;margin-bottom:12px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checks label{display:flex;align-items:center;gap:9px;background:#0d315c;border:1px solid var(--line);border-radius:12px;padding:12px}.checks input{width:auto}.quote-form .button{margin-top:22px}.quick-form-card form{display:grid;gap:15px;margin-top:25px}.contact-note{margin-top:26px;border-top:1px solid var(--line);padding-top:22px;display:grid;gap:5px}.contact-note strong{color:var(--cyan)}.contact-note span{color:var(--muted)}.contact-services{padding:90px 0}.mini-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.mini-service-grid a{padding:24px;background:#0a284f;border:1px solid var(--line);border-radius:16px;display:grid;gap:12px;transition:.25s}.mini-service-grid a:hover{transform:translateY(-4px);border-color:var(--cyan)}.mini-service-grid b{color:var(--cyan)}.simple-hero{padding:120px 0 90px;background:linear-gradient(145deg,#031027,#0a2751);border-bottom:1px solid var(--line)}.simple-hero .shell{max-width:970px}.portfolio-projects{padding:100px 0}.project-cases{display:grid;gap:28px}.project-cases article{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#092448;border:1px solid var(--line);border-radius:25px;overflow:hidden}.project-cases article:nth-child(even) img{order:2}.project-cases img{width:100%;height:390px;object-fit:cover}.project-cases article div{padding:45px}.project-cases span{color:var(--cyan);font-weight:850}.project-cases h2{font-size:38px;line-height:1.12;margin:10px 0 15px}.project-cases p{color:var(--muted)}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.logo-card{margin:0;min-height:180px;padding:20px 16px 14px;background:#fff;border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 15px 35px rgba(0,8,28,.15)}.logo-card img{max-width:100%;height:105px;object-fit:contain}.logo-card figcaption{font-size:12px;color:#183052;text-align:center;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{background:#0a274e;border:1px solid var(--line);border-radius:23px;padding:36px;display:flex;flex-direction:column;min-height:500px}.price-card.featured{background:#0d315c;border-color:rgba(34,211,238,.65);transform:translateY(-12px)}.price-card>span{color:var(--cyan);font-size:12px;font-weight:900;letter-spacing:.17em}.price-card h2{font-size:34px;line-height:1.1}.price-card p,.price-card li{color:var(--muted)}.price-card ul{padding-left:20px;margin-bottom:30px}.price-card li{margin:10px 0}.price-card .button{margin-top:auto}.custom-plan{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:40px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#071d3c}.custom-plan p{margin:0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{min-height:330px;background:#0a274e;border:1px solid var(--line);border-radius:22px;padding:30px;display:flex;flex-direction:column}.blog-grid span{color:var(--cyan);font-weight:850}.blog-grid h2{font-size:28px;line-height:1.15}.blog-grid p{color:var(--muted)}.blog-grid small{margin-top:auto;color:#88a4c8}.site-footer{padding:75px 0 25px;background:#020a1a;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .85fr 1.1fr;gap:50px}.footer-grid h3{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:var(--cyan);margin:0 0 18px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px}.footer-grid a{color:#c6d5e9}.footer-grid a:hover{color:#fff}.footer-brand p{color:var(--muted);max-width:320px}.social-links{display:flex;gap:14px;flex-wrap:wrap}.social-links a{color:var(--cyan)}.footer-wa{margin-top:8px;color:var(--cyan)!important;font-weight:800}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid var(--line);color:#7f96b5;font-size:13px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:70;padding:13px 19px;border-radius:999px;background:#22cf7a;color:#021b13;font-weight:900;border:2px solid rgba(255,255,255,.62);box-shadow:0 16px 36px rgba(0,0,0,.35)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.tw-char{display:inline-block;opacity:.35;transform:translateY(.12em)}@media(max-width:1050px){.main-menu{gap:19px}.hero-grid,.growth-grid,.inner-hero-grid,.contact-hero-grid,.split-section,.faq-grid,.story-grid{gap:40px}.hero-grid{grid-template-columns:1fr 1fr}.hero-image{left:20px}.service-slide{flex-basis:calc((100% - 22px)/2)}.feature-grid{grid-template-columns:1fr 1fr}.feature-card:last-child{grid-column:span 2}.logo-wall{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-contact{grid-column:2/4}}@media(max-width:860px){.shell{width:min(100% - 32px,var(--max))}.menu-toggle{display:block}.main-menu{position:fixed;left:16px;right:16px;top:88px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:18px;background:#06172f;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.main-menu.open{display:flex}.main-menu>a,.nav-service>a{padding:12px 10px}.nav-service{display:grid;grid-template-columns:1fr auto}.submenu-toggle{grid-column:2}.submenu{position:static;grid-column:1/-1;width:auto;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;margin-top:4px}.nav-service.open .submenu{display:grid}.nav-service:hover .submenu:not(:focus-within){opacity:1}.nav-quote{text-align:center;margin-top:8px}.hero-home{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:75px 0}.hero-copy h1{font-size:clamp(55px,14vw,82px)}.hero-visual{min-height:540px}.hero-image{inset:0 0 70px 0}.experience-card{width:220px}.team-card{right:10px}.growth-grid,.inner-hero-grid,.contact-hero-grid,.split-section,.faq-grid,.story-grid,.forms-grid{grid-template-columns:1fr}.growth-media h2,.section-heading h2,.split-section h2,.vision-card h2,.story-copy h2{font-size:45px}.service-detail{grid-template-columns:1fr}.service-detail:nth-child(even) .service-detail-media{order:0}.service-detail-media{min-height:360px}.feature-grid{grid-template-columns:1fr}.feature-card:last-child{grid-column:auto}.cta-card{align-items:flex-start;flex-direction:column}.modal-dialog{grid-template-columns:1fr;max-height:90vh;overflow:auto}.modal-dialog>img{min-height:300px;height:300px}.project-cases article{grid-template-columns:1fr}.project-cases article:nth-child(even) img{order:0}.logo-wall{grid-template-columns:repeat(3,1fr)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.mini-service-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-contact{grid-column:auto}.story-image img{height:560px}}@media(max-width:600px){.nav-shell{height:70px}.brand-name{font-size:16px}.brand-icon{width:43px;height:43px}.main-menu{top:78px}.hero-grid{padding:62px 0}.hero-copy h1{font-size:51px;line-height:.98}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.button{width:100%}.hero-visual{min-height:440px}.hero-image{bottom:86px}.experience-card{width:190px;padding:20px}.experience-card strong{font-size:31px}.team-card{bottom:20px;min-width:205px;padding:14px;font-size:13px}.project-intro{align-items:flex-start;flex-direction:column;gap:14px}.project-number{font-size:58px}.client-logo{width:145px;height:84px}.growth-section,.services-carousel-section,.featured-work,.service-details,.about-mission,.vision-section,.contact-forms,.brand-wall,.pricing-section,.blog-section,.faq-section,.story-section{padding:78px 0}.growth-copy .lead-copy{font-size:22px}.metrics-grid{grid-template-columns:1fr}.service-slide{flex-basis:100%}.carousel-btn{top:auto;bottom:-65px}.carousel-btn.prev{left:calc(50% - 58px)}.carousel-btn.next{right:calc(50% - 58px)}.carousel{padding-bottom:70px}.feature-card img{height:240px}.cta-card{padding:30px 24px}.cta-card h2{font-size:37px}.inner-hero,.simple-hero{padding:75px 0 65px}.inner-hero h1,.simple-hero h1,.contact-hero h1{font-size:48px}.inner-hero-image{height:350px}.service-detail-copy{padding:32px 24px}.service-detail-copy h2{font-size:38px}.vision-card{padding:35px 24px}.story-image img{height:430px}.form-grid,.checks{grid-template-columns:1fr}.quote-form,.quick-form-card{padding:27px 21px}.mini-service-grid{grid-template-columns:1fr}.project-cases img{height:280px}.project-cases article div{padding:30px 24px}.project-cases h2{font-size:31px}.logo-wall{grid-template-columns:1fr 1fr}.logo-card{min-height:145px;padding:14px}.logo-card img{height:80px}.pricing-grid{gap:16px}.custom-plan{align-items:flex-start;flex-direction:column}.blog-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float:after{content:"WA"}.whatsapp-float{width:52px;height:52px;padding:0;display:grid;place-items:center}.modal-dialog>div{padding:32px 24px}.modal-dialog h2{font-size:37px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* === Marketing Hype V107: coherent visual system inspired by the supplied motion reference === */
:root{--bg:#050a27;--bg2:#0a1552;--panel:#0a1848;--panel2:#111f61;--cyan:#26d9ff;--blue:#246cff;--violet:#7057ff;--mint:#43e4b3;--text:#f8fbff;--muted:#b7c2dc;--line:rgba(134,167,255,.25);--shadow:0 28px 70px rgba(0,4,30,.36);--max:1210px;--radius:22px}
body{background:#050a27;color:var(--text)}
body:before{background:#050a27 url('../img/bg-ribbon-wave-v107.svg') center/cover fixed no-repeat;opacity:.88}
body:after{background-image:linear-gradient(90deg,transparent 0 49.8%,rgba(126,158,255,.035) 50%,transparent 50.2%),linear-gradient(0deg,transparent 0 49.8%,rgba(126,158,255,.025) 50%,transparent 50.2%);background-size:80px 80px;opacity:.22;animation:gridDrift 24s linear infinite}
@keyframes gridDrift{to{background-position:80px 40px,40px 80px}}
.section-dark{background:#06103d url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat;border-block:1px solid rgba(112,149,255,.24)}
/* Light, precise navigation like the reference; no content overlaps. */
.site-header{height:82px;background:rgba(248,250,255,.94);border-bottom:1px solid rgba(19,49,128,.14);box-shadow:0 10px 35px rgba(4,10,42,.08);backdrop-filter:blur(18px)}
.nav-shell{height:82px}.brand-name{color:#09153c}.brand-name b{color:#1477ec}.main-menu{color:#0c173d}.main-menu>a:not(.nav-quote):after,.nav-service>a:after{background:#1f71ff}.submenu-toggle{color:#176de6}.submenu{background:#fff;border-color:#dce5ff;box-shadow:0 24px 60px rgba(16,33,92,.18)}.submenu a{color:#17254e}.submenu a:hover{background:#eef3ff;color:#123fc2}.nav-quote{background:linear-gradient(100deg,#126fff,#694cff);box-shadow:0 12px 30px rgba(47,88,255,.25)}
/* Hero: full graphical ribbon, grid and deliberate composition. */
.hero-home{min-height:760px;background:#070b36;isolation:isolate}.hero-curtain{background:url('../img/bg-ribbon-hero-v107.svg') center/cover no-repeat;opacity:1;animation:heroVeil 13s ease-in-out infinite alternate;transform:scale(1.03)}
@keyframes heroVeil{to{transform:scale(1.075) translate3d(-18px,8px,0);filter:saturate(1.08)}}
.hero-grid{padding:92px 0 94px;grid-template-columns:.9fr 1.1fr;gap:72px}.hero-copy{position:relative;z-index:2}.hero-copy h1{font-size:clamp(58px,6.8vw,96px);line-height:.92;text-shadow:0 8px 40px rgba(0,0,0,.24)}.hero-copy h1 span{background:linear-gradient(90deg,#24e2ff,#5d9cff 58%,#9a73ff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead{color:#d1d9ef;max-width:590px}.eyebrow{color:#55e4ff}.button{border-radius:10px}.button.primary{background:linear-gradient(96deg,#1679ff,#7355ff);box-shadow:0 14px 34px rgba(34,89,255,.3)}.button.outline{background:rgba(5,16,60,.42);border-color:rgba(125,184,255,.48)}.button.outline:hover{background:rgba(16,38,99,.72)}
.hero-visual:before{content:"";position:absolute;inset:42px -25px 70px 34px;border:1px solid rgba(104,166,255,.2);clip-path:polygon(7% 0,100% 0,93% 100%,0 100%);background:linear-gradient(135deg,rgba(39,102,255,.12),rgba(30,221,255,.025));z-index:-1}.hero-image{inset:14px 0 45px 58px;border-radius:24px;clip-path:polygon(6% 0,100% 0,94% 100%,0 100%);border:1px solid rgba(85,215,255,.45);box-shadow:0 35px 90px rgba(0,2,30,.5)}.hero-image:after{background:linear-gradient(180deg,transparent 62%,rgba(4,9,39,.62))}.experience-card{left:4px;bottom:4px;width:245px;border-radius:16px;background:linear-gradient(135deg,rgba(16,66,153,.96),rgba(8,35,91,.96));border-color:rgba(65,213,255,.55)}.team-card{right:-4px;bottom:72px;border-radius:10px;background:rgba(10,35,92,.9);border-color:rgba(105,167,255,.5)}
/* Clients: no clipped first/last logo, no fake white fades, full-card stepping. */
.clients-section{padding:96px 0;background:#06103b url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.project-intro{margin-bottom:38px}.project-number{color:#39ddff}.logo-marquee{position:relative;overflow:visible;border:1px solid rgba(109,154,255,.28);border-radius:18px;padding:0 58px;background:rgba(5,16,59,.76);box-shadow:0 22px 60px rgba(0,3,29,.3)}.logo-viewport{overflow:hidden;padding:20px 0}.logo-marquee-track{display:flex;width:max-content;gap:16px;padding:0;animation:none!important;transition:transform .62s cubic-bezier(.22,.8,.2,1);will-change:transform}.client-logo{width:190px;height:100px;padding:15px;border-radius:12px;background:linear-gradient(180deg,#fff,#f4f7ff);border:1px solid rgba(211,223,255,.88);box-shadow:0 12px 28px rgba(0,4,30,.18)}.logo-control{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:54px;border:1px solid rgba(105,164,255,.38);background:#10255e;color:#fff;font-size:18px;cursor:pointer}.logo-control:hover{background:#176cff}.logo-prev{left:10px}.logo-next{right:10px}.divider-label{margin-bottom:24px}.center-actions{margin-top:24px}
/* Results section follows the reference: a large visual panel + editorial metrics, not four generic boxes. */
.growth-section{position:relative;overflow:hidden;padding:112px 0;background:#09124b url('../img/bg-ribbon-wave-v107.svg') 50% 35%/cover no-repeat}.growth-section:before{content:"";position:absolute;left:-8%;bottom:-160px;width:72%;height:420px;background:linear-gradient(100deg,rgba(22,103,255,.35),rgba(44,214,255,.08));clip-path:polygon(0 34%,100% 0,78% 100%,0 82%);opacity:.45}.growth-grid{position:relative}.image-panel{height:420px;border-radius:18px;clip-path:polygon(0 0,100% 0,94% 100%,0 100%);border-color:rgba(101,171,255,.36)}.growth-copy .lead-copy{font-size:27px}.metrics-grid{gap:0;margin-top:38px;border-top:1px solid rgba(137,169,255,.28);border-left:1px solid rgba(137,169,255,.18)}.metrics-grid article{min-height:150px;background:transparent;border:0;border-right:1px solid rgba(137,169,255,.2);border-bottom:1px solid rgba(137,169,255,.22);border-radius:0;padding:24px 25px}.metrics-grid strong{font-size:31px;color:#fff}.metrics-grid span{color:#aebbd9}
/* Service and work sections use alternating graphical fields to avoid a flat one-colour page. */
.services-carousel-section{position:relative;background:#050a2b url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.services-carousel-section:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,rgba(29,95,255,.09),transparent 36%,rgba(108,64,255,.08))}.services-carousel-section>.shell{position:relative;z-index:1}.service-slide{background:rgba(10,25,75,.82);border-radius:17px;border-color:rgba(109,155,255,.27);box-shadow:0 18px 45px rgba(0,4,35,.28)}.service-slide>img{height:255px}.service-slide>div{padding:24px 24px 28px}.carousel-btn{border-radius:9px;background:#14265f}.featured-work{background:#eef2ff url('../img/bg-light-tech-v107.svg') center/cover no-repeat;color:#0a1741}.featured-work .section-heading>p:last-child{color:#526383}.featured-work .eyebrow{color:#176ce7}.feature-card{background:#091744;border-radius:17px;border-color:rgba(47,100,209,.22)}.feature-card:hover{border-color:#25bdf5}.feature-card img{height:300px}.feature-card h3,.feature-card b{color:#fff}.cta-section{background:#07103a url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.cta-card{background:linear-gradient(110deg,rgba(13,45,111,.92),rgba(24,27,103,.92));border-color:rgba(91,168,255,.35);border-radius:17px}
/* Inner pages match the reference's light technical hero and dark content bands. */
.inner-hero,.simple-hero,.contact-hero{position:relative;background:#f4f7ff url('../img/bg-light-tech-v107.svg') center/cover no-repeat;color:#07133d;border-bottom:1px solid #d9e2ff}.inner-hero h1,.simple-hero h1,.contact-hero h1{color:#07133d}.inner-hero p,.simple-hero p,.contact-hero p{color:#53627e}.inner-hero .eyebrow,.simple-hero .eyebrow{color:#166bea}.inner-hero-image,.contact-hero-image{border-radius:18px;clip-path:polygon(7% 0,100% 0,93% 100%,0 100%);border:1px solid rgba(36,103,226,.22);box-shadow:0 28px 65px rgba(27,51,110,.19)}
.service-index{background:#071142 url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.service-jump a{background:rgba(11,31,84,.78);border-color:rgba(119,161,255,.28);border-radius:10px}.service-details{background:#eef2ff url('../img/bg-light-tech-v107.svg') center/cover fixed;color:#0b1740}.service-detail{background:#081746;border-radius:18px;border-color:rgba(53,109,226,.3);box-shadow:0 26px 60px rgba(19,36,89,.18)}.service-detail-copy p,.service-detail-copy li{color:#b8c4df}.service-detail-media{clip-path:polygon(0 0,100% 0,94% 100%,0 100%)}
.about-mission,.vision-section,.brand-wall,.pricing-section,.blog-section{background:#eef2ff url('../img/bg-light-tech-v107.svg') center/cover fixed;color:#0a1741}.about-mission .prose p,.vision-card p,.simple-hero p{color:#556583}.highlight-line{color:#0c1a49}.faq-section,.story-section,.portfolio-projects{background:#071142 url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.vision-card{background:#fff;border:1px solid #d9e4ff;box-shadow:0 26px 70px rgba(29,50,113,.13);border-radius:17px}.story-image{clip-path:polygon(0 0,100% 0,94% 100%,0 100%)}
.logo-card{border-radius:12px;border:1px solid #d9e4ff;box-shadow:0 16px 34px rgba(26,44,102,.12)}.price-card{border-radius:17px;background:#fff;color:#0a1741;border-color:#d8e3ff;box-shadow:0 22px 50px rgba(25,45,106,.12)}.price-card p,.price-card li{color:#566581}.price-card.featured{background:#08194c;color:#fff;border-color:#35ccff}.price-card.featured p,.price-card.featured li{color:#bac6df}.custom-plan{background:#fff;color:#0a1741;border-color:#d9e3ff}.blog-grid article{background:#fff;color:#0b1741;border-color:#d9e4ff;box-shadow:0 18px 42px rgba(29,49,111,.1)}.blog-grid p{color:#586883}
/* Contact: explicit visual separation and correct contrast. */
.contact-forms{background:#071142 url('../img/bg-ribbon-wave-v107.svg') center/cover no-repeat}.quote-form,.quick-form-card{border-radius:17px}.quote-form{background:rgba(9,27,77,.94);border-color:rgba(103,161,255,.3)}.quick-form-card{background:linear-gradient(150deg,#102968,#0b1748);border-color:rgba(89,182,255,.42)}.quote-form input,.quote-form textarea,.quick-form-card input{background:#07153e;border-color:rgba(127,165,255,.28)}.checks label{background:#0c225a}.contact-services{background:#eef2ff url('../img/bg-light-tech-v107.svg') center/cover no-repeat;color:#0a1741}.contact-services .section-heading>p:last-child{color:#53627e}.mini-service-grid a{background:#fff;color:#0b1741;border-color:#d8e3ff;box-shadow:0 15px 35px rgba(29,49,111,.09)}
/* Footer waves from the supplied reference style. */
.site-footer{position:relative;background:#050922 url('../img/bg-footer-wave-v107.svg') center/cover no-repeat;border-top:1px solid rgba(100,137,255,.2)}.site-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,91,255,.06),transparent 35%,rgba(89,54,255,.08));pointer-events:none}.site-footer>.shell{position:relative}.whatsapp-float{background:#20cc77;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 45px rgba(0,0,0,.4)}
/* More deliberate reveal, no letter clipping. */
.reveal{transform:translateY(30px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}.tw-char{opacity:.18;transform:translateY(.18em);transition:opacity .25s,transform .25s}
@media(max-width:1050px){.hero-grid{gap:45px}.logo-marquee{padding-inline:52px}.client-logo{width:170px}}
@media(max-width:860px){.site-header,.nav-shell{height:72px}.main-menu{top:80px;background:#fff;border-color:#dce5ff}.main-menu>a,.nav-service>a{color:#101d45}.submenu{background:#f7f9ff}.hero-grid{padding:70px 0 80px}.hero-image{inset:0 0 75px 0}.hero-visual:before{inset:28px -10px 80px 12px}.logo-marquee{padding-inline:48px}.client-logo{width:165px}.inner-hero-image,.contact-hero-image{clip-path:none}}
@media(max-width:600px){.hero-copy h1{font-size:50px}.hero-visual{min-height:470px}.hero-image{bottom:92px;clip-path:none;border-radius:16px}.hero-visual:before{display:none}.experience-card{width:185px}.team-card{right:0;min-width:195px}.logo-marquee{padding-inline:43px}.logo-viewport{padding:15px 0}.client-logo{width:calc((100vw - 132px)/2);height:82px;padding:11px}.logo-control{width:34px;height:48px}.growth-section:before{display:none}.metrics-grid{grid-template-columns:1fr 1fr}.metrics-grid article{min-height:125px;padding:17px}.metrics-grid strong{font-size:23px}.service-slide>img{height:235px}.featured-work{background-attachment:scroll}.service-details,.about-mission,.vision-section,.brand-wall,.pricing-section,.blog-section{background-attachment:scroll}.site-footer{background-position:center bottom}}
/* V107.1 mobile and logo geometry audit */
.menu-toggle span{background:#0b1741}
@media(max-width:860px){
  .hero-grid{display:flex!important;flex-direction:column;align-items:stretch;gap:44px}
  .hero-copy{width:100%;max-width:none}
  .hero-visual{width:100%;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .hero-image{position:relative;inset:auto!important;grid-column:1/-1;width:100%;height:470px;clip-path:none;border-radius:18px}
  .experience-card,.team-card{position:relative;inset:auto!important;width:100%;min-width:0;bottom:auto;left:auto;right:auto}
  .experience-card{grid-column:1;padding:20px}
  .team-card{grid-column:2;align-self:stretch;justify-content:center;padding:18px}
}
@media(max-width:600px){
  .hero-grid{padding:58px 0 70px;gap:34px}
  .hero-copy h1{font-size:48px;max-width:100%}
  .hero-lead{max-width:100%}
  .hero-visual{display:block}
  .hero-image{height:390px;margin-bottom:12px}
  .experience-card,.team-card{width:100%;margin-top:10px}
  .experience-card strong{font-size:30px}
  .team-card{justify-content:flex-start}
}

/* =========================================================
   V108 — video-inspired motion background and right controls
   ========================================================= */
:root{
  --hype-navy:#03082b;
  --hype-blue:#0a1b62;
  --hype-electric:#1687ff;
  --hype-cyan:#33e4ff;
  --hype-violet:#7d55ff;
  --scroll-progress:0;
}
html{scrollbar-width:thin;scrollbar-color:rgba(75,157,255,.82) rgba(4,11,42,.88)}
html::-webkit-scrollbar{width:7px}
html::-webkit-scrollbar-track{background:#040b2a}
html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#30dcff,#246cff 48%,#7955ff);border-radius:999px}
body{
  isolation:isolate;
  background:#03082b;
}
body:before{
  background:
    linear-gradient(180deg,rgba(3,8,43,.23),rgba(3,8,43,.82)),
    url('../img/bg-hype-motion-v108.svg') center top/cover fixed no-repeat;
  z-index:-5;
}
body:after{
  opacity:.34;
  z-index:-4;
  background:
    radial-gradient(circle at 78% 18%,rgba(43,218,255,.18),transparent 22%),
    radial-gradient(circle at 20% 66%,rgba(118,76,255,.18),transparent 28%),
    repeating-linear-gradient(118deg,transparent 0 66px,rgba(110,188,255,.04) 67px,transparent 69px 138px);
  background-size:130% 130%,130% 130%,100% 100%;
  animation:hypeAmbientShift 20s ease-in-out infinite alternate;
}
@keyframes hypeAmbientShift{
  0%{transform:translate3d(-1.5%,-1%,0) scale(1.04);filter:hue-rotate(0deg)}
  100%{transform:translate3d(1.5%,1.2%,0) scale(1.08);filter:hue-rotate(10deg)}
}
.hype-background{position:fixed;inset:0;z-index:-3;overflow:hidden;pointer-events:none}
.hype-background .hype-orb{position:absolute;border-radius:50%;filter:blur(10px);opacity:.45;mix-blend-mode:screen;will-change:transform}
.hype-background .orb-a{width:38vw;height:38vw;min-width:420px;min-height:420px;right:-12vw;top:6vh;background:radial-gradient(circle at 36% 40%,rgba(38,222,255,.45),rgba(27,94,255,.14) 42%,transparent 72%);animation:orbFloatA 16s ease-in-out infinite alternate}
.hype-background .orb-b{width:42vw;height:42vw;min-width:460px;min-height:460px;left:-18vw;top:50vh;background:radial-gradient(circle at 60% 45%,rgba(128,78,255,.42),rgba(32,76,255,.13) 45%,transparent 73%);animation:orbFloatB 19s ease-in-out infinite alternate}
.hype-background .hype-line{position:absolute;width:120vw;height:140px;left:-10vw;border-radius:50%;border-top:1px solid rgba(96,206,255,.16);border-bottom:1px solid rgba(114,79,255,.1);transform:rotate(-8deg);opacity:.55}
.hype-background .line-a{top:31vh;animation:lineDrift 14s ease-in-out infinite alternate}
.hype-background .line-b{top:74vh;transform:rotate(7deg);animation:lineDrift 18s ease-in-out infinite alternate-reverse}
@keyframes orbFloatA{to{transform:translate3d(-7vw,6vh,0) scale(1.12)}}
@keyframes orbFloatB{to{transform:translate3d(9vw,-5vh,0) scale(.94)}}
@keyframes lineDrift{to{translate:3vw 18px;scale:1.04}}

.site-header{
  background:linear-gradient(180deg,rgba(6,12,48,.86),rgba(6,13,48,.7));
  border-bottom:1px solid rgba(127,193,255,.16);
  box-shadow:0 12px 45px rgba(0,3,27,.18);
}
.site-header.is-scrolled{background:rgba(6,12,45,.94);box-shadow:0 16px 50px rgba(0,3,28,.42)}
.nav-shell{transition:height .3s ease}
.site-header.is-scrolled .nav-shell{height:70px}
.brand-icon{border:1px solid rgba(119,215,255,.3);box-shadow:0 0 0 5px rgba(42,127,255,.08),0 12px 32px rgba(21,100,255,.28)}

.hero-home{min-height:780px;background:transparent}
.hero-curtain{
  opacity:1;
  background:
    linear-gradient(90deg,rgba(3,8,41,.96) 4%,rgba(5,12,52,.78) 50%,rgba(6,14,58,.3)),
    radial-gradient(circle at 78% 29%,rgba(33,202,255,.21),transparent 28%),
    radial-gradient(circle at 57% 75%,rgba(117,72,255,.2),transparent 34%),
    url('../img/bg-hype-motion-v108.svg') center/cover no-repeat;
}
.hero-curtain:before,.hero-curtain:after{content:"";position:absolute;inset:-12%;pointer-events:none}
.hero-curtain:before{background:repeating-radial-gradient(ellipse at 83% 34%,transparent 0 54px,rgba(130,211,255,.055) 55px 56px,transparent 57px 100px);animation:heroRings 18s linear infinite}
.hero-curtain:after{background:linear-gradient(112deg,transparent 26%,rgba(70,180,255,.08) 42%,transparent 56%);transform:translateX(-45%);animation:heroBeam 10s ease-in-out infinite}
@keyframes heroRings{to{transform:rotate(7deg) scale(1.06)}}
@keyframes heroBeam{50%{transform:translateX(45%)}}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{text-shadow:0 12px 45px rgba(0,2,28,.42)}
.hero-copy h1 span{filter:drop-shadow(0 0 24px rgba(41,207,255,.2))}
.hero-lead{color:#c9d8f0}
.hero-visual:before{content:"";position:absolute;inset:32px -28px 8px 46px;border-radius:40px;background:linear-gradient(145deg,rgba(57,211,255,.16),rgba(68,83,255,.08) 45%,rgba(137,70,255,.18));filter:blur(1px);transform:rotate(-2.5deg);animation:visualGlow 6s ease-in-out infinite alternate}
@keyframes visualGlow{to{transform:rotate(1deg) translateY(-8px);filter:hue-rotate(12deg)}}
.hero-image{border-color:rgba(107,217,255,.36);box-shadow:0 36px 100px rgba(0,2,35,.58),0 0 70px rgba(37,112,255,.13)}
.hero-image img{animation:heroImageFloat 9s ease-in-out infinite alternate;transform:scale(1.035)}
@keyframes heroImageFloat{to{transform:scale(1.08) translate3d(-1.2%,1%,0)}}
.experience-card,.team-card{backdrop-filter:blur(18px);background:linear-gradient(145deg,rgba(16,52,108,.86),rgba(9,28,77,.76));box-shadow:0 24px 60px rgba(0,2,34,.48),inset 0 1px rgba(255,255,255,.08)}
.experience-card{animation:cardFloat 5.5s ease-in-out infinite alternate}
.team-card{animation:cardFloat 6.5s ease-in-out infinite alternate-reverse}
@keyframes cardFloat{to{translate:0 -8px}}

.clients-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(5,12,48,.86),rgba(5,14,55,.76));
}
.clients-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,rgba(37,119,255,.16),transparent 43%),linear-gradient(110deg,transparent 12%,rgba(57,213,255,.035) 36%,transparent 62%);pointer-events:none}
.clients-section>.shell{position:relative}
.logo-marquee{
  position:relative;
  overflow:hidden;
  padding:20px 0;
  border:1px solid rgba(111,190,255,.2);
  background:linear-gradient(180deg,rgba(11,28,79,.74),rgba(7,19,59,.82));
  box-shadow:inset 0 1px rgba(255,255,255,.045),0 28px 70px rgba(0,3,38,.3);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.logo-viewport{overflow:visible;padding:0}
.logo-marquee-track{
  display:flex;
  width:max-content;
  gap:22px;
  padding:0 11px;
  animation:none;
  will-change:transform;
}
.logo-marquee-track.is-infinite{animation:hypeLogoLoop var(--logo-duration,58s) linear infinite}
.logo-marquee:hover .logo-marquee-track{animation-play-state:running}
@keyframes hypeLogoLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(-1 * var(--logo-loop-width,50%)),0,0)}}
.client-logo{
  width:178px!important;
  height:92px;
  padding:16px 20px;
  border:1px solid rgba(111,190,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(238,246,255,.94));
  box-shadow:0 14px 35px rgba(0,4,38,.2);
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.client-logo:hover{transform:translateY(-5px) scale(1.025);border-color:rgba(47,218,255,.48);box-shadow:0 22px 48px rgba(0,3,35,.36),0 0 26px rgba(43,198,255,.12)}
.logo-control{display:none!important}

.growth-section,.services-carousel-section,.featured-work,.cta-section{
  position:relative;
  background-color:transparent;
}
.growth-section{background:linear-gradient(145deg,rgba(5,15,53,.88),rgba(8,29,82,.72) 55%,rgba(6,13,49,.9))}
.growth-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 32%,rgba(42,212,255,.13),transparent 25%),radial-gradient(circle at 85% 72%,rgba(125,75,255,.15),transparent 28%);pointer-events:none}
.growth-grid,.services-carousel-section>.shell,.featured-work>.shell,.cta-section>.shell{position:relative}
.metrics-grid article,.service-slide,.feature-card,.cta-card{backdrop-filter:blur(12px);background:linear-gradient(145deg,rgba(14,43,94,.83),rgba(8,25,67,.78));border-color:rgba(102,186,255,.18);box-shadow:inset 0 1px rgba(255,255,255,.045),0 20px 55px rgba(0,3,37,.2)}
.metrics-grid article:hover,.service-slide:hover,.feature-card:hover{border-color:rgba(52,220,255,.46);box-shadow:0 25px 62px rgba(0,3,40,.36),0 0 28px rgba(46,170,255,.1)}
.section-dark{background:linear-gradient(180deg,rgba(3,9,40,.88),rgba(6,15,56,.82));border-color:rgba(111,190,255,.15)}

/* Staggered text generation on scroll */
.word-reveal{display:inline;line-height:inherit}
.word-reveal .reveal-word{display:inline-block;opacity:0;transform:translateY(.72em);filter:blur(7px);transition:opacity .64s ease,transform .72s cubic-bezier(.2,.82,.2,1),filter .64s ease;transition-delay:calc(var(--word-index) * 38ms)}
.word-reveal.is-word-visible .reveal-word{opacity:1;transform:none;filter:blur(0)}
.reveal{opacity:0;transform:translateY(34px) scale(.985);filter:blur(6px);transition:opacity .8s ease,transform .85s cubic-bezier(.2,.82,.2,1),filter .7s ease}
.reveal.show{opacity:1;transform:none;filter:none}

/* Compact right scroll rail */
.hype-scroll-rail{position:fixed;z-index:120;right:7px;top:50%;width:7px;height:138px;transform:translateY(-50%);border-radius:999px;background:rgba(121,181,255,.12);border:1px solid rgba(130,203,255,.17);box-shadow:0 8px 28px rgba(0,3,37,.34),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(10px);overflow:visible;pointer-events:none}
.hype-scroll-fill{position:absolute;left:1px;right:1px;top:2px;height:calc((100% - 4px) * var(--scroll-progress));border-radius:999px;background:linear-gradient(180deg,#42e5ff,#177eff 52%,#7959ff);box-shadow:0 0 14px rgba(43,192,255,.46);transition:height .12s linear}
.hype-scroll-thumb{position:absolute;left:50%;top:calc(3px + (100% - 12px) * var(--scroll-progress));width:11px;height:11px;transform:translate(-50%,-50%);border-radius:50%;background:#eefcff;border:2px solid #268cff;box-shadow:0 0 0 4px rgba(35,136,255,.15),0 0 15px rgba(50,215,255,.55);transition:top .12s linear}

/* Small animated liquid bubble, no percentage text */
.hype-water-orb{position:fixed;z-index:121;right:20px;bottom:18px;width:50px;height:50px;border:1px solid rgba(190,236,255,.62);border-radius:50%;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.23),rgba(26,91,205,.16));box-shadow:0 18px 38px rgba(0,3,36,.38),inset 0 1px 8px rgba(255,255,255,.35),0 0 20px rgba(35,162,255,.18);backdrop-filter:blur(13px);cursor:pointer;opacity:.86;transition:opacity .25s ease,transform .25s ease;animation:orbSideFloat 5.4s ease-in-out infinite alternate}
.hype-water-orb:hover{opacity:1;transform:scale(1.07)}
.hype-water-liquid{position:absolute;left:-18%;right:-18%;bottom:-1px;height:calc(15% + 75% * var(--scroll-progress));background:linear-gradient(180deg,rgba(51,231,255,.86),rgba(26,124,255,.92) 55%,rgba(93,66,255,.95));transition:height .18s ease-out;box-shadow:0 -5px 18px rgba(38,216,255,.3)}
.hype-water-liquid:before,.hype-water-liquid:after{content:"";position:absolute;left:-12%;width:124%;height:17px;border-radius:48%;top:-9px;background:rgba(215,251,255,.82);animation:liquidWave 3.2s linear infinite}
.hype-water-liquid:after{top:-7px;background:rgba(53,213,255,.52);animation-duration:4.2s;animation-direction:reverse}
.hype-water-arrow{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:17px;font-weight:900;text-shadow:0 2px 8px rgba(0,22,95,.8);z-index:2;transform:translateY(-1px)}
@keyframes liquidWave{to{transform:translateX(16%) rotate(2deg)}}
@keyframes orbSideFloat{0%{translate:-3px 0}100%{translate:3px -7px}}

@media(max-width:860px){
  .hype-scroll-rail{right:4px;height:112px;width:6px}
  .hype-water-orb{right:13px;bottom:13px;width:46px;height:46px}
  .hero-visual:before{inset:18px -8px 10px 8px}
}
@media(max-width:600px){
  .client-logo{width:142px!important;height:78px;padding:12px 15px}
  .logo-marquee-track{gap:15px}
  .hype-scroll-rail{display:none}
  .hype-water-orb{width:44px;height:44px;right:10px;bottom:10px}
}
@media(prefers-reduced-motion:reduce){
  .hype-background *,.hero-curtain:before,.hero-curtain:after,.hero-image img,.experience-card,.team-card,.hype-water-orb,.hype-water-liquid:before,.hype-water-liquid:after{animation:none!important}
  .logo-marquee-track.is-infinite{animation-duration:95s}
}

/* V108.1 final visual fixes */
html{scrollbar-width:none}
html::-webkit-scrollbar{width:0;height:0}
.brand-name{color:#f4f8ff}
.main-menu,.main-menu>a,.nav-service>a{color:#dbe8ff}
.main-menu>a:hover,.nav-service>a:hover{color:#fff}
.site-header .nav-quote{color:#fff}
.hero-copy h1>span[data-typewriter]{font-size:.78em;letter-spacing:-.045em;white-space:nowrap}
.logo-marquee-track.is-infinite{
  animation-name:hypeLogoLoop!important;
  animation-duration:var(--logo-duration,58s)!important;
  animation-timing-function:linear!important;
  animation-iteration-count:infinite!important;
  animation-play-state:running!important;
  transition:none!important;
}
@keyframes hypeLogoLoop{from{transform:translate3d(0,0,0)}to{transform:translate3d(calc(var(--logo-loop-width,50%) * -1),0,0)}}
.hype-scroll-rail{right:3px}
@media(max-width:860px){
  .main-menu{background:rgba(6,14,51,.97);border-color:rgba(111,190,255,.2)}
  .main-menu>a,.nav-service>a{color:#e5efff}
  .submenu{background:#081b52}
  .submenu a{color:#e4eeff}
}
@media(max-width:600px){
  .hero-copy h1>span[data-typewriter]{font-size:.82em;white-space:nowrap}
}

/* V108.2 mobile navigation visibility */
.menu-toggle span{background:#dff4ff}


/* V109.0 interaction + premium motion refinements */
.logo-marquee{
  padding:24px 0;
  border:1px solid rgba(116,196,255,.16);
  background:linear-gradient(180deg,rgba(8,22,70,.52),rgba(5,15,52,.44));
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 24px 68px rgba(0,3,38,.24);
}
.logo-marquee:before,.logo-marquee:after{
  content:"";position:absolute;top:0;bottom:0;width:96px;pointer-events:none;z-index:2;
}
.logo-marquee:before{left:0;background:linear-gradient(90deg,rgba(4,12,43,.92),rgba(4,12,43,0));}
.logo-marquee:after{right:0;background:linear-gradient(270deg,rgba(4,12,43,.92),rgba(4,12,43,0));}
.logo-marquee-track{gap:28px;padding:0 14px;align-items:center}
.client-logo{
  width:210px!important;
  height:110px;
  padding:10px 8px;
  border:0;
  border-radius:20px;
  background:transparent;
  box-shadow:none;
  display:grid;
  place-items:center;
  position:relative;
  overflow:visible;
}
.client-logo:before{
  content:"";position:absolute;inset:16% 8%;border-radius:999px;
  background:radial-gradient(circle,rgba(70,172,255,.11),transparent 70%);
  filter:blur(18px);opacity:.7;transition:opacity .28s ease,transform .32s ease;
}
.client-logo img{
  width:100%;height:100%;object-fit:contain;
  filter:drop-shadow(0 12px 20px rgba(0,7,48,.28));
  transition:transform .32s ease,filter .32s ease,opacity .28s ease;
}
.client-logo:hover{transform:translateY(-7px) scale(1.035);box-shadow:none;border-color:transparent}
.client-logo:hover:before{opacity:1;transform:scale(1.08)}
.client-logo:hover img{transform:scale(1.05);filter:drop-shadow(0 18px 28px rgba(17,202,255,.18)) drop-shadow(0 0 16px rgba(122,104,255,.14))}

.hype-scroll-rail{
  right:0;
  top:50%;
  width:14px;
  height:170px;
  transform:translateY(-50%);
  border-radius:999px 0 0 999px;
  background:linear-gradient(180deg,rgba(116,189,255,.16),rgba(12,58,170,.1));
  border:1px solid rgba(128,205,255,.24);
  border-right:0;
  box-shadow:0 12px 30px rgba(0,3,37,.34),inset 0 1px rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  overflow:visible;
  pointer-events:auto;
  cursor:pointer;
  transition:width .22s ease,box-shadow .22s ease,background .22s ease;
}
.hype-scroll-rail:hover{width:18px;box-shadow:0 16px 36px rgba(0,3,37,.44),0 0 18px rgba(45,185,255,.14)}
.hype-scroll-rail.is-dragging{width:19px;box-shadow:0 18px 42px rgba(0,3,37,.48),0 0 22px rgba(54,204,255,.2)}
.hype-scroll-fill{left:2px;right:2px;top:3px;height:calc((100% - 6px) * var(--scroll-progress));border-radius:999px;background:linear-gradient(180deg,#63ecff,#1794ff 48%,#835fff 100%);box-shadow:0 0 16px rgba(43,192,255,.46),0 0 28px rgba(123,86,255,.18);transition:height .12s linear}
.hype-scroll-thumb{left:50%;top:calc(4px + (100% - 14px) * var(--scroll-progress));width:12px;height:12px;transform:translate(-50%,-50%);border-radius:50%;background:#f5fdff;border:2px solid #2f92ff;box-shadow:0 0 0 5px rgba(35,136,255,.16),0 0 16px rgba(50,215,255,.55);transition:top .12s linear,transform .16s ease}
.hype-scroll-rail:hover .hype-scroll-thumb,.hype-scroll-rail.is-dragging .hype-scroll-thumb{transform:translate(-50%,-50%) scale(1.08)}
.hype-scroll-rail:before,.hype-scroll-rail:after{
  content:"";position:absolute;left:50%;transform:translateX(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;opacity:.86
}
.hype-scroll-rail:before{top:7px;border-bottom:6px solid rgba(227,249,255,.86)}
.hype-scroll-rail:after{bottom:7px;border-top:6px solid rgba(227,249,255,.86)}

.hype-water-orb{
  right:16px;bottom:16px;width:54px;height:54px;
  border:1px solid rgba(202,241,255,.7);
  background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.34),rgba(60,125,255,.18) 52%,rgba(20,55,142,.22));
  box-shadow:0 18px 38px rgba(0,3,36,.4),inset 0 1px 10px rgba(255,255,255,.34),0 0 24px rgba(35,162,255,.18);
  opacity:.96;
  animation:orbSideFloat 4.6s ease-in-out infinite alternate,orbPulse 2.8s ease-in-out infinite;
}
.hype-water-orb:before,.hype-water-orb:after{
  content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(88,225,255,.34);opacity:0;pointer-events:none
}
.hype-water-orb:before{animation:orbRipple 2.8s ease-out infinite}
.hype-water-orb:after{animation:orbRipple 2.8s ease-out 1.2s infinite}
.hype-water-orb:hover{opacity:1;transform:scale(1.09)}
.hype-water-liquid{left:-22%;right:-22%;height:calc(16% + 74% * var(--scroll-progress));box-shadow:0 -5px 18px rgba(38,216,255,.32),inset 0 8px 16px rgba(255,255,255,.12)}
.hype-water-arrow{font-size:18px;animation:arrowBob 1.4s ease-in-out infinite}
@keyframes arrowBob{0%,100%{transform:translateY(-1px)}50%{transform:translateY(-5px)}}
@keyframes orbPulse{0%,100%{box-shadow:0 18px 38px rgba(0,3,36,.4),inset 0 1px 10px rgba(255,255,255,.34),0 0 20px rgba(35,162,255,.12)}50%{box-shadow:0 18px 42px rgba(0,3,36,.46),inset 0 1px 12px rgba(255,255,255,.38),0 0 34px rgba(52,225,255,.24)}}
@keyframes orbRipple{0%{transform:scale(.78);opacity:.7}100%{transform:scale(1.42);opacity:0}}

.service-slide,.feature-card,.metrics-grid article,.cta-card{position:relative;overflow:hidden}
.service-slide:before,.feature-card:before,.metrics-grid article:before,.cta-card:before{
  content:"";position:absolute;inset:-80% auto -80% -30%;width:38%;transform:rotate(18deg) translateX(-120%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);pointer-events:none;animation:cardSheen 8.8s linear infinite;
}
@keyframes cardSheen{to{transform:rotate(18deg) translateX(560%)}}

@media(max-width:860px){
  .hype-scroll-rail{height:144px;width:12px}
  .hype-water-orb{right:12px;bottom:12px;width:50px;height:50px}
  .client-logo{width:176px!important;height:96px}
}
@media(max-width:600px){
  .client-logo{width:156px!important;height:86px;padding:8px 6px}
  .logo-marquee-track{gap:18px}
  .hype-scroll-rail{display:block;height:124px;width:10px}
  .hype-water-orb{width:46px;height:46px;right:10px;bottom:10px}
}


/* V110.0 video-like simple right rail + watery idle bubble */
.hype-scroll-rail{
  right:0!important;
  top:50%;
  width:28px!important;
  height:198px!important;
  transform:translateY(-50%);
  border:none!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:hidden;
  isolation:isolate;
}
.hype-scroll-rail::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.96) 0 3px, transparent 3px 9px,
      rgba(255,255,255,.96) 9px 12px, transparent 12px 18px,
      rgba(255,255,255,.96) 18px 21px, transparent 21px 27px,
      rgba(255,255,255,.96) 27px 28px);
  opacity:.96;
}
.hype-scroll-rail::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0) 18%,rgba(255,255,255,.08) 100%);
}
.hype-scroll-fill{
  left:0!important;
  right:0!important;
  top:auto!important;
  bottom:0!important;
  height:calc(100% * var(--scroll-progress))!important;
  border-radius:0 0 12px 0;
  background:linear-gradient(180deg,rgba(73,157,255,.85),rgba(24,81,255,.98) 55%,rgba(3,46,235,1));
  box-shadow:0 0 18px rgba(33,122,255,.24);
  overflow:visible;
}
.hype-scroll-fill::before,
.hype-scroll-fill::after{
  content:"";
  position:absolute;
  left:-18%;
  width:138%;
  border-radius:48%;
  pointer-events:none;
}
.hype-scroll-fill::before{
  top:-9px;
  height:16px;
  background:rgba(255,255,255,.82);
  opacity:.9;
  animation:railWave 3.2s ease-in-out infinite alternate;
}
.hype-scroll-fill::after{
  top:-2px;
  height:28px;
  background:radial-gradient(circle at 35% 0,rgba(255,255,255,.55),rgba(255,255,255,0) 54%);
  mix-blend-mode:screen;
  animation:railSurface 2.6s ease-in-out infinite;
}
.hype-scroll-thumb{
  width:7px!important;
  height:7px!important;
  left:14px!important;
  top:calc(2px + (100% - 8px) * var(--scroll-progress))!important;
  border:none!important;
  background:#f8fdff!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.48),0 0 10px rgba(48,194,255,.38)!important;
  opacity:.92;
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb{transform:translate(-50%,-50%) scale(1.08)}
.hype-scroll-rail:hover .hype-scroll-fill::before,
.hype-scroll-rail.is-dragging .hype-scroll-fill::before{opacity:1}
.hype-scroll-rail:hover .hype-scroll-fill{box-shadow:0 0 24px rgba(38,122,255,.34)}
.hype-scroll-rail.is-dragging .hype-scroll-fill::before{animation-duration:1.6s}
.hype-scroll-rail:after,.hype-scroll-rail:before{z-index:2}
.hype-scroll-fill{z-index:1}
.hype-scroll-thumb{z-index:3}

.hype-water-orb{
  width:52px;height:52px;
  right:14px;bottom:14px;
  animation:orbSideFloat 4.8s ease-in-out infinite alternate,orbDrift 6.5s ease-in-out infinite;
}
.hype-water-orb::before,
.hype-water-orb::after{display:none}
.hype-water-liquid{
  left:-24%;right:-24%;
  height:calc(17% + 73% * var(--scroll-progress));
  transform-origin:center bottom;
  animation:orbLiquidSway 3.6s ease-in-out infinite;
}
.hype-water-liquid:before,
.hype-water-liquid:after{
  animation:orbLiquidWave 2.8s ease-in-out infinite alternate;
}
.hype-water-liquid:after{animation-duration:3.8s}
.hype-water-arrow{
  animation:arrowBob 1.55s ease-in-out infinite;
}
@keyframes railWave{0%{transform:translateX(-8%) rotate(-2deg)}100%{transform:translateX(10%) rotate(2deg)}}
@keyframes railSurface{0%,100%{transform:translateX(-7%)}50%{transform:translateX(7%)}}
@keyframes orbDrift{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-3px) rotate(3deg)}}
@keyframes orbLiquidSway{0%,100%{transform:rotate(-5deg) translateX(-3%)}50%{transform:rotate(5deg) translateX(3%)}}
@keyframes orbLiquidWave{0%{transform:translateX(-10%) rotate(-2deg)}100%{transform:translateX(12%) rotate(2deg)}}

@media(max-width:860px){
  .hype-scroll-rail{width:26px!important;height:184px!important}
  .hype-scroll-thumb{left:13px!important}
}
@media(max-width:600px){
  .hype-scroll-rail{display:block;width:24px!important;height:176px!important}
  .hype-scroll-rail::before{
    background:
      linear-gradient(90deg,
        rgba(255,255,255,.97) 0 3px, transparent 3px 8px,
        rgba(255,255,255,.97) 8px 11px, transparent 11px 16px,
        rgba(255,255,255,.97) 16px 19px, transparent 19px 23px,
        rgba(255,255,255,.97) 23px 24px);
  }
  .hype-scroll-thumb{left:12px!important;width:6px!important;height:6px!important}
  .hype-water-orb{right:10px;bottom:10px;width:46px;height:46px}
}


/* V111.0 exact simpler rail + stronger water bubble motion */
.hype-scroll-rail{
  right:0!important;
  top:50%!important;
  width:34px!important;
  height:206px!important;
  transform:translateY(-50%)!important;
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:hidden!important;
  isolation:isolate;
}
.hype-scroll-rail::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 4px, transparent 4px 12px,
    rgba(255,255,255,.98) 12px 16px, transparent 16px 24px,
    rgba(255,255,255,.98) 24px 28px, transparent 28px 33px,
    rgba(255,255,255,.98) 33px 34px);
}
.hype-scroll-rail::after{display:none!important}
.hype-scroll-fill{
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:calc(100% * var(--scroll-progress))!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#2a74ff 0%,#1453ff 48%,#0b33dd 100%)!important;
  box-shadow:none!important;
  overflow:visible!important;
  z-index:1;
}
.hype-scroll-fill::before{
  content:"";
  position:absolute;
  left:-22%;
  width:146%;
  top:-11px;
  height:22px;
  background:#1e5fff;
  border-radius:50%;
  transform-origin:center center;
  animation:railLiquidWave111 3.3s ease-in-out infinite;
}
.hype-scroll-fill::after{
  content:"";
  position:absolute;
  left:18%;
  width:88%;
  top:-6px;
  height:11px;
  border-top:1.7px solid rgba(255,255,255,.68);
  border-radius:50%;
  transform-origin:center center;
  animation:railLiquidHighlight111 3.3s ease-in-out infinite;
}
.hype-scroll-thumb{
  opacity:0!important;
  width:0!important;
  height:0!important;
  border:none!important;
  box-shadow:none!important;
  background:transparent!important;
}
.hype-scroll-rail:hover,.hype-scroll-rail.is-dragging{width:34px!important;box-shadow:none!important}
.hype-scroll-rail:hover .hype-scroll-fill,.hype-scroll-rail.is-dragging .hype-scroll-fill{box-shadow:none!important}
.hype-scroll-rail:hover .hype-scroll-fill::before,.hype-scroll-rail.is-dragging .hype-scroll-fill::before{opacity:1}
@keyframes railLiquidWave111{
  0%,100%{transform:translateX(-8%) translateY(0) rotate(-3deg)}
  50%{transform:translateX(8%) translateY(1px) rotate(3deg)}
}
@keyframes railLiquidHighlight111{
  0%,100%{transform:translateX(-7%) rotate(-3deg);opacity:.62}
  50%{transform:translateX(7%) rotate(3deg);opacity:.92}
}

.hype-water-orb{
  right:14px!important;
  bottom:14px!important;
  width:54px!important;
  height:54px!important;
  border:1px solid rgba(210,244,255,.68)!important;
  background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.34),rgba(118,207,255,.14) 34%,rgba(23,84,186,.18) 66%,rgba(10,39,114,.26) 100%)!important;
  box-shadow:0 14px 34px rgba(0,10,50,.36),inset 0 1px 10px rgba(255,255,255,.26),0 0 18px rgba(49,179,255,.14)!important;
  overflow:hidden;
  animation:orbFloat111 5.2s ease-in-out infinite,orbIdleTilt111 4.2s ease-in-out infinite!important;
}
.hype-water-orb::before{
  content:"";
  position:absolute;
  top:7px;left:10px;
  width:18px;height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  filter:blur(.3px);
  transform:rotate(-18deg);
}
.hype-water-orb::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  box-shadow:inset -8px -10px 14px rgba(10,38,115,.18), inset 8px 8px 14px rgba(255,255,255,.05);
  pointer-events:none;
}
.hype-water-liquid{
  left:-32%!important;
  right:-32%!important;
  bottom:-2px!important;
  height:calc(18% + 72% * var(--scroll-progress))!important;
  background:linear-gradient(180deg,rgba(54,229,255,.92),rgba(30,127,255,.94) 56%,rgba(68,73,255,.96) 100%)!important;
  box-shadow:0 -4px 16px rgba(41,198,255,.26)!important;
  animation:orbWaterSway111 2.6s ease-in-out infinite!important;
}
.hype-water-liquid:before,
.hype-water-liquid:after{
  content:"";
  position:absolute;
  left:-18%;
  width:136%;
  border-radius:48%;
}
.hype-water-liquid:before{
  top:-9px;
  height:16px;
  background:rgba(232,253,255,.88);
  animation:orbWaveTop111 1.95s ease-in-out infinite;
}
.hype-water-liquid:after{
  top:-5px;
  height:20px;
  background:rgba(93,223,255,.42);
  animation:orbWaveTop2111 2.45s ease-in-out infinite;
}
.hype-water-arrow{
  font-size:18px!important;
  text-shadow:0 2px 8px rgba(2,28,90,.82)!important;
  animation:arrowWaterBob111 1.35s ease-in-out infinite!important;
}
@keyframes orbFloat111{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-4px,0)}
}
@keyframes orbIdleTilt111{
  0%,100%{rotate:-4deg}
  50%{rotate:4deg}
}
@keyframes orbWaterSway111{
  0%,100%{transform:translateX(-3%) rotate(-5deg)}
  50%{transform:translateX(3%) rotate(5deg)}
}
@keyframes orbWaveTop111{
  0%,100%{transform:translateX(-9%) rotate(-3deg)}
  50%{transform:translateX(9%) rotate(3deg)}
}
@keyframes orbWaveTop2111{
  0%,100%{transform:translateX(8%) rotate(2deg)}
  50%{transform:translateX(-8%) rotate(-2deg)}
}
@keyframes arrowWaterBob111{
  0%,100%{transform:translateY(-1px)}
  50%{transform:translateY(-4px)}
}

@media(max-width:860px){
  .hype-scroll-rail{width:32px!important;height:194px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 4px, transparent 4px 11px,
    rgba(255,255,255,.98) 11px 15px, transparent 15px 22px,
    rgba(255,255,255,.98) 22px 26px, transparent 26px 31px,
    rgba(255,255,255,.98) 31px 32px)}
}
@media(max-width:600px){
  .hype-scroll-rail{display:block!important;width:28px!important;height:182px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 3px, transparent 3px 9px,
    rgba(255,255,255,.98) 9px 12px, transparent 12px 18px,
    rgba(255,255,255,.98) 18px 21px, transparent 21px 27px,
    rgba(255,255,255,.98) 27px 28px)}
  .hype-water-orb{right:10px!important;bottom:10px!important;width:47px!important;height:47px!important}
}


/* V112.0 right rail corrected: standard styled sidebar, no water effect */
.hype-scroll-rail{
  position:fixed!important;
  right:0!important;
  top:50%!important;
  width:22px!important;
  height:188px!important;
  transform:translateY(-50%)!important;
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:hidden!important;
  isolation:isolate;
  cursor:pointer;
}
.hype-scroll-rail::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,.96) 0 3px,
    transparent 3px 8px,
    rgba(255,255,255,.96) 8px 11px,
    transparent 11px 16px,
    rgba(255,255,255,.96) 16px 19px,
    transparent 19px 21px,
    rgba(255,255,255,.96) 21px 22px);
}
.hype-scroll-rail::after{display:none!important}
.hype-scroll-fill{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:calc(100% * var(--scroll-progress))!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#2f7dff 0%,#1458ff 58%,#0b37dc 100%)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  z-index:1!important;
}
.hype-scroll-fill::before,
.hype-scroll-fill::after{display:none!important}
.hype-scroll-thumb{
  position:absolute!important;
  left:50%!important;
  top:calc(6px + (100% - 12px) * var(--scroll-progress))!important;
  width:8px!important;
  height:8px!important;
  transform:translate(-50%,-50%)!important;
  border-radius:50%!important;
  border:none!important;
  background:#ffffff!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.25),0 0 10px rgba(38,146,255,.25)!important;
  opacity:.95!important;
  z-index:4!important;
}
.hype-scroll-rail:hover,
.hype-scroll-rail.is-dragging{width:22px!important;box-shadow:none!important}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb{transform:translate(-50%,-50%) scale(1.06)!important}
.hype-scroll-rail:hover .hype-scroll-fill{background:linear-gradient(180deg,#3787ff 0%,#1a60ff 58%,#0d3de6 100%)!important}

@media(max-width:860px){
  .hype-scroll-rail{width:20px!important;height:174px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.96) 0 3px,
    transparent 3px 7px,
    rgba(255,255,255,.96) 7px 10px,
    transparent 10px 14px,
    rgba(255,255,255,.96) 14px 17px,
    transparent 17px 19px,
    rgba(255,255,255,.96) 19px 20px)}
}
@media(max-width:600px){
  .hype-scroll-rail{display:block!important;width:18px!important;height:160px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.96) 0 2px,
    transparent 2px 6px,
    rgba(255,255,255,.96) 6px 8px,
    transparent 8px 12px,
    rgba(255,255,255,.96) 12px 14px,
    transparent 14px 17px,
    rgba(255,255,255,.96) 17px 18px)}
  .hype-scroll-thumb{width:7px!important;height:7px!important}
}


/* V113.0 logo strip cleanup + bubble speed tune */
.logo-marquee{
  overflow:hidden!important;
  padding:18px 68px!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,rgba(4,17,68,.72),rgba(3,12,56,.54))!important;
  border:1px solid rgba(111,190,255,.14)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.03),0 18px 42px rgba(0,3,38,.18)!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.logo-marquee::before,
.logo-marquee::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  width:86px!important;
  z-index:5!important;
  pointer-events:none!important;
}
.logo-marquee::before{left:0!important;background:linear-gradient(90deg,rgba(3,10,47,.98),rgba(3,10,47,0))!important}
.logo-marquee::after{right:0!important;background:linear-gradient(270deg,rgba(3,10,47,.98),rgba(3,10,47,0))!important}
.logo-viewport{overflow:hidden!important;padding:0!important}
.logo-marquee-track{gap:26px!important;padding:0!important;align-items:center!important}
.client-logo{
  width:170px!important;
  height:96px!important;
  padding:8px 10px!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  border-radius:18px!important;
}
.client-logo::before{display:none!important}
.client-logo img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:88px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 18px rgba(0,10,52,.20))!important;
}
.client-logo:hover{transform:translateY(-4px) scale(1.02)!important}
.client-logo:hover img{transform:scale(1.03)!important;filter:drop-shadow(0 14px 22px rgba(0,12,58,.24))!important}

.hype-water-liquid{
  background:
    linear-gradient(180deg,rgba(84,241,255,.95),rgba(29,134,255,.95) 54%,rgba(93,78,255,.96) 100%),
    linear-gradient(180deg,rgba(19,87,223,.82),rgba(8,41,159,.94))!important;
  animation:orbWaterSway111 1.95s ease-in-out infinite!important;
}
.hype-water-liquid:before{animation-duration:1.45s!important}
.hype-water-liquid:after{animation-duration:1.9s!important}

@media(max-width:860px){
  .logo-marquee{padding:16px 56px!important}
  .logo-marquee::before,.logo-marquee::after{width:72px!important}
  .client-logo{width:156px!important;height:90px!important}
  .client-logo img{max-height:80px!important}
}
@media(max-width:600px){
  .logo-marquee{padding:14px 38px!important;border-radius:22px!important}
  .logo-marquee::before,.logo-marquee::after{width:48px!important}
  .logo-marquee-track{gap:18px!important}
  .client-logo{width:140px!important;height:82px!important;padding:6px 8px!important}
  .client-logo img{max-height:72px!important}
}


/* V114.0 polished client marquee + bubble-only permitted tuning */
.clients-section{
  overflow:hidden!important;
  background:
    radial-gradient(circle at 50% 38%,rgba(44,117,255,.12),transparent 42%),
    linear-gradient(180deg,rgba(4,13,51,.92),rgba(3,10,43,.88))!important;
}
.logo-marquee{
  position:relative!important;
  overflow:hidden!important;
  padding:24px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;
}
.logo-marquee::before,
.logo-marquee::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  width:auto!important;
  height:1px!important;
  z-index:4!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,transparent,rgba(116,195,255,.16) 14%,rgba(116,195,255,.16) 86%,transparent)!important;
}
.logo-marquee::before{top:0!important;bottom:auto!important}
.logo-marquee::after{bottom:0!important;top:auto!important}
.logo-viewport{overflow:hidden!important;padding:0!important}
.logo-marquee-track{
  align-items:center!important;
  gap:44px!important;
  padding:0!important;
}
.client-logo{
  flex:0 0 184px!important;
  width:184px!important;
  height:88px!important;
  padding:6px 10px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:.86;
  transition:opacity .28s ease,transform .28s ease!important;
}
.client-logo::before{display:none!important}
.client-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:164px!important;
  max-height:74px!important;
  object-fit:contain!important;
  animation:none!important;
  transform:none!important;
  opacity:1!important;
  filter:drop-shadow(0 8px 16px rgba(0,4,32,.22)) brightness(1.04)!important;
  transition:transform .28s ease,filter .28s ease!important;
}
.client-logo:hover{
  opacity:1!important;
  transform:translateY(-3px) scale(1.025)!important;
  background:transparent!important;
  box-shadow:none!important;
}
.client-logo:hover img{
  transform:scale(1.035)!important;
  filter:drop-shadow(0 12px 20px rgba(20,168,255,.16)) brightness(1.1)!important;
}
.center-actions{margin-top:14px!important}
.center-actions .text-link{
  font-size:14px!important;
  letter-spacing:.01em!important;
  color:#49dfff!important;
}

/* Keep the approved bubble shape; only speed up the liquid and add a darker rear layer. */
.hype-water-liquid{
  background:linear-gradient(180deg,rgba(22,93,219,.96),rgba(11,48,163,.98))!important;
  animation:orbWaterSway111 1.72s ease-in-out infinite!important;
  box-shadow:0 -4px 16px rgba(41,198,255,.28),inset 0 -18px 24px rgba(3,29,115,.34)!important;
}
.hype-water-liquid::before{
  display:block!important;
  left:-20%!important;
  width:140%!important;
  top:-10px!important;
  height:calc(100% + 16px)!important;
  border-radius:48% 52% 0 0/14px 14px 0 0!important;
  background:linear-gradient(180deg,rgba(92,239,255,.9),rgba(32,139,255,.78) 58%,rgba(49,91,232,.5))!important;
  animation:orbWaveTop111 1.28s ease-in-out infinite!important;
  opacity:.94!important;
}
.hype-water-liquid::after{
  display:block!important;
  left:-26%!important;
  width:148%!important;
  top:-5px!important;
  height:calc(100% + 12px)!important;
  border-radius:52% 48% 0 0/12px 12px 0 0!important;
  background:linear-gradient(180deg,rgba(29,111,235,.64),rgba(8,43,151,.72))!important;
  animation:orbWaveTop2111 1.7s ease-in-out infinite!important;
  opacity:.72!important;
}
.hype-water-arrow{z-index:5!important}

@media(max-width:860px){
  .logo-marquee{padding:20px 0!important}
  .logo-marquee-track{gap:34px!important}
  .client-logo{flex-basis:166px!important;width:166px!important;height:82px!important}
  .client-logo img{max-width:148px!important;max-height:68px!important}
}
@media(max-width:600px){
  .logo-marquee{padding:18px 0!important}
  .logo-marquee-track{gap:24px!important}
  .client-logo{flex-basis:146px!important;width:146px!important;height:76px!important;padding:5px 8px!important}
  .client-logo img{max-width:132px!important;max-height:62px!important}
}


/* V115.0 sidebar refined to match requested common styled bar */
.hype-scroll-rail{
  position:fixed!important;
  right:0!important;
  top:50%!important;
  width:22px!important;
  height:192px!important;
  transform:translateY(-50%)!important;
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:visible!important;
  isolation:isolate;
  cursor:pointer;
}
.hype-scroll-rail::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 3px,
    transparent 3px 8px,
    rgba(255,255,255,.98) 8px 11px,
    transparent 11px 16px,
    rgba(255,255,255,.98) 16px 19px,
    transparent 19px 21px,
    rgba(255,255,255,.98) 21px 22px);
}
.hype-scroll-rail::after{display:none!important}
.hype-scroll-fill{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:calc(100% * var(--scroll-progress))!important;
  background:linear-gradient(180deg,#3d82ff 0%,#1d5cff 54%,#0b39dc 100%)!important;
  border-radius:0!important;
  box-shadow:inset 10px 0 18px rgba(118,191,255,.12)!important;
  overflow:hidden!important;
  z-index:1!important;
}
.hype-scroll-fill::before,
.hype-scroll-fill::after{display:none!important}
.hype-scroll-thumb{
  position:absolute!important;
  left:auto!important;
  right:-2px!important;
  top:calc(26px + (100% - 52px) * var(--scroll-progress))!important;
  width:28px!important;
  height:52px!important;
  transform:translateY(-50%)!important;
  border:none!important;
  border-radius:18px 0 0 18px!important;
  background:linear-gradient(180deg,#4ab5ff 0%,#1f78ff 52%,#144be9 100%)!important;
  box-shadow:0 8px 22px rgba(12,76,218,.32), inset 0 1px 0 rgba(255,255,255,.22)!important;
  opacity:1!important;
  z-index:3!important;
  overflow:hidden!important;
}
.hype-scroll-thumb::before{
  content:"";
  position:absolute;
  left:3px;
  right:5px;
  top:8px;
  height:1.5px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  box-shadow:0 11px 0 rgba(255,255,255,.18),0 22px 0 rgba(255,255,255,.08);
}
.hype-scroll-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.32),transparent 32%),
             linear-gradient(180deg,transparent 0%,rgba(8,42,157,.10) 100%);
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb{
  box-shadow:0 10px 24px rgba(12,76,218,.38),0 0 18px rgba(78,193,255,.14), inset 0 1px 0 rgba(255,255,255,.28)!important;
}
.hype-scroll-rail:hover .hype-scroll-fill,
.hype-scroll-rail.is-dragging .hype-scroll-fill{
  background:linear-gradient(180deg,#448aff 0%,#2664ff 54%,#1140e3 100%)!important;
}

@media(max-width:860px){
  .hype-scroll-rail{width:20px!important;height:178px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 3px,
    transparent 3px 7px,
    rgba(255,255,255,.98) 7px 10px,
    transparent 10px 14px,
    rgba(255,255,255,.98) 14px 17px,
    transparent 17px 19px,
    rgba(255,255,255,.98) 19px 20px)}
  .hype-scroll-thumb{width:24px!important;height:48px!important;right:-2px!important}
}
@media(max-width:600px){
  .hype-scroll-rail{display:block!important;width:18px!important;height:162px!important}
  .hype-scroll-rail::before{background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0 2px,
    transparent 2px 6px,
    rgba(255,255,255,.98) 6px 8px,
    transparent 8px 12px,
    rgba(255,255,255,.98) 12px 14px,
    transparent 14px 17px,
    rgba(255,255,255,.98) 17px 18px)}
  .hype-scroll-thumb{width:22px!important;height:42px!important;right:-2px!important}
}

/* V116.0 — full-height reference scrollbar, flush to the right edge */
html{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:0;
  height:0;
}

.hype-scroll-rail{
  --rail-thumb-height:72px;
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:auto!important;
  width:31px!important;
  height:100vh!important;
  height:100dvh!important;
  transform:none!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  isolation:isolate!important;
  z-index:119!important;
  cursor:pointer!important;
  touch-action:none!important;
  user-select:none!important;
}
.hype-scroll-rail::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:10px!important;
  height:auto!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(90deg,#f7fbff 0%,#ffffff 54%,#eaf2ff 100%)!important;
  box-shadow:-1px 0 0 rgba(104,143,223,.16),-4px 0 12px rgba(1,8,44,.09)!important;
  opacity:1!important;
  z-index:1!important;
  pointer-events:none!important;
}
.hype-scroll-rail::after{display:none!important}

.hype-scroll-fill{
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:auto!important;
  left:auto!important;
  width:10px!important;
  height:calc(100% * var(--scroll-progress))!important;
  min-height:0!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(180deg,rgba(44,111,255,.16),rgba(20,65,221,.08))!important;
  box-shadow:none!important;
  overflow:hidden!important;
  opacity:1!important;
  z-index:2!important;
  pointer-events:none!important;
}
.hype-scroll-fill::before,
.hype-scroll-fill::after{display:none!important}

.hype-scroll-thumb{
  position:absolute!important;
  top:calc((100% - var(--rail-thumb-height)) * var(--scroll-progress))!important;
  right:0!important;
  bottom:auto!important;
  left:auto!important;
  width:29px!important;
  height:var(--rail-thumb-height)!important;
  transform:none!important;
  border:0!important;
  border-radius:18px 0 0 18px!important;
  background:linear-gradient(180deg,#07164f 0%,#061348 52%,#07164f 100%)!important;
  box-shadow:-5px 0 15px rgba(0,7,45,.20),inset 1px 0 0 rgba(80,122,255,.10)!important;
  opacity:1!important;
  overflow:hidden!important;
  z-index:4!important;
  transition:filter .18s ease,box-shadow .18s ease!important;
  will-change:top!important;
  pointer-events:auto!important;
}
.hype-scroll-thumb::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  transform:none!important;
  border:0!important;
  border-radius:inherit!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.08),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.035),transparent 30%,rgba(0,0,0,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.18)!important;
  z-index:3!important;
  pointer-events:none!important;
}
.hype-scroll-thumb::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:10px!important;
  height:auto!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:inset 1px 0 0 rgba(255,255,255,.12)!important;
  z-index:2!important;
  pointer-events:none!important;
}
.hype-scroll-thumb-pattern{
  position:absolute!important;
  inset:-96px -15px!important;
  z-index:1!important;
  display:block!important;
  border-radius:inherit!important;
  background:
    repeating-linear-gradient(135deg,
      transparent 0 25px,
      rgba(8,38,145,.98) 25px 38px,
      rgba(25,79,230,.98) 38px 52px,
      rgba(44,116,255,.98) 52px 61px,
      transparent 61px 87px)!important;
  background-size:100% 96px!important;
  background-position:center var(--rail-pattern-y,0px)!important;
  filter:saturate(1.13) contrast(1.04)!important;
  transform:translateZ(0)!important;
  will-change:background-position!important;
  pointer-events:none!important;
}
.hype-scroll-rail.is-scrolling .hype-scroll-thumb-pattern,
.hype-scroll-rail.is-dragging .hype-scroll-thumb-pattern{
  animation:railBarberMotion116 .72s linear infinite!important;
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb{
  transform:none!important;
  filter:brightness(1.08) saturate(1.08)!important;
  box-shadow:-7px 0 19px rgba(0,9,56,.28),0 0 15px rgba(29,94,255,.16),inset 1px 0 0 rgba(111,151,255,.16)!important;
}
.hype-scroll-rail:hover .hype-scroll-fill,
.hype-scroll-rail.is-dragging .hype-scroll-fill{
  background:linear-gradient(180deg,rgba(44,111,255,.18),rgba(20,65,221,.10))!important;
}
.hype-scroll-rail:focus-visible{
  outline:none!important;
}
.hype-scroll-rail:focus-visible .hype-scroll-thumb{
  box-shadow:-7px 0 19px rgba(0,9,56,.28),0 0 0 2px rgba(106,181,255,.72),0 0 18px rgba(33,104,255,.26)!important;
}
@keyframes railBarberMotion116{
  from{background-position:center var(--rail-pattern-y,0px)}
  to{background-position:center calc(var(--rail-pattern-y,0px) - 96px)}
}

/* Staggered scroll reveals, inspired by the reference motion. */
.reveal{
  --reveal-delay:0ms;
  transition-delay:var(--reveal-delay)!important;
}
.feature-grid .reveal:nth-child(2),
.metrics-grid article:nth-child(2),
.blog-grid article:nth-child(2),
.pricing-grid .price-card:nth-child(2){--reveal-delay:90ms}
.feature-grid .reveal:nth-child(3),
.metrics-grid article:nth-child(3),
.blog-grid article:nth-child(3),
.pricing-grid .price-card:nth-child(3){--reveal-delay:180ms}
.metrics-grid article:nth-child(4){--reveal-delay:270ms}

@media(max-width:860px){
  .hype-scroll-rail{
    --rail-thumb-height:64px;
    width:27px!important;
    height:100vh!important;
    height:100dvh!important;
  }
  .hype-scroll-rail::before,
  .hype-scroll-fill{width:9px!important}
  .hype-scroll-thumb{width:26px!important;border-radius:16px 0 0 16px!important}
  .hype-scroll-thumb::after{width:9px!important}
}
@media(max-width:600px){
  .hype-scroll-rail{
    --rail-thumb-height:58px;
    display:block!important;
    width:24px!important;
    height:100vh!important;
    height:100dvh!important;
  }
  .hype-scroll-rail::before,
  .hype-scroll-fill{width:8px!important}
  .hype-scroll-thumb{width:23px!important;border-radius:14px 0 0 14px!important}
  .hype-scroll-thumb::after{width:8px!important}
}
@media(prefers-reduced-motion:reduce){
  .hype-scroll-thumb-pattern{animation:none!important}
}


/* V116.1 motion direction + metric cascade */
.hype-scroll-rail.is-moving-up .hype-scroll-thumb-pattern{animation-direction:reverse!important}
.hype-scroll-rail.is-moving-down .hype-scroll-thumb-pattern{animation-direction:normal!important}
.metrics-grid article{
  opacity:0;
  transform:translateY(18px) scale(.985);
}
.growth-copy.show .metrics-grid article{
  animation:metricCascade116 .68s cubic-bezier(.2,.82,.2,1) both;
}
.growth-copy.show .metrics-grid article:nth-child(2){animation-delay:90ms}
.growth-copy.show .metrics-grid article:nth-child(3){animation-delay:180ms}
.growth-copy.show .metrics-grid article:nth-child(4){animation-delay:270ms}
@keyframes metricCascade116{
  to{opacity:1;transform:none}
}
@media(prefers-reduced-motion:reduce){
  .metrics-grid article{opacity:1!important;transform:none!important;animation:none!important}
}


/* V117.0 — barra lateral derecha con imagen estática y sin salientes */
.hype-scroll-rail{
  --rail-thumb-height:74px;
  right:0!important;
  width:22px!important;
  overflow:hidden!important;
  background:transparent!important;
}
.hype-scroll-rail::before{
  right:0!important;
  width:9px!important;
  background:linear-gradient(90deg,#eef4ff 0%,#ffffff 52%,#e6efff 100%)!important;
  box-shadow:-1px 0 0 rgba(79,120,205,.13)!important;
}
.hype-scroll-fill{
  right:0!important;
  width:9px!important;
  background:linear-gradient(180deg,rgba(42,105,255,.18),rgba(21,62,211,.10))!important;
}
.hype-scroll-thumb{
  right:0!important;
  width:9px!important;
  height:var(--rail-thumb-height)!important;
  border-radius:5px 0 0 5px!important;
  background-image:url("../img/scroll-thumb-static-v117.png")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:100% 100%!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.hype-scroll-thumb::before,
.hype-scroll-thumb::after,
.hype-scroll-thumb-pattern{
  display:none!important;
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb,
.hype-scroll-rail:focus-visible .hype-scroll-thumb{
  width:9px!important;
  transform:none!important;
  filter:none!important;
  box-shadow:none!important;
}
@media (max-width:900px){
  .hype-scroll-rail{width:19px!important}
  .hype-scroll-rail::before,
  .hype-scroll-fill,
  .hype-scroll-thumb{width:8px!important}
}
@media (prefers-reduced-motion:reduce){
  .hype-scroll-thumb{animation:none!important}
}


/* V118.0 — ajuste final de diseño de la barra lateral derecha */
.hype-scroll-rail{
  --rail-thumb-height:78px;
  width:18px!important;
}
.hype-scroll-rail::before,
.hype-scroll-fill{
  width:8px!important;
}
.hype-scroll-rail::before{
  background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%)!important;
  box-shadow:-1px 0 0 rgba(70,112,205,.12)!important;
}
.hype-scroll-thumb{
  width:8px!important;
  right:0!important;
  border-radius:4px 0 0 4px!important;
  background-image:url("../img/scroll-thumb-static-v118.png")!important;
  background-size:100% 100%!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
}
@media (max-width:900px){
  .hype-scroll-rail{width:16px!important}
  .hype-scroll-rail::before,
  .hype-scroll-fill,
  .hype-scroll-thumb{width:7px!important}
}

/* Animaciones de entrada más profesionales */
.reveal{
  opacity:0;
  transform:translate3d(0,26px,0) scale(.985);
  filter:blur(6px);
  transition:
    opacity .82s cubic-bezier(.2,.78,.2,1),
    transform .82s cubic-bezier(.2,.78,.2,1),
    filter .82s cubic-bezier(.2,.78,.2,1)!important;
}
.reveal.show{
  opacity:1;
  transform:none;
  filter:none;
}
.reveal[data-reveal="left"]{transform:translate3d(-28px,10px,0);}
.reveal[data-reveal="right"]{transform:translate3d(28px,10px,0);}
.reveal[data-reveal="zoom"]{transform:translate3d(0,22px,0) scale(.94);}
.reveal.show[data-reveal]{transform:none;}

.word-cascade{
  overflow:clip;
}
.word-cascade .wc-word{
  display:inline-block;
  opacity:0;
  transform:translateY(1.05em) skewY(5deg);
  filter:blur(4px);
  transition:
    opacity .72s cubic-bezier(.2,.82,.2,1),
    transform .72s cubic-bezier(.2,.82,.2,1),
    filter .72s cubic-bezier(.2,.82,.2,1);
  will-change:transform,opacity,filter;
}
.word-cascade.is-visible .wc-word{
  opacity:1;
  transform:none;
  filter:none;
}
.section-soft-fade > *{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease, transform .65s ease;
}
.section-soft-fade.is-visible > *{
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion:reduce){
  .reveal,
  .word-cascade .wc-word,
  .section-soft-fade > *{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
    animation:none!important;
  }
}


/* V119.0 — barra lateral derecha limpia, sin salientes */
.hype-scroll-rail{
  --rail-thumb-height:76px;
  right:0!important;
  width:12px!important;
  overflow:hidden!important;
  background:transparent!important;
}
.hype-scroll-rail::before{
  right:0!important;
  width:6px!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#ffffff 0%,#edf3ff 100%)!important;
  box-shadow:-1px 0 0 rgba(63,102,191,.12)!important;
}
.hype-scroll-fill{
  right:0!important;
  width:6px!important;
  border-radius:0!important;
  background:linear-gradient(180deg,rgba(83,134,255,.16),rgba(52,95,220,.08))!important;
}
.hype-scroll-thumb{
  right:0!important;
  width:6px!important;
  height:var(--rail-thumb-height)!important;
  border-radius:0!important;
  background-image:url("../img/scroll-thumb-clean-v119.png")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:100% 100%!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.hype-scroll-thumb::before,
.hype-scroll-thumb::after,
.hype-scroll-thumb-pattern{
  display:none!important;
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb,
.hype-scroll-rail:focus-visible .hype-scroll-thumb{
  width:6px!important;
  transform:none!important;
  box-shadow:none!important;
  filter:none!important;
}
@media (max-width:900px){
  .hype-scroll-rail{width:11px!important}
  .hype-scroll-rail::before,
  .hype-scroll-fill,
  .hype-scroll-thumb{width:5px!important}
}


/* V120.0 — barra ligeramente más gruesa con tres espirales */
.hype-scroll-rail{
  --rail-thumb-height:78px;
  width:15px!important;
}
.hype-scroll-rail::before,
.hype-scroll-fill{
  width:8px!important;
}
.hype-scroll-thumb{
  right:0!important;
  width:8px!important;
  height:var(--rail-thumb-height)!important;
  border-radius:2px 0 0 2px!important;
  background-image:url("../img/scroll-thumb-3-espirales-v120.png")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:100% 100%!important;
  box-shadow:none!important;
  filter:none!important;
}
.hype-scroll-rail:hover .hype-scroll-thumb,
.hype-scroll-rail.is-dragging .hype-scroll-thumb,
.hype-scroll-rail:focus-visible .hype-scroll-thumb{
  width:8px!important;
  transform:none!important;
  filter:none!important;
  box-shadow:none!important;
}
@media (max-width:900px){
  .hype-scroll-rail{width:13px!important}
  .hype-scroll-rail::before,
  .hype-scroll-fill,
  .hype-scroll-thumb{width:7px!important}
}


/* V121.0 — página de contacto simplificada */
.contact-forms .forms-grid.single-form{
  grid-template-columns:minmax(0,820px)!important;
  justify-content:center!important;
}
.contact-forms .forms-grid.single-form > *{
  width:100%!important;
}
