
:root{
  --bg:#f7f3ef;
  --surface:#ffffff;
  --text:#2f2725;
  --muted:#6c5d58;
  --line:#e5d9d0;
  --brand:#a30c1f;
  --brand-dark:#7e0918;
  --soft:#f2e8e1;
  --shadow:0 18px 45px rgba(35,25,22,.08);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.68;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(1160px, calc(100% - 32px)); margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(160%) blur(12px);
  border-bottom:1px solid rgba(229,217,208,.9)
}
.topbar{
  display:flex;align-items:center;gap:18px;justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex;align-items:center;gap:12px;color:var(--text);min-width:max-content}
.brand:hover{text-decoration:none}
.brand img{width:62px;height:62px;border-radius:50%;box-shadow:var(--shadow)}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-size:1.15rem}
.brand-text span{font-size:.92rem;color:var(--muted)}
.main-nav{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}
.main-nav a{color:var(--text);font-weight:600;font-size:.98rem}
.header-wa{white-space:nowrap}
.hero{
  color:#fff;
  background-size:cover;
  background-position:center;
}
.hero-inner{padding:28px 0 76px}
.breadcrumbs ol{
  display:flex;gap:10px;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 18px;
  color:rgba(255,255,255,.85);font-size:.96rem
}
.breadcrumbs a{color:rgba(255,255,255,.92)}
.breadcrumbs li+li:before{content:"/";margin-right:10px;opacity:.7}
.hero-copy{max-width:780px}
.eyebrow{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  padding:7px 12px;border-radius:999px;
  font-weight:700;letter-spacing:.02em
}
h1,h2,h3{line-height:1.15;margin:0 0 14px}
h1{font-size:clamp(2.1rem,4vw,4rem)}
h2{font-size:clamp(1.55rem,2.8vw,2.45rem)}
h3{font-size:1.25rem}
.lead{font-size:1.15rem;max-width:70ch;color:rgba(255,255,255,.94)}
.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:999px;padding:14px 22px;font-weight:800;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  border:1px solid transparent;text-decoration:none;box-shadow:var(--shadow)
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:var(--brand-dark)}
.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.24)}
.btn-secondary:hover{background:rgba(255,255,255,.2)}
.btn-whatsapp{background:#1f8f55;color:#fff}
.btn-whatsapp:hover{background:#187346}
.btn-large{padding:16px 26px}
.section{padding:42px 0}
.section .wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow)}
.section p{margin:0 0 16px}
.grid{display:grid;gap:18px}
.cards{grid-template-columns:repeat(3, minmax(0,1fr))}
.card{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;
  box-shadow:0 10px 30px rgba(35,25,22,.05)
}
.card p:last-child{margin-bottom:0}
.text-link{font-weight:700}
.check-list{padding-left:20px;margin:0 0 16px}
.check-list li{margin:0 0 10px}
.cta-inline{margin-top:18px}
.contact-box,.cta-panel{
  display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;
  background:linear-gradient(135deg, #fff, #f8f1ec);
  border:1px solid var(--line);border-radius:24px;padding:28px
}
.faq-item{
  border:1px solid var(--line);
  border-radius:16px;padding:0 18px;background:#fff;margin:0 0 14px
}
.faq-item summary{
  cursor:pointer;list-style:none;font-weight:800;padding:18px 0
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{padding:0 0 18px;margin:0;color:var(--muted)}
.site-footer{
  margin-top:24px;background:#241d1b;color:#f8f2ed
}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px;padding:46px 0 20px
}
.site-footer a{color:#fff}
.footer-mark{max-width:230px;margin-bottom:14px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin:0 0 10px}
.legal{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:rgba(255,255,255,.8);font-size:.95rem}
@media (max-width: 980px){
  .main-nav{display:none}
  .cards{grid-template-columns:repeat(2, minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 700px){
  .section .wrap{padding:24px}
  .cards{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .topbar{gap:10px}
  .brand img{width:52px;height:52px}
  .header-wa{padding:12px 16px}
}
