:root{--navy:#00032D;--navy-soft:#030520;--panel:#101663;--purple:#98229B;--pink:#C347C6;--yellow:#FFBE00;--cream:#F0EFE6;--white:#FFFFFF;--muted:#D8D8D8;--cyan:#1AD9FF;--line:rgba(240,239,230,.16);--shadow:0 24px 60px rgba(0,0,0,.28);--radius:15px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--cream);font-family:'Roboto',Arial,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden}body:before{content:'';position:fixed;inset:0;pointer-events:none;opacity:.2;background-image:radial-gradient(rgba(255,255,255,.12) .7px,transparent .7px);background-size:22px 22px;mask-image:linear-gradient(to bottom,black,transparent 65%);z-index:-1}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{cursor:pointer}.container{width:min(1140px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-64px;z-index:100;background:var(--yellow);color:var(--navy);padding:9px 15px;border-radius:6px;font-weight:700}.skip-link:focus{top:16px}.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(0,3,45,.82);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px);transition:background .2s,box-shadow .2s}.site-header.scrolled{background:rgba(0,3,45,.96);box-shadow:0 10px 35px rgba(0,0,0,.25)}.header-inner{min-height:82px;display:grid;grid-template-columns:180px 1fr 90px;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center}.brand img{width:160px;height:auto}.site-nav{display:flex;justify-content:center;align-items:center;gap:34px;font:500 15px 'Ubuntu',Arial,sans-serif}.site-nav a{position:relative;color:var(--white);transition:color .2s}.site-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--pink);transition:right .2s}.site-nav a:hover,.site-nav a:focus-visible{color:var(--pink)}.site-nav a:hover:after,.site-nav a:focus-visible:after{right:0}.header-actions{display:flex;justify-content:flex-end;gap:10px}.header-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:var(--white);transition:background .2s,color .2s,border-color .2s,transform .2s}.header-icon:hover,.header-icon:focus-visible{background:var(--purple);border-color:var(--pink);color:var(--white);transform:translateY(-2px)}.header-icon svg{width:14px;height:14px;fill:currentColor}.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:6px;width:42px;height:38px;padding:7px}.menu-toggle span{display:block;height:2px;background:var(--white);margin:4px auto;width:22px;transition:transform .2s}.section{position:relative;padding:105px 0}.hero{min-height:720px;padding-top:164px;padding-bottom:94px;overflow:hidden;background:linear-gradient(120deg,var(--navy) 0%,#05073c 55%,var(--navy) 100%)}.hero:before{content:'';position:absolute;width:650px;height:650px;right:-220px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(195,71,198,.23),transparent 68%);filter:blur(2px)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:74px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--yellow);font:600 12px 'Ubuntu',Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,190,0,.12)}h1,h2,h3,h4,h5{margin:0;font-family:'Ubuntu',Arial,sans-serif;font-weight:600;line-height:1.12}h1{max-width:610px;color:var(--white);font-size:clamp(42px,5vw,62px);letter-spacing:-.04em}h2{color:var(--white);font-size:clamp(32px,4vw,46px);letter-spacing:-.035em}h2 span{color:var(--pink)}h3{font-size:22px;color:var(--white)}p{margin:0}.hero-lead{max-width:580px;margin:24px 0 30px;color:var(--muted);font-size:18px;line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 24px;border:1px solid transparent;border-radius:4px;font:500 15px 'Ubuntu',Arial,sans-serif;transition:transform .2s,background .2s,color .2s,border-color .2s,box-shadow .2s}.button:hover,.button:focus-visible{transform:translateY(-3px)}.button-primary{background:var(--purple);color:var(--white);box-shadow:0 12px 24px rgba(152,34,155,.24)}.button-primary:hover,.button-primary:focus-visible{background:var(--pink);box-shadow:0 14px 30px rgba(195,71,198,.3)}.button-outline{border-color:var(--purple);background:transparent;color:var(--white)}.button-outline:hover,.button-outline:focus-visible{border-color:var(--pink);background:var(--purple)}.hero-visual{position:relative;min-height:430px;display:grid;place-items:center}.hero-image-frame{position:relative;z-index:2;width:min(520px,100%);padding:12px;border:1px solid rgba(195,71,198,.54);border-radius:18px;background:rgba(16,22,99,.62);box-shadow:var(--shadow);transform:rotate(2deg);transition:transform .3s,box-shadow .3s}.hero-image-frame:hover{transform:rotate(0) translateY(-6px);box-shadow:0 30px 70px rgba(0,0,0,.38)}.hero-image-frame img{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px}.hero-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(26,217,255,.18);filter:blur(54px);animation:pulse-glow 5s ease-in-out infinite}.hero-orbit{position:absolute;border:1px solid rgba(195,71,198,.55);border-radius:50%;transform:rotate(-20deg)}.orbit-one{width:520px;height:280px}.orbit-two{width:590px;height:370px;opacity:.35;transform:rotate(23deg)}.hero-badge{position:absolute;z-index:3;padding:10px 14px;border:1px solid rgba(255,255,255,.19);border-radius:8px;background:rgba(16,22,99,.92);box-shadow:0 12px 28px rgba(0,0,0,.3);font:500 12px 'Ubuntu',Arial,sans-serif;color:var(--white)}.badge-top{top:28px;right:0;color:var(--yellow)}.badge-bottom{bottom:22px;left:0;color:var(--cream)}.badge-bottom b{margin-left:6px;color:var(--cyan)}.service-section{background:var(--navy)}.section-heading{margin-bottom:48px}.section-heading .eyebrow{margin-bottom:13px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{min-height:320px;padding:28px 22px;border:1px solid var(--panel);border-radius:var(--radius);background:rgba(0,3,45,.35);text-align:center;transition:transform .25s,border-color .25s,background .25s,box-shadow .25s}.service-card:hover{transform:translateY(-7px);border-color:var(--pink);background:rgba(16,22,99,.45);box-shadow:var(--shadow)}.service-image{height:105px;display:grid;place-items:center;margin-bottom:23px}.service-image img{width:100px;height:100px;object-fit:contain;margin:auto;transition:transform .3s}.service-card:hover .service-image img{transform:translateY(-5px) rotate(-3deg)}.service-card h3{margin-bottom:12px;font-size:20px}.service-card p{color:var(--muted);font-size:14px;line-height:1.7}.about-section{background:linear-gradient(180deg,var(--navy),#02042a)}.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.about-visual{position:relative}.about-visual img{position:relative;z-index:1;width:100%;border-radius:15px;box-shadow:var(--shadow)}.about-ring{position:absolute;inset:8% -8% -8% 10%;border:1px solid var(--purple);border-radius:50%;transform:rotate(-14deg);opacity:.65}.about-copy h2{margin-bottom:22px}.about-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:28px}.about-copy strong{color:var(--white)}.stats-section{padding:58px 0;background:var(--panel)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stat{padding:24px;text-align:center;border-right:1px solid rgba(255,255,255,.16)}.stat:last-child{border-right:0}.stat strong{display:block;color:var(--pink);font:600 clamp(40px,5vw,56px)/1 'Ubuntu',Arial,sans-serif}.stat strong:after{content:'+'}.stat span{display:block;margin-top:8px;color:var(--white);font:500 15px 'Ubuntu',Arial,sans-serif}.partners-section{background:var(--navy)}.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.partner-card{min-height:140px;display:grid;place-items:center;padding:25px;border:1px solid var(--panel);border-radius:var(--radius);background:rgba(16,22,99,.28);transition:transform .25s,border-color .25s}.partner-card:hover{transform:translateY(-5px);border-color:var(--pink)}.partner-card img{max-width:190px;max-height:80px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.84;transition:filter .2s,opacity .2s}.partner-card:hover img{filter:none;opacity:1}.portfolio-section{background:var(--navy-soft)}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:55px 24px}.project-offset{margin-top:55px}.project-image{position:relative;display:block;overflow:hidden;aspect-ratio:1.7;border-radius:12px;background:var(--panel);border:1px solid var(--panel)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.project-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,3,45,.72));opacity:0;transition:opacity .25s}.project-image:hover img,.project-image:focus-visible img{transform:scale(1.045)}.project-image:hover:after,.project-image:focus-visible:after{opacity:1}.project-arrow{position:absolute;right:17px;top:17px;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--yellow);color:var(--navy);font-weight:700;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}.project-image:hover .project-arrow,.project-image:focus-visible .project-arrow{opacity:1;transform:none}.project-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:16px}.project-meta h3{font-size:21px}.project-meta a{color:var(--yellow);font:500 13px 'Ubuntu',Arial,sans-serif;white-space:nowrap}.project-meta a:hover,.project-meta a:focus-visible{color:var(--pink)}.pricing-section{background:var(--navy)}.anchor-target{display:block;position:relative;top:-100px;visibility:hidden}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.price-card{display:flex;flex-direction:column;padding:28px 24px;border:1px solid var(--panel);border-radius:var(--radius);background:rgba(16,22,99,.25);min-height:610px;transition:transform .25s,border-color .25s,box-shadow .25s}.price-card:hover{transform:translateY(-6px);border-color:var(--pink);box-shadow:var(--shadow)}.price-card-featured{border-color:var(--purple);background:linear-gradient(180deg,rgba(152,34,155,.2),rgba(16,22,99,.45));box-shadow:0 16px 45px rgba(152,34,155,.16)}.price-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.price-number{color:var(--yellow);font:500 13px 'Ubuntu',Arial,sans-serif}.price-header h3{font-size:25px}.price{display:block;margin:24px 0 0;color:var(--white);font:600 31px 'Ubuntu',Arial,sans-serif}.renewal{min-height:45px;margin:6px 0 23px;color:var(--muted);font-size:12px}.price-card ul{display:grid;gap:10px;padding:0;margin:0 0 28px;list-style:none}.price-card li{display:flex;gap:9px;color:var(--muted);font-size:13px}.price-card li span{color:var(--pink);font-weight:700}.price-card .button{margin-top:auto}.testimonial-section{background:var(--navy-soft)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{min-height:340px;padding:26px 23px;border:1px solid var(--panel);border-radius:var(--radius);background:rgba(16,22,99,.3);transition:transform .25s,border-color .25s}.testimonial-card:hover{transform:translateY(-6px);border-color:var(--pink)}.testimonial-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:15px;border:2px solid var(--purple)}.stars{margin-bottom:16px;color:var(--yellow);letter-spacing:2px;font-size:13px}.testimonial-card p{min-height:130px;color:var(--muted);font-size:15px;line-height:1.75}.testimonial-card strong,.testimonial-card>span{display:block}.testimonial-card strong{color:var(--white);font:600 17px 'Ubuntu',Arial,sans-serif}.testimonial-card>span{color:var(--pink);font-size:12px}.reasons-section{background:var(--navy)}.reasons-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:84px;align-items:center}.reasons-copy>p:not(.eyebrow){max-width:390px;color:var(--muted);margin-top:22px}.tech-visual{position:relative;width:270px;height:190px;margin:35px auto 0}.tech-core{position:absolute;left:50%;top:50%;z-index:2;display:grid;place-items:center;width:78px;height:78px;transform:translate(-50%,-50%);border:1px solid var(--pink);border-radius:50%;background:var(--purple);box-shadow:0 0 0 12px rgba(152,34,155,.15),0 0 45px rgba(195,71,198,.28);font:700 23px 'Ubuntu',Arial,sans-serif;color:var(--white)}.tech-orbit{position:absolute;inset:50% auto auto 50%;border:1px solid rgba(26,217,255,.48);border-radius:50%;transform:translate(-50%,-50%) rotate(-17deg)}.tech-orbit-one{width:250px;height:90px}.tech-orbit-two{width:210px;height:145px;transform:translate(-50%,-50%) rotate(28deg);border-color:rgba(255,190,0,.5)}.tech-star{position:absolute;color:var(--yellow);font-size:17px;animation:twinkle 2.7s ease-in-out infinite}.star-one{top:8px;right:25px}.star-two{bottom:10px;left:19px;animation-delay:1s}.reason-list{display:grid;gap:16px}.reason-card{display:grid;grid-template-columns:58px 1fr;gap:20px;align-items:start;padding:24px 22px;border:1px solid var(--panel);border-radius:var(--radius);background:rgba(16,22,99,.24);transition:transform .25s,border-color .25s,background .25s}.reason-card:hover{transform:translateX(5px);border-color:var(--pink);background:rgba(16,22,99,.48)}.reason-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--purple);color:var(--white)}.reason-icon svg{width:25px;height:25px;fill:currentColor}.reason-card h3{font-size:21px;margin-bottom:7px}.reason-card p{color:var(--muted);font-size:14px;line-height:1.7}.contact-section{padding-top:80px;padding-bottom:80px;background:linear-gradient(135deg,var(--panel),#070a47);border-top:1px solid rgba(195,71,198,.27)}.contact-shell{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:45px;border:1px solid rgba(195,71,198,.32);border-radius:18px;background:rgba(0,3,45,.38)}.contact-shell h2{font-size:clamp(36px,4vw,52px);margin-bottom:16px}.contact-shell>div:first-child>p:not(.eyebrow){color:var(--muted)}.contact-list{display:grid;gap:15px}.contact-card{display:grid;grid-template-columns:48px 1fr 20px;gap:15px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(0,3,45,.45);transition:border-color .2s,transform .2s,background .2s}.contact-card:hover,.contact-card:focus-visible{border-color:var(--pink);background:rgba(152,34,155,.2);transform:translateX(4px)}.contact-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--purple);color:var(--white);font:700 20px 'Ubuntu',Arial,sans-serif}.contact-card small,.contact-card strong{display:block}.contact-card small{color:var(--yellow);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.contact-card strong{color:var(--white);font:500 16px 'Ubuntu',Arial,sans-serif}.contact-card>b{color:var(--yellow);font-size:20px}.site-footer{padding:38px 0 25px;background:var(--navy);border-top:1px solid rgba(255,255,255,.12)}.footer-inner>p{margin:16px 0 34px;color:var(--muted);font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#9ea2bd;font-size:12px}.footer-bottom a{color:var(--yellow)}.footer-bottom a:hover,.footer-bottom a:focus-visible{color:var(--pink)}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:40;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#20c76b;color:var(--white);box-shadow:0 10px 28px rgba(0,0,0,.28);transition:transform .2s,box-shadow .2s}.whatsapp-float:hover,.whatsapp-float:focus-visible{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.38)}.whatsapp-float svg{width:27px;height:27px;fill:currentColor}.reveal{transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js .reveal{opacity:0}.js .reveal.is-visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}@keyframes pulse-glow{0%,100%{transform:scale(.94);opacity:.65}50%{transform:scale(1.08);opacity:1}}@keyframes twinkle{0%,100%{transform:scale(.8);opacity:.45}50%{transform:scale(1.18);opacity:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-glow,.tech-star{animation:none}.reveal,.js .reveal{opacity:1;transform:none;transition:none}.hero-image-frame,.button,.service-card,.partner-card,.project-image img,.price-card,.testimonial-card,.reason-card,.contact-card,.whatsapp-float{transition:none}}
@media (max-width:980px){.header-inner{grid-template-columns:160px 1fr 80px}.site-nav{gap:22px}.hero-grid,.about-grid,.reasons-grid,.contact-shell{gap:45px}.service-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px);margin-inline:auto;width:100%}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:last-child{grid-column:1/-1;max-width:calc(50% - 9px);margin-inline:auto;width:100%}}

/* SEO-friendly footer layout */
.site-footer{padding:64px 0 24px;background:linear-gradient(180deg,var(--navy-soft),var(--navy));border-top:1px solid rgba(255,255,255,.12)}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(150px,.75fr) minmax(0,1fr);gap:52px;padding-bottom:48px}
.footer-brand-link{gap:12px;color:var(--white)}
.footer-brand-link img{width:52px;height:52px;object-fit:contain}
.footer-brand-link span{font:600 25px/1.1 'Poppins',Arial,sans-serif;letter-spacing:-.035em}
.footer-description{max-width:370px;margin:20px 0 24px;color:var(--muted);font-size:14px;line-height:1.75}
.footer-cta{min-height:46px;padding:11px 18px}
.footer-heading{margin:5px 0 18px;color:var(--white);font:600 17px/1.2 'Poppins',Arial,sans-serif;letter-spacing:-.02em}
.footer-links{display:grid;gap:11px;padding:0;margin:0;list-style:none}
.footer-links a{display:inline-flex;width:max-content;color:var(--muted);font-size:14px;transition:color .2s,transform .2s}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--yellow);transform:translateX(3px)}
.footer-address{display:grid;gap:16px;margin:0;font-style:normal}
.footer-address a{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:44px;color:var(--muted);transition:color .2s,transform .2s}
.footer-address a:hover,.footer-address a:focus-visible{color:var(--white);transform:translateX(3px)}
.footer-contact-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(16,22,99,.72);color:var(--yellow)}
.footer-contact-icon i{font-size:15px;line-height:1}
.footer-address small,.footer-address strong{display:block}
.footer-address small{margin-bottom:2px;color:var(--yellow);font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.footer-address strong{color:var(--white);font:500 14px/1.4 'Ubuntu',Arial,sans-serif}
.footer-bottom{align-items:center}
.footer-bottom p{margin:0;color:#9ea2bd;font-size:12px}
.footer-legal{display:flex;align-items:center;gap:12px;color:#9ea2bd;font-size:12px}
.footer-legal a{color:var(--yellow)}
.footer-legal a:hover,.footer-legal a:focus-visible{color:var(--pink)}
@media (max-width:980px) and (min-width:701px){.footer-grid{gap:28px}}
@media (max-width:700px){.site-footer{padding:50px 0 22px}.footer-grid{grid-template-columns:1fr;gap:34px;padding-bottom:34px}.footer-brand-link span{font-size:22px}.footer-description{margin:16px 0 20px}.footer-cta{width:100%;max-width:300px}.footer-heading{margin-bottom:14px}.footer-bottom{align-items:flex-start;gap:12px}.footer-bottom p{font-size:11px}.footer-legal{flex-wrap:wrap;gap:9px;font-size:11px}}
@media (max-width:700px){.container{width:min(100% - 32px,560px)}.section{padding:78px 0}.header-inner{min-height:70px;display:grid;grid-template-columns:1fr auto auto;gap:12px}.brand img{width:140px}.menu-toggle{display:block;grid-column:2}.header-actions{grid-column:3}.site-nav{position:absolute;left:16px;right:16px;top:70px;display:grid;gap:0;padding:9px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(3,5,32,.98);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,visibility .2s,transform .2s}.site-nav.is-open{opacity:1;visibility:visible;transform:none}.site-nav a{padding:12px 13px}.site-nav a:after{display:none}.hero{min-height:auto;padding-top:126px;padding-bottom:75px}.hero-grid,.about-grid,.reasons-grid,.contact-shell{grid-template-columns:1fr;gap:48px}.hero-copy{text-align:left}.hero-lead{font-size:16px}.hero-visual{min-height:330px}.hero-image-frame{transform:rotate(1deg)}.hero-badge{font-size:10px;padding:8px 10px}.badge-top{top:8px;right:0}.badge-bottom{bottom:0;left:0}.orbit-one{width:340px;height:220px}.orbit-two{width:390px;height:280px}.section-heading{margin-bottom:34px}.service-grid,.partner-grid,.portfolio-grid,.pricing-grid,.testimonial-grid{grid-template-columns:1fr}.project-offset{margin-top:0}.price-card,.price-card:last-child,.testimonial-card,.testimonial-card:last-child{grid-column:auto;max-width:none;min-height:auto}.price-card-featured{order:-1}.testimonial-card p{min-height:0;margin-bottom:22px}.stats-section{padding:34px 0}.stats-grid{gap:0}.stat{padding:15px 7px}.stat strong{font-size:36px}.stat span{font-size:11px}.partner-card{min-height:115px}.reasons-copy{text-align:left}.tech-visual{margin-inline:auto}.reason-card{grid-template-columns:48px 1fr;gap:14px;padding:20px 16px}.reason-icon{width:44px;height:44px}.reason-icon svg{width:21px;height:21px}.reason-card h3{font-size:18px}.contact-shell{padding:28px 21px}.contact-card{grid-template-columns:42px 1fr 18px;padding:14px}.contact-icon{width:40px;height:40px}.contact-card strong{font-size:14px}.footer-bottom{flex-direction:column;gap:10px}.whatsapp-float{right:16px;bottom:16px}}
.header-icon{width:44px;height:44px}.menu-toggle{width:44px;height:44px}
.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr)}.hero-visual-values{display:grid;grid-template-columns:138px minmax(250px,1fr) 138px;align-items:center;gap:12px;min-height:510px}.hero-values{position:relative;z-index:4;display:grid;gap:18px}.value-card{display:flex;align-items:center;gap:10px;min-height:72px;padding:13px 11px;border:1px solid rgba(195,71,198,.38);border-radius:12px;background:rgba(16,22,99,.82);box-shadow:0 15px 32px rgba(0,0,0,.24);color:var(--white);font:500 13px 'Ubuntu',Arial,sans-serif;transition:transform .25s,border-color .25s,background .25s}.value-card:hover{border-color:var(--yellow);background:rgba(152,34,155,.42)}.hero-values-left .value-card{justify-content:flex-end;text-align:right}.hero-values-right .value-card{justify-content:flex-start;text-align:left}.value-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:var(--purple);color:var(--white)}.value-icon svg{width:18px;height:18px;fill:currentColor}.hero-person{position:relative;z-index:2;height:510px;display:grid;place-items:end center}.hero-person-backdrop{position:absolute;left:50%;bottom:6px;width:310px;height:310px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle at 50% 38%,rgba(195,71,198,.38),rgba(26,217,255,.12) 54%,transparent 72%);filter:blur(2px)}.hero-person img{position:relative;z-index:2;width:360px;max-width:none;height:360px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 20px rgba(0,0,0,.32));animation:hero-float 5.5s ease-in-out infinite}.hero-person:after{content:'';position:absolute;z-index:1;bottom:0;left:50%;width:270px;height:24px;transform:translateX(-50%);border-radius:50%;background:rgba(0,0,0,.35);filter:blur(12px)}@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{max-width:720px}.hero-visual-values{width:100%;max-width:640px;margin-inline:auto}}@media (max-width:700px){.hero-visual-values{grid-template-columns:1fr 1fr;grid-template-areas:'person person' 'left right';gap:14px;min-height:0}.hero-person{grid-area:person;height:360px}.hero-person img{width:310px;height:310px}.hero-person-backdrop{width:230px;height:230px}.hero-values-left{grid-area:left}.hero-values-right{grid-area:right}.hero-values{gap:10px}.value-card{justify-content:flex-start!important;min-height:64px;padding:10px 9px;font-size:11px;text-align:left!important}.value-icon{flex-basis:30px;width:30px;height:30px}.value-icon svg{width:15px;height:15px}}@media (prefers-reduced-motion:reduce){.hero-person img{animation:none}}
.hero-visual-values{grid-template-columns:156px minmax(260px,1fr) 156px;gap:20px;min-height:520px;isolation:isolate}.hero-values{gap:0;align-self:center}.value-card{--card-x:0px;--card-y:0px;--card-rotate:0deg;position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-height:100px;padding:15px 13px;border:1px solid rgba(195,71,198,.46);border-radius:16px;background:linear-gradient(145deg,rgba(25,31,112,.92),rgba(10,14,70,.86));box-shadow:0 18px 36px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);color:var(--white);transform:translate(var(--card-x),var(--card-y)) rotate(var(--card-rotate));transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}.value-card:before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,190,0,.11),transparent 42%);pointer-events:none}.value-card:hover,.value-card:focus-within{border-color:var(--yellow);background:linear-gradient(145deg,rgba(57,31,127,.96),rgba(10,14,70,.92));box-shadow:0 22px 40px rgba(0,0,0,.34),0 0 0 3px rgba(255,190,0,.09);transform:translate(var(--card-x),calc(var(--card-y) - 6px)) rotate(0deg) scale(1.025)}.hero-values-left .value-card{grid-template-columns:minmax(0,1fr) 42px;text-align:right;--card-x:-10px;--card-y:-28px;--card-rotate:-2deg}.hero-values-left .value-card:last-child{--card-x:8px;--card-y:20px;--card-rotate:2deg}.hero-values-right .value-card{--card-x:8px;--card-y:22px;--card-rotate:2deg}.hero-values-right .value-card:last-child{--card-x:-8px;--card-y:-30px;--card-rotate:-2deg}.value-icon{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:linear-gradient(145deg,#fff,#f1eaff);box-shadow:0 8px 18px rgba(0,0,0,.2)}.value-icon img{width:28px;height:28px;object-fit:contain}.value-copy{position:relative;z-index:1;display:grid;gap:4px;min-width:0}.value-copy strong{font:700 13px/1.18 'Ubuntu',Arial,sans-serif;letter-spacing:.01em}.value-copy small{color:rgba(240,239,230,.72);font:400 10px/1.38 'Roboto',Arial,sans-serif}.hero-values-left .value-icon{grid-column:2}.hero-values-left .value-copy{grid-column:1;grid-row:1}.hero-person{height:520px}.hero-person img{width:390px;height:390px;filter:drop-shadow(0 24px 20px rgba(0,0,0,.3));-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.82) 84%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 70%,rgba(0,0,0,.82) 84%,transparent 100%)}.hero-person:before{content:'';position:absolute;z-index:3;left:50%;bottom:-1px;width:430px;height:150px;transform:translateX(-50%);background:linear-gradient(to bottom,transparent 0%,rgba(5,7,60,.08) 30%,rgba(5,7,60,.72) 76%,#05073c 100%);pointer-events:none}.hero-person:after{bottom:-2px;width:330px;height:46px;background:radial-gradient(ellipse,rgba(0,0,0,.45),transparent 70%);filter:blur(13px)}.hero-icon-credit{position:absolute;left:50%;bottom:-18px;z-index:5;transform:translateX(-50%);margin:0;color:rgba(216,216,216,.52);font:400 9px/1.4 'Roboto',Arial,sans-serif;letter-spacing:.02em;white-space:nowrap}.hero-icon-credit a{color:rgba(255,190,0,.72);text-decoration:underline;text-underline-offset:2px}.hero-icon-credit a:hover,.hero-icon-credit a:focus-visible{color:var(--white)}@media (max-width:980px){.hero-visual-values{width:100%;max-width:650px;margin-inline:auto}.hero-person{height:520px}}@media (max-width:700px){.hero-visual-values{grid-template-columns:1fr 1fr;grid-template-areas:'person person' 'left right';gap:18px 12px;min-height:0;padding-bottom:13px}.hero-person{grid-area:person;height:360px}.hero-person img{width:310px;height:310px}.hero-person-backdrop{width:230px;height:230px}.hero-values-left{grid-area:left}.hero-values-right{grid-area:right}.hero-values{gap:10px}.value-card,.hero-values-left .value-card{grid-template-columns:34px minmax(0,1fr);min-height:92px;padding:12px 10px;text-align:left;--card-x:0px;--card-y:0px;--card-rotate:0deg}.hero-values-left .value-card:last-child,.hero-values-right .value-card:last-child{--card-x:0px;--card-y:0px;--card-rotate:0deg}.value-icon,.hero-values-left .value-icon{grid-column:1;width:34px;height:34px;border-radius:11px}.value-copy,.hero-values-left .value-copy{grid-column:2;grid-row:1}.value-icon img{width:23px;height:23px}.value-copy strong{font-size:11px}.value-copy small{font-size:9px}.hero-icon-credit{position:static;grid-column:1/-1;transform:none;text-align:center;white-space:normal}}@media (prefers-reduced-motion:reduce){.value-card,.hero-person img{transition:none;animation:none}}
@media (min-width:701px){.hero-grid{gap:42px}.hero-visual-values{position:relative;left:-22px;grid-template-columns:132px minmax(230px,1fr) 132px;gap:12px}.hero-values{gap:16px}.value-card{overflow:hidden}.value-copy small{overflow-wrap:anywhere}.hero-values-left .value-card{--card-y:-20px}.hero-values-left .value-card:last-child{--card-y:16px}.hero-values-right .value-card{--card-y:-18px}.hero-values-right .value-card:last-child{--card-y:20px}.hero-person img{width:360px;height:360px}.hero-person:before{width:390px}}
 .hero-visual-composite{min-height:560px;display:grid;place-items:center;overflow:visible}.hero-composite-frame{position:relative;width:min(620px,100%);margin:0;isolation:isolate}.hero-composite-frame:before{content:'';position:absolute;z-index:-1;left:50%;top:28%;width:72%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(195,71,198,.3),rgba(26,217,255,.13) 48%,transparent 72%);filter:blur(18px)}.hero-composite-frame:after{content:'';position:absolute;z-index:2;right:0;bottom:0;left:0;height:82px;background:linear-gradient(to bottom,transparent,rgba(5,7,60,.8) 78%,#05073c);pointer-events:none}.hero-composite-frame img{position:relative;z-index:1;width:100%;height:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.28));-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.85) 92%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 82%,rgba(0,0,0,.85) 92%,transparent 100%);animation:hero-float 5.5s ease-in-out infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:980px){.hero-visual-composite{width:100%;max-width:650px;min-height:560px;margin-inline:auto}}@media (max-width:700px){.hero-visual-composite{min-height:360px}.hero-composite-frame{width:min(520px,100%)}.hero-composite-frame:after{height:58px}.hero-composite-frame img{animation:none}}@media (prefers-reduced-motion:reduce){.hero-composite-frame img{animation:none}}
/* Compact 60/40 hero composition for the transparent composite artwork. */
.hero{min-height:0;padding-top:118px;padding-bottom:50px}.hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:36px}.hero-copy{min-width:0}.hero-visual-composite{min-height:0;align-self:center}.hero-composite-frame{width:min(470px,100%)}.hero-composite-frame:after{height:48px;background:linear-gradient(to bottom,transparent 0%,rgba(5,7,60,.24) 72%,rgba(5,7,60,.8) 100%)}.hero-composite-frame img{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.9) 96%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.9) 96%,transparent 100%)}
@media (max-width:1100px) and (min-width:981px){.hero-grid{gap:24px}.hero-composite-frame{width:min(430px,100%)}.hero-lead{font-size:17px}}
@media (max-width:980px){.hero{padding-top:116px;padding-bottom:48px}.hero-grid{grid-template-columns:1fr;gap:20px}.hero-copy{max-width:720px}.hero-visual-composite{width:100%;max-width:520px;margin-inline:auto}.hero-composite-frame{width:min(500px,100%)}}
@media (max-width:700px){.hero{padding-top:96px;padding-bottom:36px}.hero-grid{gap:8px}.hero-visual-composite{min-height:0}.hero-composite-frame{width:min(440px,100%)}.hero-composite-frame:after{height:32px}.hero-composite-frame img{-webkit-mask-image:none;mask-image:none}}
/* Header, CTA, and mobile refinements. */
.header-inner{grid-template-columns:180px minmax(0,1fr) auto}.brand{width:max-content}.brand img{width:48px;height:48px;object-fit:contain}.menu-toggle{grid-column:3}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-actions .button{min-width:170px}.site-footer .brand img{width:52px;height:52px}
@media (max-width:980px) and (min-width:701px){.header-inner{grid-template-columns:160px minmax(0,1fr) auto}.site-nav{gap:20px}.hero-actions .button{min-width:158px}}
@media (max-width:700px){.header-inner{min-height:70px;grid-template-columns:1fr auto;gap:12px}.brand img{width:44px;height:44px}.menu-toggle{grid-column:2;width:44px;height:44px}.site-nav{top:70px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-lead{text-align:justify;line-height:1.68}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,360px);margin-inline:auto;gap:8px}.hero-actions .button{min-width:0;width:100%;padding:13px 8px;gap:5px;font-size:13px;white-space:nowrap}.site-footer .brand img{width:48px;height:48px}}
@media (max-width:360px){.hero-actions{gap:6px}.hero-actions .button{padding-inline:5px;font-size:12px}}
/* Brand, Poppins headings, blue actions, and right-side mobile navigation. */
h1,h2,h3,h4,h5{font-family:'Poppins',Arial,sans-serif}.button-primary{background:#012db5;color:#fff;box-shadow:0 12px 24px rgba(1,45,181,.28)}.button-primary:hover,.button-primary:focus-visible{background:#174bd4;color:#fff;box-shadow:0 14px 30px rgba(1,45,181,.36)}.button-outline{border-color:#012db5;color:#fff}.button-outline:hover,.button-outline:focus-visible{border-color:#012db5;background:#012db5;color:#fff}.header-inner{grid-template-columns:minmax(0,auto) minmax(0,1fr) auto}.header-left{display:flex;align-items:center;gap:20px;min-width:0}.brand{gap:10px;color:var(--white);font:600 18px/1 'Poppins',Arial,sans-serif;white-space:nowrap}.header-contact{min-height:42px;padding:10px 16px;font-size:13px;white-space:nowrap}.hero-copy h1{font-family:'Poppins',Arial,sans-serif}
@media (max-width:880px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px}.menu-toggle{display:block;grid-column:2}.site-nav{position:fixed;inset:0 0 0 auto;z-index:60;width:min(320px,86vw);height:100dvh;display:grid;align-content:start;gap:6px;padding:96px 20px 28px;border:0;border-left:1px solid rgba(195,71,198,.4);border-radius:0;background:rgba(3,5,32,.98);box-shadow:-20px 0 55px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateX(100%);transition:opacity .28s ease,visibility .28s ease,transform .28s ease}.site-nav.is-open{opacity:1;visibility:visible;transform:translateX(0)}.site-nav a{display:flex;align-items:center;min-height:48px;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.1)}.site-nav a:after{display:none}}
@media (max-width:700px){.header-left{gap:0}.header-contact{display:none}.brand{font-size:17px}.hero-copy h1{max-width:min(100%,360px);margin-inline:auto;font-size:clamp(22px,7.6vw,32px);line-height:1.1;letter-spacing:-.035em;text-wrap:balance}.hero-lead{font-size:15.5px}.hero-actions .button-primary,.hero-actions .button-outline{color:#fff}}
.menu-close{display:none}
@media (max-width:880px){.menu-close{position:absolute;top:20px;right:18px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(1,45,181,.72);color:#fff;font:400 28px/1 'Poppins',Arial,sans-serif;cursor:pointer}.menu-close:hover,.menu-close:focus-visible{background:#174bd4;border-color:#fff}}
.header-left{grid-column:1;justify-self:start;display:flex;align-items:center}.header-contact{justify-self:start}
/* Keep the desktop CTA at the far right, directly beside the navigation. */
.header-inner{grid-template-columns:minmax(0,auto) minmax(0,1fr) auto auto;gap:24px}.header-left{grid-column:1}.site-nav{grid-column:2;min-width:0}.header-contact{grid-column:3;justify-self:end}.menu-toggle{grid-column:4}
@media (max-width:880px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:12px}.header-left{grid-column:1}.site-nav{grid-column:auto}.header-contact{display:none}.menu-toggle{grid-column:2}}
/* Balanced hero spacing, 50/50 columns, and recognizable Flaticon CTAs. */
.hero{padding-top:calc(82px + clamp(56px,6vw,80px));padding-bottom:clamp(64px,7vw,80px)}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,4vw,56px)}.hero-copy h1{max-width:560px;font-size:clamp(36px,4.2vw,54px)}.hero-composite-frame{width:min(520px,100%)}.button i[class^="fi-"],.button i[class*=" fi-"]{display:inline-flex;align-items:center;font-size:17px;line-height:1}.header-contact i[class^="fi-"],.header-contact i[class*=" fi-"]{font-size:15px}.hero-actions .button{gap:9px}
@media (max-width:980px){.hero{padding-top:calc(76px + clamp(52px,8vw,72px));padding-bottom:clamp(56px,8vw,72px)}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-copy h1{max-width:720px;font-size:clamp(34px,6vw,48px)}.hero-composite-frame{width:min(560px,100%)}}
@media (max-width:700px){.hero{padding-top:calc(70px + clamp(48px,12vw,64px));padding-bottom:clamp(48px,14vw,64px)}.hero-grid{gap:14px}.hero-copy h1{max-width:min(100%,360px);font-size:clamp(24px,7vw,30px);line-height:1.12}.hero-composite-frame{width:min(440px,100%)}.button i[class^="fi-"],.button i[class*=" fi-"]{font-size:15px}.hero-actions .button{gap:6px}}
.about-ring{display:none!important}
@media (max-width:700px){.hero-copy h1{width:100%;max-width:none;margin-inline:0;padding-inline:0;text-align:center}.hero-copy .hero-lead{width:100%;max-width:none;margin-inline:0}.hero-copy .eyebrow{font-size:10px;letter-spacing:.06em;white-space:nowrap;gap:8px}}
@media (max-width:700px){.hero-copy h1{font-size:clamp(26px,8vw,32px);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}}
@media (max-width:700px){.hero-grid{grid-template-areas:'eyebrow' 'visual' 'title' 'lead' 'actions';}.hero-copy{display:contents}.hero-copy .eyebrow{grid-area:eyebrow;margin-bottom:0}.hero-visual-composite{grid-area:visual}.hero-copy h1{grid-area:title}.hero-copy .hero-lead{grid-area:lead}.hero-copy .hero-actions{grid-area:actions}}
@media (max-width:700px){.hero-grid{gap:8px}.hero-copy .hero-lead{margin:14px 0 18px}}
@media (max-width:700px){.hero-copy h1{font-size:clamp(22px,6.4vw,28px);line-height:1.15;letter-spacing:-.055em}}
@media (min-width:981px){.hero-copy h1{font-size:clamp(38px,3vw,42px);line-height:1.12}}
@media (max-width:700px){.hero-visual-composite{margin-bottom:30px}}
@media (min-width:981px){.hero-copy h1{font-size:clamp(36px,2.7vw,38px)}}
html body .trust-strip{background:#101663}html body .trust-heading h2 strong{color:#ffbe00}html body .logo-marquee-item{width:184px;height:86px}html body .logo-marquee-item img{max-width:165px;max-height:64px}@media (max-width:700px){html body .logo-marquee-item{width:150px;height:70px}html body .logo-marquee-item img{max-width:128px;max-height:50px}}
.trust-strip{position:relative;padding:42px 0 46px;overflow:hidden;background:linear-gradient(180deg,#05073c 0%,var(--navy-soft) 100%);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08)}.trust-heading{text-align:center;margin-bottom:28px}.trust-heading .eyebrow{justify-content:center;margin-bottom:12px}.trust-heading h2{max-width:780px;margin-inline:auto;font-size:clamp(24px,3vw,38px);line-height:1.15}.logo-marquee{position:relative;overflow:hidden;padding:4px 0;mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.logo-marquee-track{display:flex;width:max-content;animation:logo-marquee 28s linear infinite}.logo-marquee-group{display:flex;align-items:center;gap:22px;flex-shrink:0;padding-right:22px}.logo-marquee-item{display:grid;place-items:center;width:168px;height:78px;padding:16px 22px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(16,22,99,.34);box-shadow:0 12px 28px rgba(0,0,0,.16)}.logo-marquee-item img{width:100%;height:100%;max-width:124px;max-height:42px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.84}.logo-marquee-item:hover img{filter:none;opacity:1}@keyframes logo-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:700px){.trust-strip{padding:34px 0 38px}.trust-heading{margin-bottom:22px}.trust-heading h2{font-size:24px}.logo-marquee-group{gap:12px;padding-right:12px}.logo-marquee-item{width:138px;height:64px;padding:12px 16px}.logo-marquee-item img{max-width:104px;max-height:34px}}@media (prefers-reduced-motion:reduce){.logo-marquee-track{animation:none;transform:none}}
.trust-strip{background:#012db5;border-top-color:rgba(255,255,255,.12);border-bottom-color:rgba(255,255,255,.12)}.trust-heading h2{font-family:'Poppins',Arial,sans-serif;font-weight:600;letter-spacing:-.045em}.trust-heading h2 strong{font-weight:800}.logo-marquee{mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%)}.logo-marquee-track{animation:none!important;transform:translate3d(0,0,0);will-change:transform;touch-action:pan-y;user-select:none;cursor:grab}.logo-marquee-track.is-dragging{cursor:grabbing}.logo-marquee-item{width:168px;height:78px;padding:8px 18px;border:0;border-radius:0;background:transparent;box-shadow:none}.logo-marquee-item img{width:auto;height:auto;max-width:150px;max-height:58px;object-fit:contain;filter:none;opacity:1;pointer-events:none}.logo-marquee-item:hover img{filter:none;opacity:1}@media (max-width:700px){.trust-strip{padding:34px 0 38px}.trust-heading{margin-bottom:22px}.trust-heading h2{font-size:24px}.logo-marquee-group{gap:12px;padding-right:12px}.logo-marquee-item{width:138px;height:64px;padding:8px 12px}.logo-marquee-item img{max-width:116px;max-height:46px}}@media (prefers-reduced-motion:reduce){.logo-marquee-track{animation:none!important}}
html body .logo-marquee-item{width:184px;height:86px;padding:12px 18px;border:1px solid rgba(255,255,255,.42);border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 10px 24px rgba(0,0,0,.14)}html body .logo-marquee-item img{max-width:150px;max-height:58px;filter:none;opacity:1}@media (max-width:700px){html body .logo-marquee-item{width:150px;height:70px;padding:9px 12px;border-radius:14px}html body .logo-marquee-item img{max-width:122px;max-height:48px}}
.project-preview{position:relative;background:#fff;isolation:isolate}.project-preview iframe{display:block;width:100%;height:100%;border:0;background:#fff}.project-preview-link{position:absolute;right:12px;top:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(0,3,45,.86);color:var(--white);font:500 11px/1 'Ubuntu',Arial,sans-serif;box-shadow:0 8px 18px rgba(0,0,0,.22);transition:background .2s,transform .2s}.project-preview-link:hover,.project-preview-link:focus-visible{background:var(--purple);transform:translateY(-2px)}
.portfolio-grid,.project-card,.project-image,.project-preview{min-width:0}.project-preview{height:auto;aspect-ratio:1.7;overflow:hidden}.project-preview iframe{position:absolute;top:0;left:0;width:1280px;height:753px;transform:scale(var(--preview-scale,.4375));transform-origin:top left;overflow:hidden}

/* Pricing card presentation */
.price-header{justify-content:center;text-align:center}
.price-header h3{width:100%}
@media (max-width:700px){.price-card-featured{order:0}}

/* Legacy WordPress visual for the reasons section */
.reasons-lottie{width:min(420px,100%);height:300px;margin:32px auto 0;display:grid;place-items:center}
.reasons-lottie lottie-player{display:block;width:100%;height:100%}
@media (max-width:700px){.reasons-lottie{height:230px;margin:25px auto 0}}

/* Pricing category selector */
.pricing-selector{display:grid;gap:14px;margin:-22px 0 34px;padding:16px 18px;border:1px solid var(--panel);border-radius:12px;background:rgba(16,22,99,.3)}
.pricing-selector-label{color:var(--white);font:600 14px 'Poppins',Arial,sans-serif}
.pricing-type-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.pricing-type-option{min-height:48px;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(0,3,45,.35);color:var(--muted);font:600 13px 'Poppins',Arial,sans-serif;line-height:1.2;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}
.pricing-type-option:hover,.pricing-type-option:focus-visible{border-color:var(--yellow);color:var(--white);transform:translateY(-2px)}
.pricing-type-option.is-active{border-color:#012db5;background:#012db5;color:var(--white);box-shadow:0 8px 20px rgba(1,45,181,.25)}
@media (max-width:980px){.pricing-type-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){.pricing-selector{margin:-12px 0 28px;padding:14px}.pricing-type-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pricing-type-option{min-height:46px;padding:9px 7px;font-size:12px}.pricing-type-option:last-child{grid-column:1/-1}}

/* Lightweight portfolio motion: transform/opacity only, no external preview loading. */
.project-card{transition:transform .28s ease}
.project-card:hover{transform:translateY(-5px)}
.project-image:before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(112deg,transparent 20%,rgba(255,255,255,.2) 48%,transparent 72%);transform:translateX(-125%);transition:transform .7s ease}
.project-image:hover:before,.project-image:focus-visible:before{transform:translateX(125%)}
@media (prefers-reduced-motion:reduce){.project-card,.project-image:before{transition:none}.project-card:hover{transform:none}.project-image:hover:before,.project-image:focus-visible:before{transform:none}}
