.home-premium {
    --home-navy: #002b49;
    --home-navy-deep: #071d30;
    --home-teal: #005f6b;
    --home-cyan: #00aad2;
    --home-orange: #ff5e00;
    --home-ink: #173247;
    --home-muted: #5a6d7a;
    --home-line: rgba(0, 43, 73, 0.12);
    --home-soft: #f3f8fb;
    background: #fff;
    color: var(--home-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    overflow: clip;
}

.home-premium *,
.home-premium *::before,
.home-premium *::after {
    box-sizing: border-box;
}

.home-premium :where(h1, h2, h3, p, dl, dd, ul) {
    margin: 0;
}

.home-premium a {
    text-decoration: none;
}

.home-shell {
    width: 92%;
    max-width: 1240px;
    margin-inline: auto;
}

.home-hero {
    position: relative;
    display: flex;
    min-height: clamp(560px, calc(100svh - 160px), 760px);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--home-navy);
    background-image: url('../images/registro-hero-2026-correcta.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
}

.home-hero video {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(0, 31, 55, 0.96) 0%, rgba(0, 43, 73, 0.88) 48%, rgba(0, 95, 107, 0.58) 100%);
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 2px;
    background: linear-gradient(90deg, var(--home-orange), var(--home-cyan), var(--home-teal));
}

.hero-inner {
    padding-block: 72px;
}

.hero-eyebrow,
.section-eyebrow,
.card-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: uppercase;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-eyebrow::before,
.section-eyebrow::before {
    content: "";
    flex: none;
    width: 28px;
    height: 2px;
    background: var(--home-orange);
}

.home-hero h1 {
    max-width: 940px;
    margin-top: 24px;
    color: #fff;
    letter-spacing: 0;
}

.home-hero h1 span,
.home-hero h1 em {
    display: block;
}

.home-hero h1 span {
    font-size: 76px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.98;
    text-transform: uppercase;
}

.home-hero h1 em {
    max-width: 780px;
    margin-top: 18px;
    color: #9de9f1;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.14;
}

.hero-copy {
    max-width: 690px;
    margin-top: 24px !important;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
}

.hero-actions,
.sponsor-actions,
.closing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-actions {
    margin-top: 30px;
}

.home-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-btn:hover {
    transform: translateY(-2px);
}

.home-btn-primary {
    background: var(--home-orange);
    color: #fff;
    box-shadow: 0 16px 34px rgba(255, 94, 0, 0.22);
}

.home-btn-primary:hover {
    background: #e95600;
}

.home-btn-ghost {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(0, 43, 73, 0.22);
    color: #fff;
}

.home-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.home-btn-outline {
    border-color: rgba(0, 43, 73, 0.28);
    background: transparent;
    color: var(--home-navy);
}

.home-btn-outline:hover {
    border-color: var(--home-navy);
    background: rgba(0, 43, 73, 0.04);
}

.hero-facts {
    display: grid;
    max-width: 780px;
    grid-template-columns: 0.7fr 0.8fr 1.5fr;
    margin-top: 44px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-facts > div {
    padding: 17px 20px 0 0;
}

.hero-facts dt {
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-facts dd {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.participation-section,
.experience-section,
.agenda-section,
.sponsor-section {
    padding-block: 86px;
}

.participation-section,
.experience-section,
.sponsor-section {
    background: #fff;
}

.section-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 38px;
}

.section-intro > p,
.sponsor-copy {
    color: var(--home-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px !important;
    color: var(--home-teal);
}

.section-intro h2,
.proof-copy h2,
.sponsor-layout h2,
.closing-layout h2 {
    color: var(--home-navy);
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.08;
}

.participation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.participation-card {
    position: relative;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 43, 73, 0.07);
}

.participation-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    border-radius: 8px 8px 0 0;
    background: var(--home-cyan);
}

.participation-card-paid::before {
    background: var(--home-orange);
}

.participation-card-brand {
    border-color: transparent;
    background: linear-gradient(145deg, var(--home-navy) 0%, var(--home-teal) 100%);
    color: #fff;
}

.participation-card-brand::before {
    background: #75d9e7;
}

.card-number {
    color: rgba(0, 43, 73, 0.34);
    font-family: Oswald, Inter, sans-serif;
    font-size: 21px;
    font-weight: 500;
}

.participation-card-brand .card-number {
    color: rgba(255, 255, 255, 0.42);
}

.card-label {
    margin-top: 22px !important;
    color: var(--home-teal);
}

.participation-card-paid .card-label {
    color: #c94808;
}

.participation-card-brand .card-label {
    color: #9de9f1;
}

.participation-card h3 {
    margin-top: 8px;
    color: var(--home-navy);
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.13;
}

.participation-card-brand h3 {
    color: #fff;
}

.participation-card > p:not(.card-label, .rate-note) {
    margin-top: 16px !important;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.62;
}

.participation-card-brand > p:not(.card-label) {
    color: rgba(255, 255, 255, 0.74);
}

.card-rate {
    display: grid;
    gap: 4px;
    margin-top: 30px;
}

.card-rate strong,
.price-pair strong {
    color: var(--home-navy);
    font-family: Oswald, Inter, sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
}

.card-rate span,
.price-pair span,
.rate-note {
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.45;
}

.price-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.price-pair > div {
    display: grid;
    gap: 5px;
    padding-top: 13px;
    border-top: 1px solid var(--home-line);
}

.rate-note {
    margin-top: 12px !important;
}

.participation-card ul {
    display: grid;
    gap: 10px;
    margin-top: 24px !important;
    padding: 0;
    list-style: none;
}

.participation-card li {
    position: relative;
    padding-left: 17px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
}

.participation-card li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--home-orange);
}

.participation-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding-top: 28px;
    color: var(--home-navy);
    font-size: 14px;
    font-weight: 700;
}

.participation-card-paid > a {
    color: #c94808;
}

.participation-card-brand > a {
    color: #fff;
}

.participation-card > a span,
.experience-body > a span,
.text-link-light span {
    transition: transform 180ms ease;
}

.participation-card > a:hover span,
.experience-body > a:hover span,
.text-link-light:hover span {
    transform: translateX(4px);
}

.proof-section {
    padding-block: 82px 34px;
    background: linear-gradient(135deg, var(--home-navy-deep) 0%, var(--home-navy) 62%, var(--home-teal) 100%);
    color: #fff;
}

.proof-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1.15fr);
    gap: 64px;
    align-items: end;
}

.proof-copy .section-eyebrow {
    color: #8edce8;
}

.proof-copy h2 {
    max-width: 570px;
    color: #fff;
}

.proof-copy > p:not(.section-eyebrow) {
    max-width: 590px;
    margin-top: 18px !important;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.text-link-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.proof-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.proof-stats > div {
    padding: 28px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-stats > div:last-child {
    border-right: 0;
}

.proof-stats dt {
    color: #fff;
    font-family: Oswald, Inter, sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
}

.proof-stats dd {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.organizer-line {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(520px, 1.2fr);
    gap: 40px;
    align-items: center;
    margin-top: 64px;
    padding: 22px 28px;
    border-radius: 8px;
    background: #fff;
}

.organizer-line > p {
    color: var(--home-navy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.organizer-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.organizer-logo {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    padding: 6px 24px;
    border-left: 1px solid var(--home-line);
}

.organizer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
}

.organizer-logo.org-asac img {
    max-width: 150px;
    max-height: 38px;
}

.organizer-logo.org-basc img {
    max-height: 64px;
}

.organizer-logo.org-asola img {
    max-width: 158px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.experience-card {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 43, 73, 0.06);
}

.experience-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dcecf2;
}

.experience-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.experience-card:hover .experience-media img {
    transform: scale(1.025);
}

.experience-body {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: 24px;
}

.experience-body .card-label {
    margin-top: 0 !important;
    color: var(--home-teal);
}

.experience-body h3 {
    margin-top: 8px;
    color: var(--home-navy);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.18;
}

.experience-body > p:not(.card-label) {
    margin-top: 14px !important;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.6;
}

.experience-body > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding-top: 24px;
    color: #c94808;
    font-size: 13px;
    font-weight: 700;
}

.role-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--home-line);
}

.role-strip span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid var(--home-line);
    border-radius: 17px;
    background: #fff;
    color: var(--home-teal);
    font-size: 12px;
    font-weight: 600;
}

.agenda-section {
    background: var(--home-soft);
}

.agenda-intro {
    align-items: center;
}

.agenda-intro > .home-btn {
    justify-self: end;
}

.agenda-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.agenda-card {
    min-height: 318px;
    padding: 28px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
}

.agenda-date {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--home-line);
}

.agenda-date span {
    color: var(--home-teal);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.agenda-date strong {
    color: var(--home-orange);
    font-family: Oswald, Inter, sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.agenda-card h3 {
    margin-top: 22px;
    color: var(--home-navy);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
}

.agenda-card ul {
    display: grid;
    gap: 10px;
    margin-top: 18px !important;
    padding: 0;
    list-style: none;
}

.agenda-card li {
    position: relative;
    padding-left: 16px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.48;
}

.agenda-card li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--home-cyan);
}

.sponsor-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: 80px;
    align-items: center;
}

.sponsor-layout h2 {
    max-width: 620px;
}

.sponsor-copy {
    max-width: 620px;
    margin-top: 20px !important;
}

.sponsor-actions {
    margin-top: 28px;
}

.sponsor-benefits {
    display: grid;
    padding: 0;
    border-top: 1px solid var(--home-line);
    list-style: none;
}

.sponsor-benefits li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 20px;
    padding-block: 24px;
    border-bottom: 1px solid var(--home-line);
}

.sponsor-benefits li > span {
    color: var(--home-cyan);
    font-family: Oswald, Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.sponsor-benefits p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.58;
}

.sponsor-benefits strong {
    display: block;
    margin-bottom: 6px;
    color: var(--home-navy);
    font-size: 17px;
    font-weight: 600;
}

.closing-section {
    padding-block: 70px;
    background: linear-gradient(120deg, var(--home-navy-deep) 0%, var(--home-navy) 62%, var(--home-teal) 100%);
    color: #fff;
}

.closing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 56px;
    align-items: center;
}

.closing-layout .section-eyebrow {
    color: #8edce8;
}

.closing-layout h2 {
    color: #fff;
}

.closing-layout > div:first-child > p:last-child {
    max-width: 680px;
    margin-top: 14px !important;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.6;
}

.closing-actions {
    justify-content: flex-end;
}

@media (max-width: 1040px) {
    .home-hero h1 span {
        font-size: 64px;
    }

    .home-hero h1 em {
        font-size: 31px;
    }

    .section-intro h2,
    .proof-copy h2,
    .sponsor-layout h2,
    .closing-layout h2 {
        font-size: 38px;
    }

    .participation-grid,
    .experience-grid,
    .agenda-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .participation-card-brand,
    .experience-card:last-child,
    .agenda-card:last-child {
        grid-column: 1 / -1;
    }

    .participation-card-brand {
        min-height: 390px;
    }

    .proof-layout,
    .sponsor-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .organizer-line {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .organizer-logo:first-child {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .home-shell {
        width: calc(100% - 32px);
    }

    .home-hero {
        min-height: clamp(560px, calc(100svh - 150px), 640px);
        background-position: 64% center;
    }

    .home-hero video {
        display: none;
    }

    .home-hero::before {
        background: linear-gradient(90deg, rgba(0, 31, 55, 0.96) 0%, rgba(0, 43, 73, 0.88) 70%, rgba(0, 95, 107, 0.68) 100%);
    }

    .hero-inner {
        padding-block: 48px;
    }

    .hero-eyebrow {
        max-width: 310px;
        font-size: 11px;
    }

    .home-hero h1 {
        margin-top: 20px;
    }

    .home-hero h1 span {
        font-size: 45px;
        line-height: 1;
    }

    .home-hero h1 em {
        margin-top: 14px;
        font-size: 24px;
        line-height: 1.18;
    }

    .hero-copy {
        margin-top: 20px !important;
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-actions,
    .sponsor-actions,
    .closing-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions {
        margin-top: 24px;
    }

    .home-btn {
        width: 100%;
    }

    .hero-facts {
        display: none;
    }

    .participation-section,
    .experience-section,
    .agenda-section,
    .sponsor-section {
        padding-block: 64px;
    }

    .section-intro {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }

    .section-intro > p,
    .sponsor-copy {
        font-size: 15px;
        line-height: 1.58;
    }

    .section-intro h2,
    .proof-copy h2,
    .sponsor-layout h2,
    .closing-layout h2 {
        font-size: 32px;
        line-height: 1.12;
    }

    .participation-grid,
    .experience-grid,
    .agenda-grid {
        grid-template-columns: 1fr;
    }

    .participation-card-brand,
    .experience-card:last-child,
    .agenda-card:last-child {
        grid-column: auto;
    }

    .participation-card {
        min-height: 0;
        padding: 26px 22px;
    }

    .participation-card h3 {
        font-size: 26px;
    }

    .participation-card > a {
        margin-top: 28px;
        padding-top: 0;
    }

    .proof-section {
        padding-block: 64px 24px;
    }

    .proof-layout {
        gap: 38px;
    }

    .proof-stats {
        grid-template-columns: 1fr;
    }

    .proof-stats > div {
        display: grid;
        grid-template-columns: 110px 1fr;
        align-items: center;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .proof-stats > div:last-child {
        border-bottom: 0;
    }

    .proof-stats dt {
        font-size: 46px;
    }

    .proof-stats dd {
        margin-top: 0;
    }

    .organizer-line {
        margin-top: 46px;
        padding: 20px;
    }

    .organizer-line > p {
        text-align: center;
    }

    .organizer-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .organizer-logo {
        min-height: 64px;
        padding: 6px 10px;
    }

    .organizer-logo img {
        max-height: 40px;
    }

    .organizer-logo.org-asac img {
        max-width: 88px;
        max-height: 28px;
    }

    .organizer-logo.org-basc img {
        max-height: 46px;
    }

    .organizer-logo.org-asola img {
        max-width: 94px;
    }

    .experience-body {
        min-height: 0;
    }

    .experience-body > a {
        margin-top: 24px;
        padding-top: 0;
    }

    .role-strip {
        gap: 7px;
    }

    .agenda-intro > .home-btn {
        width: 100%;
        justify-self: stretch;
    }

    .agenda-card {
        min-height: 0;
        padding: 24px 22px;
    }

    .sponsor-layout {
        gap: 34px;
    }

    .sponsor-benefits li {
        grid-template-columns: 34px 1fr;
        gap: 14px;
    }

    .closing-section {
        padding-block: 58px;
    }

    .closing-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-premium * {
        scroll-behavior: auto !important;
        transition-duration: 0ms !important;
    }
}
