/* Stay Connected & Exclusive Deals – homepage CTA */
.alv-exclusive-section {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f4f7fa 100%);
    position: relative;
    overflow: hidden;
}

.alv-exclusive-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 0% 50%, rgba(197, 147, 65, 0.08), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 20%, rgba(27, 62, 95, 0.06), transparent 50%);
    pointer-events: none;
}

.alv-exclusive-section .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.alv-exclusive-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(27, 62, 95, 0.12);
    border: 1px solid #e8edf2;
    background: #fff;
}

.alv-exclusive-promo {
    position: relative;
    padding: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(145deg, #1b3e5f 0%, #2a5580 55%, #1b3e5f 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    overflow: hidden;
}

.alv-exclusive-promo::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(197, 147, 65, 0.12);
    pointer-events: none;
}

.alv-exclusive-promo::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.alv-exclusive-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(197, 147, 65, 0.2);
    border: 1px solid rgba(197, 147, 65, 0.45);
    color: #e8c882;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.alv-exclusive-badge i {
    font-size: 0.65rem;
}

.alv-exclusive-headline {
    margin: 0;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.alv-exclusive-headline em {
    font-style: normal;
    color: #e8c882;
}

.alv-exclusive-sub {
    margin: 0;
    font-size: clamp(0.9rem, 2vw, 1.02rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.alv-exclusive-perks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    position: relative;
    z-index: 1;
}

.alv-exclusive-perks li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
}

.alv-exclusive-perks li i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(197, 147, 65, 0.25);
    color: #e8c882;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    flex-shrink: 0;
}

.alv-exclusive-form-wrap {
    padding: clamp(1.75rem, 4vw, 2.5rem);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alv-exclusive-form {
    width: 100%;
    max-width: 400px;
}

.alv-exclusive-form-title {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1b3e5f;
}

.alv-exclusive-form-sub {
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    color: #6b7c8f;
    line-height: 1.5;
}

.alv-exclusive-alert {
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.alv-exclusive-alert.is-success {
    background: #edf7f0;
    color: #1e6b3a;
    border: 1px solid #c8e6d0;
}

.alv-exclusive-alert.is-error {
    background: #fdf0f0;
    color: #9b2c2c;
    border: 1px solid #f5c6c6;
}

.alv-exclusive-field {
    margin-bottom: 0.85rem;
}

.alv-exclusive-field label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1b3e5f;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.alv-exclusive-field input,
.alv-exclusive-field textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #1b3e5f;
    background: #fafbfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    font-family: inherit;
}

.alv-exclusive-field input:focus,
.alv-exclusive-field textarea:focus {
    outline: none;
    border-color: #c59341;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(197, 147, 65, 0.15);
}

.alv-exclusive-field textarea {
    resize: vertical;
    min-height: 88px;
}

.alv-exclusive-submit {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.8rem 1.25rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1b3e5f, #2a5580);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.alv-exclusive-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(27, 62, 95, 0.28);
}

.alv-exclusive-submit i {
    color: #e8c882;
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.alv-exclusive-submit:hover i {
    transform: translateX(3px);
}

@media (max-width: 991.98px) {
    .alv-exclusive-card {
        grid-template-columns: 1fr;
    }

    .alv-exclusive-promo {
        text-align: center;
        align-items: center;
    }

    .alv-exclusive-sub {
        max-width: none;
    }

    .alv-exclusive-perks {
        align-items: flex-start;
        text-align: left;
        max-width: 360px;
        margin-inline: auto;
    }
}

@media (max-width: 575.98px) {
    .alv-exclusive-promo {
        padding: 1.75rem 1.25rem;
    }

    .alv-exclusive-form-wrap {
        padding: 1.5rem 1.25rem;
    }
}
