﻿ul.validation-errors {
    padding: 1rem 2rem;
    margin: 0 0 2rem;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
}

.validation-errors {
    color: #fff;
}

.contact-cta {
    background: linear-gradient(135deg, #4dcbf2 0%, #00abe5 25%, #0060e6 50%, #00abe5 75%, #4dcbf2 100%);
    padding: 5rem 2rem;
}

.contact-container,
#affiliate {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 4rem;
    position: relative;
    overflow: hidden;
}

.contact-container {
    background: linear-gradient(135deg, #111428 0%, #1a1535 100%);
    margin-bottom: 2rem;
}

    .contact-container::before,
    #affiliate::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
    }

    .contact-container::before {
        background: linear-gradient(90deg, transparent, rgba(0,171,229,0.3), rgba(57,0,230,0.3), transparent);
    }

.badge-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    margin: 0 auto 1.25rem;
    display: grid;
    place-items: center;
    background: linear-gradient(150deg, rgba(0, 171, 229, .22), rgba(0, 96, 230, .18));
    border: 1px solid rgba(0, 171, 229, .35);
    box-shadow: 0 8px 30px -10px rgba(0, 171, 229, .5);

    svg {
        width: 26px;
        height: 26px;
        stroke: #00abe5;
    }
}

h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    font-size: clamp(30px, 4.4vw, 44px);
    color: white;
    line-height: 1.2;
}

.contact-panel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;

    > p {
        color: rgba(255,255,255,0.72);
        font-size: clamp(15px, 1.6vw, 17px);
        margin-top: 10px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

.stepper-row {
    display: flex;
    margin: 0 0 2.25rem;

    &.center {
        justify-content: center;
    }
}

.stepper {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;

    .node {
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .dot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        overflow: hidden;
        font-size: 16px;
        font-weight: 700;
        flex: 0 0 auto;
        border: 2px solid rgba(255,255,255,0.2);
        color: rgba(255,255,255,0.8);
        background: rgba(255,255,255,0.05);
        transition: all .35s ease;
    }

    .node.active .dot {
        background: #fff;
        color: #0f1729;
    }

    .label {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .k {
        font-size: 0.68rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(255,255,255,0.55);
    }

    .t {
        margin-top: 0.2rem;
        font-size: 0.92rem;
        color: #fff;
    }

    .bar {
        width: 3rem;
        height: 1px;
        background: rgba(255,255,255,0.22);
    }
}

.contact-grid {
    display: block;
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.thank-you {
    text-align: center;

    h3 {
        color: #fff;
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.25rem;

    label {
        font-family: 'Outfit', sans-serif;
        font-size: 0.9rem;
        font-weight: 400;
        color: rgba(255,255,255,0.55);
        letter-spacing: 0.04em;
    }

    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .form-group {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }

    input:not([type="hidden"]):not([type="submit"]),
    textarea {
        font-family: 'Outfit', sans-serif;
        font-weight: 300;
        font-size: 0.9rem;
        color: white;
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 8px;
        padding: 0.75rem 1rem;
        width: 100%;
        outline: none;
        transition: border-color 0.3s ease, background 0.3s ease;
        box-sizing: border-box;
    }

        input:not([type="hidden"]):focus,
        textarea:focus {
            border-color: rgba(0,171,229,0.5);
            background: rgba(255,255,255,0.1);
        }

        input:not([type="hidden"]):not([type="submit"]):not([type="checkbox"] )::placeholder,
        textarea::placeholder {
            color: rgba(255,255,255,0.35);
        }

    textarea {
        resize: vertical;
        min-height: 90px;
    }

    .validation-message {
        color: #fff;
    }

    .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .btn {
        white-space: nowrap;
    }

    .btn-ghost {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.25);
        color: #fff;
    }

        .btn-ghost:hover {
            background: rgba(255,255,255,0.08);
        }


    .show-checkbox-group {
        margin: 0;
        padding: 0;
        border: 0;

        > legend {
            display: block;
            margin-bottom: 0.5rem;
        }
    }

    #lead-show-name {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.6rem;
        padding-right: 0.35rem;
        padding-top: 0.5rem;
    }

    .show-checkbox-item {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        min-height: 44px;
        padding: 0.7rem 0.9rem;
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 8px;
        background: rgba(255,255,255,0.07);
        color: white;
        font-family: 'Outfit', sans-serif;
        cursor: pointer;
        transition: border-color 0.3s ease, background 0.3s ease, transform 0.2s ease;

        &:hover {
            border-color: rgba(255,255,255,0.25);
            transform: translateY(-1px);
        }

        input[type="checkbox"] {
            margin-top: 0.15rem;
            flex-shrink: 0;
        }

        span {
            line-height: 1.35;
        }
    }
}

.grid-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 2rem 0;

    .lbl {
        font-size: 13px;
        color: var(--muted);
        letter-spacing: .02em;
    }

    .count {
        font-size: 12.5px;
        color: var(--muted-2);
        white-space: nowrap;
        flex: 0 0 auto;
    }

    #pills {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: center;

        .pill {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.55rem 0.9rem;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.14);
            background: rgba(255,255,255,0.06);
            color: rgba(255,255,255,0.86);
            font-family: 'Outfit', sans-serif;
            font-size: 0.75rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            cursor: pointer;
            transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
        }

            .pill:hover {
                transform: translateY(-1px);
            }

            .pill.active {
                border-color: rgba(255,255,255,0.35);
                background: rgba(255,255,255,0.14);
            }

        .dot {
            width: 0.65rem;
            height: 0.65rem;
            border-radius: 999px;
            border: 0;
            background: currentColor;
            box-shadow: none;
        }
    }

    #showCount {
        display: inline-flex;
        margin-left: 0.75rem;
        font-family: 'Outfit', sans-serif;
        font-size: 0.8rem;
        color: rgba(255,255,255,0.7);
    }
}

.actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;

    .inquiry {
        color: #fff;
        background: linear-gradient(120deg, var(--cyan), var(--blue));
        box-shadow: 0 12px 30px -10px rgba(0, 96, 230, .6);
        font-family: inherit;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .04em;
        border: none;
        cursor: pointer;
        border-radius: 99px;
        padding: 15px 34px;
        transition: transform .15s, box-shadow .2s, opacity .2s;
    }

        .inquiry:hover {
            box-shadow: 0 16px 38px -10px rgba(0,96,230,.75);
            transform: translateY(-1px);
        }
}

.shows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;

    .show {
        position: relative;
        display: flex;
        align-items: flex-start; 
        gap: 11px;
        cursor: pointer;
        background: var(--field);
        border: 1px solid var(--field-border);
        border-radius: 12px;
        padding: 10px 10px 10px 10px;
        transition: border-color .16s,background .16s,transform .12s;

        &[hidden] {
            display: none;
        }

        &:hover {
            border-color: var(--muted-2);
            background: #212b46;
        }

        &:focus-within {
            outline: none;
            border-color: var(--cyan);
            box-shadow: 0 0 0 3px rgba(0,171,229,.18);
        }

        & input {
            appearance: none;
            -webkit-appearance: none;
            flex: 0 0 13px;
            width: 13px;
            height: 13px;
            margin-top: 3px;
            border-radius: 4px;
            border: 1.5px solid var(--field-border);
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 8px 8px;
            transition: background-color .16s, border-color .16s;

        &:checked {
        border-color: #fff;
        background-color: #fff;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.2 4.4 9 10.5 2.8' fill='none' stroke='%230f1830' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
}

        .show-body {
            min-width: 0;
        }

        .show-name {
            font-size: 13px;
            display: block;
            color: var(--ink);
        }

        .show-cat {
            display: inline-block;
            margin-top: 7px;
            font-size: 10.5px;
            letter-spacing: .05em;
            text-transform: uppercase;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 99px;
        }
    }
}

#affiliate {
    margin-top: 2rem;
    background: linear-gradient(135deg, #111428 0%, #1a1535 100%);

    &::before {
        background: linear-gradient(90deg, transparent, rgba(78,0,127,0.4), rgba(54,0,169,0.3), transparent);
    }

    .contact-panel-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3rem;

        > div > h2 {
            font-family: 'Be Vietnam Pro', sans-serif;
            font-weight: 800;
            font-size: clamp(30px, 4.4vw, 44px);
            color: white;
            line-height: 1.2;
        }

        > div > p {
            color: rgba(255,255,255,0.72);
            font-size: clamp(15px, 1.6vw, 17px);
            margin-top: 10px;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .contact-panel-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-bottom: 1.25rem;
    }

    .affiliate-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3rem;

        > div > span:first-child {
            font-family: 'Outfit', sans-serif;
            font-size: 0.68rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.35);
            margin-bottom: 0.6rem;
            display: block;
        }

        > div > a,
        > div > p {
            display: flex;
            align-items: flex-start;
            gap: 0.65rem;
            color: rgba(255,255,255,0.8);
            font-family: 'Outfit', sans-serif;
            font-size: 0.875rem;
            text-decoration: none;
            margin-bottom: 0.875rem;
            line-height: 1.4;
            transition: color 0.2s ease;
        }

            > div > a svg,
            > div > p svg {
                flex-shrink: 0;
                margin-top: 2px;
                opacity: 0.55;
            }

            > div > a:hover {
                color: #9d7aff;
            }
    }
}

.social-icons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;

    a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,0.15);
        color: rgba(255,255,255,0.6);
        text-decoration: none;
        transition: all 0.2s ease;
    }

        a:hover {
            border-color: #9d7aff;
            color: #9d7aff;
            background: rgba(78,0,127,0.12);
        }
}

@media (max-width: 1024px) {
    .contact-cta {
        .contact-container,
        #affiliate {
            padding: 3rem 2rem;
        }

        #lead-show-name {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        #affiliate .affiliate-grid {
            gap: 2rem;
        }
    }
}

@media (max-width: 768px) {
    .contact-cta {
        padding: 3rem 1.25rem;

        .contact-container,
        #affiliate {
            padding: 2.5rem 1.5rem;
            border-radius: 16px;
        }

        .stepper-row {
            justify-content: center;
        }

        .contact-form .form-row {
            grid-template-columns: 1fr;
        }

        #lead-show-name {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        #affiliate .affiliate-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
    }
}

@media (max-width: 480px) {
    .contact-cta {
        padding: 2rem 1rem;

        .contact-container,
        #affiliate {
            padding: 2rem 1.25rem;
            border-radius: 12px;
        }

        .stepper {
            flex-direction: column;
            align-items: flex-start;
        }

            .stepper .bar {
                width: 1px;
                height: 2rem;
                margin-left: 1.15rem;
            }

        #lead-show-name {
            grid-template-columns: 1fr;
        }

        .contact-form .actions .btn,
        .contact-form .actions input[type="submit"] {
            width: 100%;
            text-align: center;
        }
    }
}

@media (max-width: 375px) {
    .contact-cta {
        .stepper .label {
            display: none;
        }
    }
}


.step2-sub {
    color: var(--muted);
    font-size: 12.5px;
    margin: 0 auto 20px;
    max-width: 1200px;
    text-align: center;
}

.step2-header {
    margin: 20px auto 20px;
}

@media (max-width: 767px) {
    .shows {
        grid-template-columns: 1fr;
    }
}