/* Fontes locais (Outfit, Plus Jakarta Sans, Press Start 2P) — baixadas de fonts.gstatic.com */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('assets/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: 400 900;
    font-display: swap;
    src: url('assets/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;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('assets/fonts/plusjakartasans-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: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('assets/fonts/plusjakartasans-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: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/pressstart2p-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: 'Press Start 2P';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/pressstart2p-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;
}

html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-dark: #12141f;
    --primary-darker: #07080d;
    --accent-gold: #ffd60a;
    --accent-blue: #3aa8ff;
    --accent-blue-hover: #1c8ae0;
    --text-light: #ffffff;
    --text-dark: #12141f;
    --bg-blue-light: #eef5fb;
    --card-slate: #2b2f3d;
    --card-dark: #191c26;
    --accent-red: #e2231a;
    --accent-red-hover: #b81a12;
    --accent-green: #2ecc71;
    --accent-purple: #7c3aed;
    --font-pixel: 'Press Start 2P', monospace;
    --font-title: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}
body {
    font-family: var(--font-body);
    color: var(--text-light);
    background-color: var(--primary-dark);
    line-height: 1.6;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
}
.highlight-gold {
    color: var(--accent-gold);
    font-weight: 800;
}
.highlight-green {
    color: #5bc0ff;
    font-weight: 800;
}
.dark-text {
    color: var(--text-dark);
}
.italic {
    font-style: italic;
}
.icon-inline {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.section-title {
    font-family: var(--font-title);
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}
.section-title.dark-text {
    text-shadow: none;
}

.top-bar {
    background-color: var(--accent-gold);
    color: var(--text-dark);
    text-align: center;
    padding: 10px 0;
    font-size: 0.85rem;
    font-family: var(--font-pixel);
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    z-index: 500;
}
@media (max-width: 480px) {
    .top-bar {
        padding: 8px 10px;
        font-size: 0.60rem;
    }
}

.hero {
    padding: 60px 0;
    text-align: center;
    background: radial-gradient(circle at top, #1c2340 0%, var(--primary-dark) 70%);
}
.hero-pixel-tag {
    font-family: var(--font-pixel);
    font-size: 0.75rem;
    color: var(--accent-gold);
    background-color: rgba(0,0,0,0.4);
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    border: 2px solid var(--accent-gold);
    text-transform: uppercase;
}
.hero-title {
    font-family: var(--font-title);
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 25px;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.6);
}
.hero-image-container {
    margin: 0 auto 30px;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto 35px;
    line-height: 1.5;
    color: #e0e0e0;
}

.cta-button {
    display: inline-block;
    background-color: var(--accent-blue);
    color: var(--text-light);
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 900;
    padding: 18px 40px;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #1f6fae;
    box-shadow: 0 6px 0 #14507f, 0 12px 25px rgba(0,0,0,0.4);
    transition: all 0.15s ease;
    margin-bottom: 20px;
    width: 100%;
    max-width: 600px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.cta-button:hover {
    background-color: var(--accent-blue-hover);
    transform: translateY(2px);
    box-shadow: 0 4px 0 #14507f, 0 8px 15px rgba(0,0,0,0.4);
}
.cta-button:active {
    transform: translateY(6px);
    box-shadow: none;
}
.small-cta {
    padding: 15px 30px;
    font-size: 1.15rem;
}
.pulse-animation {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}
.delivery-info {
    font-size: 0.95rem;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #a3b8d9;
}
.delivery-info span {
    font-weight: 700;
    color: var(--text-light);
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
    background-color: rgba(255,255,255,0.03);
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.08);
}
.badge .icon {
    width: 28px;
    height: 28px;
}

.samples {
    padding: 60px 0;
    background-color: var(--primary-darker);
}
.sample-card {
    background-color: var(--card-dark);
    border: none;
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.sample-header {
    padding: 30px 20px;
    text-align: center;
}
.sample-header h3 {
    font-family: var(--font-title);
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
}
.sample-header p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
.sample-book-cover {
    max-width: 340px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.1);
}
.sample-pages {
    display: flex;
    overflow-x: auto;
    padding: 10px 20px 10px;
    gap: 15px;
}
.sample-pages img {
    height: 420px;
    width: auto;
    flex-shrink: 0;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease;
}
.sample-pages img:hover {
    transform: scale(1.03) translateY(-2px);
}
.sample-pages::-webkit-scrollbar {
    height: 10px;
}
.sample-pages::-webkit-scrollbar-track {
    background: var(--primary-dark);
    border-radius: 5px;
}
.sample-pages::-webkit-scrollbar-thumb {
    background: var(--accent-blue);
    border-radius: 5px;
    border: 2px solid var(--primary-dark);
}

.problem-solution {
    background-color: var(--bg-blue-light);
    padding: 60px 0;
}
.problem-box {
    background-color: var(--primary-dark);
    border-radius: 16px;
    padding: 50px 35px;
    text-align: center;
    margin-bottom: 60px;
    border: 3px solid var(--card-slate);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.problem-title {
    font-family: var(--font-title);
    font-size: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
}
.problem-image {
    max-width: 200px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.problem-text {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: #d7e0ee;
}
.problem-box .cta-button {
    margin-top: 25px;
}
.content-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.grid-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.content-box {
    background-color: var(--card-dark);
    border: 2px dashed var(--card-slate);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #888;
    font-size: 0.95rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    transition: border-color 0.3s ease;
}
.content-box:hover {
    border-color: var(--accent-gold);
}
.features-title {
    margin-bottom: 45px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.feature-card {
    background: linear-gradient(135deg, var(--card-slate) 0%, #23263a 100%);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    gap: 15px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.25s ease;
}
.feature-card:hover {
    transform: translateY(-3px);
}
.feature-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    line-height: 1;
}
.feature-content h3 {
    font-family: var(--font-title);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--accent-gold);
}
.feature-content p {
    font-size: 0.95rem;
    color: #e7eaf2;
    line-height: 1.5;
}

.transformation-section {
    background-color: var(--bg-blue-light);
    padding: 20px 0 60px;
}
.transformation-eyebrow {
    display: block;
    text-align: center;
    font-family: var(--font-title);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 12px;
}
.transformation-subtitle {
    font-family: var(--font-title);
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-dark);
    margin: 40px 0 25px;
    letter-spacing: 0.3px;
}
.transformation-pairs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.transformation-pair {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    background-color: #ffffff;
    border-radius: 14px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(18,20,31,0.08);
    border: 1px solid rgba(18,20,31,0.06);
}
.transformation-before,
.transformation-after {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    padding: 14px 16px;
    border-radius: 10px;
}
.transformation-before {
    background-color: #f5eeee;
}
.transformation-after {
    background-color: #eef8f1;
}
.transformation-emoji {
    font-size: 1.6rem;
    flex-shrink: 0;
    line-height: 1;
}
.transformation-before p,
.transformation-after p {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}
.transformation-arrow {
    align-self: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--accent-blue);
    transform: rotate(90deg);
    line-height: 1;
}
.transformation-closing {
    max-width: 700px;
    margin: 45px auto 0;
    text-align: center;
    font-family: var(--font-title);
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.5;
}

@media (min-width: 768px) {
    .transformation-pair {
        flex-direction: row;
        align-items: center;
        padding: 20px 25px;
    }
    .transformation-arrow {
        transform: rotate(0deg);
    }
}

.what-you-get {
    background-color: var(--primary-dark);
    padding: 60px 0;
    background: radial-gradient(circle at bottom, #1c2340 0%, var(--primary-dark) 70%);
}
.deliverables-box {
    background-color: var(--card-dark);
    border-radius: 15px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    max-width: 550px;
    margin: 0 auto 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    border: 3px solid var(--accent-blue);
}
.badge-top {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-blue);
    color: var(--text-dark);
    padding: 6px 22px;
    border-radius: 30px;
    font-family: var(--font-pixel);
    font-size: 0.7rem;
    border: 2px solid #1f6fae;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.deliverables-box h2 {
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.deliverables-image {
    max-width: 250px;
    margin: 0 auto 30px;
    border-radius: 8px;
}
.checklist {
    text-align: left;
    list-style: none;
}
.checklist li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
    padding-left: 32px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #dbe4f2;
}
.checklist li:last-child {
    border-bottom: none;
}
.checklist li::before {
    content: '✔';
    color: #5bc0ff;
    position: absolute;
    left: 5px;
    top: 12px;
    font-weight: 900;
}

.bonus-intro {
    text-align: center;
    margin-bottom: 45px;
}
.bonus-intro h2 {
    font-family: var(--font-title);
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
}
.bonus-intro p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    color: #d7e0ee;
}
.bonus-badge {
    display: inline-block;
    background-color: var(--accent-gold);
    color: var(--text-dark);
    padding: 8px 25px;
    border-radius: 30px;
    font-family: var(--font-pixel);
    font-size: 0.8rem;
    border: 2px solid #cca300;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.bonus-card {
    background-color: var(--card-dark);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 3px solid var(--card-slate);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.bonus-img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.bonus-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.bonus-content h3 {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    color: var(--accent-gold);
}
.bonus-content p {
    font-size: 0.9rem;
    margin-bottom: 18px;
    text-align: center;
    color: #d9dee8;
}
.bonus-features {
    list-style: none;
    margin-bottom: 25px;
    flex-grow: 1;
}
.bonus-features li {
    font-size: 0.82rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    color: #b9c6dc;
}
.bonus-features li::before {
    content: '✔';
    color: #5bc0ff;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
}
.bonus-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 25px;
    flex-grow: 1;
    align-content: flex-start;
}
.bonus-chip {
    background-color: rgba(91, 192, 255, 0.12);
    border: 1px solid rgba(91, 192, 255, 0.35);
    color: #5bc0ff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
}
.value-tag {
    background-color: #1e1e1e;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-family: var(--font-pixel);
    font-size: 0.7rem;
    margin-top: auto;
    border: 1px solid rgba(255,255,255,0.1);
    color: #5bc0ff;
}
.value-tag s {
    color: #999;
    margin: 0 5px;
}
.gratis-blink {
    color: #7cf7a0;
    animation: gratisBlink 1.8s ease-in-out infinite;
}
@keyframes gratisBlink {
    0%, 100% {
        color: #7cf7a0;
        text-shadow: 0 0 6px rgba(124, 247, 160, 0.6);
    }
    50% {
        color: #c9fddb;
        text-shadow: 0 0 12px rgba(124, 247, 160, 0.95);
    }
}

.final-cta {
    background-color: var(--bg-blue-light);
    padding: 60px 0;
}
.title-line {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
}
.title-line::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 10%;
    width: 80%;
    height: 4px;
    background-color: var(--accent-blue);
    border-radius: 2px;
}
.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    max-width: 850px;
    margin: 40px auto 0;
}
.final-offer-card {
    background-color: var(--primary-dark);
    border-radius: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 3px solid var(--card-slate);
}
.final-offer-card.premium-card {
    border: 3px solid var(--accent-gold);
    transform: scale(1.03);
    box-shadow: 0 20px 45px rgba(58,168,255,0.15);
}
.offer-badge-red {
    background-color: var(--accent-red);
    color: var(--text-light);
    text-align: center;
    padding: 12px;
    font-family: var(--font-pixel);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #a01810;
}
.offer-badge-gray {
    background-color: #444444;
    color: var(--text-light);
    text-align: center;
    padding: 12px;
    font-family: var(--font-pixel);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #333;
}
.offer-image {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.offer-list {
    list-style: none;
    padding: 30px;
    flex-grow: 1;
}
.offer-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
    color: #d2ddee;
}
.offer-list li strong {
    color: var(--text-light);
}
.offer-list li::before {
    content: '✔';
    color: #5bc0ff;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 900;
}
.offer-pricing {
    text-align: center;
    padding: 0 30px 25px;
    margin-top: auto;
}
.old-price {
    color: #ff6b6b;
    text-decoration: line-through;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.old-price-strike2 {
    font-size: 1.7rem;
    color: #9aa5b8;
    margin-bottom: 8px;
}
.vacation-badge {
    display: inline-block;
    background: linear-gradient(90deg, #ff8c00, #ff3d3d);
    color: #fff;
    font-family: var(--font-title);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 20px;
    margin-bottom: 14px;
    animation: pulse 1.4s infinite;
    box-shadow: 0 4px 14px rgba(255,61,61,0.45);
}
.new-price {
    color: #5bc0ff;
    font-size: 3.8rem;
    font-family: var(--font-title);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 5px;
}
.installments {
    font-size: 0.95rem;
    font-weight: 700;
    color: #e0e0e0;
}
.savings {
    font-size: 0.85rem;
    font-weight: 800;
    margin-top: 8px;
    color: var(--accent-gold);
    text-transform: uppercase;
}
.final-offer-card .cta-button {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
}

.trust-box {
    background-color: #e8f2fb;
    border: 2px solid #bcdcf5;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 600px;
    margin: 35px auto 0;
}
.trust-box .trust-icon {
    font-size: 2.2rem;
    line-height: 1;
}
.trust-box .trust-text {
    color: var(--text-dark);
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 600;
}

.guarantee-access {
    background-color: #fafafa;
    padding: 80px 0;
}
.guarantee-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.seal-img {
    max-width: 250px;
}
.trust-seal-row {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}
.trust-seal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
    font-weight: 800;
    font-size: 0.85rem;
    line-height: 1.3;
    text-align: center;
}
.trust-seal-icon {
    width: 44px;
    height: 44px;
    color: var(--accent-blue);
    padding: 12px;
    background: var(--bg-blue-light);
    border-radius: 50%;
    box-sizing: content-box;
}
.guarantee-content {
    max-width: 500px;
}
.guarantee-content h2 {
    font-family: var(--font-title);
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.guarantee-content p {
    margin-bottom: 12px;
    font-size: 1.05rem;
    line-height: 1.6;
}
.title-compact {
    margin-bottom: 5px;
}
.subtitle-dark {
    text-align: center;
    color: var(--text-dark);
    font-weight: 800;
    margin-bottom: 45px;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
}

.access-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    text-align: center;
}
.step {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: var(--bg-blue-light);
    border-radius: 16px;
    transition: transform 0.3s ease;
}
.step:hover {
    transform: translateY(-5px);
}
.step-number {
    position: absolute;
    top: -14px;
    left: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent-gold);
    color: var(--text-dark);
    font-family: var(--font-title);
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.step-svg-icon {
    width: 44px;
    height: 44px;
    color: var(--accent-blue);
    margin-bottom: 14px;
}
.step-title {
    font-family: var(--font-title);
    font-weight: 800;
    color: var(--text-dark);
    font-size: 1.05rem;
    margin-bottom: 8px;
}
.step-desc {
    color: var(--text-dark);
    opacity: 0.75;
    font-size: 0.9rem;
    line-height: 1.4;
}

.faq {
    background-color: var(--text-light);
    padding: 60px 0;
    border-top: 1px solid #eee;
}
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: #cbd5e1;
}
.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--text-dark);
    font-weight: 800;
    font-size: 1.1rem;
    user-select: none;
    background-color: #ffffff;
}
.faq-icon {
    font-size: 1.5rem;
    color: var(--accent-blue);
    font-weight: 400;
    transition: transform 0.25s ease;
}
.faq-item.active {
    border-color: var(--accent-blue);
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 20px;
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.7;
    background-color: #f7fbfe;
}
.faq-item.active .faq-answer {
    max-height: 250px;
    padding: 20px;
    border-top: 1px solid #e2e8f0;
}

.footer {
    background-color: var(--primary-darker);
    color: var(--text-light);
    text-align: center;
    padding: 50px 20px;
    border-top: 3px solid var(--card-slate);
}
.footer p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #c4c4c4;
}
.footer-support {
    font-size: 0.9rem;
    color: #c4c4c4;
}
.footer-support a {
    color: var(--accent-blue);
    text-decoration: underline;
}
.footer-support a:hover {
    color: var(--accent-blue-hover);
}
.footer .disclaimer {
    font-size: 0.72rem;
    color: #a3a3a3;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}
.footer .disclaimer p {
    margin-bottom: 12px;
    font-size: 0.72rem;
    color: #a3a3a3;
}
.offer-alert-red {
    background-color: #fff2f2;
    color: #E2231A;
    border-top: 1px dashed rgba(226,35,26,0.15);
    padding: 12px 15px;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.95rem;
    }
    .hero-subtitle {
        font-size: 1.15rem;
    }
    .new-price {
        font-size: 3.2rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .problem-title {
        font-size: 1.7rem;
    }
    .problem-box {
        padding: 35px 20px;
    }
    .deliverables-box {
        padding: 40px 20px;
    }
    .bonus-intro h2 {
        font-size: 1.8rem;
    }
    .guarantee-box {
        text-align: center;
    }
    .guarantee-content {
        text-align: left;
    }
    .final-offer-card.premium-card {
        transform: none;
    }
    .offers-grid {
        max-width: 450px;
        gap: 40px;
    }
    .sample-book-cover {
        max-width: 260px;
    }
    .sample-pages img {
        height: 350px;
    }
    .grid-top, .grid-bottom {
        grid-template-columns: 1fr;
    }
}

.social-proof-section {
    background-color: var(--primary-dark);
    padding: 40px 0 0;
    overflow: hidden;
}
.social-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 20px 40px;
    justify-content: center;
    justify-content: safe center;
}
.social-carousel::-webkit-scrollbar {
    height: 10px;
}
.social-carousel::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
}
.social-carousel::-webkit-scrollbar-thumb {
    background: var(--accent-blue);
    border-radius: 5px;
    border: 2px solid var(--primary-dark);
}
.social-carousel img {
    flex: 0 0 auto;
    height: 420px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    border: 2px solid var(--card-slate);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.social-carousel img:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
}
.chat-card {
    flex: 0 0 auto;
    width: 300px;
    background: #e5ddd5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    border: 2px solid var(--card-slate);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}
.chat-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
}
.chat-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--primary-dark);
    color: var(--text-light);
    padding: 14px 16px;
}
.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-title);
    font-weight: 800;
    color: var(--text-light);
    flex: 0 0 40px;
}
.chat-card-header strong {
    display: block;
    font-size: 0.95rem;
}
.chat-status {
    display: block;
    font-size: 0.75rem;
    color: var(--accent-green);
}
.chat-bubbles {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}
.chat-bubble {
    background: var(--text-light);
    color: var(--text-dark);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    align-self: flex-start;
    max-width: 92%;
}
@media (max-width: 768px) {
    .social-carousel img {
        height: 350px;
    }
    .auto-scroll-track img {
        height: 350px;
    }
    .chat-card {
        width: 260px;
    }
}

.auto-carousel-section {
    background-color: var(--primary-darker);
    padding: 50px 0 10px;
}
.auto-scroll-container {
    width: 100%;
    padding: 0;
}
.auto-scroll-track {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 20px 10px;
}
.auto-scroll-track::-webkit-scrollbar {
    height: 10px;
}
.auto-scroll-track::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
}
.auto-scroll-track::-webkit-scrollbar-thumb {
    background: var(--accent-blue);
    border-radius: 5px;
    border: 2px solid var(--primary-dark);
}
.auto-scroll-track img {
    height: 420px;
    width: auto;
    flex-shrink: 0;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease;
}
.auto-scroll-track img:hover {
    transform: scale(1.03) translateY(-2px);
}

/* Modal Upsell - Plano Básico */
body.upsell-open {
    overflow: hidden;
}
.upsell-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 8, 13, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.upsell-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.upsell-modal {
    position: relative;
    background-color: var(--primary-dark);
    border: 3px solid var(--accent-gold);
    border-radius: 16px;
    padding: 38px 30px 28px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
    transform: scale(0.9) translateY(10px);
    transition: transform 0.25s ease;
    max-height: 92vh;
    overflow-y: auto;
}
.upsell-overlay.active .upsell-modal {
    transform: scale(1) translateY(0);
}
.upsell-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.65;
    padding: 4px 8px;
}
.upsell-close:hover {
    opacity: 1;
}
.upsell-img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 8px;
    object-fit: contain;
    animation: upsellBounce 1.8s ease-in-out infinite;
}
@keyframes upsellBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.upsell-title {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 1.6rem;
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.upsell-text {
    color: #dbe3f3;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 20px;
}
.upsell-text strong {
    color: var(--accent-gold);
}
.upsell-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.upsell-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--card-dark);
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 10px 18px;
    min-width: 100px;
}
.upsell-plan-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #9aa5c0;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.upsell-plan-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--text-light);
}
.upsell-plan-highlight {
    border-color: var(--accent-gold);
    background: rgba(255, 214, 10, 0.1);
}
.upsell-plan-highlight .upsell-plan-price {
    color: var(--accent-gold);
    font-size: 1.3rem;
}
.upsell-arrow {
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--accent-gold);
}
.upsell-upgrade-btn {
    background-color: var(--accent-gold);
    color: var(--text-dark);
    border: 3px solid #c9a300;
    box-shadow: 0 6px 0 #a98600, 0 12px 25px rgba(0,0,0,0.4);
    font-size: 1.1rem;
    padding: 16px 30px;
    margin-bottom: 14px;
}
.upsell-upgrade-btn:hover {
    background-color: #ffe14d;
}
.upsell-decline {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: #9aa5c0;
    text-decoration: underline;
    font-size: 0.85rem;
    font-family: var(--font-body);
    cursor: pointer;
    padding: 8px;
}
.upsell-decline:hover {
    color: var(--text-light);
}
@media (max-width: 480px) {
    .upsell-modal {
        padding: 32px 20px 22px;
        border-radius: 12px;
    }
    .upsell-img {
        width: 105px;
        height: 105px;
    }
    .upsell-title {
        font-size: 1.3rem;
    }
    .upsell-text {
        font-size: 0.88rem;
        margin-bottom: 16px;
    }
    .upsell-compare {
        gap: 10px;
        margin-bottom: 18px;
    }
    .upsell-plan {
        min-width: 84px;
        padding: 8px 12px;
    }
    .upsell-plan-price {
        font-size: 1rem;
    }
    .upsell-plan-highlight .upsell-plan-price {
        font-size: 1.15rem;
    }
    .upsell-upgrade-btn {
        font-size: 1rem;
        padding: 14px 20px;
    }
}

/* Notificação de Venda */
.sales-toast {
    position: fixed;
    left: 14px;
    bottom: 14px;
    z-index: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(280px, calc(100% - 28px));
    background: var(--card-dark);
    border: 2px solid var(--accent-gold);
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.5);
    transform: translateY(120px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}
.sales-toast.show {
    transform: translateY(0);
    opacity: 1;
}
.toast-coin {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.toast-text {
    min-width: 0;
}
.sales-toast strong {
    display: block;
    color: var(--text-light);
    font-family: var(--font-title);
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sales-toast p {
    display: block;
    color: #9aa5c0;
    font-size: 0.7rem;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 480px) {
    .sales-toast {
        left: 10px;
        bottom: 10px;
        width: min(240px, calc(100% - 20px));
        padding: 8px 12px;
        gap: 8px;
    }
    .toast-coin {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
    }
    .sales-toast strong {
        font-size: 0.72rem;
    }
    .sales-toast p {
        font-size: 0.65rem;
    }
}
