*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-brand h2{color:#1e3a8a;font-weight:700;font-size:1.5rem}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#1e3a8a}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#f59e0b;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1e293b;margin-bottom:1.5rem}.accent-text{color:#1e3a8a}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:16px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#1e3a8a;color:#fff}.btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 10px 25px #1e3a8a40}.btn-secondary{background:transparent;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #1e3a8a40}.btn-full{width:100%}.hero-image{position:relative}.hero-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000001a}.services{padding:100px 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.service-card h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.service-card p{color:#64748b;line-height:1.6}.about{padding:100px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.about-text p{font-size:1.125rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.stat p{color:#64748b;font-size:.875rem;margin:0}.about-features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;align-items:center;gap:1rem;color:#64748b}.feature svg{color:#22c55e;flex-shrink:0}.about-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000001a}.contact{padding:100px 0;background:#1e293b;color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.contact-info p{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item svg{color:#f59e0b;flex-shrink:0;margin-top:.25rem}.contact-item h4{font-weight:600;margin-bottom:.5rem}.contact-item p{color:#94a3b8;margin:0}.contact-form{background:#334155;padding:2rem;border-radius:16px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#f1f5f9}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #475569;border-radius:8px;background:#1e293b;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f59e0b}.form-group textarea{resize:vertical}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.footer{background:#0f172a;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#f1f5f9}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#f1f5f9}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#f59e0b}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;color:#94a3b8;font-size:.875rem}@media (max-width: 768px){.nav-menu{position:fixed;top:80px;right:-100%;width:100%;height:calc(100vh - 80px);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;gap:1rem;transition:right .3s ease}.nav-menu.active{right:0}.nav-toggle{display:flex}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.btn{padding:14px 28px;font-size:.9rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr;gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.section-header h2,.about-text h2,.contact-info h2{font-size:2rem}.services-grid{grid-template-columns:1fr}.hero-image img,.about-image img{height:300px}}@media (max-width: 480px){.container,.nav-container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.services,.about,.contact{padding:60px 0}.section-header h2,.about-text h2,.contact-info h2{font-size:1.75rem}.service-card,.contact-form{padding:1.5rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}html{scroll-behavior:smooth}.loading{opacity:0;animation:fadeIn .6s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group input.invalid,.form-group textarea.invalid{border-color:#ef4444}.form-group input.valid,.form-group textarea.valid{border-color:#22c55e}.success-message{background:#22c55e;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;display:none}.success-message.show{display:block}
