.hero, .top-bar {
    background: var(--dark);
    color: #fff
}

.hero h1 strong, .logo small, .phone-link span {
    color: var(--primary)
}

.disclaimer, .hero-features, h1, h2, h3, strong {
    text-transform: uppercase
}

.btn-main, .btn-price, .footer-nav a, .logo-link, .phone-link {
    text-decoration: none
}

:root {
    --primary: #FFD700;
    --primary-dark: #CCAC00;
    --dark: #121212;
    --success: #25D366;
    --gray-text: #666;
    --border-color: #E0E0E0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    background-color: #fff;
    color: var(--dark);
    line-height: 1.6
}

h1, h2, h3, strong {
    font-family: Kanit, sans-serif;
    letter-spacing: -.5px
}

.container {
    padding: 0 20px;
    max-width: 1100px;
    margin: 0 auto
}

.top-bar {
    padding: 12px 0;
    border-bottom: 5px solid var(--primary)
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer
}

.logo strong {
    font-size: 1.3rem;
    display: block;
    line-height: 1
}

.logo small {
    font-size: 10px;
    letter-spacing: 1px
}

.header-logo {
    height: 40px;
    width: auto;
    margin-right: 10px
}

.truck-icon {
    display: none
}

.logo div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.phone-link {
    color: #fff;
    text-align: right
}

.btn-price, .disclaimer, .hero, .section-title {
    text-align: center
}

.phone-link span {
    display: block;
    font-size: .6rem
}

.phone-link strong {
    font-size: 1.1rem
}

.hero {
    padding: 20px 0
}

.trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: .8rem;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 215, 0, .3)
}

.hero h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.1
}

.hero p {
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: .85;
    font-size: 1.1rem
}

.btn-main {
    display: inline-block;
    background: var(--success);
    color: #fff;
    padding: 22px 40px;
    border-radius: 4px;
    font-weight: 900;
    font-size: 1.1rem;
    transition: .3s;
    box-shadow: 0 10px 20px rgba(37, 211, 102, .3)
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    font-size: .75rem;
    font-weight: 700;
    color: var(--primary)
}

.tamanhos-section {
    padding: 10px 0;
    background: #f9f9f9
}

.section-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    position: relative
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--primary);
    margin: 10px auto
}

.grid-compacto {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mini-card {
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
    transition: .3s
}

.btn-price, .card-icon-area {
    background: var(--dark);
    color: var(--primary);
    font-weight: 900;
    font-size: .9rem
}

.disclaimer, .footer-ads {
    border-top: 1px solid #ddd
}

.mini-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.mini-card.highlight {
    border: 2px solid var(--primary)
}

.card-icon-area {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 15px
}

.card-body {
    flex-grow: 1;
    margin-bottom: 25px
}

.card-body h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--dark)
}

.card-body p {
    font-size: .95rem;
    color: var(--gray-text);
    margin-bottom: 15px
}

.card-list li, .footer-brand p {
    margin-bottom: 5px
}

.card-list {
    list-style: none;
    padding: 0
}

.card-list li {
    font-size: .85rem;
    padding-left: 20px;
    position: relative;
    font-weight: 600
}

.card-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success)
}

.btn-price {
    padding: 18px;
    letter-spacing: 1px;
    transition: .3s
}

.btn-price:hover {
    background: #000
}

.footer-ads {
    background: #f1f1f1;
    padding: 60px 0 100px;
    font-size: .85rem
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.footer-nav a {
    color: var(--dark);
    font-weight: 600;
    border-bottom: 1px solid #ccc
}

.disclaimer {
    padding-top: 20px;
    color: #999;
    font-size: .75rem
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: var(--success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, .4);
    z-index: 9999
}

.whatsapp-float img {
    width: 35px
}

@media (min-width: 768px) {
    .grid-compacto {
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .hero h1 {
        font-size: 3.5rem
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between
    }
}

.pulse {
    animation: 2s infinite pulse-bt
}

@keyframes pulse-bt {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }
    100% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
    }
}

.logo-link {
    color: inherit;
    display: block
}

.logo-link:hover {
    opacity: .9
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.whatsapp-icon {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}
