*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:system-ui,-apple-system,segoe ui,Roboto,helvetica neue,Arial,sans-serif;line-height:1.7;color:#1a1a2e;background:#f8f9fa;min-height:100vh;display:flex;flex-direction:column}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}header{background:#16213e;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15)}.header-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.logo{font-size:1.2rem;font-weight:700;color:#fff;text-decoration:none}.logo:hover{opacity:.85}nav{display:flex;gap:1.5rem}nav a{color:#a8d8ea;text-decoration:none;font-weight:500}nav a:hover{color:#fff}main{flex:1;padding:2.5rem 0}footer{background:#16213e;color:#a8d8ea;padding:1.5rem 0;text-align:center;font-size:.9rem}footer address{font-style:normal;margin-top:.25rem}h1{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#16213e}h2{font-size:1.6rem;font-weight:600;margin:1.5rem 0 .75rem;color:#16213e}h3{font-size:1.3rem;font-weight:600;margin:1.25rem 0 .5rem}p{margin-bottom:1rem}a{color:#0f4c81}a:hover{text-decoration:underline}.hero{background:linear-gradient(135deg,#16213e 0%,#0f3460 50%,#1a1a2e 100%);color:#fff;padding:3.5rem 1.5rem;border-radius:12px;text-align:center;margin-bottom:2.5rem}.hero-img-wrapper{max-width:600px;margin:0 auto 1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-img{display:block;width:100%;height:auto}.hero h1{color:#fff;font-size:2.5rem;margin-bottom:.75rem}.hero p{color:#e0e0e0;font-size:1.15rem;max-width:700px;margin:0 auto 1.5rem}.btn{display:inline-block;background:#e94560;color:#fff;padding:.8rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:background .3s}.hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-phone{background:#e94560}.btn-phone:hover{background:#d63851}.btn-whatsapp{background:#25d366}.btn-whatsapp:hover{background:#1ebe5a}.btn-sm{display:inline-block;background:#0f4c81;color:#fff;padding:.4rem 1.2rem;border-radius:4px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .3s}.btn-sm:hover{background:#16213e;text-decoration:none}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:1.5rem 0}.card{background:#fff;border-radius:8px;padding:1.75rem;box-shadow:0 2px 12px rgba(0,0,0,7%);border:1px solid #e9ecef}.card h3{margin-top:0}.card p{color:#495057}.post-item{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 6px rgba(0,0,0,6%)}.post-item h2{margin-top:0}.post-item h2 a{color:#16213e;text-decoration:none}.post-item h2 a:hover{color:#0f4c81}.post-meta{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.post-content{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 6px rgba(0,0,0,6%)}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1rem}.post-content li{margin-bottom:.35rem}.post-content strong{color:#16213e}.contact-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 6px rgba(0,0,0,6%);margin-top:2rem}.contact-section h2{margin-top:0}.contact-list{list-style:none;padding:0}.contact-list li{padding:.4rem 0}.service-img-wrapper{margin-bottom:1.5rem;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.1)}.service-img{display:block;width:100%;height:auto}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}