/* ===========================
   BASE GERAL
=========================== */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: radial-gradient(circle at top, #1a0000 0%, #050000 45%, #020000 100%);
    color: #f5f5f5;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Headline focada em vermelho */
.headline {
    background: linear-gradient(135deg, #240000 0%, #3a0000 45%, #240000 100%);
    border-bottom: 3px solid #ff2a2a;
    box-shadow:
        0 0 25px rgba(255, 42, 42, 0.4),
        0 15px 45px rgba(0, 0, 0, 0.9);
    color: #ffffff;
    padding: 45px 20px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Vídeo centralizado */
.video-section {
    margin: 40px auto 20px auto;
    max-width: 800px;
    width: 90%;
}

/* ===========================
   SEÇÃO DE OFERTA – INFOPRODUTO ÚNICO
=========================== */

.discountSection {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.bb-section {
    background: radial-gradient(circle at top left, #2b0000 0%, #0a0000 40%, #000000 100%);
    color: #f8f0f0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 40px 16px 60px;
}

/* Steps */
.bb-steps {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.bb-step {
    border-radius: 999px;
    border: 1px solid rgba(255, 60, 60, 0.4);
    padding: 6px 18px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #d1d5db;
    background: rgba(18, 0, 0, 0.9);
    backdrop-filter: blur(6px);
}

.bb-step--active {
    background: linear-gradient(135deg, #ff0000, #ff5757);
    border-color: transparent;
    color: #170000;
    font-weight: 800;
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.85),
        0 10px 24px rgba(0, 0, 0, 0.9);
}

/* Título da seção */
.bb-section-header {
    text-align: center;
    margin-bottom: 28px;
}

.bb-section-header h3 {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffb3b3;
}

.bb-divider {
    width: 100px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff0000, #ffb347, #ff0000);
    box-shadow: 0 0 14px rgba(255, 0, 0, 0.7);
}

/* Container do card único */
.bb-packages {
    max-width: 980px;
    margin: 0 auto 40px;
}

/* Card principal */
.bb-single-card {
    position: relative;
    border-radius: 20px;
    border: 2px solid rgba(255, 30, 30, 0.95);
    background: radial-gradient(circle at top right, #3b0000 0%, #080000 45%, #000000 100%);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.95),
        0 0 40px rgba(255, 0, 0, 0.35);
    padding: 24px 24px 26px;
    overflow: hidden;
}

/* faixas diagonais estilo “perigo” */
.bb-single-card::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    width: 80px;
    background-image: repeating-linear-gradient(
        135deg,
        #ffb347 0,
        #ffb347 10px,
        #1f0000 10px,
        #1f0000 20px
    );
    opacity: 0.32;
    mix-blend-mode: screen;
}

/* etiqueta superior */
.bb-single-tag {
    position: absolute;
    top: 14px;
    right: 16px;
    background: linear-gradient(135deg, #ff0000, #ff7a00);
    color: #220000;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 999px;
    box-shadow:
        0 0 24px rgba(255, 0, 0, 0.8),
        0 8px 16px rgba(0, 0, 0, 0.9);
    z-index: 2;
}

/* conteúdo interno */
.bb-single-inner {
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 22px;
    align-items: center;
    z-index: 1;
}

@media (max-width: 768px) {
    .bb-single-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bb-single-card::before {
        left: -60px;
        width: 120px;
    }
}

/* Lado esquerdo – capa */
.bb-single-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.bb-cover-frame {
    background: radial-gradient(circle at top, #ffffff15 0%, #220000 60%, #000000 100%);
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #ffffff33;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.9),
        0 0 26px rgba(255, 0, 0, 0.35);
}

.bb-cover-img {
    display: block;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
}

/* selo de formato */
.bb-format {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #f1d4d4;
}

.bb-format span {
    color: #ff7a7a;
    font-weight: 700;
}

/* Lado direito – textos e preço */
.bb-single-right h4 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffeaea;
    margin-bottom: 8px;
}

.bb-subtitle {
    font-size: 14px;
    color: #f7cfcf;
    margin-bottom: 14px;
    opacity: 0.95;
}

.bb-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 13px;
    color: #ffecec;
}

.bb-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}

.bb-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle, #ff0000 0%, #ff4b4b 100%);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

/* área de preço */
.bb-price-area {
    margin-top: 8px;
    margin-bottom: 10px;
}

.bb-price-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.bb-price-old {
    font-size: 16px;
    text-decoration: line-through;
    color: #b37a7a;
    opacity: 0.85;
}

.bb-price {
    font-size: 36px;
    font-weight: 900;
    color: #ff0000;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.9);
}

.bb-price-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #f9d3d3;
    margin-top: 2px;
}

.bb-save {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffb347;
    font-weight: 700;
    margin-top: 6px;
}

/* badges */
.bb-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bb-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    padding: 4px 10px;
    border: 1px solid #5b3131;
    color: #ffeaea;
    background: radial-gradient(circle at top, #2a0000 0%, #070000 100%);
}

.bb-badge--accent {
    border-color: #ff0000;
    color: #ffb347;
    box-shadow: 0 0 14px rgba(255, 0, 0, 0.65);
}

/* Botão – call to action bem forte */
.bb-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 2px solid #ff0000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background: radial-gradient(circle at top left, #2a0000 0%, #050000 80%);
    color: #ff9a9a;
    box-shadow: 0 15px 32px rgba(255, 0, 0, 0.35);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        filter 0.15s ease,
        background 0.15s ease;
    cursor: pointer;
}

.bb-btn--primary {
    background: linear-gradient(135deg, #ff0000, #ff7a00);
    color: #1a0000;
    border-color: #ffb347;
}

.bb-btn--full {
    width: 100%;
}

.bb-btn:hover {
    transform: translateY(-2px) scale(1.01);
    filter: brightness(1.08);
    box-shadow:
        0 22px 50px rgba(255, 0, 0, 0.6),
        0 0 30px rgba(255, 180, 71, 0.5);
}

/* texto discreto abaixo do botão */
.bb-discreet {
    margin-top: 6px;
    font-size: 11px;
    color: #c08c8c;
}

/* Garantia */
.bb-guarantee {
    max-width: 980px;
    margin: 32px auto 0;
    padding: 20px 18px;
    border-radius: 18px;
    border: 2px solid #ff0000;
    background: linear-gradient(145deg, #200000, #050000);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(255, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

@media (max-width: 768px) {
    .bb-guarantee {
        text-align: center;
    }
}

.bb-guarantee-img {
    max-width: 260px;
    width: 100%;
}

.bb-guarantee-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
    color: #ffb347;
}

.bb-guarantee-text p {
    font-size: 14px;
    color: #fbe0e0;
}

/* ===========================
   SEÇÃO DE COMENTÁRIOS
=========================== */

.comments-section {
    background: radial-gradient(circle at top, #310000 0%, #190000 45%, #060000 100%);
    border-top: 3px solid #ffb347;
    border: 1px solid #5a1f1f;
    max-width: 800px;
    margin: 50px auto;
    padding: 22px;
    text-align: left;
    border-radius: 10px;
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.8),
        0 0 26px rgba(255, 0, 0, 0.45);
}

.comments-section h3 {
    color: #ff7a7a;
    margin-bottom: 25px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Comentários FB */
.fb-comment {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #5b2020;
    padding-bottom: 15px;
}

.fb-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #ff0000;
    box-shadow: 0 0 14px rgba(255, 0, 0, 0.8);
}

.fb-name {
    font-weight: bold;
    color: #ffeaea;
}

.fb-text {
    margin: 5px 0;
    line-height: 1.5;
    color: #f6dada;
}

.fb-actions {
    font-size: 13px;
    color: #d6a0a0;
}

.fb-actions span {
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.fb-actions span:hover {
    color: #ff7a7a;
    transform: translateY(-1px);
}
