/* ===== LOCAL FONTS ===== */
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/anton-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/anton-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('../fonts/outfit-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('../fonts/outfit-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ===== RESET & VARIABLES ===== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

:root {
    --primary: #000DB6;
    --primary-light: #0041FF;
    --primary-dark: #000a8a;
    --green: #3ca013;
    --green-dark: #3ca013;
    --gold: #ffd60a;
    --white: #fff;
    --off-white: #f5f7fa;
    --bg-light: #f0f2f8;
    --text: #111;
    --text-light: #555;
    --text-muted: #888;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 16px 50px rgba(0, 0, 0, 0.18);
    --shadow-blue: 0 12px 40px rgba(0, 13, 182, 0.25);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
}

body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    line-height: 1.6;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== ANIMATIONS (desativadas) ===== */
.fade-in,
.fade-in.visible,
.scroll-reveal,
.scroll-reveal.visible {
    opacity: 1;
    transform: none;
}

/* ===== TOP BAR ===== */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(90deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    color: var(--gold);
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-bottom: 2px solid rgba(255, 214, 10, 0.25);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

body {
    padding-top: 42px;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.top-bar-fire {
    font-size: 15px;
    animation: pulse-fire 1.5s ease-in-out infinite;
}

@keyframes pulse-fire {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.top-bar-text {
    color: #fff;
}

.top-bar-text strong {
    color: var(--gold);
}

.top-bar-timer {
    color: #fff;
}

.top-bar-timer strong {
    color: #ff4444;
    font-family: 'Outfit', monospace;
    letter-spacing: 1px;
}

.top-bar-separator {
    opacity: 0.3;
    margin: 0 4px;
}

@media (max-width: 480px) {
    .top-bar {
        font-size: 11px;
        padding: 8px 12px;
    }
    .top-bar-separator {
        display: none;
    }
    .top-bar-inner {
        gap: 4px;
    }
}

/* ===== HERO ===== */
.hero {
    background: linear-gradient(145deg, #000a8a 0%, #000DB6 30%, #0041FF 70%, #0055ff 100%);
    color: var(--white);
    padding: 32px 24px 140px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, rgba(0, 65, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 65, 255, 0.4) 0%, transparent 70%);
    pointer-events: none;
    animation: pulse-glow 6s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
    50% { opacity: 0.8; transform: translateX(-50%) scale(1.1); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
}

.hero-badge svg {
    fill: var(--gold);
}

.hero-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.hero h1 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(32px, 4.6vw, 68px);
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 90vw;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero h1 .highlight {
    position: relative;
    color: var(--white);
    display: inline-block;
}

.hero-badge-oficial {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.hero-sub {
    font-size: clamp(18px, 4.5vw, 21px);
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}

.hero-sub strong {
    color: var(--white);
    font-weight: 700;
}

.btn-primary.btn-hero {
    overflow: hidden;
    line-height: 1.2;
    padding: 24px 60px;
    font-size: 20px;
    border-radius: 8px;
}

.btn-hero .btn-hero-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Combo buttons need column for trust badge inside */
.combo-inner .btn-hero,
.final-cta .btn-hero {
    flex-direction: column;
    gap: 14px;
    padding: 20px 40px 16px;
}

/* Hero button: one line on desktop */
.hero .btn-hero .btn-hero-main {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 40px;
        white-space: normal;
    }
    .hero .btn-primary.btn-hero {
        padding: 20px 28px;
        font-size: 17px;
    }
    .hero .btn-hero .btn-hero-main {
        white-space: normal;
        text-align: center;
    }
}

.combo-inner .btn-hero-main {
    font-size: 17px;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .combo-inner .btn-primary.btn-hero {
        padding: 20px 24px 14px;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
    }
    .combo-inner .btn-hero-main {
        font-size: 13px;
        white-space: nowrap;
        text-align: center;
    }
    .combo-inner {
        padding: 20px 12px 16px;
    }
    .combo-image {
        margin: 4px 0;
    }
    .combo-image img {
        transform: scale(1.25);
        margin: 10px 0;
    }
    .combo-price {
        margin: 8px 0 10px;
    }
    .combo-inner-label {
        margin-bottom: 4px;
    }
    .combo-inner-sub {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .combo-link {
        margin-top: 10px;
    }
}

.hero-trust-inline {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 500;
    opacity: 0.8;
    margin-top: -4px;
    padding-bottom: 1px;
    text-transform: none;
    letter-spacing: 0;
}

.hero-trust-inline svg {
    fill: var(--white);
    flex-shrink: 0;
}

.hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 12px;
}

.hero-trust svg {
    fill: rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.hero-wave svg {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
}

/* ===== PRIMARY BUTTON ===== */
.btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: var(--white);
    border: none;
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 30px rgba(60, 160, 19, 0.35);
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: btn-shimmer 3s ease-in-out infinite;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(60, 160, 19, 0.45);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-primary:active {
    transform: translateY(0) scale(0.98);
}

.btn-icon {
    width: 20px;
    height: 20px;
    fill: var(--white);
    transition: transform 0.3s;
}

.btn-primary:hover .btn-icon {
    transform: translateX(4px);
}

.btn-full {
    width: 100%;
}

.btn-light {
    background: var(--white);
    color: var(--primary);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.btn-light .btn-icon {
    fill: var(--primary);
}

.btn-light:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ===== AUTHOR ===== */
.author {
    background: var(--white);
    padding: 0 24px 40px;
    position: relative;
}

.author-container {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.author-img-wrapper {
    position: relative;
    margin-top: -100px;
    margin-bottom: 20px;
}

.author-img-ring {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    opacity: 0.2;
    animation: ring-pulse 3s ease-in-out infinite;
}

@keyframes ring-pulse {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 0.1; transform: scale(1.05); }
}

.author-img-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--white);
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 2;
    background: var(--white);
}

.author-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.author-info h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.author-info .author-subtitle {
    font-size: 16px;
    color: var(--text-light);
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
}

.author-info p {
    max-width: 480px;
    margin: 0 auto;
    font-size: 17px;
    color: var(--text);
    line-height: 1.6;
    text-align: justify;
}

.author-info p strong {
    color: var(--primary);
}

/* ===== STATS ===== */
.stats {
    padding: 16px 24px;
    background: var(--bg-light);
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.stats-grid {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.stat-number {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary);
    display: inline;
    line-height: 1;
}

.stat-suffix {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary);
}

.stat-label {
    display: inline;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light);
}

/* ===== SECTION TITLE ===== */
.section-title {
    text-align: center;
    font-size: clamp(30px, 7vw, 38px);
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.section-title span {
    color: var(--primary);
}

.section-title.light {
    color: var(--white);
}

.section-title.light span {
    color: var(--gold);
}

.section-subtitle {
    text-align: center;
    font-size: 17px;
    color: var(--text-light);
    margin-bottom: 12px;
}

.section-subtitle.light {
    color: rgba(255, 255, 255, 0.75);
}

.section-line {
    width: 50px;
    height: 4px;
    background: var(--primary);
    margin: 0 auto 40px;
    border-radius: 2px;
}

.section-line.gold {
    background: var(--gold);
}

/* ===== COMBO SECTION ===== */
.combo-section {
    padding: 120px 12px 32px;
    background: linear-gradient(180deg, #000866 0%, #000DB6 50%, #0035e0 100%);
    position: relative;
    overflow: visible;
}

.combo-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.combo-wave svg {
    width: 100%;
    height: 120px;
    display: block;
}

.combo-dark {
    background: var(--off-white);
}

.combo-wrapper {
    max-width: 480px;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.combo-card {
    position: relative;
    background: var(--white);
    border-radius: 18px;
    padding: 24px 20px;
    padding-top: 28px;
    color: var(--text);
    text-align: center;
    box-shadow:
        0 0 15px rgba(57, 255, 20, 0.4),
        0 0 40px rgba(57, 255, 20, 0.2),
        0 0 80px rgba(57, 255, 20, 0.1);
    overflow: hidden;
    border: 3px solid #39ff14;
}

.combo-card::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: calc(var(--radius-xl) + 3px);
    background: linear-gradient(90deg, #c9a227, #f0d060, #e6b800, #f0d060, #c9a227);
    background-size: 300% 100%;
    animation: border-shine 3s linear infinite;
    z-index: -1;
}

.combo-card::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: calc(var(--radius-xl) + 10px);
    background: linear-gradient(90deg, #c9a227, #f0d060, #e6b800, #f0d060, #c9a227);
    background-size: 300% 100%;
    animation: border-shine 3s linear infinite;
    filter: blur(20px);
    opacity: 0.45;
    z-index: -2;
}

@keyframes border-shine {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

@keyframes btn-shimmer {
    0% { left: -100%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.combo-card.dark {
    background: var(--white);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: #e8eaf0;
}

.combo-badge {
    display: inline-block;
    background: var(--green);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    position: relative;
}

.combo-card h2 {
    font-family: 'Anton', sans-serif;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.05;
    color: #0a0a3a;
    position: relative;
}

.combo-card h2 span {
    color: #0a0a3a;
}

.combo-card .subtitle {
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.7;
    color: #3a3a5a;
    font-style: normal;
    position: relative;
}

.combo-card .subtitle strong {
    color: var(--text);
    font-weight: 700;
}

.combo-benefits {
    text-align: left;
    margin-bottom: 28px;
    list-style: none;
    position: relative;
}

.combo-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0;
    background: none;
    border-radius: 0;
    transition: none;
    color: var(--text);
}

.combo-benefits li:hover {
    background: none;
}

.combo-benefits li svg {
    width: 16px;
    height: 16px;
    fill: var(--green);
    flex-shrink: 0;
}

.combo-benefits li.highlight-item {
    color: var(--green-dark);
    font-weight: 700;
    background: none;
}

.combo-benefits li.highlight-item svg {
    fill: var(--green);
}

.combo-inner {
    background: #fdf2c9;
    border-radius: var(--radius-lg);
    padding: 36px 24px 28px;
    margin: 0 -6px 0;
    border: 2px dashed #d4a917;
    position: relative;
}

.combo-inner-wrap {
    position: relative;
}

.combo-pill-timer {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    background: linear-gradient(135deg, #1a237e, #283593);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.combo-pill-timer strong {
    color: #f0d060;
    font-weight: 800;
    font-family: 'Outfit', monospace;
    letter-spacing: 0.5px;
}

.combo-inner-label {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.combo-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.combo-countdown-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.combo-countdown-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Outfit', monospace;
}

.cd-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1a1a2e;
    border-radius: 8px;
    padding: 6px 10px 4px;
    min-width: 48px;
}

.cd-num {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.cd-label {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cd-sep {
    font-size: 20px;
    font-weight: 800;
    color: #cc0000;
    line-height: 1;
    margin-top: -6px;
}

.combo-inner-frete {
    font-size: 13px;
    font-weight: 600;
    color: #3a3a5a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.combo-inner-sub {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a3a;
    margin-bottom: 16px;
    line-height: 1.5;
}

.combo-image {
    margin: 10px 0;
    text-align: center;
}

.combo-image img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    transform: scale(1.1);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.12));
}

.combo-price {
    margin: 16px 0 16px;
}

.combo-price .old {
    font-size: 14px;
    text-decoration: line-through;
    color: var(--text-muted);
    display: block;
    margin-bottom: 4px;
}

.price-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    line-height: 1;
}

.price-main .currency {
    font-size: 20px;
    font-weight: 700;
    color: var(--green-dark);
}

.price-main .value {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: -2px;
    color: var(--green-dark);
}

.price-main .cents {
    font-size: 22px;
    font-weight: 700;
    color: var(--green-dark);
}

.combo-price .installment {
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 6px;
    display: block;
}

.combo-link {
    display: block;
    margin-top: 16px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.2s;
    position: relative;
}

.combo-link:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ===== TESTIMONIALS ===== */
.testimonials {
    padding: 60px 0 64px;
    background: #f3f4f6;
    overflow: hidden;
    position: relative;
}

.testimonials-bg-pattern {
    display: none;
}

.testimonials-header {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    margin-bottom: 8px;
}

.testimonials-track {
    display: flex;
    gap: 20px;
    animation: scroll-infinite 40s linear infinite;
    width: max-content;
    padding: 0 12px;
}

.testimonials-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-infinite {
    0% { transform: translateX(0); }
    100% { transform: translateX(var(--scroll-width, -50%)); }
}

.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    width: 280px;
    transition: transform 0.3s;
}

.testimonial-card:hover {
    transform: scale(1.03);
}

.testimonial-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== INDIVIDUAL BOOKS ===== */
.individual {
    padding: 72px 24px;
    background: var(--white);
    overflow-x: hidden;
}

.books-grid {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.book-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 0;
    text-align: center;
    border: 1px solid #e8eaf0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.book-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
    border-color: transparent;
}

.book-img-wrapper {
    background: var(--bg-light);
    padding: 28px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-img-wrapper img {
    height: 200px;
    object-fit: contain;
    max-width: 100%;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
}

.book-card:hover .book-img-wrapper img {
    transform: scale(1.08) translateY(-4px);
}

.book-info {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.book-info h5 {
    font-size: 19px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    line-height: 1.4;
}

.book-info .desc {
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 16px;
    line-height: 1.5;
    flex: 1;
}

.book-pricing {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.book-pricing .price-old {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.book-pricing .price {
    font-size: 28px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.5px;
}

.book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--green);
    color: var(--white);
    padding: 14px 20px;
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.book-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: btn-shimmer 3s ease-in-out infinite;
}

.book-btn svg {
    fill: var(--white);
    transition: transform 0.3s;
}

.book-btn:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
}

.book-btn:hover svg {
    transform: translateX(3px);
}

/* ===== GUARANTEE ===== */
.guarantee {
    padding: 32px 24px 32px;
    background: var(--off-white);
}

.guarantee-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 36px;
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.guarantee-visual {
    position: relative;
    flex-shrink: 0;
}

.guarantee-ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px dashed var(--green);
    opacity: 0.3;
    animation: spin-slow 20s linear infinite;
}

@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.guarantee-badge {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
    position: relative;
}

.guarantee-badge .number {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.guarantee-badge .text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guarantee-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.guarantee-content p {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.7;
}

.guarantee-content p strong {
    color: var(--green-dark);
    font-weight: 700;
}

/* ===== FAQ ===== */
.faq {
    padding: 64px 24px;
    background: var(--white);
    color: var(--text);
    position: relative;
    overflow: hidden;
}

.faq-bg-pattern {
    display: none;
}

.faq-container {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}

.faq-item {
    background: var(--bg-light);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e8eaf0;
    transition: all 0.3s;
}

.faq-item:hover {
    background: #ebedf2;
}

.faq-item.active {
    background: #ebedf2;
    border-color: #d0d3db;
}

.faq-question {
    padding: 20px 24px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-icon {
    width: 22px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon span {
    position: absolute;
    background: var(--text);
    border-radius: 1px;
    transition: transform 0.3s;
}

.faq-icon span:first-child {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-icon span:last-child {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 24px 20px;
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
}

/* ===== FINAL CTA ===== */
.final-cta {
    padding: 72px 24px;
    background: linear-gradient(145deg, #000a8a 0%, #000DB6 60%, #0041FF 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 60%);
    pointer-events: none;
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
}

.final-cta h2 {
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 900;
    color: var(--white);
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.final-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 32px;
    line-height: 1.6;
}

/* ===== FOOTER ===== */
footer {
    background: #050533;
    padding: 48px 24px 36px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand {
    margin-bottom: 20px;
}

.footer-brand strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 4px;
}

.footer-brand span {
    font-size: 13px;
    opacity: 0.5;
}

.footer-contact {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-contact p {
    font-size: 14px;
    margin-bottom: 4px;
}

.footer-contact a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.footer-contact a:hover {
    opacity: 0.8;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-bottom p {
    font-size: 13px;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--white);
}

/* ===== RESPONSIVE ===== */
/* ===== DESKTOP SCALE UP ===== */
@media (min-width: 1024px) {
    .hero {
        padding: 56px 32px 180px;
    }

    .hero h1 {
        font-size: clamp(42px, 3.6vw, 72px);
    }

    .hero-sub {
        font-size: 19px;
        max-width: 500px;
    }

    .hero-badge {
        font-size: 14px;
        padding: 10px 24px;
    }

    .btn-primary {
        padding: 20px 44px;
        font-size: 18px;
    }

    .btn-hero {
        padding: 12px 40px 6px;
    }

    .hero-trust-inline {
        font-size: 12px;
    }

    .author-img-container {
        width: 170px;
        height: 170px;
    }

    .author-img-wrapper {
        margin-top: -120px;
    }

    .author-info h3 {
        font-size: 26px;
    }

    .author-info .author-subtitle {
        font-size: 16px;
    }

    .author-info p {
        font-size: 16px;
        max-width: 560px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .stat-number, .stat-suffix {
        font-size: 22px;
    }

    .stat-label {
        font-size: 15px;
    }

    .combo-wrapper {
        max-width: 540px;
    }

    .combo-card h2 {
        font-size: 64px;
    }

    .combo-card .subtitle {
        font-size: 16px;
    }

    .combo-benefits li {
        font-size: 17px;
    }

    .combo-inner-label {
        font-size: 26px;
    }

    .combo-inner-sub {
        font-size: 17px;
    }

    .price-main .value {
        font-size: 60px;
    }

    .price-main .currency {
        font-size: 24px;
    }

    .price-main .cents {
        font-size: 26px;
    }

    .combo-price .old {
        font-size: 16px;
    }

    .combo-price .installment {
        font-size: 16px;
    }

    .combo-pill-timer {
        font-size: 16px;
        padding: 10px 24px;
    }

    .testimonial-card {
        width: 320px;
    }

    .book-info h5 {
        font-size: 20px;
    }

    .book-info .desc {
        font-size: 17px;
    }

    .book-pricing .price {
        font-size: 32px;
    }

    .book-btn {
        font-size: 15px;
        padding: 16px 24px;
    }

    .guarantee-container {
        max-width: 700px;
        padding: 44px;
    }

    .guarantee-content h3 {
        font-size: 26px;
    }

    .guarantee-content p {
        font-size: 17px;
    }

    .faq-question {
        font-size: 17px;
        padding: 22px 28px;
    }

    .faq-answer p {
        font-size: 16px;
        padding: 0 28px 22px;
    }

    .faq-container {
        max-width: 720px;
    }

    .top-bar {
        font-size: 15px;
        padding: 12px 24px;
    }

    footer {
        padding: 56px 32px 40px;
    }

    .footer-brand strong {
        font-size: 20px;
    }

    .footer-contact p, .footer-links a, .footer-bottom p {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .books-grid {
        max-width: 700px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 24px 20px 120px;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: 0.5px;
    }

    .br-desktop {
        display: none;
    }

    .btn-primary {
        padding: 18px 32px;
        font-size: 17px;
    }

    .stats-grid {
        gap: 12px;
    }

    .guarantee-container {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

    .testimonial-card {
        width: 260px;
    }

    .top-bar-separator,
    .top-bar-inner span:last-child {
        display: none;
    }
}

@media (max-width: 500px) {
    .books-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 380px;
    }

    .book-card {
        flex-direction: column;
        text-align: center;
    }

    .book-img-wrapper {
        width: 100%;
        padding: 16px 10px;
    }

    .book-img-wrapper img {
        height: auto;
        width: 100%;
        max-width: none;
    }

    .book-info {
        padding: 20px 24px 24px;
    }

    .book-info h5 {
        font-size: 20px;
    }

    .book-info .desc {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .book-pricing {
        justify-content: center;
        gap: 10px;
        margin-bottom: 16px;
    }

    .book-pricing .price {
        font-size: 28px;
    }

    .book-btn {
        padding: 16px 24px;
        font-size: 15px;
        border-radius: 50px;
    }

    .combo-card {
        padding: 20px 16px;
        padding-top: 24px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 11px;
    }
}
