/* Hero humano y demostración de CV: identidad aprobada de Zols. */
.hero-human {
  width: min(1440px, calc(100% - 32px));
  min-height: 0;
  margin-top: 16px;
  padding: 0;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  background: #153e43;
  color: #f7f9f6;
}
.hero-human .hero-copy { padding: clamp(32px, 4vw, 64px); align-self: center; }
.hero-human h1 { font-size: clamp(40px, 4.3vw, 66px); line-height: 1.06; letter-spacing: -.035em; }
.hero-human .hero-description { color: #f7f9f6; font-size: clamp(16px, 1.35vw, 20px); margin-top: 26px; }
.hero-human .hero-actions { gap: 20px; margin-top: 30px; }
.hero-human .button-primary { background: #f4d95d; color: #153e43; box-shadow: none; }
.hero-human .button-primary:hover { background: #ffe77b; }
.hero-human .text-link { font-size: 14px; font-weight: 500; }
.hero-human :focus-visible { outline: 3px solid #f4d95d; outline-offset: 5px; }
.hero-human .button-primary:focus-visible { outline-color: white; }
.hero-human .trust-list { color: #f7f9f6; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; line-height: 1.5; }
.hero-human .trust-list li { display: flex; align-items: flex-start; gap: 8px; }
.hero-human .trust-list li::before { content: none; }
.trust-list svg { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.hero-portrait { position: relative; min-height: 660px; }
.hero-photo { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero-opportunities { position: absolute; bottom: 28px; left: 28px; right: 28px; padding: 24px; border-radius: 16px; color: #153e43; background: #fff; box-shadow: 0 12px 32px #153e431f; animation: hero-arrive .7s cubic-bezier(.16,1,.3,1); }
.hero-opportunities h2 { margin: 0; font-size: 20px; letter-spacing: -.02em; }
.hero-opportunities ul { padding: 0; list-style: none; margin: 16px 0; }
.hero-opportunities li { padding: 10px 0; border-bottom: 1px solid #cde0db; font-size: 15px; }
.hero-skills { display: flex; gap: 8px; }
.hero-skills span { padding: 5px 10px; border-radius: 999px; background: #cdebdf; font-size: 12px; }
.hero-opportunities > p { margin: 14px 0 0; font-size: 12px; line-height: 1.5; color: #526b6c; }
@keyframes hero-arrive { from { transform: translateY(16px); } to { transform: translateY(0); } }
.cv-example { min-width: 0; padding: 28px; border-radius: 24px; background: #cdebdf; }
.cv-example-caption { margin: 0 0 20px; font-size: 12px; color: #153e43; }
.cv-example-document { background: white; padding: 24px; border-radius: 12px; }
.cv-example-document > img { float: right; }
.cv-example h4 { margin: 0 0 12px; font-size: 20px; }
.cv-example-role { font-size: 13px; margin: 0 0 20px; color: #526b6c; }
.cv-example-excerpt { min-height: 82px; margin: 0; padding: 16px; border-radius: 8px; background: #f1f7f4; font-size: 17px; line-height: 1.6; }
.cv-example-advice { padding-top: 24px; }
.cv-example-advice > p { font-size: 14px; line-height: 1.6; }
.cv-example-advice blockquote { margin: 20px 0; font-size: 19px; line-height: 1.5; font-weight: 650; }
.cv-example-advice .cv-example-hint, .cv-example-advice .cv-example-status { font-size: 12px; }
.cv-example-status { min-height: 38px; margin-bottom: 0; }
@media (max-width: 1000px) {
  html { scroll-padding-top: 132px; }
  .site-header { width: calc(100% - 24px); height: auto; min-height: 100px; grid-template-columns: 1fr auto; padding: 8px 12px; row-gap: 4px; border-radius: 0 0 22px 22px; }
  .site-header .site-nav { display: flex; grid-row: 2; grid-column: 1 / -1; justify-content: center; gap: 24px; }
  .site-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
  .header-cta { grid-column: 2; grid-row: 1; }
  .hero-human { grid-template-columns: 1fr 1fr; }
  .hero-human .hero-copy { padding: 32px 24px; }
  .hero-human .trust-list { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .hero-opportunities { left: 16px; right: 16px; padding: 20px; }
}
@media (max-width: 700px) {
  .hero-human { grid-template-columns: 1fr; width: calc(100% - 24px); border-radius: 24px; gap: 0; padding: 0; }
  .hero-human .hero-copy { padding: 36px 24px 32px; }
  .hero-human h1 { font-size: clamp(36px, 9.8vw, 52px); }
  .hero-human .hero-description { font-size: 16px; margin-top: 22px; }
  .hero-human .hero-actions { align-items: stretch; gap: 20px; }
  .hero-human .text-link { text-align: center; }
  .hero-human .trust-list { font-size: 12px; }
  .hero-portrait { min-height: 570px; }
  .hero-photo { object-position: center 28%; }
  .hero-opportunities { bottom: 20px; }
  .cv-example { padding: 20px; }
  .cv-example-document { padding: 20px; }
  .cv-example .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .hero-opportunities { animation: none; } }

/* Tres pasos: ejemplos legibles, sin paneles diminutos ni métricas decorativas. */
.story-section { padding-top: 104px; }
.story-section .section-intro h2 { letter-spacing: -.035em; }
.story-section .section-intro > .section-description { margin: 24px auto 0; color: var(--muted); font-size: 18px; font-weight: 400; }
.journey { margin-top: 56px; }
.journey-feature { min-height: 0; padding: 64px 0; gap: clamp(32px, 5vw, 72px); grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.journey-feature + .journey-feature { border-top: 1px solid var(--line); }
.journey-feature-reverse { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.journey-feature-reverse .journey-example { order: 1; }
.journey h3 { letter-spacing: -.035em; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.12; }
.journey-number { font-size: 13px; border: 0; padding: 0; margin-bottom: 18px; }
.journey-outcome { font-size: 14px; line-height: 1.6; }
.journey-example { min-width: 0; padding: 36px; border-radius: 24px; color: #153e43; }
.profile-example { background: #cdebdf; }
.opportunity-example { background: #edf1f5; }
.example-caption { margin: 0 0 28px; font-size: 12px; line-height: 1.6; }
.journey-example h4 { margin: 0; font-size: clamp(24px, 2.3vw, 32px); line-height: 1.2; letter-spacing: -.025em; }
.example-answer { margin: 24px 0; font-size: 22px; line-height: 1.5; }
.example-skills { display: flex; gap: 8px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.example-skills li { background: #f7f9f6; padding: 8px 14px; border-radius: 999px; font-size: 14px; }
.example-direction { margin-top: 32px; padding-top: 28px; border-top: 1px solid #93b7a9; }
.example-direction span { font-size: 13px; }
.example-direction h5 { margin: 8px 0 12px; font-size: 24px; font-weight: 650; }
.example-direction p { margin: 0; font-size: 16px; line-height: 1.6; }
.example-location { margin: 12px 0 28px; font-size: 14px; }
.example-match { margin: 0; }
.example-match > div { padding: 18px 0; border-top: 1px solid #bacccd; }
.example-match dt { font-weight: 700; font-size: 14px; }
.example-match dd { margin: 8px 0 0; font-size: 16px; line-height: 1.6; }
.example-footnote { font-size: 12px; line-height: 1.6; margin: 16px 0 0; }
.journey .cv-example { padding: 36px; background: #f3eadb; }
.journey .cv-example-excerpt { transition: background-color .25s ease; }
.journey .cv-example:has([aria-pressed="true"]) .cv-example-excerpt { background: #cdebdf; }
@media (max-width: 900px) {
  .journey-feature, .journey-feature-reverse { grid-template-columns: 1fr; padding: 48px 0; gap: 28px; }
  .journey-feature-reverse .journey-copy, .journey-feature-reverse .journey-example { order: initial; }
  .journey-copy > p, .journey h3 { max-width: 620px; }
}
@media (max-width: 600px) {
  .story-section { padding-top: 72px; }
  .journey-example, .journey .cv-example { padding: 24px; border-radius: 20px; }
  .example-answer { font-size: 20px; }
  .example-direction h5 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) { .journey .cv-example-excerpt { transition: none; } }

.fit-result { min-height: 0; padding: 40px; border: 0; border-radius: 24px; box-shadow: none; }
.fit-result::before { content: none; }
.fit-result h3 { letter-spacing: -.035em; line-height: 1.15; }
.fit-result > p { font-size: 16px; }
.fit-result-top { flex-wrap: wrap; }
.fit-evidence { font-size: 12px; }
.fit-evidence i { display: none; }
.fit-preparation { margin: 32px 0; padding-top: 24px; border-top: 1px solid var(--line); }
.fit-preparation h4 { margin: 0 0 12px; font-size: 16px; }
.fit-preparation p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--muted); }
.fit-start { display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; }
.fit-result > .fit-access-note { font-size: 12px; line-height: 1.6; margin-top: 18px; }
@media (max-width: 600px) { .fit-result { padding: 28px 24px; } .fit-start { width: 100%; } }

/* Un ejemplo en movimiento: la relación entre lo que aportas y tu próximo paso. */
.fit-demo { margin-top: 28px; padding: 24px; background: #f0f5f1; border-radius: 16px; color: #153e43; }
.demo-scene { min-height: 212px; }
.demo-scene[hidden], [data-demo-replay][hidden] { display: none; }
.demo-skills { display: flex; justify-content: space-between; gap: 6px; }
.demo-skills span { font-size: 12px; padding: 9px 11px; border-radius: 999px; background: #cdebdf; }
.demo-connection { display: block; height: 54px; width: 100%; fill: none; stroke: #5c8274; stroke-width: 1.5; }
.demo-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.demo-roles p { margin: 0; padding: 12px 0; border-top: 2px solid #153e43; font-size: 17px; font-weight: 650; line-height: 1.3; }
.demo-caption { margin: 18px 0 0; font-size: 12px; line-height: 1.6; }
.demo-preference { margin: 0 0 14px; font-size: 13px; font-weight: 600; }
.demo-vacancies { position: relative; }
.demo-vacancy { padding: 14px 12px; background: #e4ece7; }
.demo-vacancy + .demo-vacancy { margin-top: 6px; }
.demo-vacancy strong, .demo-vacancy span { display: block; }
.demo-vacancy strong { font-size: 15px; }
.demo-vacancy span { margin-top: 5px; font-size: 12px; }
.demo-preferred { position: relative; z-index: 1; background: #cdebdf; }
.demo-before span, .demo-after span { font-size: 12px; font-weight: 600; }
.demo-before p, .demo-after p { margin: 8px 0 0; font-size: 17px; line-height: 1.5; }
.demo-before { padding-bottom: 16px; }
.demo-after { padding: 14px; background: #cdebdf; }
.demo-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; border-top: 1px solid #b9cec4; padding-top: 8px; }
.demo-footer small { font-size: 11px; line-height: 1.5; }
.demo-footer button { background: transparent; border: 0; padding: 10px 0 10px 10px; min-height: 44px; color: #153e43; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.fit-preparation { margin: 24px 0; padding: 0; border: 0; }

/* Planes: comparación del concepto aprobado, sin activar cobros. */
.closing-section.start-section { display: flex; flex-direction: column; align-items: center; gap: 0; padding: 80px 24px; text-align: center; background: #f4d95d; color: #153e43; }
.start-section h2 { max-width: 850px; margin: 0; font-size: clamp(38px, 5.3vw, 68px); line-height: 1.1; letter-spacing: -.035em; text-wrap: balance; }
.start-section h2 span { display: block; }
.start-section > p { max-width: 560px; margin: 28px 0 32px; color: #153e43; font-size: 19px; font-weight: 400; line-height: 1.65; text-wrap: balance; }
.start-section .start-link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 16px 28px; background: #153e43; color: #f7f9f6; text-decoration: none; border: 1px solid transparent; box-shadow: none; }
.start-section .start-link:hover { background: #24565a; }
.start-section .start-link:focus-visible { outline: 3px solid #153e43; outline-offset: 5px; }
@media (max-width: 600px) {
  .closing-section.start-section { padding: 64px 24px; }
  .start-section > p { font-size: 17px; }
}
.price-section.plans-section { display: block; background: #153e43; color: #f7f9f6; padding: 88px max(24px, calc((100% - 1080px) / 2)); }
.plans-heading { text-align: center; }
.plans-heading h2 { max-width: none; margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.08; letter-spacing: -.035em; }
.plans-heading h2 span { color: #f4d95d; }
.price-section.plans-section .plans-heading > p { font-size: 17px; font-weight: 400; color: #d4e5df; margin: 24px auto; max-width: 540px; }
.plans-disclosure { text-align: center; font-size: 13px; line-height: 1.7; color: #d4e5df; max-width: 680px; margin: 0 auto 40px; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.plan-option { display: flex; flex-direction: column; min-width: 0; padding: 36px; border: 1px solid #678b84; border-radius: 24px; }
.plan-plus { background: #f7f9f6; border-color: #f7f9f6; color: #153e43; }
.plan-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.plan-heading h3 { font-size: 26px; margin: 0; letter-spacing: -.02em; }
.plan-amount { font-size: 48px; font-weight: 650; margin: 0; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.plan-amount span { display: block; font-size: 12px; font-weight: 400; letter-spacing: 0; text-align: right; }
.plan-description { margin: 24px 0 32px; font-size: 16px; line-height: 1.6; }
.plan-option h4 { font-size: 13px; margin: 0 0 16px; font-weight: 600; }
.plan-option ul { margin: 0 0 32px; padding: 0; list-style: none; flex: 1; }
.plan-option li { padding: 14px 0; border-top: 1px solid #678b84; font-size: 15px; line-height: 1.55; }
.plan-plus li { border-color: #c0d4cc; }
.plan-option .button { width: 100%; font-size: 14px; text-align: center; }
.plan-free-button { background: transparent; border: 1px solid #f7f9f6; color: #f7f9f6; margin-bottom: 30px; }
.plan-free-button:hover { background: #244f53; }
.plan-plus-button { background: #f4d95d; color: #153e43; border: 1px solid transparent; }
.plan-plus-button:hover { background: #ffe77b; }
.plan-price-note { text-align: center; font-size: 11px; margin: 14px 0 0; line-height: 16px; }
.plans-footnote { text-align: center; margin: 28px auto 0; font-size: 12px; line-height: 1.7; color: #d4e5df; }
.plans-section :focus-visible { outline: 3px solid #f4d95d; outline-offset: 5px; }
.plan-plus :focus-visible { outline-color: #153e43; }
@media (max-width: 700px) {
  .plans-grid { grid-template-columns: 1fr; }
  .price-section.plans-section { padding: 64px 24px; }
  .plan-option { padding: 28px; }
  .plan-free-button { margin-bottom: 0; }
  .fit-demo { padding: 18px; margin-inline: -8px; }
  .demo-skills { flex-wrap: wrap; justify-content: flex-start; }
  .demo-skills span { padding: 8px; font-size: 11px; }
  .demo-roles p { font-size: 15px; }
}
