*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#fff}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1rem}}.header{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo img{height:60px;display:block}.nav{display:flex;gap:2rem}.nav a{color:#1b369b;text-decoration:none;font-weight:600;cursor:pointer;transition:color .3s ease;font-size:1rem}.nav a:hover{color:#0d1e5c}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-toggle span{width:25px;height:3px;background:#1b369b;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.logo img{height:45px}.mobile-menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav.active{transform:translateY(0);opacity:1;pointer-events:all}.nav a{padding:.75rem 0;border-bottom:1px solid #f0f0f0}}.hero{background:#111 url(/images/header4.jpg) center center / cover no-repeat;color:#fff;padding:8rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:transparent;z-index:0}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;line-height:1.2;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);letter-spacing:-.5px}.hero-subtitle{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.5);letter-spacing:.5px}.hero-description{font-size:1.25rem;line-height:1.8;margin:0 0 3rem;color:#fff;font-weight:400;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.8rem;font-weight:800;margin-bottom:.5rem;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.stat-label{font-size:1rem;color:#fff;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media (max-width: 768px){.hero{padding:5rem 0 4rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.05rem}.hero-stats{flex-direction:column;gap:2rem}.stat-number{font-size:2rem}}.services{padding:6rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin:0 0 4rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000001f}.service-icon{font-size:3.5rem;margin-bottom:1.5rem}.service-title{font-size:1.4rem;font-weight:600;color:#333;margin:0 0 1rem}.service-description{font-size:1rem;line-height:1.6;color:#666;margin:0}@media (max-width: 768px){.services{padding:4rem 0}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}}.audit{padding:6rem 0;background:#1b369b;color:#fff}.audit .section-title,.audit .section-subtitle{color:#fff}.audit-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.audit-info h3{font-size:1.8rem;margin-bottom:1.5rem}.audit-info ul{list-style:none;padding:0;margin:0 0 2rem}.audit-info li{padding:.75rem 0 .75rem 1.5rem;position:relative}.audit-info li:before{content:"✓";position:absolute;left:0;font-weight:700;color:gold}.audit-cta{background:#ffffff26;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:2rem}.cta-text{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.cta-button{background:#fff;color:#1b369b;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.audit-steps{display:flex;flex-direction:column;gap:2rem}.audit-step{display:flex;gap:1.5rem;align-items:flex-start}.step-number{font-size:3rem;font-weight:700;color:#ffffff4d;line-height:1;flex-shrink:0}.step-content h4{font-size:1.3rem;margin:0 0 .5rem}.step-content p{margin:0;color:#ffffffe6;line-height:1.6}@media (max-width: 968px){.audit-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.audit{padding:4rem 0}.step-number{font-size:2rem}}.contact{padding:6rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2.5rem;flex-shrink:0}.info-details h3{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 .5rem}.info-details p{font-size:1rem;color:#666;line-height:1.6;margin:0}.info-details a{color:#1b369b;text-decoration:none;font-weight:500;transition:color .3s ease}.info-details a:hover{color:#0d1e5c;text-decoration:underline}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1b369b}.form-group textarea{resize:vertical}.submit-button{background:#1b369b;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{background:#0d1e5c;transform:translateY(-2px);box-shadow:0 4px 12px #1b369b4d}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact{padding:4rem 0}.contact-form-wrapper{padding:1.5rem}.info-item{flex-direction:column;align-items:center;text-align:center}}.app{min-height:100vh;display:flex;flex-direction:column}.footer{background:#333;color:#fff;padding:2rem 0;text-align:center;margin-top:auto}.footer p{margin:0;font-size:.95rem;opacity:.9}
