/* ══════════ TOKENS ══════════ */
.ehx{
  --ehx-black:#000;--ehx-ink:#151514;--ehx-mute:#6b665f;--ehx-white:#fff;
  --ehx-gold:#b08a45;--ehx-gold-lt:#e0c592;
  --ehx-shell:#f5f3ef;--ehx-line:#e3dfd8;--ehx-line-dk:#333130;
  --ehx-display:"Instrument Serif",ui-serif,Georgia,serif;
  --ehx-text:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --ehx-r:22px;--ehx-r-btn:12px;--ehx-max:1100px;
  --ehx-gut:clamp(20px,5vw,56px);--ehx-band:clamp(70px,8.5vw,124px);
}

/* ══════════ RESET BLINDADO ══════════ */
.ehx,.ehx *,.ehx *::before,.ehx *::after{box-sizing:border-box}
.ehx{
  font-family:var(--ehx-text);font-size:18px;font-weight:400;line-height:1.7;
  color:var(--ehx-ink);background:var(--ehx-white);
  -webkit-font-smoothing:antialiased;text-align:left;
}
.ehx p,.ehx h1,.ehx h2,.ehx h3,.ehx ul,.ehx ol,.ehx li{margin:0;padding:0}
.ehx ul,.ehx ol{list-style:none}
.ehx img{display:block;max-width:100%;height:auto;border:0}
.ehx h1,.ehx h2,.ehx h3{
  font-family:var(--ehx-display) !important;font-weight:400 !important;
  color:var(--ehx-black);letter-spacing:-.015em;text-transform:none !important;
}
.ehx :focus-visible{outline:2px solid var(--ehx-gold);outline-offset:3px}

/* ══════════ ESCALA ══════════ */
.ehx-d{font-size:clamp(2.7rem,6.2vw,4.6rem);line-height:1.0;letter-spacing:-.03em}
.ehx-t{font-size:clamp(2rem,4vw,3rem);line-height:1.07;letter-spacing:-.022em}
.ehx-s{font-size:clamp(1.28rem,1.85vw,1.5rem);line-height:1.22}
.ehx-p{font-size:1.125rem;line-height:1.68;max-width:62ch}
.ehx-p--soft{color:var(--ehx-mute)}
.ehx-p--lead{font-size:1.28rem;line-height:1.6;max-width:50ch}
.ehx-c{font-size:.95rem;line-height:1.55;color:var(--ehx-mute)}
.ehx-eyebrow{font-size:.95rem;font-weight:600;color:var(--ehx-mute);margin-bottom:.9rem}

/* ══════════ BOTÓN ÚNICO ══════════ */
.ehx-act{margin-top:clamp(32px,4vw,48px)}
.ehx .ehx-btn,.ehx a.ehx-btn{
  display:inline-flex !important;align-items:center;gap:.7rem;
  width:auto !important;margin:0 !important;padding:1.15rem 2.3rem !important;
  border:0 !important;border-radius:var(--ehx-r-btn) !important;
  background:var(--ehx-gold) !important;background-image:none !important;
  color:var(--ehx-white) !important;font-family:var(--ehx-text) !important;
  font-size:1.05rem !important;font-weight:600 !important;line-height:1.2 !important;
  letter-spacing:0 !important;text-transform:none !important;text-decoration:none !important;
  box-shadow:none !important;cursor:pointer;transition:background-color .2s ease;
}
.ehx .ehx-btn:hover,.ehx a.ehx-btn:hover{background:#8f6e33 !important;color:var(--ehx-white) !important}
.ehx-btn svg{width:22px;height:22px;flex:none;fill:currentColor}
.ehx-btn__note{display:block;margin-top:.9rem;font-size:.98rem;color:var(--ehx-mute)}
.ehx-dark .ehx-btn__note{color:rgba(255,255,255,.55)}

/* ══════════ ESTRUCTURA ══════════ */
.ehx-shell{width:100%;max-width:var(--ehx-max);margin:0 auto;padding-left:var(--ehx-gut);padding-right:var(--ehx-gut)}
.ehx-band{padding-top:var(--ehx-band);padding-bottom:var(--ehx-band)}
.ehx-dark{background:var(--ehx-black);border-radius:var(--ehx-r);color:var(--ehx-white);overflow:hidden}
.ehx-dark h2,.ehx-dark h3{color:var(--ehx-white)}
.ehx-dark .ehx-p{color:rgba(255,255,255,.74)}
.ehx-pad{padding:clamp(40px,5.4vw,80px) clamp(24px,5vw,72px)}

/* ══════════ CABECERA ══════════ */
.ehx-top{
  position:relative;border-radius:0 0 var(--ehx-r) var(--ehx-r);overflow:hidden;
  background:#000 center/cover no-repeat;
  padding-top:clamp(26px,3.6vw,44px);padding-bottom:clamp(64px,8vw,120px);
}
.ehx-top__logo{width:clamp(110px,12vw,148px)}
.ehx-top__in{margin-top:clamp(56px,8vw,110px)}
.ehx-top .ehx-d{color:#fff;max-width:14ch}
.ehx-top .ehx-p--lead{color:rgba(255,255,255,.88);margin-top:1.4rem}
.ehx-tick{
  width:64px;height:64px;border-radius:50%;background:var(--ehx-gold);
  display:flex;align-items:center;justify-content:center;margin-bottom:1.8rem;
  animation:ehx-pop .5s cubic-bezier(.2,1.4,.4,1) both;
}
.ehx-tick svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.ehx-tick path{stroke-dasharray:30;stroke-dashoffset:30;animation:ehx-draw .45s .25s ease-out forwards}
@keyframes ehx-pop{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes ehx-draw{to{stroke-dashoffset:0}}
.ehx-top .ehx-btn__note{color:rgba(255,255,255,.6)}

/* ══════════ PASOS ══════════ */
.ehx-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(26px,3.4vw,52px);margin-top:clamp(40px,4.6vw,60px)}
.ehx-steps::before{content:"";position:absolute;top:27px;left:56px;right:56px;height:1px;background:var(--ehx-line)}
.ehx-step__n{
  position:relative;z-index:1;width:54px;height:54px;border-radius:50%;
  background:var(--ehx-black);color:#fff;display:flex;align-items:center;justify-content:center;
  font-family:var(--ehx-display);font-size:1.5rem;line-height:1;margin-bottom:1.5rem;
}
.ehx-step .ehx-s{margin-bottom:.6rem}
.ehx-step .ehx-p{font-size:1.06rem;max-width:32ch}
@media (max-width:800px){
  .ehx-steps{grid-template-columns:1fr;gap:34px}
  .ehx-steps::before{top:54px;bottom:54px;left:27px;right:auto;width:1px;height:auto}
  .ehx-step__n{margin-bottom:1rem}
}

/* ══════════ LAURA ══════════ */
.ehx-agent{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:clamp(28px,4.6vw,64px);align-items:center}
.ehx-agent__pic{border-radius:var(--ehx-r);overflow:hidden;background:linear-gradient(165deg,#efe7d8,#e0d3b9);aspect-ratio:4/5}
.ehx-agent__pic img{width:100%;height:100%;object-fit:cover;object-position:top center}
.ehx-agent__rank{font-family:var(--ehx-display);font-size:clamp(2.6rem,5.4vw,4.1rem);line-height:.95;color:var(--ehx-gold-lt);letter-spacing:-.03em}
.ehx-agent__name{margin-top:1.1rem;font-family:var(--ehx-display);font-size:clamp(1.6rem,2.6vw,2rem);color:#fff;line-height:1.12}
.ehx-agent__role{margin-top:.25rem;font-size:1.05rem;color:rgba(255,255,255,.55)}
.ehx-agent .ehx-p{margin-top:1.4rem;max-width:42ch}
@media (max-width:820px){.ehx-agent{grid-template-columns:1fr;gap:26px}.ehx-agent__pic{max-width:270px}}

/* ══════════ PIE ══════════ */
.ehx-foot{background:var(--ehx-black);color:rgba(255,255,255,.5);font-size:.92rem;line-height:1.7;border-radius:var(--ehx-r) var(--ehx-r) 0 0;margin-top:clamp(50px,7vw,96px)}
.ehx-foot__in{padding-top:clamp(36px,4.6vw,56px);padding-bottom:clamp(36px,4.6vw,56px);display:flex;flex-wrap:wrap;gap:22px;justify-content:space-between;align-items:center}
.ehx-foot__contact{font-size:1rem;color:rgba(255,255,255,.8)}

@media (prefers-reduced-motion:reduce){.ehx *{animation:none !important;transition:none !important}.ehx-tick path{stroke-dashoffset:0}}