.speaker-page { background: var(--white); }
.speaker-page .site-header { background: rgba(9, 25, 45, .96); }
.speaker-page .language-link { color: var(--sun) !important; }

.sp-hero { position: relative; min-height: 860px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.sp-hero-image,
.sp-hero-shade { position: absolute; inset: 0; }
.sp-hero-image { background: url('/assets/colombia-medellin-hero.webp') 58% center / cover no-repeat; transform: scale(1.02); }
.sp-hero-shade { background: linear-gradient(90deg, rgba(7, 22, 40, .99) 0%, rgba(7, 22, 40, .94) 46%, rgba(7, 22, 40, .58) 78%, rgba(7, 22, 40, .35) 100%); }
.sp-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: 7%; align-items: center; padding-block: 145px 88px; }
.sp-hero-copy { min-width: 0; max-width: 730px; }
.sp-kicker,
.sp-eyebrow,
.sp-card-kicker { margin-bottom: 18px; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sp-kicker,
.sp-hero h1 { overflow-wrap: anywhere; }
.sp-hero h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.6rem, 6.4vw, 5.8rem); line-height: .97; }
.sp-lead { max-width: 670px; margin-bottom: 34px; color: rgba(255, 255, 255, .8); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.55; }
.sp-hero-actions { display: flex; align-items: center; gap: 26px; }

.sp-offer-card { padding: 30px; color: var(--ink); background: rgba(255, 253, 248, .98); border-top: 6px solid var(--sun); box-shadow: 0 28px 80px rgba(0, 0, 0, .32); }
.sp-card-kicker { display: block; color: var(--red); }
.sp-price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.sp-price-row > div { display: flex; flex-direction: column; }
.sp-price-row small { min-height: 36px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.sp-price-row s { color: var(--muted); font-size: 26px; font-weight: 700; text-decoration-thickness: 2px; }
.sp-price-row strong { color: var(--red); font-size: 42px; line-height: 1; }
.sp-offer-card > p { margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.sp-button-full { width: 100%; margin-top: 22px; }
.sp-fine-print { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }

.sp-stat-band { color: var(--navy); background: var(--sun); border-top: 1px solid rgba(16, 35, 61, .2); }
.sp-stat-band > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.sp-stat-band div div { display: flex; align-items: baseline; gap: 12px; min-height: 104px; padding: 22px 24px; border-right: 1px solid rgba(16, 35, 61, .22); }
.sp-stat-band div div:first-child { padding-left: 0; }
.sp-stat-band div div:last-child { border-right: 0; }
.sp-stat-band strong { font-size: 34px; line-height: 1; }
.sp-stat-band span { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.sp-section { padding: 112px 0; }
.sp-section h2,
.sp-closing h2 { max-width: 940px; margin-bottom: 24px; font-size: clamp(2.65rem, 5.4vw, 5rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.sp-section-heading { max-width: 960px; margin-bottom: 54px; }
.sp-eyebrow { color: var(--red); }
.sp-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10%; align-items: start; }
.sp-copy { padding-top: 42px; border-top: 1px solid var(--rule); }
.sp-copy p { color: var(--muted); font-size: 18px; }
.sp-copy p:last-child { margin-bottom: 0; }

.sp-intro { background: var(--paper); }
.sp-benefits-section { background: var(--white); }
.sp-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.sp-benefit { min-height: 310px; padding: 34px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.sp-benefit > span { display: block; margin-bottom: 64px; color: var(--red); font-size: 12px; font-weight: 800; }
.sp-benefit h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.25; }
.sp-benefit p { margin: 0; color: var(--muted); font-size: 14px; }
.sp-benefit-featured { color: white; background: var(--red); }
.sp-benefit-featured > span { color: var(--sun); }
.sp-benefit-featured h3 { color: white; }
.sp-benefit-featured p { color: rgba(255, 255, 255, .8); }

.sp-value-section { background: var(--paper); }
.sp-value-card { max-width: 1040px; margin: 0 auto; padding: 60px 66px; background: #f8f9fc; border: 1px solid rgba(16, 35, 61, .12); border-radius: 28px; box-shadow: 0 24px 70px rgba(16, 35, 61, .09); }
.sp-value-heading { max-width: 780px; margin-bottom: 44px; }
.sp-value-heading h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.sp-value-heading > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; }
.sp-value-list { border-top: 2px solid var(--navy); }
.sp-value-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--rule); }
.sp-value-line h3 { margin: 0 0 7px; color: var(--navy); font-size: 22px; line-height: 1.25; }
.sp-value-line p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.sp-value-line > strong { color: var(--navy); font-size: 26px; line-height: 1.15; white-space: nowrap; }
.sp-value-line-priceless > strong { color: var(--red); letter-spacing: .08em; }
.sp-value-summary { padding-top: 34px; }
.sp-value-summary > p { max-width: 780px; margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.sp-value-total { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; padding: 24px 0; border-top: 2px solid var(--navy); }
.sp-value-total span,
.sp-value-offer span { color: var(--navy); font-size: 20px; font-weight: 800; }
.sp-value-total strong { color: var(--red); font-size: clamp(3rem, 6vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.sp-value-offer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 8px; padding: 26px 30px; color: white; background: var(--navy); }
.sp-value-offer span { color: white; }
.sp-value-offer strong { color: var(--sun); font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.sp-value-summary .button { max-width: 430px; margin: 26px auto 0; }
.sp-value-summary > small { display: block; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }

.sp-checklist { margin: 28px 0 0; padding: 0; list-style: none; }
.sp-checklist li { position: relative; min-height: 42px; padding: 8px 0 8px 30px; border-bottom: 1px solid rgba(16, 35, 61, .14); font-size: 14px; font-weight: 700; }
.sp-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--forest); font-weight: 800; }
.sp-checklist-compact { margin-top: 0; }
.sp-checklist-compact li { min-height: 34px; padding-block: 5px; font-size: 12px; }

.sp-return-section { background: var(--white); }
.sp-return-section .sp-section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 17px; }
.sp-return-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); list-style: none; }
.sp-return-grid li { min-height: 280px; padding: 30px 26px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.sp-return-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 58px; color: white; background: var(--red); border-radius: 50%; font-size: 11px; font-weight: 800; }
.sp-return-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 21px; }
.sp-return-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.sp-revenue-rule { display: grid; grid-template-columns: minmax(210px, .55fr) 1.45fr; gap: 30px; align-items: center; margin-top: 28px; padding: 28px 30px; color: white; background: var(--navy); }
.sp-revenue-rule strong { color: var(--sun); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.035em; }
.sp-revenue-rule span { max-width: 720px; color: rgba(255, 255, 255, .78); font-size: 15px; font-weight: 700; }

.sp-booth-section { color: white; background: var(--navy); }
.sp-booth-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10%; align-items: center; }
.sp-booth-copy h2 { color: white; }
.sp-booth-copy > p:not(.sp-eyebrow) { max-width: 560px; color: rgba(255, 255, 255, .72); font-size: 18px; }
.sp-booth-copy .sp-checklist li { border-color: rgba(255, 255, 255, .14); }
.sp-booth-copy .sp-checklist li::before { color: var(--sun); }
.sp-booth-mock { overflow: hidden; color: var(--navy); background: var(--white); border: 1px solid rgba(255, 255, 255, .2); border-radius: 8px; box-shadow: 0 34px 90px rgba(0, 0, 0, .32); transform: rotate(1deg); }
.sp-booth-top { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; background: var(--sun); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sp-live-dot { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; }
.sp-live-dot::before { content: ""; width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(185, 31, 53, .16); }
.sp-booth-screen { min-height: 370px; display: grid; place-items: center; padding: 44px; color: white; background: linear-gradient(145deg, rgba(185, 31, 53, .92), rgba(16, 35, 61, .98)), url('/assets/topographic-contours.webp') center / cover; text-align: center; }
.sp-booth-screen p { margin: 20px 0 0; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; }
.sp-play { display: grid; place-items: center; width: 54px; height: 54px; padding-left: 4px; color: var(--navy); background: var(--sun); border-radius: 50%; }
.sp-booth-footer { min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; }
.sp-booth-footer div { display: flex; flex-direction: column; }
.sp-booth-footer small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sp-booth-footer strong { font-size: 14px; }
.sp-booth-footer > span { font-size: 28px; }

.sp-audience-section { background: var(--paper); }
.sp-audience-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10%; }
.sp-audience-copy { position: sticky; top: 120px; align-self: start; }
.sp-audience-copy h2 { font-size: clamp(2.6rem, 4.8vw, 4.5rem); }
.sp-audience-copy > p:last-child { max-width: 580px; color: var(--muted); font-size: 17px; }
.sp-intent-list { border-top: 1px solid var(--rule); }
.sp-intent-list article { display: grid; grid-template-columns: 58px 1fr; gap: 24px; min-height: 138px; align-items: center; padding: 26px 8px; border-bottom: 1px solid var(--rule); }
.sp-intent-list span { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--red); border-radius: 50%; font-size: 11px; font-weight: 800; }
.sp-intent-list p { margin: 0; font-size: 20px; font-weight: 700; line-height: 1.35; }

.sp-fit-section { color: white; background: var(--red); }
.sp-section-heading-light h2 { color: white; }
.sp-section-heading-light .sp-eyebrow { color: var(--sun); }
.sp-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .3); border-left: 1px solid rgba(255, 255, 255, .2); }
.sp-role-grid span { min-height: 130px; display: flex; align-items: flex-end; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .2); border-bottom: 1px solid rgba(255, 255, 255, .2); font-size: 16px; font-weight: 800; }
.sp-fit-note { max-width: 750px; margin: 32px 0 0; color: rgba(255, 255, 255, .72); }

.sp-process-section { background: var(--white); }
.sp-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--rule); list-style: none; }
.sp-process-grid li { min-height: 300px; padding: 30px 26px; border-right: 1px solid var(--rule); }
.sp-process-grid li:last-child { border-right: 0; }
.sp-process-grid span { display: block; margin-bottom: 68px; color: var(--red); font-size: 12px; font-weight: 800; }
.sp-process-grid h3 { margin-bottom: 12px; font-size: 21px; }
.sp-process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.sp-price-section { color: white; background: #081728; }
.sp-price-layout { display: grid; grid-template-columns: 1fr 390px; gap: 10%; align-items: center; }
.sp-price-layout h2 { color: white; }
.sp-price-layout > div:first-child > p:last-child { max-width: 700px; color: rgba(255, 255, 255, .7); font-size: 17px; }
.sp-price-panel { padding: 30px; color: var(--ink); background: var(--sun); box-shadow: 18px 18px 0 var(--red); }
.sp-price-panel > span { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sp-price-panel s { display: block; margin-bottom: 20px; color: rgba(16, 35, 61, .62); font-size: 28px; font-weight: 700; }
.sp-price-panel strong { display: block; color: var(--red); font-size: 64px; line-height: 1; }
.sp-price-panel .button { color: white; background: var(--navy); border-color: var(--navy); box-shadow: none; }

.sp-faq-section { background: var(--paper); }
.sp-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; }
.sp-faq-layout > div:first-child { position: sticky; top: 120px; align-self: start; }
.sp-faq-layout h2 { font-size: clamp(2.5rem, 4.4vw, 4rem); }
.sp-faq-list { border-top: 1px solid var(--rule); }
.sp-faq-list details { border-bottom: 1px solid var(--rule); }
.sp-faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.sp-faq-list summary::-webkit-details-marker { display: none; }
.sp-faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--red); font-size: 28px; font-weight: 400; transition: transform 180ms ease-out; }
.sp-faq-list details[open] summary::after { transform: rotate(45deg); }
.sp-faq-list details p { max-width: 750px; padding: 0 44px 28px 0; color: var(--muted); }

.sp-closing { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.sp-closing-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 23, 40, .98), rgba(8, 23, 40, .6)), url('/assets/colombia-medellin-hero.webp') center 62% / cover no-repeat; filter: saturate(.75); }
.sp-closing-content { position: relative; z-index: 1; padding-block: 110px; }
.sp-closing-content h2 { max-width: 980px; color: white; }
.sp-closing-content > p:not(.sp-eyebrow) { max-width: 650px; color: rgba(255, 255, 255, .74); font-size: 18px; }
.sp-closing-content .button { margin-top: 18px; }
.sp-closing-content small { display: block; margin-top: 18px; color: rgba(255, 255, 255, .55); }

@media (hover: hover) and (pointer: fine) {
  .sp-benefit { transition: transform 200ms ease-out, box-shadow 200ms ease-out; }
  .sp-benefit:not(.sp-benefit-featured):hover { position: relative; z-index: 1; transform: translateY(-4px); box-shadow: 0 20px 50px rgba(16, 35, 61, .12); }
}

@media (max-width: 1100px) {
  .sp-hero-grid { grid-template-columns: 1fr .72fr; gap: 4%; }
  .sp-hero h1 { font-size: clamp(3.4rem, 6vw, 5rem); }
  .sp-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-role-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-return-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-process-grid { grid-template-columns: repeat(3, 1fr); }
  .sp-process-grid li { border-bottom: 1px solid var(--rule); }
}

@media (max-width: 860px) {
  .sp-hero { min-height: 0; }
  .sp-hero-grid { grid-template-columns: 1fr; gap: 52px; padding-block: 132px 74px; }
  .sp-hero-copy { max-width: 760px; }
  .sp-offer-card { max-width: 600px; }
  .sp-split,
  .sp-booth-grid,
  .sp-audience-grid,
  .sp-price-layout,
  .sp-faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .sp-copy { padding-top: 28px; }
  .sp-audience-copy,
  .sp-faq-layout > div:first-child { position: static; }
  .sp-price-panel { max-width: 500px; }
}

@media (max-width: 700px) {
  .sp-hero-grid { padding-top: 108px; }
  .sp-hero h1 { font-size: clamp(3rem, 14.5vw, 4.4rem); }
  html[lang="es"] .sp-hero h1 { overflow-wrap: normal; font-size: clamp(2.25rem, 11.4vw, 4rem); }
  .sp-hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .sp-stat-band > div { grid-template-columns: 1fr 1fr; }
  .sp-stat-band div div { min-height: 92px; padding: 18px 12px; border-bottom: 1px solid rgba(16, 35, 61, .22); }
  .sp-stat-band div div:first-child { padding-left: 12px; }
  .sp-stat-band div div:nth-child(even) { border-right: 0; }
  .sp-section { padding: 84px 0; }
  .sp-section h2,
  .sp-closing h2 { font-size: clamp(2.45rem, 11.5vw, 3.7rem); }
  .sp-benefit-grid { grid-template-columns: 1fr; }
  .sp-benefit { min-height: 0; padding: 28px 24px; }
  .sp-benefit > span { margin-bottom: 38px; }
  .sp-value-card { padding: 36px 26px; border-radius: 20px; }
  .sp-value-heading { margin-bottom: 32px; }
  .sp-value-heading h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .sp-value-heading > p:last-child { font-size: 15px; }
  .sp-value-line { gap: 20px; padding: 23px 0; }
  .sp-value-line h3 { font-size: 18px; }
  .sp-value-line p { font-size: 12px; }
  .sp-value-line > strong { font-size: 20px; }
  .sp-value-total { align-items: flex-start; flex-direction: column; gap: 10px; }
  .sp-value-total span,
  .sp-value-offer span { font-size: 17px; }
  .sp-value-offer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 24px 22px; }
  .sp-booth-mock { transform: none; }
  .sp-booth-screen { min-height: 300px; padding: 32px 20px; }
  .sp-intent-list article { grid-template-columns: 48px 1fr; gap: 16px; min-height: 120px; }
  .sp-intent-list span { width: 42px; height: 42px; }
  .sp-intent-list p { font-size: 17px; }
  .sp-role-grid { grid-template-columns: 1fr; }
  .sp-role-grid span { min-height: 82px; align-items: center; }
  .sp-return-grid { grid-template-columns: 1fr; }
  .sp-return-grid li { min-height: 0; display: grid; grid-template-columns: 48px 1fr; gap: 4px 16px; padding: 25px 20px; }
  .sp-return-grid span { grid-row: span 2; margin: 0; }
  .sp-return-grid h3 { margin: 0; }
  .sp-return-grid p { grid-column: 2; }
  .sp-revenue-rule { grid-template-columns: 1fr; gap: 12px; padding: 24px 22px; }
  .sp-process-grid { grid-template-columns: 1fr; }
  .sp-process-grid li { min-height: 0; display: grid; grid-template-columns: 48px 1fr; gap: 4px 16px; padding: 25px 4px; border-right: 0; }
  .sp-process-grid span { grid-row: span 2; margin: 0; }
  .sp-process-grid h3 { margin: 0; }
  .sp-process-grid p { grid-column: 2; }
  .sp-price-panel { margin-right: 14px; box-shadow: 12px 12px 0 var(--red); }
  .sp-price-panel strong { font-size: 54px; }
  .sp-faq-list summary { min-height: 76px; font-size: 15px; }
  .sp-closing { min-height: 700px; }
  .sp-closing-content .button { width: 100%; padding-inline: 14px; text-align: center; }
}

@media (max-width: 420px) {
  .sp-offer-card { padding: 24px 20px; }
  .sp-price-row { grid-template-columns: 1fr; gap: 12px; }
  .sp-price-row small { min-height: 0; }
  .sp-price-row s { font-size: 23px; }
  .sp-price-row strong { font-size: 40px; }
  .sp-stat-band div div { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .sp-booth-mock { transform: none; }
}
