:root{--accent:#526b59}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{overflow-x:hidden}
img{max-width:100%;height:auto}
button,a,input,textarea,summary{touch-action:manipulation}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b56e4e;outline-offset:5px}
[hidden]{display:none!important}

/* =========================
   CABECERA / PARTE SUPERIOR
   ========================= */

.emergency-topbar{
  font-size:11px;
  padding:7px 0!important;
}
.emergency-topbar-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px 18px!important;
}
.emergency-content{
  line-height:1.3!important;
}
.emergency-badges{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  flex-wrap:wrap!important;
}
.emergency-pill{
  padding:6px 12px!important;
  white-space:nowrap!important;
}

/* Header amplio para que el menú no se parta en dos líneas */
.site-header{
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid rgba(30,42,35,.08)!important;
  box-shadow:0 8px 28px rgba(23,34,28,.035)!important;
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
}

.site-header .header-container{
  width:min(1500px,calc(100% - 48px))!important;
  max-width:none!important;
  min-height:82px!important;
  margin-inline:auto!important;
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:24px!important;
}

.site-brand{
  min-width:0!important;
  text-decoration:none!important;
}
.site-brand .brand-name{
  display:block!important;
  white-space:nowrap!important;
  font-size:1.55rem!important;
  line-height:1.05!important;
  letter-spacing:-.02em!important;
}
.site-brand .brand-title{
  display:block!important;
  margin-top:5px!important;
  white-space:nowrap!important;
  font-size:.68rem!important;
  line-height:1.2!important;
  letter-spacing:.08em!important;
  opacity:.70!important;
}

.site-nav{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:clamp(14px,1.45vw,27px)!important;
}
.site-nav .nav-link{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  font-size:clamp(.84rem,.88vw,.96rem)!important;
  line-height:1.1!important;
  padding:10px 0!important;
}

.header-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:max-content!important;
}
.header-actions .btn{
  white-space:nowrap!important;
  border-radius:999px!important;
  padding:12px 20px!important;
  box-shadow:0 8px 20px rgba(173,83,59,.14)!important;
}
.mobile-nav-toggle{
  display:none!important;
}

/* =========================
   HERO
   ========================= */

.hero-section{
  padding-top:58px!important;
  padding-bottom:84px;
}
.hero-title{
  font-size:clamp(2.5rem,4.5vw,4.8rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.hero-text{max-width:57ch}
.hero-badges-wrapper{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-bottom:26px!important;
}
.hero-badge{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:8px 16px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
}
.hero-badge .icon{
  width:19px!important;
  height:19px!important;
  flex:0 0 auto!important;
}
.hero-badge .editable-hint:empty,
.hero-badge [data-text]:empty{
  display:none!important;
}

.hero-media-card{
  display:block;
  aspect-ratio:auto;
  margin:0;
  border-radius:180px 180px 22px 22px;
  overflow:hidden;
  background:#eee9e0;
  box-shadow:0 18px 70px #293b2910;
}
.hero-still{
  display:block;
  width:100%;
  height:480px;
  object-fit:cover;
}
.hero-media-card figcaption{
  padding:20px 24px;
  text-align:center;
  color:#485547;
  font-size:14px;
}

/* =========================
   RESTO DE REFINAMIENTOS
   ========================= */

.section{padding-top:80px;padding-bottom:80px}
.contact-card{
  max-width:780px;
  margin:auto;
  padding:40px;
  border:1px solid #d8ded5;
  border-radius:24px;
  background:#f6f7f2;
  text-align:center;
}
.contact-card>p{margin-bottom:24px}
.contact-card small{
  display:block;
  margin-top:24px;
  line-height:1.6;
  color:#5c655e;
}
.contact-channels{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.article-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(290px,100%),1fr));
  gap:24px;
}
.article-card{
  padding:26px;
  border:1px solid #e3e3d8;
  border-radius:18px;
  background:white;
}
.article-card>img{
  height:210px;
  width:100%;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:20px;
}
.article-card h3{margin-bottom:12px}
.article-card summary{
  cursor:pointer;
  margin-top:20px;
  color:var(--accent);
  font-weight:600;
}
.article-body{
  white-space:pre-wrap;
  margin-top:20px;
  line-height:1.8;
}
.preview-banner{
  position:sticky;
  top:0;
  z-index:9999;
  background:#233e31;
  color:white;
  padding:12px;
  text-align:center;
  font:14px system-ui;
}
.editable-hint{
  border:0!important;
  background:transparent!important;
}

/* Portátiles */
@media(max-width:1280px){
  .site-header .header-container{
    width:min(1240px,calc(100% - 32px))!important;
    grid-template-columns:205px minmax(0,1fr) auto!important;
    gap:16px!important;
  }
  .site-nav{gap:12px!important}
  .site-nav .nav-link{font-size:.80rem!important}
  .header-actions .btn{padding-inline:15px!important}
}

/* Tablet y pantallas donde el menú completo ya no cabe */
@media(max-width:1080px){
  .site-header .header-container{
    width:min(100% - 28px,980px)!important;
    min-height:74px!important;
    display:flex!important;
    justify-content:space-between!important;
    gap:14px!important;
    position:relative!important;
  }
  .site-brand{flex:1 1 auto!important}
  .site-brand .brand-name{font-size:1.4rem!important}
  .site-brand .brand-title{white-space:normal!important}

  .site-nav{
    display:none!important;
  }
  .site-nav.nav-open{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    z-index:1000!important;
    background:#fff!important;
    padding:18px!important;
    border:1px solid rgba(30,42,35,.08)!important;
    border-radius:0 0 18px 18px!important;
    box-shadow:0 18px 35px rgba(0,0,0,.08)!important;
  }
  .site-nav.nav-open .nav-link{
    font-size:.95rem!important;
    padding:10px 4px!important;
  }
  .mobile-nav-toggle{
    display:inline-flex!important;
  }
  .hero-section{padding-top:48px!important}
}

@media(max-width:800px){
  .hero-section{padding-top:32px!important}
  .hero-still{height:330px}
  .section{padding:48px 0}
  .contact-card{padding:24px}
  .hero-title{font-size:2.7rem}
  .emergency-topbar{display:none}
}

@media(max-width:640px){
  .site-header .header-container{
    width:calc(100% - 24px)!important;
  }
  .site-brand .brand-title{display:none!important}
  .header-actions .btn{
    padding:10px 13px!important;
    font-size:.82rem!important;
  }
  .hero-badges-wrapper{
    gap:8px!important;
    margin-bottom:20px!important;
  }
  .hero-badge{
    min-height:39px!important;
    padding:7px 12px!important;
    font-size:.84rem!important;
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}


/* =========================================================
   HERO + SOBRE MÍ UNIFICADOS · CONFIANZA Y CONVERSIÓN
   ========================================================= */
.hero-unified{
  padding-top:46px!important;
  padding-bottom:58px!important;
  background:
    radial-gradient(circle at 78% 18%, rgba(224,214,198,.38), transparent 28%),
    linear-gradient(180deg,#fbfaf7 0%,#f8f6f1 100%);
}
.hero-unified-container{
  width:min(1380px,calc(100% - 48px))!important;
  max-width:none!important;
}
.hero-unified-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.76fr);
  align-items:center;
  gap:clamp(48px,6vw,96px);
}
.hero-unified-copy{max-width:760px}
.hero-kicker{
  margin:0 0 14px;
  color:var(--color-sage-dark,#33483a);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.hero-unified .hero-title{
  max-width:820px;
  margin-bottom:24px;
  font-size:clamp(3.15rem,5.4vw,5.7rem);
  line-height:.99;
  letter-spacing:-.045em;
}
.hero-unified .hero-text{
  max-width:66ch;
  margin-bottom:28px;
  font-size:clamp(1.02rem,1.15vw,1.16rem);
  line-height:1.75;
  color:#526058;
}
.hero-unified .hero-degree{
  color:#8e3f2a;
  font-weight:650;
}
.hero-unified-ctas{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.hero-unified-ctas .btn-primary{
  min-width:245px;
  justify-content:center;
}
.hero-badge-strong{
  background:#fff!important;
  box-shadow:0 8px 26px rgba(32,46,37,.07);
}
.hero-trust-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  max-width:720px;
}
.hero-trust-item{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:14px 15px;
  border:1px solid rgba(75,98,82,.14);
  border-radius:16px;
  background:rgba(255,255,255,.68);
}
.hero-trust-icon{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef3ec;
  color:var(--color-sage-dark,#33483a);
}
.hero-trust-icon .icon{width:16px;height:16px}
.hero-trust-item strong{
  display:block;
  margin-bottom:4px;
  color:#26352b;
  font-size:.88rem;
}
.hero-trust-item span{
  display:block;
  color:#68746c;
  font-size:.77rem;
  line-height:1.45;
}
.hero-profile-column{
  position:relative;
  max-width:540px;
  justify-self:end;
}
.hero-profile-photo{
  margin:0;
  overflow:hidden;
  border-radius:210px 210px 28px 28px;
  background:#ebe5dc;
  box-shadow:0 28px 70px rgba(38,49,41,.11);
}
.hero-profile-photo .hero-still{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:center 18%;
}
.hero-profile-card{
  position:relative;
  z-index:2;
  width:calc(100% - 42px);
  margin:-72px auto 0;
  padding:24px 26px 22px;
  border:1px solid rgba(76,93,81,.14);
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 24px 55px rgba(36,48,39,.10);
  backdrop-filter:blur(12px);
}
.hero-profile-heading{
  display:grid;
  gap:8px;
  margin-bottom:12px;
}
.hero-profile-heading .section-tag{
  justify-self:start;
  margin:0;
}
.hero-profile-heading h2{
  margin:0;
  font-size:clamp(1.35rem,1.8vw,1.75rem);
  line-height:1.15;
  letter-spacing:-.02em;
}
.hero-profile-text{
  margin:0 0 16px;
  color:#5d685f;
  font-size:.88rem;
  line-height:1.62;
}
.hero-profile-credentials{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:10px;
}
.profile-credential{
  padding:12px 13px;
  border-radius:13px;
  background:#f6f7f2;
  border:1px solid rgba(76,93,81,.09);
}
.profile-credential-label{
  display:block;
  margin-bottom:4px;
  color:#758078;
  font-size:.68rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.profile-credential strong{
  display:block;
  color:#304238;
  font-size:.76rem;
  line-height:1.45;
}

@media(max-width:1120px){
  .hero-unified-grid{
    grid-template-columns:minmax(0,1fr) 420px;
    gap:42px;
  }
  .hero-unified .hero-title{font-size:clamp(2.9rem,5vw,4.7rem)}
  .hero-profile-photo .hero-still{height:470px}
}

@media(max-width:900px){
  .hero-unified-container{width:min(100% - 30px,760px)!important}
  .hero-unified-grid{grid-template-columns:1fr;gap:38px}
  .hero-profile-column{justify-self:stretch;max-width:650px;width:100%;margin-inline:auto}
  .hero-profile-photo .hero-still{height:min(600px,78vw)}
  .hero-unified-copy{max-width:none}
  .hero-unified .hero-title{font-size:clamp(2.8rem,9vw,4.6rem)}
}

@media(max-width:620px){
  .hero-unified{padding-top:30px!important;padding-bottom:42px!important}
  .hero-unified-container{width:calc(100% - 24px)!important}
  .hero-unified .hero-title{font-size:clamp(2.55rem,12vw,3.65rem)}
  .hero-unified .hero-text{font-size:.98rem;line-height:1.68}
  .hero-unified-ctas{display:grid;grid-template-columns:1fr}
  .hero-unified-ctas .btn{width:100%;justify-content:center}
  .hero-trust-row{grid-template-columns:1fr}
  .hero-profile-photo{border-radius:140px 140px 24px 24px}
  .hero-profile-photo .hero-still{height:112vw;max-height:520px}
  .hero-profile-card{width:calc(100% - 18px);margin-top:-42px;padding:20px 18px}
  .hero-profile-credentials{grid-template-columns:1fr}
}

/* =========================================================
   PROCESO TERAPÉUTICO + PRIMERA SESIÓN · SECCIÓN FUSIONADA
   ========================================================= */

.journey-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(82,107,89,.055), transparent 34%),
    var(--color-bg, #fbfaf7);
}

.journey-header{
  max-width:820px;
  margin-inline:auto;
  text-align:center;
}

.journey-header .section-subtitle{
  max-width:760px;
  margin-inline:auto;
}

.journey-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:42px;
}

.journey-grid::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:31px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(82,107,89,.22) 12%, rgba(82,107,89,.22) 88%, transparent);
  z-index:0;
}

.journey-card{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:24px 22px 26px;
  border:1px solid rgba(82,107,89,.17);
  border-radius:20px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 34px rgba(31,45,36,.045);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.journey-card:hover{
  transform:translateY(-3px);
  border-color:rgba(82,107,89,.28);
  box-shadow:0 16px 40px rgba(31,45,36,.07);
}

.journey-card-featured{
  background:linear-gradient(180deg, rgba(247,246,241,.98), rgba(255,255,255,.96));
  border-color:rgba(181,110,78,.22);
}

.journey-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:22px;
}

.journey-number{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#edf2ed;
  color:#365044;
  font-weight:700;
  font-size:.95rem;
}

.journey-icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  color:#526b59;
  background:#f5f7f3;
}

.journey-icon .icon{
  width:18px;
  height:18px;
}

.journey-card h3{
  margin:0 0 12px;
  font-size:clamp(1.18rem,1.4vw,1.45rem);
  line-height:1.15;
}

.journey-card p{
  margin:0;
  color:var(--color-text-muted, #566159);
  line-height:1.75;
  font-size:.96rem;
}

.journey-trust{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  max-width:1040px;
  margin:30px auto 0;
  padding:22px 24px;
  border:1px solid rgba(82,107,89,.16);
  border-radius:20px;
  background:#f4f6f1;
}

.journey-trust-icon{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#fff;
  color:#526b59;
  box-shadow:0 5px 18px rgba(31,45,36,.05);
}

.journey-trust-icon .icon{
  width:21px;
  height:21px;
}

.journey-trust-copy h3{
  margin:0 0 5px;
  font-size:1.05rem;
  line-height:1.3;
}

.journey-trust-copy p{
  margin:0;
  color:var(--color-text-muted, #566159);
  font-size:.92rem;
  line-height:1.6;
}

.journey-cta{
  white-space:nowrap;
  border-radius:999px;
}

.journey-note{
  max-width:760px;
  margin:22px auto 0;
  text-align:center;
  color:var(--color-text-subtle, #6a746d);
  font-size:.86rem;
  line-height:1.6;
}

@media(max-width:1100px){
  .journey-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .journey-grid::before{
    display:none;
  }
}

@media(max-width:760px){
  .journey-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:30px;
  }

  .journey-card{
    min-height:0;
    padding:21px 19px 22px;
  }

  .journey-trust{
    grid-template-columns:auto minmax(0,1fr);
    padding:20px;
  }

  .journey-cta{
    grid-column:1 / -1;
    width:100%;
    justify-content:center;
  }
}

/* =========================================================
   PORTADA + CONÓCEME · NUEVOS TEXTOS
   ========================================================= */
.hero-intro{
  max-width:62ch;
  display:grid;
  gap:12px;
  margin-top:22px;
}
.hero-intro p{
  margin:0;
  color:var(--color-text-muted,#566159);
  font-size:1.02rem;
  line-height:1.75;
}
.hero-intro strong{color:var(--color-text,#1f2a23)}
.hero-profile-body{display:grid;gap:12px}
.hero-profile-body p{
  margin:0;
  color:var(--color-text-muted,#566159);
  line-height:1.7;
}
.hero-profile-body .profile-emphasis{
  margin-top:2px;
  padding-top:12px;
  border-top:1px solid rgba(82,107,89,.13);
  color:var(--color-text,#1f2a23);
  font-weight:650;
}

/* =========================================================
   ESPECIALIDADES · COMPACTAS
   ========================================================= */
.specialties-clean{background:var(--color-bg,#fbfaf7)}
.specialties-clean-header{
  max-width:790px;
  margin-inline:auto;
  text-align:center;
}
.specialties-clean-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:38px;
}
.specialty-clean-item{
  min-height:96px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border:1px solid rgba(82,107,89,.14);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(31,45,36,.035);
  color:var(--color-text,#1f2a23);
  font-weight:600;
  line-height:1.35;
}
.specialty-clean-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#eef2ed;
  color:#526b59;
  font-size:.76rem;
  font-weight:750;
}
.specialties-guidance{
  max-width:900px;
  margin:26px auto 0;
  padding:20px 22px;
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid rgba(181,110,78,.16);
  border-radius:18px;
  background:#f8f4ef;
}
.specialties-guidance-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#fff;
  color:#b56e4e;
}
.specialties-guidance-icon .icon{width:19px;height:19px}
.specialties-guidance p{
  margin:0;
  line-height:1.6;
  color:var(--color-text-muted,#566159);
}

@media(max-width:1050px){
  .specialties-clean-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .specialties-clean-grid{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:28px;
  }
  .specialty-clean-item{min-height:76px}
  .specialties-guidance{
    align-items:flex-start;
    padding:18px;
  }
}

/* =========================================================
   "QUIZÁ TE RECONOCES" · 3 COLUMNAS / COLECTIVOS
   ========================================================= */
.audience-section{
  background:#f5f2ec;
}
.audience-header{
  max-width:820px;
  margin-inline:auto;
  text-align:center;
}
.audience-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:40px;
}
.audience-card{
  display:flex;
  flex-direction:column;
  min-height:340px;
  padding:26px;
  border:1px solid rgba(82,107,89,.15);
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 10px 30px rgba(31,45,36,.04);
}
.audience-card-accent{
  border-color:rgba(181,110,78,.21);
}
.audience-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:22px;
}
.audience-card .card-icon-wrapper{
  margin:0;
  flex:0 0 auto;
}
.audience-tags{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:6px;
}
.audience-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:999px;
  background:#f1f4f0;
  color:#526b59;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.02em;
}
.audience-card-accent .audience-tags span{
  background:#fbf0eb;
  color:#a75d43;
}
.audience-card h3{
  margin:0 0 12px;
  font-size:clamp(1.28rem,1.6vw,1.62rem);
  line-height:1.12;
}
.audience-card p{
  margin:0;
  color:var(--color-text-muted,#566159);
  font-size:.96rem;
  line-height:1.72;
}
.audience-note{
  max-width:940px;
  margin:24px auto 0;
  padding:16px 20px;
  display:flex;
  align-items:flex-start;
  gap:11px;
  border-radius:15px;
  background:rgba(255,255,255,.72);
  color:var(--color-text-muted,#566159);
}
.audience-note .icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:3px;
  color:#526b59;
}
.audience-note p{
  margin:0;
  line-height:1.6;
  font-size:.9rem;
}

@media(max-width:980px){
  .audience-grid{
    grid-template-columns:1fr;
    max-width:720px;
    margin-inline:auto;
  }
  .audience-card{
    min-height:0;
  }
}
@media(max-width:640px){
  .audience-card{
    padding:21px 19px;
  }
  .audience-card-top{
    flex-direction:column;
    gap:12px;
  }
  .audience-tags{
    justify-content:flex-start;
  }
}

