
/* SECTION BANNER*/
.banner {
    position: relative;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-light);
    min-height: auto;
}

    .banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.60) 100%), linear-gradient(180deg, rgba(0,0,0,0.00) 10%, #000 100%);
        backdrop-filter: blur(4px);
        z-index: 2;
    }


@media (min-width: 768px) {
    .banner {
        min-height: 100vh;
        padding: 0;
    }
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #222;
    color: var(--bs-warning);
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}


.nav-pills .nav-link {
    border-radius: 100px;
    background-color: transparent;
    color: var(--bs-light);
    padding: 6px 18px;
    transition: 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

    .nav-pills .nav-link.active {
        background: #0D0D0D;
        color: var(--bs-warning) !important;
    }


.table {
    --bs-table-color: unset;
    --bs-table-bg: unset;
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px;
}

.card-pricing {
    padding: 40px;
    transition: transform 0.3s;
    border-radius: 40px;
    background: rgba(13, 13, 13, 0.65);
    backdrop-filter: blur(2px);
    height: 426px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card-pricing:hover {
        transform: translateY(-10px);
    }

.price-display {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-weight: bold;
}

    .price-display .currency, .decimals {
        font-size: 25px;
        margin-top: 0.3em;
        font-weight: 600;
    }

    .price-display .amount {
        font-size: 106px;
        line-height: 1;
        font-weight: 700;
    }


.card-pricing .plan {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.602%; /* 35.4px */
    margin-bottom: 28px;
}

.card-pricing .btn-buy {
    background-color: var(--bs-warning);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
}

.bg-warning .btn-buy {
    background-color: #000;
    color: var(--bs-warning);
}

.badge-discount {
    background: #000;
    color: var(--bs-warning);
    font-weight: 600;
    padding: 10px 10px;
}

@media (max-width: 768px) {
    .card-pricing {
        margin-bottom: 30px;
    }

    .nav-pills .nav-link {
        padding: 10px 18px !important;
        font-size: 21px;
        width: 100%;
        justify-content: center;
    }

    .nav.nav-pills .nav-item {
        flex: 0 0 200px;

    }

}

.table-comparison {
    color: var(--bs-light);
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
}

    .table-comparison th {
        text-align: center;
        color: var(--bs-light);
        border-bottom: none;
        padding-bottom: 40px;
        font-size: 20px;
        font-weight: 400;
    }

    .table-comparison td {
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #222;
        padding: 15px;
        font-size: 18px;
    }

    .table-comparison tr {
        height: 86px;
    }

    .table-comparison td:first-child {
        text-align: left;
        font-weight: 500;
    }

/* Subtext */
.subtext {
    font-size: 15px;
}

/* Ícones */
.fa-check {
    color: var(--bs-warning);
    font-size: 1.2rem;
}

    .fa-check.inactive {
        color: #333;
    }

/* ------------------------
   RESPONSIVIDADE MOBILE
------------------------- */
@media (max-width: 768px) {
    .table-comparison thead {
        display: none;
    }

    .table-comparison,
    .table-comparison tbody,
    .table-comparison tr,
    .table-comparison td {
        display: block;
        width: 100%;
    }
        .table-comparison tr {
            height: unset;
        }

        .table-comparison tr {
            margin-bottom: 20px;
            border: 1px solid #222;
            border-radius: 8px;
            padding: 10px;
            background: #000; /* fundo preto */
        }

        .table-comparison td {
            text-align: right;
            padding: 12px 10px;
            position: relative;
            border-bottom: none;
        }

            .table-comparison td:first-child {
                text-align: left;
                font-weight: 600;
                font-size: 1rem;
                padding-bottom: 5px;
            }

            .table-comparison td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                text-align: left;
                font-weight: 600;
                font-size: 0.9rem;
                color: var(--bs-warning);
            }
}


.text-white {
    color: #FEFEFE !important;
}

.full-price {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.447px;
    margin-top: 10px;
    margin-bottom: auto;
}


.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FEFEFE' stroke-linecap='round' stroke-linejoin='round'%3e %3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FEFEFE' stroke-linecap='round' stroke-linejoin='round'%3e %3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 175, 31, 0);
    --bs-accordion-active-color: var(--bs-warning);
    --bs-accordion-active-bg: #0D0D0D;
    --bs-accordion-btn-color: var(--bs-warning);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-border-color: #0D0D0D;
    --bs-accordion-color: var(--bs-light);
    --bs-accordion-bg: #0D0D0D;
}

.accordion-flush > .accordion-item {
    border-radius: 8px;
    padding: 12px;
}
/* ============================================================
   PRICING: social proof + price clarity (US-241)
   ============================================================ */

/* Clarity subtitle under the page title */
.pricing-subtitle {
    color: var(--bs-light);
    font-size: 16px;
    opacity: .85;
    margin-top: 8px;
    margin-bottom: 0;
}

/* Trust bar: rating + key numbers, shown right above the plans */
.pricing-trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 44px;
    max-width: 860px;
    margin: 0 auto 40px;
    padding: 16px 26px;
    background: rgba(13, 13, 13, 0.65);
    backdrop-filter: blur(2px);
    border: 1px solid #222;
    border-radius: 16px;
    color: var(--bs-light);
}

    .pricing-trust .trust-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        white-space: nowrap;
    }

        .pricing-trust .trust-rating .stars {
            color: var(--bs-warning);
            letter-spacing: 2px;
            font-size: 18px;
        }

    .pricing-trust .trust-stats {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 30px;
    }

        .pricing-trust .trust-stats > div {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
            text-align: center;
        }

        .pricing-trust .trust-stats strong {
            color: var(--bs-warning);
            font-size: 20px;
            font-weight: 800;
        }

        .pricing-trust .trust-stats small {
            font-size: 12px;
            opacity: .8;
        }

/* "Most Popular" badge on the highlighted plan */
.card-pricing {
    position: relative;
}

    .card-pricing.bg-warning {
        box-shadow: 0 12px 40px rgba(255, 175, 31, 0.25);
    }

.popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0D0D0D;
    color: var(--bs-warning);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    white-space: nowrap;
    z-index: 3;
}

/* "/mo" suffix next to the big price number */
.price-display .per-month {
    align-self: flex-end;
    margin-bottom: 0.5em;
    font-size: 26px;
    font-weight: 600;
}

/* Testimonials section */
.pricing-testimonials {
    background: #000;
}

    .pricing-testimonials .pt-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 24px;
        background: #111;
        border: 1px solid #222;
        border-radius: 16px;
    }

        .pricing-testimonials .pt-card .pt-stars {
            color: var(--bs-warning);
            letter-spacing: 2px;
            margin-bottom: 12px;
        }

        .pricing-testimonials .pt-card .pt-quote {
            flex: 1 1 auto;
            color: var(--bs-light);
            font-size: 16px;
            line-height: 1.5;
        }

        .pricing-testimonials .pt-card .pt-author {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 18px;
        }

            .pricing-testimonials .pt-card .pt-author img {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                object-fit: cover;
                background: #222;
            }

            .pricing-testimonials .pt-card .pt-author h5 {
                margin: 0;
                color: var(--bs-warning);
                font-size: 16px;
                font-weight: 700;
            }

            .pricing-testimonials .pt-card .pt-author small {
                color: rgba(255, 255, 255, .6);
            }

@media (max-width: 768px) {
    .pricing-trust {
        gap: 12px 24px;
        padding: 14px 18px;
    }

        .pricing-trust .trust-stats {
            gap: 8px 20px;
        }
}

/* Video testimonials (YouTube Shorts, vertical 9:16) */
.pricing-testimonials .pt-video {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
}

    .pricing-testimonials .pt-video::before {
        content: "";
        display: block;
        padding-top: 177.78%;
    }

    .pricing-testimonials .pt-video iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
