/* Global Reset & Typography */
:root {
    /* Updated Palette: High Conversion, Crisp, Urgent */
    --primary-red: #D32F2F;
    /* Bright Sales Red */
    --primary-red-dark: #B71C1C;
    --warning-yellow: #FFC107;
    /* Pop Yellow */
    --neutral-dark: #212121;
    /* Sharp Black */
    --neutral-gray: #757575;
    --neutral-light: #F5F5F5;
    /* Standard Light Gray */
    --white: #FFFFFF;
    --success-green: #2E7D32;
    --shadow-soft: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Sharp, non-diffuse shadow */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--neutral-dark);
    line-height: 1.6;
    background-color: var(--white);
    /* Reverted from Ivory */
    font-size: 16px;
}

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

/* Typography Overhaul - Authority but SALES focused */
h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    letter-spacing: -0.02em;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    opacity: 0.9;
}

a {
    text-decoration: none;
}

/* Buttons - SALES FOCUSED */
.btn-primary {
    display: inline-block;
    background-color: var(--success-green);
    color: var(--white);
    padding: 16px 32px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    box-shadow: 0 4px 0 #1B5E20;
    /* Hard shadow for clickability */
    text-align: center;
    position: relative;
    top: 0;
}

.btn-primary:hover {
    background-color: #256628;
    top: 2px;
    box-shadow: 0 2px 0 #1B5E20;
}

.btn-primary.big {
    width: 100%;
    max-width: 450px;
    font-size: 1.4rem;
    padding: 22px;
}

.big-pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.btn-sm {
    background-color: var(--primary-red);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.9rem;
    border-bottom: 3px solid var(--primary-red-dark);
    /* Clicky feel */
}

/* Header - UNSTICKY */
.header {
    display: none;
    background: var(--white);
    padding: 15px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    /* Not sticking */
    z-index: 100;
    border-bottom: 1px solid #eee;
}

.header .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--neutral-dark);
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

/* Hero Section */
.hero {
    /* Using Local Image - Traffic Car */
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)), url('midias/Tra%CC%82nsito%20:%20carro.jpg');
    background-size: cover;
    background-position: center;
    color: var(--white);
    padding: 80px 0 100px;
    text-align: center;
}

.tag-urgent {
    background-color: var(--warning-yellow);
    color: #000;
    padding: 6px 16px;
    border-radius: 4px;
    font-weight: 900;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(255, 179, 0, 0.3);
}

.hero .headline {
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero .subheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
}

.hero-translation {
    font-size: 1.1rem;
    color: #FFD54F;
    margin-bottom: 40px;
    font-style: italic;
    opacity: 1;
}

/* CTA Box Enhanced - SALES FOCUS */
.cta-box {
    background: rgba(0, 0, 0, 0.65);
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.price-hero {
    font-size: 1.3rem;
    /* Increased size */
    margin-bottom: 10px;
    font-weight: 700;
    /* Bolder */
    color: #fff;
    /* Bright white */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.price-display {
    margin: 15px auto 25px;
    color: #fff;
    /* White text for contrast */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    background: #D32F2F;
    /* Red background for pop */
    /* Light box */
    display: inline-block;
    padding: 15px 40px;
    /* Larger padding */
    border-radius: 12px;
    /* Boxier for sales */
    border: 3px solid #FFC107;
    /* Yellow border */
    transform: scale(1.1);
    /* Slight Zoom */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.price-display .currency {
    font-size: 2rem;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-right: 5px;
}

.price-display .amount {
    font-size: 4.5rem;
    /* VERY LARGE */
    line-height: 0.9;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.guarantee-text {
    font-size: 0.85rem;
    margin-top: 15px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Pain Section - Contrast */
.pain {
    padding: 80px 0;
    background-color: var(--neutral-light);
    /* Standard Gray */
    text-align: center;
}

.section-title {
    font-size: 2.2rem;
    color: var(--neutral-dark);
    margin-bottom: 15px;
}

.pain-text {
    max-width: 650px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.pain-item {
    background: var(--white);
    padding: 35px;
    border-radius: 12px;
    box-shadow: var(--shadow-soft);
    border: 1px solid #ddd;
}

.pain-item:hover {
    transform: translateY(-5px);
}

.pain-item .icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px;
    background: var(--neutral-light);
    border-radius: 50%;
}

.alert-box {
    background-color: #FFEBEE;
    border-left: 4px solid var(--primary-red);
    padding: 25px;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(211, 47, 47, 0.1);
}

/* Solution */
.solution {
    padding: 80px 0;
    background: var(--white);
}

.solution .lead {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
    color: var(--success-green);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.product-highlight {
    background-color: var(--neutral-dark);
    color: var(--white);
    padding: 50px;
    border-radius: 16px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.benefit-list {
    list-style: none;
    margin-top: 30px;
}

.benefit-list li {
    margin-bottom: 20px;
    font-size: 1.15rem;
    line-height: 1.6;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-list li:last-child {
    border-bottom: none;
}

/* Exclusion Box */
.exclusion-box {
    background-color: #FFF8F8;
    border: 1px solid #FFEBEE;
    border-radius: 8px;
    padding: 30px;
    margin: 30px auto 60px;
    max-width: 700px;
    text-align: left;
}

/* Comparison */
.comparison {
    padding: 80px 0;
    background-color: var(--neutral-light);
}

.comparison-table {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.comparison-table>div {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 40px 30px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--shadow-soft);
    border: 1px solid #ddd;
}

.col-advogado {
    opacity: 0.8;
}

.col-advogado h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.col-advogado .price {
    color: #4a90e2;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.col-advogado .desc {
    font-size: 1rem;
    line-height: 1.4;
}

.col-pagar {
    opacity: 0.8;
}

.col-kit {
    background-color: #FFFFFF;
    border: 4px solid var(--success-green) !important;
    position: relative;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(46, 125, 50, 0.2);
    opacity: 1;
    z-index: 2;
}

.col-kit h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: var(--neutral-dark);
}

.col-kit .price {
    color: #2E7D32;
    font-size: 2.5rem;
    font-weight: 900;
    background: #E8F5E9;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.col-kit .desc {
    font-size: 1.1rem;
    line-height: 1.6;
}

.badge-best {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--success-green);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background-color: var(--white);
    text-align: center;
}

.steps-grid {
    gap: 40px;
}

.step-item {
    text-align: center;
    padding: 20px;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: var(--primary-red);
    color: var(--white);
    border-radius: 12px;
    font-size: 1.8rem;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 25px;
    box-shadow: 0 4px 0 #8E0000;
}

/* Offer */
.offer {
    padding: 100px 0;
    background: #1A1A1A;
    color: var(--white);
    text-align: center;
}

.offer h3 {
    font-size: 2.5rem;
    color: var(--warning-yellow);
}

.features-grid span {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer */
.footer {
    background-color: #F5F5F5;
    padding: 60px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    border-top: 1px solid #eee;
}

/* =========================
   MOBILE FIRST – SALES FOCUSED
   ========================= */

@media (max-width: 768px) {

    /* Stack Header: Logo Top, Button Bottom */
    .header .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .header .btn-sm {
        width: 100%;
        display: block;
        text-align: center;
        padding: 14px;
        /* Larger touch target */
        font-size: 1rem;
    }

    /* Container Padding */
    .container {
        padding: 16px;
    }

    /* Hero Breathing Room & Typography */
    .hero {
        padding: 40px 16px 60px;
        background-position: center bottom;
    }

    .hero .headline {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 30px;
    }

    .hero .subheadline {
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 25px;
        font-weight: 300;
    }

    .hero-translation {
        font-size: 16px;
        margin-bottom: 35px;
        color: #FFE082;
    }

    /* CTA Box Mobile Adjustments */
    .cta-box {
        padding: 30px 20px;
        margin-bottom: 15px;
    }

    .cta-box .btn-primary {
        width: 100%;
    }

    .price-display .amount {
        font-size: 4rem;
        /* Giant on mobile */
    }

    /* General Typography */
    h2,
    .section-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    p {
        font-size: 16px;
    }

    /* Product Highlight / Benefits List */
    .product-highlight {
        padding: 30px 20px !important;
    }

    .benefit-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /* Layout Grids to Columns */
    .cards,
    .benefits,
    .steps-grid,
    .pain-grid,
    .features-grid {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .step-item,
    .pain-item {
        margin-bottom: 10px;
    }

    /* Comparison Table to Stack */
    .comparison-table {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .comparison-table>div {
        padding: 30px 20px;
        min-width: 100%;
    }

    /* CRITICAL MOBILE IMAGE FIXES */
    .img-responsive {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .visual-break {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin: 30px 0;
        /* Breathing room */
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .visual-break img {
        width: 100% !important;
        height: auto !important;
        max-height: 220px;
        object-fit: cover;
        display: block;
    }

    .hidden-mobile {
        display: none;
    }
}