:root{color-scheme:light}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@keyframes sectionFlow{0%{transform:translateX(0)}to{transform:translateX(100%)}}*,:after,:before{box-sizing:border-box}html{font-size:16px}body,html{overflow-x:hidden}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;color:#1b1b1b;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%;height:auto}.grid-12{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:calc(1.25*1rem);gap:calc(1.25*1rem)}@media(max-width:1024px){.grid-12{grid-template-columns:repeat(6,1fr)}}@media(max-width:768px){.grid-12{grid-template-columns:repeat(2,1fr)}}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:calc(1*1rem)}.section{padding-block:calc(6*1rem);position:relative;overflow:hidden}@media(max-width:768px){.section{padding-block:calc(4*1rem)}}.section:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(30,144,255,.02) 25%,rgba(255,122,0,.02) 50%,rgba(30,144,255,.02) 75%,transparent);animation:sectionFlow 20s linear infinite;pointer-events:none}.section--alt{background:#f6f8fb;position:relative}.section--alt:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 10% 20%,rgba(30,144,255,.03) 0,transparent 50%),radial-gradient(circle at 90% 80%,rgba(255,122,0,.03) 0,transparent 50%);animation:teamPulse 8s ease-in-out infinite;pointer-events:none}.h1{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;font-weight:700;font-size:calc(2.75*1rem);line-height:1.2;margin:0 0 calc(1*1rem)}@media(max-width:768px){.h1{font-size:calc(2*1rem)}}.h2{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;font-weight:700;font-size:calc(2*1rem);line-height:1.25;margin:0 0 calc(2.25px*1rem)}@media(max-width:768px){.h2{font-size:calc(1.5*1rem)}}.lead{color:#6b7280;font-size:calc(1.125*1rem)}@media(max-width:768px){.lead{font-size:calc(1*1rem)}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:calc(.5*1rem);background:#ff7a00;color:#fff;border:none;border-radius:calc(.375*1rem);padding:calc(.75*1rem) calc(1.25*1rem);font-weight:600;transition:background .2s ease,transform .2s ease;cursor:pointer}.btn-primary:hover{background:#e56e00;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #eef0f4}.site-header__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:calc(1*1rem);display:flex;align-items:center;justify-content:space-between;height:calc(4.5*1rem)}.site-header__brand{font-weight:800;color:#0a2540;font-size:calc(1.25*1rem)}.site-header__brand img{width:70px;height:auto}.site-header__nav{gap:calc(1.25*1rem)}.site-header__nav a{color:#0a2540;font-weight:600}.site-footer{background:#0a2540;color:#c7d2e1;padding-top:calc(2.5*1rem)}.site-footer .footer-top{padding-bottom:calc(1.75*1rem);border-bottom:1px solid hsla(0,0%,100%,.12)}.site-footer .footer-col{display:flex;flex-direction:column;gap:calc(.625*1rem)}.site-footer .footer-col--brand{grid-column:span 5}.site-footer .footer-col--links{grid-column:span 4}.site-footer .footer-col--social{grid-column:span 3}@media(max-width:1024px){.site-footer .footer-col--brand{grid-column:span 12}.site-footer .footer-col--links,.site-footer .footer-col--social{grid-column:span 6}}@media(max-width:768px){.site-footer .footer-col--brand,.site-footer .footer-col--links,.site-footer .footer-col--social{grid-column:span 12}}.site-footer .footer-logo{font-weight:800;color:#fff;font-size:calc(1.375*1rem)}.site-footer .footer-tagline{margin:0;color:#e0e8f3}.site-footer .footer-address a{color:#e6eef9}.site-footer .footer-links{display:grid;grid-gap:calc(.5*1rem);gap:calc(.5*1rem)}.site-footer .footer-social{display:flex;gap:calc(.75*1rem);flex-wrap:wrap}.site-footer .footer-social a{color:#e6eef9}.site-footer .footer-bottom{padding-block:calc(1.125*1rem)}.site-footer .footer-bottom__bar{display:flex;align-items:center;justify-content:space-between;gap:calc(.75*1rem)}.site-footer .footer-legal{color:#e6eef9}.slick-slide{background:#fff;border:1px solid #eef0f4;border-radius:10px;box-shadow:0 10px 20px rgba(10,37,64,.04);margin-right:.3rem;padding:1rem 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(calc(1 * 1rem))}to{opacity:1;transform:translateY(0)}}@keyframes floatY{0%{transform:translateY(0);scale:1}50%{transform:translateY(20px);scale:1.1}to{transform:translateY(0);scale:1}}@keyframes heroBackground{0%,to{transform:scale(1) rotate(0deg);opacity:.8}50%{transform:scale(1.1) rotate(180deg);opacity:1}}@keyframes codeLines{0%{background-position:0 0,0 0}to{background-position:100px 100px,-80px 80px}}@keyframes teamPulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:.8}}@keyframes serviceFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-5px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}@keyframes processFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes testimonialGlow{0%,to{box-shadow:0 0 20px rgba(30,144,255,.1)}50%{box-shadow:0 0 40px rgba(255,122,0,.2)}}@keyframes contactPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}.hero{position:relative;display:grid;align-items:center;min-height:100vh;background:radial-gradient(1200px 600px at 80% -10%,rgba(30,144,255,.08),transparent),radial-gradient(900px 400px at -10% 20%,rgba(255,122,0,.08),transparent),linear-gradient(180deg,#fff,#fafbff);border-bottom:1px solid #eef0f4;overflow:hidden}.hero:before{background-image:radial-gradient(circle at 20% 20%,rgba(30,144,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,122,0,.1) 0,transparent 50%),radial-gradient(circle at 40% 60%,rgba(10,37,64,.05) 0,transparent 50%);animation:heroBackground 20s ease-in-out infinite;display:none}.hero:after,.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero:after{background-image:linear-gradient(45deg,transparent 40%,rgba(30,144,255,.03) 50%,transparent 60%),linear-gradient(-45deg,transparent 40%,rgba(255,122,0,.03) 50%,transparent 60%);background-size:100px 100px,80px 80px;animation:codeLines 15s linear infinite}.hero__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:calc(1*1rem);display:grid;grid-template-columns:1.2fr .8fr;grid-gap:calc(1.5*1rem);gap:calc(1.5*1rem);align-items:center}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr}}.hero__headline{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;font-weight:700;font-size:calc(2.75*1rem);line-height:1.2;margin:0 0 calc(1*1rem)}@media(max-width:768px){.hero__headline{font-size:22px;text-align:center}}.hero__headline{opacity:0;animation:fadeInUp .7s ease 60ms both}.hero__sub{color:#6b7280;font-size:calc(1.125*1rem);margin-bottom:calc(1.5*1rem);max-width:calc(45*1rem)}@media(max-width:768px){.hero__sub{font-size:16px;text-align:center}}.hero__sub{opacity:0;animation:fadeInUp .7s ease .18s both}.hero__cta{display:flex;gap:calc(1*1rem);flex-wrap:wrap;margin-top:calc(.5*1rem)}@media(max-width:768px){.hero__cta{justify-content:center}.hero__headline,.hero__sub{animation-duration:.4s}.hero__sub{animation-delay:80ms}}.hero__art{display:grid;place-items:center}@media(max-width:1024px){.hero__art{order:-1;margin-bottom:calc(1*1rem)}}.hero__art .card{width:100%;position:relative;overflow:hidden;animation:floatY 6s ease-in-out infinite}.hero__art .card:after{content:"";position:absolute;inset:0;background:radial-gradient(160px 120px at 30% 30%,rgba(10,37,64,.06),transparent),radial-gradient(140px 100px at 80% 70%,rgba(10,37,64,.05),transparent);pointer-events:none}.reveal{opacity:0;transform:translateY(calc(1 * 1rem));will-change:opacity,transform}.avatar-group-1,.avatar-group-2,.avatar-group-3,.avatar-group-4,.code-lines,.cta-button,.floating-shapes,.form-field-1,.form-field-2,.form-field-3,.progress-line,.pulse-ring-1,.pulse-ring-2,.pulse-ring-3,.quote-left,.quote-right,.speech-bubble-1,.speech-bubble-2,.speech-bubble-3,.star-1,.star-2,.star-3,.star-4,.star-5,.star-6,.step-node-1,.step-node-2,.step-node-3,.step-node-4,.traveling-plane{will-change:transform,opacity}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:calc(1.25*1rem);gap:calc(1.25*1rem)}@media(max-width:1024px){.grid-3{grid-template-columns:1fr 1fr}}@media(max-width:768px){.grid-3{grid-template-columns:1fr}}.icon-card{padding:calc(1.25*1rem);background:#fff;border:1px solid #eef0f4;border-radius:calc(.625*1rem);box-shadow:0 10px 20px rgba(10,37,64,.04);display:flex;flex-direction:column;align-items:center;gap:calc(.625*1rem);position:relative;overflow:hidden;transition:all .3s ease;animation:serviceFloat 6s ease-in-out infinite}.icon-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(30,144,255,.05),transparent);opacity:0;transition:opacity .3s ease}.icon-card:hover:before{opacity:1}.icon-card img{width:calc(3.75*1rem);height:calc(3.75*1rem);margin-bottom:calc(.5*1rem);transition:transform .3s ease}.icon-card:hover img{transform:scale(1.1) rotate(5deg)}.icon-card h3{margin:0 0 calc(.5*1rem);font-size:calc(1.125*1rem)}.icon-card p{margin:0;color:#6b7280}.icon-card{opacity:0;transform:translateY(calc(1 * 1rem));animation:fadeInUp .42s ease both}@media(max-width:768px){.icon-card{transform:translateY(calc(1.5 * 1rem));animation-duration:.32s}.grid-3{display:flex;flex-direction:column}}.grid-3>:first-child{animation-delay:40ms}.grid-3>:nth-child(2){animation-delay:80ms}.grid-3>:nth-child(3){animation-delay:.12s}.grid-3>:nth-child(4){animation-delay:.16s}.grid-3>:nth-child(5){animation-delay:.4s}.timeline{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:calc(1*1rem);gap:calc(1*1rem);counter-reset:step}@media(max-width:1024px){.timeline{grid-template-columns:1fr 1fr}}@media(max-width:768px){.timeline{grid-template-columns:1fr}}.timeline .step{padding:calc(1.25*1rem);background:#fff;border:1px solid #eef0f4;border-radius:calc(.625*1rem);position:relative;display:grid;align-content:start;grid-gap:calc(.625*1rem);gap:calc(.625*1rem);overflow:hidden;transition:all .3s ease;animation:processFlow 8s ease-in-out infinite}.timeline .step:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,122,0,.1),transparent);animation:processFlow 3s linear infinite}.timeline .step img{width:calc(3.125*1rem);height:calc(3.125*1rem);margin-bottom:calc(.5*1rem);transition:transform .3s ease}.timeline .step:hover img{transform:scale(1.1) rotate(-5deg)}.timeline .step h4{margin:0 0 calc(.5*1rem);font-size:calc(1*1rem)}.timeline .step p{margin:0;color:#6b7280}.timeline .step:before{counter-increment:step;content:counter(step);position:absolute;top:calc(-.75*1rem);left:calc(-.75*1rem);width:calc(2*1rem);height:calc(2*1rem);display:grid;place-items:center;background:#ff7a00;color:#fff;border-radius:50%;font-weight:700;animation:contactPulse 2s ease-in-out infinite}.timeline .step{opacity:0;transform:translateY(calc(.625 * 1rem));animation:fadeInUp .7s ease both}.timeline>.step:first-child{animation-delay:80ms}.timeline>.step:nth-child(2){animation-delay:.16s}.timeline>.step:nth-child(3){animation-delay:.24s}.timeline>.step:nth-child(4){animation-delay:.32s}.testimonials{display:grid;grid-gap:calc(1*1rem);gap:calc(1*1rem)}.testimonials .quote{padding:calc(1.25*1rem);background:#fff;border:1px solid #eef0f4;border-radius:calc(.625*1rem);font-style:italic;position:relative;overflow:hidden;transition:all .3s ease;animation:testimonialGlow 4s ease-in-out infinite}.testimonials .quote:before{top:calc(.625*1rem);left:calc(.625*1rem);animation:contactPulse 3s ease-in-out infinite}.testimonials .quote:after,.testimonials .quote:before{content:'"';position:absolute;font-size:calc(1.5*1rem);color:#ff7a00;opacity:.3}.testimonials .quote:after{bottom:calc(.625*1rem);right:calc(.625*1rem);animation:contactPulse 3s ease-in-out infinite reverse}.testimonials .quote{opacity:0;transform:translateY(calc(.625 * 1rem));animation:fadeInUp .7s ease both}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:calc(1*1rem);gap:calc(1*1rem)}@media(max-width:1024px){.project-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.project-grid{grid-template-columns:1fr}}.project-card{display:block;border-radius:calc(.75*1rem);box-shadow:0 10px 24px rgba(10,37,64,.08);transform:translateZ(0)}.project-card img{width:100%;height:calc(13.75*1rem);object-fit:cover}.project-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(30,144,255,.15),transparent 60%);opacity:0;transition:opacity .3s ease}.project-card:hover:after{opacity:1}.project-card .project-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:calc(.75*1rem);background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));color:#fff}.project-card:hover{transform:translateY(calc(-.375 * 1rem));box-shadow:0 16px 40px rgba(10,37,64,.12)}.project-card:hover .project-title{font-size:2rem!important}.testimonials .quote:first-child{animation-delay:80ms}.testimonials .quote:nth-child(2){animation-delay:.16s}.testimonials .quote:nth-child(3){animation-delay:.24s}.cta{text-align:center;position:relative}.cta:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,122,0,.05) 0,transparent 70%);transform:translate(-50%,-50%);animation:contactPulse 6s ease-in-out infinite;pointer-events:none}.cta .actions{margin-top:calc(1*1rem);display:flex;gap:calc(.75*1rem);justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.cta .actions .btn-primary{position:relative;overflow:hidden;transition:all .3s ease}.cta .actions .btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta .actions .btn-primary:hover:before{left:100%}.cta .actions .btn-primary:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 25px rgba(255,122,0,.3)}.section-image{width:100%;max-width:calc(56.25*1rem);margin:calc(1.5*1rem) auto calc(2*1rem);display:block;border-radius:calc(1*1rem);box-shadow:0 20px 40px rgba(10,37,64,.08);object-fit:cover;height:calc(18.75*1rem);transition:transform .3s ease,box-shadow .3s ease;opacity:1}.section-image:hover{transform:translateY(calc(-.25 * 1rem));box-shadow:0 25px 50px rgba(10,37,64,.12)}@media(max-width:768px){.section-image{height:calc(12.5*1rem);margin:calc(1*1rem) auto calc(1.5*1rem)}}.section-bg{position:relative;background-size:cover;background-position:50%;background-attachment:fixed;overflow:hidden}.section-bg:before{background:linear-gradient(135deg,rgba(10,37,64,.8),rgba(30,144,255,.6) 50%,rgba(255,122,0,.7));z-index:1}.section-bg:after,.section-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:none}.section-bg:after{background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0,transparent 50%);animation:teamPulse 8s ease-in-out infinite;z-index:2}.section-bg .container{position:relative;z-index:3}.section-bg .h2,.section-bg .lead,.section-bg h3,.section-bg p{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.section-bg.overlay-strong:before{background:linear-gradient(135deg,rgba(10,37,64,.85),rgba(10,37,64,.75) 40%,rgba(10,37,64,.65))}.section-bg .icon-card{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 15px 35px rgba(0,0,0,.1)}.section-bg .icon-card h3,.section-bg .icon-card p{color:#1b1b1b;text-shadow:none}.section-bg .icon-card:hover{background:#fff;transform:translateY(calc(-.5 * 1rem)) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.15)}.section-bg .step{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 15px 35px rgba(0,0,0,.1)}.section-bg .step h4,.section-bg .step p{color:#1b1b1b;text-shadow:none}.section-bg .step:hover{background:#fff;transform:translateY(calc(-.3125 * 1rem)) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.15)}@media(max-width:768px){.section-bg{background-attachment:scroll}}.section-bg .btn-primary{background:rgba(255,122,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 25px rgba(255,122,0,.3)}.section-bg .btn-primary:hover{background:#ff7a00;transform:translateY(-2px);box-shadow:0 12px 35px rgba(255,122,0,.4)}.section-bg .section-image{border:2px solid hsla(0,0%,100%,.2);box-shadow:0 25px 50px rgba(0,0,0,.3)}.section-bg .section-image:hover{transform:translateY(calc(-.375 * 1rem)) scale(1.02);box-shadow:0 30px 60px rgba(0,0,0,.4)}.stats-grid{margin-top:calc(1.5*1rem);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:calc(1*1rem);gap:calc(1*1rem)}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}.stat{padding:calc(1.25*1rem);background:#fff;border:1px solid #eef0f4;border-radius:calc(.625*1rem);text-align:center;box-shadow:0 10px 20px rgba(10,37,64,.04);transition:transform .3s ease,box-shadow .3s ease}.stat:hover{transform:translateY(calc(-.25 * 1rem));box-shadow:0 20px 40px rgba(10,37,64,.08)}.stat .stat__num{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;font-weight:800;font-size:calc(2*1rem);color:#0a2540;line-height:1}.stat .stat__label{margin-top:calc(.5*1rem);color:#6b7280;font-size:calc(.875*1rem)}.stat .stat__bar{margin-top:calc(.75*1rem);width:100%;height:calc(.375*1rem);background:rgba(10,37,64,.06);border-radius:calc(.375*1rem);overflow:hidden}.stat .stat__bar .bar{width:0;height:100%;background:linear-gradient(90deg,#1e90ff,#ff7a00);border-radius:inherit}.btn-pulse{position:relative;animation:contactPulse 2.4s ease-in-out infinite}.btn-pulse:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .5s ease}.btn-pulse:hover:before{left:100%}.carousel{position:relative;min-height:calc(5.625*1rem)}.carousel .quote{position:absolute;inset:0;opacity:0;transition:transform .3s ease,box-shadow .3s ease}.carousel .quote:hover{transform:perspective(800px) rotateX(1.5deg) rotateY(-1.5deg);box-shadow:0 16px 40px rgba(10,37,64,.12)}@media(max-width:768px){.hero:after,.hero:before,.icon-card,.testimonials .quote,.timeline .step{animation:none}}.site-header__hamburger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;z-index:1001}.hamburger-bar{width:28px;height:2px;background:#000;margin:4px 0;border-radius:2px;transition:transform .3s,opacity .2s,background .3s}.site-header__hamburger{position:relative}.site-header__hamburger .hamburger-bar{width:26px}.site-header__hamburger[aria-expanded=true] .hamburger-bar{background:#fff}.site-header__hamburger[aria-expanded=true] .hamburger-bar:first-child{transform:translateY(12px) rotate(45deg)}.site-header__hamburger[aria-expanded=true] .hamburger-bar:nth-child(2){opacity:0}.site-header__hamburger[aria-expanded=true] .hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__nav{display:flex;gap:2rem}@media(max-width:900px){.site-header__hamburger{display:flex}.site-header__nav{position:fixed;top:0;right:0;height:100vh;width:70vw;background:rgba(20,20,30,.98);flex-direction:column;align-items:flex-start;padding:80px 32px 32px;gap:2rem;transform:translateX(100%);transition:transform .3s cubic-bezier(.77,0,.18,1),visibility 0s linear .3s;z-index:1000;overflow-x:hidden;visibility:hidden;pointer-events:none;will-change:transform}.site-header__nav a{color:#fff}.site-header__nav.nav-open{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform .3s cubic-bezier(.77,0,.18,1),visibility 0s}}#section-progress-bar{position:fixed;top:0;right:24px;width:100px;height:100vh;border-radius:12px;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:32px 0;gap:50px}.section-progress{width:100%;min-height:32px;display:flex;align-items:center;gap:12px;border-radius:8px;background:#353433;opacity:.25;transition:opacity .3s,box-shadow .3s;padding:0 12px}.section-progress.active{opacity:1}.section-progress-label{font-size:.5rem;font-weight:300;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.18);letter-spacing:.02em;text-align:center;width:100%}@media(max-width:900px){#section-progress-bar{display:none}}html{scroll-behavior:smooth}.h2{font-size:2.5rem;font-weight:800;background:none;color:#222}.section-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(30,30,40,.45),rgba(30,30,40,.25));z-index:1;pointer-events:none}.section.section-bg{position:relative}.section.section-bg .container{position:relative;z-index:2}.grid-3.grid-center{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem 3rem}.grid-3.grid-center>.icon-card{flex:1 1 260px;max-width:320px;min-width:220px;margin:0}@media(max-width:900px){.grid-3.grid-center{flex-direction:column;gap:2rem}.grid-3.grid-center>.icon-card{max-width:100%;min-width:0}}.project-card{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 2px 16px rgba(30,40,60,.08);transition:box-shadow .3s}.project-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;opacity:0;background:linear-gradient(180deg,rgba(30,40,60,.85),rgba(30,40,60,.65));transition:opacity .5s cubic-bezier(.77,0,.18,1),background .5s;z-index:2;padding:2rem 1.5rem}.project-card:hover .project-card__overlay{opacity:1;background:linear-gradient(180deg,#2a3a5a,#1e283c)}.project-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem;transform:translateY(-40px);opacity:0;transition:all .5s cubic-bezier(.77,0,.18,1)}.project-card:hover .project-title{transform:translateY(0);opacity:1;font-size:21.8rem}.project-desc{font-size:1.1rem;color:#e0e8f3;margin-top:auto;transform:translateY(40px);opacity:0;transition:all .5s cubic-bezier(.77,0,.18,1)}.project-card:hover .project-desc{transform:translateY(0);opacity:1}