@font-face {
  font-family: "Manrope";
  src: url('/assets/manrope-latin.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url('/assets/manrope-latin-ext.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #10233d;
  --navy-2: #173654;
  --paper: #f4f0e7;
  --white: #fffdf8;
  --ink: #142131;
  --muted: #566271;
  --sun: #f4c542;
  --red: #b91f35;
  --blue: #3978c5;
  --forest: #1f5d4a;
  --rule: rgba(16, 35, 61, 0.18);
  --active-track: #3978c5;
  --shadow: 0 24px 70px rgba(13, 28, 47, 0.16), 0 2px 8px rgba(13, 28, 47, 0.1);
  --shell: min(1220px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Avenir Next", sans-serif; font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
body::selection { color: var(--navy); background: var(--sun); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--navy); background: var(--sun); font-weight: 800; transition: top 180ms ease-out; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 60; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; background: var(--sun); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 50; inset: 3px 0 auto; height: 74px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - 1220px) / 2)); color: white; background: rgba(16, 35, 61, 0.93); border-bottom: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-weight: 800; letter-spacing: -0.025em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); background: var(--sun); border-radius: 50%; font-size: 12px; font-weight: 800; letter-spacing: -0.04em; box-shadow: 0 3px 12px rgba(0,0,0,0.24); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a:not(.button) { position: relative; padding-block: 10px; color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--sun); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease-out; }
.site-nav > a:not(.button):hover { color: white; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; color: white; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; }
.mobile-language-link { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin-left: auto; color: var(--sun); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .08em; line-height: 1; text-decoration: none; transition: color 180ms ease-out, border-color 180ms ease-out, background 180ms ease-out, transform 180ms cubic-bezier(.2,.8,.2,1); }
.mobile-language-link:hover, .mobile-language-link:focus-visible { color: var(--navy); background: var(--sun); border-color: var(--sun); }
.mobile-language-link:active { transform: scale(.96); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; color: var(--navy); background: var(--sun); border: 1px solid var(--sun); border-radius: 4px; font-size: 14px; font-weight: 800; line-height: 1; text-decoration: none; box-shadow: 0 8px 26px rgba(0,0,0,0.2); transition: transform 200ms cubic-bezier(.2,.8,.2,1), box-shadow 200ms ease-out, background 200ms ease-out; }
.button:hover { transform: translateY(-2px); background: #ffda68; box-shadow: 0 13px 30px rgba(0,0,0,0.24); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; color: white; font-weight: 800; text-decoration: underline; }
.dark-link { color: var(--navy); }

.hero { position: relative; min-height: 850px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('/assets/colombia-medellin-hero.webp') center / cover no-repeat; transform: scale(1.015); animation: hero-settle 1.4s cubic-bezier(.16,1,.3,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(8,23,40,0.99) 0%, rgba(8,23,40,0.89) 33%, rgba(8,23,40,0.28) 68%, rgba(8,23,40,0.08) 100%), linear-gradient(0deg, rgba(8,23,40,0.72) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; padding: 175px 0 205px; }
.hero-copy { max-width: 720px; }
.event-status { display: flex; align-items: center; gap: 12px; margin: -12px 0 26px; color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; }
.event-status span { width: 34px; height: 1px; background: var(--sun); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.6rem, 7.2vw, 6rem); line-height: 0.98; letter-spacing: -0.04em; text-wrap: balance; }
.hero-lead { max-width: 640px; margin-bottom: 32px; color: rgba(255,255,255,0.82); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-facts { display: flex; gap: 0; margin: 54px 0 0; }
.hero-facts div { min-width: 150px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,0.22); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: var(--sun); font-size: 30px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-facts dd { margin: 8px 0 0; color: rgba(255,255,255,0.68); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.route-strip { position: absolute; z-index: 3; inset: auto 0 0; color: var(--navy); background: var(--white); border-top: 1px solid var(--sun); box-shadow: inset 0 4px 0 var(--sun); }
.route-strip ol { display: grid; grid-template-columns: repeat(5, 1fr); margin-block: 0; padding: 0; list-style: none; }
.route-strip li { position: relative; min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 22px 18px; border-right: 1px solid var(--rule); font-size: 12px; font-weight: 800; line-height: 1.35; }
.route-strip li::after { content: ""; position: absolute; top: 50%; right: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--sun); transform: translateY(-50%); }
.route-strip li:last-child { border-right: 0; }
.route-strip li:last-child::after { display: none; }
.route-strip li span { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; color: white; background: var(--navy); border-radius: 50%; font-size: 11px; }
@keyframes hero-settle { from { transform: scale(1.07); filter: saturate(.7) brightness(.78); } to { transform: scale(1.015); filter: saturate(1) brightness(1); } }

.proof-band { color: white; background: var(--red); }
.proof-list { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 800; letter-spacing: 0.07em; }
.proof-list span { white-space: nowrap; }
.section { padding: 120px 0; }
.section h2 { margin-bottom: 24px; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.03; letter-spacing: -0.04em; text-wrap: balance; }
.split-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: 12%; align-items: start; }
.intro-copy { padding-top: 42px; border-top: 1px solid var(--navy); }
.intro-copy p { max-width: 60ch; color: var(--muted); font-size: 18px; }
.intro-copy p:first-child { color: var(--ink); font-weight: 700; }

.reality-section { position: relative; overflow: hidden; color: white; background: #081728; }
.reality-section::before { content: ""; position: absolute; inset: 0; background: url('/assets/topographic-contours.webp') center / 760px auto repeat; opacity: .055; pointer-events: none; }
.reality-section > .shell { position: relative; z-index: 1; }
.reality-heading { display: grid; grid-template-columns: 1fr .58fr; gap: 10%; align-items: end; margin-bottom: 58px; }
.reality-heading h2 { color: white; }
.reality-heading p { max-width: 58ch; margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 17px; }
.reality-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.32); border-left: 1px solid rgba(255,255,255,.18); }
.reality-grid article { min-height: 280px; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.025); }
.reality-grid span { display: block; margin-bottom: 46px; color: var(--sun); font-size: 12px; font-weight: 800; }
.reality-grid h3 { margin-bottom: 10px; color: white; font-size: 21px; line-height: 1.25; }
.reality-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.62; }
.reality-note { max-width: 90ch; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

.healthcare-section { color: var(--navy); background: #dfeae4; }
.healthcare-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; align-items: start; }
.healthcare-intro { position: sticky; top: 120px; }
.healthcare-intro > p:not(.section-kicker) { max-width: 50ch; color: rgba(16,35,61,.76); font-size: 17px; }
.healthcare-button { margin-top: 18px; }
.healthcare-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.healthcare-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(16,35,61,.25); }
.healthcare-list li > span { display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--forest); border-radius: 50%; font-size: 11px; font-weight: 800; }
.healthcare-list h3 { margin: 0 0 7px; color: var(--navy); font-size: 20px; line-height: 1.28; }
.healthcare-list p { margin: 0; color: rgba(16,35,61,.72); font-size: 13px; line-height: 1.62; }
.healthcare-standard { margin-top: 28px; padding: 26px 28px; color: white; background: var(--forest); }
.healthcare-standard strong { color: var(--sun); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.healthcare-standard p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }

.journey-section { padding-top: 0; }
.section-heading { max-width: 860px; margin-bottom: 58px; }
.section-heading > p:last-child, .agenda-heading > p, .speakers-heading > p { max-width: 62ch; color: var(--muted); font-size: 17px; }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.journey-grid::before { content: ""; position: absolute; z-index: 0; top: -3px; left: 0; width: 50%; height: 5px; background: linear-gradient(90deg, var(--red), var(--sun)); }
.journey-grid li { position: relative; min-height: 270px; padding: 28px 22px; border-right: 1px solid var(--rule); }
.journey-grid li:nth-child(5n) { border-right: 0; }
.journey-grid li:nth-child(n+6) { border-top: 1px solid var(--rule); }
.journey-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 44px; color: white; background: var(--track); border-radius: 50%; font-weight: 800; }
.journey-grid small { display: block; margin-bottom: 7px; color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.journey-grid strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 16px; line-height: 1.25; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.agenda-section { position: relative; overflow: hidden; color: white; background: var(--navy); }
.agenda-section::before { content: ""; position: absolute; inset: 0; background: url('/assets/topographic-contours.webp') center / 760px auto repeat; opacity: .065; pointer-events: none; }
.agenda-section > .shell { position: relative; z-index: 1; }
.agenda-section h2 { color: white; }
.agenda-heading, .speakers-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; margin-bottom: 56px; }
.agenda-heading > p { color: rgba(255,255,255,0.66); }
.agenda-workspace { background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.track-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--rule); }
.track-tabs button { position: relative; min-height: 84px; padding: 16px; color: var(--muted); background: transparent; border: 0; border-right: 1px solid var(--rule); font-size: 12px; font-weight: 800; line-height: 1.3; cursor: pointer; }
.track-tabs button:nth-child(5n) { border-right: 0; }
.track-tabs button:nth-child(-n+5) { border-bottom: 1px solid var(--rule); }
.track-tabs button span { display: block; margin-bottom: 6px; color: var(--track); font-size: 15px; }
.track-tabs button::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 5px; background: var(--track); transform: scaleX(0); transition: transform 250ms cubic-bezier(.2,.8,.2,1); }
.track-tabs button[aria-selected="true"] { color: var(--navy); background: rgba(16,35,61,0.035); }
.track-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.track-panel { animation: panel-in 300ms cubic-bezier(.2,.8,.2,1); }
@keyframes panel-in { from { opacity: .55; filter: blur(4px); } to { opacity: 1; filter: blur(0); } }
.track-summary { display: grid; grid-template-columns: 190px 1fr; gap: 40px; padding: 42px; border-bottom: 1px solid var(--rule); }
.track-summary > div:first-child { display: flex; align-items: center; gap: 15px; }
.track-letter { display: grid; width: 52px; height: 52px; place-items: center; color: white; background: var(--active-track); border-radius: 50%; font-size: 20px; font-weight: 800; }
.track-summary p { margin: 0; color: var(--muted); font-size: 13px; }
.track-summary h3 { margin: 0 0 6px; color: var(--navy); font-size: 27px; letter-spacing: -0.025em; }
.agenda-row, .session-list li { display: grid; grid-template-columns: 170px 1fr 100px; gap: 24px; align-items: center; min-height: 86px; padding: 20px 42px; border-bottom: 1px solid var(--rule); }
.agenda-row > span { color: var(--active-track); font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.agenda-row strong { color: var(--navy); line-height: 1.4; }
.agenda-row small, .session-list small { color: var(--muted); font-size: 11px; font-weight: 700; text-align: right; text-transform: uppercase; }
.fireside-row { background: color-mix(in srgb, var(--active-track) 7%, white); }
.connection-row { border-bottom: 0; background: var(--paper); }
.session-list { margin: 0; padding: 0; list-style: none; }
.session-list li > span { color: var(--active-track); font-size: 12px; font-weight: 800; }
.session-list strong { color: var(--ink); line-height: 1.45; }

.networking-section { color: white; background: var(--red); }
.networking-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; align-items: start; }
.networking-copy { position: sticky; top: 120px; }
.networking-copy h2 { color: white; }
.networking-copy p { max-width: 52ch; color: rgba(255,255,255,.8); font-size: 17px; }
.networking-mode { margin-top: 34px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.24); }
.networking-mode span { display: block; margin-bottom: 8px; color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.networking-mode strong { display: block; color: white; font-size: 20px; line-height: 1.25; }
.networking-mode p { margin: 9px 0 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.55; }
.networking-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.28); }
.networking-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.networking-grid span { display: block; margin-bottom: 44px; color: var(--sun); font-size: 12px; font-weight: 800; }
.networking-grid h3 { margin-bottom: 10px; color: white; font-size: 22px; }
.networking-grid p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.6; }
.guided-topic-grid article { min-height: 230px; }

.participation-section { background: var(--white); }
.participation-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; margin-bottom: 54px; }
.participation-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.section-kicker { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.participation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--rule); }
.participation-card { --role-color: var(--blue); min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--paper); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); box-shadow: inset 0 6px 0 var(--role-color); }
.participation-colombia { --role-color: var(--forest); }
.participation-professional { --role-color: var(--red); }
.participation-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 40px; color: white; background: var(--role-color); border-radius: 50%; font-size: 12px; font-weight: 800; }
.participation-label { margin: 0 0 9px; color: var(--role-color); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.participation-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 27px; line-height: 1.15; letter-spacing: -.025em; }
.participation-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.participation-includes { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--rule); }
.participation-includes strong { color: var(--navy); font-size: 12px; }
.participation-includes p { margin: 7px 0 0; font-size: 12px; }
.participation-link { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; color: var(--navy); border-top: 1px solid var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.participation-link span { color: var(--role-color); font-size: 20px; transition: transform 180ms cubic-bezier(.2,.8,.2,1); }
.participation-link:hover span { transform: translateX(4px); }
.participation-boundary { display: grid; grid-template-columns: 1fr .75fr; gap: 9%; align-items: center; margin-top: 30px; padding: 42px; color: white; background: var(--navy); }
.participation-boundary .section-kicker { color: var(--sun); }
.participation-boundary h3 { margin: 0; color: white; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.18; letter-spacing: -.025em; }
.participation-boundary p { margin: 0 0 24px; color: rgba(255,255,255,.74); font-size: 13px; }
.participation-boundary .button { box-shadow: none; }

.speakers-section { background: var(--white); }
.speaker-filter { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: thin; }
.speaker-filter button { flex: 0 0 auto; min-height: 44px; padding: 0 18px; color: var(--muted); background: transparent; border: 1px solid var(--rule); border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; }
.speaker-filter button:hover { border-color: var(--track, var(--navy)); }
.speaker-filter button.active { color: white; background: var(--navy); border-color: var(--navy); }
.speaker-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--rule); }
.speaker-card { display: flex; min-width: 0; flex-direction: column; background: var(--white); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.speaker-portrait { position: relative; aspect-ratio: 1 / .88; display: grid; place-items: center; overflow: hidden; color: var(--navy); background: linear-gradient(145deg, color-mix(in srgb, var(--track) 24%, white), var(--paper)); }
.speaker-portrait::before, .speaker-portrait::after { content: ""; position: absolute; border-radius: 50%; background: color-mix(in srgb, var(--track) 18%, transparent); }
.speaker-portrait::before { width: 54%; aspect-ratio: 1; top: 18%; left: 23%; }
.speaker-portrait::after { width: 86%; aspect-ratio: 1; top: 58%; left: 7%; }
.speaker-portrait span { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; color: white; background: var(--track); border-radius: 50%; font-size: 14px; font-weight: 800; box-shadow: 0 10px 24px rgba(16,35,61,0.18); }
.speaker-meta { padding: 20px 18px 16px; }
.speaker-meta > span { display: block; margin-bottom: 5px; color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.speaker-meta strong { display: block; color: var(--navy); font-size: 15px; }
.speaker-meta p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.speaker-session { margin-top: auto; padding: 15px 18px 20px; border-top: 1px solid var(--rule); }
.speaker-session small { color: var(--track); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.speaker-session p { margin: 7px 0 0; color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.45; }

.outcomes-section { background: var(--sun); }
.outcomes-layout { display: grid; grid-template-columns: .78fr 1.2fr; gap: 11%; }
.outcomes-copy { position: sticky; top: 120px; align-self: start; }
.outcomes-copy p { max-width: 52ch; color: rgba(16,35,61,0.78); font-size: 17px; }
.outcome-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
.outcome-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(16,35,61,0.32); }
.outcome-list li > span { font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.outcome-list strong { color: var(--navy); font-size: 19px; }
.outcome-list p { margin: 5px 0 0; color: rgba(16,35,61,0.72); font-size: 14px; }

.attendee-value-section { padding-block: 126px; }
.attendee-value-section .sp-value-card { background: var(--white); }
.attendee-value-section .sp-value-line-priceless > strong { color: var(--red); font-size: 19px; letter-spacing: .08em; text-transform: uppercase; }
.attendee-value-section .sp-value-summary .button { display: flex; }
.attendee-companion-bump { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 36px; align-items: center; margin-top: 18px; padding: 30px; color: var(--navy); background: #fff4c9; border: 2px solid var(--sun); }
.attendee-companion-copy > span { display: block; margin-bottom: 10px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.attendee-companion-copy h3 { margin: 0 0 8px; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.05; letter-spacing: -.035em; }
.attendee-companion-copy p { max-width: 610px; margin: 0; color: rgba(16,35,61,.74); font-size: 14px; line-height: 1.55; }
.attendee-companion-price { display: grid; grid-template-columns: auto auto; align-items: baseline; justify-items: end; gap: 2px 12px; min-width: 135px; }
.attendee-companion-price span { grid-column: 1 / -1; color: rgba(16,35,61,.65); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.attendee-companion-price s { color: rgba(16,35,61,.5); font-size: 18px; font-weight: 800; }
.attendee-companion-price strong { color: var(--red); font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.attendee-companion-bump > small { grid-column: 1 / -1; padding-top: 13px; color: rgba(16,35,61,.72); border-top: 1px solid rgba(16,35,61,.24); font-size: 11px; font-weight: 700; text-align: center; }

.fit-section { color: white; background: var(--navy); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.2); }
.fit-card { min-height: 550px; padding: 60px; }
.fit-card + .fit-card { border-left: 1px solid rgba(255,255,255,.2); }
.fit-card h2 { color: white; font-size: clamp(2rem, 4vw, 3.5rem); }
.fit-no { background: rgba(228,61,79,.1); }
.fit-card ul { margin: 42px 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding: 17px 0 17px 32px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.8); }
.fit-card li::before, .fit-card li::after { content: ""; position: absolute; left: 2px; top: 30px; width: 12px; height: 2px; background: var(--sun); }
.fit-yes li::after { transform: rotate(90deg); }
.fit-no li::before { background: #ff8794; transform: rotate(45deg); }
.fit-no li::after { background: #ff8794; transform: rotate(-45deg); }

.faq-layout { display: grid; grid-template-columns: .62fr 1fr; gap: 11%; }
.faq-title { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid rgba(185,31,53,.42); border-radius: 50%; background: linear-gradient(var(--red),var(--red)) center / 14px 2px no-repeat, linear-gradient(var(--red),var(--red)) center / 2px 14px no-repeat; transition: transform 220ms ease-out; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 67ch; padding: 0 48px 28px 0; color: var(--muted); }

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

.site-footer { padding: 70px 0 26px; color: rgba(255,255,255,.68); background: #081728; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 10%; }
.footer-brand { color: white; }
.footer-grid p { max-width: 48ch; margin-top: 16px; font-size: 12px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid strong { margin-bottom: 12px; color: white; font-size: 12px; }
.footer-grid > div > a:not(.brand) { min-height: 36px; color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 700; letter-spacing: .03em; }

.reveal { opacity: 1; transform: none; filter: none; }
.noscript { padding: 20px; background: #fff3cd; color: #5e4b08; }
* { scrollbar-width: thin; scrollbar-color: var(--red) var(--paper); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--red); border: 3px solid var(--paper); border-radius: 99px; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 36px, 900px); }
  .site-header { padding-inline: 18px; }
  .mobile-language-link { display: inline-flex; }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { min-height: 48px; display: flex; align-items: center; }
  .site-nav .button { margin-top: 8px; }
  .hero { min-height: 860px; }
  .hero-content { padding-top: 150px; }
  .route-strip ol { overflow-x: auto; }
  .route-strip li { min-width: 210px; }
  .proof-list { overflow-x: auto; justify-content: flex-start; }
  .proof-list span { padding-right: 30px; }
  .split-intro, .agenda-heading, .speakers-heading, .outcomes-layout, .faq-layout, .networking-layout, .reality-heading, .healthcare-layout { grid-template-columns: 1fr; gap: 36px; }
  .participation-heading, .participation-boundary { grid-template-columns: 1fr; gap: 30px; }
  .intro-copy { padding-top: 28px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid li { min-height: 230px; border-bottom: 1px solid var(--rule); }
  .journey-grid li:nth-child(5n) { border-right: 1px solid var(--rule); }
  .journey-grid li:nth-child(even) { border-right: 0; }
  .journey-grid li:nth-child(n+6) { border-top: 0; }
  .journey-grid li > span { margin-bottom: 36px; }
  .speaker-grid { grid-template-columns: repeat(3, 1fr); }
  .reality-grid { grid-template-columns: 1fr 1fr; }
  .outcomes-copy, .faq-title, .networking-copy, .healthcare-intro { position: static; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { height: 66px; }
  .site-nav { top: 66px; }
  .hero { min-height: 880px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,23,40,.97), rgba(8,23,40,.62)), linear-gradient(0deg, rgba(8,23,40,.88), transparent 44%); }
  .hero-content { padding: 126px 0 218px; }
  .event-status { align-items: flex-start; flex-wrap: wrap; font-size: 11px; }
  h1 { font-size: clamp(3.15rem, 16vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .text-link { justify-content: center; }
  .hero-facts { margin-top: 34px; }
  .hero-facts div { min-width: 0; padding: 0 13px; }
  .hero-facts dt { font-size: 25px; }
  .hero-facts dd { font-size: 11px; letter-spacing: .03em; }
  .route-strip li { min-width: 190px; min-height: 100px; }
  .section { padding: 86px 0; }
  .attendee-value-section { padding-block: 86px; }
  .attendee-value-section .sp-value-line-priceless > strong { font-size: 15px; letter-spacing: .05em; }
  .attendee-companion-bump { grid-template-columns: 1fr; gap: 22px; padding: 24px 22px; }
  .attendee-companion-price { grid-template-columns: auto 1fr; justify-items: start; min-width: 0; }
  .attendee-companion-price span { grid-column: 1 / -1; }
  .attendee-companion-price strong { justify-self: end; }
  .attendee-companion-bump > small { text-align: left; }
  .section h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid li { min-height: 0; display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 22px 4px; border-right: 0; }
  .journey-grid li:nth-child(5n) { border-right: 0; }
  .journey-grid li > span { grid-row: span 2; margin: 0; }
  .agenda-section > .shell { width: calc(100% - 20px); }
  .agenda-heading { padding-inline: 4px; }
  .agenda-heading > p { font-size: 15px; }
  .agenda-workspace { box-shadow: 0 16px 44px rgba(8,23,40,.22); }
  .track-tabs { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; }
  .track-tabs button { min-width: 164px; min-height: 78px; padding: 14px 16px; scroll-snap-align: start; text-align: left; }
  .track-tabs button:nth-child(-n+5) { border-bottom: 0; }
  .track-summary { grid-template-columns: 1fr; gap: 20px; padding: 26px 20px 28px; }
  .track-summary > div:first-child { flex-wrap: wrap; }
  .track-summary h3 { font-size: 24px; line-height: 1.2; }
  .agenda-row { display: block; min-height: 0; padding: 24px 20px 26px; }
  .agenda-row > span { display: block; margin-bottom: 10px; }
  .agenda-row strong { display: block; font-size: 17px; line-height: 1.45; overflow-wrap: anywhere; }
  .agenda-row small { display: block; margin-top: 12px; text-align: left; }
  .session-list li { grid-template-columns: 34px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 22px 20px; align-items: start; }
  .session-list strong { min-width: 0; font-size: 16px; line-height: 1.45; overflow-wrap: anywhere; }
  .session-list small { grid-column: 2; margin-top: -3px; text-align: left; }
  .speaker-grid { grid-template-columns: 1fr 1fr; }
  .reality-grid { grid-template-columns: 1fr; }
  .reality-grid article { min-height: 0; }
  .networking-grid { grid-template-columns: 1fr; }
  .networking-grid article { min-height: 0; }
  .healthcare-button { width: 100%; }
  .healthcare-list li { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
  .healthcare-list h3 { font-size: 18px; }
  .healthcare-standard { padding: 24px; }
  .participation-grid { grid-template-columns: 1fr; }
  .participation-card { min-height: 0; padding: 32px 24px; }
  .participation-number { margin-bottom: 30px; }
  .participation-boundary { padding: 32px 24px; }
  .participation-boundary .button { width: 100%; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 0; padding: 42px 24px; }
  .fit-card + .fit-card { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .faq-list summary { font-size: 15px; }
  .closing-section { min-height: 720px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 440px) {
  .speaker-grid { grid-template-columns: 1fr; }
  .speaker-portrait { aspect-ratio: 1.35 / 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; filter: none; }
}

@supports not (backdrop-filter: blur(1px)) {
  .site-header { background: var(--navy); }
}
