:root{--primary-color: #004a99;--secondary-color: #f4f4f4;--text-color: #333;--light-text: #fff;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-color);line-height:1.6;background-color:#fff;min-height:100vh}a{text-decoration:none;color:var(--primary-color);transition:color .3s}.btn{display:inline-block;background:var(--primary-color);color:var(--light-text);padding:.75rem 1.5rem;border-radius:5px;transition:background .3s ease;border:none;cursor:pointer;font-weight:600;text-transform:uppercase}.section{padding:4rem 5%;text-align:center;overflow:hidden}.section h2{font-size:2.2rem;margin-bottom:.5rem;color:var(--primary-color)}.main-header{background:var(--primary-color);color:var(--light-text);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.hero-section{background:linear-gradient(#0009,#0006),url(/hero-bg.jpg);background-size:cover;background-position:center;background-color:#333;height:70vh;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--light-text);padding:0 5%}.hero-content{max-width:900px;padding:2rem;background:#004a99b3;border-radius:12px}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;line-height:1.2;font-weight:700}.hero-content p{font-size:1.5rem;margin-bottom:2rem;font-weight:300}.hero-btn{padding:1rem 2.5rem;font-size:1.1rem;background-color:#fff;color:var(--primary-color);border:2px solid #fff}@media(max-width:768px){.hero-section{height:60vh}.hero-content h1{font-size:2.2rem}.hero-content p{font-size:1.1rem}}.services-section{background-color:var(--secondary-color)}.services-section .subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:2rem;border-radius:8px;text-align:left;transition:transform .3s,box-shadow .3s;border-left:5px solid var(--primary-color);box-shadow:0 4px 8px #0000000d}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.service-card h3{color:var(--primary-color);margin-bottom:.75rem;font-size:1.5rem}.service-card p{color:var(--text-color);margin-bottom:1.5rem;line-height:1.7}.learn-more{font-weight:600;color:var(--primary-color)}.learn-more:hover{text-decoration:underline}.contact-section{background-color:#fff}.contact-info{font-size:1.1rem;color:#666;margin-bottom:2rem}.contact-details{max-width:600px;margin:0 auto 3rem;text-align:left;padding:1rem;border:1px solid var(--secondary-color);border-radius:8px;background-color:var(--secondary-color)}.contact-details p{margin:.5rem 0;font-weight:500;color:var(--text-color)}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;padding:2rem;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000000d}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=subject],.contact-form textarea{padding:1rem;border:1px solid #ccc;border-radius:5px;width:100%;font-family:inherit;font-size:1rem}.contact-form textarea{resize:vertical;min-height:150px}.form-note{margin-top:2rem;font-size:.9rem;color:#999}.about-section{background-color:var(--secondary-color);text-align:center}.about-content{max-width:1000px;margin:0 auto}.lead-text{font-size:1.2rem;color:var(--text-color);margin-bottom:3rem}.commitment-points{display:flex;justify-content:space-around;gap:20px;margin-top:2rem;flex-wrap:wrap}.point{flex:1;min-width:250px;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000000d;text-align:left}.point h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.4rem}
