body {
    background-color: #e7a882;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    color: #4a2114;
}

/* -- Hero section (full viewport) ---------------------------------- */

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

.hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1100px;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.mascot-col {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

#zubro-video {
    width: 100%;
    max-width: 490px;
    max-height: 600px;
    object-fit: contain;
}

.text-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 450px;
}

h1 {
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    margin: 0 0 20px 0;
    font-weight: 900;
    white-space: nowrap;
}

.tagline {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.4;
    margin: 0 0 40px 0;
    font-weight: 600;
    opacity: 0.85;
}

/* -- Buttons ------------------------------------------------------- */

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #4a2114;
    color: #fcece0;
    border: none;
    padding: 16px 40px;
    font-size: 1.25rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(74, 33, 20, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.cta-button:hover {
    background-color: #36170d;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(74, 33, 20, 0.3);
}

.cta-button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.learn-more {
    margin-top: 24px;
    font-size: 1.15rem;
    font-weight: 900;
    color: #4a2114;
    text-decoration: none;
    transition: opacity 0.2s;
}

.learn-more:hover {
    opacity: 0.7;
}

/* -- Info section (below fold) ------------------------------------- */

.info {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px 120px;
}

.info h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 900;
    margin: 0 0 32px 0;
}

.info-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 20px;
}

.info-card h3 {
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0 0 8px 0;
}

.info-card p {
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    opacity: 0.8;
}

.info-footer {
    margin-top: 48px;
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.5;
    line-height: 1.5;
}

/* -- Terms & Privacy page ----------------------------------------- */

.terms {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 24px 120px;
}

.terms h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: normal;
    white-space: normal;
    margin: 0 0 4px 0;
}

.terms .updated {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.5;
    margin: 0 0 40px 0;
}

.terms h2 {
    font-size: 1.2rem;
    font-weight: 900;
    margin: 32px 0 8px 0;
}

.terms p,
.terms li {
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 600;
    opacity: 0.85;
    margin: 0 0 12px 0;
}

.terms ul {
    padding-left: 24px;
    margin: 0 0 12px 0;
}

.terms li { margin-bottom: 6px; }

.terms a {
    color: #4a2114;
    font-weight: 900;
}

.back-link {
    display: inline-block;
    margin-bottom: 32px;
    font-size: 1rem;
    font-weight: 900;
    color: #4a2114;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.back-link:hover { opacity: 1; }

/* -- Consent page ------------------------------------------------- */

.consent {
    max-width: 520px;
    margin: 0 auto;
    padding: 60px 24px 120px;
}

.consent h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: normal;
    white-space: normal;
    margin: 0 0 8px 0;
}

.consent-intro {
    font-size: 1.05rem;
    font-weight: 600;
    opacity: 0.85;
    margin: 0 0 20px 0;
}

.consent-list {
    padding-left: 24px;
    margin: 0 0 32px 0;
}

.consent-list li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 8px;
}

.consent-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.consent-name-label {
    font-size: 1.05rem;
    font-weight: 900;
}

.consent-input {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 16px;
    border: 2px solid rgba(74, 33, 20, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.25);
    color: #4a2114;
    outline: none;
    transition: border-color 0.2s;
}

.consent-input:focus {
    border-color: #4a2114;
}

.consent-input::placeholder {
    color: #4a2114;
    opacity: 0.4;
}

.consent-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}

.consent-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #4a2114;
    cursor: pointer;
}

.consent-checkbox-label a {
    color: #4a2114;
    font-weight: 900;
}

.consent .cta-button {
    margin-top: 8px;
    align-self: flex-start;
}

.consent .cta-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 4px 10px rgba(74, 33, 20, 0.1);
}

.consent .cta-button:disabled:hover {
    background-color: #4a2114;
    transform: none;
    box-shadow: 0 4px 10px rgba(74, 33, 20, 0.1);
}
/* -- Mobile -------------------------------------------------------- */

@media (max-width: 900px) {
    .hero {
        align-items: flex-start;
        min-height: 100dvh;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 40px 20px 20px;
    }

    #zubro-video {
        max-height: 45vh;
        width: auto;
    }

    h1 {
        font-size: clamp(3.2rem, 12vw, 4rem);
        margin-bottom: 10px;
    }

    .text-col {
        align-items: center;
    }
}
