/* Private waitlist pages (Maker / Riser) */

body.maker-page,
body.riser-page {
    background: #000;
    color: #fff;
    min-height: 100vh;
    position: relative;
}

body.maker-page::before,
body.maker-page::after,
body.riser-page::before,
body.riser-page::after {
    display: none !important;
}

.maker-page,
.riser-page {
    --maker-max: 640px;
    --maker-input-bg: #121212;
    --maker-border: #2a2a2a;
    --maker-text-muted: #a0a0a0;
    --maker-divider: #1f1f1f;
    font-family: var(--font-primary);
}

.riser-page {
    --maker-max: 720px;
}

.riser-accent {
    font-weight: 800;
    color: #00d4aa;
}

body.riser-page .maker-form__subtitle {
    max-width: 42ch;
    font-size: 0.9375rem;
}

body.riser-page .form-grid {
    grid-template-columns: repeat(2, 1fr);
}

body.riser-page .form-group-full {
    grid-column: 1 / -1;
}

/* Topo: background halftone + logo sobreposto */
.maker-page__top {
    position: relative;
    width: 100%;
    height: 200px;
    flex-shrink: 0;
}

.maker-page__top-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #000;
    background-image: url('/assets/topo.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    pointer-events: none;
}

.maker-page__top-logo {
    position: absolute;
    left: 50%;
    top: 58%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: block;
    height: 44px;
    width: auto;
}

.maker-page__wrap {
    position: relative;
    z-index: 1;
    max-width: var(--maker-max);
    margin: 0 auto;
    padding: 2.5rem 1.25rem 0;
}

.maker-form__header {
    text-align: center;
    margin-bottom: 2rem;
}

.maker-form__title {
    font-family: var(--font-primary);
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.maker-form__subtitle {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--maker-text-muted);
    max-width: 36ch;
    margin: 0 auto;
}

.maker-form__subtitle .brand-name {
    color: #fff;
}

/* Form — sem card glass; campos soltos no fundo preto */
body.maker-page .lead-form,
body.riser-page .lead-form {
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
}

body.maker-page .form-grid,
body.riser-page .form-grid {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

body.maker-page .form-group label,
body.riser-page .form-group label {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
}

body.maker-page .form-group input,
body.riser-page .form-group input,
body.maker-page .form-group select,
body.riser-page .form-group select,
body.maker-page .form-group textarea,
body.riser-page .form-group textarea {
    background: var(--maker-input-bg);
    border: 1px solid var(--maker-border);
    border-radius: 8px;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    color: #fff;
    min-height: 48px;
    backdrop-filter: none;
}

body.maker-page .form-group input::placeholder,
body.riser-page .form-group input::placeholder,
body.maker-page .form-group textarea::placeholder,
body.riser-page .form-group textarea::placeholder {
    color: #6b6b6b;
}

body.maker-page .form-group input:focus,
body.riser-page .form-group input:focus,
body.maker-page .form-group select:focus,
body.riser-page .form-group select:focus,
body.maker-page .form-group textarea:focus,
body.riser-page .form-group textarea:focus {
    border-color: #444;
    box-shadow: none;
    background: var(--maker-input-bg);
    outline: none;
}

body.maker-page .form-group select,
body.riser-page .form-group select {
    color: #6b6b6b;
}

body.maker-page .form-group select:valid,
body.riser-page .form-group select:valid,
body.maker-page .form-group select option,
body.riser-page .form-group select option {
    color: #fff;
}

body.maker-page .form-terms,
body.riser-page .form-terms {
    margin-bottom: 1.5rem;
}

body.maker-page .checkbox-label,
body.riser-page .checkbox-label {
    color: var(--maker-text-muted);
    font-size: 0.8125rem;
}

body.maker-page .checkmark,
body.riser-page .checkmark {
    border-color: #444;
    background: var(--maker-input-bg);
}

body.maker-page .checkbox-label input[type="checkbox"]:checked + .checkmark,
body.riser-page .checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #fff;
    border-color: #fff;
}

body.maker-page .checkbox-label input[type="checkbox"]:checked + .checkmark::after,
body.riser-page .checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    color: #000;
}

body.maker-page .terms-link,
body.riser-page .terms-link {
    color: #fff;
    text-decoration: underline;
}

body.maker-page .terms-link:hover,
body.riser-page .terms-link:hover {
    color: var(--maker-text-muted);
}

body.maker-page .btn-primary.btn-submit,
body.riser-page .btn-primary.btn-submit {
    background: #fff;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    min-height: 52px;
    width: 100%;
}

body.maker-page .btn-primary.btn-submit:hover,
body.riser-page .btn-primary.btn-submit:hover {
    background: #e8e8e8;
    box-shadow: none;
    transform: none;
}

/* Aviso legal */
.maker-legal {
    max-width: var(--maker-max);
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
    border-top: 1px solid var(--maker-divider);
    text-align: center;
}

.maker-legal__title {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.maker-legal__text {
    font-size: 0.75rem;
    line-height: 1.65;
    color: var(--maker-text-muted);
    max-width: 52ch;
    margin: 0 auto;
}

.maker-legal__text .brand-name {
    color: #fff;
}

/* Footer (BatsFooter) */
.maker-footer {
    max-width: 1980px;
    width: calc(100vw - clamp(0px, 2.2vw, 28px));
    margin: 28px auto 0;
    padding: 48px clamp(16px, 3vw, 40px) 34px;
    border-top: 1px solid var(--maker-divider);
}

.maker-footer__content {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

.maker-footer__brand p {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 1.55;
    margin: 16px 0;
}

.maker-footer__logo {
    width: 70px;
}

.maker-footer__socials {
    display: flex;
    gap: 10px;
    align-items: center;
}

.maker-footer__socials img {
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

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

.maker-footer__links h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #f1f7f7;
}

.maker-footer__links a {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #f1f7f7;
    text-decoration: none;
}

.maker-footer__links a:hover {
    opacity: 0.85;
}

.maker-footer__headline {
    margin: 46px 0 26px;
    font-size: clamp(2rem, 9.5vw, 104px);
    line-height: 0.95;
    font-weight: 500;
    color: #0f3d34;
    text-transform: uppercase;
}

.maker-footer__bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #b7b7b7;
}

.maker-footer__bottom p {
    margin: 0;
}

@media (max-width: 1100px) {
    .maker-footer {
        width: 100%;
    }

    .maker-footer__content,
    .maker-footer__links,
    .maker-footer__bottom {
        display: block;
    }

    .maker-footer__headline {
        font-size: 48px;
    }
}

@media (max-width: 900px) {
    .maker-footer {
        padding: 32px clamp(16px, 3vw, 40px);
    }

    .maker-footer__brand p,
    .maker-footer__links a {
        font-size: 13px;
    }

    .maker-footer__links h4 {
        margin-top: 16px;
        font-size: 14px;
    }

    .maker-footer__headline {
        font-size: 42px;
        margin-top: 30px;
    }

    .maker-footer__bottom {
        margin-top: 16px;
        gap: 8px;
    }
}

@media (max-width: 560px) {
    .maker-footer__headline {
        font-size: 34px;
    }
}

/* Modal */
body.maker-page .modal-content,
body.riser-page .modal-content {
    background: #121212;
    border: 1px solid var(--maker-border);
}

body.maker-page .modal-header h2,
body.riser-page .modal-header h2 {
    color: #fff;
}

@media (max-width: 768px) {
    .maker-page__top {
        height: clamp(120px, 28vw, 200px);
    }

    .maker-page__top-logo {
        height: 36px;
    }

    .maker-page__wrap {
        padding-top: 2rem;
    }

    body.maker-page .form-grid,
    body.riser-page .form-grid {
        grid-template-columns: 1fr;
    }

}
