:root {
    --bg: #f4f7f6;
    --surface: #ffffff;
    --ink: #17353a;
    --muted: #5f6f74;
    --teal: #00aab7;
    --teal-deep: #0c7a84;
    --gold: #d6c55f;
    --line: rgba(23, 53, 58, 0.12);
    --shadow: 0 18px 50px rgba(14, 53, 57, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.popup-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}
body {
    margin: 0;
    font-family: "Saira", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(0, 170, 183, 0.12), transparent 28%),
        linear-gradient(180deg, #f7fbfb 0%, var(--bg) 100%);
}
body.popup-open {
    overflow: hidden;
    position: fixed;
    inset: 0;
    width: 100%;
    overscroll-behavior: none;
    touch-action: none;
}
body.popup-open .mobile-nav,
body.popup-open .whatsapp-float {
    opacity: 0;
    pointer-events: none;
}
a { color: inherit; text-decoration: none; }
input, select, textarea, button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
    position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px);
    background: rgba(247, 251, 251, 0.92); border-bottom: 1px solid rgba(23, 53, 58, 0.08);
}
.topbar { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:88px; }
.brand img, .footer-logo { height:62px; display:block; }
.main-nav { display:flex; gap:26px; font-size:.95rem; color:var(--muted); }
.header-actions,.hero-actions,.validation-actions { display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.primary-button,.secondary-button,.link-button {
    display:inline-flex; align-items:center; justify-content:center; min-height:48px; border-radius:999px;
    padding:0 22px; font-weight:800; transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-button { background:linear-gradient(135deg,var(--teal) 0%,#1cc2ce 100%); color:#fff; box-shadow:0 12px 28px rgba(0,170,183,.24); }
.secondary-button { border:1px solid var(--line); background:rgba(255,255,255,.8); color:var(--ink); }
.link-button { color:var(--muted); }
.primary-button:hover,.secondary-button:hover,.link-button:hover { transform:translateY(-1px); }
.block-button { width:100%; }
.hero { position:relative; overflow:hidden; padding:72px 0 48px; }
.hero-backdrop {
    position:absolute; inset:0; opacity:.44;
    background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.74)),url("../images/banner.jpg") center/cover no-repeat;
}
.hero-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr); gap:34px; align-items:start; }
.eyebrow,.card-kicker,.strip-label { letter-spacing:.14em; text-transform:uppercase; font-weight:800; font-size:.72rem; color:var(--teal-deep); }
.hero-copy h1,.section-heading h2,.two-column h2,.validation-box h2 {
    margin:12px 0 18px; line-height:1.02; font-family:"Saira", sans-serif; font-size:clamp(2.3rem,4.6vw,4.6rem); font-weight:700;
}
.hero-text,.section-heading p,.validation-box p,.bullet-cards p,.info-card p,.site-footer p { color:var(--muted); line-height:1.7; }
.hero-points { list-style:none; margin:28px 0 0; padding:0; display:grid; gap:12px; }
.hero-points li { position:relative; padding-left:24px; color:var(--ink); }
.hero-points li::before {
    content:""; position:absolute; left:0; top:9px; width:10px; height:10px; border-radius:50%;
    background:var(--gold); box-shadow:0 0 0 6px rgba(214,197,95,.18);
}
.hero-card { display:grid; gap:18px; }
.hero-card-panel,.info-card,.validation-box,.strip,.bullet-cards article {
    background:rgba(255,255,255,.92); border:1px solid rgba(23,53,58,.08); box-shadow:var(--shadow);
}
.hero-card-panel { padding:28px; border-radius:28px; }
.hero-card-panel h2 { margin:10px 0 14px; font-size:1.9rem; line-height:1.1; }
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.stats-grid article {
    padding:20px 16px; border-radius:22px; background:linear-gradient(180deg,rgba(0,170,183,.12),rgba(255,255,255,.94));
    border:1px solid rgba(0,170,183,.16); text-align:center;
}
.stats-grid strong { display:block; font-size:1.75rem; margin-bottom:6px; }
.stats-grid span { color:var(--muted); font-size:.92rem; line-height:1.45; }
.strip { border-radius:28px; padding:26px 0; margin:0 auto 28px; }
.strip-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.strip-grid p { margin:8px 0 0; color:var(--muted); }
.section { padding:68px 0; }
.section-alt { background:linear-gradient(180deg,rgba(0,170,183,.05),rgba(255,255,255,0)); }
.section-heading { max-width:860px; margin-bottom:28px; }
.card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.info-card { border-radius:28px; padding:28px; }
.program-type { margin:0 0 8px; font-size:.78rem; letter-spacing:.12em; color:var(--teal-deep); font-weight:800; }
.info-card h3,.bullet-cards h3,.site-footer h3 { margin:0 0 10px; font-size:1.2rem; }
.events-group + .events-group { margin-top: 48px; }
.events-group--past { margin-top: 56px; }
.info-card--in-progress {
    border-color: rgba(0,170,183,.18);
    background: linear-gradient(180deg, rgba(240,250,251,.96), rgba(255,255,255,.96));
    box-shadow: 0 22px 48px rgba(0,170,183,.16);
    position: relative;
}
.info-card--in-progress::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(0,170,183,.42), rgba(28,194,206,.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.info-card--finished {
    background: linear-gradient(180deg, rgba(242,244,245,.96), rgba(232,236,238,.96));
    border-color: rgba(95,111,116,.18);
    box-shadow: 0 16px 38px rgba(67,82,86,.12);
}
.info-card--finished .program-type,
.info-card--finished h3,
.info-card--finished p {
    color: #5a666a;
}
.event-list-status-pill,
.event-detail-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.event-list-status-pill { margin-bottom: 14px; }
.event-list-status-pill--in-progress {
    background: rgba(0,170,183,.14);
    color: #0c7a84;
}
.event-list-status-pill--scheduled {
    background: rgba(214,197,95,.2);
    color: #7b6815;
}
.event-list-status-pill--finished {
    background: rgba(95,111,116,.16);
    color: #4f5a5d;
}
.event-detail-status-pill--in-progress {
    background: linear-gradient(135deg, rgba(0,170,183,.34), rgba(28,194,206,.28));
    color: #f4feff;
    border: 1px solid rgba(173, 245, 251, .52);
    box-shadow: 0 12px 28px rgba(0,170,183,.24);
}
.event-detail-status-pill--scheduled {
    background: linear-gradient(135deg, rgba(214,197,95,.34), rgba(240,214,96,.28));
    color: #fff6c8;
    border: 1px solid rgba(255, 235, 155, .48);
    box-shadow: 0 12px 28px rgba(214,197,95,.18);
}
.event-detail-status-pill--finished {
    background: linear-gradient(135deg, rgba(122,138,144,.44), rgba(162,176,182,.3));
    color: #f8fbfc;
    border: 1px solid rgba(232,239,241,.34);
    box-shadow: 0 12px 28px rgba(8, 28, 31, .22);
}
.events-index-page {
    padding-top: 36px;
}
.events-index-page .section-heading {
    margin-bottom: 18px;
}
.events-index-page .eyebrow {
    font-size: .68rem;
}
.events-index-page .section-heading h2 {
    margin: 8px 0 12px;
    font-size: clamp(2rem, 4vw, 3.9rem);
}
.events-index-page .section-heading.compact h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}
.events-index-page .card-grid {
    gap: 16px;
}
.events-index-page .info-card {
    padding: 24px;
    border-radius: 24px;
}
.events-index-page .info-card--event-preview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
    cursor: pointer;
}
.info-card__top {
    display: grid;
    align-content: start;
    gap: 12px;
    justify-items: start;
}
.info-card__top .program-type,
.info-card__top .event-list-status-pill,
.info-card__top p {
    margin: 0;
}
.info-card__date-range {
    color: #6a777b;
    font-size: .84rem;
    line-height: 1.4;
    font-weight: 700;
}
.info-card__summary {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.55;
}
.info-card__actions {
    display: flex;
    justify-content: center;
}
.info-card__actions a {
    min-width: 160px;
}
.info-card__media {
    width: min(100%, 280px);
    height: 280px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: 0 16px 34px rgba(14, 53, 57, 0.12);
    background: rgba(255,255,255,.7);
}
.info-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-index-page .info-card p {
    font-size: .95rem;
}
.events-index-page .info-card--event-preview .program-type {
    margin-bottom: 0;
}
.events-index-page .events-group--past {
    margin-top: 44px;
}
.home-events-preview-heading {
    max-width: 860px;
}
.home-events-preview-actions {
    margin-top: 24px;
}
.home-event-shortcuts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-event-shortcut {
    min-width: 0;
    min-height: 100%;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: 0 18px 42px rgba(14, 53, 57, 0.1);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-event-shortcut:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(14, 53, 57, 0.14);
    border-color: rgba(0,170,183,.18);
}
.home-event-shortcut--in-progress {
    background: linear-gradient(180deg, rgba(240,250,251,.96), rgba(255,255,255,.96));
    border-color: rgba(0,170,183,.18);
}
.home-event-shortcut--finished {
    background: linear-gradient(180deg, rgba(245,247,248,.96), rgba(237,241,242,.96));
}
.home-event-shortcut__graphic {
    width: min(100%, 300px);
    height: 300px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(224,244,246,1), rgba(255,255,255,1));
    border: 1px solid rgba(23,53,58,.08);
}
.home-event-shortcut__graphic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-event-shortcut__icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,170,183,.18), rgba(28,194,206,.34));
    color: #0c7a84;
    font-size: 1.9rem;
    font-weight: 900;
}
.home-event-shortcut__copy {
    min-width: 0;
    display: grid;
    gap: 8px;
    align-content: start;
    justify-items: start;
}
.home-event-shortcut__copy .program-type,
.home-event-shortcut__copy .event-list-status-pill,
.home-event-shortcut__copy p {
    margin: 0;
}
.home-event-shortcut__date {
    color: #6a777b;
    font-size: .82rem;
    line-height: 1.35;
    font-weight: 700;
}
.home-event-shortcut__cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 220px);
    margin: 0 auto;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0,170,183,.14), rgba(28,194,206,.2));
    color: var(--teal-deep);
    font-size: .9rem;
    font-weight: 900;
}
.home-event-shortcut--finished .home-event-shortcut__cta {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(23,53,58,.1);
    color: var(--ink);
}
.two-column { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:30px; align-items:start; }
.bullet-cards { display:grid; gap:16px; }
.bullet-cards article { border-radius:24px; padding:22px 24px; }
.validation-section { padding-top:14px; }
.validation-box { border-radius:30px; padding:30px; display:flex; justify-content:space-between; align-items:center; gap:24px; }
.site-footer { margin-top:42px; padding:42px 0 18px; background:#12353a; color:rgba(255,255,255,.9); }
.site-footer p,.site-footer a { color:rgba(255,255,255,.78); }
.footer-grid { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:24px; }
.footer-grid a,.footer-grid p { display:block; margin:0 0 10px; }
.footer-bottom { margin-top:18px; padding-top:18px; border-top:1px solid rgba(255,255,255,.12); }
.section-tight { padding: 0 0 24px; }
.event-preview-banner-wrap {
    position: relative;
    z-index: 2;
    padding-top: 14px;
}
.event-preview-banner {
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(214,197,95,.16);
    border: 1px solid rgba(214,197,95,.28);
    color: #6a5710;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 14px 28px rgba(14,53,57,.08);
}
.public-alert {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(14, 152, 98, .12);
    color: #0f7f59;
    border: 1px solid rgba(14, 152, 98, .18);
    font-weight: 700;
}
.public-alert.error {
    background: rgba(181, 57, 57, .12);
    border-color: rgba(181, 57, 57, .18);
    color: #8f2f2f;
}
.floating-toast {
    position: fixed;
    top: 94px;
    right: 18px;
    z-index: 45;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: min(420px, calc(100% - 24px));
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(15, 127, 89, .96);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 127, 89, .24);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease;
}
.floating-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.floating-toast__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.18);
    font-size: 1rem;
    font-weight: 900;
    flex: 0 0 28px;
}
.floating-toast__text {
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 700;
}
.access-journey-section {
    display: none;
}
.access-journey {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    max-width: 680px;
    margin: 0 auto;
    background:
        linear-gradient(90deg, rgba(26, 40, 97, .94), rgba(18, 25, 72, .88)),
        radial-gradient(circle at right center, rgba(255,255,255,.06), transparent 24%),
        var(--access-bg, none) center right / cover no-repeat;
    box-shadow: 0 24px 56px rgba(7, 22, 25, .18);
    color: #fff;
    padding-bottom: 28px;
}
.access-journey::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 32, 88, .86), rgba(15, 25, 72, .58)),
        linear-gradient(120deg, rgba(255,255,255,.04), transparent 38%);
    pointer-events: none;
}
.access-journey-header {
    position: relative;
    z-index: 1;
    padding: 18px 28px 16px;
    background: linear-gradient(180deg, rgba(42, 65, 133, .96), rgba(32, 48, 103, .92));
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.access-journey-header h2 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(1.2rem, 2.2vw, 1.95rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: .02em;
}
.access-steps {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    padding: 22px 30px 10px;
}
.access-step {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    align-items: center;
    gap: 14px;
    position: relative;
    min-height: 138px;
}
.access-step-copy {
    max-width: 420px;
    position: relative;
    z-index: 1;
    padding: 0 22px 18px 0;
    background: transparent;
}
.access-step-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
}
.access-step-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: #fff;
}
.access-step-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.access-step-title {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.15rem;
    line-height: 1.02;
    letter-spacing: .01em;
}
.access-step-copy p,
.access-step-copy li {
    margin: 0;
    color: rgba(255,255,255,.9);
    line-height: 1.28;
    font-size: .95rem;
}
.access-step-copy ol {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 2px;
}
.access-step-line {
    position: absolute;
    left: 58px;
    right: 110px;
    bottom: 18px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4c400 0%, #ffd84f 100%);
    box-shadow: 0 0 0 1px rgba(244, 196, 0, .08);
    z-index: 0;
}
.access-step-badge {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: transparent;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0,0,0,.14);
    -webkit-text-stroke: 3px #f4c400;
}
.event-access-card {
    position: relative;
    z-index: 1;
    padding: 24px 34px 0;
    text-align: center;
}
.event-access-title-wrap {
    max-width: 460px;
    margin: 0 auto 14px;
}
.event-access-dashes {
    width: 180px;
    margin: 0 auto 10px;
    border-top: 3px dashed rgba(255,255,255,.86);
}
.event-access-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .98;
    text-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.event-access-title-small,
.event-access-title-large {
    display: block;
}
.event-access-title-small {
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    line-height: 1.02;
    letter-spacing: .02em;
}
.event-access-title-large {
    margin-top: 4px;
    font-size: clamp(1.95rem, 4.2vw, 3.4rem);
    line-height: .95;
}
.event-access-badges {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 22px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0,0,0,.28);
}
.event-access-badge {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .01em;
}
.event-access-badge-light {
    background: rgba(255,255,255,.92);
    color: #21376c;
}
.event-access-badge-dark {
    background: rgba(8, 12, 19, .92);
    color: #fff;
}
.event-access-badge-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.event-access-badge-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.event-access-badge-text {
    display: grid;
    gap: 1px;
    text-align: left;
    line-height: .88;
}
.event-access-badge-text small,
.event-access-badge-text strong {
    display: block;
}
.event-access-badge-text small {
    font-size: .98rem;
    line-height: .95;
    font-weight: 900;
}
.event-access-badge-text strong {
    font-size: 1.45rem;
    line-height: .9;
    font-weight: 900;
}
.event-access-body {
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
}
.event-access-kicker {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: .06em;
}
.event-access-list {
    margin: 0 0 26px;
    padding-left: 28px;
    display: grid;
    gap: 6px;
}
.event-access-list li {
    color: #fff;
    font-weight: 800;
    font-size: 1.02rem;
    line-height: 1.35;
}
.event-access-group-box {
    margin: 0 auto 26px;
    padding: 14px 18px;
    border: 3px dashed rgba(255,255,255,.92);
    text-align: center;
}
.event-access-group-box strong,
.event-access-group-box span {
    display: block;
}
.event-access-group-box strong {
    font-size: 1.35rem;
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 900;
}
.event-access-group-box span {
    font-size: 1.05rem;
    line-height: 1.12;
    font-weight: 800;
}
.event-whatsapp-button {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 18px;
    background: linear-gradient(180deg, #66c22a 0%, #56b21d 100%);
    color: #fff;
    border: 4px solid rgba(255,255,255,.9);
    box-shadow: 0 14px 28px rgba(0,0,0,.22);
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}
.event-whatsapp-button span:last-child {
    font-size: 1.05rem;
    line-height: 1.1;
}
.event-whatsapp-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ec01e;
    background: #fff;
    border-radius: 50%;
}
.event-whatsapp-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}
.registration-section { padding-top: 24px; }
.registration-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
    gap: 24px;
    align-items: start;
}
.section-heading.compact { margin-bottom: 0; }
.registration-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: var(--shadow);
    position: relative;
}
.registration-card label {
    display: grid;
    gap: 8px;
    font-weight: 700;
    color: var(--ink);
}
.registration-card .full { grid-column: 1 / -1; }
.registration-card input:not([type="checkbox"]),
.registration-card select,
.registration-card textarea {
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 12px 14px;
    color: var(--ink);
}
.registration-card label:has(select[name="wants_approval_certificate"]) {
    grid-column: 1 / -1;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(244,247,246,.96), rgba(255,255,255,1));
    border: 1px solid rgba(23,53,58,.08);
}
.registration-card .checkbox-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(240,250,251,.92), rgba(255,255,255,1));
    border: 1px solid rgba(0,170,183,.16);
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.55;
}
.registration-card .checkbox-row::before {
    content: "Autorizacion de datos personales";
    grid-column: 1 / -1;
    color: var(--ink);
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.3;
}
.registration-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.55;
}
.registration-consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 18px;
}
.registration-card .checkbox-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 2px 0 0;
    accent-color: var(--teal);
}
.registration-card .checkbox-row span {
    min-width: 0;
    display: block;
    color: var(--muted);
    font-weight: 600;
    white-space: normal;
    word-break: break-word;
}
.registration-card > .primary-button {
    grid-column: 1 / -1;
    width: min(320px, 100%);
    justify-self: start;
}
.registration-feedback {
    grid-column: 1 / -1;
}
.registration-card.is-submitting {
    opacity: .92;
}
.registration-card.is-submitting::after {
    content: "Procesando inscripcion...";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(2px);
    color: var(--teal-deep);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .04em;
    z-index: 2;
}
.registration-card.is-submitting input,
.registration-card.is-submitting select,
.registration-card.is-submitting textarea {
    pointer-events: none;
}
.registration-card.is-submitting label,
.registration-card.is-submitting .checkbox-row {
    pointer-events: none;
}
.registration-card--status {
    display: flex;
    align-items: stretch;
}
.event-finished-panel {
    width: 100%;
    display: grid;
    gap: 14px;
    padding: 8px 0;
}
.event-finished-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(95,111,116,.14);
    color: #4f5a5d;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.event-finished-panel h3 {
    margin: 0;
    font-size: 1.8rem;
}
.event-finished-panel__date {
    margin: 0;
    color: #4f5a5d;
    font-size: .95rem;
    line-height: 1.45;
    font-weight: 800;
}
.event-finished-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}
.registration-card button[disabled],
.event-mobile-cta.is-disabled {
    opacity: .72;
    cursor: wait;
    pointer-events: none;
    box-shadow: none;
}
.registration-card button[disabled] {
    transform: none;
}
.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #18a957;
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    white-space: nowrap;
    box-shadow: 0 16px 30px rgba(24, 169, 87, .26);
    border: 1px solid rgba(255,255,255,.72);
    overflow: hidden;
}
.whatsapp-float img {
    display: block;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    flex: 0 0 26px;
}
.event-hero {
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    background: #12353a;
}
.event-hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(var(--event-hero-overlay-rgb, 18, 53, 58), var(--event-hero-overlay-opacity, .92)), rgba(var(--event-hero-overlay-rgb, 18, 53, 58), var(--event-hero-overlay-fade-opacity, .68))),
        radial-gradient(circle at top right, rgba(0,170,183,.28), transparent 26%),
        var(--event-hero-bg, none);
    background-size: cover;
    background-position: center;
}
.event-hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) 360px;
    gap: 28px;
    align-items: center;
    padding: 82px 0 70px;
}
.event-copy h1 {
    margin: 12px 0 18px;
    color: #fff;
    line-height: 1.04;
    font-family: "Saira", sans-serif;
    font-size: clamp(2.4rem, 4.9vw, 5rem);
    overflow-wrap: anywhere;
}
.event-copy .hero-text { color: rgba(255,255,255,.82); }
.event-copy {
    text-align: center;
}
.event-copy .eyebrow {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #97edf4;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 800;
    text-shadow: 0 3px 10px rgba(7, 22, 25, .38);
}
.event-detail-status-pill {
    margin-bottom: 16px;
}
.event-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.event-badge {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    font-weight: 800;
}
.countdown-card {
    width: auto;
    max-width: 100%;
    justify-self: end;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow);
}
.countdown-card--status {
    display: grid;
    gap: 12px;
    text-align: center;
    align-content: center;
    min-height: 240px;
}
.countdown-card--status h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.05;
}
.countdown-card--status p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}
.countdown-status-date {
    color: #4f5a5d !important;
    font-size: .95rem;
    font-weight: 800;
}
.countdown-card--in-progress {
    background: linear-gradient(180deg, rgba(240,250,251,.98), rgba(255,255,255,.96));
}
.countdown-card--finished {
    background: linear-gradient(180deg, rgba(242,244,245,.98), rgba(255,255,255,.96));
}
.countdown-status-button {
    justify-self: center;
    margin-top: 8px;
}
.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 8px;
}
.countdown-grid article {
    padding: 14px 10px;
    border-radius: 16px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,170,183,.10), rgba(255,255,255,.94));
    border: 1px solid rgba(0,170,183,.16);
    min-width: 0;
}
.countdown-grid strong {
    display: block;
    font-size: 1.55rem;
    color: var(--ink);
}
.countdown-grid span {
    color: var(--muted);
    font-size: .82rem;
    white-space: nowrap;
}
.countdown-date {
    margin: 10px 0 0;
    color: rgba(23,53,58,.52);
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
}
.countdown-timezone {
    margin: 4px 0 0;
    color: rgba(12,122,132,.72);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}
.syllabus-carousel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    max-width: 680px;
    margin: 0 auto;
    touch-action: pan-y;
}
.syllabus-carousel.is-dragging {
    cursor: grabbing;
}
.syllabus-carousel-viewport {
    overflow: hidden;
    border-radius: 28px;
    cursor: grab;
}
.syllabus-carousel-track {
    display: flex;
    transition: transform .35s ease;
    will-change: transform;
}
.syllabus-public-item {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: var(--shadow);
}
.syllabus-public-item-single {
    max-width: 540px;
    margin: 0 auto;
}
.syllabus-public-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 680px;
    object-fit: contain;
    background: rgba(255,255,255,.94);
    user-select: none;
    -webkit-user-drag: none;
}
.syllabus-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
}
.syllabus-carousel-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(23,53,58,.2);
    cursor: pointer;
}
.syllabus-carousel-dot.is-active {
    background: var(--teal);
}
.doctors-section {
    position: relative;
}
.doctors-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 170, 183, .08), transparent 26%),
        radial-gradient(circle at 78% 30%, rgba(23, 53, 58, .06), transparent 22%);
    pointer-events: none;
}
.doctors-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 920px;
    margin: 0 auto;
}
.doctor-card {
    flex: 0 1 180px;
    display: flex;
    justify-content: center;
}
.doctor-card-frame {
    width: 100%;
    max-width: 210px;
    padding: 16px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(238,246,247,.92));
    border: 1px solid rgba(23,53,58,.09);
    box-shadow: 0 18px 44px rgba(14, 53, 57, 0.10);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
    position: relative;
}
.doctor-card-frame::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(0,170,183,.05), rgba(255,255,255,.12));
    border: 1px solid rgba(0,170,183,.08);
}
.doctor-card-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1);
    transition: filter .28s ease, transform .28s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 14px 30px rgba(14, 53, 57, 0.14);
}
.doctor-card-frame img.is-fallback {
    object-fit: contain;
    padding: 16px;
    background: #fff;
    filter: none;
}
.doctor-card-name {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    text-align: center;
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--ink);
}
.doctor-card-specialty {
    position: relative;
    z-index: 1;
    margin: 6px 0 0;
    text-align: center;
    font-size: .82rem;
    line-height: 1.35;
    font-weight: 600;
    color: var(--muted);
}
.doctor-card-frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 42px rgba(14, 53, 57, 0.16);
    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(230,245,247,1));
    border-color: rgba(0,170,183,.18);
}
.doctor-card-frame:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
}
.support-strip-section {
    position: relative;
}
.support-strip-heading {
    text-align: center;
    margin: 0 auto 24px;
}
.support-strip-heading p:last-child {
    margin-left: auto;
    margin-right: auto;
}
.support-logos-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
    align-items: stretch;
}
.support-logo-card {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: 0 16px 40px rgba(14, 53, 57, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.support-logo-card img {
    display: block;
    width: 100%;
    max-width: 150px;
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(1) opacity(.72);
    transition: filter .22s ease, transform .22s ease;
}
.support-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(14, 53, 57, 0.12);
    border-color: rgba(0,170,183,.16);
}
.support-logo-card:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.03);
}
.finished-event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}
.finished-event-gallery-card {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(23,53,58,.08);
    box-shadow: 0 16px 40px rgba(14, 53, 57, 0.08);
}
.finished-event-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.event-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(9, 30, 34, .56);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.event-popup-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}
.event-popup-card {
    width: min(820px, 100%);
    display: grid;
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(7, 22, 25, .28);
    position: relative;
}
.event-popup-card.poster-mode {
    width: min(460px, 100%);
    grid-template-columns: 1fr;
    background: #0f2430;
}
.event-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #0d3c43;
    box-shadow: 0 10px 22px rgba(7, 22, 25, .18);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}
.event-popup-close:hover {
    background: #ffffff;
    color: #072a2f;
}
.event-popup-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.event-popup-copy {
    padding: 24px;
    display: grid;
    align-content: center;
    gap: 12px;
}
.event-popup-card-success {
    grid-template-columns: minmax(0, 1fr) 220px;
}
.event-popup-success-media {
    margin: 22px 22px 22px 0;
    border-radius: 18px;
    overflow: hidden;
    min-height: 260px;
    background: rgba(15, 36, 48, .08);
    box-shadow: inset 0 0 0 1px rgba(15, 36, 48, .08);
}
.event-popup-success-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-popup-poster {
    position: relative;
}
.event-popup-poster img {
    display: block;
    width: 100%;
    height: auto;
}
.event-popup-poster-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 16px 18px;
    background: linear-gradient(180deg, rgba(11,24,27,0) 0%, rgba(11,24,27,.84) 55%, rgba(11,24,27,.96) 100%);
}
.event-popup-poster-overlay .eyebrow,
.event-popup-poster-overlay h2,
.event-popup-poster-overlay p {
    color: #fff;
}
.event-popup-poster-overlay h2 {
    margin: 6px 0 8px;
    font-family: "Saira", sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.95rem);
    line-height: 1.06;
}
.event-popup-poster-overlay p {
    margin: 0;
    color: rgba(255,255,255,.86);
    line-height: 1.45;
    font-size: .92rem;
}
.event-popup-footer {
    padding: 14px 16px 16px;
    display: grid;
    gap: 12px;
    background: #0f2430;
}
.event-popup-copy h2 {
    margin: 0;
    font-family: "Saira", sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    line-height: 1.05;
}
.event-popup-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: .95rem;
}
.event-popup-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.event-popup-countdown article {
    padding: 12px 8px;
    border-radius: 14px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,170,183,.10), rgba(255,255,255,.94));
    border: 1px solid rgba(0,170,183,.16);
    min-width: 0;
}
.event-popup-countdown strong {
    display: block;
    font-size: 1.35rem;
    color: var(--ink);
}
.event-popup-countdown span {
    color: var(--muted);
    font-size: .72rem;
    white-space: nowrap;
}
.event-popup-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.event-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
    overscroll-behavior: none;
    touch-action: none;
}
.event-preview-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.event-preview-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 30, 34, .62);
    backdrop-filter: blur(8px);
}
.mobile-nav.is-hidden-by-modal {
    opacity: 0 !important;
    pointer-events: none !important;
}
.event-preview-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100% - 24px));
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr);
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 28px 70px rgba(7, 22, 25, .34);
}
.event-preview-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #17353a;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(14,53,57,.12);
}
.event-preview-modal__media {
    min-height: 420px;
    background: #dbe8ea;
}
.event-preview-modal__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-preview-modal__content {
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 34px 30px;
}
.event-preview-modal__type,
.event-preview-modal__status,
.event-preview-modal__date-range {
    margin: 0;
}
.event-preview-modal__type {
    color: #47656d;
    font-size: .82rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.event-preview-modal__status {
    color: #17353a;
    font-size: 1.45rem;
    line-height: 1.08;
    font-weight: 800;
}
.event-preview-modal__date-range {
    color: #6a777b;
    font-size: .92rem;
    line-height: 1.45;
    font-weight: 700;
}
.event-preview-modal__content a {
    justify-self: start;
    margin-top: 12px;
}
.event-popup-actions.wide .primary-button {
    width: 100%;
}
.event-popup-actions .primary-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: .95rem;
}
.event-popup-countdown.compact article {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.1);
}
.event-popup-countdown.compact strong {
    color: #fff;
}
.event-popup-countdown.compact span {
    color: rgba(255,255,255,.74);
}
.event-description-heading h2 {
    overflow-wrap: anywhere;
}
.event-mobile-cta {
    display: none;
}
.mobile-nav {
    display: none;
}
.mobile-nav-link {
    text-decoration: none;
}
.mobile-nav-link__icon,
.mobile-nav-link__label {
    display: block;
}
.mobile-nav-link__icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

@media (max-width: 1080px) {
    .main-nav { display:none; }
    .hero-grid,.card-grid,.two-column,.footer-grid,.strip-grid,.stats-grid,.validation-box,.registration-grid,.event-hero-content,.event-popup-card { grid-template-columns:1fr; }
    .validation-box { align-items:flex-start; }
    .countdown-card { justify-self: stretch; width: 100%; }
    .access-step {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: auto;
    }
    .access-step-copy {
        max-width: none;
    }
    .access-step-line {
        position: static;
        display: block;
        margin: 2px 0 0;
    }
    .access-step-badge {
        width: 74px;
        height: 74px;
        font-size: 2.6rem;
        -webkit-text-stroke: 2px #f4c400;
        justify-self: start;
    }
}
@media (max-width: 720px) {
    .topbar {
        min-height: auto;
        padding: 12px 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .brand img {
        height: 44px;
    }
    .header-actions,.hero-actions,.validation-actions { width:100%; }
    .site-header .header-actions {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .site-header .primary-button,
    .site-header .secondary-button,
    .site-header .link-button {
        width: auto;
        min-height: 42px;
        padding: 0 16px;
        font-size: .86rem;
    }
    .site-header .link-button {
        display: none;
    }
    .hero-actions .primary-button,
    .hero-actions .secondary-button,
    .validation-actions .primary-button,
    .validation-actions .secondary-button,
    .block-button {
        width: 100%;
    }
    .event-topbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    .event-topbar .brand img {
        height: 46px;
    }
    .event-header-actions {
        width: auto;
        margin-left: auto;
    }
    .event-header-actions .event-header-cta {
        display: none;
    }
    .event-header-actions .event-back-button {
        width: auto;
        min-height: 40px;
        padding: 0 16px;
        font-size: .88rem;
        white-space: nowrap;
        box-shadow: none;
    }
    .hero { padding-top:34px; }
    .event-hero {
        min-height: auto;
    }
    .event-hero-content {
        padding: 38px 0 34px;
        gap: 18px;
        align-items: start;
    }
    .event-copy h1 {
        margin: 10px 0 14px;
        font-size: clamp(1.8rem, 7.6vw, 2.8rem);
        line-height: .94;
    }
    .event-copy .hero-text {
        font-size: .95rem;
        line-height: 1.55;
    }
    .event-hero-actions {
        gap: 12px;
        align-items: stretch;
    }
    .event-badge {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 10px 14px;
    }
    .event-description-heading h2 {
        font-size: clamp(1.8rem, 8vw, 2.7rem);
        line-height: .96;
    }
    .event-mobile-cta {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 82px;
        z-index: 35;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 20px;
        border-radius: 999px;
        background: linear-gradient(135deg,var(--teal) 0%,#1cc2ce 100%);
        color: #fff;
        font-weight: 900;
        box-shadow: 0 18px 36px rgba(0,170,183,.28);
    }
    .mobile-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 0;
        z-index: 34;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 6px;
        padding: 7px 7px 16px;
        border-radius: 20px;
        background: rgba(255,255,255,.94);
        border: 1px solid rgba(23, 53, 58, 0.1);
        box-shadow: 0 18px 40px rgba(7, 22, 25, .16);
        backdrop-filter: blur(14px);
    }
    .mobile-nav-link {
        flex: 1 1 0;
        min-width: 0;
        min-height: 56px;
        display: grid;
        justify-items: center;
        align-content: center;
        gap: 5px;
        padding: 6px 4px;
        border-radius: 14px;
        text-align: center;
        font-size: .68rem;
        font-weight: 800;
        line-height: 1;
        color: var(--muted);
    }
    .mobile-nav-link__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        color: #6a7d82;
        visibility: visible;
    }
    .mobile-nav-link__label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }
    .mobile-nav-link.is-active {
        background: linear-gradient(135deg, rgba(0,170,183,.14) 0%, rgba(28,194,206,.2) 100%);
        color: var(--teal-deep);
    }
    .mobile-nav-link.is-active .mobile-nav-link__icon {
        color: var(--teal-deep);
    }
    body {
        padding-bottom: 84px;
    }
    .whatsapp-float {
        left: auto;
        right: 14px;
        bottom: 112px;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        padding: 0;
        border-radius: 999px;
    }
    .event-page ~ .whatsapp-float {
        bottom: 142px;
    }
    .whatsapp-float img {
        width: 23px;
        height: 23px;
        min-width: 23px;
        min-height: 23px;
        flex-basis: 23px;
    }
    .site-footer {
        padding-bottom: 102px;
    }
    .event-page {
        padding-bottom: 156px;
    }
    .hero-card-panel,.validation-box,.info-card,.bullet-cards article { padding:22px; }
    .events-index-page .info-card--event-preview {
        gap: 12px;
    }
    .events-index-page .info-card--event-preview .info-card__top {
        gap: 8px;
    }
    .events-index-page .info-card--event-preview .program-type {
        font-size: .72rem;
        letter-spacing: .1em;
    }
    .events-index-page .info-card--event-preview .event-list-status-pill {
        min-height: 30px;
        padding: 0 10px;
        font-size: .72rem;
        margin-bottom: 0;
    }
    .events-index-page .info-card--event-preview .info-card__date-range,
    .events-index-page .info-card--event-preview .info-card__summary {
        font-size: .84rem;
        line-height: 1.35;
    }
    .home-event-shortcuts {
        display: flex;
        gap: 14px;
        margin: 0 -4px;
        padding: 4px 4px 12px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .home-event-shortcuts::-webkit-scrollbar {
        display: none;
    }
    .home-event-shortcut {
        flex: 0 0 292px;
        scroll-snap-align: start;
        gap: 12px;
        padding: 16px;
        border-radius: 24px;
    }
    .home-event-shortcut__graphic {
        width: min(100%, 240px);
        height: 240px;
        border-radius: 18px;
    }
    .home-event-shortcut__cta {
        width: 100%;
        min-height: 42px;
        font-size: .86rem;
    }
    .registration-card { grid-template-columns: 1fr; padding: 22px; }
    .registration-card > .primary-button {
        width: 100%;
        justify-self: stretch;
    }
    .access-journey-header {
        padding: 18px 18px 16px;
    }
    .access-steps {
        padding: 18px 18px 8px;
    }
    .access-step-heading {
        gap: 10px;
    }
    .access-step-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }
    .access-step-title {
        font-size: 1.15rem;
    }
    .access-step-copy p,
    .access-step-copy li {
        font-size: .92rem;
    }
    .event-access-card {
        padding: 18px 18px 0;
    }
    .event-access-dashes {
        width: 120px;
        margin-bottom: 8px;
    }
    .event-access-badges {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .event-access-badge {
        min-height: 48px;
    }
    .event-access-badge-text strong {
        font-size: 1.15rem;
    }
    .event-access-badge-text small {
        font-size: .82rem;
    }
    .event-access-list li {
        font-size: .95rem;
    }
    .event-access-group-box strong {
        font-size: 1.08rem;
    }
    .event-access-group-box span {
        font-size: .96rem;
    }
    .event-whatsapp-button {
        grid-template-columns: 48px 1fr;
        gap: 10px;
        padding: 12px 14px;
    }
    .event-whatsapp-icon {
        width: 48px;
        height: 48px;
    }
    .event-whatsapp-icon svg {
        width: 28px;
        height: 28px;
    }
    .countdown-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }
    .countdown-grid article {
        padding: 10px 4px;
        border-radius: 12px;
    }
    .countdown-grid strong {
        font-size: 1.1rem;
    }
    .countdown-grid span {
        font-size: .64rem;
        letter-spacing: 0;
    }
    .syllabus-carousel {
        max-width: 460px;
    }
    .doctors-grid {
        display: flex;
        gap: 16px;
        max-width: none;
        margin: 0 -4px;
        padding: 4px 4px 12px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .doctors-grid::-webkit-scrollbar {
        display: none;
    }
    .doctor-card {
        flex: 0 0 180px;
        scroll-snap-align: start;
    }
    .support-logos-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .support-logo-card {
        min-height: 96px;
        padding: 14px;
        border-radius: 20px;
    }
    .support-logo-card img {
        max-width: 120px;
        max-height: 46px;
    }
    .doctor-card-frame {
        max-width: 180px;
        padding: 12px;
    }
    .event-popup-backdrop { padding: 14px; }
    .event-popup-copy { padding: 18px; }
    .event-popup-card.poster-mode {
        width: min(100%, 360px);
    }
    .event-popup-card-success {
        grid-template-columns: 1fr;
    }
    .event-preview-modal {
        align-items: flex-start;
        overflow-y: auto;
        padding: 12px 12px 34px;
    }
    .event-preview-modal__dialog {
        width: min(100%, 420px);
        margin: 56px auto 148px;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }
    .event-preview-modal__close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    .event-preview-modal__media {
        min-height: auto;
        aspect-ratio: 4 / 5;
    }
    .event-preview-modal__media img {
        object-fit: contain;
        background: #edf4f5;
    }
    .event-preview-modal__content {
        padding: 18px 18px 22px;
        gap: 8px;
    }
    .event-preview-modal__type {
        font-size: .76rem;
    }
    .event-preview-modal__status {
        font-size: 1.12rem;
        line-height: 1.12;
    }
    .event-preview-modal__date-range {
        font-size: .84rem;
    }
    .event-preview-modal__content a {
        width: 100%;
        justify-self: stretch;
        margin-top: 8px;
    }
    .event-popup-success-media {
        min-height: 180px;
        margin: 0 18px 18px;
    }
    .event-popup-countdown {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 4px;
    }
    .event-popup-countdown article {
        padding: 8px 3px;
        border-radius: 10px;
    }
    .event-popup-countdown strong {
        font-size: .98rem;
    }
    .event-popup-countdown span {
        font-size: .58rem;
        letter-spacing: 0;
    }
    .event-popup-footer { padding: 12px 14px 14px; }
    .event-popup-poster-overlay { padding: 14px 14px 16px; }
    .floating-toast {
        top: 84px;
        right: 12px;
        left: 12px;
        max-width: none;
    }
}

@media (max-width: 420px) {
    .syllabus-public-item-single,
    .syllabus-carousel {
        max-width: 100%;
    }
    .doctors-grid {
        gap: 12px;
        padding-bottom: 10px;
    }
    .doctor-card {
        flex-basis: 148px;
    }
    .support-logos-strip {
        grid-template-columns: 1fr 1fr;
    }
    .doctor-card-frame {
        max-width: 150px;
        padding: 10px;
        border-radius: 22px;
    }
    .doctor-card-frame::before {
        inset: 8px;
        border-radius: 18px;
    }
    .syllabus-public-item img {
        max-height: 400px;
    }
    .syllabus-carousel {
        max-width: 100%;
    }
    .brand img {
        height: 38px;
    }
    .site-header .primary-button,
    .site-header .secondary-button {
        min-height: 40px;
        padding: 0 14px;
        font-size: .8rem;
    }
    .event-topbar .brand img {
        height: 40px;
    }
    .event-header-actions .event-back-button {
        padding: 0 12px;
        font-size: .8rem;
    }
    .event-mobile-cta {
        left: 10px;
        right: 10px;
        bottom: 78px;
        min-height: 50px;
        font-size: .95rem;
    }
    .mobile-nav {
        left: 8px;
        right: 8px;
        bottom: 0;
        gap: 4px;
        padding: 6px 6px 14px;
    }
    .site-footer {
        padding-bottom: 98px;
    }
    .whatsapp-float {
        left: auto;
        right: 12px;
        bottom: 104px;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
        border-radius: 999px;
    }
    .event-page ~ .whatsapp-float {
        bottom: 132px;
    }
    .mobile-nav-link {
        min-height: 52px;
        font-size: .62rem;
        padding: 5px 2px;
        border-radius: 12px;
    }
    .mobile-nav-link__icon svg {
        width: 16px;
        height: 16px;
        visibility: visible;
    }
    .whatsapp-float img {
        width: 21px;
        height: 21px;
        min-width: 21px;
        min-height: 21px;
        flex-basis: 21px;
    }
    .events-index-page .info-card {
        padding: 18px;
    }
    .events-index-page .info-card--event-preview {
        gap: 10px;
    }
    .events-index-page .info-card--event-preview .info-card__top {
        gap: 7px;
    }
    .events-index-page .info-card--event-preview .program-type {
        font-size: .68rem;
    }
    .events-index-page .info-card--event-preview .event-list-status-pill {
        min-height: 28px;
        font-size: .68rem;
        padding: 0 9px;
    }
    .events-index-page .info-card--event-preview .info-card__date-range,
    .events-index-page .info-card--event-preview .info-card__summary {
        font-size: .8rem;
        line-height: 1.3;
    }
    .event-hero-content {
        padding: 30px 0 28px;
        gap: 16px;
    }
    .event-copy h1 {
        font-size: 1.66rem;
    }
    .event-description-heading h2 {
        font-size: 1.68rem;
    }
    .countdown-grid {
        gap: 4px;
    }
    .countdown-grid article {
        padding: 8px 2px;
        border-radius: 10px;
    }
    .countdown-grid strong {
        font-size: .98rem;
        line-height: 1.05;
    }
    .countdown-grid span {
        font-size: .56rem;
    }
    .event-popup-backdrop {
        padding: 10px;
    }
    .event-preview-modal {
        padding: 10px 10px 30px;
    }
    .home-event-shortcut {
        flex-basis: 270px;
        gap: 10px;
        padding: 14px;
    }
    .home-event-shortcut__graphic {
        width: min(100%, 208px);
        height: 208px;
        border-radius: 16px;
    }
    .event-preview-modal__dialog {
        width: 100%;
        margin: 52px auto 140px;
        border-radius: 22px;
    }
    .event-preview-modal__media {
        aspect-ratio: 3 / 4;
    }
    .event-preview-modal__content {
        padding: 16px 16px 20px;
    }
    .event-popup-copy {
        padding: 16px;
    }
    .event-popup-footer {
        padding: 10px 10px 12px;
    }
    .event-popup-countdown {
        gap: 3px;
    }
    .event-popup-countdown article {
        padding: 7px 2px;
        border-radius: 9px;
    }
    .event-popup-countdown strong {
        font-size: .92rem;
        line-height: 1.05;
    }
    .event-popup-countdown span {
        font-size: .54rem;
    }
}
