:root {
    --navy-950: #020713;
    --navy-900: #041022;
    --navy-850: #06172d;
    --navy-800: #08223f;
    --blue-600: #0878ff;
    --cyan-500: #00c8ff;
    --cyan-300: #7ee9ff;
    --event-yellow: #ffd326;
    --event-red: #ff3656;
    --event-green: #39df73;
    --white: #ffffff;
    --text: #eaf5ff;
    --muted: #93abc1;
    --line: rgba(122, 210, 255, 0.18);
    --glass: rgba(6, 25, 48, 0.72);
    --success: #52e3a5;
    --danger: #ff6b7d;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    color-scheme: dark;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 78% 7%, rgba(0, 200, 255, 0.23), transparent 27rem),
        radial-gradient(circle at 98% 34%, rgba(0, 79, 255, 0.17), transparent 34rem),
        radial-gradient(circle at 8% 47%, rgba(21, 83, 216, 0.16), transparent 30rem),
        linear-gradient(115deg, rgba(3, 20, 43, 0.35), transparent 45%),
        var(--navy-950);
    background-attachment: fixed;
    line-height: 1.55;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(84, 213, 255, 0.2) 1px, transparent 1.5px),
        linear-gradient(rgba(76, 180, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 180, 255, 0.04) 1px, transparent 1px),
        linear-gradient(120deg, transparent 47%, rgba(0, 200, 255, 0.025) 48%, rgba(0, 200, 255, 0.025) 52%, transparent 53%);
    background-size: 84px 84px, 42px 42px, 42px 42px, 180px 180px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 84%);
    mask-image: linear-gradient(to bottom, black, transparent 84%);
    z-index: -2;
}

.page-noise {
    position: fixed;
    inset: 0;
    opacity: 0.06;
    pointer-events: none;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.page-noise::after {
    content: "";
    position: absolute;
    inset: -18% 0 auto;
    height: 18%;
    background: linear-gradient(to bottom, transparent, rgba(0, 200, 255, 0.12), transparent);
    animation: scanTravel 10s linear infinite;
}

a {
    color: inherit;
}

button,
input,
select {
    font: inherit;
}

.campaign-header {
    position: relative;
    z-index: 10;
    width: min(calc(100% - 40px), var(--max-width));
    margin: 0 auto;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.brand img,
.campaign-footer img {
    display: block;
    width: auto;
    height: 48px;
    object-fit: contain;
}

.event-lockup {
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: right;
}

.event-lockup strong {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: var(--cyan-300);
    border: 1px solid rgba(0, 200, 255, 0.35);
    background: rgba(0, 200, 255, 0.08);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.event-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan-500);
    box-shadow: 0 0 14px var(--cyan-500);
}

.hero {
    width: min(calc(100% - 40px), var(--max-width));
    margin: 0 auto;
    min-height: 720px;
    padding: 54px 0 78px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
    align-items: center;
    gap: 38px;
    position: relative;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 4% -8% 3% 43%;
    background:
        radial-gradient(circle at 58% 48%, rgba(0, 200, 255, 0.17), transparent 34%),
        linear-gradient(135deg, transparent 10%, rgba(0, 110, 255, 0.055) 48%, transparent 82%);
    border: 1px solid rgba(0, 200, 255, 0.09);
    clip-path: polygon(13% 0, 100% 0, 100% 84%, 85% 100%, 0 100%, 0 16%);
    box-shadow: inset 0 0 90px rgba(0, 126, 255, 0.06);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 200, 255, 0.6), transparent);
}

.hero-grid {
    position: absolute;
    right: -10%;
    bottom: -6%;
    width: 72%;
    height: 66%;
    transform: perspective(700px) rotateX(66deg) rotateZ(-7deg);
    transform-origin: bottom center;
    background-image:
        linear-gradient(rgba(0, 200, 255, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 200, 255, 0.15) 1px, transparent 1px);
    background-size: 38px 38px;
    opacity: 0.38;
    -webkit-mask-image: radial-gradient(ellipse at 58% 65%, black 13%, transparent 70%);
    mask-image: radial-gradient(ellipse at 58% 65%, black 13%, transparent 70%);
    pointer-events: none;
    animation: gridDrift 7s linear infinite;
}

.hero-circuit {
    position: absolute;
    z-index: 0;
    inset: 8% -3% 8% 45%;
    pointer-events: none;
    opacity: 0.5;
    background:
        radial-gradient(circle at 19% 22%, rgba(0, 200, 255, 0.8) 0 2px, transparent 3px),
        radial-gradient(circle at 83% 37%, rgba(0, 200, 255, 0.7) 0 2px, transparent 3px),
        radial-gradient(circle at 28% 78%, rgba(0, 200, 255, 0.6) 0 2px, transparent 3px),
        linear-gradient(90deg, transparent 18%, rgba(0, 200, 255, 0.16) 18.2%, transparent 18.5%),
        linear-gradient(0deg, transparent 37%, rgba(0, 200, 255, 0.13) 37.2%, transparent 37.5%);
    -webkit-mask-image: radial-gradient(ellipse, black 15%, transparent 76%);
    mask-image: radial-gradient(ellipse, black 15%, transparent 76%);
}

.hero-copy {
    position: relative;
    z-index: 3;
    text-shadow: 0 2px 26px rgba(0, 8, 24, 0.7);
}

.eyebrow,
.section-kicker {
    color: var(--cyan-500);
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border-left: 3px solid var(--cyan-500);
    background: linear-gradient(90deg, rgba(0, 200, 255, 0.17), rgba(0, 72, 255, 0.04), transparent);
    box-shadow: inset 0 1px rgba(153, 238, 255, 0.08), 0 0 28px rgba(0, 200, 255, 0.06);
}

.hero h1 {
    margin: 26px 0 22px;
    max-width: 780px;
    font-size: clamp(3rem, 5.6vw, 5.6rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.hero h1 span {
    display: block;
    margin-top: 12px;
    color: transparent;
    background: linear-gradient(95deg, #ffffff 0%, #9aeaff 42%, #00a6ff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 22px rgba(0, 174, 255, 0.18));
}

.hero-intro {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 1.08rem;
}

.hero-actions,
.solutions-actions,
.success-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    min-height: 50px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
    color: #00101a;
    background: linear-gradient(135deg, #8bedff, var(--cyan-500));
    box-shadow: 0 13px 36px rgba(0, 200, 255, 0.22);
}

.button-primary:hover {
    box-shadow: 0 16px 42px rgba(0, 200, 255, 0.34);
}

.button-ghost {
    color: var(--text);
    border-color: rgba(148, 214, 255, 0.25);
    background: rgba(9, 31, 57, 0.56);
}

.button-ghost:hover {
    border-color: var(--cyan-500);
    background: rgba(0, 200, 255, 0.09);
}

.button-whatsapp {
    color: #07170f;
    background: #57e59a;
}

.hero-metrics {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hero-metrics div {
    min-height: 90px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(10, 42, 74, 0.68), rgba(3, 15, 31, 0.64));
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: inset 0 1px rgba(164, 231, 255, 0.06), 0 16px 42px rgba(0, 5, 18, 0.14);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-metrics div::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, var(--cyan-500), transparent);
    box-shadow: 0 0 14px rgba(0, 200, 255, 0.7);
}

.hero-metrics div:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 200, 255, 0.4);
    box-shadow: inset 0 1px rgba(164, 231, 255, 0.08), 0 18px 48px rgba(0, 108, 255, 0.12);
}

.hero-metrics strong {
    color: var(--white);
    font-size: 1.25rem;
}

.hero-metrics span {
    color: var(--muted);
    font-size: 0.75rem;
}

.hero-art {
    position: relative;
    z-index: 2;
    min-height: 600px;
    display: grid;
    place-items: center;
    perspective: 1200px;
    transform-style: preserve-3d;
    transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
    transition: transform 260ms ease-out;
    will-change: transform;
}

.hero-art::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 8% -1%;
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 34%, rgba(0, 200, 255, 0.15) 35%, transparent 38%),
        radial-gradient(circle, rgba(0, 154, 255, 0.24), transparent 66%);
    filter: blur(8px);
    animation: portalPulse 3.8s ease-in-out infinite;
}

.hero-art::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 82%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(from 20deg, transparent 0 9%, rgba(0, 200, 255, 0.82) 10% 10.5%, transparent 11% 33%, rgba(0, 111, 255, 0.58) 34% 34.6%, transparent 35% 69%, rgba(108, 232, 255, 0.7) 70% 70.7%, transparent 71% 100%);
    -webkit-mask-image: radial-gradient(circle, transparent 67%, black 68% 69%, transparent 70%);
    mask-image: radial-gradient(circle, transparent 67%, black 68% 69%, transparent 70%);
    filter: drop-shadow(0 0 11px rgba(0, 200, 255, 0.52));
    animation: hudSpin 16s linear infinite;
    pointer-events: none;
}

.hero-art img {
    position: relative;
    z-index: 2;
    width: min(122%, 700px);
    max-width: none;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 18%;
    -webkit-mask-image: radial-gradient(ellipse at 58% 54%, black 48%, rgba(0, 0, 0, 0.96) 61%, transparent 82%);
    mask-image: radial-gradient(ellipse at 58% 54%, black 48%, rgba(0, 0, 0, 0.96) 61%, transparent 82%);
    filter: saturate(1.08) contrast(1.04) drop-shadow(0 34px 38px rgba(0, 83, 255, 0.34));
    transform-origin: 58% 58%;
    animation: cubeFloat3D 5.8s ease-in-out infinite;
}

.hero-tech-layer {
    position: absolute;
    z-index: 5;
    inset: 5% -1% 8%;
    pointer-events: none;
}

.tech-node {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(130, 235, 255, 0.85);
    background: rgba(0, 200, 255, 0.38);
    box-shadow: 0 0 18px rgba(0, 200, 255, 0.8);
    transform: rotate(45deg);
    animation: nodePulse 2.6s ease-in-out infinite;
}

.tech-node::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 46px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 200, 255, 0.62), transparent);
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: left center;
}

.tech-node-one { left: 5%; top: 24%; }
.tech-node-two { right: 8%; top: 18%; animation-delay: -0.8s; }
.tech-node-three { right: 4%; bottom: 23%; animation-delay: -1.5s; }

.tech-readout {
    position: absolute;
    padding: 6px 10px;
    color: rgba(164, 235, 255, 0.88);
    border: 1px solid rgba(0, 200, 255, 0.24);
    border-radius: 5px;
    background: rgba(2, 17, 35, 0.68);
    backdrop-filter: blur(8px);
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    box-shadow: inset 0 0 18px rgba(0, 200, 255, 0.05), 0 8px 22px rgba(0, 5, 17, 0.22);
    animation: readoutBlink 4s steps(1) infinite;
}

.tech-readout-one { left: 0; top: 39%; }
.tech-readout-two { right: 0; top: 47%; animation-delay: -1.9s; }

.art-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(0, 200, 255, 0.28);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: inset 0 0 18px rgba(0, 200, 255, 0.06), 0 0 22px rgba(0, 130, 255, 0.08);
}

.art-orbit::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12%;
    left: 14%;
    border-radius: 50%;
    background: var(--cyan-500);
    box-shadow: 0 0 18px var(--cyan-500);
}

.art-orbit-one {
    width: 89%;
    aspect-ratio: 1;
    transform: rotateX(66deg) rotateZ(-14deg);
    animation: orbitOne 12s linear infinite;
}

.art-orbit-two {
    width: 72%;
    aspect-ratio: 1;
    transform: rotateY(68deg) rotateZ(24deg);
    border-style: dashed;
    animation: orbitTwo 15s linear infinite reverse;
}

.hero-card {
    position: absolute;
    z-index: 4;
    right: -2%;
    bottom: 7%;
    width: min(76%, 330px);
    padding: 15px 18px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(9, 41, 74, 0.92), rgba(2, 12, 27, 0.9));
    backdrop-filter: blur(18px);
    border: 1px solid rgba(113, 221, 255, 0.32);
    border-radius: 14px;
    box-shadow: var(--shadow), inset 0 1px rgba(161, 236, 255, 0.12), 0 0 34px rgba(0, 152, 255, 0.08);
    transform: translateZ(70px);
}

.hero-card span {
    color: var(--cyan-500);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-card strong {
    margin-top: 4px;
    font-size: 1.12rem;
}

.hero-card small {
    margin-top: 2px;
    color: var(--muted);
}

@keyframes cubeFloat3D {
    0%, 100% { transform: translate3d(2%, 0, 18px) rotateZ(-0.8deg) scale(1); }
    50% { transform: translate3d(2%, -15px, 42px) rotateZ(0.8deg) scale(1.018); }
}

@keyframes portalPulse {
    0%, 100% { opacity: 0.72; transform: scale(0.96); }
    50% { opacity: 1; transform: scale(1.035); }
}

@keyframes hudSpin {
    to { transform: rotate(360deg); }
}

@keyframes orbitOne {
    to { transform: rotateX(66deg) rotateZ(346deg); }
}

@keyframes orbitTwo {
    to { transform: rotateY(68deg) rotateZ(384deg); }
}

@keyframes gridDrift {
    to { background-position: 0 76px, 76px 0; }
}

@keyframes scanTravel {
    from { transform: translateY(-15vh); }
    to { transform: translateY(135vh); }
}

@keyframes nodePulse {
    0%, 100% { opacity: 0.38; transform: rotate(45deg) scale(0.72); }
    50% { opacity: 1; transform: rotate(45deg) scale(1.12); }
}

@keyframes readoutBlink {
    0%, 94%, 100% { opacity: 0.78; }
    95% { opacity: 0.32; }
    97% { opacity: 1; }
}

.prize-section,
.participation-section,
.solutions-section {
    width: min(calc(100% - 40px), var(--max-width));
    margin: 0 auto;
    padding: 100px 0;
}

.prize-section {
    text-align: center;
}

.prize-section h2,
.participation-info h2,
.solutions-copy h2,
.form-heading h2,
.success-panel h2,
.closed-panel h2,
.terms-dialog h2 {
    margin: 12px 0 14px;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.section-lead,
.participation-info > p,
.solutions-copy > p {
    max-width: 700px;
    color: var(--muted);
    font-size: 1.05rem;
}

.section-lead {
    margin: 0 auto;
}

.prize-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    text-align: left;
}

.prize-item,
.solutions-grid article {
    position: relative;
    overflow: hidden;
    padding: 27px;
    background: linear-gradient(145deg, rgba(10, 34, 62, 0.78), rgba(3, 14, 29, 0.92));
    border: 1px solid var(--line);
    border-radius: 18px;
}

.prize-item::before,
.solutions-grid article::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 62%, rgba(0, 200, 255, 0.08));
    pointer-events: none;
}

.prize-item.featured {
    border-color: rgba(0, 200, 255, 0.5);
    transform: translateY(-10px);
    box-shadow: 0 24px 55px rgba(0, 77, 151, 0.22);
}

.prize-number,
.solutions-grid article > span {
    position: absolute;
    right: 18px;
    top: 14px;
    color: rgba(148, 218, 255, 0.25);
    font-size: 2rem;
    font-weight: 900;
}

.prize-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #00131d;
    background: linear-gradient(135deg, #a8f3ff, var(--cyan-500));
    border-radius: 14px;
    font-size: 1.65rem;
    font-weight: 900;
}

.prize-item h3,
.solutions-grid h3 {
    margin: 22px 0 8px;
    color: var(--white);
    font-size: 1.2rem;
}

.prize-item p,
.solutions-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
}

.referential-note {
    margin: 24px 0 0;
    color: #6f8ba5;
    font-size: 0.78rem;
}

.participation-section {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(500px, 1.22fr);
    gap: 48px;
    align-items: start;
}

.participation-info {
    position: sticky;
    top: 30px;
    padding-top: 28px;
}

.steps-list {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 20px;
}

.steps-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
}

.steps-list li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--cyan-300);
    background: rgba(0, 200, 255, 0.08);
    border: 1px solid rgba(0, 200, 255, 0.3);
    border-radius: 50%;
    font-weight: 900;
}

.steps-list strong,
.steps-list small {
    display: block;
}

.steps-list small {
    margin-top: 3px;
    color: var(--muted);
}

.availability-card {
    margin-top: 34px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 13px;
    background: rgba(4, 23, 42, 0.8);
    border: 1px solid var(--line);
    border-radius: 13px;
}

.availability-card div {
    display: flex;
    flex-direction: column;
}

.availability-card small {
    color: var(--muted);
}

.availability-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 18px rgba(82, 227, 165, 0.7);
}

.form-shell {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 36px;
    background:
        linear-gradient(145deg, rgba(9, 34, 62, 0.93), rgba(3, 14, 29, 0.97)),
        var(--navy-900);
    border: 1px solid rgba(83, 186, 255, 0.25);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.form-shell::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -130px;
    border-radius: 50%;
    background: rgba(0, 181, 255, 0.12);
    filter: blur(45px);
    pointer-events: none;
}

.form-progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.06);
}

.form-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--blue-600), var(--cyan-500));
    box-shadow: 0 0 17px var(--cyan-500);
}

.form-heading {
    margin-bottom: 27px;
}

.form-heading > span {
    color: var(--cyan-500);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.form-heading h2 {
    font-size: 2.25rem;
}

.form-heading p {
    margin: 0;
    color: var(--muted);
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field {
    margin-bottom: 18px;
}

.field label {
    display: block;
    margin-bottom: 7px;
    color: #dcefff;
    font-size: 0.85rem;
    font-weight: 700;
}

.field label span {
    color: var(--muted);
    font-weight: 400;
}

.field input,
.field select {
    width: 100%;
    min-height: 49px;
    padding: 12px 13px;
    color: var(--white);
    background: rgba(0, 8, 20, 0.58);
    border: 1px solid rgba(132, 201, 245, 0.2);
    border-radius: 9px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input::placeholder {
    color: #617a91;
}

.field input:focus,
.field select:focus {
    border-color: var(--cyan-500);
    background: rgba(0, 18, 38, 0.82);
    box-shadow: 0 0 0 3px rgba(0, 200, 255, 0.1);
}

.guardian-fields {
    margin: 0 0 20px;
    padding: 18px 18px 0;
    background: rgba(0, 200, 255, 0.055);
    border: 1px solid rgba(0, 200, 255, 0.16);
    border-radius: 12px;
}

.guardian-note {
    margin-bottom: 15px;
    color: var(--cyan-300);
    font-size: 0.82rem;
}

.check-field {
    margin: 14px 0;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #b8cadb;
    font-size: 0.83rem;
    cursor: pointer;
}

.check-field input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--cyan-500);
}

.check-field a,
.text-button {
    color: var(--cyan-300);
}

.text-button {
    padding: 0;
    border: 0;
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.optional-check em {
    color: #708ba3;
}

.button-submit {
    width: 100%;
    margin-top: 22px;
    color: #001018;
    background: linear-gradient(135deg, #9af2ff, var(--cyan-500));
    box-shadow: 0 15px 35px rgba(0, 200, 255, 0.18);
}

.button-submit:disabled {
    cursor: wait;
    opacity: 0.75;
    transform: none;
}

.button-loader {
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 15, 25, 0.3);
    border-top-color: #00101a;
    border-radius: 50%;
    animation: spin 650ms linear infinite;
}

.button-submit.is-loading .button-loader {
    display: block;
}

@keyframes spin { to { transform: rotate(360deg); } }

.form-security {
    margin: 13px 0 0;
    color: #6e879d;
    font-size: 0.74rem;
    text-align: center;
}

.form-alert {
    display: none;
    margin: 0 0 18px;
    padding: 12px 14px;
    color: #ffd5da;
    background: rgba(255, 70, 95, 0.1);
    border: 1px solid rgba(255, 107, 125, 0.35);
    border-radius: 9px;
    font-size: 0.87rem;
}

.form-alert.is-visible {
    display: block;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.success-panel,
.closed-panel {
    min-height: 500px;
    display: none;
    place-content: center;
    text-align: center;
}

.success-panel.is-visible,
.closed-panel {
    display: grid;
}

.success-panel p,
.closed-panel p {
    max-width: 520px;
    margin: 0 auto;
    color: var(--muted);
}

.success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    color: #001812;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 44px rgba(82, 227, 165, 0.28);
    font-size: 2rem;
    font-weight: 900;
}

.success-actions {
    justify-content: center;
}

.solutions-section {
    border-top: 1px solid var(--line);
}

.solutions-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 40px;
    align-items: end;
}

.solutions-copy .section-kicker {
    grid-column: 1 / -1;
}

.solutions-copy h2,
.solutions-copy > p {
    margin-top: 0;
}

.solutions-copy > p {
    margin-bottom: 0;
}

.solutions-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.solutions-grid article {
    min-height: 205px;
    padding: 24px;
}

.solutions-grid h3 {
    margin-top: 52px;
}

.campaign-footer {
    width: min(calc(100% - 40px), var(--max-width));
    margin: 0 auto;
    padding: 35px 0 44px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    border-top: 1px solid var(--line);
}

.campaign-footer > div {
    display: flex;
    flex-direction: column;
}

.campaign-footer > div span {
    color: var(--muted);
    font-size: 0.82rem;
}

.campaign-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.campaign-footer nav a {
    color: #bad5e9;
    font-size: 0.84rem;
    text-decoration: none;
}

.campaign-footer nav a:hover {
    color: var(--cyan-300);
}

.terms-dialog {
    width: min(calc(100% - 32px), 680px);
    padding: 34px;
    color: var(--text);
    background: linear-gradient(145deg, #0a223d, #040e1d);
    border: 1px solid rgba(0, 200, 255, 0.35);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.terms-dialog::backdrop {
    background: rgba(0, 5, 13, 0.78);
    backdrop-filter: blur(7px);
}

.terms-dialog h2 {
    font-size: 2rem;
}

.terms-dialog ol {
    margin: 20px 0 26px;
    padding-left: 21px;
    color: #bed0df;
}

.terms-dialog li + li {
    margin-top: 10px;
}

.dialog-close {
    position: absolute;
    right: 16px;
    top: 13px;
    width: 38px;
    height: 38px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
}

[hidden] {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 1040px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 46px;
    }

    .hero::before {
        inset: 43% -6% 1% 12%;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-art {
        min-height: 510px;
    }

    .hero-art img {
        width: min(90%, 590px);
    }

    .hero-grid {
        width: 100%;
        height: 48%;
    }

    .hero-circuit {
        inset: 45% 0 5% 18%;
    }

    .participation-section {
        grid-template-columns: 1fr;
    }

    .participation-info {
        position: static;
        max-width: 760px;
    }

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

@media (max-width: 720px) {
    .campaign-header,
    .hero,
    .prize-section,
    .participation-section,
    .solutions-section,
    .campaign-footer {
        width: min(calc(100% - 28px), var(--max-width));
    }

    .campaign-header {
        min-height: 76px;
    }

    .brand img {
        height: 38px;
    }

    .event-lockup strong {
        display: none;
    }

    .event-status {
        padding: 7px 9px;
        font-size: 0.64rem;
    }

    .hero {
        min-height: auto;
        padding: 42px 0 62px;
        gap: 8px;
    }

    .hero h1 {
        font-size: clamp(2.75rem, 14vw, 4rem);
    }

    .hero-intro {
        font-size: 1rem;
    }

    .hero-actions .button {
        flex: 1 1 100%;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-metrics div {
        min-height: 70px;
    }

    .hero-art {
        min-height: 410px;
        margin-top: 8px;
    }

    .hero-art img {
        width: 118%;
        max-width: none;
    }

    .hero-art::after {
        width: 96%;
    }

    .hero::before {
        inset: 52% -12% 1% 4%;
    }

    .hero-circuit {
        inset: 55% -10% 4% 0;
    }

    .tech-readout,
    .tech-node {
        display: none;
    }

    .hero-card {
        right: 0;
        bottom: 4%;
        width: 88%;
    }

    .prize-section,
    .participation-section,
    .solutions-section {
        padding: 76px 0;
    }

    .prize-grid,
    .solutions-grid,
    .solutions-copy {
        grid-template-columns: 1fr;
    }

    .prize-item.featured {
        transform: none;
    }

    .participation-section {
        gap: 34px;
    }

    .form-shell {
        min-height: 0;
        margin-left: -2px;
        margin-right: -2px;
        padding: 28px 18px;
        border-radius: 17px;
    }

    .field-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .solutions-copy .section-kicker {
        grid-column: 1;
    }

    .solutions-actions .button,
    .success-actions .button {
        flex: 1 1 100%;
    }

    .campaign-footer {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .campaign-footer nav {
        justify-content: center;
    }

    .terms-dialog {
        padding: 30px 22px;
    }
}

/* Peru Nationals 2026: identidad visual del módulo independiente */
body {
    background:
        radial-gradient(circle at 82% 5%, rgba(0, 126, 255, 0.22), transparent 30rem),
        radial-gradient(circle at 8% 42%, rgba(255, 211, 38, 0.08), transparent 26rem),
        radial-gradient(circle at 94% 66%, rgba(255, 54, 86, 0.07), transparent 28rem),
        var(--navy-950);
}

.campaign-header {
    width: min(calc(100% - 40px), 1420px);
}

.event-lockup img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(0, 200, 255, 0.18));
}

.event-status {
    color: #f6fbff;
    border-color: rgba(255, 211, 38, 0.35);
    background: rgba(255, 211, 38, 0.08);
}

.event-status span {
    background: var(--event-green);
    box-shadow: 0 0 14px var(--event-green);
}

.event-hero.hero {
    width: 100%;
    min-height: clamp(820px, calc(100svh - 92px), 940px);
    margin-top: 0;
    padding: 58px clamp(30px, 5.2vw, 88px) 112px;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #021027;
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.07);
}

.event-hero.hero::before {
    inset: 0;
    z-index: 0;
    clip-path: none;
    border: 0;
    box-shadow: none;
    background:
        linear-gradient(137deg, transparent 0 58%, rgba(0, 200, 255, 0.11) 58.2%, transparent 58.8%),
        linear-gradient(151deg, transparent 0 70%, rgba(255, 211, 38, 0.1) 70.2%, transparent 70.8%),
        radial-gradient(circle at 15% 48%, rgba(0, 112, 255, 0.12), transparent 37%);
}

.event-hero.hero::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--cyan-500), var(--event-yellow), var(--event-red), var(--event-green));
    box-shadow: 0 0 30px rgba(0, 200, 255, 0.32);
}

.event-hero .hero-copy {
    width: min(720px, 55%);
    position: relative;
    z-index: 3;
}

.event-backdrop {
    position: absolute;
    inset: -2.5%;
    z-index: -2;
    pointer-events: none;
    background: url("../img/peru-nationals-stage-v2.webp") 58% center / cover no-repeat;
    transform-origin: 72% 45%;
    will-change: transform;
    animation: eventBackdropBreath 13s ease-in-out infinite;
}

.event-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(1, 7, 20, 0.48) 0%, rgba(2, 12, 31, 0.30) 43%, rgba(2, 12, 31, 0.04) 72%),
        linear-gradient(0deg, rgba(1, 7, 18, 0.72) 0%, transparent 28%);
}

.event-motion {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    mix-blend-mode: screen;
}

.speed-line {
    position: absolute;
    left: -48%;
    width: 42%;
    height: 2px;
    opacity: 0;
    border-radius: 999px;
    transform: rotate(-15deg);
    animation: eventSpeedLine 7.4s cubic-bezier(.2,.72,.2,1) infinite;
}

.speed-line-one { top: 18%; background: #00c8ff; box-shadow: 0 0 17px #00c8ff; }
.speed-line-two { top: 35%; height: 3px; background: #ffd326; box-shadow: 0 0 18px #ffd326; animation-delay: -2.1s; animation-duration: 8.2s; }
.speed-line-three { top: 57%; background: #ff3656; box-shadow: 0 0 18px #ff3656; animation-delay: -4.4s; animation-duration: 6.9s; }
.speed-line-four { top: 72%; background: #39df73; box-shadow: 0 0 17px #39df73; animation-delay: -1.2s; animation-duration: 9.1s; }
.speed-line-five { top: 44%; height: 1px; background: #4b77ff; box-shadow: 0 0 13px #4b77ff; animation-delay: -5.6s; animation-duration: 8.8s; }
.speed-line-six { top: 82%; height: 2px; background: #ffffff; box-shadow: 0 0 15px rgba(255,255,255,.7); animation-delay: -3.2s; animation-duration: 10.2s; }

.event-scan {
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -22%;
    width: 17%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(97, 218, 255, 0.16), transparent);
    transform: skewX(-17deg);
    animation: eventScan 9s ease-in-out infinite;
}

.event-particle {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--particle-color, #00c8ff);
    box-shadow: 0 0 17px var(--particle-color, #00c8ff);
    animation: eventParticle 5.5s ease-in-out infinite;
}

.particle-one { left: 7%; top: 20%; }
.particle-two { left: 43%; top: 12%; --particle-color: #ffd326; animation-delay: -2s; }
.particle-three { left: 36%; top: 68%; --particle-color: #ff3656; animation-delay: -3.6s; }
.particle-four { right: 31%; top: 24%; --particle-color: #39df73; animation-delay: -1.1s; }
.particle-five { right: 8%; top: 67%; --particle-color: #ffd326; animation-delay: -4.1s; }
.particle-six { left: 21%; bottom: 12%; animation-delay: -2.7s; }

.event-brand-strip {
    max-width: 650px;
    margin-bottom: 28px;
    display: flex;
    align-items: stretch;
    gap: 14px;
}

.nationals-mark {
    width: 53%;
    min-height: 112px;
    padding: 14px 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #ffdc35, #ffb80d);
    border: 1px solid rgba(255, 239, 157, 0.75);
    border-radius: 15px 4px 15px 4px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 198, 14, 0.14);
    animation: eventLogoFloat 5.2s ease-in-out infinite;
}

.nationals-mark img {
    display: block;
    width: 100%;
    height: auto;
}

.wca-mark {
    width: 47%;
    min-height: 112px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    background: rgba(2, 12, 29, 0.84);
    border: 1px solid rgba(128, 219, 255, 0.28);
    border-radius: 4px 15px 4px 15px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
    animation: eventLogoFloat 5.2s ease-in-out -2.6s infinite;
}

.wca-mark img {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    object-fit: contain;
}

.wca-mark strong,
.wca-mark span {
    display: block;
}

.wca-mark strong {
    font-size: 0.93rem;
    line-height: 1.18;
}

.wca-mark span {
    margin-top: 4px;
    color: #a9bed2;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sponsor-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--event-yellow);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sponsor-label::before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--event-yellow);
    box-shadow: 0 0 17px rgba(255, 211, 38, 0.7);
}

.event-hero.hero h1 {
    max-width: 720px;
    margin: 13px 0 8px;
    font-size: clamp(3.8rem, 6.2vw, 6.6rem);
    line-height: 0.88;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 9px 32px rgba(0, 0, 0, 0.4);
}

.event-hero.hero h1 span {
    display: inline;
    margin: 0;
    color: inherit;
    background: none;
    filter: none;
}

.event-hero.hero h1 .hero-white {
    color: #ffffff;
}

.event-hero.hero h1 .hero-yellow {
    color: transparent;
    background: linear-gradient(105deg, #ffb80b 0%, #fff071 35%, #ffd326 58%, #ffb80b 100%);
    background-size: 220% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: eventTitleShine 4.5s linear infinite;
}

.event-subtitle {
    max-width: 660px;
    margin: 18px 0 0;
    color: #f4f8ff;
    font-size: clamp(1.07rem, 1.5vw, 1.3rem);
    font-weight: 750;
    line-height: 1.38;
}

.event-hero .hero-intro {
    max-width: 640px;
    margin-top: 8px;
    color: #bfd1e3;
    font-size: 1rem;
}

.event-facts {
    margin: 22px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 23px;
    color: #f3f9ff;
    font-weight: 800;
}

.event-facts span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.event-facts i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #06101f;
    background: var(--event-yellow);
    border-radius: 7px;
    font-size: 0.72rem;
    font-style: normal;
    box-shadow: 0 0 19px rgba(255, 211, 38, 0.24);
}

.event-countdown {
    width: min(100%, 620px);
}

.countdown-label {
    display: block;
    margin-bottom: 10px;
    color: #a9c7dd;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.countdown-unit {
    min-height: 108px;
    padding: 12px 8px 10px;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--count-color);
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, rgba(9, 31, 63, 0.93), rgba(2, 10, 26, 0.94));
    border: 2px solid var(--count-color);
    border-radius: 16px 5px 16px 5px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 0 23px var(--count-glow);
    animation: counterBreath 3.8s ease-in-out infinite;
}

.countdown-unit::before {
    content: "";
    position: absolute;
    inset: -25% auto -25% -50%;
    width: 34%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    transform: skewX(-18deg);
    animation: counterSweep 5.6s ease-in-out infinite;
}

.countdown-unit strong {
    color: #ffffff;
    font-size: clamp(2.25rem, 4.1vw, 3.35rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.24);
}

.countdown-unit span {
    margin-top: 8px;
    color: #dcecff;
    font-size: 0.82rem;
    font-weight: 800;
}

.countdown-days { --count-color: #00c8ff; --count-glow: rgba(0, 200, 255, 0.3); }
.countdown-hours { --count-color: #ffd326; --count-glow: rgba(255, 211, 38, 0.26); }
.countdown-minutes { --count-color: #ff3656; --count-glow: rgba(255, 54, 86, 0.28); }
.countdown-seconds { --count-color: #39df73; --count-glow: rgba(57, 223, 115, 0.26); }
.countdown-hours { animation-delay: -.7s; }
.countdown-minutes { animation-delay: -1.4s; }
.countdown-seconds { animation-delay: -2.1s; }
.countdown-hours::before { animation-delay: -.8s; }
.countdown-minutes::before { animation-delay: -1.6s; }
.countdown-seconds::before { animation-delay: -2.4s; }
.countdown-unit.tick strong { animation: digitTick .38s cubic-bezier(.2,.8,.2,1); }

.countdown-message {
    min-height: 20px;
    margin: 8px 0 0;
    color: #7f9db7;
    font-size: 0.78rem;
}

.event-countdown.is-live .countdown-label,
.event-countdown.is-live .countdown-message {
    color: #79efa2;
}

.event-hero .hero-actions {
    margin-top: 17px;
}

.event-hero .button-primary {
    position: relative;
    overflow: hidden;
    color: #07101c;
    background: linear-gradient(110deg, #ffb90e, #ffe13d);
    border-color: #ffea7e;
    border-radius: 999px;
    box-shadow: 0 15px 38px rgba(255, 193, 12, 0.26);
}

.event-hero .button-primary::after {
    content: "";
    position: absolute;
    inset: -30% auto -30% -42%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
    transform: skewX(-18deg);
    animation: eventButtonSweep 4.8s ease-in-out infinite;
}

.event-hero .button-primary:hover {
    box-shadow: 0 19px 46px rgba(255, 193, 12, 0.36);
}

.event-hero .button-ghost {
    border-radius: 999px;
    background: rgba(2, 15, 34, 0.72);
    backdrop-filter: blur(10px);
}

.hero-event-note {
    position: absolute;
    z-index: 4;
    right: clamp(28px, 4vw, 65px);
    bottom: 82px;
    width: min(330px, 30%);
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(3, 13, 31, 0.96), rgba(7, 28, 52, 0.93));
    border: 1px solid rgba(136, 216, 255, 0.3);
    border-left: 4px solid var(--event-red);
    border-radius: 18px 4px 18px 4px;
    box-shadow: 0 25px 64px rgba(0, 0, 0, 0.38), 0 0 32px rgba(255, 54, 86, 0.1);
    backdrop-filter: blur(14px);
    animation: eventNotePulse 4.6s ease-in-out infinite;
}

.hero-event-note span {
    color: var(--event-yellow);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero-event-note strong {
    margin-top: 4px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.hero-event-note small {
    margin-top: 8px;
    color: #9eb6cb;
}

.event-values {
    position: absolute;
    z-index: 4;
    left: clamp(30px, 5.2vw, 88px);
    bottom: 18px;
    width: min(650px, 52%);
    min-height: 48px;
    padding: 12px 15px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    color: #cce0ef;
    background: linear-gradient(90deg, rgba(2, 15, 37, 0.88), rgba(2, 15, 37, 0.45), transparent);
    border-top: 1px solid rgba(108, 216, 255, 0.21);
    border-bottom: 1px solid rgba(108, 216, 255, 0.12);
    backdrop-filter: blur(9px);
}

.event-values span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.event-values i {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 2px;
    background: var(--cyan-500);
    box-shadow: 0 0 12px rgba(0, 200, 255, 0.75);
    transform: rotate(45deg);
    animation: eventValuePulse 2.8s ease-in-out infinite;
}

.event-values span:nth-child(2) i { background: var(--event-yellow); box-shadow: 0 0 12px rgba(255, 211, 38, 0.7); }
.event-values span:nth-child(3) i { background: var(--event-red); box-shadow: 0 0 12px rgba(255, 54, 86, 0.7); }
.event-values span:nth-child(4) i { background: var(--event-green); box-shadow: 0 0 12px rgba(57, 223, 115, 0.7); }
.event-values span:nth-child(2) i { animation-delay: -.7s; }
.event-values span:nth-child(3) i { animation-delay: -1.4s; }
.event-values span:nth-child(4) i { animation-delay: -2.1s; }

.event-brand-strip,
.sponsor-label,
.event-hero h1,
.event-subtitle,
.event-hero .hero-intro,
.event-facts,
.event-countdown,
.event-hero .hero-actions {
    opacity: 0;
    animation: eventContentEnter .72s cubic-bezier(.2,.75,.2,1) forwards;
}

.sponsor-label { animation-delay: .08s; }
.event-hero h1 { animation-delay: .14s; }
.event-subtitle { animation-delay: .20s; }
.event-hero .hero-intro { animation-delay: .25s; }
.event-facts { animation-delay: .31s; }
.event-countdown { animation-delay: .37s; }
.event-hero .hero-actions { animation-delay: .44s; }

@keyframes eventBackdropBreath {
    0%, 100% { transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0) scale(1.025); }
    50% { transform: translate3d(calc(var(--parallax-x, 0px) - 7px), calc(var(--parallax-y, 0px) - 4px), 0) scale(1.052); }
}

@keyframes eventSpeedLine {
    0%, 8% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-15deg) scaleX(.55); }
    18% { opacity: .9; }
    56%, 100% { opacity: 0; transform: translate3d(410%, -80px, 0) rotate(-15deg) scaleX(1.25); }
}

@keyframes eventScan {
    0%, 58% { left: -24%; opacity: 0; }
    66% { opacity: .75; }
    92%, 100% { left: 112%; opacity: 0; }
}

@keyframes eventParticle {
    0%, 100% { opacity: .22; transform: translate3d(0, 0, 0) scale(.7); }
    50% { opacity: 1; transform: translate3d(12px, -20px, 0) scale(1.25); }
}

@keyframes counterBreath {
    0%, 100% { box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 0 17px var(--count-glow); transform: translateY(0); }
    50% { box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 0 32px var(--count-glow); transform: translateY(-3px); }
}

@keyframes counterSweep {
    0%, 62% { left: -50%; opacity: 0; }
    70% { opacity: .72; }
    92%, 100% { left: 125%; opacity: 0; }
}

@keyframes digitTick {
    0% { opacity: .25; transform: translateY(-8px) scale(1.08); }
    100% { opacity: 1; transform: none; }
}

@keyframes eventLogoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes eventTitleShine {
    to { background-position: -120% 0; }
}

@keyframes eventButtonSweep {
    0%, 62% { left: -42%; opacity: 0; }
    70% { opacity: .85; }
    92%, 100% { left: 122%; opacity: 0; }
}

@keyframes eventNotePulse {
    0%, 100% { box-shadow: 0 25px 64px rgba(0, 0, 0, 0.38), 0 0 24px rgba(255, 54, 86, 0.08); }
    50% { box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 42px rgba(255, 54, 86, 0.18); }
}

@keyframes eventValuePulse {
    0%, 100% { opacity: .48; transform: rotate(45deg) scale(.78); }
    50% { opacity: 1; transform: rotate(45deg) scale(1.16); }
}

@keyframes eventContentEnter {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
}

.prize-section,
.participation-section {
    position: relative;
    isolation: isolate;
}

.prize-item:nth-child(1) {
    border-color: rgba(0, 200, 255, 0.34);
    box-shadow: 0 20px 48px rgba(0, 135, 255, 0.08);
}

.prize-item:nth-child(2) {
    border-color: rgba(255, 211, 38, 0.48);
    box-shadow: 0 24px 55px rgba(255, 189, 11, 0.1);
}

.prize-item:nth-child(3) {
    border-color: rgba(255, 54, 86, 0.35);
    box-shadow: 0 20px 48px rgba(255, 54, 86, 0.08);
}

.prize-item:nth-child(2) .prize-icon {
    background: linear-gradient(135deg, #fff282, var(--event-yellow));
}

.prize-item:nth-child(3) .prize-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #ff6d83, var(--event-red));
}

.participation-section::before {
    content: "";
    position: absolute;
    inset: 34px -42px;
    z-index: -1;
    border: 1px solid rgba(83, 186, 255, 0.13);
    border-radius: 28px 7px 28px 7px;
    background:
        radial-gradient(circle at 96% 8%, rgba(0, 200, 255, 0.11), transparent 32%),
        radial-gradient(circle at 4% 92%, rgba(255, 211, 38, 0.055), transparent 28%),
        rgba(3, 14, 30, 0.56);
}

.steps-list li:nth-child(2) > span {
    color: var(--event-yellow);
    border-color: rgba(255, 211, 38, 0.36);
    background: rgba(255, 211, 38, 0.07);
}

.steps-list li:nth-child(3) > span {
    color: var(--event-red);
    border-color: rgba(255, 54, 86, 0.36);
    background: rgba(255, 54, 86, 0.07);
}

.form-shell {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 200, 255, 0.15), transparent 31%),
        radial-gradient(circle at 0% 100%, rgba(255, 54, 86, 0.055), transparent 28%),
        linear-gradient(145deg, rgba(8, 34, 66, 0.97), rgba(2, 12, 28, 0.99));
    border-color: rgba(100, 203, 255, 0.34);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), 0 0 42px rgba(0, 145, 255, 0.06);
}

.form-progress span {
    background: linear-gradient(90deg, var(--cyan-500), var(--event-yellow), var(--event-red), var(--event-green));
}

.button-submit {
    color: #07101b;
    background: linear-gradient(110deg, #ffba0d, #ffe342);
    box-shadow: 0 15px 38px rgba(255, 195, 14, 0.2);
}

.availability-card {
    border-color: rgba(57, 223, 115, 0.3);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18), inset 0 0 25px rgba(57, 223, 115, 0.025);
}

.solutions-grid article:nth-child(2) { border-color: rgba(255, 211, 38, 0.22); }
.solutions-grid article:nth-child(3) { border-color: rgba(255, 54, 86, 0.22); }
.solutions-grid article:nth-child(4) { border-color: rgba(57, 223, 115, 0.22); }

.campaign-footer {
    border-image: linear-gradient(90deg, transparent, var(--cyan-500), var(--event-yellow), var(--event-red), transparent) 1;
}

/* Premio exclusivo para el campeón */
.champion-prize-section {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 40px), var(--max-width));
    min-height: 570px;
    margin: 64px auto 12px;
    padding: 64px 62px 82px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
    align-items: center;
    gap: 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 211, 38, .46);
    border-radius: 30px 8px 30px 8px;
    background:
        linear-gradient(118deg, rgba(3, 15, 38, .98) 0%, rgba(5, 31, 69, .94) 53%, rgba(3, 18, 45, .98) 100%);
    box-shadow:
        0 42px 110px rgba(0, 0, 0, .48),
        0 0 58px rgba(255, 195, 14, .08),
        inset 0 0 72px rgba(0, 153, 255, .08);
}

.champion-prize-section::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        radial-gradient(circle at 82% 48%, rgba(0, 200, 255, .23), transparent 26%),
        radial-gradient(circle at 72% 58%, rgba(255, 211, 38, .15), transparent 34%),
        linear-gradient(135deg, transparent 40%, rgba(0, 139, 255, .1) 40.3%, transparent 41%),
        linear-gradient(45deg, transparent 67%, rgba(255, 54, 86, .1) 67.3%, transparent 68%);
}

.champion-prize-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -45%;
    left: -28%;
    width: 28%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent);
    transform: rotate(20deg);
    animation: championSweep 7.5s ease-in-out infinite;
    pointer-events: none;
}

.champion-motion {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.champion-beam {
    position: absolute;
    height: 3px;
    width: 48%;
    opacity: .7;
    border-radius: 999px;
    filter: drop-shadow(0 0 8px currentColor);
    animation: championBeamRun 5.4s ease-in-out infinite;
}

.champion-beam-one {
    top: 17%;
    right: -22%;
    color: var(--cyan-500);
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    transform: rotate(-14deg);
}

.champion-beam-two {
    top: 64%;
    right: -11%;
    color: var(--event-yellow);
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    transform: rotate(10deg);
    animation-delay: -1.8s;
}

.champion-beam-three {
    bottom: 9%;
    left: -18%;
    color: var(--event-red);
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    transform: rotate(-7deg);
    animation-delay: -3.2s;
}

.champion-spark {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    transform: rotate(45deg);
    box-shadow: 0 0 16px currentColor;
    animation: championSpark 3.8s ease-in-out infinite;
}

.champion-spark-one { top: 13%; left: 47%; color: var(--event-yellow); }
.champion-spark-two { top: 32%; right: 4%; color: var(--cyan-500); animation-delay: -1s; }
.champion-spark-three { bottom: 18%; left: 43%; color: var(--event-red); animation-delay: -2.1s; }
.champion-spark-four { bottom: 9%; right: 27%; color: var(--event-green); animation-delay: -2.9s; }

.champion-copy {
    position: relative;
    z-index: 3;
}

.champion-badges {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.champion-label,
.champion-not-raffle {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.champion-label {
    color: #07101b;
    background: linear-gradient(110deg, #ffb90e, #ffe76b);
    box-shadow: 0 0 26px rgba(255, 211, 38, .28);
}

.champion-label::before {
    content: "★";
    margin-right: 7px;
    font-size: .86rem;
}

.champion-not-raffle {
    color: #ffffff;
    border: 1px solid rgba(255, 96, 120, .52);
    background: rgba(255, 54, 86, .13);
    box-shadow: inset 0 0 20px rgba(255, 54, 86, .06);
}

.champion-copy h2 {
    max-width: 630px;
    margin: 12px 0 18px;
    color: #ffffff;
    font-size: clamp(2.35rem, 4.5vw, 4.15rem);
    line-height: .99;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.champion-copy h2 em {
    color: var(--event-yellow);
    font-style: normal;
    text-shadow: 0 0 30px rgba(255, 211, 38, .28);
}

.champion-copy > p:not(.champion-clarification) {
    max-width: 580px;
    margin: 0;
    color: #b7cada;
    font-size: 1.04rem;
}

.champion-spec {
    width: fit-content;
    margin: 27px 0 22px;
    padding: 13px 20px 13px 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(0, 200, 255, .35);
    border-radius: 15px 4px 15px 4px;
    background: rgba(0, 200, 255, .075);
    box-shadow: inset 0 0 24px rgba(0, 200, 255, .04);
}

.champion-spec strong {
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(0, 200, 255, .45);
}

.champion-spec span {
    max-width: 125px;
    color: var(--cyan-300);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.25;
    text-transform: uppercase;
}

.champion-clarification {
    max-width: 600px;
    margin: 0;
    padding-top: 17px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #d8e8f5;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .88rem;
}

.champion-clarification span {
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    color: #07101b;
    background: var(--event-yellow);
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 950;
    box-shadow: 0 0 16px rgba(255, 211, 38, .32);
}

.champion-stage {
    position: relative;
    z-index: 2;
    min-height: 440px;
    display: grid;
    place-items: center;
    perspective: 1000px;
}

.champion-stage::before,
.champion-stage::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.champion-stage::before {
    width: 390px;
    height: 390px;
    border: 1px solid rgba(0, 200, 255, .18);
    background: radial-gradient(circle, rgba(0, 139, 255, .16), rgba(1, 10, 27, 0) 66%);
    box-shadow: inset 0 0 70px rgba(0, 200, 255, .05), 0 0 50px rgba(0, 108, 255, .08);
    animation: championPortal 4.5s ease-in-out infinite;
}

.champion-stage::after {
    bottom: 35px;
    width: 76%;
    height: 34px;
    background: rgba(0, 0, 0, .62);
    filter: blur(16px);
    transform: rotate(-2deg);
    animation: championShadow 4.5s ease-in-out infinite;
}

.champion-tablet-glow {
    position: absolute;
    width: 75%;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 211, 38, .23), rgba(0, 155, 255, .08) 43%, transparent 72%);
    filter: blur(20px);
    animation: championGlow 3.6s ease-in-out infinite;
}

.champion-stage img {
    position: relative;
    z-index: 4;
    display: block;
    width: min(100%, 535px);
    height: auto;
    filter: drop-shadow(0 32px 26px rgba(0, 0, 0, .52)) drop-shadow(0 0 18px rgba(0, 200, 255, .18));
    transform: rotateY(-4deg) rotateZ(-1.5deg);
    animation: championTabletFloat 4.5s ease-in-out infinite;
}

.champion-orbit {
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    pointer-events: none;
}

.champion-orbit-one {
    width: 455px;
    height: 240px;
    border: 2px solid transparent;
    border-top-color: var(--cyan-500);
    border-bottom-color: rgba(0, 200, 255, .18);
    filter: drop-shadow(0 0 8px rgba(0, 200, 255, .72));
    transform: rotate(-10deg);
    animation: championOrbitOne 7.5s linear infinite;
}

.champion-orbit-two {
    width: 330px;
    height: 420px;
    border: 1px solid transparent;
    border-right-color: var(--event-yellow);
    border-left-color: rgba(255, 211, 38, .15);
    filter: drop-shadow(0 0 7px rgba(255, 211, 38, .56));
    transform: rotate(23deg);
    animation: championOrbitTwo 9s linear infinite reverse;
}

.champion-orbit-three {
    width: 405px;
    height: 405px;
    border: 1px dashed rgba(255, 54, 86, .38);
    transform: rotate(-18deg);
    animation: championOrbitThree 13s linear infinite;
}

.champion-winner-badge {
    position: absolute;
    z-index: 6;
    right: -8px;
    bottom: 54px;
    min-width: 168px;
    padding: 14px 18px;
    color: #07101b;
    border: 1px solid #fff0a4;
    border-radius: 14px 4px 14px 4px;
    background: linear-gradient(120deg, #ffb508, #ffe45d 60%, #fff2a6);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .33), 0 0 28px rgba(255, 211, 38, .22);
    transform: rotate(-2deg);
    animation: championBadgePulse 3.4s ease-in-out infinite;
}

.champion-winner-badge::before {
    content: "★";
    position: absolute;
    right: 12px;
    top: 8px;
    opacity: .52;
    font-size: 1.4rem;
}

.champion-winner-badge span,
.champion-winner-badge strong {
    display: block;
}

.champion-winner-badge span {
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.champion-winner-badge strong {
    margin-top: 2px;
    font-size: 1.05rem;
}

.champion-footline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 48px;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    color: #c6d8e8;
    border-top: 1px solid rgba(255, 255, 255, .09);
    background: rgba(1, 8, 22, .72);
    backdrop-filter: blur(12px);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-align: center;
    text-transform: uppercase;
}

.champion-footline span {
    position: relative;
}

.champion-footline span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -27px;
    width: 6px;
    height: 6px;
    background: var(--event-yellow);
    box-shadow: 0 0 10px var(--event-yellow);
    transform: translateY(-50%) rotate(45deg);
}

@keyframes championSweep {
    0%, 60% { left: -28%; opacity: 0; }
    68% { opacity: .8; }
    88%, 100% { left: 122%; opacity: 0; }
}

@keyframes championBeamRun {
    0%, 100% { opacity: .25; translate: 0 0; }
    50% { opacity: .9; translate: -75px 0; }
}

@keyframes championSpark {
    0%, 100% { opacity: .22; scale: .7; rotate: 0deg; }
    50% { opacity: 1; scale: 1.3; rotate: 90deg; }
}

@keyframes championPortal {
    0%, 100% { opacity: .72; scale: .96; }
    50% { opacity: 1; scale: 1.035; }
}

@keyframes championShadow {
    0%, 100% { opacity: .72; scale: .92; }
    50% { opacity: .48; scale: 1.04; }
}

@keyframes championGlow {
    0%, 100% { opacity: .6; scale: .92; }
    50% { opacity: 1; scale: 1.08; }
}

@keyframes championTabletFloat {
    0%, 100% { transform: translateY(0) rotateY(-4deg) rotateZ(-1.5deg); }
    50% { transform: translateY(-17px) rotateY(1deg) rotateZ(.7deg); }
}

@keyframes championOrbitOne {
    to { transform: rotate(350deg); }
}

@keyframes championOrbitTwo {
    to { transform: rotate(383deg); }
}

@keyframes championOrbitThree {
    to { transform: rotate(342deg); }
}

@keyframes championBadgePulse {
    0%, 100% { transform: rotate(-2deg) scale(1); }
    50% { transform: rotate(1deg) scale(1.045); }
}

@media (max-width: 1040px) {
    .event-hero.hero {
        min-height: 820px;
        padding: 48px 38px 108px;
    }

    .event-hero .hero-copy {
        width: min(700px, 72%);
        max-width: none;
    }

    .event-backdrop {
        background-position: 65% center;
    }

    .event-backdrop::after {
        background:
            linear-gradient(90deg, rgba(1, 7, 20, 0.66) 0%, rgba(2, 12, 31, 0.46) 55%, rgba(2, 12, 31, 0.1) 100%),
            linear-gradient(0deg, rgba(1, 7, 18, 0.76) 0%, transparent 31%);
    }

    .hero-event-note {
        display: none;
    }

    .event-values {
        left: 38px;
        width: min(650px, 68%);
    }

    .champion-prize-section {
        padding: 54px 38px 78px;
        grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
        gap: 24px;
    }

    .champion-stage {
        min-height: 390px;
    }

    .champion-orbit-one {
        width: 380px;
    }

    .champion-orbit-three {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 720px) {
    .campaign-header,
    .event-hero.hero {
        width: min(calc(100% - 24px), 1420px);
    }

    .event-lockup img {
        display: none;
    }

    .event-status {
        font-size: 0.72rem;
    }

    .event-hero.hero {
        min-height: auto;
        margin-top: 12px;
        padding: 30px 18px 34px;
        border-radius: 21px 5px 21px 5px;
    }

    .event-backdrop {
        background-position: 70% center;
    }

    .event-backdrop::after {
        background:
            linear-gradient(0deg, rgba(1, 7, 19, 0.97) 0%, rgba(2, 12, 31, 0.82) 70%, rgba(3, 14, 35, 0.48) 100%),
            linear-gradient(90deg, rgba(1, 7, 20, 0.62), rgba(1, 7, 20, 0.12));
    }

    .event-hero .hero-copy {
        width: 100%;
    }

    .event-brand-strip {
        margin-bottom: 23px;
        gap: 9px;
    }

    .nationals-mark {
        width: 57%;
        min-height: 96px;
        padding: 11px;
    }

    .wca-mark {
        width: 43%;
        min-height: 96px;
        padding: 9px 10px;
        gap: 9px;
    }

    .wca-mark img {
        width: 50px;
        height: 50px;
    }

    .wca-mark strong {
        font-size: 0.76rem;
    }

    .wca-mark span {
        font-size: 0.68rem;
        letter-spacing: 0.04em;
    }

    .event-hero.hero h1 {
        font-size: clamp(3rem, 14vw, 4.7rem);
    }

    .event-subtitle {
        font-size: 1rem;
    }

    .event-facts {
        display: grid;
        gap: 10px;
    }

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

    .countdown-unit {
        min-height: 98px;
    }

    .event-hero .hero-actions .button {
        flex: 1 1 100%;
    }

    .event-values {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        background: rgba(2, 15, 37, 0.7);
    }

    .event-motion {
        opacity: .78;
    }

    .champion-prize-section {
        width: min(calc(100% - 24px), var(--max-width));
        margin-top: 30px;
        padding: 42px 19px 92px;
        grid-template-columns: 1fr;
        gap: 18px;
        border-radius: 22px 5px 22px 5px;
    }

    .champion-copy {
        text-align: center;
    }

    .champion-badges,
    .champion-spec {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .champion-copy h2 {
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(2.45rem, 11vw, 3.8rem);
    }

    .champion-copy > p:not(.champion-clarification),
    .champion-clarification {
        margin-left: auto;
        margin-right: auto;
    }

    .champion-clarification {
        text-align: left;
    }

    .champion-stage {
        min-height: 350px;
    }

    .champion-stage img {
        width: min(100%, 460px);
    }

    .champion-stage::before {
        width: 320px;
        height: 320px;
    }

    .champion-orbit-one {
        width: 340px;
        height: 190px;
    }

    .champion-orbit-two {
        width: 260px;
        height: 330px;
    }

    .champion-orbit-three {
        width: 310px;
        height: 310px;
    }

    .champion-winner-badge {
        right: 4%;
        bottom: 32px;
    }

    .champion-footline {
        min-height: 64px;
        padding: 10px 16px;
        display: grid;
        gap: 5px;
    }

    .champion-footline span + span::before {
        display: none;
    }

    .participation-section::before {
        inset: 25px -8px;
    }
}

@media (max-width: 480px) {
    .event-brand-strip {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nationals-mark,
    .wca-mark {
        width: 100%;
    }

    .wca-mark {
        justify-content: center;
    }

    .champion-stage {
        min-height: 300px;
    }

    .champion-winner-badge {
        min-width: 150px;
        right: 0;
        bottom: 25px;
        padding: 12px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-backdrop,
    .speed-line,
    .event-scan,
    .event-particle,
    .countdown-unit,
    .countdown-unit::before,
    .countdown-unit.tick strong,
    .nationals-mark,
    .wca-mark,
    .event-hero.hero h1 .hero-yellow,
    .event-hero .button-primary::after,
    .hero-event-note,
    .event-values i,
    .champion-prize-section::after,
    .champion-beam,
    .champion-spark,
    .champion-stage::before,
    .champion-stage::after,
    .champion-tablet-glow,
    .champion-stage img,
    .champion-orbit,
    .champion-winner-badge,
    .event-brand-strip,
    .sponsor-label,
    .event-hero h1,
    .event-subtitle,
    .event-hero .hero-intro,
    .event-facts,
    .event-countdown,
    .event-hero .hero-actions {
        animation: none !important;
    }

    .event-brand-strip,
    .sponsor-label,
    .event-hero h1,
    .event-subtitle,
    .event-hero .hero-intro,
    .event-facts,
    .event-countdown,
    .event-hero .hero-actions {
        opacity: 1;
    }

    .event-backdrop {
        transform: none !important;
    }
}
