:root {
  --rose: #c9847a;
  --rose-deep: #a85d52;
  --cream: #faf6f2;
  --cream-warm: #f3ebe2;
  --ink: #2b1f1c;
  --ink-soft: #5c4843;
  --gold: #b08968;
  --whatsapp: #25d366;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; letter-spacing: -0.01em; }
img { max-width: 100%; height: auto; display: block; }

.top-bar { background: var(--ink); color: var(--cream); padding: 10px 20px; text-align: center; font-size: 0.85rem; letter-spacing: 0.05em; }
.top-bar a { color: var(--cream-warm); text-decoration: none; margin: 0 8px; }

header { padding: 24px 6vw; display: flex; justify-content: space-between; align-items: center; background: var(--cream); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(176,137,104,0.15); }
.logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-style: italic; color: var(--rose-deep); letter-spacing: 0.02em; text-decoration: none; }
.logo span { color: var(--ink); font-style: normal; font-weight: 600; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { color: var(--ink); text-decoration: none; font-size: 0.95rem; font-weight: 400; transition: color 0.2s; }
nav a:hover { color: var(--rose-deep); }
.header-cta { background: var(--rose-deep); color: var(--cream) !important; padding: 10px 22px; border-radius: 30px; font-size: 0.9rem; font-weight: 500; transition: transform 0.2s, background 0.2s; }
.header-cta:hover { background: var(--ink); transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--ink); }

.hero { padding: 80px 6vw 100px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; background: linear-gradient(135deg, var(--cream) 0%, var(--cream-warm) 100%); }
.hero::before { content: ''; position: absolute; top: 10%; right: 5%; width: 280px; height: 280px; background: radial-gradient(circle, var(--rose) 0%, transparent 70%); opacity: 0.15; border-radius: 50%; filter: blur(40px); }
.hero-tag { display: inline-block; background: rgba(201,132,122,0.15); color: var(--rose-deep); padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; color: var(--ink); margin-bottom: 24px; }
.hero h1 em { color: var(--rose-deep); font-weight: 600; font-style: italic; }
.hero p { font-size: 1.1rem; color: var(--ink-soft); margin-bottom: 36px; max-width: 520px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }

.btn { padding: 16px 32px; border-radius: 50px; text-decoration: none; font-weight: 500; font-size: 1rem; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; border: none; cursor: pointer; }
.btn-whatsapp { background: var(--whatsapp); color: white; box-shadow: 0 8px 24px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(37,211,102,0.4); }
.btn-call { background: var(--ink); color: var(--cream); }
.btn-call:hover { background: var(--rose-deep); transform: translateY(-3px); }

.hero-image { position: relative; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%); display: flex; align-items: center; justify-content: center; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image::after { content: ''; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; pointer-events: none; }
.hero-image-text { text-align: center; color: var(--cream); padding: 40px; z-index: 1; }
.hero-image-text .quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.8rem; line-height: 1.3; margin-bottom: 16px; }
.hero-image-text .author { font-size: 0.85rem; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.85; }

.trust-strip { background: var(--ink); color: var(--cream); padding: 30px 6vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.trust-item h3 { font-size: 2rem; color: var(--rose); margin-bottom: 4px; }
.trust-item p { font-size: 0.85rem; letter-spacing: 0.05em; opacity: 0.85; }

.section { padding: 100px 6vw; }
.section-label { font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.section h2 em { color: var(--rose-deep); font-style: italic; }
.section-intro { color: var(--ink-soft); max-width: 600px; margin-bottom: 50px; font-size: 1.05rem; }

.categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.category { background: white; border-radius: 4px; padding: 36px 28px; border: 1px solid rgba(176,137,104,0.15); transition: all 0.3s; position: relative; overflow: hidden; text-decoration: none; color: var(--ink); display: block; }
.category::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--rose-deep); transform: scaleY(0); transform-origin: top; transition: transform 0.3s; }
.category:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(43,31,28,0.08); }
.category:hover::before { transform: scaleY(1); }
.category-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--cream-warm); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.category h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--ink); }
.category p { font-size: 0.95rem; color: var(--ink-soft); }

.why-us { background: var(--cream-warm); position: relative; }
.why-us::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 40px; }
.why-number { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--rose-deep); font-style: italic; line-height: 1; margin-bottom: 16px; }
.why-item h3 { font-size: 1.4rem; margin-bottom: 10px; }
.why-item p { color: var(--ink-soft); font-size: 0.95rem; }

.highlight-quote { background: var(--ink); color: var(--cream); padding: 100px 6vw; text-align: center; }
.highlight-quote .quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--rose); line-height: 0.5; margin-bottom: 20px; }
.highlight-quote p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.4rem); font-style: italic; max-width: 800px; margin: 0 auto 24px; line-height: 1.4; }
.highlight-quote .small { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); }

.cta-section { background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%); color: white; text-align: center; padding: 90px 6vw; }
.cta-section h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 16px; }
.cta-section p { margin-bottom: 36px; font-size: 1.1rem; opacity: 0.95; }
.cta-section .btn { background: white; color: var(--rose-deep); }
.cta-section .btn:hover { background: var(--ink); color: white; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: white; border: 1px solid rgba(176,137,104,0.15); border-radius: 4px; margin-bottom: 16px; overflow: hidden; }
.faq-question { padding: 24px 28px; font-size: 1.1rem; font-weight: 500; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--ink); background: none; border: none; width: 100%; text-align: left; font-family: inherit; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: var(--rose-deep); transition: transform 0.3s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 28px; color: var(--ink-soft); }
.faq-item.open .faq-answer { max-height: 300px; padding: 0 28px 24px; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.visit-detail { margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(176,137,104,0.2); }
.visit-detail:last-of-type { border: none; }
.visit-detail h4 { font-family: 'Outfit', sans-serif; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.visit-detail p { color: var(--ink); font-size: 1.05rem; }
.map-placeholder { aspect-ratio: 4/3; background: var(--cream-warm); border-radius: 4px; border: 1px solid rgba(176,137,104,0.2); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); font-size: 0.9rem; text-align: center; padding: 20px; }

footer { background: var(--ink); color: var(--cream); padding: 50px 6vw 30px; text-align: center; }
footer .logo { color: var(--rose); margin-bottom: 16px; display: inline-block; }
footer p { font-size: 0.9rem; opacity: 0.7; margin: 8px 0; }
footer nav { justify-content: center; margin: 20px 0; }
footer nav a { color: var(--cream); opacity: 0.8; }

.float-wa { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background: var(--whatsapp); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; box-shadow: 0 8px 24px rgba(37,211,102,0.4); z-index: 200; text-decoration: none; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,0.4); } 50% { box-shadow: 0 8px 24px rgba(37,211,102,0.7), 0 0 0 12px rgba(37,211,102,0.1); } }

.page-hero { padding: 60px 6vw 40px; background: linear-gradient(135deg, var(--cream) 0%, var(--cream-warm) 100%); text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); margin-bottom: 16px; }
.page-hero h1 em { color: var(--rose-deep); font-style: italic; }
.page-hero p { color: var(--ink-soft); max-width: 600px; margin: 0 auto; font-size: 1.05rem; }
.breadcrumb { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 20px; }
.breadcrumb a { color: var(--rose-deep); text-decoration: none; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding: 50px 6vw 70px; gap: 40px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .visit { grid-template-columns: 1fr; }
  .section { padding: 70px 6vw; }
  .top-bar { font-size: 0.75rem; }
  nav { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 20px; }
  nav.open { display: flex; }
  .menu-toggle { display: block; }
}
