:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;width:100%}#root{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.75rem}.navbar-logo{height:40px;width:40px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.5px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-links a:hover{opacity:.8;text-decoration:underline}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0;text-align:center;flex:1;display:flex;align-items:center}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:800;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;font-weight:300}.cta-button{display:inline-block;background:#ff6b6b;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b66}.cta-button:hover{background:#ff5252;transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b99}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{padding:4rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1e3c72;font-weight:800}.services{background:#f8f9fa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1e3c72}.service-card p{color:#666;line-height:1.7}.about{background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:2rem;color:#1e3c72;margin-bottom:1rem}.about-text p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.8}.about-text .service-area{font-weight:600;color:#2a5298;font-style:italic;margin-top:1rem}.benefits-list{list-style:none}.benefits-list li{font-size:1.1rem;margin-bottom:.8rem;color:#333;font-weight:500}.placeholder-image{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;height:350px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:1.3rem;font-weight:600;box-shadow:0 8px 24px #0000001f}.contact{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;text-align:center}.contact-form{display:flex;gap:1rem;justify-content:center;margin:2rem 0;flex-wrap:wrap;max-width:500px;margin-left:auto;margin-right:auto}.contact-form input{flex:1;min-width:250px;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-family:inherit}.submit-button{padding:1rem 2rem;background:#ff6b6b;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.submit-button:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b6b66}.success-message{color:#4ade80;font-weight:600;margin-top:1rem;font-size:1.1rem;animation:fadeInUp .5s ease-out}.contact-info{margin-top:2rem;font-size:1.1rem;opacity:.95}.footer{background:#0f2438;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.nav-links{gap:1rem;font-size:.9rem}.about-content{grid-template-columns:1fr;gap:2rem}.contact-form{flex-direction:column}.contact-form input{min-width:auto}.hero{padding:4rem 0}section{padding:2rem 0}}
