
:root{
  --bg:#f8fafc;
  --surface:#ffffff;
  --surface-soft:#f1f5f9;
  --text:#0f172a;
  --muted:#475569;
  --line:#dbe4ee;
  --primary:#0f766e;
  --primary-dark:#115e59;
  --secondary:#1d4ed8;
  --accent:#b45309;
  --shadow:0 20px 50px rgba(15,23,42,.08);
  --radius:24px;
  --radius-sm:18px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:var(--container);margin:0 auto}
.section{padding:88px 0}
.section-soft{background:linear-gradient(180deg,#fff 0%,#f3f7fb 100%)}
.center{text-align:center;margin-top:28px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  font-size:.82rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.page-hero-light .eyebrow,
.section .eyebrow,
.site-footer .eyebrow{background:#e6fffb;border-color:#b7f1e8;color:var(--primary-dark)}
h1,h2,h3,h4{line-height:1.15;margin:0 0 16px}
p{margin:0 0 16px;color:var(--muted)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  transition:.25s ease;
  border:1px solid transparent;
}
.btn.small{padding:11px 16px;font-size:.95rem}
.btn-primary{background:linear-gradient(135deg,var(--primary),#0ea5a3);color:#fff;box-shadow:0 12px 24px rgba(15,118,110,.18)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-secondary{background:#fff;color:var(--text);border-color:rgba(255,255,255,.35)}
.btn-outline{background:#fff;border-color:var(--line);color:var(--text)}
.text-link{font-weight:700;color:var(--secondary)}
.navbar{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(248,250,252,.82);
  border-bottom:1px solid rgba(219,228,238,.8);
}
.nav-inner{
  min-height:160px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand strong{display:block;font-size:1rem;letter-spacing:.03em}
.brand-logo{
  height: 110px !important;
  width: auto !important;
  max-height: none !important;
}
.nav-links{display:flex;align-items:center;gap:22px}
.nav-links a{color:var(--muted);font-weight:600}
.nav-links a:hover{color:var(--text)}
.nav-links .nav-cta{padding:12px 18px;background:var(--text);color:#fff;border-radius:999px}
.nav-toggle{display:none;border:none;background:#fff;border:1px solid var(--line);width:44px;height:44px;border-radius:12px;font-size:1.1rem}
.hero{
  position:relative;min-height:86vh;display:grid;place-items:center;overflow:hidden;color:#fff;
}
.hero-bg{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
}
.hero-overlay{
  position:absolute;inset:0;background:
    linear-gradient(135deg, rgba(15,23,42,.82), rgba(15,118,110,.48)),
    linear-gradient(180deg, rgba(15,23,42,.1), rgba(15,23,42,.65));
}
.hero-content{position:relative;z-index:1;padding:100px 0;max-width:760px}
.hero h1{font-size:clamp(2.5rem, 6vw, 4.7rem);margin-top:18px}
.hero p{font-size:1.1rem;color:#e2e8f0;max-width:680px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}
.hero-badges{display:flex;flex-wrap:wrap;gap:12px}
.hero-badges span{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:999px;font-weight:600;color:#f8fafc
}
.split-grid,.contact-grid,.footer-grid,.steps-grid{
  display:grid;gap:28px
}
.split-grid{grid-template-columns:1.3fr .9fr;align-items:start}
.section-copy h2,.section-head h2,.page-hero h1{font-size:clamp(2rem,3.5vw,3.2rem)}
.info-card,.price-card,.contact-card,.map-card,.step-card,.product-card,.cta-strip{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)
}
.info-card,.contact-card{padding:30px}
.check-list{margin:0;padding:0;list-style:none;display:grid;gap:16px}
.check-list li{position:relative;padding-left:30px;color:var(--muted)}
.check-list li::before{
  content:"";position:absolute;left:0;top:10px;width:14px;height:14px;border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
}
.section-head{max-width:760px;margin-bottom:28px}
.product-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:22px
}
.product-card{overflow:hidden}
.product-card-media{display:block;aspect-ratio:4/3;overflow:hidden;background:#eef2f7}
.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.product-card:hover .product-card-media img{transform:scale(1.05)}
.product-card-body{padding:22px}
.product-card h3{font-size:1.22rem}
.cta-strip{
  padding:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:linear-gradient(135deg,#0f172a,#164e63);color:#fff;border-color:#10253b
}
.cta-strip p{color:#cbd5e1}
.page-hero{
  padding:72px 0 34px;border-bottom:1px solid var(--line)
}
.page-hero-light{
  background:radial-gradient(circle at top left, #dffaf7, transparent 42%), linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)
}
.prose{
  max-width:900px;background:#fff;padding:38px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow)
}
.prose h2{margin-top:18px;text-align:center}
.price-card{padding:30px}
.price-card-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.price-image{border-radius:22px;border:1px solid var(--line)}
.steps-grid{grid-template-columns:repeat(3,1fr)}
.step-card{padding:26px}
.step-card span{
  width:44px;height:44px;display:grid;place-items:center;
  border-radius:50%;background:#dffaf7;color:var(--primary-dark);font-weight:800;margin-bottom:16px
}
.contact-grid{grid-template-columns:1fr 1.1fr}
.contact-list{margin:0;padding:0;list-style:none;display:grid;gap:18px}
.contact-list a{color:var(--secondary)}
.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.map-card iframe{width:100%;height:100%;min-height:430px;border:0;border-radius:24px}
.site-footer{
  margin-top:30px;padding:50px 0 24px;background:#0f172a;color:#e2e8f0
}
.footer-grid{grid-template-columns:1.2fr .8fr .9fr}
.footer-brand{display:flex;gap:16px;align-items:flex-start}
.footer-brand img{width:66px;height:66px;object-fit:contain}
.site-footer h4{color:#fff;margin-bottom:14px}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.site-footer li,.site-footer a,.footer-brand p{color:#cbd5e1}
.footer-bottom{
  margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap
}
.floating-whatsapp{
  position:fixed;right:18px;bottom:18px;z-index:21;background:#16a34a;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:0 16px 30px rgba(22,163,74,.28)
}
.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#64748b;font-weight:600;margin-bottom:16px}
.detail-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:start}
.detail-card{background:#fff;padding:30px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow)}
.detail-card img{border-radius:24px;border:1px solid var(--line);margin-bottom:18px}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .65s ease, transform .65s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width: 1024px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .split-grid,.contact-grid,.detail-grid,.footer-grid,.steps-grid{grid-template-columns:1fr}
  .cta-strip,.price-card-top{flex-direction:column;align-items:flex-start}
}
@media (max-width: 820px){
  .nav-toggle{display:inline-grid;place-items:center}
  .nav-links{
    position:absolute;left:20px;right:20px;top:78px;display:none;flex-direction:column;align-items:flex-start;
    background:rgba(255,255,255,.98);padding:18px;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)
  }
  .nav-links.active{display:flex}
}
@media (max-width: 640px){
  .section{padding:68px 0}
  .product-grid{grid-template-columns:1fr}
  .hero{min-height:78vh}
  .hero-content{padding:90px 0 70px}
  .hero-badges,.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}
  .price-card,.contact-card,.info-card,.prose,.detail-card,.step-card,.cta-strip{padding:22px}
}


.brand{
  display:flex;
  align-items:center;
  gap:14px;
  height:160px;
}
.brand strong{display:block;font-size:1rem;letter-spacing:.03em}
.footer-brand-only{align-items:center}
.footer-brand-only img{width:150px;height:auto}
.footer-contact-list li,.contact-list li{display:flex;align-items:flex-start;gap:10px}
.contact-icon{display:inline-flex;min-width:20px;justify-content:center;line-height:1.2}
.prose h2{text-align:center}
.home-map-card{padding:0;overflow:hidden}
.home-map-card iframe{width:100%;height:100%;min-height:340px;border:0}
.contact-card h2{margin-bottom:22px}
.brand-logo{
  height: 140px !important;
  width: auto !important;
  max-height: none !important;
}

.nav-inner{
  min-height: 180px !important;
}

.brand{
  height: 180px !important;
  display:flex;
  align-items:center;
}