@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --cream: #F5F0E8;
  --warm-white: #FDFAF5;
  --forest: #2C4A3E;
  --forest-light: #3D6357;
  --terracotta: #B5644A;
  --terracotta-light: #C97B62;
  --sand: #D4C4A8;
  --text-dark: #1A2E28;
  --text-mid: #4A5E58;
  --text-light: #7A8E88;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ─── UTILITIES ─── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 60px; }
.section-label {
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300;
  color: var(--text-dark); line-height: 1.2;
  margin-bottom: 60px; max-width: 560px;
}
.section-title em { font-style: italic; color: var(--forest); }

.btn-primary {
  display: inline-block; background: var(--terracotta);
  color: white; text-decoration: none;
  padding: 16px 36px; font-size: 0.88rem;
  font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer; border: none;
}
.btn-primary:hover { background: var(--terracotta-light); transform: translateY(-1px); color: white; }

.btn-secondary {
  display: inline-block; border: 1px solid var(--forest);
  color: var(--forest); text-decoration: none;
  padding: 14px 32px; font-size: 0.82rem;
  font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.btn-secondary:hover { background: var(--forest); color: white; }

/* ─── NAV ─── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 60px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(253, 250, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 196, 168, 0.3);
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 4px 24px rgba(26,46,40,0.08); }

.site-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400;
  color: var(--forest); letter-spacing: 0.02em;
  text-decoration: none;
}
.site-logo span { font-style: italic; color: var(--terracotta); }

.main-nav ul { display: flex; gap: 36px; list-style: none; align-items: center; }
.main-nav a {
  text-decoration: none; color: var(--text-mid);
  font-size: 0.85rem; font-weight: 400;
  letter-spacing: 0.04em; transition: color 0.2s;
}
.main-nav a:hover { color: var(--forest); }
.main-nav .nav-cta {
  background: var(--terracotta) !important;
  color: white !important; padding: 10px 22px;
  border-radius: 2px; font-size: 0.82rem !important;
  letter-spacing: 0.06em !important; text-transform: uppercase;
}
.main-nav .nav-cta:hover { background: var(--terracotta-light) !important; }

/* Hamburger mobile */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--forest); margin: 5px 0;
  transition: all 0.3s;
}

/* ─── HERO ─── */
.hero-section {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 81px;
}
.hero-left {
  background: var(--forest);
  padding: 80px 70px 80px 80px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-left::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(181,100,74,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracotta-light); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
}
.hero-tag::before {
  content: ''; display: block; width: 32px; height: 1px;
  background: var(--terracotta-light);
}
.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem; font-weight: 300;
  line-height: 1.12; color: var(--cream); margin-bottom: 28px;
}
.hero-headline em { font-style: italic; color: var(--sand); }
.hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.7;
  color: rgba(245, 240, 232, 0.75); max-width: 420px; margin-bottom: 48px;
}
.hero-cta-wrap { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.hero-note { font-size: 0.78rem; color: rgba(245, 240, 232, 0.45); letter-spacing: 0.02em; }

.hero-right {
  background: var(--cream);
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 80px 80px 70px;
}
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 48px; }
.stat-item {
  background: white; padding: 28px 24px;
  border: 1px solid rgba(212, 196, 168, 0.4);
}
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 300;
  color: var(--forest); line-height: 1; margin-bottom: 6px;
}
.stat-label { font-size: 0.78rem; color: var(--text-light); line-height: 1.4; }
.hero-quote { border-left: 3px solid var(--terracotta); padding-left: 24px; }
.hero-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-style: italic; font-weight: 300;
  line-height: 1.6; color: var(--text-mid); margin-bottom: 14px;
}
.hero-quote cite { font-size: 0.78rem; font-style: normal; color: var(--text-light); }

/* ─── PARA QUIÉN ─── */
.para-quien { background: white; padding: 100px 80px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.service-card {
  background: var(--warm-white); padding: 40px 32px;
  border: 1px solid rgba(212, 196, 168, 0.3);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none; display: block; color: inherit;
}
a.service-card { cursor: pointer; }
div.service-card { cursor: default; }
a.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(44, 74, 62, 0.08); }
.card-icon { font-size: 1.8rem; margin-bottom: 20px; display: block; }
.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem; font-weight: 400;
  color: var(--forest); margin-bottom: 12px; line-height: 1.3;
}
.card-text { font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: var(--text-mid); }

/* ─── CÓMO FUNCIONA ─── */
.como-funciona {
  background: var(--forest); padding: 100px 80px;
  position: relative; overflow: hidden;
}
.como-funciona::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(181,100,74,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.como-funciona .section-label { color: var(--sand); }
.como-funciona .section-title { color: var(--cream); }
.como-funciona .section-title em { color: var(--sand); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.step {
  background: rgba(245, 240, 232, 0.05);
  border: 1px solid rgba(245, 240, 232, 0.1);
  padding: 48px 40px;
  transition: background 0.25s;
}
.step:hover { background: rgba(245, 240, 232, 0.08); }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem; font-weight: 300;
  color: var(--paso-num-color, rgba(181, 100, 74, 0.6)); line-height: 1;
  margin-bottom: 24px; display: block;
}
.step-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  color: var(--cream); margin-bottom: 14px;
}
.step-text { font-size: 0.88rem; font-weight: 300; line-height: 1.75; color: rgba(245, 240, 232, 0.65); }
.step-badge {
  display: inline-block; margin-top: 20px;
  background: var(--terracotta); color: white;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 8px 18px; border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
a.step-badge:hover {
  background: var(--terracotta-light);
  transform: translateY(-1px);
}

/* ─── SOBRE DÉBORA ─── */
.sobre-debora { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.debora-visual {
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  padding: 80px; position: relative; overflow: hidden;
}
.debora-visual::before {
  content: ''; position: absolute; inset: 20px;
  border: 1px solid rgba(212, 196, 168, 0.5); pointer-events: none; z-index: 0;
}
/* Contenedor fijo: la foto siempre se recorta a este tamaño, sin importar sus dimensiones originales */
.debora-photo-wrap {
  width: 280px;
  height: 380px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}
.debora-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.photo-placeholder {
  width: 280px; height: 380px;
  background: linear-gradient(160deg, var(--sand) 0%, rgba(212, 196, 168, 0.5) 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; border-radius: 2px; position: relative; z-index: 1;
  font-size: 4rem;
}
.credentials-badge {
  position: absolute; bottom: 40px; right: 40px;
  background: var(--forest); color: var(--cream); padding: 20px 24px;
  z-index: 2; /* siempre por encima de la foto */
}
.credentials-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 400; display: block; margin-bottom: 6px;
}
.credentials-badge p { font-size: 0.75rem; font-weight: 300; line-height: 1.6; opacity: 0.85; }

.debora-content {
  background: white; padding: 80px 70px;
  display: flex; flex-direction: column; justify-content: center;
}
.debora-bio {
  font-size: 0.95rem; font-weight: 300; line-height: 1.85;
  color: var(--text-mid); margin-bottom: 36px;
}
.debora-bio strong { color: var(--forest); font-weight: 500; }

/* ─── FAQ ─── */
.faq-section { background: var(--cream); padding: 100px 80px; }
.faq-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
.faq-intro p { font-size: 0.88rem; font-weight: 300; line-height: 1.8; color: var(--text-mid); margin-bottom: 36px; }
.faq-intro .section-title { margin-bottom: 20px; }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item {
  background: white; border: 1px solid rgba(212, 196, 168, 0.3); overflow: hidden;
}
.faq-question {
  width: 100%; background: none; border: none;
  padding: 24px 28px; display: flex;
  justify-content: space-between; align-items: center;
  cursor: pointer; text-align: left; gap: 20px;
}
.faq-question-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400; color: var(--text-dark); line-height: 1.4;
}
.faq-icon {
  width: 24px; height: 24px; border: 1px solid var(--sand);
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; color: var(--text-light);
  font-size: 1.1rem; transition: all 0.25s;
}
.faq-item.open .faq-icon {
  background: var(--forest); border-color: var(--forest);
  color: white; transform: rotate(45deg);
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer p {
  padding: 0 28px 24px;
  font-size: 0.88rem; font-weight: 300; line-height: 1.8; color: var(--text-mid);
}

/* ─── CTA FINAL ─── */
.cta-final {
  background: var(--terracotta); padding: 90px 80px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  position: relative; overflow: hidden;
}
.cta-final::before {
  content: ''; position: absolute; top: -150px; left: 50%;
  transform: translateX(-50%); width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final .section-label { color: rgba(253, 250, 245, 0.65); margin-bottom: 20px; }
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem; font-weight: 300;
  color: white; line-height: 1.2;
  margin-bottom: 20px; max-width: 620px;
}
.cta-title em { font-style: italic; }
.cta-sub {
  font-size: 0.95rem; font-weight: 300;
  color: rgba(253, 250, 245, 0.75); line-height: 1.7;
  max-width: 480px; margin-bottom: 44px;
}
.btn-white {
  display: inline-block; background: white;
  color: var(--terracotta); text-decoration: none;
  padding: 18px 44px; font-size: 0.88rem;
  font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; border-radius: 2px;
  transition: transform 0.2s, box-shadow 0.2s; margin-bottom: 16px;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.cta-note { font-size: 0.78rem; color: rgba(253, 250, 245, 0.5); letter-spacing: 0.04em; }

/* ─── FOOTER ─── */
#site-footer { background: var(--text-dark); padding: 60px 80px 36px; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px;
  margin-bottom: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: var(--cream);
  text-decoration: none; display: block; margin-bottom: 16px;
}
.footer-brand .footer-logo span { font-style: italic; color: var(--terracotta-light); }
.footer-brand p { font-size: 0.8rem; font-weight: 300; line-height: 1.7; color: rgba(245, 240, 232, 0.45); max-width: 260px; }
.footer-col h4 { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245, 240, 232, 0.35); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { text-decoration: none; font-size: 0.82rem; font-weight: 300; color: rgba(245, 240, 232, 0.6); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.75rem; color: rgba(245, 240, 232, 0.25); }

/* ─── PAGE INTERIOR ─── */
.page-hero {
  background: var(--forest); padding: 140px 80px 80px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(181,100,74,0.12) 0%, transparent 70%);
}
.page-hero .section-label { color: var(--sand); }
.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; font-weight: 300;
  color: var(--cream); line-height: 1.15; max-width: 700px;
}
.page-hero-title em { font-style: italic; color: var(--sand); }
.page-hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.7;
  color: var(--cream); max-width: 560px; margin-top: 20px;
}
/* ── Layout interior de páginas ── */
#main-content { background: white; }

.page-content {
  width: 100%;
  padding: 72px 80px 80px 80px;
  background: white;
  box-sizing: border-box;
}
.page-content p {
  font-size: 0.97rem; line-height: 1.9;
  color: #2A3A35;
  margin-bottom: 24px; font-weight: 300;
}
.page-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300;
  color: var(--forest); margin: 52px 0 20px;
  border-bottom: 1px solid rgba(212,196,168,0.4); padding-bottom: 12px;
}
.page-content h2:first-child { margin-top: 0; }
.page-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  color: var(--text-dark); margin: 36px 0 16px;
}
.page-content ul { padding-left: 0; margin-bottom: 24px; list-style: none; }
.page-content ul li {
  font-size: 0.95rem; line-height: 1.8;
  color: #2A3A35; margin-bottom: 10px; font-weight: 300;
  padding-left: 22px; position: relative;
}
.page-content ul li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--terracotta);
}
.page-content strong { color: var(--forest); font-weight: 500; }

/* ─── BLOG ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.blog-card { background: white; border: 1px solid rgba(212, 196, 168, 0.3); overflow: hidden; }
.blog-card-inner { padding: 36px 32px; }
.blog-category {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 14px;
}
.blog-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 400;
  color: var(--text-dark); line-height: 1.35;
  margin-bottom: 16px;
}
.blog-card-excerpt { font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: var(--text-mid); margin-bottom: 24px; }
.blog-card-link {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--forest); text-decoration: none;
  display: flex; align-items: center; gap: 8px;
}
.blog-card-link::after { content: '→'; transition: transform 0.2s; }
.blog-card-link:hover::after { transform: translateX(4px); }
.blog-section { background: white; padding: 100px 80px; }
.blog-section .section-title { margin-bottom: 48px; }

/* ─── CONTACTO ─── */
.contact-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.contact-info {
  background: var(--forest); padding: 80px;
  display: flex; flex-direction: column; justify-content: center;
}
.contact-info .section-label { color: var(--sand); }
.contact-info .section-title { color: var(--cream); margin-bottom: 32px; }
.contact-info .section-title em { color: var(--sand); }
.contact-detail { margin-bottom: 28px; }
.contact-detail-label {
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(245, 240, 232, 0.4); margin-bottom: 6px;
}
.contact-detail-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 300; color: var(--cream);
}
.contact-form-wrap { background: white; padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.contact-form .section-label { margin-bottom: 32px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 14px 16px;
  border: 1px solid rgba(212, 196, 168, 0.6);
  background: var(--warm-white);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: var(--text-dark); outline: none;
  transition: border-color 0.2s; border-radius: 2px;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--forest); }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ─── SINGLE POST ─── */
.single-post-hero { background: var(--cream); padding: 140px 80px 60px; }
.post-category {
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 16px;
}
.post-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 300;
  color: var(--text-dark); line-height: 1.2; max-width: 700px; margin-bottom: 20px;
}
.post-meta { font-size: 0.8rem; color: var(--text-light); }
.post-content { max-width: 720px; padding: 60px 80px 100px; }
.post-content p { font-size: 0.98rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 28px; font-weight: 300; }
.post-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--forest); margin: 48px 0 20px; }
.post-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--text-dark); margin: 36px 0 16px; }
.post-content blockquote {
  border-left: 3px solid var(--terracotta);
  padding: 20px 32px; margin: 36px 0;
  background: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-style: italic; font-weight: 300;
  color: var(--text-mid); line-height: 1.6;
}

/* ─── ANIMACIONES ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-up { opacity: 0; }
.animate-up.visible { animation: fadeUp 0.6s ease forwards; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  #site-header { padding: 16px 32px; }
  .main-nav ul { gap: 20px; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-left { padding: 80px 40px 60px; min-height: 80vh; }
  .hero-right { padding: 60px 40px; }
  .hero-headline { font-size: 2.8rem; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .sobre-debora { grid-template-columns: 1fr; }
  .faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-section { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .para-quien, .como-funciona, .faq-section, .cta-final { padding: 60px 40px; }
  #site-footer { padding: 60px 40px 36px; }
  .page-hero, .single-post-hero { padding: 120px 40px 60px; }
  .blog-section { padding: 60px 40px; }
  .debora-content { padding: 60px 40px; }
  /* Página interior */
  .page-content { padding: 60px 40px; }
  .post-content { max-width: 100%; padding: 60px 40px 80px; }
  .contact-info, .contact-form-wrap { padding: 60px 40px; }
}

@media (max-width: 768px) {
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--warm-white); padding: 20px 32px; border-bottom: 1px solid rgba(212,196,168,0.3); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 16px; }
  .menu-toggle { display: block; }
  .cards-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 2.2rem; }
  .section-title { font-size: 2rem; }
  .cta-title { font-size: 2.2rem; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .page-content { padding: 40px 24px; }
}

/* ─── PÁGINA CALENDARIO ─── */
.cal-hero {
  background: var(--forest);
  padding: 120px 80px 60px;
  position: relative; overflow: hidden;
}
.cal-hero::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(181,100,74,0.12) 0%, transparent 70%);
}
.cal-hero .section-label { color: var(--sand); }
.cal-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 300;
  color: var(--cream); line-height: 1.15; max-width: 640px;
  margin-bottom: 16px;
}
.cal-hero-title em { font-style: italic; color: var(--sand); }
.cal-hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.7;
  color: var(--cream); max-width: 520px;
}

/* Layout: calendario a la izquierda, info a la derecha */
.cal-embed-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: start;
  background: white;
}

/* Zona del calendario */
.cal-embed-inner {
  padding: 48px 60px 80px 80px;
  min-height: 600px;
}

/* Cal.com necesita altura explícita */
.cal-embed-inner > div[id^="my-cal"] {
  height: 700px !important;
  min-height: 600px;
}

/* Placeholder cuando no hay snippet */
.cal-placeholder {
  background: var(--warm-white);
  border: 2px dashed var(--sand);
  border-radius: 2px;
  padding: 60px 40px;
  text-align: center;
}

/* Columna de info lateral */
.cal-info {
  background: var(--cream);
  border-left: 1px solid rgba(212,196,168,0.4);
  padding: 48px 36px;
  position: sticky;
  top: 81px; /* altura del nav */
}

.cal-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.cal-info-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.cal-info-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 4px;
}
.cal-info-item p {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.5;
  margin: 0;
}

.cal-info-divider {
  border: none;
  border-top: 1px solid rgba(212,196,168,0.5);
  margin: 24px 0;
}

.cal-info-note {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--text-mid);
  line-height: 1.6;
}
.cal-info-note a {
  color: var(--terracotta);
  text-decoration: none;
  font-weight: 400;
}
.cal-info-note a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 1024px) {
  .cal-embed-wrap { grid-template-columns: 1fr; }
  .cal-info { position: static; border-left: none; border-top: 1px solid rgba(212,196,168,0.4); }
  .cal-embed-inner { padding: 40px; }
  .cal-hero { padding: 100px 40px 48px; }
}
@media (max-width: 768px) {
  .cal-embed-inner { padding: 24px; }
  .cal-hero { padding: 100px 24px 40px; }
  .cal-hero-title { font-size: 2.2rem; }
  .cal-info { padding: 32px 24px; }
}

/* ─── CTA FINAL con calendario inline ─── */
.cta-final--with-cal {
  padding-bottom: 60px;
}
.cta-cal-wrap {
  width: 100%;
  max-width: 900px;
  margin-top: 24px; /* menos separación entre el texto y el calendario */
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.cta-cal-wrap > div {
  min-height: 600px;
}
@media (max-width: 768px) {
  .cta-cal-wrap > div { height: 500px !important; }
}
