*{box-sizing:border-box}
:root{
  --bg:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
  --soft:#f8fafc;
  --brand:#0f766e;
  --brand-2:#f59e0b;
  --shadow:0 10px 30px rgba(17,24,39,.08);
  --radius:18px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1150px, 92%);margin:0 auto}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.95);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(8px);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:1rem; min-height:74px;
}
.brand{display:flex;align-items:center;gap:.75rem}
.brand img{
  width:52px;height:52px;object-fit:contain;background:#fff;
  border:1px solid var(--line); border-radius:12px; padding:.2rem;
}
.brand__text{display:flex;flex-direction:column}
.brand__text strong{font-size:.95rem}
.brand__text span{font-size:.78rem;color:var(--muted)}

.nav{display:flex;gap:.9rem;align-items:center}
.nav a{
  padding:.55rem .75rem;border-radius:10px;color:#111827;font-weight:600;font-size:.92rem;
}
.nav a:hover{background:var(--soft)}
.menu-btn{
  display:none;background:#fff;border:1px solid var(--line);border-radius:10px;
  width:42px;height:42px;font-size:1.2rem;cursor:pointer;
}

.hero{
  padding:2rem 0 1.2rem;
  background:linear-gradient(180deg,#ffffff 0%, #f9fafb 100%);
}
.hero__grid{
  display:grid; grid-template-columns:1.15fr .85fr; gap:1.25rem; align-items:center;
}
.hero__content{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.2rem; box-shadow:var(--shadow);
}
.eyebrow{
  margin:.1rem 0 .35rem; color:var(--brand); font-weight:700; letter-spacing:.05em;
  text-transform:uppercase; font-size:.78rem;
}
.hero h1{margin:.1rem 0;font-size:2rem;line-height:1.1}
.subtitle{margin:.15rem 0 .7rem;color:#374151;font-weight:700}
.hero__text{margin:.45rem 0;color:#374151}
.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.9rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:.75rem 1rem;border-radius:12px;font-weight:700;border:1px solid transparent;
  transition:.2s ease; cursor:pointer;
}
.btn--primary{background:var(--brand);color:#fff}
.btn--primary:hover{filter:brightness(.95)}
.btn--ghost{background:#fff;color:var(--text);border-color:var(--line)}
.btn--ghost:hover{background:var(--soft)}
.hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}
.hero__chips span{
  font-size:.82rem;background:#fff;border:1px dashed #cbd5e1;padding:.38rem .6rem;border-radius:999px
}
.hero__image{
  border-radius:var(--radius); overflow:hidden; border:1px solid var(--line);
  box-shadow:var(--shadow); background:#fff;
}
.hero__image img{width:100%; height:100%; object-fit:cover}

.section{padding:2.2rem 0}
.section--soft{background:var(--soft);border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.section__head{text-align:center; margin-bottom:1rem}
.section__head h2{margin:.2rem 0 .35rem; font-size:1.6rem}
.section__head p{margin:0;color:var(--muted)}

.split{
  display:grid; grid-template-columns:1fr 1fr; gap:1rem;
}
.card{
  background:#fff;border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow); padding:1rem;
}
.card h2{margin-top:.1rem; margin-bottom:.6rem; font-size:1.25rem}
.card p{margin:.45rem 0; color:#374151}
.card--highlight{
  background:linear-gradient(180deg,#ffffff,#fffbeb);
  border-color:#fde68a;
}

.grid--services{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:.9rem;
}
.service{
  background:#fff;border:1px solid var(--line); border-radius:14px; padding:1rem;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}
.service h3{margin:.1rem 0 .5rem; font-size:1rem}
.service p{margin:0;color:#4b5563;font-size:.95rem}

.gallery{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:.75rem;
}
.gallery__item{
  border-radius:14px; overflow:hidden; border:1px solid var(--line); background:#fff;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}
.gallery__item img{width:100%; height:260px; object-fit:cover}
.gallery__item--wide{grid-column:span 2}
.gallery__item--wide img{height:260px}

.hours{
  width:min(720px,100%); margin:0 auto;
  background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; box-shadow:var(--shadow);
}
.hours__row{
  display:flex; justify-content:space-between; align-items:center; gap:1rem;
  padding:1rem; border-bottom:1px solid var(--line);
}
.hours__row:last-child{border-bottom:none}
.hours__row span{color:#374151}
.hours__row strong{color:var(--brand)}

.contact-list, .social-list{list-style:none; padding:0; margin:0}
.contact-list li{
  padding:.65rem 0; border-bottom:1px solid var(--line);
}
.contact-list li:last-child{border-bottom:none}
.contact-list span{
  display:block; font-size:.82rem; color:var(--muted); margin-bottom:.15rem;
}
.contact-list a{font-weight:700; color:var(--brand); word-break:break-word}
.contact-list p{margin:0}
.contact-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}

.social-list li{
  padding:.5rem 0; border-bottom:1px solid var(--line);
}
.social-list li:last-child{border-bottom:none}
.note{
  margin-top:.8rem; font-size:.88rem; color:var(--muted);
  background:#f9fafb; border:1px solid var(--line); border-radius:10px; padding:.7rem;
}

.whatsapp-float{
  position:fixed; right:16px; bottom:16px; z-index:60;
  width:54px;height:54px;border-radius:50%;
  background:#25D366; color:#fff; font-weight:800;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 20px rgba(0,0,0,.2);
  border:2px solid #fff;
}

.footer{
  border-top:1px solid var(--line); background:#fff;
}
.footer .container{padding:1rem 0; text-align:center; color:var(--muted); font-size:.9rem}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .grid--services{grid-template-columns:repeat(2, minmax(0,1fr))}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery__item--wide{grid-column:span 2}
}
@media (max-width: 760px){
  .menu-btn{display:block}
  .nav{
    position:absolute; left:0; right:0; top:74px; background:#fff;
    border-bottom:1px solid var(--line); padding:.75rem 4%;
    display:none; flex-direction:column; align-items:flex-start; gap:.15rem;
  }
  .nav.is-open{display:flex}
  .nav a{width:100%}
  .split{grid-template-columns:1fr}
  .grid--services{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .gallery__item--wide{grid-column:span 1}
  .gallery__item img, .gallery__item--wide img{height:220px}
  .hero h1{font-size:1.55rem}
  .hours__row{flex-direction:column; align-items:flex-start}
}
