*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#1a365d;color:#fff;padding:1rem 0;box-shadow:0 2px 5px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h1{font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.tagline{font-size:.9rem;opacity:.9;font-style:italic}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:#4299e1}.hero{background:linear-gradient(135deg,#2d3748,#1a365d);color:#fff;padding:150px 0 100px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto;padding:0 20px}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;color:#4299e1;font-weight:600}.hero-description{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.7;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid transparent}.btn-primary{background-color:#4299e1;color:#fff;border-color:#4299e1}.btn-primary:hover{background-color:#3182ce;border-color:#3182ce;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background-color:#fff;color:#1a365d}.services{padding:100px 0;background-color:#f7fafc}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a365d}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#1a365d}.service-card p{color:#666;line-height:1.6}.about{padding:100px 0;background-color:#fff}.about h2{font-size:2.5rem;margin-bottom:2rem;color:#1a365d}.about-content{max-width:1000px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#666;line-height:1.7}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature{padding:1.5rem;border-left:4px solid #4299e1;background-color:#f7fafc}.feature h4{font-size:1.2rem;margin-bottom:.5rem;color:#1a365d}.feature p{color:#666}.contact{padding:100px 0;background-color:#f7fafc}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a365d}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.5rem;margin-bottom:2rem;color:#1a365d}.contact-item{margin-bottom:1.5rem}.contact-item strong{display:block;margin-bottom:.5rem;color:#1a365d}.contact-item a{color:#4299e1;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.contact-form h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1a365d}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4299e1}.form-group textarea{resize:vertical;min-height:100px}.footer{background-color:#1a365d;color:#fff;padding:2rem 0;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-brand h3{font-size:1.3rem;margin-bottom:.5rem}.footer-brand p{opacity:.8;font-size:.9rem}.footer-info{text-align:right}.footer-info p{opacity:.8;font-size:.9rem;margin-bottom:.25rem}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem;text-align:center}.nav{gap:1rem}.hero{padding:120px 0 80px}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;text-align:center}.footer-info{text-align:center}.services-grid,.features{grid-template-columns:1fr}}@media (max-width: 480px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.services h2,.about h2,.contact h2{font-size:2rem}.container{padding:0 15px}}
