/* Design System - Trajetória: A História Completa de Jair Bolsonaro */
:root {
    --bg-dark: #080c14;
    --bg-card: #101726;
    --bg-card-hover: #172238;
    --accent-gold: #d4af37;
    --accent-gold-light: #f5d77f;
    --accent-blue: #1e3a8a;
    --accent-emerald: #10b981;
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --border-color: rgba(212, 175, 55, 0.15);
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-gold: 0 0 35px rgba(212, 175, 55, 0.25);
    --shadow-blue: 0 0 30px rgba(30, 58, 138, 0.3);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: var(--font-body);
    background-color: var(--bg-dark);
    color: var(--text-primary);
    line-height: 1.6;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center; }
.text-light { color: #ffffff; }

.gold-gradient {
    background: linear-gradient(135deg, var(--accent-gold-light), var(--accent-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Top Urgency Bar */
.top-bar {
    background: linear-gradient(90deg, #05080f, #141b2d, #05080f);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-gold {
    background: linear-gradient(135deg, var(--accent-gold-light), var(--accent-gold));
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.timer {
    font-family: monospace;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--accent-gold-light);
    background: rgba(0,0,0,0.6);
    padding: 3px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-color);
}

/* Hero Section */
.hero-section {
    padding: 70px 0 90px;
    background: radial-gradient(circle at 75% 25%, rgba(212, 175, 55, 0.12), transparent 55%),
                radial-gradient(circle at 25% 75%, rgba(30, 58, 138, 0.2), transparent 55%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.tag-headline {
    display: inline-block;
    color: var(--accent-gold-light);
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    background: rgba(212, 175, 55, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
}

.main-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    margin-bottom: 35px;
    line-height: 1.7;
}

.hero-cta-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Buttons */
.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #000;
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 1.2rem;
    padding: 20px 36px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: var(--shadow-gold);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.45);
    background: linear-gradient(135deg, #f5d77f, #d4af37);
}

.pulse-btn {
    animation: buttonPulse 2.5s infinite;
}

.security-badges {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: var(--text-muted);
    justify-content: flex-start;
}

/* Hero Visual */
.hero-visual {
    display: flex;
    justify-content: center;
}

.mockup-wrapper {
    position: relative;
}

.product-img {
    width: 100%;
    max-width: 440px;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.15);
    border: 1px solid var(--border-color);
}

.floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: rgba(16, 23, 38, 0.95);
    border: 2px solid var(--accent-gold);
    backdrop-filter: blur(15px);
    padding: 15px 22px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.6);
}

.badge-num {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    color: var(--accent-gold);
    line-height: 1;
}

.badge-lbl {
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

/* Dark Section styling */
.dark-bg {
    background-color: var(--bg-card);
}

.question-section {
    padding: 90px 0;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.reflection-card {
    max-width: 850px;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-color);
    padding: 45px;
    border-radius: var(--radius-lg);
}

.reflection-text {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 30px;
}

.reflection-highlight {
    background: rgba(212, 175, 55, 0.06);
    border-left: 4px solid var(--accent-gold);
    padding: 25px;
    border-radius: var(--radius-sm);
    text-align: left;
}

.reflection-highlight p {
    font-size: 1.15rem;
    color: #fff;
    line-height: 1.7;
}

.quote-signature {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: var(--accent-gold-light);
    font-size: 1.05rem;
}

/* Inside Section */
.inside-section {
    padding: 90px 0;
}

.sub-tag {
    color: var(--accent-gold);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.inside-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.inside-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.inside-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.full-width-card {
    grid-column: span 2;
}

.inside-icon {
    font-size: 2.2rem;
    background: rgba(0,0,0,0.3);
    padding: 12px;
    border-radius: var(--radius-sm);
    line-height: 1;
}

.inside-content h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: var(--accent-gold-light);
}

.inside-content p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Bonus Section */
.bonus-section {
    padding: 90px 0;
}

.bonus-box {
    background: linear-gradient(135deg, #0e172a, #16243d);
    border: 2px solid var(--accent-gold);
    border-radius: var(--radius-lg);
    padding: 50px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    box-shadow: var(--shadow-gold);
}

.bonus-badge {
    background: var(--accent-gold);
    color: #000;
    font-weight: 900;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 20px;
}

.bonus-content h2 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.2;
}

.bonus-content p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 25px;
}

.bonus-note {
    background: rgba(212, 175, 55, 0.08);
    border-left: 4px solid var(--accent-gold);
    padding: 18px;
    border-radius: var(--radius-sm);
}

.bonus-note p {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 0;
}

.app-img {
    width: 100%;
    max-width: 320px;
    border-radius: var(--radius-md);
    box-shadow: 0 15px 40px rgba(0,0,0,0.8);
    margin: 0 auto;
    display: block;
}

/* Relevance Section */
.relevance-section {
    padding: 80px 0;
}

.relevance-text {
    font-size: 1.3rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 20px auto 0;
}

/* CTA Offer Section */
.cta-offer-section {
    padding: 100px 0;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1), transparent 70%);
}

.pricing-card {
    max-width: 620px;
    margin: 0 auto;
    background: var(--bg-card);
    border: 2px solid var(--accent-gold);
    border-radius: var(--radius-lg);
    padding: 45px;
    box-shadow: var(--shadow-gold);
}

.pricing-badge {
    background: var(--accent-gold);
    color: #000;
    font-weight: 900;
    font-size: 0.8rem;
    padding: 5px 15px;
    border-radius: 20px;
}

.pricing-header h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    margin: 15px 0 5px;
}

.pricing-header p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.price-container {
    margin: 30px 0;
}

.old-price {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 1.2rem;
    display: block;
}

.current-price {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--accent-gold-light);
    line-height: 1;
    margin: 5px 0;
}

.current-price .currency { font-size: 2rem; vertical-align: top; }
.current-price .cents { font-size: 2rem; }

.price-subtitle {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-y: 1px solid var(--border-color);
    padding: 20px 0;
}

.pricing-features li {
    font-size: 1.05rem;
    color: #fff;
}

.btn-large {
    width: 100%;
    padding: 22px;
    font-size: 1.2rem;
}

.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
    text-align: left;
    background: rgba(255,255,255,0.03);
    padding: 15px;
    border-radius: var(--radius-sm);
}

.shield-icon {
    font-size: 2rem;
}

.guarantee-badge strong {
    font-size: 0.85rem;
    color: var(--accent-gold);
    display: block;
}

.guarantee-badge p {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

/* Footer Disclaimer */
.footer-section {
    padding: 40px 0;
    border-top: 1px solid var(--border-color);
}

.disclaimer-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.footer-bottom {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Animations */
@keyframes buttonPulse {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.6); }
    70% { box-shadow: 0 0 0 20px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-cta-box { align-items: center; }
    .security-badges { justify-content: center; }
    .inside-grid { grid-template-columns: 1fr; }
    .full-width-card { grid-column: span 1; }
    .bonus-box { grid-template-columns: 1fr; text-align: center; }
    .main-title { font-size: 2.2rem; }
}

@media (max-width: 576px) {
    .main-title { font-size: 1.8rem; }
    .top-bar-content { flex-direction: column; text-align: center; }
}
