:root{--primary-blue: #1e40af;--primary-dark: #0f172a;--primary-light: #eff6ff;--accent-cyan: #22d3ee;--text-main: #0f172a;--text-muted: #475569;--text-light: #f8fafc;--bg-body: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--font-family: "Inter", sans-serif;--gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #312e81 100%);--gradient-text-hero: linear-gradient(to right, #ffffff, #dbeafe, #bfdbfe);--gradient-text-accent: linear-gradient(to right, #22d3ee, #60a5fa, #818cf8);--gradient-card-icon: linear-gradient(135deg, #eff6ff, #e0e7ff);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--container-width: 1280px;--nav-height: 80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;font-size:1rem;transition:all .2s ease;outline:none}.btn-full{width:100%}.btn-primary{background-color:var(--primary-blue);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:#1e3a8a;box-shadow:var(--shadow-lg)}.btn-primary.gradient-btn{background:linear-gradient(to right,#2563eb,#4f46e5)}.btn-primary.gradient-btn:hover{background:linear-gradient(to right,#3b82f6,#6366f1)}.btn-secondary{background-color:#fff;color:#1e3a8a;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background-color:#f8fafc;border-color:#bfdbfe}.btn-outline{background-color:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all .3s ease}.navbar-scrolled{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 0;box-shadow:var(--shadow-md);border-bottom:1px solid rgba(255,255,255,.2)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:3rem}.nav-logo-link{display:flex;align-items:center;gap:.5rem}.nav-logo-icon{padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.nav-logo-icon.light{background-color:#ffffff1a;color:#fff}.nav-logo-icon.dark{background:linear-gradient(135deg,#2563eb,#4338ca);color:#fff;box-shadow:var(--shadow-md)}.nav-brand{font-size:1.25rem;font-weight:700;background-clip:text;-webkit-background-clip:text;color:transparent}.nav-brand.light{background-image:linear-gradient(to right,#fff,#e0e7ff,#fff)}.nav-brand.dark{background-image:linear-gradient(to right,#1e40af,#4338ca,#2563eb)}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.875rem;font-weight:500;transition:all .2s}.nav-link.light{color:#e2e8f0}.nav-link.light:hover{color:#fff}.nav-link.light.active{color:#fff;border-bottom:2px solid white}.nav-link.dark{color:#475569}.nav-link.dark:hover{color:#1d4ed8}.nav-link.dark.active{color:#1d4ed8;font-weight:600}.mobile-toggle{display:none;padding:.5rem;border-radius:.375rem}.mobile-toggle:hover{background-color:#ffffff1a}.mobile-toggle.dark:hover{background-color:#0000000d}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #f1f5f9;box-shadow:var(--shadow-lg);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{padding:1rem;font-size:1rem;font-weight:500;border-left:4px solid transparent;color:var(--text-muted)}.mobile-nav-link:hover{background-color:#f8fafc;color:var(--text-main)}.mobile-nav-link.active{background-color:#eff6ff;border-left-color:#2563eb;color:#1e40af}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:5rem;background:var(--gradient-hero);overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(34,211,238,.2),transparent,transparent);z-index:1}.hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;mix-blend-mode:overlay;z-index:0}.hero-bg-img img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#dbeafe;font-size:.875rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pulse-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:#22d3ee;margin-right:.5rem;box-shadow:0 0 10px #22d3eecc;animation:pulse 2s infinite}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;max-width:65rem}.hero-title span.line1{background:var(--gradient-text-hero);-webkit-background-clip:text;background-clip:text;color:transparent;display:block}.hero-title span.line2{background:var(--gradient-text-accent);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{font-size:1.25rem;color:#dbeafee6;max-width:42rem;margin-bottom:2.5rem;font-weight:300}.hero-actions{display:flex;gap:1.25rem}.home-services-section{position:relative;padding:6rem 0;background-color:#f8fafc}.fade-overlay{position:absolute;top:0;left:0;right:0;height:6rem;background:linear-gradient(to bottom,#f1f5f9,#f8fafc);opacity:.5}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.service-icon-wrapper{width:3.5rem;height:3.5rem;border-radius:.5rem;background:var(--gradient-card-icon);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .3s}.service-card:hover .service-icon-wrapper{background:linear-gradient(135deg,#2563eb,#4f46e5)}.service-icon{color:#2563eb;transition:color .3s}.service-card:hover .service-icon{color:#fff}.card-title{font-size:1.25rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem}.card-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.card-link{display:inline-flex;align-items:center;color:#1d4ed8;font-weight:500;cursor:pointer}.card-link:hover{color:#1e3a8a}.trust-section{background:#fff;padding:5rem 0;border-top:1px solid #f1f5f9}.trust-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.trust-list{display:flex;flex-direction:column;gap:1rem}.trust-item{display:flex;align-items:flex-start;font-size:1.125rem;color:#334155}.trust-icon{color:#4f46e5;margin-right:.75rem;margin-top:.25rem;flex-shrink:0}.trust-image-wrapper{position:relative}.trust-image-bg{position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:.75rem;transform:rotate(2deg);z-index:0}.trust-img{position:relative;z-index:1;border-radius:.5rem;box-shadow:var(--shadow-lg);width:100%;height:auto}.cta-section{background:var(--primary-dark);padding:4rem 0;position:relative;overflow:hidden;text-align:center}.cta-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f172a,#1e3a8a66,#0f172a)}.cta-content{position:relative;z-index:10;max-width:48rem;margin:0 auto}.footer{background-color:var(--primary-dark);color:#cbd5e1;padding-top:3rem;padding-bottom:3rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer-brand{margin-bottom:1rem}.footer-brand-title{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-desc{font-size:.875rem;line-height:1.6;color:#94a3b8;max-width:20rem}.footer-heading{font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-links li{margin-bottom:.75rem}.footer-links a{font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #1e293b;margin-top:3rem;padding-top:2rem;text-align:center;font-size:.75rem;color:#64748b}.page-header{background-color:#f8fafc;padding:4rem 0;border-bottom:1px solid #e2e8f0;text-align:center;margin-top:var(--nav-height)}.page-title{font-size:2.25rem;font-weight:700;color:var(--text-main);margin-bottom:1rem}.page-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:48rem;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:5rem}.value-card{text-center:center;padding:1.5rem}.icon-circle{width:4rem;height:4rem;background-color:#dbeafe;color:#1d4ed8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.founder-section{background:#fff;border-radius:1rem;box-shadow:var(--shadow-xl);border:1px solid #f1f5f9;overflow:hidden}.founder-grid{display:grid;grid-template-columns:1fr}.founder-img-container{background-color:#e2e8f0;position:relative;min-height:20rem}.founder-img{width:100%;height:100%;object-fit:cover;position:absolute}.founder-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.stat-item{border-left:4px solid #2563eb;padding-left:1rem}.stat-number{font-size:1.5rem;font-weight:700;color:var(--text-main);display:block}.stat-label{font-size:.875rem;color:var(--text-muted)}.services-header{background-color:#1e3a8a;color:#fff;padding:4rem 0;margin-top:var(--nav-height)}.services-list{display:flex;flex-direction:column;gap:3rem;margin-top:-2rem;margin-bottom:4rem}.service-row{background:#fff;border-radius:.75rem;box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column}.service-row-icon{background-color:#f8fafc;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #f1f5f9}.service-row-content{padding:2rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.feature-grid{display:grid;grid-template-columns:1fr;gap:1rem}.feature-item{display:flex;align-items:flex-start}.check-icon{background-color:#dcfce7;color:#15803d;padding:.125rem;border-radius:50%;margin-right:.75rem;margin-top:.125rem}.contact-container{min-height:100vh;background-color:#f8fafc;padding-top:calc(var(--nav-height) + 2rem);padding-bottom:4rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}.contact-info-card{background-color:#1e3a8a;color:#fff;border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;justify-content:space-between}.contact-detail-item{display:flex;align-items:flex-start;margin-bottom:2rem}.contact-form-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid #f1f5f9}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.success-message{text-align:center;padding:3rem 0}@keyframes pulse{0%{box-shadow:0 0 #22d3eeb3}70%{box-shadow:0 0 0 10px #22d3ee00}to{box-shadow:0 0 #22d3ee00}}@media(min-width:640px){.hero-title{font-size:3rem}.services-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr 1fr}}@media(min-width:768px){.hero-title{font-size:4rem}.hero-actions{flex-direction:row}.services-grid{grid-template-columns:repeat(3,1fr)}.mobile-toggle{display:none}.nav-links{display:flex}.footer-grid{grid-template-columns:2fr 1fr 1fr}.about-grid{grid-template-columns:repeat(3,1fr)}.founder-grid{grid-template-columns:1fr 1fr}.service-row{flex-direction:row}.service-row-icon{width:33%;border-right:1px solid #f1f5f9;border-bottom:none}.contact-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}
