/* ===========================================================
   Pausa y Claridad — Psic. Adriana Pichardo
   Hoja de estilos principal
   Paleta:
     verde profundo   #36432E
     verde salvia      #5C6E4C
     salvia claro      #8FA07C
     crema fondo       #F7F3EA
     crema panel       #EFEADB
     borde crema       #E4DCC8
     terracota         #BE5F28
   Tipografías: Cormorant Garamond (titulares) · Mulish (texto)
   =========================================================== */

* { box-sizing: border-box; }

:root {
  --verde: #36432E;
  --salvia: #5C6E4C;
  --salvia-claro: #8FA07C;
  --crema: #F7F3EA;
  --crema-panel: #EFEADB;
  --borde: #E4DCC8;
  --terracota: #BE5F28;
  --texto: #566049;
  --texto-suave: #7B8569;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  background: var(--crema);
  color: var(--verde);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--terracota); color: #fff; }

.serif { font-family: 'Cormorant Garamond', serif; }
.wrap { max-width: 1180px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }

.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terracota);
}

@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 234, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--borde);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  padding-top: 13px;
  padding-bottom: 13px;
}
.brand { display: flex; align-items: center; gap: 12px; cursor: pointer; background: none; border: 0; padding: 0; font: inherit; text-align: left; }
.brand__logo { width: 46px; height: 46px; flex: none; }
.brand__name { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--verde); font-weight: 600; display: block; line-height: 1.15; }
.brand__role { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--salvia-claro); }
.nav__links { margin-left: auto; display: flex; align-items: center; gap: 21px; font-size: 14.5px; color: #4A5740; }
.nav__link { cursor: pointer; background: none; border: 0; font: inherit; color: inherit; padding: 0; }
.nav__link:hover { color: var(--terracota); }
.nav__cta {
  cursor: pointer; font-weight: 600; padding: 9px 18px; border-radius: 999px;
  background: var(--salvia); color: var(--crema); border: 0; font-size: 14.5px;
}

/* ---------- BOTONES ---------- */
.btn {
  cursor: pointer; font-weight: 600; font-size: 15px; border: 0;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; text-decoration: none;
}
.btn--green { background: var(--salvia); color: #fff; }
.btn--terra { background: var(--terracota); color: #fff; }
.btn--ghost { color: var(--verde); border: 1.5px solid #C7D0BA; background: transparent; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; scroll-margin-top: 90px; }
.hero__blob { position: absolute; top: -90px; left: -80px; width: 340px; height: 340px; border-radius: 50%; background: #E9E4D2; opacity: .7; }
.hero__dot1 { position: absolute; top: 60px; right: 120px; width: 14px; height: 14px; border-radius: 50%; background: var(--terracota); opacity: .55; animation: floaty 6s ease-in-out infinite; }
.hero__dot2 { position: absolute; bottom: 40px; left: 40px; width: 9px; height: 9px; border-radius: 50%; background: var(--salvia-claro); }
.hero__grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center;
  padding-top: 84px; padding-bottom: 70px;
}
.hero__title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 60px; line-height: 1.04; margin: 22px 0; letter-spacing: -.01em; }
.hero__lead { font-size: 18px; line-height: 1.7; color: var(--texto); max-width: 480px; margin: 0 0 32px; }
.hero__cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__meta { margin-top: 38px; display: flex; gap: 30px; flex-wrap: wrap; font-size: 13.5px; color: var(--texto-suave); }
.hero__meta b { color: var(--verde); }

.hero__card-wrap { position: relative; animation: fadeUp 1s ease both; }
.hero__card-frame { position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid #C7D0BA; border-radius: 160px 160px 14px 14px; }
.hero__card {
  position: relative; background: var(--crema-panel); border-radius: 160px 160px 14px 14px;
  height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; padding: 36px 30px;
}
.hero__card-c1 { position: absolute; bottom: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: var(--borde); opacity: .5; }
.hero__card-c2 { position: absolute; top: -40px; left: -40px; width: 140px; height: 140px; border-radius: 50%; background: #DFD8C6; opacity: .4; }
.hero__leaf { position: relative; width: 150px; height: 150px; margin-bottom: 22px; animation: floaty 7s ease-in-out infinite; }
.hero__quote { position: relative; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 26px; line-height: 1.4; color: var(--verde); text-align: center; margin: 0 0 20px; }
.hero__chips { position: relative; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.chip { background: var(--crema); border: 1px solid var(--borde); border-radius: 999px; padding: 7px 16px; font-size: 13px; color: var(--salvia); }
.chip--terra { background: var(--terracota); border-color: var(--terracota); color: #fff; font-weight: 600; }

/* ---------- TEMAS STRIP ---------- */
.temas { background: var(--crema-panel); }
.temas__inner { display: flex; align-items: center; gap: 14px; justify-content: center; flex-wrap: wrap; padding: 26px 28px; font-family: 'Cormorant Garamond', serif; font-size: 23px; color: var(--salvia); }
.temas__sep { color: var(--terracota); }

/* ---------- SOBRE ---------- */
.sobre { scroll-margin-top: 90px; }
.sobre__inner { max-width: 820px; margin: 0 auto; padding: 86px 28px; }
.sobre__title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 42px; line-height: 1.1; margin: 14px 0 20px; }
.sobre p { font-size: 17px; line-height: 1.75; color: var(--texto); margin: 0 0 18px; }
.sobre p b { color: var(--verde); }
.sobre__facts { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.fact { background: var(--crema-panel); border: 1px solid var(--borde); border-radius: 10px; padding: 14px 18px; font-size: 14px; }
.fact b { color: var(--verde); }
.fact span { color: var(--texto-suave); }

/* ---------- SERVICIOS / PLANES ---------- */
.servicios { background: var(--verde); color: var(--crema); scroll-margin-top: 90px; }
.servicios__inner { padding: 84px 28px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.section-head .eyebrow { color: #E2A878; }
.section-head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 42px; line-height: 1.1; margin: 14px 0 12px; }
.section-head p { font-size: 16px; line-height: 1.7; opacity: .82; margin: 0; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan { position: relative; background: rgba(247,243,234,.04); border: 1px solid rgba(247,243,234,.16); border-radius: 16px; padding: 30px 26px; }
.plan--feat { background: rgba(247,243,234,.08); border: 1.5px solid rgba(226,168,120,.5); }
.plan__badge { position: absolute; top: 16px; right: 16px; background: var(--terracota); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.plan__name { font-family: 'Cormorant Garamond', serif; font-size: 24px; display: block; margin-bottom: 10px; }
.plan__price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.plan__price { font-family: 'Cormorant Garamond', serif; font-size: 46px; line-height: 1; }
.plan__per { font-size: 13px; opacity: .7; }
.plan__note { font-size: 14px; line-height: 1.6; opacity: .8; margin: 10px 0 22px; min-height: 42px; }
.plan__btn { cursor: pointer; display: block; width: 100%; text-align: center; background: transparent; color: var(--crema); border: 1px solid rgba(247,243,234,.4); font-weight: 600; padding: 12px; border-radius: 999px; font-size: 14px; font-family: inherit; }
.plan--feat .plan__btn { background: var(--terracota); border-color: var(--terracota); }

/* ---------- PROCESO ---------- */
.proceso { scroll-margin-top: 90px; }
.proceso__inner { padding: 84px 28px; }
.proceso__head { text-align: center; max-width: 600px; margin: 0 auto 46px; }
.proceso__head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 40px; margin: 14px 0 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--crema-panel); border: 1px solid var(--borde); border-radius: 14px; padding: 30px 26px; }
.step__n { width: 42px; height: 42px; border-radius: 50%; background: var(--verde); color: var(--crema); font-family: 'Cormorant Garamond', serif; font-size: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.step h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; margin: 0 0 8px; }
.step p { font-size: 15px; line-height: 1.65; color: var(--texto); margin: 0; }

/* ---------- AGENDA CTA ---------- */
.agenda { background: var(--crema-panel); scroll-margin-top: 90px; }
.agenda__inner { max-width: 760px; margin: 0 auto; padding: 84px 28px; text-align: center; }
.agenda__title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 42px; line-height: 1.1; margin: 14px 0 16px; }
.agenda__lead { font-size: 16px; line-height: 1.7; color: var(--texto); margin: 0 auto 28px; max-width: 520px; }
.agenda__hours { display: inline-block; text-align: left; background: var(--crema); border: 1px solid var(--borde); border-radius: 12px; padding: 18px 22px; font-size: 14px; color: var(--texto); line-height: 1.7; margin-bottom: 32px; }
.agenda__hours b { color: var(--verde); }
.agenda__hours span { color: var(--texto-suave); }

/* ---------- NOTAS ---------- */
.notas { scroll-margin-top: 90px; }
.notas__inner { padding: 84px 28px; }
.notas__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.notas__head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 40px; margin: 14px 0 0; }
.link-more { font-size: 14px; color: var(--salvia); border-bottom: 1.5px solid var(--terracota); padding-bottom: 3px; cursor: pointer; }
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { cursor: pointer; }
.post__img { background: repeating-linear-gradient(135deg, #E8E1D0 0 13px, #F0EADB 13px 26px); border: 1px solid #C7D0BA; border-radius: 14px; height: 200px; display: flex; align-items: center; justify-content: center; color: var(--salvia-claro); font-family: 'Courier New', monospace; font-size: 11px; margin-bottom: 16px; }
.post__cat { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--terracota); }
.post h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; line-height: 1.2; margin: 8px 0; }
.post p { font-size: 14.5px; line-height: 1.6; color: var(--texto-suave); margin: 0; }

/* ---------- RECURSOS ---------- */
.recursos { background: var(--crema-panel); scroll-margin-top: 90px; }
.recursos__inner { padding: 84px 28px; }
.recursos__head { text-align: center; max-width: 600px; margin: 0 auto 44px; }
.recursos__head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 40px; margin: 14px 0 10px; }
.recursos__head p { font-size: 16px; color: var(--texto); margin: 0; }
.resources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource { background: var(--crema); border: 1px solid var(--borde); border-radius: 14px; padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.resource__type { align-self: flex-start; background: var(--verde); color: var(--crema); font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 5px 11px; border-radius: 6px; }
.resource h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; margin: 0; line-height: 1.2; }
.resource p { font-size: 14px; line-height: 1.6; color: var(--texto-suave); margin: 0 0 6px; }
.resource__dl { margin-top: auto; color: var(--terracota); font-weight: 600; font-size: 14px; cursor: pointer; }

/* ---------- FAQ ---------- */
.faq { scroll-margin-top: 90px; }
.faq__inner { max-width: 820px; margin: 0 auto; padding: 84px 28px; }
.faq__head { text-align: center; margin-bottom: 40px; }
.faq__head h2 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 40px; margin: 14px 0 0; }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: var(--crema-panel); border: 1px solid var(--borde); border-radius: 12px; overflow: hidden; }
.faq__q { cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__q span { font-family: 'Cormorant Garamond', serif; font-size: 21px; }
.faq__icon { width: 28px; height: 28px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: #DFD8C6; color: var(--salvia); font-size: 18px; transition: all .2s; }
.faq__item.open .faq__icon { background: var(--terracota); color: #fff; transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq__a-inner { padding: 0 24px 22px; font-size: 15px; line-height: 1.7; color: var(--texto); }

/* ---------- CONTACTO / FOOTER ---------- */
.contacto { background: var(--verde); color: var(--crema); scroll-margin-top: 90px; }
.contacto__inner { padding: 80px 28px 40px; }
.contacto__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.contacto h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 46px; line-height: 1.08; margin: 0 0 18px; }
.contacto__lead { font-size: 17px; line-height: 1.7; opacity: .85; margin: 0 0 30px; max-width: 440px; }
.contacto__list { display: flex; flex-direction: column; gap: 14px; }
.contacto__row { text-decoration: none; color: var(--crema); display: flex; align-items: center; gap: 14px; font-size: 17px; }
.contacto__ico { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; flex: none; }
.contacto__ico--green { background: var(--salvia); }
.contacto__ico--terra { background: var(--terracota); }
.contact-form { background: rgba(247,243,234,.06); border: 1px solid rgba(247,243,234,.16); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.contact-form input, .contact-form textarea { background: rgba(247,243,234,.08); border: 1px solid rgba(247,243,234,.2); border-radius: 9px; padding: 13px 15px; color: var(--crema); font-size: 14px; font-family: 'Mulish', sans-serif; outline: none; }
.contact-form textarea { resize: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(247,243,234,.6); }
.footer-bar { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(247,243,234,.14); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; opacity: .65; }

/* ---------- MODAL ---------- */
.modal { position: fixed; inset: 0; z-index: 200; background: rgba(40,51,39,.55); display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; }
.modal[hidden] { display: none; }
.modal__box { background: var(--crema); border-radius: 18px; max-width: 560px; width: 100%; padding: 34px 32px; box-shadow: 0 30px 90px rgba(0,0,0,.35); position: relative; animation: fadeUp .3s ease both; }
.modal__close { position: absolute; top: 14px; right: 20px; cursor: pointer; font-size: 28px; color: var(--salvia-claro); line-height: 1; background: none; border: 0; }
.modal h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; margin: 8px 0 4px; }
.modal__sub { font-size: 14px; color: var(--texto-suave); margin: 0 0 22px; line-height: 1.5; }
.modal__step { font-size: 12.5px; color: var(--texto-suave); margin-bottom: 10px; font-weight: 700; letter-spacing: .04em; }

.cal { background: var(--crema); border: 1px solid var(--borde); border-radius: 12px; padding: 14px 16px; margin-bottom: 20px; }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal__nav { cursor: pointer; width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--salvia); font-size: 18px; border: 1px solid var(--borde); background: #fff; }
.cal__month { font-family: 'Cormorant Garamond', serif; font-size: 20px; text-transform: capitalize; }
.cal__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 6px; }
.cal__weekdays span { text-align: center; font-size: 11px; font-weight: 700; color: var(--salvia-claro); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal__cell { aspect-ratio: 1; border: 1px solid var(--borde); border-radius: 9px; font-family: inherit; font-size: 14px; display: flex; align-items: center; justify-content: center; background: #fff; color: #4F5A45; cursor: pointer; }
.cal__cell:hover:not(.is-past):not(.is-blank) { border-color: var(--salvia); }
.cal__cell.is-blank { visibility: hidden; border: 0; }
.cal__cell.is-past { background: transparent; color: #CBC9BD; cursor: not-allowed; border-color: transparent; }
.cal__cell.is-selected { background: var(--salvia); color: #fff; font-weight: 700; border-color: var(--salvia); }

.slots { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 10px; }
.slot { padding: 9px 15px; border-radius: 999px; font-size: 14px; font-family: inherit; border: 1px solid #CBD3BD; background: #fff; color: #4F5A45; cursor: pointer; }
.slot:hover { border-color: var(--salvia); }
.slot.is-selected { background: var(--terracota); color: #fff; border-color: var(--terracota); font-weight: 600; }
.slots-empty { font-size: 13.5px; color: var(--salvia-claro); margin-bottom: 14px; }
.slot-msg { font-size: 13.5px; margin: 4px 0 20px; }
.slot-msg b { color: var(--verde); }

.modal__fields { display: flex; flex-direction: column; gap: 10px; }
.modal__fields input, .modal__fields textarea { background: #fff; border: 1px solid #D8D0BE; border-radius: 9px; padding: 12px 14px; font-size: 14px; font-family: 'Mulish', sans-serif; color: var(--verde); outline: none; }
.modal__fields textarea { resize: none; }
.modal__error { margin-top: 13px; background: #F6E2D7; border: 1px solid #E2A878; color: #A8521F; border-radius: 9px; padding: 10px 13px; font-size: 13px; }
.modal__submit { margin-top: 18px; width: 100%; }
.modal__hint { text-align: center; font-size: 12px; color: var(--salvia-claro); margin: 12px 0 0; line-height: 1.5; }
.modal__success { text-align: center; padding: 14px 6px 6px; }
.modal__check { width: 64px; height: 64px; border-radius: 50%; background: #E6EBDD; color: var(--salvia); font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 880px) {
  .nav__links { gap: 14px; font-size: 13px; }
  .nav__links .nav__link { display: none; }
  .hero__grid, .contacto__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__title { font-size: 44px; }
  .plans, .steps, .posts, .resources { grid-template-columns: 1fr; }
  .hero__card { height: 360px; }
}
@media (max-width: 520px) {
  .wrap, .sobre__inner, .agenda__inner, .faq__inner { padding-left: 20px; padding-right: 20px; }
  .hero__title { font-size: 38px; }
  .sobre__title, .agenda__title, .servicios .section-head h2 { font-size: 32px; }
  .modal__box { padding: 26px 20px; }
}
