:root{--font-heading:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--navy-deep:#183364;--navy-main:#183364;--navy-dark:#092030;--navy-light:#3d5b92;--navy-hover:#1e3a8a;--sky-blue:#1e5aec;--sky-light:#d3f0f8;--gold-accent:#1e5aec;--gold-hover:#1d4ed8;--bg-light:#f0fdff;--bg-alt:#fff;--text-dark:#171717;--text-muted:#4b5563;--text-light:#6b7280;--text-white:#fff;--border-light:#0f203014;--border-dark:#ffffff14;--section-padding:3rem;--transition:all .3s cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000f, 0 4px 6px -4px #0000000f;--shadow-glow:0 0 20px #1e5aec40;--shadow-gold-glow:0 0 20px #1e5aec40}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:600;line-height:1.25}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 2rem}.section{padding:var(--section-padding) 0;position:relative}.section-dark{color:var(--text-white);background:linear-gradient(257.83deg,#092030 28.79%,#183364 81.66%,#3d5b92 111.38%)!important}.section-dark h2{color:var(--text-white)}.section-dark .section-subtitle{color:#ffffffb3}.section-alt{background-color:var(--bg-alt)}.section-header{text-align:center;max-width:720px;margin:0 auto 3rem}.section-tag{text-transform:uppercase;letter-spacing:.15em;color:var(--gold-accent);border-bottom:2px solid var(--gold-accent);margin-bottom:.75rem;padding-bottom:.25rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.section-subtitle{color:var(--text-muted);font-size:1.05rem}.top-contact-banner{background-color:var(--navy-deep);z-index:1002;border-bottom:1px solid #ffffff0d;align-items:center;width:100%;height:40px;display:flex}.top-contact-container{color:#ffffffd9;justify-content:space-between;align-items:center;width:100%;font-size:.8rem;display:flex}.top-contact-left,.top-contact-right{align-items:center;gap:1.5rem;display:flex}.top-contact-item{align-items:center;gap:.4rem;display:flex}.top-contact-item a{color:inherit;transition:var(--transition);text-decoration:none}.top-contact-item a:hover{color:#fff}.header-container-wrapper{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#ffffffd9;border-bottom:1px solid #1833640f;width:100%;padding:.25rem 0;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:40px;left:0;box-shadow:0 4px 20px #00000005}.header-scrolled-wrapper{background-color:#fffffff2;border-bottom-color:#1833641a;padding:.15rem 0;top:0;box-shadow:0 10px 30px #1833640d}.header{justify-content:space-between;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:0 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-img{width:auto;height:96px;transition:height .3s cubic-bezier(.16,1,.3,1);display:block}.logo-scrolled{height:76px}.logo-text{flex-direction:column;display:flex}.logo-title{font-family:var(--font-heading);letter-spacing:.05em;color:var(--navy-deep);font-size:1.1rem;font-weight:700;line-height:1}.header-scrolled .logo-title{color:var(--navy-deep)}.logo-subtitle{letter-spacing:.1em;color:var(--navy-main);margin-top:.2rem;font-size:.6rem;font-weight:600}.header-scrolled .logo-subtitle{color:var(--sky-blue)}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--navy-deep);padding:.5rem 0;font-size:.85rem;font-weight:600;position:relative}.header-scrolled .nav-link{color:var(--navy-deep)}.nav-link:hover,.nav-link.active,.header-scrolled .nav-link:hover,.header-scrolled .nav-link.active{color:var(--sky-blue)}.nav-link:after{content:"";background-color:var(--sky-blue);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header-scrolled .nav-link:after{background-color:var(--sky-blue)}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-cta{align-items:center;display:flex}.btn{font-family:var(--font-heading);cursor:pointer;transition:var(--transition);border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.85rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--sky-blue);color:var(--text-white);box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--navy-hover);transform:translateY(-2px);box-shadow:0 4px 12px #1e5aec4d}.btn-secondary{border-color:var(--border-light);color:var(--text-dark);background-color:#0000}.btn-secondary:hover{background-color:#0f172a08;transform:translateY(-2px)}.btn-outline-white{color:var(--text-white);background-color:#0000;border-color:#ffffff4d}.btn-outline-white:hover{border-color:var(--text-white);background-color:#ffffff0d;transform:translateY(-2px)}.btn-outline-navy{border:1px solid var(--navy-deep);color:var(--navy-deep);box-shadow:var(--shadow-sm);background-color:#0000}.btn-outline-navy:hover{border-color:var(--navy-deep);color:var(--navy-deep);background-color:#1833640d;transform:translateY(-2px)}.btn-header{background-color:var(--navy-deep);color:var(--text-white);box-shadow:var(--shadow-sm);border:1px solid #0000;border-radius:50px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600}.btn-header:hover{background-color:var(--sky-blue);color:var(--text-white);transform:translateY(-1px);box-shadow:0 4px 10px #1e5aec33}.btn-gold{color:#171717;background-color:#fff;border:1px solid #000000b3;border-radius:25px;font-weight:700;box-shadow:10px 7px 4.5px #1747b3bf}.btn-gold:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:12px 9px 5.5px #1747b3d9}.mobile-toggle{cursor:pointer;color:var(--text-dark);background:0 0;border:none;display:none}.header-scrolled .mobile-toggle{color:var(--text-white)}.hero-section{color:var(--text-dark);background:linear-gradient(279.41deg,#c0e8f3 14.23%,#c8ebf8 28.49%,#d3f0f8 48.97%,#e3faff 71.28%,#f0fdff 84.08%);align-items:flex-start;padding-top:90px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-grid{z-index:10;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-centered{text-align:center;z-index:10;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:840px;margin:0 auto;padding-top:3rem;display:flex;position:relative}.hero-centered .hero-tag,.hero-centered .hero-title,.hero-centered .hero-subtitle{margin-left:auto;margin-right:auto}.hero-centered .hero-buttons{justify-content:center;width:100%}.hero-centered .hero-stats{width:100%;max-width:760px;margin-left:auto;margin-right:auto}.hero-tag{color:var(--sky-blue);text-transform:uppercase;background-color:#1e5aec14;border:1px solid #1e5aec26;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.03em;color:var(--navy-deep);margin-bottom:.9rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title span{color:var(--sky-blue)}.hero-subtitle{color:var(--text-muted);max-width:580px;margin-bottom:1.75rem;font-size:1.05rem}.hero-buttons{gap:1.25rem;margin-bottom:2rem;display:flex}.hero-stats{border-top:1px solid #0f203014;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:0;padding-top:1.25rem;display:grid}.hero-stat-card{border-right:1px solid #1833641a;flex-direction:column;padding-right:.5rem;display:flex}.hero-stat-card:last-child{border-right:none;padding-right:0}.hero-stat-num{color:var(--navy-deep);font-size:1.6rem;font-weight:800;font-family:var(--font-heading);white-space:nowrap;letter-spacing:-.02em;margin-bottom:.35rem}.hero-stat-label{color:var(--text-muted);font-size:.8rem;font-weight:600;line-height:1.3}.hero-visual-container{justify-content:center;align-items:center;display:flex;position:relative}.hero-glow{z-index:1;background:radial-gradient(circle,#38bdf826 0%,#0000 70%);width:400px;height:400px;position:absolute}.dashboard-mockup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:480px;box-shadow:0 20px 40px #0006, var(--shadow-glow);z-index:2;background:#0f172aa6;border:1px solid #ffffff14;border-radius:20px;padding:1.5rem;position:relative}.dashboard-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.dashboard-dots{gap:.4rem;display:flex}.dashboard-dot{border-radius:50%;width:8px;height:8px}.dashboard-dot:first-child{background-color:#ef4444}.dashboard-dot:nth-child(2){background-color:#eab308}.dashboard-dot:nth-child(3){background-color:#22c55e}.dashboard-title{text-transform:uppercase;color:var(--text-light);letter-spacing:.05em;font-size:.75rem;font-weight:600}.dashboard-status{color:#4ade80;background-color:#22c55e1a;border-radius:50px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.pipeline-list{flex-direction:column;gap:.8rem;display:flex}.pipeline-item{transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.pipeline-item:hover{background:#ffffff0f;border-color:#38bdf84d;transform:translate(4px)}.pipeline-info{flex-direction:column;display:flex}.pipeline-role{color:var(--text-white);font-size:.85rem;font-weight:600}.pipeline-dept{color:var(--text-light);font-size:.7rem}.pipeline-progress{align-items:center;gap:.75rem;display:flex}.pipeline-bar-bg{background-color:#ffffff1a;border-radius:10px;width:60px;height:6px;overflow:hidden}.pipeline-bar-fg{background-color:var(--sky-blue);border-radius:10px;height:100%}.pipeline-percent{color:var(--sky-blue);text-align:right;width:32px;font-size:.75rem;font-weight:700}.about-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;display:grid}.about-left{flex-direction:column;display:flex}.about-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.about-feature-card{background-color:var(--bg-light);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:12px;padding:1.5rem}.about-feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--navy-main);transform:translateY(-4px)}.about-feature-icon{background-color:var(--sky-light);width:40px;height:40px;color:var(--navy-main);border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.about-feature-card h3{margin-bottom:.5rem;font-size:1rem}.about-feature-card p{color:var(--text-muted);font-size:.8rem}.about-right{position:relative}.about-image-wrapper{box-shadow:var(--shadow-lg);border-radius:16px;position:relative;overflow:hidden}.about-image-overlay{width:100%;height:100%;color:var(--text-white);background:linear-gradient(#0000 40%,#050d18d9 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;top:0;left:0}.about-image-overlay h4{color:var(--text-white);margin-bottom:.25rem;font-size:1.25rem}.about-image-overlay p{color:var(--sky-blue);text-transform:uppercase;font-size:.8rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.service-card{background-color:var(--bg-light);border:1px solid var(--border-light);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:16px;flex-direction:column;height:100%;padding:2.25rem;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background-color:var(--navy-main);opacity:0;width:5px;height:100%;transition:var(--transition);position:absolute;top:0;left:0}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0b3d9126;transform:translateY(-8px)}.service-card:hover:before{opacity:1}.service-icon{background-color:var(--sky-light);width:50px;height:50px;color:var(--navy-main);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card:hover .service-icon{background-color:var(--navy-main);color:var(--text-white)}.service-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-description{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem}.service-link{text-transform:uppercase;letter-spacing:.05em;color:var(--navy-main);align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;display:inline-flex}.service-card:hover .service-link{color:var(--navy-dark)}.industries-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.industry-card{background-color:var(--bg-light);border:1px solid var(--border-light);text-align:center;transition:var(--transition);cursor:pointer;border-radius:12px;padding:1.5rem}.industry-card:hover{background-color:var(--navy-main);border-color:var(--navy-main);color:var(--text-white);transform:translateY(-5px);box-shadow:0 10px 20px #0b3d9126}.industry-icon{width:48px;height:48px;color:var(--navy-main);background-color:var(--sky-light);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.industry-card:hover .industry-icon{color:var(--text-white);background-color:#ffffff26}.industry-name{transition:var(--transition);font-size:.95rem;font-weight:600}.choose-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.choose-card{transition:var(--transition);background:linear-gradient(145deg,#0f2044 0%,#183364 100%);border:1px solid #1e5aec33;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.choose-card:before{content:"";background:var(--sky-blue);border-radius:0;width:3px;height:100%;position:absolute;top:0;left:0}.choose-card:hover{border-color:#1e5aec80;transform:translateY(-3px);box-shadow:0 8px 30px #1e5aec33}.choose-icon-wrapper{color:var(--sky-blue);background-color:var(--sky-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.choose-content h3{margin-bottom:.5rem;font-size:1.05rem}.choose-content p{color:var(--text-muted);font-size:.85rem}.positioning-section{text-align:center;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:6rem 0;position:relative;overflow:hidden;background:linear-gradient(257.83deg,#092030 28.79%,#183364 81.66%,#3d5b92 111.38%)!important}.positioning-glow{z-index:1;background:radial-gradient(circle,#38bdf814 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.positioning-container{z-index:2;max-width:800px;margin:0 auto;position:relative}.positioning-text{font-size:1.65rem;font-family:var(--font-heading);color:var(--text-white);letter-spacing:-.01em;margin-bottom:2rem;font-weight:500;line-height:1.5}.positioning-text span{color:var(--sky-blue);font-weight:700}.mv-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.mv-card{background-color:var(--bg-light);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;padding:3rem 2.5rem;position:relative;overflow:hidden}.mv-card:before{content:"";background-color:var(--navy-main);width:100%;height:4px;position:absolute;top:0;left:0}.mv-card:nth-child(2):before{background-color:var(--gold-accent)}.mv-icon{color:var(--navy-main);margin-bottom:1.5rem;font-size:2.5rem;display:inline-block}.mv-card:nth-child(2) .mv-icon{color:var(--gold-accent)}.mv-title{margin-bottom:1rem;font-size:1.5rem}.mv-desc{color:var(--text-muted);font-size:.95rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background-color:var(--bg-light);border:1px solid var(--border-light);text-align:center;transition:var(--transition);border-radius:12px;padding:2rem}.value-card:hover{box-shadow:var(--shadow-lg);border-color:var(--navy-main);transform:translateY(-4px)}.value-icon{background-color:var(--sky-light);width:44px;height:44px;color:var(--navy-main);border-radius:10px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.value-card h3{margin-bottom:.75rem;font-size:1.1rem}.value-card p{color:var(--text-muted);font-size:.85rem}.process-grid{grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:2rem;display:grid;position:relative}.process-grid:before{content:"";background-color:var(--border-light);z-index:1;width:84%;height:2px;position:absolute;top:30px;left:8%}.process-step{text-align:center;z-index:2;position:relative}.process-number{background-color:var(--bg-light);border:2px solid var(--navy-main);width:60px;height:60px;color:var(--navy-main);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.process-step:hover .process-number{background-color:var(--navy-main);color:var(--text-white);transform:scale(1.1);box-shadow:0 0 15px #0b3d914d}.process-title{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.process-desc{color:var(--text-muted);padding:0 .5rem;font-size:.75rem}.compliance-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.compliance-card{background-color:var(--bg-light);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:var(--transition);border-radius:12px;padding:2rem}.compliance-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold-accent);transform:translateY(-4px)}.compliance-icon{color:#16a34a;background-color:#f0fdf4;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;display:flex}.compliance-card h3{margin-bottom:.75rem;font-size:1.1rem}.compliance-card p{color:var(--text-muted);font-size:.85rem}.cta-banner{text-align:center;color:var(--text-white);box-shadow:var(--shadow-lg);border-radius:20px;padding:4.5rem 3rem;position:relative;overflow:hidden;background:linear-gradient(257.83deg,#092030 28.79%,#183364 81.66%,#3d5b92 111.38%)!important}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-banner-content{z-index:10;max-width:700px;margin:0 auto;position:relative}.cta-title{color:var(--text-white);margin-bottom:1rem;font-size:2.25rem;font-weight:700}.cta-desc{color:#fffc;margin-bottom:2rem;font-size:1.05rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.contact-grid{grid-template-columns:.85fr 1.15fr;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-info-card{background-color:var(--bg-alt);border:1px solid var(--border-light);border-radius:16px;padding:2.5rem}.contact-info-title{margin-bottom:1.5rem;font-size:1.35rem}.contact-channels{flex-direction:column;gap:1.5rem;display:flex}.contact-channel-item{gap:1rem;display:flex}.contact-channel-icon{background-color:var(--sky-light);width:40px;height:40px;color:var(--navy-main);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-channel-details h4{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.contact-channel-details p,.contact-channel-details a{color:var(--text-muted);font-size:.85rem}.contact-channel-details a:hover{color:var(--navy-main)}.contact-reg-details{border-top:1px solid var(--border-light);color:var(--text-muted);margin-top:2rem;padding-top:2rem;font-size:.75rem}.contact-reg-details p{margin-bottom:.4rem}.contact-form-wrapper{background-color:var(--bg-light);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;padding:3rem}.form-title{margin-bottom:1.5rem;font-size:1.5rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group-full{grid-column:span 2}.form-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}.form-input,.form-select,.form-textarea{font-family:var(--font-body);border:1px solid var(--border-light);background-color:var(--bg-alt);color:var(--text-dark);transition:var(--transition);border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.9rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--navy-main);background-color:var(--bg-light);outline:none;box-shadow:0 0 0 3px #0b3d911a}.form-textarea{resize:vertical;min-height:120px}.form-status{border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem;font-weight:500}.form-status-success{color:#065f46;background-color:#d1fae5;border:1px solid #a7f3d0}.form-status-error{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5}.footer{color:var(--text-white);border-top:1px solid #ffffff0d;padding:5rem 0 2rem;background:linear-gradient(257.83deg,#092030 28.79%,#183364 81.66%,#3d5b92 111.38%)!important}.footer-grid{grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-about{flex-direction:column;display:flex}.footer-logo-container{margin-bottom:1.5rem}.footer-about-text{color:#fff;margin-bottom:1.5rem;font-size:.85rem;line-height:1.7}.footer-socials{gap:1rem;display:flex}.footer-social-icon{width:36px;height:36px;color:var(--text-white);transition:var(--transition);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social-icon:hover{background-color:var(--sky-blue);color:var(--navy-deep);transform:translateY(-2px)}.footer-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-white);margin-bottom:1.75rem;font-size:1rem;font-weight:600;position:relative}.footer-title:after{content:"";background-color:var(--gold-accent);width:30px;height:2px;position:absolute;bottom:-.5rem;left:0}.footer-links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.footer-link-item a{color:#fff;font-size:.85rem}.footer-link-item a:hover{color:var(--sky-blue);padding-left:4px}.footer-contact-details{flex-direction:column;gap:1rem;display:flex}.footer-contact-item{gap:.75rem;display:flex}.footer-contact-item svg{color:var(--sky-blue);flex-shrink:0}.footer-contact-text{color:#fff;font-size:.85rem}.footer-contact-text a:hover{color:var(--sky-blue)}.footer-bottom{color:#fff;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;display:flex}.footer-legal-links{gap:1.5rem;display:flex}.footer-legal-links a:hover{color:var(--sky-blue)}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background-color:#050d18d9;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:var(--bg-light);width:100%;max-width:680px;max-height:85vh;box-shadow:var(--shadow-lg), var(--shadow-glow);border:1px solid #38bdf833;border-radius:20px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto}.modal-close{background:var(--bg-alt);border:1px solid var(--border-light);cursor:pointer;width:36px;height:36px;color:var(--text-dark);transition:var(--transition);z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background-color:var(--text-dark);color:var(--text-white)}.modal-header{border-bottom:1px solid var(--border-light);align-items:center;gap:1.25rem;padding:2.5rem 2.5rem 1.5rem;display:flex}.modal-icon-wrapper{background-color:var(--sky-light);width:48px;height:48px;color:var(--navy-main);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-title{font-size:1.5rem;font-weight:700}.modal-body{padding:2.5rem}.modal-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;font-weight:700}.modal-list{flex-direction:column;gap:.8rem;margin-bottom:2rem;display:flex}.modal-list-item{gap:.75rem;font-size:.95rem;display:flex}.modal-list-item svg{color:var(--sky-blue);flex-shrink:0;margin-top:.2rem}.floating-cta{z-index:999;background-color:var(--navy-main);color:var(--text-white);box-shadow:0 10px 25px #0b3d9166, var(--shadow-glow);font-family:var(--font-heading);cursor:pointer;transition:var(--transition);border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.85rem;font-weight:600;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-cta:hover{background-color:var(--navy-hover);transform:translateY(-4px)scale(1.02)}.scroll-top-btn{z-index:999;background-color:var(--bg-light);border:1px solid var(--border-light);width:44px;height:44px;color:var(--navy-deep);box-shadow:var(--shadow-md);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;left:2rem}.scroll-top-btn:hover{background-color:var(--navy-main);color:var(--text-white);transform:translateY(-4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){html{font-size:15px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.75rem}.hero-stats{grid-template-columns:repeat(2,1fr)}.industries-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.process-grid:before{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){html{font-size:14px;overflow-x:hidden}.top-contact-banner{display:none!important}.container{padding:0 1.5rem}.header-container-wrapper{padding:.25rem 0;top:0!important}.header{width:100%;padding:.25rem 1.5rem}.nav-menu,.header-cta{display:none}.mobile-toggle{color:var(--navy-deep);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.mobile-toggle:hover{color:var(--sky-blue)}.logo-img{height:76px}.logo-scrolled{height:60px}.hero-title{font-size:2.25rem}.hero-buttons{flex-direction:column;gap:.75rem}.about-features,.mv-grid,.choose-grid,.compliance-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.form-grid{grid-template-columns:1fr}.form-group-full{grid-column:span 1}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.mobile-drawer-overlay{z-index:1001;background-color:#050d18f2;flex-direction:column;width:100%;height:100%;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.mobile-drawer-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.mobile-drawer-logo-title{color:var(--text-white);font-size:1.25rem;font-weight:700}.mobile-drawer-close{color:var(--text-white);cursor:pointer;background:0 0;border:none}.mobile-drawer-menu{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.mobile-drawer-link{font-family:var(--font-heading);color:#fffc;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:1.25rem;font-weight:600}.mobile-drawer-link:hover,.mobile-drawer-link.active{color:var(--sky-blue)}.mobile-drawer-cta{width:100%}@media (width<=480px){html{font-size:13.5px}.logo-img{height:64px}.logo-scrolled{height:52px}.hero-title{line-height:1.25;font-size:1.85rem!important}.hero-subtitle{font-size:.95rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-stat-card{border-bottom:1px solid #1833641a;border-right:none;padding-bottom:.75rem;padding-right:0}.hero-stat-card:last-child{border-bottom:none;padding-bottom:0}.section{padding:3rem 0}.section-title{font-size:1.85rem}.industries-grid{grid-template-columns:1fr}.footer-bottom{font-size:.7rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}
