:root{font-family:Roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#5c6bc0;text-decoration:inherit}a:hover{color:#7986cb}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;margin:0}h2{font-size:2.4em;line-height:1.2;margin:0}h3{font-size:1.8em;line-height:1.3;margin:0}p{margin:0}button{border-radius:4px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#5c6bc0;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#7986cb}button:focus,button:focus-visible{outline:2px solid #5c6bc0}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column}.header{color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000004d}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;display:flex;align-items:center}.logo-icon{margin-right:.5rem;color:#f06292}.hero-container{width:100%;display:flex;justify-content:center;align-items:center}.hero{background:linear-gradient(135deg,#e8f1fd,#d0e1f9);color:#333;padding:4rem 0;text-align:center;box-shadow:inset 0 -2px 4px #0000000d}.hero-content{max-width:900px;margin:0 auto;padding:0 1rem;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a4f8b;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-description{font-size:1.2rem;max-width:800px;margin:0 auto 2rem;line-height:1.6;text-align:center;color:#444}.services{padding:4rem 0;background-color:#fff}.services-content{max-width:1200px;margin:0 auto;padding:0 1rem}.services-title{text-align:center;margin-bottom:4rem;color:#1a4f8b;text-shadow:0 1px 2px rgba(0,0,0,.05)}.services-grid{display:flex;flex-direction:row;justify-content:center;gap:2rem;margin-top:24px}.service-card{height:300px;width:300px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;border:1px solid #e0e0e0}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a;border:1px solid #d0d0d0}.service-icon{font-size:3rem;color:#1a4f8b}.founders-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:1rem 0;margin:0 auto}.founder-card{width:100%;min-height:500px;height:auto;flex-shrink:0;background-color:#fff;border:1px solid #e0e0e0}.footer{background-color:#1a4f8b;color:#fff;padding:2rem 0;margin-top:auto;box-shadow:0 -2px 4px #0000001a}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.footer-text{font-size:.9rem;color:#e0e0e0}.footer-links{display:flex;gap:1rem}.coming-soon-wrapper{position:relative;display:inline-block}.coming-soon-banner{position:absolute;top:-10px;right:-10px;background-color:#ff9800;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:4px;font-weight:500;box-shadow:0 2px 4px #0003;z-index:1;white-space:nowrap}@media (max-width: 768px){.services-grid{flex-direction:column;align-items:center}.footer-content{flex-direction:column;gap:1rem}.founders-container{padding-bottom:1rem}}
