:root {
  --rose-50: #fffaf7;
  --rose-100: #f7ece7;
  --rose-200: #ecd7cf;
  --rose-300: #d7b2a4;
  --rose-500: #b98273;
  --brown-700: #5a382f;
  --brown-600: #6f493d;
  --brown-500: #7b564a;
  --gold: #c8a46b;
  --cream: #fff6ee;
  --white: #ffffff;
  --text: #402b25;
  --muted: #725b53;
  --shadow: 0 22px 70px rgba(73, 45, 38, 0.14);
  --radius: 28px;
  --font-title: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--rose-50);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; text-align: center; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--brown-700); color: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 247, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(123, 86, 74, 0.10);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand { text-decoration: none; display: grid; gap: 0; }
.brand-name { font-family: var(--font-title); font-size: 32px; font-weight: 700; color: var(--brown-700); line-height: 1; }
.brand-subtitle { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 600; color: var(--brown-600); }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--brown-700); }
.nav-cta { background: var(--brown-700); color: #fff !important; padding: 11px 18px; border-radius: 999px; box-shadow: 0 10px 24px rgba(90, 56, 47, .18); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 6px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--brown-700); margin: 6px 0; transition: .2s ease; }

.section { padding: 92px 0; }
.section-soft { background: linear-gradient(135deg, var(--rose-50), var(--rose-100)); }
.section-rose { background: var(--rose-100); }
.eyebrow { margin: 0 0 12px; color: var(--rose-500); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #fff; opacity: .9; }
h1, h2, h3 { font-family: var(--font-title); margin: 0; line-height: 1.04; color: var(--brown-700); }
h1 { font-size: clamp(46px, 7vw, 82px); max-width: 660px; }
h2 { font-size: clamp(36px, 5vw, 60px); }
h3 { font-size: 31px; }
p { margin: 16px 0 0; }

.hero { padding: 76px 0 92px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; }
.hero-text { font-size: 19px; max-width: 610px; color: var(--muted); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.hero-tags span { border: 1px solid rgba(123, 86, 74, .14); background: rgba(255,255,255,.55); border-radius: 999px; padding: 9px 14px; font-size: 13px; color: var(--brown-600); font-weight: 700; }
.actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.actions-left { justify-content: flex-start; }
.centered { justify-content: center; }
.btn, .cta-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover, .cta-final-btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brown-700); color: #fff; box-shadow: 0 15px 30px rgba(90, 56, 47, .22); }
.btn-primary:hover { background: #4a2d26; }
.btn-secondary, .cta-final-btn { background: #fffaf6; color: var(--brown-700); border-color: rgba(255,255,255,.7); box-shadow: 0 12px 28px rgba(0,0,0,.11); }
.btn-secondary:hover, .cta-final-btn:hover { background: #f3e4dc; color: #4b3029; }
.btn-outline { color: var(--brown-700); border-color: rgba(123, 86, 74, .24); background: rgba(255,255,255,.35); }
.btn-outline:hover { background: var(--rose-100); }
.btn-small { min-height: 44px; padding: 0 20px; font-size: 14px; margin-top: 18px; background: var(--brown-700); color: #fff; }

.hero-visual { position: relative; }
.image-frame { border-radius: 34px; padding: 14px; background: rgba(255,255,255,.55); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); }
.image-frame img { border-radius: 24px; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.floating-card { position: absolute; left: -24px; bottom: 42px; background: rgba(255,250,247,.92); border: 1px solid rgba(200,164,107,.22); box-shadow: var(--shadow); border-radius: 20px; padding: 16px 20px; display: grid; }
.floating-card strong { font-family: var(--font-title); font-size: 28px; color: var(--brown-700); line-height: 1; }
.floating-card span { font-size: 12px; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.narrow p { font-size: 18px; color: var(--muted); }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .location-card, .step, details { background: rgba(255,255,255,.66); border: 1px solid rgba(123, 86, 74, .10); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 36px rgba(73, 45, 38, .07); }
.card-icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-200); color: var(--brown-700); margin-bottom: 20px; font-size: 20px; }
.card p, .location-card p, .step p, .split-copy p, .text-block p, details p { color: var(--muted); }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1.05fr .95fr; }
.split-image img { border-radius: 34px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.split-copy .actions { margin-top: 28px; }
.two-columns { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: start; }
.child-section { background: linear-gradient(180deg, var(--rose-50), #fff); }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location-city { display: inline-flex; color: var(--rose-500); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step span { width: 48px; height: 48px; border-radius: 50%; background: var(--rose-200); color: var(--brown-700); font-family: var(--font-title); font-weight: 700; font-size: 28px; display: grid; place-items: center; margin-bottom: 16px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.faq-list { display: grid; gap: 14px; }
details { padding: 0; overflow: hidden; }
summary { cursor: pointer; padding: 22px 26px; font-weight: 800; color: var(--brown-700); }
details p { padding: 0 26px 24px; margin-top: 0; }

.final-cta { background: var(--brown-500); color: #fff; text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255,255,255,.88); font-size: 18px; }
.final-cta-actions { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.site-footer { padding: 38px 0; background: #3a2823; color: rgba(255,255,255,.82); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr .8fr; gap: 24px; align-items: start; }
.footer-grid strong { font-family: var(--font-title); color: #fff; font-size: 28px; }
.footer-grid p { margin: 4px 0; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.footer-actions a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: var(--brown-700); color: #fff; text-decoration: none; border-radius: 999px; padding: 13px 18px; box-shadow: 0 14px 35px rgba(0,0,0,.25); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; left: 20px; right: 20px; top: 88px; background: rgba(255,250,247,.97); border: 1px solid rgba(123,86,74,.12); box-shadow: var(--shadow); border-radius: 24px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 8px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
  .nav-cta { text-align: center; }
  .hero-grid, .split-grid, .split-grid.reverse, .two-columns, .faq-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid, .steps { grid-template-columns: 1fr; }
  .floating-card { left: 18px; bottom: 28px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1120px); }
  .section { padding: 68px 0; }
  .hero { padding-top: 44px; }
  .brand-name { font-size: 28px; }
  h1 { font-size: 43px; }
  h2 { font-size: 36px; }
  .cards-grid { grid-template-columns: 1fr; }
  .actions, .final-cta-actions { flex-direction: column; align-items: stretch; }
  .actions-left { align-items: stretch; }
  .btn, .cta-final-btn { width: 100%; min-height: 54px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-actions { justify-content: flex-start; }
  .whatsapp-float { left: 16px; right: 16px; text-align: center; }
}
