@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
    --ink: #111820;
    --muted: #5c6670;
    --paper: #f7f6f2;
    --white: #ffffff;
    --line: #d8dde1;
    --yellow: #f4c400;
    --yellow-dark: #d4a900;
    --aviation-blue: #164f78;
    --aviation-blue-dark: #103b5a;
    --error: #b42318;
    --error-soft: #fef3f2;
    --success: #138a4b;
    --shadow: 0 24px 70px rgba(17, 24, 32, 0.15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

button,
input {
    font-family: inherit;
}

.site-header {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 18px 24px;
    background: var(--white);
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.brand,
.partner-brand {
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.brand-accent {
    color: var(--yellow-dark);
}

.header-divider {
    width: 1px;
    height: 34px;
    background: var(--line);
}

.partner-brand {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.02em;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: 40px;
    padding: 80px max(6vw, 28px);
    color: var(--white);
    background:
        linear-gradient(120deg, rgba(7, 17, 27, 0.98), rgba(17, 48, 69, 0.94)),
        repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255,255,255,.02) 80px);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: var(--yellow);
}

.hero-copy,
.product-stage {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.hero h1,
.form-heading h2,
.success-card h1 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    line-height: 0.96;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(54px, 7vw, 100px);
    letter-spacing: -0.025em;
}

.hero h1 span {
    color: var(--yellow);
}

.hero-description {
    max-width: 670px;
    margin: 28px 0;
    color: #dce5ea;
    font-size: 18px;
    line-height: 1.75;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0;
}

.feature-row div {
    min-width: 90px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
}

.feature-row strong,
.feature-row span {
    display: block;
}

.feature-row strong {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    letter-spacing: .08em;
}

.feature-row span {
    color: #b9c7cf;
    font-size: 11px;
    text-transform: uppercase;
}

.sponsor-line {
    margin-top: 32px;
    color: #b9c7cf;
    font-size: 13px;
}

.sponsor-line a {
    color: var(--white);
    font-weight: 700;
}

.hero-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .22;
}

.hero-glow-green {
    right: 24%;
    top: 10%;
    background: #00d466;
}

.hero-glow-blue {
    right: -40px;
    bottom: 10%;
    background: #078cff;
}

.product-stage {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-video {
    width: 100%;
    max-width: 400px;   /* Adjust this value */
    height: auto;
    display: block;
}

.light-globe {
    position: relative;
    width: 190px;
    height: 205px;
    border-radius: 48% 48% 28% 28%;
    background:
        radial-gradient(circle at 40% 30%, rgba(255,255,255,.95), transparent 8%),
        radial-gradient(circle at 50% 50%, rgba(174,255,202,.85), rgba(0,176,77,.62) 55%, rgba(0,74,34,.95) 100%);
    border: 7px solid rgba(220, 235, 223, .65);
    box-shadow:
        0 0 40px rgba(0, 215, 94, .72),
        0 0 110px rgba(0, 215, 94, .35),
        inset 0 -25px 40px rgba(0,0,0,.28);
}

.glass-shine {
    position: absolute;
    left: 34px;
    top: 20px;
    width: 28px;
    height: 110px;
    border-radius: 50%;
    transform: rotate(12deg);
    background: rgba(255,255,255,.22);
}

.light-collar {
    width: 230px;
    height: 45px;
    margin-top: -8px;
    border-radius: 9px;
    background: linear-gradient(#b69805, #f3cc16 45%, #9a7e02);
    box-shadow: 0 10px 20px rgba(0,0,0,.35);
}

.light-body {
    width: 190px;
    height: 120px;
    display: grid;
    place-items: center;
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
    background: linear-gradient(90deg, #b79200, #f6d322 48%, #9e7e00);
    color: rgba(43,36,0,.8);
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .18em;
    text-shadow: 0 1px rgba(255,255,255,.35);
}

.light-base {
    width: 245px;
    height: 28px;
    border-radius: 9px 9px 14px 14px;
    background: linear-gradient(#947600, #e6bd09 45%, #7a6100);
    box-shadow: 0 20px 24px rgba(0,0,0,.4);
}

.product-value {
    margin-top: 26px;
    padding: 8px 16px;
    color: var(--yellow);
    border: 1px solid rgba(244,196,0,.45);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
}

.entry-section {
    max-width: 980px;
    margin: 0 auto;
    padding: 90px 28px 110px;
}

.form-heading {
    margin-bottom: 34px;
    text-align: center;
}

.form-heading .eyebrow {
    color: var(--aviation-blue);
}

.form-heading h2 {
    font-size: clamp(44px, 7vw, 72px);
}

.form-heading > p:last-child {
    color: var(--muted);
}

.raffle-form {
    padding: 42px;
    background: var(--white);
    border-top: 6px solid var(--yellow);
    box-shadow: var(--shadow);
}

.field-grid {
    display: grid;
    gap: 22px;
}

.two-column {
    grid-template-columns: 1fr 1fr;
}

.address-grid {
    grid-template-columns: 1.5fr .75fr .75fr;
}

.field {
    margin-bottom: 22px;
}

.field label,
.contact-fieldset legend {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.field label span {
    color: var(--error);
}

.field label small {
    margin-left: 4px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 500;
}

.field input {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    border: 1px solid #bac3ca;
    border-radius: 0;
    background: #fff;
    color: var(--ink);
    font: inherit;
    outline: none;
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.field input:hover {
    border-color: #8e9aa3;
}

.field input:focus {
    border-color: var(--aviation-blue);
    box-shadow: 0 0 0 3px rgba(22,79,120,.13);
}

.field input.invalid {
    border-color: var(--error);
    background: #fffafa;
}

.field input.invalid:focus {
    box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.field-error {
    min-height: 0;
    margin: 6px 0 0;
    color: var(--error);
    font-size: 12px;
    font-weight: 600;
}

.error-summary {
    margin-bottom: 25px;
    padding: 14px 16px;
    color: #7a271a;
    background: var(--error-soft);
    border-left: 4px solid var(--error);
    font-weight: 700;
}

.contact-fieldset {
    margin: 12px 0 26px;
    padding: 24px;
    border: 1px solid var(--line);
    background: #fbfcfc;
}

.contact-fieldset legend {
    padding: 0 8px;
    font-size: 15px;
}

.fieldset-help {
    margin: -4px 0 22px;
    color: var(--muted);
    font-size: 13px;
}

.contact-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.contact-input {
    margin-bottom: 16px;
}

.method-checkbox,
.consent-box label {
    cursor: pointer;
}

.method-checkbox {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    padding: 9px 10px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    user-select: none;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease;
}

.method-checkbox:hover {
    border-color: var(--line);
    background: #f3f6f8;
}

.method-checkbox input,
.consent-box input {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 0;
    accent-color: var(--aviation-blue);
    cursor: pointer;
}

.method-checkbox input:focus-visible,
.consent-box input:focus-visible {
    outline: 3px solid rgba(22, 79, 120, 0.22);
    outline-offset: 3px;
}

.custom-check {
    display: none;
}

.method-error {
    margin-top: 0;
}

.consent-box {
    padding: 20px;
    border: 1px solid var(--line);
    background: #f7f8f9;
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease;
}

.consent-box:hover {
    border-color: #b8c1c8;
    background: #f4f6f7;
}

.consent-box.consent-invalid {
    border-color: var(--error);
    background: var(--error-soft);
}

.consent-box label {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 12px;
    line-height: 1.65;
}

.consent-box input {
    margin-top: 3px;
}

.submit-button {
    width: 100%;
    min-height: 58px;
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 0;
    background: var(--yellow);
    color: #1d1a08;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        transform 0.16s ease,
        background-color 0.16s ease,
        box-shadow 0.16s ease;
}

.submit-button:hover {
    transform: translateY(-2px);
    background: #ffd51a;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.14);
}

.submit-button:focus-visible {
    outline: 3px solid rgba(22, 79, 120, 0.28);
    outline-offset: 4px;
}

.submit-button:active {
    transform: translateY(0);
}

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

.fine-print {
    margin: 18px 0 0;
    color: #737d85;
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
}

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

footer {
    padding: 42px 24px;
    color: #d7dfe4;
    background: #0b1218;
    text-align: center;
}

footer div {
    display: flex;
    justify-content: center;
    gap: 14px;
    color: #fff;
    letter-spacing: .08em;
}

footer div span {
    color: var(--yellow);
}

footer p {
    margin: 10px 0 0;
    color: #9dacb6;
    font-size: 12px;
}

/* Success screen */
.success-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 70% 20%, rgba(0, 190, 84, .2), transparent 28%),
        linear-gradient(135deg, #07111b, #183d55);
}

.success-main {
    min-height: calc(100vh - 82px);
    display: grid;
    place-items: center;
    padding: 40px 22px;
}

.success-card {
    width: min(680px, 100%);
    padding: 55px;
    background: #fff;
    border-top: 7px solid var(--yellow);
    box-shadow: var(--shadow);
    text-align: center;
}

.success-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border-radius: 50%;
    color: #fff;
    background: var(--success);
    font-size: 34px;
    font-weight: 800;
}

.success-card .eyebrow {
    color: var(--aviation-blue);
}

.success-card h1 {
    font-size: clamp(48px, 8vw, 74px);
}

.success-card > p {
    color: var(--muted);
    line-height: 1.8;
}

.booth-reminder {
    padding: 16px;
    background: #f5f7f8;
}

.success-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.success-links a {
    padding: 12px 16px;
    border: 1px solid var(--aviation-blue);
    color: var(--aviation-blue);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.16s ease,
        background-color 0.16s ease;
}

.success-links a:hover {
    color: #fff;
    background: var(--aviation-blue);
}

@media (max-width: 768px) {

    .hero-video-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 820px) {
    .hero {
        grid-template-columns: 1fr;
        padding-top: 60px;
        text-align: center;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .feature-row {
        justify-content: center;
    }

    .product-stage {
        min-height: 430px;
    }

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

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

@media (max-width: 600px) {
    .site-header {
        min-height: 70px;
        gap: 14px;
        padding: 14px 16px;
    }

    .brand {
        font-size: 23px;
    }

    .header-divider {
        height: 28px;
    }

    .hero {
        min-height: auto;
        gap: 20px;
        padding: 52px 20px 64px;
    }

    .hero h1 {
        font-size: 52px;
    }

    .hero-description {
        font-size: 15px;
    }

    .product-stage {
        transform: scale(.86);
        margin: -30px 0;
    }

    .entry-section {
        padding: 65px 14px 80px;
    }

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

    .raffle-form {
        padding: 25px 18px;
    }

    .two-column,
    .address-grid {
        grid-template-columns: 1fr;
    }

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

    .field {
        margin-bottom: 18px;
    }

    .field input {
        min-height: 56px;
        font-size: 16px;
    }

    .contact-fieldset {
        padding: 18px 14px;
    }

    .contact-option {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 20px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--line);
    }

    .contact-option:last-of-type {
        margin-bottom: 8px;
        border-bottom: 0;
    }

    .method-checkbox {
        width: 100%;
        min-height: 48px;
        margin-top: -7px;
        margin-bottom: 4px;
        padding: 10px 0;
    }

    .method-checkbox input,
    .consent-box input {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .consent-box {
        padding: 18px 16px;
    }

    .consent-box label {
        gap: 12px;
        font-size: 12px;
        line-height: 1.7;
    }

    .submit-button {
        min-height: 62px;
        font-size: 14px;
    }

    .success-card {
        padding: 38px 22px;
    }
}
