:root{--color-primary: #10b981;--color-secondary: #06b6d4;--color-accent: #3b82f6;--color-bg-dark: #0a1628;--color-bg-darker: #050d1a;--color-bg-card: #0f1f3a;--color-text-primary: #ffffff;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--gradient-primary: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);--gradient-bg: linear-gradient(180deg, #0a1628 0%, #0f1f3a 100%);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--shadow-glow: 0 0 20px rgba(16, 185, 129, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background:var(--color-bg-dark);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-lg)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{padding:var(--spacing-3xl) 0}.section-title{font-size:var(--font-size-4xl);text-align:center;margin-bottom:var(--spacing-xl)}.section-subtitle{font-size:var(--font-size-sm);color:var(--color-primary);text-align:center;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--spacing-sm);font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@media(max-width:768px){.section{padding:var(--spacing-2xl) 0}.section-title{font-size:var(--font-size-3xl)}.container{padding:0 var(--spacing-md)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a1628cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.header.scrolled{background:#0a1628f2;box-shadow:0 4px 20px #0000004d}.header-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1400px}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;color:#fff}.logo-text{display:flex;flex-direction:column;gap:0;line-height:1}.logo-title{font-size:1.25rem;font-weight:700;color:#fff}.logo-subtitle{font-size:.625rem;color:var(--color-text-secondary);letter-spacing:.1em;font-weight:500}.nav{display:flex;align-items:center;gap:2rem}.nav-link{background:none;color:var(--color-text-secondary);font-size:.9375rem;font-weight:500;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav-link:hover{color:var(--color-text-primary)}.nav-link:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9375rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem}.mobile-menu-toggle span{width:25px;height:2px;background:#fff;transition:all .3s ease}@media(max-width:768px){.header-container{padding:1rem 1.5rem}.nav{position:fixed;top:70px;left:0;right:0;background:#0a1628fa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s ease;border-top:1px solid rgba(255,255,255,.05)}.nav.mobile-open{transform:translate(0)}.mobile-menu-toggle{display:flex}.cta-button{width:100%;justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;overflow:hidden;text-align:center}.hero-background{position:absolute;inset:0;background:linear-gradient(180deg,#0a1628,#0f1f3a,#0a1628);z-index:-1}.hero-background:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.hero-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:600;color:var(--color-primary);letter-spacing:.05em;margin:0 auto 2rem;width:fit-content;animation:fadeInUp .8s ease}.badge-dot{width:8px;height:8px;background:var(--color-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fadeInUp .8s ease .2s both}.hero-description{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:2.5rem;animation:fadeInUp .8s ease .4s both}.hero-cta{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;animation:fadeInUp .8s ease .6s both}.btn-primary{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 20px #10b9814d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #10b98166}.btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff4d}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;animation:fadeInUp .8s ease .8s both}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:1rem;transition:all .3s ease}.stat-card:hover{background:#ffffff0d;border-color:#10b9814d;transform:translateY(-5px)}.stat-icon{flex-shrink:0}.stat-content{flex:1}.stat-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--color-text-secondary);line-height:1.2}.trusted-section{text-align:center;padding-top:3rem;border-top:1px solid rgba(255,255,255,.05);animation:fadeInUp .8s ease 1s both}.trusted-text{font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}.trusted-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.logo-item{font-size:1.5rem;font-weight:700;color:#fff3;letter-spacing:.1em;transition:all .3s ease}.logo-item:hover{color:#fff6}@media(max-width:1024px){.hero-title{font-size:3rem}.hero-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding-top:100px}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-description br{display:none}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.hero-stats{grid-template-columns:1fr}.trusted-logos{gap:1.5rem}.logo-item{font-size:1.25rem}}.challenges{background:linear-gradient(180deg,#0a1628,#0f1f3a)}.challenges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.challenge-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:2rem;transition:all .3s ease;animation:fadeInUp .6s ease both}.challenge-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-5px)}.challenge-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.challenge-card:hover .challenge-icon{transform:scale(1.1)}.challenge-title{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.75rem}.challenge-description{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}@media(max-width:1024px){.challenges-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.challenges-grid{grid-template-columns:1fr;gap:1.5rem}}.solutions{background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.solutions .section-subtitle,.solutions .section-title,.solutions .solution-title{color:#0f172a}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.solution-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1.5rem;padding:2.5rem;transition:all .3s ease;animation:fadeInUp .6s ease both;display:flex;flex-direction:column}.solution-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px);border-color:#10b98133}.solution-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;transition:transform .3s ease}.solution-card:hover .solution-icon{transform:scale(1.1) rotate(5deg)}.solution-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.solution-description{font-size:.9375rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem;flex:1}.solution-link{color:#10b981;font-weight:600;font-size:.9375rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.25rem}.solution-link:hover{color:#059669;gap:.5rem}@media(max-width:1024px){.solutions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card{padding:2rem}}.expertise{background:linear-gradient(135deg,#0a1628,#1e293b);position:relative;overflow:hidden}.expertise:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(16,185,129,.1) 0%,transparent 50%);pointer-events:none}.expertise-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.profile-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.profile-info{flex:1}.profile-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.profile-role{font-size:.9375rem;color:var(--color-primary);font-weight:500}.profile-quote{background:#10b9810d;border-left:3px solid var(--color-primary);padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.profile-quote p{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7;font-style:italic}.profile-credentials{display:flex;flex-direction:column;gap:1rem}.credential-item{display:flex;align-items:center;gap:.75rem;color:var(--color-text-secondary);font-size:.9375rem}.credential-item svg{flex-shrink:0}.expertise-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.expertise-description{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:3rem}.expertise-features{display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;gap:1.5rem}.feature-icon{width:60px;height:60px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-content{flex:1}.feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-description{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}@media(max-width:1024px){.expertise-content{grid-template-columns:1fr;gap:3rem}.expertise-title{font-size:2.5rem}}@media(max-width:768px){.profile-card{padding:2rem}.expertise-title{font-size:2rem}.expertise-description{font-size:1rem}}.contact{background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.contact .section-subtitle,.contact .section-title{color:#0f172a}.contact-form-wrapper{max-width:700px;margin:3rem auto 0}.contact-form{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1.5rem;padding:3rem;box-shadow:0 10px 40px #0000000d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-size:.9375rem;font-weight:600;color:#0f172a}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;font-family:inherit;transition:all .3s ease;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 20px #3b82f64d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #3b82f666}@media(max-width:768px){.contact-form{padding:2rem}.form-row{grid-template-columns:1fr;gap:0}}.footer{background:#050d1a;border-top:1px solid rgba(255,255,255,.05);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.05)}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;color:#fff}.footer-logo .logo-title{font-size:1.5rem;font-weight:700;color:#fff}.footer-tagline{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.footer-heading{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:var(--color-text-secondary);font-size:.9375rem;transition:color .3s ease}.contact-item:hover{color:var(--color-primary)}.contact-item svg{flex-shrink:0;color:var(--color-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--color-text-secondary);font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:var(--color-primary)}.footer-copyright{font-size:.875rem;color:var(--color-text-muted)}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}.App{min-height:100vh;overflow-x:hidden}
