body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    color: #111;
}

.landing-page {
    overflow-x: hidden;
    background: #f4f4f4;
}

.event-hero img {
    width: 100%;
    display: block;
}

.signup-section {
    background: #000;
    padding: 0 18px 28px;
}

.signup-card {
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 28px 46px 34px;
    box-shadow: 0 12px 35px rgba(0,0,0,.25);
}

.signup-header {
    border-bottom: 1px solid #aaa;
    padding-bottom: 18px;
    margin-bottom: 16px;
}

.signup-header img {
    width: 56px;
    float: left;
    margin-right: 22px;
}

.signup-header h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 950;
}

.signup-header h2 {
    margin: 6px 0;
    font-size: 24px;
    font-weight: 900;
}

.signup-header h3 {
    margin: 4px 0;
    font-size: 25px;
    color: #d50000;
    font-weight: 950;
}

.signup-header p {
    margin: 6px 0 0;
    font-size: 17px;
}

.event-info-strip {
    margin: 14px 0 18px;
    font-size: 18px;
}

.event-info-strip strong,
.event-info-strip span {
    display: block;
    margin-bottom: 6px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.signup-card input[type=text],
.signup-card input[type=email],
.signup-card input[type=tel] {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 17px;
    box-sizing: border-box;
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 15px;
    margin: 9px 0;
}

.preferences-title {
    border-top: 1px solid #aaa;
    padding-top: 14px;
    margin: 16px 0 12px;
    font-size: 24px;
    font-weight: 950;
}

.preferences-title small {
    font-size: 15px;
    font-weight: 700;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.category-option {
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
    cursor: pointer;
}

.category-option img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.category-option span {
    flex: 1;
    font-weight: 900;
    font-size: 15px;
}

.main-cta {
    display: block;
    width: 70%;
    margin: 22px auto 8px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #e00000, #a90000);
    color: #fff;
    font-size: 26px;
    font-weight: 950;
    padding: 14px;
    cursor: pointer;
}

.privacy-note {
    text-align: center;
    font-size: 14px;
    margin: 8px 0 0;
}

.online-transition {
    background: #ffffff;
    padding: 26px 45px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.transition-content {
    max-width: 1180px;
    margin: 0 auto 18px;
}

.transition-content h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.05;
}

.transition-content strong {
    font-size: 42px;
}

.transition-benefits {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    align-items: center;
}

.transition-benefits div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}

.transition-benefits img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.limited-banner {
    max-width: 520px;
    margin: 22px auto 0;
    background: #000;
    color: #ffd400;
    text-align: center;
    padding: 10px 24px;
    font-size: 24px;
    font-weight: 950;
}

.how-it-works {
    background: #ffffff;
    padding: 20px 45px 28px;
    text-align: center;
}

.how-it-works h2,
.online-categories h2 {
    font-size: 28px;
    margin: 0 0 18px;
    font-weight: 950;
}

.steps-grid {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.step-card {
    position: relative;
    font-weight: 950;
}

.step-card span {
    position: absolute;
    top: -8px;
    left: 18px;
    background: #d50000;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.step-card img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.step-card strong,
.step-card p {
    display: block;
    margin: 4px 0;
}

.step-card p {
    color: #d50000;
}

.no-shipping-box {
    max-width: 310px;
    margin: 24px auto 0;
    background: #000;
    color: white;
    padding: 18px;
    font-weight: 950;
}

.no-shipping-box img {
    width: 48px;
}

.no-shipping-box strong {
    color: #ffd400;
    display: block;
}

.online-categories {
    background: #ffffff;
    padding: 18px 35px 32px;
    text-align: center;
}

.showcase-grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.showcase-item {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 9px;
    font-size: 13px;
    font-weight: 900;
}

.showcase-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    margin: 0 auto 4px;
}

.final-cta-section {
    background: linear-gradient(90deg, #c90000, #e00000);
    color: white;
    text-align: center;
    padding: 28px 20px;
}

.final-cta-section h2,
.final-cta-section h3 {
    margin: 4px 0;
    font-weight: 950;
}

.final-cta-btn {
    display: inline-block;
    margin-top: 14px;
    background: #ffd400;
    color: #000;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 950;
}

.footer {
    background: linear-gradient(90deg, #c90000, #e00000);
    color: white;
    text-align: center;
    padding: 28px 18px;
    border-top: 4px solid #9d0000;
}

.footer img {
    height: 80px;
    margin-bottom: 10px;
}

.footer p {
    font-weight: 900;
}

/* ERROR MODAL */
.error-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.error-modal {
    background: white;
    border-radius: 18px;
    max-width: 460px;
    padding: 32px;
    text-align: center;
    border: 3px solid #d40000;
}

.error-modal h2 {
    color: #d40000;
}

.error-modal-close,
.error-modal-btn {
    cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
    .signup-section {
        padding: 0 10px 20px;
    }

    .signup-card {
        border-radius: 12px;
        padding: 22px 16px;
    }

    .signup-header img {
        width: 42px;
        margin-right: 12px;
    }

    .signup-header h1 {
        font-size: 30px;
    }

    .signup-header h2 {
        font-size: 18px;
    }

    .signup-header h3 {
        font-size: 20px;
    }

    .form-grid,
    .category-grid,
    .transition-benefits,
    .steps-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .main-cta {
        width: 100%;
        font-size: 22px;
    }

    .online-transition,
    .how-it-works,
    .online-categories {
        padding-left: 16px;
        padding-right: 16px;
    }

    .transition-content h2 {
        font-size: 22px;
    }

    .transition-content strong {
        font-size: 32px;
    }

    .transition-benefits div {
        justify-content: center;
    }

    .steps-grid {
        gap: 18px;
    }
}

/* SUCCESS PAGE */

.top-bar {
    background: linear-gradient(90deg, #c90000, #e00000);
    padding: 22px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #9d0000;
}

.top-logo {
    height: 95px;
}

.insta-btn {
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.35);
    color: white;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
    transition: .2s ease;
}

.insta-btn:hover {
    background: rgba(255,255,255,.25);
}

.success-page {
    min-height: 72vh;
    background: linear-gradient(180deg, #fff7eb 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 18px;
}

.success-card {
    max-width: 620px;
    width: 100%;
    background: white;
    border-radius: 22px;
    border: 3px solid #d50000;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
    text-align: center;
    padding: 46px 34px;
}

.success-icon {
    font-size: 58px;
    margin-bottom: 10px;
}

.success-card h1 {
    color: #d50000;
    font-size: 46px;
    margin: 0 0 18px;
    font-weight: 950;
}

.success-text {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.success-subtext {
    font-size: 18px;
    line-height: 1.45;
    color: #333;
}

.instagram-btn {
    display: inline-block;
    background: linear-gradient(90deg, #e00000, #a90000);
    color: white;
    text-decoration: none;
    padding: 15px 28px;
    border-radius: 10px;
    font-weight: 950;
    margin: 18px 0 14px;
}

.back-home-btn {
    display: block;
    color: #111;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 768px) {
    .top-bar {
        padding: 18px;
        justify-content: center;
    }

    .top-logo {
        height: 78px;
    }

    .top-bar .insta-btn {
        display: none;
    }

    .success-page {
        padding: 42px 14px;
    }

    .success-card {
        padding: 36px 22px;
        border-radius: 18px;
    }

    .success-card h1 {
        font-size: 36px;
    }

    .success-text {
        font-size: 21px;
    }

    .success-subtext {
        font-size: 16px;
    }

    .footer img {
        height: 70px;
    }
}