:root {
  --bg: #f7f1e8;
  --bg-soft: #fffaf3;
  --paper: #fffdf8;
  --ink: #142537;
  --muted: #5a6774;
  --line: rgba(20, 37, 55, 0.12);
  --brand: #b36a1c;
  --brand-deep: #8e4f0b;
  --accent: #1f5c63;
  --accent-deep: #133940;
  --shadow: 0 18px 45px rgba(20, 37, 55, 0.12);
  --container: min(1180px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(179, 106, 28, 0.13), transparent 30%),
    linear-gradient(180deg, #f9f4ec 0%, #f7f1e8 44%, #fffaf3 100%);
  line-height: 1.7;
}
a { color: var(--accent-deep); text-decoration: none; }
a:hover { color: var(--brand-deep); }
img { display: block; max-width: 100%; }
iframe { width: 100%; border: 0; }
.container { width: var(--container); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--ink); color: #fff; padding: 0.8rem 1rem; }
.topbar { background: linear-gradient(90deg, var(--accent-deep), var(--accent)); color: #fff; font-size: 0.94rem; }
.topbar-inner, .nav-wrap, .hero-grid, .hero-actions, .split, .section-grid, .cta-band, .footer-bottom, .footer-map, .footer-links, .pill-row, .zone-grid, .service-grid, .mini-cards, .button-row, .contact-grid, .content-layout, .map-copy { display: flex; }
.topbar-inner { align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }
.topbar p, .hero-copy p, .hero-panel p, .card p, .copy-block p, .page-hero p, .site-footer p, .site-footer li, .contact-card p, .faq-card p, .zone-card p, .legal-card p, .map-copy p, .section-lead p, .service-card p { margin: 0 0 1rem; color: var(--muted); }
.mini-links, .footer-nav ul, .contact-list { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.mini-link { color: #fff; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; padding: 0.48rem 0.8rem; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(14px); background: rgba(255, 250, 243, 0.92); border-bottom: 1px solid rgba(20, 37, 55, 0.08); }
.nav-wrap { align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.brand img { width: min(295px, 70vw); }
.site-nav { display: flex; align-items: center; gap: 1.1rem; }
.site-nav a { color: var(--ink); font-weight: 700; }
.site-nav a.is-active { color: var(--brand-deep); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; margin: 7px 0; border-radius: 999px; background: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 0.45rem; margin-bottom: 1rem; padding: 0.42rem 0.85rem; border-radius: 999px; background: rgba(179, 106, 28, 0.14); color: var(--brand-deep); font-size: 0.88rem; font-weight: 800; letter-spacing: 0.02em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 1rem; font-family: "Bitter", serif; color: var(--ink); line-height: 1.12; }
h1 { font-size: clamp(2.5rem, 5.4vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3.05rem); }
h3 { font-size: 1.3rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0.95rem 1.35rem; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: 0.24s ease; text-align: center; }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; box-shadow: 0 16px 34px rgba(179, 106, 28, 0.28); }
.btn-primary:hover { color: #fff; transform: translateY(-1px); }
.btn-secondary { border-color: rgba(20, 37, 55, 0.15); background: rgba(255, 255, 255, 0.74); color: var(--ink); }
.btn-green { background: #28c166; color: #fff; box-shadow: 0 16px 34px rgba(40, 193, 102, 0.24); }
.hero { position: relative; overflow: hidden; padding: 2.2rem 0 4.8rem; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(31, 92, 99, 0.06), transparent 48%), radial-gradient(circle at left center, rgba(179, 106, 28, 0.12), transparent 38%); }
.hero-grid { position: relative; z-index: 1; gap: 2rem; align-items: stretch; }
.hero-copy, .hero-side { flex: 1; }
.hero-copy { padding: 1.5rem 0; }
.hero-copy p { max-width: 43rem; font-size: 1.04rem; }
.pill-row, .button-row, .hero-actions { gap: 0.85rem; flex-wrap: wrap; }
.pill-row { margin: 1.4rem 0 1.7rem; }
.pill { padding: 0.72rem 0.95rem; border-radius: 999px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(20, 37, 55, 0.08); color: var(--ink); font-size: 0.95rem; font-weight: 700; }
.hero-note, .hero-panel, .card, .contact-card, .faq-card, .legal-card, .zone-card, .service-card, .map-shell, .info-ribbon { background: rgba(255, 253, 248, 0.9); border: 1px solid rgba(20, 37, 55, 0.08); border-radius: 28px; box-shadow: 0 18px 45px rgba(20, 37, 55, 0.12); }
.hero-note { max-width: 43rem; padding: 1rem 1.15rem; }
.hero-side { display: grid; gap: 1rem; grid-template-columns: 1.1fr 0.9fr; }
.hero-figure, .hero-panel { overflow: hidden; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.hero-panel { padding: 1.3rem; }
.hero-panel strong, .card strong, .contact-card strong, .faq-card strong, .zone-card strong, .service-card strong, .map-copy strong { color: var(--ink); }
.service-grid, .mini-cards, .zone-grid { flex-wrap: wrap; gap: 1rem; }
.service-card, .card, .zone-card, .faq-card { flex: 1 1 250px; padding: 1.3rem; }
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; margin-bottom: 1rem; }
.section { padding: 4.8rem 0; }
.section-soft { background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.72)); }
.section-dark { background: linear-gradient(135deg, var(--accent-deep), var(--accent)); color: #fff; }
.section-dark h2, .section-dark h3, .section-dark p, .section-dark a, .section-dark strong { color: #fff; }
.section-dark .eyebrow { background: rgba(255, 255, 255, 0.14); color: #fff; }
.split, .section-grid, .content-layout, .contact-grid, .footer-map { gap: 1.5rem; align-items: stretch; }
.split > *, .section-grid > *, .content-layout > *, .map-copy, .map-frame, .contact-grid > * { flex: 1; }
.copy-block, .section-lead { max-width: 46rem; }
.mini-cards .card { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.16); box-shadow: none; }
.mini-cards .card p { color: rgba(255, 255, 255, 0.85); }
.page-hero { padding: 3.4rem 0 2.4rem; }
.breadcrumbs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; font-size: 0.95rem; }
.breadcrumbs span { color: var(--muted); }
.content-layout { align-items: flex-start; }
.sticky-panel { position: sticky; top: 110px; }
.contact-card, .legal-card { padding: 1.35rem; }
.contact-list { padding: 0; margin: 1rem 0 0; list-style: none; flex-direction: column; gap: 0.7rem; }
.contact-list li { margin: 0; }
.zone-card[id] { scroll-margin-top: 110px; }
.map-shell { overflow: hidden; }
.map-shell iframe { min-height: 360px; }
.map-copy { flex-direction: column; justify-content: center; padding: 1.3rem; }
.cta-band { justify-content: space-between; align-items: center; gap: 1.5rem; padding: 2rem; border-radius: 32px; background: linear-gradient(135deg, rgba(179, 106, 28, 0.12), rgba(31, 92, 99, 0.12)); border: 1px solid rgba(20, 37, 55, 0.08); }
.site-footer { margin-top: 4rem; background: #102433; color: rgba(255, 255, 255, 0.78); padding: 4rem 0 1.5rem; }
.footer-links { justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.footer-brand, .footer-nav { flex: 1; }
.footer-logo { width: min(260px, 68vw); margin-bottom: 1rem; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; flex-direction: column; gap: 0.55rem; }
.site-footer h3 { color: #fff; margin-bottom: 0.8rem; }
.site-footer a { color: rgba(255, 255, 255, 0.82); }
.footer-map { padding: 1.2rem; border-radius: 28px; background: rgba(255, 255, 255, 0.06); margin-bottom: 1.8rem; }
.footer-bottom { justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 1rem; }
.floating-bar { position: fixed; right: 1rem; bottom: 1rem; z-index: 80; display: flex; gap: 0.8rem; flex-wrap: wrap; }
.floating-bar a { min-height: 52px; padding: 0.88rem 1.15rem; border-radius: 999px; color: #fff; font-weight: 800; box-shadow: 0 18px 45px rgba(20, 37, 55, 0.12); }
.floating-call { background: var(--accent); }
.floating-whatsapp { background: #27c162; }
table { width: 100%; border-collapse: collapse; background: rgba(255, 253, 248, 0.92); border-radius: 18px; overflow: hidden; }
th, td { padding: 0.85rem; text-align: left; border-bottom: 1px solid rgba(20, 37, 55, 0.09); font-size: 0.94rem; }
th { background: rgba(179, 106, 28, 0.1); color: var(--ink); }
@media (max-width: 1024px) {
  .hero-grid, .hero-side, .split, .section-grid, .content-layout, .contact-grid, .footer-map, .cta-band, .footer-links, .footer-bottom, .topbar-inner { flex-direction: column; }
  .hero-side { grid-template-columns: 1fr; }
  .sticky-panel { position: static; }
}
@media (max-width: 920px) {
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; right: 1rem; top: calc(100% + 0.5rem); min-width: 280px; padding: 1rem; border-radius: 22px; background: #fff; border: 1px solid rgba(20, 37, 55, 0.1); box-shadow: 0 18px 45px rgba(20, 37, 55, 0.12); flex-direction: column; align-items: stretch; opacity: 0; visibility: hidden; transform: translateY(-8px); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
}
@media (max-width: 720px) {
  .section, .site-footer { padding-top: 4rem; }
  .hero { padding-bottom: 4rem; }
  .btn, .hero-actions .btn, .button-row .btn, .site-nav .btn { width: 100%; }
  .floating-bar { left: 1rem; }
  th, td { padding: 0.65rem; font-size: 0.88rem; }
}
