:root{font-family: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}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;width:100%;min-height:100vh;margin:0;padding:0}#root{min-height:100vh;width:100%}.app{min-height:100vh;width:100%;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;width:100%}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo h1{color:#2c5aa0;font-size:1.8rem;margin-bottom:.2rem}.logo p{color:#666;font-size:.9rem}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#2c5aa0}main{flex:1}.hero{background:linear-gradient(135deg,#2c5aa0,#1e3a8a);color:#fff;padding:4rem 0;text-align:center;width:100%}.hero-content h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#ff6b35;color:#fff;padding:15px 30px;text-decoration:none;border-radius:5px;font-weight:600;font-size:1.1rem;transition:background .3s,transform .2s}.cta-button:hover{background:#e55a2b;transform:translateY(-2px)}.services{padding:4rem 0;background:#f8f9fa;width:100%}.services h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#2c5aa0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.service-card h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.3rem}.service-card p{color:#666}.about{padding:4rem 0;width:100%}.about h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#2c5aa0}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#555}.about-text ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.about-text li{background:#f0f7ff;padding:1rem;border-radius:5px;border-left:4px solid #2c5aa0;font-weight:500}.contact{padding:4rem 0;background:#f8f9fa;width:100%}.contact h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#2c5aa0}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info h3{margin-bottom:1.5rem;color:#2c5aa0}.contact-item{margin-bottom:1rem;padding:1rem;background:#fff;border-radius:5px;box-shadow:0 2px 5px #0000001a}.contact-item strong{color:#2c5aa0}.contact-item a{color:#ff6b35;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:2px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2c5aa0}.form-group textarea{resize:vertical;min-height:100px}.submit-button{width:100%;background:#2c5aa0;color:#fff;padding:15px;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .2s}.submit-button:hover{background:#1e3a8a;transform:translateY(-2px)}.success-message{margin-top:1rem;padding:1rem;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:5px;text-align:center}.footer{background:#2c5aa0;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-content h2{font-size:2rem}.hero-content p{font-size:1rem}.services-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.about-text ul{grid-template-columns:1fr}}
