:root{
  --blue:#3b8fdc;
  --blue-dark:#173a5c;
  --blue-strong:#2d77bd;
  --blue-soft:#eaf5ff;
  --blue-pale:#f7fbff;
  --orange:#ffb21a;
  --orange-dark:#ef9800;
  --orange-soft:#fff4d8;
  --sand:#fffaf0;
  --ink:#17324a;
  --muted:#66788a;
  --line:#d9e7f2;
  --white:#ffffff;
  --shadow:0 18px 44px rgba(20,54,84,.10);
  --shadow-soft:0 10px 24px rgba(20,54,84,.08);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit}
.container{width:min(1200px,calc(100% - 34px));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(217,231,242,.85);
}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{display:block;width:152px;height:auto}
.nav-tabs{display:flex;align-items:center;gap:10px}
.nav-link,.footer-nav{
  border:0;background:transparent;color:var(--muted);
  font-weight:800;padding:11px 16px;border-radius:999px;
}
.nav-link.active,.nav-link:hover{background:var(--blue-soft);color:var(--blue-strong)}

.hero-section{padding:24px 0 54px}
.hero-shell{
  position:relative;overflow:hidden;border-radius:var(--radius-xl);
  background:linear-gradient(135deg,#eef7ff 0%,#fbfdff 55%,#fff7e8 100%);
  display:grid;grid-template-columns:minmax(330px,410px) 1fr;gap:28px;
  padding:24px;min-height:540px;border:1px solid #e3eef7;
}
.hero-glow{position:absolute;border-radius:999px;filter:blur(8px);opacity:.55;pointer-events:none}
.hero-glow-a{width:260px;height:260px;background:#dfefff;right:-60px;top:-40px}
.hero-glow-b{width:230px;height:230px;background:#ffe9b9;left:48%;bottom:-70px}

.lead-card{
  position:relative;z-index:2;background:#fff;border-radius:26px;padding:22px 22px 20px;box-shadow:var(--shadow)
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  text-transform:uppercase;letter-spacing:.09em;font-weight:900;font-size:.75rem;color:var(--blue-strong)
}
.lead-copy h1{margin:6px 0 5px;font-size:clamp(1.45rem,2.1vw,1.95rem);line-height:1.04}
.lead-copy p{margin:0 0 4px;color:var(--muted);font-size:.95rem;line-height:1.45}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}
.full-row{grid-column:1 / -1}
.age-fieldset{border:0;padding:0;margin:10px 0 0}
.age-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label span,.age-fieldset legend{display:block;font-size:.82rem;font-weight:800;margin:0 0 5px}
input{
  width:100%;border:1px solid #c8d9e7;border-radius:999px;padding:10px 14px;
  outline:none;background:#fff;color:var(--ink)
}
input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(59,143,220,.13)}
input.invalid{border-color:#d9534f;box-shadow:0 0 0 3px rgba(217,83,79,.10)}
.field-error{display:block;min-height:.7em;font-size:.72rem;color:#c84540;font-weight:700;margin-top:3px}
.consent{display:flex;align-items:flex-start;gap:9px;margin:10px 0 12px}
.consent input{width:17px;height:17px;margin-top:2px;accent-color:var(--blue)}
.consent span{font-size:.8rem;line-height:1.3;color:var(--muted);font-weight:700}
.consent a{color:var(--blue-strong);font-weight:900}
.cta-primary,.cta-secondary{border:0;border-radius:999px;font-weight:900;transition:.2s ease}
.cta-primary{width:100%;padding:13px 18px;background:var(--orange);color:#203042;font-size:.98rem}
.cta-primary:hover,.cta-secondary:hover{background:var(--orange-dark);transform:translateY(-1px)}
.form-status{font-size:.82rem;margin:8px 0 0;min-height:1.1em;color:var(--blue-strong);font-weight:800}

.hero-visual{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:16px}
.hero-copy{max-width:610px}
.hero-pill{display:inline-flex;padding:9px 13px;border-radius:999px;background:var(--orange);font-size:.85rem;font-weight:900}
.hero-copy h2{margin:12px 0 8px;font-size:clamp(1.9rem,3vw,3.25rem);line-height:1.03}
.hero-copy p{margin:0;color:var(--muted);line-height:1.58;font-size:1rem;max-width:560px}

.illustration-panel{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.88);
  border-radius:30px;
  padding:16px;
  box-shadow:var(--shadow-soft);
}
.artwork-board{
  background:#f7fbff;border:1px solid #ddebf6;border-radius:26px;padding:16px;
}
.board-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.board-title{font-size:1.08rem;font-weight:900;color:var(--blue-dark)}
.board-subtitle{font-size:.88rem;color:var(--muted);margin-top:3px;line-height:1.45}
.chip-row{display:flex;flex-wrap:wrap;gap:8px}
.info-chip{
  display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;
  background:#3b8fdc;color:#fff;font-weight:800;font-size:.88rem;box-shadow:var(--shadow-soft)
}
.info-chip .dot{
  width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#ffb21a;color:#16324a;
  font-size:.82rem;font-weight:900;flex:none
}
.scene-card{
  display:grid;grid-template-columns:1.05fr .95fr;gap:14px;align-items:stretch
}
.scene-card.single{grid-template-columns:1fr}
.scene-illustration{
  background:#ffffff;border:1px solid #e3edf7;border-radius:24px;padding:12px;min-height:240px
}
.process-list{
  display:grid;gap:10px
}
.process-item{
  display:flex;align-items:flex-start;gap:11px;background:#fff;border:1px solid #e3edf7;
  border-radius:18px;padding:13px
}
.process-badge{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:var(--orange);color:#17324a;font-weight:900
}
.process-item strong{display:block;font-size:.92rem}
.process-item span{display:block;color:var(--muted);font-size:.8rem;line-height:1.35;margin-top:3px}

.svg-hero{display:block;width:100%;height:auto}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.point-card{
  display:flex;align-items:flex-start;gap:10px;background:#fff;border-radius:18px;padding:13px;
  border:1px solid #e4eef6;box-shadow:var(--shadow-soft)
}
.point-icon{
  width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:var(--orange-soft);color:#b87a00;font-weight:900
}
.point-card strong{display:block;font-size:.9rem}
.point-card span{display:block;color:var(--muted);font-size:.78rem;line-height:1.33;margin-top:3px}

.content-section{padding:74px 0 86px}
.section-head{text-align:center;max-width:860px;margin:0 auto 36px}
.section-head .eyebrow{margin-bottom:8px}
.section-head h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}
.section-head p{margin:0;color:var(--muted);font-size:1.03rem;line-height:1.65}

.cards{display:grid;gap:22px}
.cards.two{grid-template-columns:repeat(2,1fr)}
.cards.three{grid-template-columns:repeat(3,1fr)}
.info-card{border:1px solid var(--line);border-radius:26px;padding:26px;background:#fff;box-shadow:var(--shadow-soft)}
.info-card.accent{background:linear-gradient(145deg,#fff,#f7fbff)}
.icon-badge{
  width:62px;height:62px;border-radius:18px;display:grid;place-items:center;
  margin-bottom:18px;background:var(--blue-soft);color:var(--blue-strong)
}
.icon-badge.warm{background:var(--orange-soft);color:#b67700}
.icon-badge svg{width:30px;height:30px}
.info-card h3{margin:0 0 10px;font-size:1.32rem}
.info-card p{margin:0;color:var(--muted);line-height:1.6}
.text-link{margin-top:16px;border:0;background:transparent;padding:0;color:var(--blue-strong);font-weight:900}

.info-band{margin-top:28px;display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.panel{border-radius:30px;padding:28px;background:var(--blue-pale);border:1px solid #d8eaf8}
.panel.warm{background:#fffaf0;border-color:#f0dfb1}
.panel h3{margin:0 0 18px;font-size:1.45rem}
.service-list,.bullet-list{display:grid;gap:14px}
.service-item{
  display:flex;align-items:flex-start;gap:14px;background:#fff;border-radius:20px;padding:16px 18px;
  border:1px solid #e8eff5
}
.service-item .mini{
  width:46px;height:46px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:var(--orange);color:#35506c
}
.service-item .mini svg{width:22px;height:22px}
.service-item strong{display:block;font-size:1rem;margin-bottom:3px}
.service-item span{display:block;color:var(--muted);font-size:.93rem;line-height:1.45}
.bullet{
  display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px dashed rgba(45,119,189,.18)
}
.bullet:last-child{border-bottom:0}
.check{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:var(--orange);color:var(--blue-dark)
}
.check svg{width:18px;height:18px}
.bullet strong{font-size:1rem}
.bullet div div{font-size:.92rem;color:var(--muted);margin-top:4px}

.bottom-cta{padding:0 0 84px}
.bottom-cta-inner{
  background:linear-gradient(120deg,var(--blue-strong),var(--blue));
  border-radius:32px;padding:40px 46px;color:#fff;
  display:flex;justify-content:space-between;align-items:center;gap:28px
}
.eyebrow.light{color:#dff1ff}
.bottom-cta h2{margin:7px 0 8px;font-size:clamp(1.7rem,3vw,2.55rem)}
.bottom-cta p{margin:0;color:#e9f6ff}
.cta-secondary{padding:14px 22px;background:var(--orange);color:#203042;white-space:nowrap}

.site-footer{border-top:1px solid var(--line);padding:32px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer-logo{width:120px;height:auto}
.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.footer-links a,.footer-nav{font-size:.85rem;text-decoration:none;padding:6px 8px;color:var(--muted)}
.footer-inner p{margin:0;color:var(--muted);font-size:.85rem}

.hero-shell.view-inicio{background:linear-gradient(135deg,#eef7ff 0%,#fcfdff 55%,#fff7e8 100%)}
.hero-shell.view-terapias{background:linear-gradient(135deg,#eef8ff 0%,#fbfdff 55%,#f2f9ff 100%)}
.hero-shell.view-psicologia{background:linear-gradient(135deg,#fff8ea 0%,#fbfdff 55%,#eef7ff 100%)}

@media (max-width:1120px){
  .hero-shell{grid-template-columns:1fr;min-height:auto}
}
@media (max-width:920px){
  .cards.three,.cards.two,.info-band,.hero-points,.scene-card{grid-template-columns:1fr}
}
@media (max-width:760px){
  .header-inner{min-height:74px;flex-direction:column;justify-content:center;padding:12px 0;gap:8px}
  .brand img{width:132px}
  .nav-tabs{width:100%;justify-content:center}
  .nav-link{padding:8px 11px;font-size:.9rem}
  .hero-section{padding-top:18px}
  .hero-shell{padding:18px}
  .lead-card{padding:18px}
  .form-grid,.age-grid,.journey-strip,.hero-points{grid-template-columns:1fr}
  .full-row{grid-column:auto}
  .bottom-cta-inner{padding:32px 26px;flex-direction:column;align-items:flex-start}
}
@media (max-width:560px){
  .container{width:min(100% - 22px,1200px)}
  .hero-copy h2{font-size:2rem}
  .section-head h2{font-size:2.1rem}
  .footer-inner{flex-direction:column;align-items:flex-start}
}