:root {
  --es-navy: #0e2941;
  --es-teal: #189e9f;
  --es-gold: #e9a23b;
  --es-cream: #fbf4e7;
  --es-paper: #fffdf9;
  --es-ice: #edf7f5;
  --es-ink: #29404f;
  --es-line: #d2ddd9;
}

.negocios-page { background: var(--es-paper); color: var(--es-navy); }
.negocios-page .primary-nav > a[aria-current="page"] { color: var(--es-teal); }
.negocios-eyebrow { margin: 0 0 10px; color: var(--es-teal); font-size: .78rem; font-weight: 850; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }

.negocios-hero { position: relative; overflow: hidden; background: var(--es-cream); }
.negocios-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 54%; background: var(--es-gold); }
.negocios-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 54%; height: 9px; background: linear-gradient(90deg, var(--es-navy) 0 25%, var(--es-teal) 25% 100%); }
.negocios-hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; width: 100%; max-width: none; min-height: 460px; padding-inline: 0; }
.negocios-hero__headline { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(38px, 5vw, 64px) clamp(44px, 6vw, 86px) clamp(38px, 5vw, 64px) max(24px, calc((100vw - 1220px) / 2)); }
.negocios-hero__headline::after { content: ""; position: absolute; right: -19px; top: 50%; width: 38px; height: 38px; transform: translateY(-50%) rotate(45deg); background: var(--es-gold); }
.negocios-hero h1 { max-width: 610px; margin: 0 0 20px; font-size: clamp(2.2rem, 3.75vw, 3.45rem); letter-spacing: -.05em; line-height: .94; }
.negocios-hero__headline > p:not(.language-note) { max-width: 610px; margin: 0; color: var(--es-navy); font-size: clamp(1.05rem, 1.3vw, 1.18rem); line-height: 1.58; }
.negocios-hero__visual { position: relative; min-width: 0; overflow: hidden; }
.negocios-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(14 41 65 / 16%), transparent 28%); }
.negocios-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.negocios-button { margin-top: 24px; border: 0; background: var(--es-navy); color: #fff; box-shadow: 7px 7px 0 var(--es-teal); font-weight: 850; }
.negocios-button:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 var(--es-teal); }
.language-note { margin: 27px 0 0; color: #3f505a; font-size: .86rem; line-height: 1.5; }
.language-note a { color: var(--es-navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.preparar-negocio { padding-block: clamp(58px, 7vw, 90px); background: #fff; }
.preparar-negocio__grid { display: grid; grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr); gap: clamp(50px, 8vw, 112px); align-items: start; }
.preparar-negocio h2 { max-width: 620px; margin: 0; font-size: clamp(2.55rem, 4.2vw, 3.9rem); letter-spacing: -.05em; line-height: .98; }
.preparar-negocio__copy { display: grid; gap: 18px; }
.preparar-negocio__copy p { max-width: 700px; margin: 0; color: var(--es-ink); font-size: 1.07rem; line-height: 1.7; }
.preparar-negocio__copy .preparar-negocio__point { margin-block: 4px; padding: 20px 24px; border-left: 5px solid var(--es-gold); background: var(--es-cream); color: var(--es-navy); font-family: inherit; font-size: 1.07rem; font-weight: 800; line-height: 1.5; }

.conexion { padding-block: clamp(62px, 8vw, 104px); background: var(--es-navy); color: #fff; }
.conexion__grid { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 8vw, 116px); align-items: start; }
.conexion__heading { display: grid; grid-template-columns: 6px minmax(0, 1fr); gap: 25px; }
.conexion__mark { background: var(--es-gold); }
.conexion h2 { max-width: 620px; margin: 0; font-size: clamp(2.55rem, 4.2vw, 4rem); letter-spacing: -.05em; line-height: .98; }
.conexion__copy p { max-width: 660px; margin: 0 0 20px; color: rgb(255 255 255 / 84%); font-size: 1.1rem; line-height: 1.7; }

.areas { padding-block: clamp(66px, 8vw, 108px); background: var(--es-paper); }
.areas__intro { max-width: 700px; margin-bottom: clamp(38px, 5vw, 60px); }
.areas__intro h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.2rem); letter-spacing: -.055em; line-height: .97; }
.areas__list { border-top: 1px solid var(--es-line); }
.area-row { --row-color: var(--es-navy); display: grid; grid-template-columns: minmax(360px, 1.15fr) minmax(0, .85fr); gap: clamp(50px, 8vw, 118px); padding: clamp(42px, 5vw, 66px) 0 clamp(42px, 5vw, 66px) 32px; border-bottom: 1px solid var(--es-line); border-left: 6px solid var(--row-color); }
.area-row--teal { --row-color: var(--es-teal); }
.area-row--gold { --row-color: #c97a1e; }
.area-row__label { margin: 0 0 14px; color: var(--row-color); font-size: .8rem; font-weight: 850; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.area-row h3 { max-width: 690px; margin: 0; font-size: clamp(2rem, 3.3vw, 3.15rem); letter-spacing: -.045em; line-height: 1.03; }
.area-row__copy { align-self: center; display: grid; gap: 15px; }
.area-row__copy p { max-width: 610px; margin: 0; color: var(--es-ink); font-size: 1.04rem; line-height: 1.68; }
.area-row__copy .area-row__result { margin-top: 4px; padding-left: 20px; border-left: 4px solid var(--row-color); color: var(--es-navy); font-weight: 800; }

.experiencia-real { padding-block: clamp(62px, 8vw, 104px); background: var(--es-teal); color: var(--es-navy); }
.experiencia-real__grid { display: grid; grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr); gap: clamp(50px, 8vw, 112px); align-items: start; }
.experiencia-real .negocios-eyebrow { color: var(--es-navy); }
.experiencia-real h2 { max-width: 610px; margin: 0; font-size: clamp(2.55rem, 4.2vw, 3.9rem); letter-spacing: -.05em; line-height: .98; }
.experiencia-real__copy { display: grid; gap: 18px; }
.experiencia-real__copy p { max-width: 710px; margin: 0; color: rgb(14 41 65 / 90%); font-size: 1.06rem; line-height: 1.68; }
.experiencia-real__copy .experiencia-real__promise { margin-top: 6px; padding: 22px 24px; border-left: 5px solid var(--es-gold); background: rgb(255 255 255 / 85%); color: var(--es-navy); font-weight: 800; }

.lab-es { padding-block: clamp(62px, 8vw, 108px); background: var(--es-ice); }
.lab-es__panel { display: grid; grid-template-columns: .78fr 1.22fr; padding-inline: 0; background: #fff; box-shadow: 0 24px 65px rgb(14 41 65 / 12%); }
.lab-es__identity { position: relative; overflow: hidden; display: flex; min-height: 480px; flex-direction: column; justify-content: space-between; padding: clamp(40px, 5vw, 70px); background: var(--es-gold); color: var(--es-navy); }
.lab-es__identity::after { content: ""; position: absolute; right: -75px; bottom: -95px; width: 250px; height: 250px; border: 56px solid rgb(255 255 255 / 22%); border-radius: 50%; }
.lab-es__identity > p:first-child { margin: 0; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lab-es__name { position: relative; z-index: 1; margin: 32px 0 0; font-size: clamp(3.1rem, 5.4vw, 5.2rem); font-weight: 900; letter-spacing: -.07em; line-height: .85; }
.lab-es__name sup { color: #fff; font-size: .2em; vertical-align: top; }
.lab-es__content { padding: clamp(44px, 6vw, 78px); }
.lab-es__content h2 { max-width: 710px; margin: 0 0 26px; font-size: clamp(2.45rem, 4vw, 3.8rem); letter-spacing: -.05em; line-height: .99; }
.lab-es__content > p { max-width: 720px; margin: 0 0 19px; color: var(--es-ink); font-size: 1.08rem; line-height: 1.68; }
.lab-es__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 28px 0 22px; padding: 0; border-top: 1px solid var(--es-line); list-style: none; }
.lab-es__details li { padding: 13px 16px 13px 0; border-bottom: 1px solid var(--es-line); color: var(--es-navy); font-size: .9rem; font-weight: 750; line-height: 1.4; }
.lab-es__details li:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--es-line); }
.lab-es__cohort { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 5px; background: var(--es-cream); }
.lab-es__cohort p { display: grid; gap: 4px; margin: 0; padding: 15px 16px; border-right: 1px solid #e7d9be; }
.lab-es__cohort p:last-child { border-right: 0; }
.lab-es__cohort strong { color: var(--es-navy); font-size: .77rem; letter-spacing: .06em; text-transform: uppercase; }
.lab-es__cohort span { color: var(--es-ink); font-size: .92rem; }
.negocios-button--light { background: var(--es-navy); box-shadow: 7px 7px 0 var(--es-gold); }
.negocios-button--light:hover { box-shadow: 9px 9px 0 var(--es-gold); }

.apoyo { padding-block: clamp(68px, 8vw, 108px); background: var(--es-cream); }
.apoyo__grid { display: grid; grid-template-columns: minmax(290px, .76fr) minmax(0, 1.24fr); gap: clamp(52px, 9vw, 134px); align-items: start; }
.apoyo__intro { position: sticky; top: 120px; }
.apoyo__intro h2 { margin: 0 0 22px; font-size: clamp(2.75rem, 4.7vw, 4.5rem); letter-spacing: -.06em; line-height: .95; }
.apoyo__intro > p:last-child { max-width: 520px; color: var(--es-ink); font-size: 1.1rem; line-height: 1.65; }
.apoyo-form { padding: clamp(36px, 5vw, 58px); background: #fff; box-shadow: 0 20px 58px rgb(14 41 65 / 9%); }
.apoyo-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 26px; }
.apoyo-form label { display: grid; gap: 8px; color: var(--es-navy); font-size: .94rem; font-weight: 800; }
.apoyo-form label b { color: #c35f2f; }
.apoyo-form__wide { grid-column: 1 / -1; }
.apoyo-form input, .apoyo-form select, .apoyo-form textarea { width: 100%; min-height: 48px; padding: 10px 4px; border: 0; border-bottom: 2px solid var(--es-line); border-radius: 0; background: transparent; color: var(--es-navy); font: inherit; font-size: 1rem; font-weight: 500; }
.apoyo-form textarea { min-height: 150px; padding: 14px; border: 1px solid var(--es-line); resize: vertical; }
.apoyo-form input:focus, .apoyo-form select:focus, .apoyo-form textarea:focus { border-color: var(--es-teal); outline: 3px solid rgb(24 158 159 / 15%); outline-offset: 2px; }
.apoyo-form .negocios-button { min-height: 50px; }
.apoyo-form__submit { display: flex; gap: 20px; align-items: center; justify-content: flex-end; margin-top: 30px; }
.apoyo-form__submit .form-status { margin: 0 auto 0 0; color: var(--es-ink); font-size: .92rem; font-weight: 650; line-height: 1.4; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.apoyo-form .negocios-button:disabled { cursor: wait; opacity: .75; transform: none; }
.apoyo-confirmacion { grid-column: 2; min-height: 480px; padding: clamp(44px, 7vw, 78px); background: #fff; box-shadow: 0 20px 58px rgb(14 41 65 / 9%); }
.apoyo-confirmacion img { width: 46px; height: 46px; object-fit: contain; margin-bottom: 32px; }
.apoyo-confirmacion h2 { max-width: 610px; margin: 0 0 20px; font-size: clamp(2.75rem, 4.7vw, 4.4rem); letter-spacing: -.055em; line-height: .97; }
.apoyo-confirmacion > p:last-child { max-width: 630px; color: var(--es-ink); font-size: 1.1rem; line-height: 1.65; }

@media (max-width: 940px) {
  .negocios-hero::before { display: none; }
  .negocios-hero::after { width: 100%; }
  .negocios-hero__grid { grid-template-columns: 1fr; }
  .negocios-hero__headline { order: 2; min-height: 390px; padding-inline: max(24px, calc((100vw - 760px) / 2)); background: var(--es-gold); }
  .negocios-hero__headline::after { right: auto; top: -19px; bottom: auto; left: 52px; transform: rotate(45deg); }
  .negocios-hero__visual { order: 1; min-height: 300px; }
  .preparar-negocio__grid, .conexion__grid, .area-row, .experiencia-real__grid, .lab-es__panel, .apoyo__grid { grid-template-columns: 1fr; }
  .area-row { gap: 22px; }
  .lab-es__identity { min-height: 390px; }
  .apoyo__intro { position: static; }
  .apoyo-confirmacion { grid-column: auto; }
}

@media (max-width: 620px) {
  .negocios-hero__grid { min-height: auto; }
  .negocios-hero__headline { min-height: 360px; padding-block: 38px 50px; }
  .negocios-hero__visual { min-height: 225px; }
  .negocios-hero h1 { font-size: clamp(1.95rem, 9.3vw, 2.7rem); }
  .preparar-negocio h2, .conexion h2, .areas__intro h2, .experiencia-real h2, .apoyo__intro h2 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); }
  .conexion__heading { grid-template-columns: 5px minmax(0, 1fr); gap: 18px; }
  .area-row { padding: 38px 0 38px 23px; }
  .area-row h3 { font-size: clamp(1.9rem, 9.2vw, 2.65rem); }
  .area-row__copy p { font-size: 1rem; }
  .lab-es__identity { min-height: 340px; padding: 34px 26px; }
  .lab-es__name { font-size: clamp(3rem, 15vw, 4.3rem); }
  .lab-es__content { padding: 38px 24px 46px; }
  .lab-es__content h2 { font-size: clamp(2.25rem, 10.2vw, 3rem); }
  .lab-es__details, .lab-es__cohort { grid-template-columns: 1fr; }
  .lab-es__details li:nth-child(even) { padding-left: 0; border-left: 0; }
  .lab-es__cohort p { border-right: 0; border-bottom: 1px solid #e7d9be; }
  .lab-es__cohort p:last-child { border-bottom: 0; }
  .apoyo-form { padding: 30px 20px 38px; }
  .apoyo-form__grid { grid-template-columns: 1fr; }
  .apoyo-form__wide { grid-column: auto; }
  .apoyo-form .negocios-button { width: 100%; }
  .apoyo-form__submit { flex-direction: column; align-items: stretch; }
  .apoyo-form__submit .form-status { margin: 0; }
  .apoyo-confirmacion { min-height: 420px; padding: 44px 26px; }
}

@media (prefers-reduced-motion: reduce) { .negocios-button { transition: none; } }
