
:root{--blue:#3479be;--deep:#062849;--navy:#041d37;--yellow:#f4da0b;--green:#8aa46d;--sky:#98b9d9;--ice:#dce4ed;--white:#fff;--ink:#0a2846}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:#fff;color:var(--ink);font-family:Poppins,"Avenir Next",Avenir,Arial,sans-serif}main{padding-top:86px}a{color:inherit;text-decoration:none}
.nav-shell{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);background:#fffffff2;border-bottom:1px solid #dce6ee;position:fixed;inset:0 0 auto 0;z-index:1000;box-shadow:0 10px 35px #06284912;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:13px}.brand>span:last-child{display:flex;flex-direction:column;line-height:.85}.brand strong{font-size:25px;letter-spacing:.1em;color:var(--blue);font-weight:700}.brand small{font-size:13px;letter-spacing:.25em;color:var(--green);font-weight:700;margin-top:8px}.node-mark{width:42px;height:42px;position:relative;display:inline-block;background:linear-gradient(180deg,transparent 48%,var(--blue) 49% 55%,transparent 56%)}.node-mark:after{content:"";position:absolute;left:19px;top:8px;width:4px;height:29px;background:var(--yellow);border-radius:4px}.node-mark i{position:absolute;width:9px;height:9px;border:3px solid var(--yellow);border-radius:50%;background:white;z-index:2}.node-mark i:nth-child(1){left:1px;top:10px}.node-mark i:nth-child(2){left:16px;top:0}.node-mark i:nth-child(3){right:1px;top:10px}.node-mark i:nth-child(4){left:6px;bottom:3px;border-color:var(--blue)}.node-mark i:nth-child(5){right:5px;bottom:3px;border-color:var(--blue)}.nav-links{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:650}.nav-links>a:not(.nav-cta):hover{color:var(--blue)}.nav-cta{background:var(--deep);color:#fff;padding:14px 21px;border-radius:4px}.nav-cta:after{content:" ↗";color:var(--yellow)}
.hero{min-height:690px;background:linear-gradient(122deg,#f7fafc 0%,#fff 47%,#edf5fb 100%);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:30px;padding:70px clamp(24px,6vw,92px) 60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-260px;top:-210px;background:var(--yellow);opacity:.94}.hero-noise{position:absolute;inset:0;background-image:radial-gradient(#3479be18 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(90deg,transparent,black);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:790px}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:800;color:var(--blue);display:flex;align-items:center;gap:12px;margin:0 0 25px}.eyebrow span{display:inline-block;width:38px;height:4px;background:var(--yellow)}h1{font-size:clamp(48px,5.8vw,82px);line-height:1.01;letter-spacing:-.048em;margin:0;color:var(--deep);font-weight:800}h1 em{font-style:normal;color:var(--blue)}h1 mark{background:linear-gradient(transparent 67%,#f4da0b 68%);color:inherit;padding:0 .03em}.hero-lead{font-size:18px;line-height:1.7;color:#52687c;max-width:700px;margin:30px 0 0}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:16px 23px;border-radius:4px;font-size:14px;font-weight:750}.button.primary{background:var(--blue);color:#fff;box-shadow:0 12px 30px #3479be30}.button.primary b{color:var(--yellow);font-size:19px}.button.ghost{border:1px solid #b8c8d7;background:#fff}.button.ghost span{color:var(--blue)}.trust-row{display:flex;align-items:center;gap:13px;margin-top:38px;color:#718599;font-size:9px;letter-spacing:.15em;font-weight:750}.trust-row i{width:4px;height:4px;background:var(--yellow);border-radius:50%}
.hero-system{position:relative;height:535px;min-width:420px;animation:hero-arrive .9s cubic-bezier(.2,.8,.2,1) both}.orbit{position:absolute;border:1px solid #98b9d969;border-radius:50%;inset:50%;transform:translate(-50%,-50%)}.orbit-a{width:410px;height:410px;animation:orbit-turn 24s linear infinite}.orbit-b{width:305px;height:305px;border-style:dashed;animation:orbit-turn-reverse 18s linear infinite}.system-core{position:absolute;left:50%;top:50%;width:156px;height:156px;transform:translate(-50%,-50%);border-radius:50%;background:var(--deep);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 25px 55px #06284942;animation:core-breathe 4.5s ease-in-out infinite}.system-core .node-mark{transform:scale(.8);margin-bottom:6px}.system-core b{font-size:14px;letter-spacing:.15em}.system-core small{font-size:9px;letter-spacing:.35em;color:var(--sky);margin-top:3px}.system-pill{position:absolute;width:146px;padding:14px 14px 13px;background:#fff;border:1px solid #d8e4ed;border-radius:9px;box-shadow:0 14px 35px #05294a12;display:grid;grid-template-columns:31px 1fr;column-gap:6px;animation:pill-float 5s ease-in-out infinite}.system-pill span{grid-row:1/3;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#eaf3fa;color:var(--blue);font-size:9px;font-weight:800}.system-pill b{font-size:10px;letter-spacing:.1em}.system-pill small{font-size:9px;color:#7890a4;margin-top:3px}.pill-one{left:4px;top:90px}.pill-two{right:-8px;top:173px;animation-delay:-1.7s}.pill-three{left:22px;bottom:87px;animation-delay:-3.2s}.metric-card{position:absolute;right:3px;bottom:37px;background:var(--yellow);padding:15px 18px;width:177px;border-radius:3px;color:var(--deep);transform:rotate(-2deg);animation:metric-float 5.8s ease-in-out infinite}.metric-card small{display:block;font-size:8px;letter-spacing:.16em}.metric-card b{display:block;font-size:15px;margin:5px 0 1px}.metric-card strong{font-size:10px}.problem-strip{min-height:86px;padding:0 clamp(24px,6vw,92px);display:flex;align-items:center;justify-content:space-between;background:var(--deep);color:#fff}.problem-strip p{font-size:13px;letter-spacing:.13em}.problem-strip p strong{color:var(--yellow)}.problem-strip span{font-size:11px;color:#9db2c6}
@keyframes hero-arrive{from{opacity:0;transform:translate3d(28px,12px,0) scale(.97)}to{opacity:1;transform:none}}
@keyframes orbit-turn{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes orbit-turn-reverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes core-breathe{0%,100%{box-shadow:0 25px 55px #06284942}50%{box-shadow:0 25px 72px #3479be66}}
@keyframes pill-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes metric-float{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-1deg) translateY(-8px)}}
.orbit-a{border-top-color:var(--yellow);border-right-color:transparent}
/* Hero motion: visible on entry, then continuously alive without touching the official logo artwork. */
.hero:before{animation:hero-sun-drift 6s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;width:360px;height:360px;right:4%;top:50%;border-radius:50%;background:radial-gradient(circle,#3479be22 0%,#98b9d914 42%,transparent 72%);transform:translateY(-50%);animation:hero-glow 4.8s ease-in-out infinite;pointer-events:none}.hero-noise{animation:hero-grid-drift 16s linear infinite}.hero-copy .eyebrow,.hero-copy h1,.hero-copy .hero-lead,.hero-copy .hero-actions,.hero-copy .trust-row{opacity:0;animation:hero-copy-rise .78s cubic-bezier(.2,.8,.2,1) forwards}.hero-copy h1{animation-delay:.12s}.hero-copy .hero-lead{animation-delay:.26s}.hero-copy .hero-actions{animation-delay:.4s}.hero-copy .trust-row{animation-delay:.54s}.hero h1 mark{background-size:100% 100%;animation:hero-highlight 3.2s ease-in-out 1s infinite}.orbit-a{animation-duration:12s}.orbit-b{animation-duration:9s}.system-pill{animation-duration:3.8s}.system-core:after{content:"";position:absolute;inset:-18px;border:1px solid #3479be70;border-radius:50%;animation:core-signal 2.8s ease-out infinite;pointer-events:none}
@keyframes hero-sun-drift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-36px,30px,0) scale(1.08)}}
@keyframes hero-glow{0%,100%{opacity:.45;transform:translateY(-50%) scale(.9)}50%{opacity:1;transform:translateY(-50%) scale(1.12)}}
@keyframes hero-grid-drift{to{background-position:48px 24px}}
@keyframes hero-copy-rise{from{opacity:0;transform:translate3d(0,34px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes hero-highlight{0%,100%{filter:saturate(1);background-position:0 0}50%{filter:saturate(1.45);background-position:0 4px}}
@keyframes core-signal{0%{opacity:.8;transform:scale(.82)}75%,100%{opacity:0;transform:scale(1.28)}}
.section-kicker{font-size:10px;letter-spacing:.22em;font-weight:800;color:var(--blue);margin-bottom:28px}.section-kicker:after{content:"";display:block;width:35px;height:3px;background:var(--yellow);margin-top:12px}.section-kicker.light{color:#9cc8ed}.manifesto{padding:110px clamp(24px,7vw,110px);background:#fff}.manifesto-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:start}.manifesto h2,.services h2,.difference h2,.method h2,.fit h2,.faq h2,.contact h2{font-size:clamp(38px,4.3vw,64px);line-height:1.06;letter-spacing:-.045em;margin:0;color:var(--deep)}.manifesto h2 span,.method h2 span,.faq h2 span{color:var(--blue)}.manifesto-grid p{color:#667c90;font-size:15px;line-height:1.8;margin:0 0 18px}.manifesto-grid .big-copy{font-size:21px;line-height:1.55;color:var(--ink);font-weight:600}.system-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:82px;border-top:1px solid #dce6ee}.system-steps article{padding:35px 38px 20px 0;position:relative;border-right:1px solid #dce6ee;min-height:265px}.system-steps article+article{padding-left:38px}.system-steps article:last-child{border-right:0}.system-steps b{font-size:10px;color:#8ca0b3}.system-steps i{display:block;font-style:normal;font-size:35px;color:var(--blue);margin:23px 0 17px}.system-steps h3{font-size:24px;margin:0 0 10px}.system-steps p{color:#64798d;line-height:1.65;font-size:14px;max-width:300px}.system-steps small{font-size:9px;letter-spacing:.16em;color:var(--blue);font-weight:800}
.services{background:var(--deep);padding:110px clamp(24px,7vw,110px);color:#fff;position:relative;overflow:hidden}.services:before{content:"";position:absolute;width:320px;height:320px;border:60px solid #3479be16;border-radius:50%;right:-90px;top:90px}.section-heading{display:grid;grid-template-columns:1.15fr .55fr;gap:9vw;align-items:end;margin-bottom:60px}.services h2{color:#fff}.services h2 span{color:var(--yellow)}.section-heading>p{color:#9ab0c3;line-height:1.7;font-size:15px}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px;position:relative}.service-card{grid-column:span 2;min-height:315px;background:#0a3458;border:1px solid #215070;padding:27px;position:relative;transition:.25s}.service-card:hover{transform:translateY(-4px);border-color:#4b88b6}.service-card.featured{grid-column:span 4;background:#fff;color:var(--ink);min-height:330px}.service-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.17em}.service-top span{color:var(--yellow)}.service-card:not(.featured) .service-top b{color:#8db3d1}.service-card h3{font-size:24px;line-height:1.22;margin:50px 0 15px;max-width:570px;letter-spacing:-.025em}.service-card.featured h3{font-size:32px;margin-top:62px}.service-card p{font-size:13px;line-height:1.7;color:#9bb0c2;max-width:570px}.service-card.featured p{color:#62778a}.service-card>small{position:absolute;bottom:27px;font-size:8px;letter-spacing:.12em;color:#78a3c4}.platform-row{display:flex;gap:7px;margin-top:22px}.platform-row strong{font-size:10px;background:#e8f1f8;color:var(--blue);padding:8px 11px;border-radius:3px}.card-arrow{position:absolute;right:27px;bottom:25px;width:45px;height:45px;display:grid;place-items:center;background:var(--yellow);font-size:22px}
.clients{padding:110px clamp(24px,7vw,110px);background:#f7fafc}.clients-head{display:grid;grid-template-columns:1.1fr .6fr;gap:10vw;align-items:end;margin-bottom:55px}.clients h2{font-size:clamp(38px,4.3vw,64px);line-height:1.06;letter-spacing:-.045em;margin:0;color:var(--deep)}.clients h2 span{color:var(--blue)}.clients-head>p{color:#667c90;font-size:15px;line-height:1.75}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #d8e3eb;border-left:1px solid #d8e3eb;background:#fff}.client-logo{height:145px;position:relative;overflow:hidden;border-right:1px solid #d8e3eb;border-bottom:1px solid #d8e3eb;display:grid;place-items:center;background:#fff;transition:.25s}.client-logo:hover{background:#fafdff}.sheet-logo img{position:absolute;left:50%;top:0;width:520px;max-width:none;height:auto;transform:translate(-50%,var(--crop-y));mix-blend-mode:multiply}.sheet-logo:after,.sheet-logo:before{content:"";position:absolute;z-index:2;left:0;right:0;background:#fff;pointer-events:none}.sheet-logo:after{top:0;height:34px}.sheet-logo:before{bottom:0;height:22px}.s1p1{--crop-y:-74px}.s1p2{--crop-y:-231px}.s1p3{--crop-y:-360px}.s2p1{--crop-y:-148px}.s2p2{--crop-y:-252px}.s2p3{--crop-y:-335px}.s3p1{--crop-y:-86px}.s3p2{--crop-y:-213px}.s3p3{--crop-y:-320px}.s4p1{--crop-y:-153px}.s4p2{--crop-y:-252px}.s4p3{--crop-y:-364px}.direct-logo img{width:56%;height:56%;object-fit:contain}.uniform-logo img{width:84%;height:84%;object-fit:contain}.clients-note{margin:24px 0 0;text-align:right;color:#778b9d;font-size:10px;letter-spacing:.13em;text-transform:uppercase}.clients-note span{color:var(--blue);font-size:21px;font-weight:800;margin-right:7px}
.difference{display:grid;grid-template-columns:.8fr 1.2fr;padding:110px clamp(24px,7vw,110px);gap:10vw;background:#f7fafc}.difference-side{position:sticky;top:130px;align-self:start}.difference h2 span{color:var(--blue)}.difference-side>p{line-height:1.75;color:#667c8f;max-width:420px;margin-top:28px}.difference-list article{display:grid;grid-template-columns:55px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid #d9e3eb}.difference-list article:first-child{border-top:1px solid #d9e3eb}.difference-list>article>span{font-size:10px;color:var(--blue);font-weight:800}.difference-list h3{margin:0 0 8px;font-size:21px}.difference-list p{margin:0;color:#677c8f;line-height:1.65;font-size:14px}
.method{padding:110px clamp(24px,7vw,110px);background:#fff}.method-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.method-head>p{max-width:400px;color:#667c8f;line-height:1.7}.timeline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:75px;position:relative}.timeline:before{content:"";position:absolute;left:0;right:0;top:44px;height:1px;background:#cbd9e4}.timeline article{position:relative;padding-right:30px}.timeline b{font-size:10px;color:#87a0b5}.timeline .dot{width:12px;height:12px;background:var(--yellow);border:3px solid #fff;box-shadow:0 0 0 1px #bed0de;border-radius:50%;margin:22px 0 30px;position:relative;z-index:2}.timeline h3{font-size:20px;margin:0 0 9px}.timeline p{font-size:13px;color:#6b8092;line-height:1.65;max-width:220px}
.fit{padding:100px clamp(24px,7vw,110px);background:linear-gradient(115deg,#082f54,#062849);display:grid;grid-template-columns:1fr 1fr;gap:9vw;color:#fff}.fit h2{color:#fff}.fit h2 span{color:var(--yellow)}.fit-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #315273;border-left:1px solid #315273}.fit-grid>div{padding:26px;border-right:1px solid #315273;border-bottom:1px solid #315273;min-height:145px}.fit-grid i{font-style:normal;color:var(--yellow);font-size:18px}.fit-grid p{font-size:14px;line-height:1.55;color:#d0dce7}
.faq{padding:110px clamp(24px,7vw,110px);display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw}.faq-list{border-top:1px solid #d9e3eb}.faq-list details{border-bottom:1px solid #d9e3eb;padding:23px 0}.faq-list summary{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:25px;font-size:15px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary b{color:var(--blue);font-size:20px}.faq-list p{color:#687d90;line-height:1.7;font-size:14px;max-width:680px;margin:15px 35px 2px 0}
.social-presence{padding:110px clamp(24px,7vw,110px);background:var(--deep);color:#fff}.social-head{display:grid;grid-template-columns:1fr .65fr;gap:8vw;align-items:end;margin-bottom:55px}.social-head h2{font-size:clamp(40px,4.5vw,66px);line-height:1.04;letter-spacing:-.045em;margin:0;color:#fff}.social-head h2 span{color:var(--yellow)}.social-head>p{color:#9ab0c3;line-height:1.7;font-size:15px}.social-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.social-card{grid-column:span 2;min-height:360px;padding:28px;position:relative;border:1px solid #2b5070;overflow:hidden}.social-card:nth-last-child(-n+2){grid-column:span 3}.social-card:after{content:"";position:absolute;width:180px;height:180px;border:1px solid #ffffff17;border-radius:50%;right:-75px;bottom:-70px}.social-card.linkedin{background:#0a66c2}.social-card.instagram{background:linear-gradient(145deg,#5b51d8,#c13584 53%,#f77737)}.social-card.facebook{background:#1877f2}.social-card.youtube{background:linear-gradient(145deg,#ff0033,#c90028)}.social-card.tiktok{background:linear-gradient(145deg,#10131a,#202735)}.social-icon{width:43px;height:43px;border:1px solid #ffffff70;display:grid;place-items:center;border-radius:8px;font-size:21px;font-weight:800;margin-bottom:38px}.social-card small{font-size:9px;letter-spacing:.18em;color:#ffffffb8;font-weight:800}.social-card h3{font-size:25px;line-height:1.2;letter-spacing:-.025em;margin:18px 0 14px;max-width:330px}.social-card p{font-size:13px;line-height:1.7;color:#ffffffd0;max-width:320px}.social-handle{position:absolute;left:28px;bottom:28px;font-size:11px;font-weight:700;letter-spacing:.06em}.social-handle b{color:var(--yellow);font-size:16px;margin-left:7px}
.contact{padding:120px 24px;text-align:center;background:var(--yellow);color:var(--deep);position:relative;overflow:hidden}.contact:before,.contact:after{content:"";position:absolute;width:340px;height:340px;border:1px solid #06284928;border-radius:50%;top:-170px}.contact:before{left:-120px}.contact:after{right:-120px}.contact>p:first-of-type{font-size:10px;letter-spacing:.2em;font-weight:800}.contact h2{font-size:clamp(45px,6vw,86px)}.contact h2 span{color:var(--blue)}.contact-sub{font-size:15px;max-width:560px;line-height:1.7;margin:25px auto;color:#425b6f}.contact-actions{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:28px}.contact-btn{background:var(--deep);color:#fff}.contact-btn b{color:var(--yellow)}.phone{font-size:13px;font-weight:750;border-bottom:1px solid #062849}.contact-pattern{position:absolute;left:9%;bottom:18%;display:flex;gap:17px;opacity:.13;transform:rotate(-10deg)}.contact-pattern .node-mark{transform:scale(1.6)}
footer{background:#041b32;color:#fff;padding:65px clamp(24px,7vw,110px) 25px;display:grid;grid-template-columns:.75fr 1fr 1.35fr;gap:30px;align-items:center}.footer-brand{display:flex;align-items:center}.footer-logo{width:92px;height:92px}footer>p{color:#a7b9c8;line-height:1.6;margin:0}footer>p b{color:#fff}.footer-actions{display:flex;flex-direction:column;align-items:flex-end;gap:22px}.footer-links{display:flex;gap:22px;justify-content:flex-end;font-size:12px;color:#aebdca}.footer-links a:hover{color:var(--yellow)}.footer-socials{display:flex;gap:9px;align-items:center;justify-content:flex-end}.footer-socials a{width:34px;height:34px;border:1px solid #ffffff55;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:800;transition:.2s}.footer-socials a:hover{border-color:var(--yellow);background:var(--yellow);color:var(--deep);transform:translateY(-2px)}.footer-bottom{grid-column:1/-1;border-top:1px solid #27445e;padding-top:20px;margin-top:30px;display:flex;justify-content:space-between;color:#6f879b;font-size:9px;letter-spacing:.08em}
@media(max-width:980px){.nav-links>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-system{height:460px;min-width:0}.problem-strip{gap:20px}.problem-strip span{display:none}}
@media(max-width:600px){html{scroll-padding-top:90px}main{padding-top:74px}.nav-shell{height:74px}.brand strong{font-size:20px}.brand small{font-size:10px}.nav-cta{padding:12px 14px}.hero{padding:48px 20px 38px;min-height:0}h1{font-size:46px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.trust-row{flex-wrap:wrap}.hero-system{height:425px;transform:scale(.9);margin:-10px -20px}.problem-strip{padding:25px 20px}.problem-strip p{line-height:1.6}}
@media(max-width:980px){.manifesto-grid,.section-heading,.difference,.fit,.faq{grid-template-columns:1fr;gap:45px}.service-card,.service-card.featured{grid-column:span 3}.timeline{grid-template-columns:1fr 1fr;gap:45px}.timeline:before{display:none}.difference-side{position:static}.method-head{align-items:start;flex-direction:column}footer{grid-template-columns:1fr 1fr}.footer-actions{grid-column:1/-1;align-items:flex-start}.footer-links,.footer-socials{justify-content:flex-start}}
@media(max-width:980px){.clients-head,.social-head{grid-template-columns:1fr;gap:25px}.logo-wall{grid-template-columns:repeat(3,1fr)}.social-grid{grid-template-columns:1fr 1fr}.social-card,.social-card:nth-last-child(-n+2){grid-column:auto}.social-card:last-child{grid-column:1/-1}}
@media(max-width:600px){.manifesto,.services,.difference,.method,.fit,.faq{padding:75px 20px}.system-steps{grid-template-columns:1fr}.system-steps article,.system-steps article+article{padding:25px 0;border-right:0;border-bottom:1px solid #dce6ee;min-height:auto}.service-grid{grid-template-columns:1fr}.service-card,.service-card.featured{grid-column:1}.service-card.featured h3{font-size:27px}.service-card{min-height:300px}.fit-grid{grid-template-columns:1fr}.timeline{grid-template-columns:1fr}.contact{padding:85px 20px}.contact-actions{flex-direction:column}.contact-btn{width:auto}footer{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.footer-links,.footer-socials{flex-wrap:wrap}}
@media(max-width:600px){.clients,.social-presence{padding:75px 20px}.logo-wall{grid-template-columns:repeat(2,1fr)}.client-logo{height:125px}.social-grid{grid-template-columns:1fr}.social-card,.social-card:last-child{grid-column:1;min-height:330px}.clients-note{text-align:left;line-height:1.7}}
.official-logo{display:block;object-fit:contain}.header-brand{display:flex;align-items:center;height:100%}.header-logo{display:block;width:auto;height:64px;object-fit:contain}.core-logo{width:78px;height:78px;border-radius:50%;margin-bottom:6px}.contact-pattern .official-logo{width:64px;height:64px;border-radius:50%}
@media(max-width:600px){.header-logo{height:52px}.footer-logo{width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero:before,.hero:after,.hero-noise,.hero-system,.hero-copy .eyebrow,.hero-copy h1,.hero-copy .hero-lead,.hero-copy .hero-actions,.hero-copy .trust-row,.hero h1 mark,.orbit-a,.orbit-b,.system-core,.system-core:after,.system-pill,.metric-card{animation:none!important}.hero-copy .eyebrow,.hero-copy h1,.hero-copy .hero-lead,.hero-copy .hero-actions,.hero-copy .trust-row{opacity:1}}
