.elementor-62 .elementor-element.elementor-element-53d6361{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-62 .elementor-element.elementor-element-53d6361.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-62 .elementor-element.elementor-element-53d6361{--width:71.192%;}}/* Start custom CSS *//* VARIABLES & RESET */
:root {
    --primary-color: #1A3A5C;
    --primary-dark: #122B45;
    --primary-light: #2A5A8C;
    --accent-color: #C8922A;
    --cta-color: #25D366;
    --cta-hover: #1EAE53;
    --text-color: #333333;
    --text-light: #666666;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --font-family: 'Inter', sans-serif;
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: var(--bg-white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
}

.text-white h1, .text-white h2, .text-white h3, .text-white p {
    color: var(--bg-white);
}

.text-center { text-align: center; }
.mb-20 { margin-bottom: 20px; }
.mt-40 { margin-top: 40px; }

/* ELEMENTOR SIMULATION CLASSES */
.elementor-section {
    position: relative;
    padding: 80px 20px;
    width: 100%;
}

.elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.direction-column {
    flex-direction: column;
}

.elementor-column {
    flex: 1;
    min-width: 250px;
}

.elementor-widget {
    width: 100%;
}

/* UTILS */
.bg-light { background-color: var(--bg-light); }
.bg-white { background-color: var(--bg-white); }

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
}

.section-header.text-white p {
    color: rgba(255, 255, 255, 0.8);
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--bg-white);
}
.btn-primary:hover {
    background-color: var(--primary-dark);
}

.btn-cta {
    background-color: var(--cta-color);
    color: var(--bg-white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.btn-cta:hover {
    background-color: var(--cta-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: var(--bg-white);
}

.btn-outline-light {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-light:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.btn-outline-dark {
    background-color: transparent;
    color: var(--text-color);
    border-color: #ddd;
}
.btn-outline-dark:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    border-color: var(--primary-color);
}

/* HEADER */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-white);
    padding: 15px 20px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: var(--transition);
}

.site-header.scrolled {
    padding: 10px 20px;
}

.site-header .elementor-container {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}

.site-header .elementor-column {
    min-width: 0;
}

.col-logo {
    flex: 0 0 auto;
}

.logo {
    max-height: 50px;
    transition: var(--transition);
}

.col-cta {
    display: flex;
    justify-content: flex-end;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-number {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.1rem;
}

/* HERO SECTION */
.section-hero {
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: var(--bg-light);
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-img {
    border-radius: 16px;
}

.hero-bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mask-image: linear-gradient(to right, transparent, black 30%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 30%);
}

.section-hero .elementor-container {
    align-items: center;
}

.section-hero .col-content {
    max-width: 600px;
    flex: none;
    width: 100%;
}

.tag {
    display: inline-block;
    background-color: rgba(200, 146, 42, 0.15);
    color: var(--accent-color);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 35px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hero-trust {
    font-size: 0.9rem;
    color: var(--text-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.hero-trust .separator {
    color: var(--accent-color);
    opacity: 0.5;
}

/* TRUST BAR */
.section-trustbar {
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 50px 20px;
}

.trust-item {
    text-align: center;
}

.trust-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.trust-title {
    color: var(--accent-color);
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.trust-desc {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* CATEGORIES */
.grid-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.cat-card {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.cat-card img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.cat-content {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cat-content h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.cat-price {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 20px;
    flex-grow: 1;
}

.cat-footer {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: var(--bg-light);
    border-radius: var(--border-radius);
}

.cat-footer p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 500;
}

/* DIFFERENTIALS */
.section-differentials {
    background-color: var(--primary-dark);
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.diff-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: var(--border-radius);
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.1);
}

.diff-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.diff-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.diff-card h3 {
    color: var(--accent-color);
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.diff-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

/* HOW IT WORKS */
.steps-wrapper {
    position: relative;
}

.steps-wrapper::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: var(--primary-color);
    opacity: 0.1;
    z-index: 1;
}

.step-card {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 25px;
    box-shadow: 0 0 0 10px var(--bg-white);
}

.step-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.step-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* PRODUCTS */
.grid-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.prod-card {
    background: var(--bg-white);
    border-radius: var(--border-radius);
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prod-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.prod-img-wrapper {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.prod-img-wrapper img {
    max-height: 100%;
    object-fit: contain;
}

.prod-card h3 {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 10px;
    font-weight: 600;
    min-height: 50px;
}

.prod-card .preco {
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: block;
    flex-grow: 1;
}

.btn-whatsapp {
    background: var(--cta-color);
    color: var(--bg-white);
    padding: 12px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    display: block;
}

.btn-whatsapp:hover {
    background: var(--cta-hover);
}

/* AUDIENCES (PARA QUEM É) */
.audience-card {
    background: var(--bg-white);
    border: 1px solid #eee;
    border-top: 4px solid var(--accent-color);
    border-radius: var(--border-radius);
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: var(--transition);
}

.audience-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.aud-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.audience-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.audience-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* TESTIMONIALS */
.section-testimonials {
    background-color: var(--primary-dark);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: var(--border-radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.1);
}

.stars {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.test-text {
    font-style: italic;
    color: rgba(255,255,255,0.85);
    margin-bottom: 25px;
    flex-grow: 1;
    font-size: 1rem;
}

.test-author {
    font-weight: 700;
    color: var(--bg-white);
    font-size: 1.1rem;
}

.test-author span {
    font-weight: 400;
    color: var(--accent-color);
    font-size: 0.9rem;
    display: block;
}

.google-review-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bg-white);
    padding: 12px 24px;
    border-radius: 30px;
    color: var(--text-color);
    font-weight: 600;
    transition: var(--transition);
}

.google-review-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* FAQ */
.section-faq {
    max-width: 900px;
    margin: 0 auto;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #eaeaea;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: var(--bg-white);
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    background-color: transparent;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    background-color: var(--bg-light);
}

.faq-icon {
    color: var(--accent-color);
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 25px 25px;
    color: var(--text-light);
    font-size: 1rem;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* FINAL CTA */
.section-final-cta {
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 100px 20px;
}

.section-final-cta h2 {
    color: var(--bg-white);
    font-size: 3rem;
    margin-bottom: 15px;
}

.final-cta-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1.2rem;
}

.final-cta-contacts {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
}

/* FOOTER */
.site-footer {
    background-color: var(--primary-dark);
    color: rgba(255,255,255,0.7);
    padding-top: 80px;
    padding-bottom: 30px;
}

.footer-main-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 40px;
    margin-bottom: 60px;
}

.site-footer h4 {
    color: var(--bg-white);
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-info p, .footer-contact p {
    margin-bottom: 12px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a:hover, .footer-contact a:hover {
    color: var(--accent-color);
}

.copy-container {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
    display: block;
}

.footer-bottom-links {
    margin-top: 15px;
}

.footer-bottom-links a {
    margin: 0 10px;
    font-size: 0.9rem;
}
.footer-bottom-links a:hover {
    color: var(--bg-white);
}

/* RESPONSIVE MEDIA QUERIES */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .grid-categories, .grid-products, .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-bg-wrapper {
        width: 100%;
        opacity: 0.15;
    }
    
    .hero-bg {
        mask-image: none;
        -webkit-mask-image: none;
    }
    
    .section-hero .col-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 8px 12px;
    }

    .site-header .elementor-container {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .col-logo {
        flex: 0 0 auto;
    }

    .col-cta {
        flex: 0 0 auto;
    }

    .logo {
        max-height: 32px;
    }

    .header-contact {
        gap: 0;
    }

    .contact-info {
        display: none;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    
    .site-header .btn {
        padding: 7px 12px;
        font-size: 0.78rem;
        white-space: nowrap;
    }
    
    .btn-large {
        padding: 12px 24px;
        font-size: 1rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-trust {
        flex-direction: column;
        gap: 8px;
    }

    .hero-trust .separator {
        display: none;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 25px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }

    .steps-wrapper::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .grid-categories, .grid-products, .grid-4 {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        width: 100%;
    }

    .section-final-cta h2 {
        font-size: 2.2rem;
    }
    
    .site-header {
        padding: 5px 8px;
    }

    .site-header .elementor-container {
        flex-wrap: nowrap;
        gap: 5px;
        padding: 0;
    }

    .logo {
        max-height: 22px;
    }

    .site-header .btn {
        padding: 4px 8px;
        font-size: 0.65rem;
        white-space: nowrap;
    }
}/* End custom CSS */