:root {
    color-scheme: light;
    --black: #050607;
    --ink: #16191d;
    --muted: #5d646b;
    --line: #dfe3e5;
    --surface: #f4f6f6;
    --white: #ffffff;
    --green: #01a982;
    --green-dark: #00795e;
    --purple: #7e42a8;
    --container: 1180px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--white);
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 6rem;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--white);
    font-size: 1rem;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(calc(100% - 3rem), var(--container));
    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;
}

.nowrap {
    white-space: nowrap;
}

.brand-name {
    display: inline-block;
    white-space: nowrap;
}

/* Se conserva el marcado para una eventual reactivación solicitada por el cliente. */
.is-hidden-pending-confirmation {
    display: none !important;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--black);
    background: var(--white);
    border: 2px solid var(--green);
    transform: translateY(-150%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: relative;
    z-index: 10;
    color: var(--white);
    background: var(--black);
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.header-inner {
    min-height: 5.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand-lockup {
    display: block;
    flex: 0 0 auto;
    width: auto;
}

.brand-lockup img {
    display: block;
    width: auto;
    height: 2.35rem;
}

.brand-lockup--allied {
    flex: 0 1 25rem;
    width: 25rem;
}

.brand-lockup--allied img {
    width: 100%;
    height: auto;
}

.header-branding {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.5rem);
}

.header-hpe-logo {
    display: block;
    width: auto;
    height: 2.76rem;
}

.header-hpe-logo img {
    display: block;
    width: auto;
    height: 100%;
}

.intel-header-logo {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 2.76rem;
    padding: 0.3rem 0.5rem;
    background: var(--white);
}

.partner-logo {
    display: block;
    height: auto;
    max-height: 2.5rem;
}

.partner-logo--intel {
    width: 4.75rem;
}

.partner-logo--microsoft {
    width: auto;
    height: 1.95rem;
    max-height: none;
}

.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 0;
    color: var(--black);
    background: var(--green);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.primary-button:hover {
    background: #18c99d;
    transform: translateY(-2px);
}

.primary-button:focus-visible,
.text-link:focus-visible,
.site-footer a:focus-visible {
    outline: 3px solid var(--purple);
    outline-offset: 3px;
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--black);
}

.hero-picture,
.hero-picture img {
    width: 100%;
}

.hero-picture img {
    height: auto;
}

.hero-mobile-copy {
    display: none;
}

.hero-tagline {
    position: absolute;
    z-index: 1;
    left: 25px;
    bottom: 5px;
    margin: 0;
    color: var(--white);
    font-size: 0.85rem;
    line-height: 1.45;
}

.hero-tagline strong {
    display: block;
    font-weight: 800;
}

.hero-tagline span {
    display: block;
    font-weight: 400;
}

.hero-badge-anchor {
    position: relative;
    z-index: 2;
    height: 0;
}

.xeon-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 5.5rem;
    height: 5.5rem;
    box-shadow: 0 0.75rem 2rem rgb(0 0 0 / 35%);
}

.registration-section {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--surface);
}

.registration-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: start;
}

.event-intro {
    position: sticky;
    top: 2rem;
}

.section-kicker {
    margin: 0 0 1rem;
    color: var(--green-dark);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.event-intro h2,
.registration-panel h2,
.conditions-card h2,
.sponsors-section h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.65rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.event-intro > p:not(.section-kicker) {
    margin: 1.5rem 0 0;
    color: #40464b;
    font-size: 1.08rem;
}

.event-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 2.5rem 0 2rem;
    background: var(--line);
    border: 1px solid var(--line);
}

.event-facts div {
    padding: 1.2rem;
    background: var(--white);
}

.event-facts dt {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event-facts dd {
    margin: 0.35rem 0 0;
    font-weight: 700;
}

.event-facts dd small {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1.4;
}

.event-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.text-link {
    color: var(--green-dark);
    font-weight: 700;
    text-underline-offset: 0.3em;
}

.registration-panel {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: var(--white);
    border-top: 0.5rem solid var(--green);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 8%);
}

.registration-panel h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.form-intro {
    max-width: 42rem;
    margin: 1.25rem 0 2.5rem;
    color: var(--muted);
    font-size: 1.05rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 1.75rem;
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field--full {
    grid-column: 1 / -1;
}

.field label {
    font-size: 0.86rem;
    font-weight: 700;
}

.field label::after {
    content: " *";
    color: #b12525;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 0.15rem;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 2px solid #c9ced1;
    border-radius: 0;
    outline: 0;
    transition: border-color 180ms ease, background 180ms ease;
}

.field textarea {
    resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
    border-color: #7a8186;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    padding-inline: 0.75rem;
    background: #f0fbf8;
    border-color: var(--green-dark);
}

.field [aria-invalid="true"] {
    border-color: #b42318;
}

.field small {
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.4;
}

.field-error {
    margin: 0;
    color: #b42318;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.4;
}

.consent-error {
    margin-top: 0.5rem;
    padding-left: 2rem;
}

.consent {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    align-items: start;
    margin-top: 2rem;
    color: #454b50;
    font-size: 0.86rem;
    cursor: pointer;
}

.consent input {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0.15rem 0 0;
    accent-color: var(--green-dark);
}

.consent a {
    color: var(--green-dark);
    font-weight: 700;
}

.form-footer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2rem;
}

.primary-button {
    min-height: 3.5rem;
    padding: 0.85rem 1.4rem;
}

.primary-button span {
    font-size: 1.4rem;
}

.primary-button .button-label {
    font-size: inherit;
}

.primary-button:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.form-note {
    flex: 1;
    margin: 0;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.4;
}

.form-alert {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-left: 0.25rem solid;
}

.form-alert strong,
.form-alert p {
    margin: 0;
}

.form-alert p {
    margin-top: 0.25rem;
    font-size: 0.88rem;
}

.form-alert--success {
    color: #075f4b;
    background: #dff7f0;
    border-color: var(--green);
}

.form-alert--error {
    color: #8a1c13;
    background: #fff0ee;
    border-color: #b42318;
}

.form-alert + .registration-form,
.form-alert + .form-alert {
    margin-top: 1.5rem;
}

.conditions-section {
    padding: clamp(4rem, 7vw, 6rem) 0;
    color: var(--white);
    background: #101316;
}

.conditions-card {
    padding-left: clamp(1.25rem, 4vw, 3rem);
    border-left: 0.5rem solid var(--green);
}

.conditions-card .section-kicker {
    color: #26d5aa;
}

.conditions-card h2 {
    max-width: 45rem;
}

.conditions-lead {
    max-width: 62rem;
    margin: 2rem 0 0;
    color: #d8dcde;
    font-size: 1.08rem;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    margin-top: 2.5rem;
    color: #c7cccf;
}

.coverage-grid article {
    padding: 1.5rem;
    border: 1px solid rgb(255 255 255 / 14%);
}

.coverage-grid h3,
.logistics-grid h3,
.travel-recommendations h3 {
    margin: 0;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
}

.coverage-grid ul,
.travel-recommendations ul {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.coverage-grid li + li,
.travel-recommendations li + li {
    margin-top: 0.65rem;
}

.conditions-note {
    margin: 1.5rem 0 0;
    color: #c7cccf;
    font-size: 0.88rem;
    font-style: italic;
}

.logistics-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--surface);
}

.logistics-section h2 {
    max-width: 58rem;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.65rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.logistics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    background: var(--line);
    border: 1px solid var(--line);
}

.logistics-grid article {
    padding: 1.75rem;
    background: var(--white);
}

.logistics-grid p {
    margin: 1rem 0 0;
    color: var(--muted);
}

.travel-recommendations {
    margin-top: 2rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: #e6f5f1;
    border-left: 0.4rem solid var(--green);
}

.travel-recommendations a {
    color: var(--green-dark);
    font-weight: 700;
    text-underline-offset: 0.25em;
}

.travel-recommendations > p {
    margin: 1.25rem 0 0;
}

.sponsors-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
    text-align: center;
    background: var(--white);
}

.sponsors-section h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.sponsor-tier {
    margin-top: 3rem;
}

.sponsor-tier + .sponsor-tier {
    margin-top: 3.5rem;
}

.sponsor-tier-label {
    margin: 0 0 1.5rem;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

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

.sponsor-grid--platinum {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 48rem;
    margin-inline: auto;
}

.sponsor-grid--gold {
    grid-template-columns: minmax(0, 1fr);
    max-width: 16rem;
    margin-inline: auto;
}

.sponsor-card {
    min-height: 8.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1.75rem;
    background: #fafbfb;
    border: 1px solid #edf0f1;
}

.sponsor-card img {
    width: min(100%, 12rem);
    max-height: 4.25rem;
}

.sponsor-card .sponsor-logo--intcomex {
    width: min(100%, 12rem);
    max-height: 4.25rem;
}

.site-footer {
    color: #c5cace;
    background: var(--black);
}

.payment-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--surface);
}

.payment-header {
    flex: 0 0 auto;
}

.secure-label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    color: #d6dadc;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.secure-label span {
    color: var(--green);
    font-size: 0.7rem;
}

.payment-main {
    flex: 1 0 auto;
    padding: clamp(3rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 10% 10%, rgb(1 169 130 / 10%), transparent 28rem),
        var(--surface);
}

.payment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: start;
}

.payment-summary h1 {
    max-width: 42rem;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.payment-intro {
    max-width: 42rem;
    margin: 1.5rem 0 2.5rem;
    color: var(--muted);
    font-size: 1.08rem;
}

.registration-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 1.5rem;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
}

.registration-summary div {
    min-width: 0;
    padding: 1.1rem 1.25rem;
    background: var(--white);
}

.registration-summary dt {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.registration-summary dd {
    margin: 0.35rem 0 0;
    overflow-wrap: anywhere;
    font-weight: 700;
}

.protected-data-note {
    max-width: 39rem;
    margin: 0 0 1.25rem;
    color: var(--muted);
    font-size: 0.78rem;
}

.payment-card {
    position: sticky;
    top: 2rem;
    padding: clamp(1.75rem, 4vw, 3rem);
    background: var(--white);
    border-top: 0.5rem solid var(--green);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 10%);
}

.payment-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.payment-card > p:not(.section-kicker) {
    margin: 1.25rem 0 0;
    color: var(--muted);
}

.stripe-button-shell {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    padding: 1.25rem;
    background: #f7f9f9;
    border: 1px solid var(--line);
}

.stripe-button-shell .checkout-button {
    width: 100%;
}

.stripe-trust {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    align-items: start;
    margin-top: 1.25rem;
    color: var(--muted);
}

.stripe-trust span {
    color: var(--green-dark);
}

.stripe-trust p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
}

.toast {
    position: fixed;
    z-index: 200;
    top: 1.5rem;
    right: 1.5rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 26rem;
    margin-inline: auto;
    padding: 1rem 1.25rem;
    color: var(--white);
    background: var(--green-dark);
    box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 22%);
    opacity: 0;
    transform: translateY(-0.75rem);
    transition: opacity 220ms ease, transform 220ms ease;
    pointer-events: none;
}

.toast span {
    flex: 0 0 auto;
    font-size: 1.15rem;
    font-weight: 800;
}

.toast p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
}

.toast--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (min-width: 641px) {
    .toast {
        left: auto;
        margin-inline: 0;
    }
}

.confirmation-modal-overlay {
    position: fixed;
    z-index: 300;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgb(5 6 7 / 62%);
}

.confirmation-modal-overlay[hidden] {
    display: none;
}

.confirmation-modal {
    width: min(100%, 26rem);
    padding: 2.5rem 2rem;
    text-align: center;
    color: var(--ink);
    background: var(--white);
    border-top: 0.5rem solid var(--green);
    box-shadow: 0 2rem 5rem rgb(0 0 0 / 35%);
}

.confirmation-modal-icon {
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    margin: 0 auto 1.5rem;
    color: var(--white);
    background: var(--green-dark);
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 800;
    place-items: center;
}

.confirmation-modal h2 {
    margin: 0.5rem 0 0.75rem;
    font-size: 1.75rem;
    letter-spacing: -0.03em;
}

.confirmation-modal p {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.confirmation-modal .primary-button {
    margin: 1.75rem auto 0;
}

.payment-complete-icon {
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.5rem;
    color: var(--white);
    background: var(--green-dark);
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 800;
}

.payment-footer {
    flex: 0 0 auto;
}

.footer-inner {
    min-height: 8.5rem;
    display: grid;
    grid-template-columns: 10.25rem 1fr auto;
    gap: 2rem;
    align-items: center;
}

.footer-inner img {
    width: 6rem;
    height: auto;
}

.footer-inner img.footer-lockup {
    width: 10.25rem;
}

.footer-inner img.footer-lockup--hpe {
    width: 7.5rem;
}

.footer-inner p {
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
}

.footer-inner a {
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 700;
    text-underline-offset: 0.3em;
}

.footer-trademarks {
    padding-block: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 14%);
}

.footer-trademarks p {
    margin: 0;
    color: #8b9096;
    font-size: 0.7rem;
    line-height: 1.5;
    text-align: center;
}

.footer-trademarks p + p {
    margin-top: 0.5rem;
}

@media (max-width: 900px) {
    .header-inner {
        min-height: 5.5rem;
    }

    .brand-lockup {
        flex-basis: auto;
        width: auto;
    }

    .brand-lockup img {
        height: 1.95rem;
    }

    .brand-lockup--allied {
        flex-basis: 21rem;
        width: 21rem;
    }

    .brand-lockup--allied img {
        height: auto;
    }

    .partner-logo--microsoft {
        width: auto;
        height: 1.65rem;
    }

    .header-hpe-logo {
        height: 2.34rem;
    }

    .intel-header-logo {
        height: 2.34rem;
    }

    .registration-layout {
        display: block;
    }

    .event-intro {
        position: static;
        max-width: 44rem;
        margin-bottom: 3.5rem;
    }

    .coverage-grid {
        gap: 1.5rem;
    }

    .logistics-grid {
        grid-template-columns: 1fr;
    }

    .payment-layout {
        grid-template-columns: 1fr;
    }

    .payment-card {
        position: static;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 2.25rem), var(--container));
    }

    html {
        scroll-padding-top: 5rem;
    }

    .header-inner {
        min-height: 3.9rem;
        gap: 0.65rem;
    }

    .brand-lockup {
        flex-basis: auto;
        width: auto;
    }

    .brand-lockup img {
        height: 1.4rem;
    }

    .brand-lockup--allied {
        flex-basis: 16rem;
        width: 16rem;
    }

    .brand-lockup--allied img {
        height: auto;
    }

    .partner-logo {
        max-height: 1.55rem;
    }

    .partner-logo--intel {
        width: 3.3rem;
    }

    .partner-logo--microsoft {
        width: auto;
        height: 1.2rem;
    }

    .hero {
        min-height: 0;
        aspect-ratio: 900 / 739;
    }

    .hero-picture,
    .hero-picture img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .hero-picture img {
        object-fit: cover;
        object-position: 50% 18%;
        opacity: 0.82;
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgb(0 0 0 / 12%) 20%, rgb(0 0 0 / 88%) 100%);
    }

    .hero-mobile-copy {
        position: absolute;
        z-index: 1;
        right: 1.125rem;
        bottom: 1rem;
        left: 1.125rem;
        display: block;
        color: var(--white);
    }

    .hero-tagline {
        display: none;
    }

    .hero-mobile-copy p {
        margin: 0;
        color: #33dbb1;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.15em;
        text-transform: uppercase;
    }

    .hero-mobile-title {
        display: block;
        margin: 0.1rem 0 0.45rem;
        font-size: clamp(2.35rem, 10.8vw, 3rem);
        letter-spacing: -0.07em;
        line-height: 0.88;
        text-transform: uppercase;
    }

    .hero-mobile-copy span {
        display: block;
        max-width: 17rem;
        color: #d8dcde;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .registration-section {
        padding-block: 3.5rem;
    }

    .registration-layout {
        gap: 3.5rem;
    }

    .event-intro,
    .registration-panel {
        min-width: 0;
    }

    .event-intro {
        margin-bottom: 2.75rem;
    }

    .event-intro h2,
    .registration-panel h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
        overflow-wrap: anywhere;
    }

    .registration-panel {
        margin-inline: 0;
        padding: clamp(1.25rem, 5vw, 1.75rem);
    }

    .xeon-badge {
        top: -3.75rem;
        right: 5px;
        width: 3.5rem;
        height: 3.5rem;
    }

    .form-intro {
        margin-bottom: 2rem;
    }

    .form-grid {
        row-gap: 1.5rem;
    }

    .field input,
    .field select,
    .field textarea {
        font-size: 1rem;
    }

    .form-grid,
    .coverage-grid,
    .registration-summary {
        grid-template-columns: 1fr;
    }

    .payment-main {
        padding-block: 2.75rem;
    }

    .payment-summary h1 {
        font-size: clamp(2.35rem, 11vw, 3.25rem);
    }

    .payment-intro {
        margin: 1.25rem 0 2rem;
    }

    .payment-card {
        padding: clamp(1.25rem, 5vw, 1.75rem);
    }

    .payment-card h2 {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .stripe-button-shell {
        min-width: 0;
        overflow: hidden;
        padding-inline: 0.75rem;
    }

    .stripe-button-shell .checkout-button {
        display: flex;
        min-width: 0;
        max-width: 100%;
    }

    .field--full {
        grid-column: auto;
    }

    .form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .primary-button {
        width: 100%;
    }

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

    .sponsor-grid--gold {
        grid-template-columns: minmax(0, 1fr);
        max-width: 12rem;
    }

    .sponsor-grid--platinum {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 100%;
    }

    .sponsor-card {
        min-height: 7rem;
        padding: 1.1rem;
    }

    .conditions-section,
    .logistics-section,
    .sponsors-section {
        padding-block: 3.5rem;
    }

    .conditions-card {
        padding-left: 1.25rem;
        border-left-width: 0.35rem;
    }

    .conditions-card h2,
    .logistics-section h2,
    .sponsors-section h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        justify-items: center;
        padding-block: 2rem;
    }

}

@media (max-width: 380px) {
    .container {
        width: min(calc(100% - 1.5rem), var(--container));
    }

    .header-inner {
        min-height: 3.75rem;
    }

    .brand-lockup {
        flex-basis: auto;
        width: auto;
    }

    .brand-lockup img {
        height: 1.2rem;
    }

    .brand-lockup--allied {
        flex-basis: 13.5rem;
        width: 13.5rem;
    }

    .brand-lockup--allied img {
        height: auto;
    }

    .header-branding {
        gap: 1rem;
    }

    .header-hpe-logo {
        height: 1.91rem;
    }

    .intel-header-logo {
        height: 1.91rem;
        padding: 0.2rem 0.35rem;
    }

    .partner-logo--intel {
        width: 2.75rem;
    }

    .partner-logo--microsoft {
        width: auto;
        height: 0.9rem;
    }

    .hero-mobile-copy {
        right: 0.9rem;
        bottom: 1.25rem;
        left: 0.9rem;
    }

    .hero-mobile-title {
        font-size: clamp(2.25rem, 11vw, 2.6rem);
    }

    .event-facts,
    .sponsor-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-grid--gold {
        grid-template-columns: minmax(0, 1fr);
        max-width: 12rem;
    }

    .registration-panel,
    .payment-card {
        padding: 1.1rem;
    }

    .secure-label {
        max-width: 8rem;
        justify-content: flex-end;
        text-align: right;
        font-size: 0.68rem;
        line-height: 1.25;
    }
}

@media (prefers-reduced-motion: reduce) {
    :root {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
