*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.app{display:flex;flex-direction:column;min-height:100vh}.navbar{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;margin:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;font-weight:700}.subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.hero-cta{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #0003}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.about{padding:4rem 2rem;background:#f8f9fa}.about h2{font-size:2.5rem;margin-bottom:2rem;color:#1a1a2e;text-align:center}.about-intro{font-size:1.2rem;color:#555;margin-bottom:2rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.stats{display:flex;justify-content:center;gap:4rem;margin:3rem 0}.stat{text-align:center}.stat-number{display:block;font-size:3rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{display:block;font-size:1rem;color:#666;font-weight:500}.about-description{font-size:1.1rem;color:#666;line-height:1.8;max-width:900px;margin:0 auto;text-align:center}.capabilities{padding:4rem 2rem}.capabilities h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e;text-align:center}.section-intro{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.integrations{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.integration-card{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #667eea}.integration-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a2e}.integration-card p{color:#666;margin-bottom:1.5rem;line-height:1.8}.integration-card ul{list-style:none;color:#555}.integration-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.integration-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.who-we-serve{padding:4rem 2rem;background:#f8f9fa}.who-we-serve h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a2e;text-align:center}.serve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.serve-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s}.serve-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.serve-card h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem}.serve-card p{color:#666;line-height:1.8}.vision-statement{text-align:center;margin-top:3rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.vision-statement h3{font-size:1.8rem;color:#1a1a2e;margin-bottom:1.5rem;font-weight:600}.serve-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s}.serve-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.footer{background:#1a1a2e;color:#fff;padding:2rem;text-align:center;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer p{margin:.5rem 0;opacity:.9}.footer a{color:#667eea;text-decoration:none;font-weight:500}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-content h1{font-size:2rem}.subtitle{font-size:1.1rem}.stats{flex-direction:column;gap:2rem}.integrations,.serve-grid{grid-template-columns:1fr}.about h2,.capabilities h2,.who-we-serve h2{font-size:2rem}}
