
:root{--primary:#065f54;--secondary:#0f766e;--dark:#102033;--muted:#64748b;--soft:#f6f4ef;--white:#fff;--border:#e7e4dc;--shadow:0 18px 55px rgba(15,23,42,.10)}
*{box-sizing:border-box} body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--dark);background:#fff;line-height:1.6}.font-serif{font-family:'Playfair Display',Georgia,serif}.navbar{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 3px 25px rgba(15,23,42,.06)}.navbar-brand img{height:58px}.btn-primary-custom{background:var(--primary);border:1px solid var(--primary);color:#fff;border-radius:12px;padding:12px 22px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary-custom:hover{background:#043d36;color:#fff}.btn-outline-custom{border:1px solid var(--border);background:#fff;color:var(--dark);border-radius:12px;padding:12px 22px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.section{padding:80px 0}.section-soft{background:linear-gradient(180deg,#fbfaf7,#fff)}.kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);font-weight:900}.title{font-family:'Playfair Display',Georgia,serif;font-weight:800;letter-spacing:-.02em}.hero{padding:130px 0 80px;background:linear-gradient(90deg,#f7f1ea 0%,#f8f5f0 45%,#eef8f6 100%);overflow:hidden}.hero h1{font-size:clamp(2.4rem,5vw,5rem);line-height:.98}.hero h1 span{color:var(--primary)}.hero-img{border-radius:0 0 0 80px;box-shadow:var(--shadow);min-height:540px;object-fit:cover;width:100%}.hero-badge{background:#fff;border:1px solid var(--border);border-radius:20px;padding:18px;box-shadow:var(--shadow)}.info-pill{display:inline-flex;gap:10px;align-items:center;color:#385166;font-weight:700}.card-soft{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:.25s;height:100%}.card-soft:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.icon-circle{width:58px;height:58px;border-radius:18px;background:#e8f5f2;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:18px}.about-img{width:100%;border-radius:24px;box-shadow:var(--shadow);object-fit:cover}.check-list{list-style:none;padding:0;margin:0}.check-list li{margin:10px 0;display:flex;gap:10px}.check-list i{color:var(--secondary);margin-top:4px}.benefit-row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:34px 0}.testimonial{min-height:230px}.quote{font-size:52px;line-height:1;color:#b9c5c1}.faq .accordion-button{font-weight:800}.cta{background:linear-gradient(135deg,#064e45,#083344);border-radius:24px;color:#fff;padding:42px;box-shadow:var(--shadow)}.footer{background:#071827;color:#d7e1ea;padding:58px 0 20px}.footer a{color:#d7e1ea;text-decoration:none}.footer .logo-footer{max-height:62px;filter:brightness(0) invert(1)}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;z-index:99;box-shadow:0 15px 35px rgba(34,197,94,.35);text-decoration:none}.service-image{height:190px;object-fit:cover;border-radius:18px;width:100%}.admin-card{border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.06)}@media(max-width:991px){.hero{padding-top:110px}.hero-img{min-height:auto;border-radius:24px}.section{padding:56px 0}.navbar-brand img{height:50px}}
