
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap');

:root {
  --bg-sand: #F8FAF7;
  --bg-surface: #FFFFFF;
  --forest-deep: #0B3B2C;
  --forest-light: #165B47;
  --emerald-pure: #10B981;
  --emerald-subtle: #E8F5EE;
  --terracotta: #C25E38;
  --gold-warm: #D97706;
  --gold-champagne: #F59E0B;
  --text-main: #1C2E28;
  --text-muted: #567269;
  --text-light: #7E9B92;
  --border-clean: #E2ECE7;
  --shadow-soft: 0 10px 35px rgba(11, 59, 44, 0.06);
  --shadow-hover: 0 18px 45px rgba(11, 59, 44, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--bg-sand);
  color: var(--text-main);
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--forest-deep);
}
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* TOP ANNOUNCEMENT BAR */
.top-bar {
  background: var(--forest-deep);
  color: #FFF;
  font-size: 0.82rem;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: 500;
}
.top-bar strong { color: var(--gold-champagne); }

/* LUXURY HEADER */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-clean);
  padding: 1.1rem 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1.25rem; font-weight: 800; font-family: 'Playfair Display', serif; color: var(--forest-deep); }
.brand-badge { background: var(--forest-deep); color: #FFF; padding: 0.2rem 0.6rem; border-radius: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.5px; font-family: 'Plus Jakarta Sans', sans-serif; }

.nav-links { display: flex; gap: 1.8rem; align-items: center; }
.nav-links a { font-size: 0.95rem; font-weight: 600; color: var(--text-muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--forest-deep); }

.btn-header-call {
  background: var(--forest-deep);
  color: #FFF !important;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  display: flex; align-items: center; gap: 0.5rem;
  transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(11, 59, 44, 0.2);
}
.btn-header-call:hover { background: var(--forest-light); transform: translateY(-1px); }

/* HERO RETREAT */
.hero {
  padding: 4.5rem 0 3.5rem;
  background: radial-gradient(circle at 50% 10%, #E8F5EE 0%, var(--bg-sand) 70%);
  text-align: center;
}
.pill-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--emerald-subtle);
  border: 1px solid #A7F3D0;
  color: var(--forest-deep);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2.3rem, 5.5vw, 3.6rem);
  line-height: 1.2;
  margin-bottom: 1.2rem;
  letter-spacing: -0.5px;
}
.hero h1 span {
  color: var(--terracotta);
  font-style: italic;
}
.hero p.lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 820px;
  margin: 0 auto 2.2rem;
  font-weight: 400;
}

.hero-actions {
  display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem;
}
.btn-wa {
  background: #25D366; color: #FFF;
  padding: 0.95rem 2rem; border-radius: 50px;
  font-weight: 700; font-size: 1.05rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.35);
  transition: all 0.2s;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45); }

.btn-phone {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  color: var(--forest-deep);
  padding: 0.95rem 2rem; border-radius: 50px;
  font-weight: 700; font-size: 1.05rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
  box-shadow: var(--shadow-soft);
  transition: all 0.2s;
}
.btn-phone:hover { border-color: var(--forest-light); background: #FAFDFB; }

/* STATS */
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem; max-width: 1000px; margin: 0 auto;
}
.stat-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 18px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.stat-card .num { font-size: 2.1rem; font-weight: 800; color: var(--forest-deep); font-family: 'Playfair Display', serif; }
.stat-card .lbl { font-size: 0.88rem; color: var(--text-muted); margin-top: 0.3rem; font-weight: 500; }

/* SECTIONS */
section { padding: 4rem 0; }
.section-title { font-size: 2.3rem; text-align: center; margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.section-sub { font-size: 1.05rem; color: var(--text-muted); text-align: center; max-width: 760px; margin: 0 auto 3rem; }

/* INTERACTIVE SLIDER VIDEO COMPONENT */
.slider-container {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 28px;
  padding: 3rem;
  box-shadow: 0 15px 45px rgba(11, 59, 44, 0.08);
  margin-bottom: 4rem;
}
.video-wrapper {
  position: relative; padding-top: 56.25%; border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  border: 1px solid var(--border-clean);
  background: #000;
  margin-bottom: 2rem;
}
.video-wrapper iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem; margin-bottom: 2rem;
}
.gallery-card {
  background: var(--bg-sand);
  border: 1px solid var(--border-clean);
  border-radius: 16px;
  padding: 1.4rem;
  transition: all 0.2s;
}
.gallery-card:hover { transform: translateY(-3px); border-color: var(--forest-light); background: #FFF; box-shadow: var(--shadow-soft); }
.gallery-card h4 { font-size: 1.1rem; color: var(--forest-deep); margin-bottom: 0.4rem; }
.gallery-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; }

/* COMPARISON CONTAINER */
.comparison-container {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 24px;
  padding: 2.8rem;
  box-shadow: var(--shadow-soft);
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) { .comparison-container { grid-template-columns: 1fr; padding: 1.8rem; } }

.comp-col-bad {
  background: #FFF5F5;
  border: 1px solid #FED7D7;
  border-radius: 18px;
  padding: 2rem;
}
.comp-col-bad h3 { color: #C53030; font-size: 1.35rem; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.6rem; }
.comp-col-bad ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.comp-col-bad li { color: #4A5568; font-size: 0.95rem; display: flex; align-items: flex-start; gap: 0.6rem; }
.comp-col-bad li span { color: #E53E3E; font-weight: 800; }

.comp-col-good {
  background: #F0FFF4;
  border: 1px solid #C6F6D5;
  border-radius: 18px;
  padding: 2rem;
}
.comp-col-good h3 { color: #22543D; font-size: 1.35rem; margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.6rem; }
.comp-col-good ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.comp-col-good li { color: #2D3748; font-size: 0.95rem; display: flex; align-items: flex-start; gap: 0.6rem; }
.comp-col-good li span { color: #38A169; font-weight: 800; }

/* 4 PILARES */
.timeline-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.step-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 20px;
  padding: 2rem 1.8rem;
  box-shadow: var(--shadow-soft);
  transition: all 0.2s;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--forest-light); }
.step-num {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--forest-deep); color: #FFF;
  font-weight: 800; font-size: 1.1rem; font-family: 'Playfair Display', serif;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.step-card h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.step-card p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.6; }

/* PROGRAM GRID */
.programs-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.program-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: var(--shadow-soft);
  transition: all 0.2s;
}
.program-item:hover { border-color: var(--forest-light); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.program-item h3 { font-size: 1.2rem; color: var(--forest-deep); margin-bottom: 0.6rem; }
.program-item p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.2rem; }
.program-link { font-size: 0.88rem; font-weight: 700; color: var(--forest-light); display: inline-flex; align-items: center; gap: 0.4rem; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 1.2rem; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-clean);
  border-radius: 16px;
  padding: 1.4rem 1.8rem;
  box-shadow: var(--shadow-soft);
}
.faq-item summary {
  font-weight: 700; font-size: 1.1rem; color: var(--forest-deep);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-item p { margin-top: 1rem; font-size: 0.96rem; color: var(--text-muted); line-height: 1.7; }

/* EMERGENCY BANNER */
.emergency-banner {
  background: linear-gradient(135deg, var(--forest-deep), #06231A);
  color: #FFF;
  border-radius: 24px;
  padding: 3.5rem 2rem;
  text-align: center;
  margin: 3.5rem 0;
  box-shadow: 0 20px 45px rgba(11, 59, 44, 0.2);
}
.emergency-banner h2 { font-size: 2.2rem; color: #FFF; margin-bottom: 0.8rem; }
.emergency-banner p { font-size: 1.15rem; color: #E2ECE7; max-width: 720px; margin: 0 auto 2rem; }

/* FOOTER */
footer {
  background: #061C15;
  color: #E2ECE7;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 4.5rem 0 6rem;
}
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem; margin-bottom: 3.5rem;
}
.footer-col h4 { color: #FFF; font-size: 1.15rem; margin-bottom: 1.2rem; font-family: 'Playfair Display', serif; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { font-size: 0.9rem; color: #A3C2B8; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-champagne); }

/* MOBILE FLOAT BAR */
.mobile-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border-clean);
  padding: 0.75rem 1rem;
  display: none;
  justify-content: space-around;
  gap: 0.75rem;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.05);
}
@media (max-width: 768px) {
  .mobile-sticky-bar { display: flex; }
  .nav-links { display: none; }
}
.btn-mobile-wa {
  flex: 1; background: #25D366; color: #FFF;
  padding: 0.75rem; border-radius: 10px;
  font-weight: 700; font-size: 0.9rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
}
.btn-mobile-call {
  flex: 1; background: var(--forest-deep); color: #FFF;
  padding: 0.75rem; border-radius: 10px;
  font-weight: 700; font-size: 0.9rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
}
