@import "https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap";:root{--font-heading:"Anton", "Impact", sans-serif;--font-body:"Inter", sans-serif;--bg-color:#050a15;--bg-grid:#1e306466;--text-primary:#fff;--text-secondary:#8b9bb4;--primary-blue:#1b45b4;--primary-blue-hover:#265cf0;--accent-color:#04f;--header-bg:#030812;--dropdown-bg:#1e3a8a;--h1-size:clamp(2.5rem, 8vw, 6.5rem);--h2-size:clamp(2rem, 5vw, 4rem);--h3-size:clamp(1.5rem, 3vw, 2.5rem)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);background-image:linear-gradient(to right, var(--bg-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--bg-grid) 1px, transparent 1px);background-size:80px 80px;background-attachment:fixed;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:1px;text-transform:uppercase;line-height:1.1}.page{min-height:100vh;padding-top:80px}.navbar{z-index:1000;border-bottom:1px solid #0000;align-items:center;width:100%;height:90px;padding:0 5%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(15px);background:#030812d9;border-bottom:1px solid #ffffff0d;height:80px}.navbar.mobile-open{background:#030812}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.navbar-logo{font-family:var(--font-heading);letter-spacing:2px;color:#fff;align-items:center;gap:12px;font-size:1.4rem;text-decoration:none;display:flex}.logo-img{width:auto;height:45px}.nav-menu{align-items:center;gap:3rem;list-style:none;display:flex}.nav-link{color:#cbd5e1;letter-spacing:1.5px;cursor:pointer;align-items:center;gap:8px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-link:hover,.nav-link.active{color:#fff}.plus-icon{transition:transform .4s}.plus-icon.rotated{color:#4da3ff;transform:rotate(45deg)}.dropdown{position:relative}.dropdown-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#030812f2;border:1px solid #ffffff1a;border-radius:12px;width:280px;margin-top:15px;padding:1.5rem .5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 20px 40px #00000080}.dropdown-menu.show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-item{color:#94a3b8;letter-spacing:1px;border-radius:8px;padding:.8rem 1.5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.dropdown-item:hover{color:#fff;background:#4da3ff1a;padding-left:2rem}.hub-link{color:#4da3ff;justify-content:space-between;align-items:center;font-weight:700;display:flex}.dropdown-divider{background:#ffffff0d;height:1px;margin:.5rem 1rem}.mobile-menu-toggle{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;display:none}@media (width<=1024px){.mobile-menu-toggle{display:block}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#030812fa;border-left:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:flex-start;gap:2.5rem;width:80%;max-width:400px;height:100vh;padding:80px 40px;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-20px 0 50px #00000080}.nav-menu.active{right:0}.nav-link{font-size:1.5rem;font-family:var(--font-heading);letter-spacing:2px}.dropdown-menu{opacity:1;visibility:visible;width:100%;max-height:0;box-shadow:none;background:0 0;border:none;margin-top:0;padding:0;transition:max-height .4s;position:static;overflow:hidden;transform:none}.dropdown-menu.show{max-height:500px;padding:1rem 0}.dropdown-item{padding:.6rem 1rem;font-size:1rem}}@media (width<=480px){.navbar-logo span{display:none}.nav-menu{width:100%}}.footer-container{color:#fff;z-index:10;background-color:#030812;border-top:1px solid #ffffff0d;padding:5rem 5% 2rem;position:relative}.footer-top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;max-width:1400px;margin:0 auto 4rem;display:grid}.footer-logo{font-family:var(--font-heading);color:#fff;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.5rem;text-decoration:none;display:flex}.footer-logo-img{border-radius:4px;width:35px;height:35px}.footer-desc{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;line-height:1.6}.footer-socials{gap:1rem;display:flex}.social-icon{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary-blue);transform:translateY(-3px)}.footer-links-group h4,.footer-contact h4{font-family:var(--font-body);color:#fff;margin-bottom:1.5rem;font-size:1.2rem}.footer-links-group ul,.footer-contact ul{flex-direction:column;gap:1rem;display:flex}.footer-links-group a{color:var(--text-secondary);font-size:.95rem;transition:color .3s}.footer-links-group a:hover{color:#4da3ff}.contact-item{color:var(--text-secondary);align-items:flex-start;gap:1rem;font-size:.95rem;line-height:1.5;display:flex}.contact-icon{color:#4da3ff;flex-shrink:0;margin-top:.15rem}.footer-bottom{max-width:1400px;color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;font-size:.9rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:var(--text-secondary);transition:color .3s}.footer-bottom-links a:hover{color:#fff}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.home-page{padding-bottom:4rem}.hero-section{align-items:center;min-height:100vh;padding:4rem 5%;display:flex;position:relative;overflow:hidden}.hero-blur{filter:blur(120px);z-index:0;border-radius:50%;position:absolute}.bl-1{background:#2b5bed66;width:500px;height:500px;top:-100px;left:-200px}.bl-2{background:#8a2be24d;width:400px;height:400px;bottom:10%;right:-100px}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1300px;margin:0 auto;display:grid}.badge{color:#a4bdfb;letter-spacing:.5px;background:#2b5bed26;border:1px solid #2b5bed4d;border-radius:50px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-title-new{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:clamp(3.5rem,6vw,5.5rem);line-height:1.1}.text-gradient{background:linear-gradient(135deg,#4da3ff,#1b45b4);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle-new{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.cta-group{gap:1.5rem;margin-bottom:4rem;display:flex}.btn-primary-new{background:linear-gradient(135deg, var(--primary-blue), #0d287a);color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 20px #1b45b44d}.btn-primary-new:hover{background:linear-gradient(135deg, var(--primary-blue-hover), var(--primary-blue));transform:translateY(-2px);box-shadow:0 15px 25px #1b45b480}.btn-outline-new{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;align-items:center;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.btn-outline-new:hover{background:#ffffff0d;border-color:#fff6}.hero-stats{border-top:1px solid #ffffff1a;gap:3rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{font-family:var(--font-heading);color:#fff;font-size:2.5rem;line-height:1}.stat-label{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.hero-visual{justify-content:center;align-items:center;height:600px;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 50px -12px #00000080}.main-graphic-card{justify-content:center;align-items:center;width:100%;height:80%;padding:1rem;animation:6s ease-in-out infinite float;display:flex;overflow:hidden}.floating-img{object-fit:cover;border-radius:12px;width:100%;height:100%}.small-float-card{align-items:center;gap:1rem;padding:1.5rem;animation:5s ease-in-out infinite reverse float;display:flex;position:absolute;bottom:10%;left:-10%}.card-icon{color:#4da3ff;width:32px;height:32px}.small-float-card h4{font-family:var(--font-body);color:#fff;text-transform:none;letter-spacing:0;margin-bottom:.2rem;font-size:1rem}.small-float-card p{color:#4da3ff;font-size:.85rem;font-weight:600}.tech-marquee{text-align:center;background:#ffffff05;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;margin-bottom:4rem;padding:2rem 0}.marquee-label{letter-spacing:2px;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.marquee-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.tech-item{color:#cbd5e1;opacity:.8;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;transition:opacity .3s;display:flex}.tech-item:hover{opacity:1}.services-overview{max-width:1400px;margin:0 auto;padding:4rem 5%}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#fff;margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--text-secondary);font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.glass-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a66;border:1px solid #ffffff0d;border-radius:16px;transition:transform .3s,border-color .3s;overflow:hidden}.glass-panel:hover{border-color:#ffffff26;transform:translateY(-5px)}.card-img-wrapper{width:100%;height:200px;position:relative;overflow:hidden}.card-img-wrapper img,.placeholder-bg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.placeholder-bg.code-bg{background:linear-gradient(200deg,#101827 0%,#172554 100%)}.glass-panel:hover .card-img-wrapper img{transform:scale(1.05)}.icon-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#030812b3;border:1px solid #ffffff1a;border-radius:50%;padding:.7rem;display:flex;position:absolute;top:1rem;right:1rem}.service-content{padding:2rem}.service-content h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.service-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.service-link{color:#4da3ff;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.service-link:hover{text-decoration:underline}.why-choose-us{max-width:1400px;margin:0 auto;padding:6rem 5%}.why-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.why-visual .image-box{justify-content:center;align-items:center;height:500px;padding:1.5rem;display:flex}.contained-img{object-fit:cover;border-radius:12px;width:100%;height:100%}.why-text h2{margin-bottom:1.5rem;font-size:2.8rem}.why-desc{color:var(--text-secondary);margin-bottom:3rem;font-size:1.15rem;line-height:1.6}.feature-list{flex-direction:column;gap:2rem;display:flex}.feature-item{align-items:flex-start;gap:1.5rem;display:flex}.check-icon{color:#4da3ff;flex-shrink:0;width:28px;height:28px;margin-top:.2rem}.feature-item h4{font-size:1.3rem;font-family:var(--font-body);text-transform:none;letter-spacing:0;margin-bottom:.5rem}.feature-item p{color:var(--text-secondary);line-height:1.5}.process-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.process-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.process-step{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2.5rem;position:relative}.process-step:after{content:"";border-top:2px dashed #ffffff1a;width:40px;position:absolute;top:40px;right:-20px}.process-step:last-child:after{display:none}.step-number{font-family:var(--font-heading);color:#ffffff0d;font-size:4rem;font-weight:700;line-height:1;position:absolute;top:1rem;right:1.5rem}.process-step h3{z-index:1;margin-bottom:1rem;font-size:1.4rem;position:relative}.process-step p{color:var(--text-secondary);z-index:1;line-height:1.5;position:relative}.testimonials-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.testimonial-card{padding:3rem;position:relative}.quote-icon{color:#4da3ff33;width:60px;height:60px;position:absolute;top:2rem;right:2rem}.quote-text{z-index:1;margin-bottom:2rem;font-size:1.25rem;font-style:italic;line-height:1.6;position:relative}.client-info{align-items:center;gap:1rem;display:flex}.client-avatar{background:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.client-info h5{font-family:var(--font-body);text-transform:none;letter-spacing:0;font-size:1.1rem}.client-info span{color:var(--text-secondary);font-size:.9rem}.cta-section{max-width:1000px;margin:0 auto;padding:4rem 5%}.cta-box{text-align:center;background:linear-gradient(135deg,#1b45b433,#0f172a99);padding:4rem 3rem;position:relative;overflow:hidden}.cta-box:before{content:"";background:linear-gradient(to right, #4da3ff, var(--primary-blue));height:4px;position:absolute;top:0;left:0;right:0}.cta-box h2{margin-bottom:1rem;font-size:2.5rem}.cta-box p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.cta-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.cta-input{color:#fff;background:#03081299;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:border-color .3s}.cta-input:focus{border-color:#4da3ff}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.delay-3{transition-delay:.4s}@media (width<=1024px){.why-container{grid-template-columns:1fr;gap:3rem}}@media (width<=992px){.hero-content{text-align:center;grid-template-columns:1fr;padding-top:2rem}.hero-visual{order:-1;height:400px}.main-graphic-card{height:100%}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem}.cta-group{flex-direction:column;justify-content:center;width:100%;max-width:400px;margin:0 auto 4rem}.badge{margin:0 auto 2rem}.small-float-card{bottom:5%;left:10%}.cta-form{flex-direction:column}.process-step:after{display:none}.why-visual .image-box{height:350px}}@media (width<=600px){.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}.hero-title-new{font-size:2.8rem}}.about-page{padding-bottom:4rem}.about-hero{text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:10rem 5% 5rem;display:flex;position:relative;overflow:hidden}.about-hero-bg{z-index:0;background:radial-gradient(circle at 50% 30%,#1b45b426 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-content{z-index:1;max-width:900px;position:relative}.about-hero-content .badge{margin:0 auto 2rem}.about-title{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:clamp(3.5rem,6vw,5rem);line-height:1.1}.about-subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.mission-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.mission-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.mission-text h2{margin-bottom:2rem;font-size:3rem}.mission-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.image-box-about{background:linear-gradient(145deg,#0f172acc,#030812e6);justify-content:center;align-items:center;height:500px;padding:1rem;display:flex}.values-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.value-card{flex-direction:column;align-items:flex-start;padding:3rem 2rem;transition:transform .3s,border-color .3s;display:flex}.value-card:hover{border-color:#4da3ff;transform:translateY(-5px)}.value-icon{color:#4da3ff;background:#4da3ff1a;border-radius:8px;width:40px;height:40px;margin-bottom:1.5rem;padding:.5rem}.value-card h3{color:#fff;margin-bottom:1rem;font-size:1.4rem}.value-card p{color:var(--text-secondary);line-height:1.6}.culture-section{max-width:1400px;margin:0 auto;padding:6rem 5%}.culture-container{background:linear-gradient(90deg,#0f172ae6,#1b45b41a);grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid}.culture-text h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.culture-text p{color:var(--text-secondary);font-size:1.15rem;line-height:1.7}.floating-network{border-radius:12px;width:100%;height:auto;animation:6s ease-in-out infinite float}@media (width<=1024px){.mission-container,.culture-container{grid-template-columns:1fr;gap:3rem}.mission-text{text-align:center;order:2}.image-box-about{order:1;height:350px}.culture-container{text-align:center;padding:3rem 2rem}}@media (width<=768px){.about-hero{min-height:50vh;padding-top:8rem}.mission-section,.values-section,.culture-section{padding:4rem 5%}.mission-text h2{font-size:2.2rem}.value-card{text-align:center;align-items:center;padding:2.5rem 1.5rem}.culture-text h2{font-size:1.8rem}}.services-page{padding-bottom:6rem}.services-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:120px 5% 60px;display:flex;position:relative;overflow:hidden}.services-hero-content{z-index:2;max-width:900px}.services-title{font-family:var(--font-heading);color:#fff;margin-bottom:2rem;font-size:clamp(3.5rem,7vw,6rem);line-height:1}.services-subtitle{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.scroll-indicator{z-index:2;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{border:2px solid #ffffff4d;border-radius:20px;width:25px;height:45px;position:relative}.mouse:before{content:"";background:#4da3ff;border-radius:2px;width:4px;height:8px;animation:2s infinite mouseScroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes mouseScroll{0%{opacity:0;transform:translate(-50%)}40%{opacity:1;transform:translate(-50%,5px)}to{opacity:0;transform:translate(-50%,15px)}}.service-detail-section{padding:8rem 5%}.service-detail-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1300px;margin:0 auto;display:grid}.service-detail-section.reverse .service-detail-container{direction:ltr}.service-detail-section.reverse .service-detail-text{order:2}.service-detail-section.reverse .service-detail-visual{order:1}.section-number{font-family:var(--font-heading);color:#1b45b41a;margin-bottom:1rem;font-size:5rem;line-height:.8;display:block}.service-detail-text h2{color:#fff;margin-bottom:1.5rem;font-size:3rem}.service-lead{color:#cbd5e1;border-left:3px solid var(--primary-blue);margin-bottom:3rem;padding-left:1.5rem;font-size:1.2rem;line-height:1.6}.service-features-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}.feature-small{flex-direction:column;gap:.8rem;display:flex}.feature-icon{color:#4da3ff;background:#4da3ff1a;border-radius:8px;width:40px;height:40px;padding:.5rem}.feature-small h4{font-family:var(--font-body);text-transform:none;letter-spacing:0;color:#fff;font-size:1.15rem}.feature-small p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.main-visual-card{background:linear-gradient(135deg,#0f172acc,#030812);justify-content:center;align-items:center;height:600px;padding:1rem;display:flex}.main-visual-card img{object-fit:cover;border-radius:12px;width:100%;height:100%}.services-cta{max-width:1200px;margin:0 auto;padding:6rem 5%}.cta-content{text-align:center;background:linear-gradient(135deg,#1b45b41a,#0f172a80);border:1px solid #ffffff0d;padding:5rem 3rem}.cta-content h2{margin-bottom:1.5rem;font-size:3rem}.cta-content p{color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem}.services-hub-grid{max-width:1400px;margin:0 auto;padding:4rem 5% 6rem}.hub-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.service-hub-card{border:1px solid #ffffff0d;flex-direction:column;padding:3rem 2.5rem;text-decoration:none;transition:all .3s;display:flex}.service-hub-card:hover{background:#1b45b41a;border-color:#4da3ff;transform:translateY(-10px)}.hub-card-icon{color:#4da3ff;margin-bottom:2rem;transition:transform .3s}.service-hub-card:hover .hub-card-icon{transform:scale(1.1)}.service-hub-card h3{color:#fff;font-size:1.8rem;font-family:var(--font-heading);margin-bottom:1rem}.service-hub-card p{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;line-height:1.6}.learn-more{color:#4da3ff;align-items:center;gap:.8rem;font-size:1rem;font-weight:600;display:flex}.service-hub-card:hover .learn-more{gap:1.2rem}.service-process-section{background:#ffffff05;padding:6rem 5%}.process-timeline{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:4rem auto 0;display:grid;position:relative}.process-step-new{text-align:center;position:relative}.step-header{background:var(--primary-blue);width:80px;height:80px;font-family:var(--font-heading);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;display:flex;position:relative;box-shadow:0 10px 20px #1b45b44d}.step-body h4{font-family:var(--font-body);color:#fff;text-transform:none;margin-bottom:.8rem;font-size:1.3rem}.step-body p{color:var(--text-secondary);line-height:1.5}.service-benefits-section{padding:6rem 5%}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:4rem auto 0;display:grid}.benefit-card{text-align:center;padding:3rem;transition:transform .3s}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{color:#4da3ff;margin-bottom:1.5rem}.benefit-card h4{font-family:var(--font-body);color:#fff;text-transform:none;margin-bottom:1rem;font-size:1.4rem}.benefit-card p{color:var(--text-secondary);line-height:1.6}.service-faq-section{background:#ffffff03;padding:6rem 5%}.faq-list{flex-direction:column;gap:1.5rem;max-width:900px;margin:4rem auto 0;display:flex}.faq-item{border-bottom:1px solid #ffffff0d;padding:2rem}.faq-item h4{font-family:var(--font-body);color:#fff;text-transform:none;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.2rem;display:flex}.faq-item h4:before{content:"Q.";color:#4da3ff;font-weight:700}.faq-item p{color:var(--text-secondary);padding-left:2.2rem;line-height:1.6}@media (width<=1024px){.service-detail-container{text-align:center;grid-template-columns:1fr;gap:4rem}.service-lead{border-left:none;border-top:3px solid var(--primary-blue);max-width:600px;margin-left:auto;margin-right:auto;padding-top:1.5rem;padding-left:0}.service-detail-section.reverse .service-detail-text,.service-detail-section.reverse .service-detail-visual{order:unset}.main-visual-card{height:400px}.process-timeline{gap:4rem}}@media (width<=768px){.services-hero{min-height:60vh;padding-top:100px}.hub-container{grid-template-columns:1fr;padding:0 1rem}.service-hub-card{padding:2.5rem 1.5rem}.service-detail-section{padding:4rem 5%}.service-detail-text h2{font-size:2.2rem}.cta-content{padding:3rem 1.5rem}.cta-content h2{font-size:2rem}.faq-item{padding:1.5rem .5rem}.faq-item p{margin-top:1rem;padding-left:0}}.contact-page{padding-top:6rem;padding-bottom:4rem}.contact-hero{text-align:center;max-width:900px;margin:0 auto;padding:4rem 5% 2rem}.contact-hero .badge{margin:0 auto 1.5rem}.contact-title{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);line-height:1.1}.contact-subtitle{color:var(--text-secondary);font-size:1.2rem;line-height:1.6}.contact-main{max-width:1400px;margin:0 auto;padding:2rem 5% 6rem}.contact-grid{grid-template-columns:1fr 1.5fr;align-items:stretch;gap:3rem;display:grid}.contact-info-panel{flex-direction:column;gap:2rem;display:flex}.info-cards{flex-direction:column;gap:1.5rem;display:flex}.info-card{align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.icon-wrapper{background:#4da3ff1a;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.info-icon{color:#4da3ff;width:24px;height:24px}.info-card h4{color:#fff;font-size:1.1rem;font-family:var(--font-body);letter-spacing:0;text-transform:none;margin-bottom:.3rem}.info-card p{color:var(--text-secondary);font-size:.95rem}.contact-visual{flex-grow:1;justify-content:center;align-items:center;min-height:250px;padding:1rem;display:flex}.mt-4{margin-top:auto}.contact-form-panel{padding:3rem}.contact-form-panel h2{color:#fff;margin-bottom:.5rem;font-size:2.2rem}.form-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem}.modern-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#cbd5e1;font-size:.9rem;font-weight:500}.modern-form input,.modern-form select,.modern-form textarea{color:#fff;width:100%;font-family:var(--font-body);background:#03081280;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.modern-form input:focus,.modern-form select:focus,.modern-form textarea:focus{background:#030812cc;border-color:#4da3ff;box-shadow:0 0 0 3px #4da3ff1a}.modern-form select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234da3ff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1.2rem top 50%;background-repeat:no-repeat;background-size:.65rem}.modern-form select option{background:var(--header-bg);color:#fff}.modern-form textarea{resize:vertical;min-height:120px}.w-full{justify-content:center;width:100%;margin-top:1rem}.animate-on-scroll{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.animate-on-scroll.show{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info-panel{order:2}.mt-4{margin-top:2rem}}@media (width<=768px){.contact-page{padding-top:4rem}.contact-hero{padding:2rem 5%}.form-row{grid-template-columns:1fr}.contact-form-panel{padding:2.5rem 1.5rem}.contact-form-panel h2{font-size:1.8rem}.info-card{gap:1rem;padding:1.2rem}.info-card h4{font-size:1rem}}
