/* ============================================================
   HOME (DESLOGADA) — HERO PREMIUM
   Este arquivo é carregado apenas em Views/Home/Index.cshtml
   ============================================================ */

.landing-hero-premium {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 3.8rem 2.6rem;
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24) 0%, rgba(255,255,255,0) 34%),
        radial-gradient(circle at 8% 88%, rgba(56,189,248,.26) 0%, rgba(56,189,248,0) 44%),
        linear-gradient(135deg, #1e1b4b 0%, #3730a3 40%, #4f46e5 68%, #0ea5e9 100%);
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 26px 52px rgba(15,23,42,.34), inset 0 1px 0 rgba(255,255,255,.2);
}

.landing-hero-premium::before,
.landing-hero-premium::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.landing-hero-premium::before {
    width: 280px;
    height: 280px;
    right: -110px;
    top: -130px;
    background: rgba(255,255,255,.12);
}

.landing-hero-premium::after {
    width: 220px;
    height: 220px;
    left: -95px;
    bottom: -120px;
    background: rgba(255,255,255,.09);
}

.landing-hero-premium > * {
    position: relative;
    z-index: 1;
}

.landing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: 1rem;
    padding: .42rem .85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.34);
    backdrop-filter: blur(3px);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ffffff;
}

.landing-hero-premium h1 {
    letter-spacing: -.03em;
    font-size: clamp(2rem, 4vw, 3.25rem);
    text-shadow: 0 8px 26px rgba(15,23,42,.42);
    color: #fff;
}

.landing-hero-premium p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,.95);
    text-shadow: 0 2px 10px rgba(15,23,42,.22);
}

.landing-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem;
    color: #ffffff;
}

.landing-hero-highlights span {
    display: inline-flex;
    align-items: center;
    padding: .42rem .82rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
}

.landing-hero-premium .btn-light {
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 12px 28px rgba(15,23,42,.28);
    font-weight: 700;
}

.landing-hero-premium .btn-outline-light {
    border-width: 2px;
    background: rgba(255,255,255,.12);
    font-weight: 700;
}

.landing-hero-premium .btn-outline-light:hover {
    background: rgba(255,255,255,.22);
}

@media (max-width: 576px) {
    .landing-hero-premium {
        border-radius: 18px;
        padding: 2.2rem 1rem;
    }

    .landing-hero-badge {
        font-size: .65rem;
    }

    .landing-hero-highlights {
        gap: .4rem;
    }

    .landing-hero-highlights span {
        width: 100%;
        justify-content: center;
        font-size: .72rem;
    }
}

/* ============================================================
   HOME (DESLOGADA) — CTA PREMIUM
   ============================================================ */
.landing-cta-premium {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 30%),
                radial-gradient(circle at 88% 78%, rgba(16,185,129,.24) 0%, rgba(16,185,129,0) 42%),
                linear-gradient(135deg, #1f2937 0%, #1e3a8a 45%, #2563eb 100%);
    box-shadow: 0 24px 48px rgba(15,23,42,.24), inset 0 1px 0 rgba(255,255,255,.12);
}

.landing-cta-premium::before,
.landing-cta-premium::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.landing-cta-premium::before {
    width: 180px;
    height: 180px;
    right: -70px;
    top: -80px;
    background: rgba(255,255,255,.11);
}

.landing-cta-premium::after {
    width: 140px;
    height: 140px;
    left: -55px;
    bottom: -75px;
    background: rgba(255,255,255,.09);
}

.landing-cta-premium > * {
    position: relative;
    z-index: 1;
}

.landing-cta-badge {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: .42rem .85rem;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.32);
    font-size: .74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.landing-cta-premium .lead {
    color: rgba(255,255,255,.95);
}

.landing-cta-premium .btn-light {
    border: 1px solid rgba(255,255,255,.35);
    box-shadow: 0 10px 26px rgba(15,23,42,.25);
}

@media (max-width: 576px) {
    .landing-cta-premium {
        border-radius: 14px;
        padding: 2rem 1rem !important;
    }

    .landing-cta-badge {
        font-size: .62rem;
        margin-bottom: .8rem;
    }

    .landing-cta-premium h2 {
        font-size: 1.25rem;
    }

    .landing-cta-premium .lead {
        font-size: .95rem;
    }

    .landing-cta-premium .btn {
        width: 100%;
    }
}
