/* ==========================================================================
   DESIGN SYSTEM & VARIABLES - CAIXA PRETA DA ENTREVISTA DE EMPREGO
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --bg-main: #060913;
    --bg-surface: #0f1424;
    --bg-card: #161c32;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(6, 182, 212, 0.4);

    /* Harmonious Color Palette */
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;

    --color-cyan: #06b6d4;
    --color-cyan-glow: rgba(6, 182, 212, 0.2);
    --color-emerald: #10b981;
    --color-emerald-glow: rgba(16, 185, 129, 0.15);
    --color-gold: #f59e0b;
    --color-gold-glow: rgba(245, 158, 11, 0.2);

    /* Typography */
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    /* Shadows & Transitions */
    --shadow-sm: 0 2px 8px -1px rgba(0, 0, 0, 0.5);
    --shadow-lg: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    --shadow-cyan: 0 0 25px rgba(6, 182, 212, 0.25);
    --shadow-gold: 0 0 25px rgba(245, 158, 11, 0.25);
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   BASE STYLES & RESET
   ========================================================================== */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
}

body {
    min-height: 100vh;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Grid & Radial background glows */
.bg-glow-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.glow-radial-top {
    position: absolute;
    top: -10%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, rgba(6, 9, 19, 0) 70%);
}

.glow-radial-middle {
    position: absolute;
    top: 40%;
    right: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.06) 0%, rgba(6, 9, 19, 0) 70%);
}

.glow-radial-bottom {
    position: absolute;
    bottom: 10%;
    left: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, rgba(6, 9, 19, 0) 70%);
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1,
h2,
h3,
h4 {
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.text-gradient-cyan {
    background: linear-gradient(135deg, #38bdf8 0%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-green {
    color: var(--color-emerald);
}

/* ==========================================================================
   LAYOUT CONTAINERS
   ========================================================================== */

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
    position: relative;
}

/* ==========================================================================
   HEADER / TOP BAR
   ========================================================================== */

.top-urgency-bar {
    background-color: rgba(245, 158, 11, 0.1);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    color: #fef08a;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    padding: 0.6rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    line-height: 1.4;
    z-index: 100;
    position: relative;
}

.top-urgency-bar span.badge {
    background-color: var(--color-gold);
    color: #060913;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.top-urgency-bar .urgency-text {
    display: inline;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
    padding: 4rem 0 6rem 0;
    text-align: center;
}

.hero-preheadline {
    color: var(--color-cyan);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    display: inline-block;
    padding: 0.3rem 1rem;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.15);
    border-radius: 9999px;
}

.hero-title {
    font-size: 3rem;
    max-width: 900px;
    margin: 0 auto 1.5rem auto;
    color: var(--text-primary);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 780px;
    margin: 0 auto 2.5rem auto;
    font-weight: 400;
    line-height: 1.5;
}

/* ==========================================================================
   SELETOR DE EMERGÊNCIA (INTERATIVE COMPONENT)
   ========================================================================== */

.emergency-container {
    max-width: 860px;
    margin: 0 auto 4rem auto;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.emergency-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-cyan);
}

.emergency-header {
    margin-bottom: 1.5rem;
    text-align: left;
}

.emergency-header h3 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

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

.emergency-tabs {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.emergency-tab-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
    padding: 1rem;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.emergency-tab-btn span.tab-desc {
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.7;
}

.emergency-tab-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--text-primary);
}

.emergency-tab-btn.active {
    background: rgba(6, 182, 212, 0.08);
    border-color: var(--color-cyan);
    color: #e0f2fe;
    box-shadow: 0 0 15px rgba(6, 182, 212, 0.1);
}

.emergency-content-pane {
    display: none;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.03);
    animation: fadeIn 0.4s ease;
}

.emergency-content-pane.active {
    display: block;
}

.emergency-pane-title {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #e2e8f0;
}

.emergency-checklist {
    list-style: none;
}

.emergency-checklist li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.emergency-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-emerald);
    font-weight: 900;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   PRODUCT SHOWCASE & BENEFITS
   ========================================================================== */

.showcase-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: center;
}

.showcase-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-image-wrapper {
    position: relative;
    max-width: 380px;
    width: 100%;
    border-radius: 16px;
    padding: 1rem;
}

.showcase-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.showcase-badge {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-card);
    border: 1px solid var(--border-hover);
    padding: 0.5rem 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: var(--shadow-lg);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.showcase-badge span.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-emerald);
    box-shadow: 0 0 8px var(--color-emerald);
}

.showcase-content h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.showcase-desc {
    color: var(--text-secondary);
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.benefit-item {
    display: flex;
    gap: 1rem;
}

.benefit-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cyan);
    font-weight: 700;
}

.benefit-text h4 {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.benefit-text p {
    font-size: 0.925rem;
    color: var(--text-secondary);
}

/* ==========================================================================
   SECTION: O PROBLEMA
   ========================================================================== */

.problem-section {
    background: rgba(244, 63, 94, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem auto;
}

.section-header h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

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

.problem-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.problem-card {
    background: rgba(15, 20, 36, 0.6);
    border: 1px solid rgba(244, 63, 94, 0.15);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    transition: var(--transition-smooth);
}

.problem-card:hover {
    border-color: rgba(244, 63, 94, 0.35);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -10px rgba(244, 63, 94, 0.08);
}

.problem-num {
    font-size: 0.875rem;
    font-weight: 800;
    color: #f43f5e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    display: inline-block;
}

.problem-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.problem-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* ==========================================================================
   DEPOIMENTOS (TESTIMONIALS)
   ========================================================================== */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    padding: 2rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition-smooth);
}

.testimonial-card:hover {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-cyan);
    transform: translateY(-2px);
}

.stars {
    color: var(--color-gold);
    margin-bottom: 1rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.testimonial-text {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
}

.user-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-cyan);
    border: 1px solid rgba(6, 182, 212, 0.3);
}

.user-info h5 {
    font-size: 0.9rem;
    font-weight: 700;
}

.user-info p {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* ==========================================================================
   OFERTA & PREÇO (PRICING SECTION)
   ========================================================================== */

.pricing-section {
    background: radial-gradient(circle at center, rgba(6, 182, 212, 0.05) 0%, rgba(6, 9, 19, 0) 60%);
}

.pricing-box {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(145deg, #10162a 0%, #0a0d18 100%);
    border: 2px solid var(--color-cyan);
    box-shadow: var(--shadow-cyan);
    border-radius: 24px;
    padding: 3rem;
    text-align: center;
    position: relative;
}

.pricing-box::after {
    content: 'SAIBA O QUE VAI CAIR NA ENTREVISTA';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--color-cyan) 0%, var(--color-emerald) 100%);
    color: #060913;
    padding: 0.35rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.pricing-box h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.pricing-box .pricing-subtitle {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.pricing-old-price {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.pricing-main-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.25rem;
}

.installment-count {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-secondary);
    align-self: center;
}

.installment-price {
    font-size: 4rem;
    font-weight: 900;
    color: var(--text-primary);
    line-height: 1;
    letter-spacing: -0.03em;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.cash-price {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-weight: 600;
}

/* Call to Action Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    padding: 1.25rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 800;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
    animation: ctaPulse 2s infinite;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.45);
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(30deg);
    animation: ctaShine 3s infinite linear;
}

@keyframes ctaPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

@keyframes ctaShine {
    0% {
        transform: translate(-100%, -100%) rotate(30deg);
    }

    100% {
        transform: translate(100%, 100%) rotate(30deg);
    }
}

.pricing-guarantees {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.guarantee-badge {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
}

.guarantee-badge span.g-icon {
    color: var(--color-emerald);
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.faq-trigger {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    color: var(--text-primary);
    padding: 1.25rem 1.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    font-family: var(--font-sans);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-icon {
    font-size: 1.25rem;
    color: var(--color-cyan);
    transition: var(--transition-smooth);
    font-weight: 400;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    background: rgba(0, 0, 0, 0.15);
}

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

/* Active FAQ styling */
.faq-item.active {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-cyan);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: var(--color-gold);
}

.faq-item.active .faq-content {
    max-height: 1000px;
    /* arbitrary high value for transitions */
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

/* ==========================================================================
   FOOTER (GOOGLE ADS COMPLIANCE)
   ========================================================================== */

.footer {
    background-color: #03050c;
    border-top: 1px solid var(--border-color);
    padding: 4rem 0 2rem 0;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.footer-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-logo {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition-smooth);
}

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

.footer-disclaimer {
    max-width: 800px;
    font-size: 0.75rem;
    line-height: 1.5;
    opacity: 0.6;
    margin-top: 1rem;
}

.footer-copyright {
    font-size: 0.75rem;
    opacity: 0.5;
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */

@media (max-width: 968px) {
    .hero-title {
        font-size: 2.25rem;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .showcase-visual {
        order: -1;
        /* visual on top for mobile */
    }

    .problem-cards,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .emergency-tabs {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.85rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .pricing-box {
        padding: 2.5rem 1.5rem;
    }

    .installment-price {
        font-size: 3rem;
    }

    .top-urgency-bar {
        font-size: 0.75rem;
    }
}

/* ==========================================================================
   INTEGRATED CHECKOUT STYLES
   ========================================================================== */
.checkout-container {
    background: rgba(15, 20, 36, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    width: 100%;
}

.checkout-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.checkout-tab {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-dim);
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.checkout-tab.active {
    background: rgba(6, 182, 212, 0.15);
    border-color: var(--color-cyan);
    color: #fff;
}

.checkout-method {
    display: none;
    animation: fadeIn 0.4s ease;
}

.checkout-method.active {
    display: block;
}

.checkout-input {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.checkout-input:focus {
    outline: none;
    border-color: var(--color-cyan);
}

.card-inputs-row {
    display: flex;
    gap: 12px;
}

.card-inputs-row.split-row {
    margin-bottom: 12px;
}

.card-inputs-row input {
    flex: 1;
    margin-bottom: 0;
}

.select-input {
    appearance: none;
    cursor: pointer;
}

.select-input option {
    background: var(--color-bg);
    color: #fff;
}

.checkout-btn {
    width: 100%;
    margin-top: 12px;
}

.pix-payment-area {
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.pix-instructions {
    text-align: left;
    font-size: 0.9rem;
    color: var(--color-text-dim);
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px;
    border-radius: 8px;
}

.pix-instructions strong {
    color: var(--color-cyan);
}

.qrcode-wrapper {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 16px;
}

.qrcode-wrapper img {
    max-width: 200px;
    display: block;
}

.copy-code-container {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.copy-input {
    margin-bottom: 0;
    flex: 1;
    font-family: monospace;
    font-size: 0.85rem;
    color: var(--color-text-dim);
}

.copy-btn {
    background: var(--color-emerald);
    color: #fff;
    border: none;
    padding: 0 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.copy-btn:hover {
    background: #059669;
}

.pix-waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--color-text-dim);
    font-size: 0.9rem;
    margin-top: 16px;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: var(--color-cyan);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.feedback-msg {
    margin-top: 12px;
    font-size: 0.9rem;
    text-align: center;
}

.feedback-msg.error {
    color: #ef4444;
}

.feedback-msg.success {
    color: var(--color-emerald);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   CONVERSION BOOST STYLES
   ========================================================================== */

/* Gold Gradient */
.text-gradient-gold {
    background: linear-gradient(135deg, #FDE047 0%, #F59E0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Green Gradient */
.text-gradient-green {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Floating Animation for Mockup */
.showcase-image {
    animation: float-mockup 4s ease-in-out infinite;
}

@keyframes float-mockup {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* Checklist Styles */
.hero-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem 0;
    text-align: left;
    display: inline-block;
}

.hero-checklist li {
    font-size: 1.05rem;
    color: var(--color-text-dim);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.hero-checklist .check-icon {
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Button Pulse Animation */
.pulse-btn {
    position: relative;
    overflow: hidden;
    animation: heartbeat-btn 3s infinite;
}

.pulse-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shine-btn 4s infinite;
}

@keyframes heartbeat-btn {
    0% { transform: scale(1); }
    5% { transform: scale(1.03); }
    10% { transform: scale(1); }
    15% { transform: scale(1.03); }
    20% { transform: scale(1); }
    100% { transform: scale(1); }
}

@keyframes shine-btn {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

@keyframes pulse-opacity {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

/* Brighten Placeholder */
.checkout-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1; /* Firefox override */
}

/* Responsive Fixes for Mobile */
@media (max-width: 480px) {
    .pricing-box::after {
        font-size: 0.6rem;
        padding: 0.35rem 0.8rem;
        white-space: nowrap;
        width: max-content;
    }
    
    .checkout-input {
        font-size: 0.9rem;
        padding: 12px;
    }

    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
    
    .whatsapp-float svg {
        width: 28px !important;
        height: 28px !important;
    }
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float-mockup 4s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: #FFF;
}