        body {
            font-family: Arial, Helvetica, sans-serif;
            background-color: #0a0a0a;
            color: #e5e5e5;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .headline {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
            border-bottom: 3px solid #d4af37;
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
            color: #ffffff;
            padding: 40px 20px;
            font-size: 26px;
            font-weight: bold;
            line-height: 1.4;
        }

        .video-section {
            margin: 40px auto 20px auto;
            max-width: 800px;
            width: 90%;
        }

        /* SECCIÓN DE CARDS DE OFERTAS */

        .discountSection {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
        }

        .bb-section {
            background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
            color: #e5e5e5;
            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 #d4af37;
            padding: 6px 18px;
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #9ca3af;
            background: #2d2d2d;
        }

        .bb-step--active {
            background: linear-gradient(135deg, #d4af37, #f4c430);
            border-color: transparent;
            color: #1a1a1a;
            font-weight: 700;
        }

        /* Título */
        .bb-section-header {
            text-align: center;
            margin-bottom: 28px;
        }

        .bb-section-header h3 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .bb-divider {
            width: 80px;
            height: 3px;
            margin: 12px auto 0;
            border-radius: 999px;
            background: linear-gradient(90deg, #d4af37, #dc143c, #d4af37);
        }

        /* Cards */
        .bb-packages {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            max-width: 1100px;
            margin: 0 auto 40px;
        }

        @media (max-width: 968px) {
            .bb-packages {
                grid-template-columns: 1fr;
            }
        }

        .bb-card {
            background: linear-gradient(145deg, #2d2d2d, #1f1f1f);
            border-radius: 16px;
            border: 1px solid #3a3a3a;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
            padding: 16px 18px 20px;
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .bb-card--best {
            border: 2px solid #d4af37;
            box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3), 0 0 20px rgba(220, 20, 60, 0.2);
            transform: translateY(-4px);
        }

        .bb-card-tag {
            position: absolute;
            top: -14px;
            left: 16px;
            background: linear-gradient(135deg, #d4af37, #f4c430);
            color: #1a1a1a;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 999px;
            box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
        }

        /* Conteúdo interno */
        .bb-card-body {
            display: grid;
            grid-template-columns: 1.1fr 1.2fr;
            gap: 14px;
            align-items: center;
        }

        @media (max-width: 600px) {
            .bb-card-body {
                grid-template-columns: 1fr;
                text-align: center;
            }
        }

        .bb-card-left h4 {
            font-size: 18px;
            font-weight: 700;
            color: #f5f5f5;
        }

        .bb-supply {
            font-size: 13px;
            color: #b8b8b8;
            margin-bottom: 8px;
        }

        .bb-product-img {
            max-width: 140px;
            width: 100%;
        }

        /* Preços */
        .bb-price-per-bottle {
            display: flex;
            align-items: baseline;
            gap: 6px;
            justify-content: flex-start;
        }

        .bb-price {
            font-size: 32px;
            font-weight: 800;
            color: #d4af37;
        }

        .bb-price-label {
            font-size: 12px;
            text-transform: uppercase;
            color: #b8b8b8;
            line-height: 1.2;
        }

        .bb-save {
            font-size: 12px;
            text-transform: uppercase;
            color: #dc143c;
            font-weight: 600;
            margin-top: 4px;
        }

        .bb-save--highlight {
            color: #dc143c;
            font-weight: 700;
        }

        .bb-label {
            font-size: 11px;
            text-transform: uppercase;
            color: #9ca3af;
            margin-top: 4px;
        }

        .bb-label--accent {
            color: #d4af37;
            font-weight: 600;
        }

        .bb-cards-img {
            max-width: 140px;
            margin: 10px 0;
        }

        .bb-total {
            font-size: 13px;
            margin-top: 4px;
            color: #e5e5e5;
        }

        .bb-total-old {
            text-decoration: line-through;
            color: #666;
            margin-left: 4px;
            margin-right: 6px;
        }

        .bb-total-new {
            color: #d4af37;
            font-weight: 700;
            font-size: 16px;
        }

        .bb-shipping {
            font-size: 12px;
            color: #9ca3af;
            margin-top: 4px;
        }

        .bb-shipping--free {
            color: #dc143c;
            font-weight: 600;
        }

        /* Botões */
        .bb-btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            margin-top: 8px;
            padding: 10px 18px;
            border-radius: 999px;
            border: 2px solid #d4af37;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
            color: #d4af37;
            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
            transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
        }

        .bb-btn--primary {
            background: linear-gradient(135deg, #d4af37, #f4c430);
            color: #1a1a1a;
            border-color: #f4c430;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
        }

        .bb-btn:hover {
            transform: translateY(-2px);
            filter: brightness(1.15);
            box-shadow: 0 16px 40px rgba(212, 175, 55, 0.5);
        }

        /* Garantia */
        .bb-guarantee {
            max-width: 1100px;
            margin: 32px auto 0;
            padding: 20px 18px;
            border-radius: 16px;
            border: 2px solid #d4af37;
            background: linear-gradient(145deg, #2d2d2d, #1a1a1a);
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: center;
        }

        @media (max-width: 768px) {
            .bb-guarantee {
                grid-template-columns: 1fr;
                text-align: center;
            }
        }

        .bb-guarantee-img {
            max-width: 260px;
            width: 100%;
        }

        .bb-guarantee-text h3 {
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 6px;
            color: #d4af37;
        }

        .bb-guarantee-text p {
            font-size: 14px;
            color: #b8b8b8;
        }

        .comments-section {
            background: linear-gradient(145deg, #2d2d2d, #1f1f1f);
            border-top: 3px solid #d4af37;
            border: 1px solid #3a3a3a;
            max-width: 800px;
            margin: 50px auto;
            padding: 20px;
            text-align: left;
            border-radius: 6px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        }

        .comments-section h3 {
            color: #d4af37;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .fb-comment {
            display: flex;
            margin-bottom: 20px;
            border-bottom: 1px solid #3a3a3a;
            padding-bottom: 15px;
        }

        .fb-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            border: 2px solid #d4af37;
        }

        .fb-name {
            font-weight: bold;
            color: #f5f5f5;
        }

        .fb-text {
            margin: 5px 0;
            line-height: 1.4;
            color: #d1d1d1;
        }

        .fb-actions {
            font-size: 13px;
            color: #9ca3af;
        }

        .fb-actions span {
            margin-right: 10px;
            cursor: pointer;
        }

        .fb-actions span:hover {
            color: #d4af37;
        }