:root{--brand-navy:#0a1628;--brand-navy-mid:#112240;--brand-navy-light:#1a2f50;--brand-cyan:#00b4d8;--brand-cyan-light:#48cae4;--brand-cyan-glow:#00b4d826;--brand-orange:#ff6b35;--brand-orange-glow:#ff6b3526;--brand-green:#00d4aa;--text-primary:#fff;--text-muted:#8b95a5;--text-dim:#5a6a80}.landing-page{background:var(--brand-navy);color:var(--text-primary);font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#0a1628d9;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;border-radius:8px;width:44px;height:44px}.nav-logo-text{color:#fff;letter-spacing:-.3px;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800}.nav-logo-text span{color:var(--brand-cyan)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-login{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-login:hover{color:#fff}.nav-cta{background:var(--brand-cyan);color:var(--brand-navy);border-radius:8px;padding:.55rem 1.4rem;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .25s}.nav-cta:hover{background:var(--brand-cyan-light);transform:translateY(-1px);box-shadow:0 6px 20px #00b4d84d}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg-glow{pointer-events:none;background:radial-gradient(#00b4d81f 0%,#0000 70%);width:800px;height:500px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.hero-badge{color:var(--brand-cyan);text-transform:uppercase;letter-spacing:.8px;background:#00b4d81a;border:1px solid #00b4d840;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--brand-cyan);border-radius:50%;width:6px;height:6px;animation:1.8s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-headline{letter-spacing:-1px;max-width:820px;margin:0 auto 1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.1}.hero-headline-accent{background:linear-gradient(135deg,var(--brand-cyan)0%,var(--brand-cyan-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.btn-primary{background:var(--brand-cyan);color:var(--brand-navy);border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--brand-cyan-light);transform:translateY(-2px);box-shadow:0 12px 35px #00b4d859}.btn-secondary{color:#fff;background:0 0;border:1px solid #ffffff26;border-radius:10px;padding:.85rem 2rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#ffffff0a;border-color:#ffffff59}.stats-strip{background:#ffffff05;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:0;margin:0 -2rem;display:flex}.stat-item{border-right:1px solid #ffffff0f;flex-direction:column;flex:1;align-items:center;min-width:160px;padding:1.75rem 3rem;display:flex}.stat-item:last-child{border-right:none}.stat-number{color:var(--brand-cyan);margin-bottom:.35rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1}.stat-desc{color:var(--text-muted);text-align:center;font-size:.8rem;line-height:1.4}.section{max-width:1200px;margin:0 auto;padding:6rem 4rem}.section-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--brand-cyan);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{letter-spacing:-.5px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.2}.section-body{color:var(--text-muted);max-width:580px;font-size:1.05rem;line-height:1.75}.section-divider{background:#ffffff0d;width:100%;height:1px}.services-section{background:var(--brand-navy-mid);padding:6rem 0}.services-inner{max-width:1200px;margin:0 auto;padding:0 4rem}.services-header{text-align:center;margin-bottom:4rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.service-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg,var(--brand-cyan),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{background:#00b4d80a;border-color:#00b4d833;transform:translateY(-4px);box-shadow:0 20px 50px #0000004d}.service-card:hover:before{opacity:1}.service-icon{background:var(--brand-cyan-glow);border:1px solid #00b4d833;border-radius:14px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.service-name{margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.service-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.925rem;line-height:1.7}.service-features{flex-direction:column;gap:.6rem;list-style:none;display:flex}.service-features li{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.875rem;display:flex}.service-features li:before{content:"✓";color:var(--brand-cyan);flex-shrink:0;font-size:.8rem;font-weight:700}.how-section{padding:6rem 0}.how-inner{max-width:1200px;margin:0 auto;padding:0 4rem}.how-header{text-align:center;margin-bottom:4rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.steps-connector{pointer-events:none;background:linear-gradient(90deg,#00b4d866,#00b4d81a,#00b4d866);height:1px;position:absolute;top:36px;left:calc(16.66% + 36px);right:calc(16.66% + 36px)}.step-card{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex}.step-number{width:72px;height:72px;color:var(--brand-cyan);z-index:1;background:#00b4d814;background:var(--brand-navy);border:2px solid #00b4d84d;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:flex;position:relative}.step-title{margin-bottom:.6rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.9rem;line-height:1.65}.about-section{background:linear-gradient(135deg,var(--brand-navy-mid)0%,var(--brand-navy-light)100%);padding:6rem 0;position:relative;overflow:hidden}.about-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b4d80f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;right:-200px}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;padding:0 4rem;display:grid}.about-logo-wrap{justify-content:center;align-items:center;display:flex}.about-logo{object-fit:contain;filter:drop-shadow(0 0 40px #00b4d833);width:260px;height:260px}.about-content .section-body{max-width:100%;margin-bottom:2rem}.about-highlights{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-highlight{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.about-highlight-icon{flex-shrink:0;font-size:1.2rem}.about-highlight-text{color:var(--text-muted);font-size:.85rem;line-height:1.5}.about-highlight-text strong{color:#fff;margin-bottom:.15rem;font-size:.875rem;display:block}.why-section{padding:6rem 0}.why-inner{max-width:1200px;margin:0 auto;padding:0 4rem}.why-header{text-align:center;margin-bottom:4rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.why-card{text-align:center;background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.why-card:hover{background:#00b4d80a;border-color:#00b4d833;transform:translateY(-3px)}.why-icon{margin-bottom:1rem;font-size:2rem;display:block}.why-title{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.why-desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.testimonials-section{background:var(--brand-navy-mid);padding:6rem 0}.testimonials-inner{max-width:1200px;margin:0 auto;padding:0 4rem}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:1.25rem;padding:2rem;transition:all .3s;display:flex}.testimonial-card:hover{border-color:#00b4d826;transform:translateY(-3px)}.testimonial-stars{color:#ffb800;letter-spacing:2px;font-size:.875rem}.testimonial-quote{color:var(--text-muted);flex:1;font-size:.925rem;font-style:italic;line-height:1.75}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg,var(--brand-cyan)0%,#1b4f9b 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;display:flex}.testimonial-name{font-size:.875rem;font-weight:600}.testimonial-role{color:var(--text-dim);font-size:.78rem}.cta-section{text-align:center;padding:6rem 4rem;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#00b4d81a 0%,#0000 65%);position:absolute;inset:0}.cta-inner{max-width:680px;margin:0 auto;position:relative}.cta-title{letter-spacing:-.5px;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;line-height:1.15}.cta-title span{color:var(--brand-cyan)}.cta-sub{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-large{padding:1rem 2.5rem;font-size:1rem}.footer{background:#0000004d;border-top:1px solid #ffffff0d;padding:3.5rem 4rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{align-items:center;gap:.75rem;display:flex}.footer-logo-img{object-fit:contain;border-radius:8px;width:38px;height:38px}.footer-logo-text{color:#fff;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.footer-logo-text span{color:var(--brand-cyan)}.footer-tagline{color:var(--text-dim);max-width:260px;font-size:.875rem;line-height:1.6}.footer-col-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-dim);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--brand-cyan)}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-copy{color:var(--text-dim);font-size:.8rem}.footer-copy span{color:var(--brand-cyan)}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--text-dim);font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#fff}@media (max-width:1100px){.why-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:900px){.nav{padding:1rem 2rem}.nav-links{display:none}.section,.services-inner,.how-inner,.about-inner,.why-inner,.testimonials-inner{padding-left:2rem;padding-right:2rem}.services-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:2.5rem}.steps-connector{display:none}.about-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.about-logo{width:180px;height:180px}.about-highlights,.testimonials-grid{grid-template-columns:1fr}.cta-section{padding:4rem 2rem}.footer{padding:3rem 2rem 1.5rem}.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.stat-item{padding:1.25rem 1.5rem}}@media (max-width:600px){.hero{padding:7rem 1.5rem 3rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{text-align:center;justify-content:center;width:100%}.stats-strip{grid-template-columns:repeat(2,1fr);margin:0;display:grid}.stat-item{border-bottom:1px solid #ffffff0f;border-right:none}.why-grid{grid-template-columns:1fr}}
