/*
Theme Name: Fast Burn Extreme
Theme URI: https://fastburnextreme.com
Author: Elite Vitality Hub
Author URI: https://elitevitalityhub.com
Description: Landing page de alta conversão para o produto Fast Burn Extreme - Queimador de Gordura #1 do Brasil. Tema otimizado para conversão com elementos de urgência, prova social, countdown timer e design responsivo.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fast-burn-extreme
Tags: one-column, custom-colors, featured-images, full-width-template, translation-ready
*/

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
ul { list-style: none; }
button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}
svg { flex-shrink: 0; }

/* ---------- CONTAINER ---------- */
.fbe-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- BADGE ---------- */
.fbe-badge {
    display: inline-block;
    background: #ff6b00;
    color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* ---------- SECTION UTILITY ---------- */
.fbe-section {
    padding: 80px 0;
}
.fbe-section--white { background: #fff; }
.fbe-section--gray { background: #f8f9fa; }
.fbe-section--dark {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 50%, #0d1b2a 100%);
    color: #fff;
}
.fbe-section__header {
    text-align: center;
    margin-bottom: 55px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.fbe-section__title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 14px;
}
.fbe-section__title--light { color: #fff; }
.fbe-section__title--big { font-size: 2.5rem; }
.fbe-section__subtitle {
    font-size: 1.05rem;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
}
.fbe-section__subtitle--light { color: rgba(255,255,255,0.7); }
.fbe-section__cta {
    text-align: center;
    margin-top: 40px;
}
.fbe-section__arrow {
    text-align: center;
    margin-top: 35px;
}
.fbe-section__arrow p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 5px;
}
.fbe-section__arrow p strong { color: #ff6b00; }
.fbe-section__arrow svg { fill: #ff6b00; animation: fbe-bounce 1.5s infinite; }
@keyframes fbe-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.fbe-highlight { color: #ff6b00; }
.fbe-stars-row {
    color: #f1c40f;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

/* ============================================
   TOP BAR
   ============================================ */
.fbe-topbar {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    padding: 10px 0;
    font-size: 0.82rem;
    border-bottom: 3px solid #ff6b00;
}
.fbe-topbar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.fbe-topbar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.fbe-topbar__item svg { fill: #ff6b00; }

/* ============================================
   URGENCY BAR
   ============================================ */
.fbe-urgency {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.4;
    animation: fbe-urgency-pulse 2.5s ease-in-out infinite;
}
@keyframes fbe-urgency-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.88; }
}
.fbe-urgency strong {
    background: rgba(255,255,255,0.2);
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: 800;
}

/* ============================================
   HEADER
   ============================================ */
.fbe-header {
    background: #fff;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}
.fbe-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbe-logo img {
    height: 42px;
    width: auto;
}
.fbe-nav__list {
    display: flex;
    align-items: center;
    gap: 28px;
}
.fbe-nav__list a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.fbe-nav__list a:hover { color: #ff6b00; }
.fbe-header-cta {
    display: inline-block;
    background: #ff6b00;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}
.fbe-header-cta:hover {
    background: #e65c00;
    transform: translateY(-1px);
    color: #fff !important;
}
.fbe-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
}
.fbe-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2.5px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ============================================
   HERO
   ============================================ */
.fbe-hero {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a3e 40%, #0d1b2a 100%);
    color: #fff;
    padding: 65px 0 85px;
    position: relative;
    overflow: hidden;
}
.fbe-hero__glow {
    position: absolute;
    top: -40%;
    right: -15%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(255,107,0,0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.fbe-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 45px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.fbe-hero__title {
    font-size: 2.65rem;
    font-weight: 900;
    margin-bottom: 22px;
    line-height: 1.12;
}
.fbe-hero__title span {
    color: #ff6b00;
    display: block;
}
.fbe-hero__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    line-height: 1.7;
}
.fbe-hero__benefits {
    margin-bottom: 32px;
}
.fbe-hero__benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.98rem;
}
.fbe-hero__benefits svg { fill: #ff6b00; }
.fbe-hero__image {
    text-align: center;
    position: relative;
}
.fbe-hero__image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,107,0,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.fbe-hero__product {
    max-width: 380px;
    margin: 0 auto;
    filter: drop-shadow(0 25px 50px rgba(255,107,0,0.25));
    animation: fbe-float 3.5s ease-in-out infinite;
    position: relative;
    z-index: 2;
}
@keyframes fbe-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.fbe-hero__seal {
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 105px;
    height: 105px;
    background: linear-gradient(135deg, #ff6b00, #e65c00);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 25px rgba(255,107,0,0.45);
    animation: fbe-pulse 2s ease-in-out infinite;
    z-index: 3;
}
.fbe-hero__seal-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
}
.fbe-hero__seal-txt {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.2;
}
@keyframes fbe-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

/* ============================================
   CTA BUTTON
   ============================================ */
.fbe-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c33 50%, #ff6b00 100%);
    background-size: 200% auto;
    color: #fff !important;
    padding: 17px 38px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 28px rgba(255,107,0,0.4);
    animation: fbe-shimmer 3s ease infinite;
    text-align: center;
    line-height: 1.3;
}
.fbe-cta svg { fill: #fff; }
@keyframes fbe-shimmer {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
}
.fbe-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 38px rgba(255,107,0,0.5);
    color: #fff !important;
}
.fbe-cta--lg { padding: 19px 42px; font-size: 1.12rem; }
.fbe-cta--xl { padding: 22px 52px; font-size: 1.25rem; }
.fbe-cta--full { width: 100%; }
.fbe-cta__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fbe-cta__text small {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.9;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 3px;
}

/* ---------- TRUST ICONS ---------- */
.fbe-trust {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.fbe-trust--center { justify-content: center; }
.fbe-trust__item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.55);
}
.fbe-trust__item svg { fill: #27ae60; }

/* ============================================
   PROOF BAR
   ============================================ */
.fbe-proof {
    background: #f8f9fa;
    padding: 28px 0;
    border-bottom: 1px solid #eee;
}
.fbe-proof__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.fbe-proof__stat { text-align: center; }
.fbe-proof__num {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #ff6b00;
    line-height: 1.1;
}
.fbe-proof__label {
    display: block;
    font-size: 0.83rem;
    color: #666;
    margin-top: 3px;
}
.fbe-proof__div {
    width: 1px;
    height: 40px;
    background: #ddd;
}

/* ============================================
   CARDS GRID
   ============================================ */
.fbe-grid {
    display: grid;
    gap: 28px;
}
.fbe-grid--3 { grid-template-columns: repeat(3, 1fr); }
.fbe-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Problem Cards ---------- */
.fbe-card--problem {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 38px 28px;
    text-align: center;
    transition: all 0.3s ease;
}
.fbe-card--problem:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px rgba(0,0,0,0.08);
    border-color: #ff6b00;
}
.fbe-card__icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #fff5eb, #ffe8d6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.fbe-card__icon img { width: 50px; height: 50px; }
.fbe-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.fbe-card__title--light { color: #fff; }
.fbe-card__text {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.65;
}
.fbe-card__text--light { color: rgba(255,255,255,0.7); }

/* ---------- Step Cards ---------- */
.fbe-card--step {
    text-align: center;
    padding: 32px 22px;
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}
.fbe-card--step:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-6px);
}
.fbe-card__step-num {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #ff6b00, #e65c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    color: #fff;
}

/* ---------- Testimonial Cards ---------- */
.fbe-card--testimonial {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.fbe-card--testimonial:hover {
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    border-color: #ff6b00;
}
.fbe-card__stars {
    color: #f1c40f;
    font-size: 1rem;
    margin-bottom: 14px;
}
.fbe-card__quote {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}
.fbe-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #eee;
    padding-top: 16px;
}
.fbe-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b00, #ff8c33);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}
.fbe-card__author-info strong {
    display: block;
    font-size: 0.9rem;
    color: #1a1a2e;
}
.fbe-card__result {
    display: block;
    font-size: 0.78rem;
    color: #27ae60;
    font-weight: 600;
}
.fbe-card__verified {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    color: #27ae60;
    margin-top: 2px;
}
.fbe-card__verified svg { fill: #27ae60; }

/* ============================================
   INGREDIENTS
   ============================================ */
.fbe-ingredients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.fbe-ingredient {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.fbe-ingredient:hover {
    background: #fff;
    border-color: #ff6b00;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.fbe-ingredient__icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #ff6b00, #ff8c33);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.fbe-ingredient__icon img { width: 36px; height: 36px; }
.fbe-ingredient__name {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.fbe-ingredient__desc {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
}

/* ============================================
   RESULTS
   ============================================ */
.fbe-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.fbe-results__text {
    font-size: 1.02rem;
    color: #555;
    margin-bottom: 28px;
    line-height: 1.7;
}
.fbe-results__highlights { margin-bottom: 32px; }
.fbe-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
    padding: 16px 22px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #ff6b00;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.fbe-result-item__num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ff6b00;
    flex-shrink: 0;
    min-width: 60px;
}
.fbe-result-item__text {
    font-size: 0.95rem;
    color: #444;
}
.fbe-chart {
    background: #fff;
    border-radius: 20px;
    padding: 38px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.06);
}
.fbe-chart__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 30px;
    text-align: center;
}
.fbe-chart-group { margin-bottom: 22px; }
.fbe-chart-group__label {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
    font-weight: 600;
}
.fbe-chart-bar-wrap {
    background: #eee;
    border-radius: 8px;
    height: 38px;
    overflow: hidden;
}
.fbe-chart-bar {
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    width: 0;
    transition: width 1.8s ease;
}
.fbe-chart-bar--reg { background: linear-gradient(90deg, #bdc3c7, #95a5a6); }
.fbe-chart-bar--fbe { background: linear-gradient(90deg, #ff6b00, #ff8c33); }
.fbe-chart-bar.animated { width: var(--bar-w); }
.fbe-chart-hl {
    text-align: center;
    margin-top: 22px;
    padding: 14px;
    background: #fff5eb;
    border-radius: 10px;
}
.fbe-chart-hl p {
    font-size: 0.92rem;
    color: #e65c00;
    font-weight: 700;
    margin: 0;
}
.fbe-chart-result {
    margin-top: 18px;
    padding: 18px;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: center;
}
.fbe-chart-result__title {
    font-size: 0.95rem;
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 4px;
}
.fbe-chart-result__text {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}
.fbe-chart-result__text strong { color: #ff6b00; }

/* ============================================
   FAQ
   ============================================ */
.fbe-faq {
    max-width: 800px;
    margin: 0 auto;
}
.fbe-faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}
.fbe-faq-item:hover { border-color: #ff6b00; }
.fbe-faq-item__q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a2e;
    text-align: left;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    border: none;
    transition: color 0.3s ease;
}
.fbe-faq-item__q:hover { color: #ff6b00; }
.fbe-faq-item__toggle {
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    color: #ff6b00;
    flex-shrink: 0;
}
.fbe-faq-item.active .fbe-faq-item__toggle {
    background: #ff6b00;
    color: #fff;
    transform: rotate(45deg);
}
.fbe-faq-item__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.fbe-faq-item.active .fbe-faq-item__a {
    max-height: 300px;
}
.fbe-faq-item__a-inner {
    padding: 0 25px 22px;
    font-size: 0.92rem;
    color: #666;
    line-height: 1.7;
}

/* ============================================
   GUARANTEE
   ============================================ */
.fbe-guarantee {
    max-width: 820px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 2px solid #27ae60;
    border-radius: 20px;
    padding: 52px 42px;
    text-align: center;
}
.fbe-guarantee__shield {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}
.fbe-guarantee__shield img { width: 60px; height: 60px; }
.fbe-guarantee__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a5d2e;
    margin-bottom: 14px;
}
.fbe-guarantee__text {
    font-size: 1.02rem;
    color: #3a7d44;
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.7;
}
.fbe-guarantee__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #27ae60;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
}
.fbe-guarantee__badge svg { fill: #fff; }

/* ============================================
   FINAL CTA
   ============================================ */
.fbe-final {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.fbe-final__glow {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255,107,0,0.1) 0%, transparent 60%);
    pointer-events: none;
}
.fbe-final__inner {
    position: relative;
    z-index: 2;
}
.fbe-countdown {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 32px 0;
}
.fbe-countdown__item {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,107,0,0.3);
    border-radius: 12px;
    padding: 16px 22px;
    min-width: 85px;
    text-align: center;
}
.fbe-countdown__num {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.1rem;
    font-weight: 900;
    color: #ff6b00;
    line-height: 1;
}
.fbe-countdown__label {
    display: block;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 1px;
}
.fbe-final-benefits {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: 28px 0 5px;
    flex-wrap: wrap;
}
.fbe-final-benefits__item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.8);
}
.fbe-final-benefits__item svg { fill: #27ae60; }

/* ============================================
   FOOTER
   ============================================ */
.fbe-footer {
    background: #0a0a1a;
    color: rgba(255,255,255,0.5);
    padding: 40px 0 25px;
    font-size: 0.82rem;
}
.fbe-footer__inner { text-align: center; }
.fbe-footer__links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.fbe-footer__links a {
    color: rgba(255,255,255,0.5);
    transition: color 0.3s ease;
}
.fbe-footer__links a:hover { color: #ff6b00; }
.fbe-footer__copy { margin-bottom: 10px; }
.fbe-footer__disclaimer {
    max-width: 700px;
    margin: 0 auto;
    font-size: 0.74rem;
    color: rgba(255,255,255,0.3);
    line-height: 1.6;
}

/* ============================================
   FLOATING CTA
   ============================================ */
.fbe-floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15,15,35,0.97);
    padding: 12px 18px;
    z-index: 1000;
    text-align: center;
    border-top: 2px solid #ff6b00;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.fbe-floating.show { transform: translateY(0); }

/* ============================================
   LIVE NOTIFICATION
   ============================================ */
.fbe-notif {
    position: fixed;
    bottom: 22px;
    left: 22px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 998;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    max-width: 360px;
    border-left: 4px solid #27ae60;
}
.fbe-notif.show { transform: translateX(0); }
.fbe-notif__icon {
    width: 42px;
    height: 42px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.fbe-notif__text {
    font-size: 0.82rem;
    color: #333;
    line-height: 1.4;
    margin: 0;
}
.fbe-notif__text strong { color: #1a1a2e; }
.fbe-notif__time { font-size: 0.7rem; color: #999; }
.fbe-notif__close {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 1.2rem;
    color: #999;
    line-height: 1;
    cursor: pointer;
    border: none;
    background: none;
}
.fbe-notif__close:hover { color: #333; }

/* ============================================
   BACK TO TOP
   ============================================ */
.fbe-btt {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    background: #ff6b00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,107,0,0.35);
    border: none;
    cursor: pointer;
}
.fbe-btt.show { opacity: 1; visibility: visible; transform: translateY(0); }
.fbe-btt:hover { background: #e65c00; transform: translateY(-3px); }
.fbe-btt svg { fill: #fff; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fbe-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fbe-fade.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .fbe-hero__inner { grid-template-columns: 1fr; text-align: center; }
    .fbe-hero__content { order: 1; }
    .fbe-hero__image { order: 0; margin-bottom: 10px; }
    .fbe-hero__title { font-size: 2.1rem; }
    .fbe-hero__benefits { display: inline-block; text-align: left; }
    .fbe-hero__cta-wrap { text-align: center; }
    .fbe-trust { justify-content: center; }
    .fbe-hero__product { max-width: 300px; }
    .fbe-hero__seal { right: 50%; transform: translateX(130px); bottom: 5px; width: 90px; height: 90px; }
    .fbe-hero__seal-num { font-size: 1.5rem; }
    .fbe-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .fbe-results { grid-template-columns: 1fr; }
    .fbe-section__title { font-size: 1.9rem; }
    .fbe-section__title--big { font-size: 2.1rem; }
}
@media (max-width: 768px) {
    .fbe-section { padding: 55px 0; }
    .fbe-topbar { padding: 8px 0; font-size: 0.75rem; }
    .fbe-topbar__inner { gap: 12px; }
    .fbe-topbar__item:nth-child(3), .fbe-topbar__item:nth-child(4) { display: none; }
    .fbe-urgency { font-size: 0.82rem; padding: 10px 15px; }
    .fbe-nav { display: none; }
    .fbe-header-cta { display: none; }
    .fbe-mobile-toggle { display: flex; }
    .fbe-nav.open {
        display: block; position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 15px 0; z-index: 99;
    }
    .fbe-nav.open .fbe-nav__list { flex-direction: column; gap: 0; }
    .fbe-nav.open .fbe-nav__list li { border-bottom: 1px solid #f0f0f0; }
    .fbe-nav.open .fbe-nav__list a { display: block; padding: 14px 25px; font-size: 0.95rem; }
    .fbe-hero { padding: 40px 0 55px; }
    .fbe-hero__title { font-size: 1.75rem; }
    .fbe-hero__product { max-width: 240px; }
    .fbe-hero__seal { width: 78px; height: 78px; transform: translateX(100px); }
    .fbe-grid--3 { grid-template-columns: 1fr; }
    .fbe-grid--4 { grid-template-columns: 1fr; }
    .fbe-ingredients { grid-template-columns: 1fr; }
    .fbe-proof__div { display: none; }
    .fbe-proof__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .fbe-proof__num { font-size: 1.5rem; }
    .fbe-section__title { font-size: 1.6rem; }
    .fbe-section__title--big { font-size: 1.7rem; }
    .fbe-countdown { gap: 8px; }
    .fbe-countdown__item { padding: 12px 16px; min-width: 70px; }
    .fbe-countdown__num { font-size: 1.6rem; }
    .fbe-guarantee { padding: 35px 22px; }
    .fbe-guarantee__title { font-size: 1.45rem; }
    .fbe-cta { padding: 15px 28px; font-size: 0.98rem; }
    .fbe-cta--xl { padding: 17px 35px; font-size: 1.05rem; }
    .fbe-floating .fbe-cta { font-size: 0.92rem; padding: 14px 25px; }
    .fbe-notif { display: none; }
    .fbe-btt { bottom: 75px; right: 15px; width: 40px; height: 40px; }
}
@media (max-width: 480px) {
    .fbe-section { padding: 45px 0; }
    .fbe-container { padding: 0 16px; }
    .fbe-hero { padding: 30px 0 45px; }
    .fbe-hero__title { font-size: 1.45rem; }
    .fbe-hero__product { max-width: 200px; }
    .fbe-hero__seal { width: 68px; height: 68px; transform: translateX(85px); }
    .fbe-section__title { font-size: 1.4rem; }
    .fbe-ingredient { padding: 18px; gap: 14px; }
    .fbe-ingredient__icon { width: 48px; height: 48px; }
    .fbe-result-item { padding: 12px 16px; }
    .fbe-result-item__num { font-size: 1.3rem; min-width: 50px; }
    .fbe-faq-item__q { padding: 16px 18px; font-size: 0.92rem; }
    .fbe-guarantee { padding: 28px 18px; }
    .fbe-guarantee__title { font-size: 1.3rem; }
    .fbe-countdown__item { min-width: 60px; padding: 10px 12px; }
    .fbe-countdown__num { font-size: 1.4rem; }
    .fbe-cta { padding: 14px 24px; font-size: 0.9rem; }
    .fbe-final-benefits { flex-direction: column; align-items: center; gap: 10px; }
}
