/* Homepage launch promo + pricing alert (Fáze 2 B2C) */

.b2c-launch-promo {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 1.5rem;
    padding: 0 1.5rem;
    position: relative;
    z-index: 20;
}

.b2c-launch-promo__inner {
    background: linear-gradient(135deg, #ffffff 0%, #faf5ff 48%, #f3e8ff 100%);
    border: 2px solid rgba(61, 21, 91, 0.22);
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(61, 21, 91, 0.1);
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 4vw, 2.5rem);
    text-align: center;
}

.b2c-launch-promo__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1rem;
}

.b2c-launch-promo__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(61, 21, 91, 0.08);
    border: 1px solid rgba(61, 21, 91, 0.14);
    color: var(--portal-brand-dark, #3d155b);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.b2c-launch-promo__badge-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.b2c-launch-promo__lead {
    margin: 0 auto 1rem;
    max-width: 46rem;
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.55;
    color: #4b5563;
}

.b2c-launch-promo__headline {
    margin: 0 auto 1.25rem;
    max-width: 52rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.15rem, 2.8vw, 1.65rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--portal-brand-dark, #3d155b);
}

.b2c-launch-promo__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    padding: 0.85rem 1.75rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 10px 24px rgba(61, 21, 91, 0.22);
}

.b2c-launch-promo__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(61, 21, 91, 0.28);
}

.b2c-launch-promo__cta:active {
    transform: scale(0.98);
}

.b2c-launch-promo__counter {
    margin: 0 auto 1.1rem;
}

.b2c-launch-promo__counter-tile {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: min(100%, 14rem);
    padding: 0.9rem 1.35rem 0.8rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 2px solid rgba(61, 21, 91, 0.28);
    box-shadow: 0 10px 24px rgba(61, 21, 91, 0.12);
}

.b2c-launch-promo__counter-stat {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: var(--portal-brand-dark, #3d155b);
}

.b2c-launch-promo__counter-remaining {
    font-size: clamp(1.85rem, 4.5vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.b2c-launch-promo__counter-sep {
    font-size: clamp(1.1rem, 2.8vw, 1.35rem);
    font-weight: 800;
    opacity: 0.45;
}

.b2c-launch-promo__counter-limit {
    font-size: clamp(1.25rem, 3.2vw, 1.55rem);
    font-weight: 800;
    opacity: 0.72;
}

.b2c-launch-promo__counter-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--portal-brand-dark, #3d155b);
}

.b2c-launch-promo__counter-tile--exhausted {
    background: rgba(249, 250, 251, 0.95);
    border-color: rgba(107, 114, 128, 0.28);
    box-shadow: none;
}

.b2c-launch-promo__counter--exhausted .b2c-launch-promo__counter-label {
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 0.82rem;
    font-weight: 700;
    color: #4b5563;
}

.b2c-pricing-alert .b2c-launch-promo__counter {
    margin: 0.85rem 0 0;
    text-align: left;
}

.b2c-pricing-alert .b2c-launch-promo__counter-tile {
    margin-top: 0.15rem;
}

.b2c-pricing-alert .b2c-launch-promo__counter-label {
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 800;
    font-size: 0.8rem;
}

.b2c-pricing-alert {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0 auto 2rem;
    max-width: 1400px;
    padding: 1.15rem 1.35rem;
    border-radius: 1.15rem;
    border: 2px solid rgba(61, 21, 91, 0.35);
    background: linear-gradient(120deg, #faf5ff 0%, #f3e8ff 55%, #ede9fe 100%);
    box-shadow: 0 12px 30px rgba(61, 21, 91, 0.12);
}

.b2c-pricing-alert__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: var(--portal-brand-dark, #3d155b);
    color: #fff;
}

.b2c-pricing-alert__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.b2c-pricing-alert__text {
    margin: 0;
    padding-top: 0.15rem;
    font-size: clamp(0.95rem, 2.2vw, 1.1rem);
    font-weight: 800;
    line-height: 1.45;
    color: var(--portal-brand-dark, #3d155b);
}

@media (max-width: 640px) {
    .b2c-pricing-alert {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
