/* Page Bitdefender — v2 */

.bitdefender-page {
    padding-top: 5.5rem;
    background: #f8fafc;
}

/* Hero */
.bitdefender-hero {
    background: linear-gradient(135deg, #0c1222 0%, #1a2744 50%, #1e3a5f 100%);
    color: #fff;
    padding: 3.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.bitdefender-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 55%;
    height: 140%;
    background: radial-gradient(circle, rgba(237, 28, 36, 0.15) 0%, transparent 65%);
    pointer-events: none;
}

.bitdefender-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background: linear-gradient(to bottom, transparent, #f8fafc);
    pointer-events: none;
}

.bitdefender-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 44rem;
    margin: 0 auto;
}

.bitdefender-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem 0.5rem 0.65rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}

.bitdefender-hero__badge img {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(1);
}

.bitdefender-hero__badge span {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fecaca;
}

.bitdefender-hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 5.5vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    color: #fff;
}

.bitdefender-hero__accent {
    color: #f87171;
}

.bitdefender-hero p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.bitdefender-hero__actions {
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    flex-wrap: wrap;
}

.bitdefender-btn-red {
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
    box-shadow: 0 8px 24px rgba(237, 28, 36, 0.4);
}

.bitdefender-btn-red:hover {
    background: #c41820 !important;
    border-color: #c41820 !important;
}

.bitdefender-btn-ghost {
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
}

.bitdefender-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

/* Panels */
.bitdefender-content {
    padding: 0 0 4rem;
}

.bitdefender-panel {
    padding: 3.5rem 0;
}

.bitdefender-panel--alt {
    background: #ffffff;
}

.bitdefender-compare {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.bitdefender-compare .container {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.5rem clamp(1.25rem, 4vw, 2.5rem);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

.bitdefender-section-label {
    display: block;
    text-align: center;
    color: #d97757;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.bitdefender-section-title {
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
}

.bitdefender-section-desc {
    text-align: center;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.55;
    max-width: 38rem;
    margin: 0 auto 2rem;
}

/* Plans grid */
.bd-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.bd-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bd-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.bd-plan--highlight {
    background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
    border-color: #ed1c24;
    box-shadow: 0 12px 36px rgba(237, 28, 36, 0.12);
}

.bd-plan--highlight:hover {
    box-shadow: 0 20px 48px rgba(237, 28, 36, 0.18);
}

.bd-plan__ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ed1c24;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    white-space: nowrap;
}

.bd-plan__tier {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 0.35rem;
}

.bd-plan--highlight .bd-plan__tier {
    color: #ed1c24;
}

.bd-plan__name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.bd-plan__devices {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.bd-plan__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    flex: 1;
}

.bd-plan__features li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.35rem;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.4;
}

.bd-plan__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 700;
}

.bd-plan--highlight .bd-plan__features li::before {
    color: #ed1c24;
}

.bd-plan__cta {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.bitdefender-compare__note {
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 1.75rem;
    line-height: 1.5;
}

.bitdefender-compare__note a {
    color: #1e3a8a;
    font-weight: 600;
}

/* Why OpRews */
.bitdefender-why__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 52rem;
    margin: 2rem auto 0;
}

.bitdefender-feature {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bitdefender-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.bitdefender-feature__icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(237, 28, 36, 0.1), rgba(217, 119, 87, 0.15));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: #ed1c24;
}

.bitdefender-feature h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #0f172a;
}

.bitdefender-feature p {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.98rem;
}

/* Awards */
.bd-awards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 2rem auto 0;
    max-width: 56rem;
}

.bd-awards li {
    text-align: center;
    padding: 1.25rem 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.bd-awards strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.bd-awards span {
    font-size: 0.82rem;
    color: #64748b;
}

/* CTA */
.bitdefender-cta-wrap {
    padding: 0 0 3rem;
}

.bitdefender-cta {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    background: #0f172a;
}

.bitdefender-cta__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

.bitdefender-cta__content {
    position: relative;
    z-index: 1;
}

.bitdefender-cta h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.85rem;
}

.bitdefender-cta p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    max-width: 36rem;
    margin: 0 auto 1.5rem;
    line-height: 1.55;
}

.bitdefender-cta__actions {
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    flex-wrap: wrap;
}

.bitdefender-cta .btn-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.bitdefender-cta .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* FAQ */
.bitdefender-faq .container {
    max-width: 52rem;
}

.bitdefender-faq__header {
    text-align: center;
    margin-bottom: 2rem;
}

.bitdefender-faq__header h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.bitdefender-faq__header p {
    color: #64748b;
}

.faq-list {
    margin: 0;
    padding: 0;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #f8fafc;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1.15rem 1.35rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-question:hover {
    background: #fff;
    color: #1e3a8a;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background: #fff;
}

.faq-answer-inner {
    padding: 0 1.35rem 1.25rem;
    color: #475569;
    line-height: 1.65;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    font-size: 0.98rem;
}

@media (max-width: 992px) {
    .bd-plans {
        grid-template-columns: 1fr;
        max-width: 22rem;
        margin: 0 auto;
    }

    .bd-awards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bitdefender-page {
        padding-top: 5rem;
    }

    .bitdefender-hero {
        padding: 2.5rem 0 3.5rem;
    }

    .bitdefender-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bitdefender-hero__actions .btn {
        width: 100%;
    }

    .bitdefender-compare {
        margin-top: -1.5rem;
    }

    .bitdefender-why__grid {
        grid-template-columns: 1fr;
    }

    .bitdefender-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bitdefender-cta .btn {
        width: 100%;
        justify-content: center;
    }
}
