.elementor-29 .elementor-element.elementor-element-3733bee{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-ed8c554{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ===== COLE AQUI O CSS COMPLETO COM AS OTIMIZAÇÕES ===== */

/* ADICIONE ESTAS OTIMIZAÇÕES NO TOPO DO SEU CSS EXISTENTE */

/* Reduz repaint e reflow */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Otimiza animações - usa GPU */
.lhc-hero__badge,
.lhc-floating-card,
.lhc-btn,
.lhc-nav__link::after,
.lhc-segment-card,
.lhc-product-card,
.lhc-benefit-card {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Lazy Loading Classes */
.lhc-lazy {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.lhc-lazy.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Fix CLS - Dimensões fixas */
.lhc-hero {
    min-height: 650px;
    contain: layout;
}

.lhc-hero__title {
    min-height: 120px;
}

.lhc-hero__description {
    min-height: 80px;
}

/* Content Visibility - carrega apenas o visível */
.lhc-about,
.lhc-segments,
.lhc-products,
.lhc-benefits,
.lhc-faq,
.lhc-cta,
.lhc-footer {
    content-visibility: auto;
    contain-intrinsic-size: 0 800px;
}

/* Remove animações em mobile */
@media (max-width: 767px) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .lhc-segment-card:hover,
    .lhc-product-card:hover,
    .lhc-benefit-card:hover {
        transform: none;
    }
    
    /* Remove backdrop-filter em mobile (pesado) */
    .lhc-hero__badge,
    .lhc-hero__monitor,
    .lhc-cta__contact {
        backdrop-filter: none;
    }
}

/* ... (continue com seu CSS existente) ... */


























/* ========================================
   LHC SOLUÇÕES TECNOLÓGICAS
   CSS COMPLETO PARA ELEMENTOR/WORDPRESS
   Versão: 3.0 - Sem Bordas + Responsivo
   ======================================== */

/* ===== RESET GLOBAL - REMOVE BORDAS BRANCAS ===== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #ffffff;
}

/* Remove margens do WordPress/Tema */
body.elementor-page,
body.elementor-default,
body.page-template-default,
body.elementor-template-canvas,
body.elementor-template-full-width {
    margin: 0 !important;
    padding: 0 !important;
}

#page,
#content,
#primary,
#main,
.site,
.site-content,
.site-main,
.content-area,
.entry-content,
.page-content,
.hentry,
article,
.ast-container,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.ast-plain-container.ast-no-sidebar #primary,
.oceanwp-row,
#content-wrap,
.inside-article,
.neve-main,
.nv-content-wrap,
#main-content,
#page-container,
.content-container,
.site-container,
header#masthead,
.site-header {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* ===== RESET ELEMENTOR ===== */
.elementor {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-inner,
.elementor-section-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

.elementor-section.elementor-section-full_width {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-section-full_width > .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elementor-column {
    padding: 0 !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-no > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-widget-wrap {
    padding: 0 !important;
}

.elementor-widget-html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.elementor-widget-html > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== VARIÁVEIS CSS ===== */
:root {
    --lhc-primary-dark: #0a2540;
    --lhc-primary: #1a5a8a;
    --lhc-primary-light: #2d8fd5;
    --lhc-secondary: #f26522;
    --lhc-secondary-dark: #d94f0f;
    --lhc-dark: #0d1b2a;
    --lhc-light: #f8fafc;
    --lhc-gray: #64748b;
    --lhc-white: #ffffff;
}

/* ===== LHC WRAPPER E SEÇÃO ===== */
.lhc-section {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.lhc-section .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.lhc-section .elementor-widget-wrap {
    padding: 0 !important;
}

.lhc-wrapper {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

.lhc-wrapper *,
.lhc-wrapper *::before,
.lhc-wrapper *::after {
    box-sizing: border-box;
}

/* ===== CONTAINER INTERNO ===== */
.lhc-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}

.lhc-container-full {
    max-width: 100%;
    padding: 0;
    width: 100%;
}

/* ===== TOP BAR ===== */
.lhc-topbar {
    background: var(--lhc-primary-dark) !important;
    color: var(--lhc-white);
    padding: 12px 0 !important;
    font-size: 13px;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.lhc-topbar__left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.lhc-topbar__link {
    color: var(--lhc-white) !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.lhc-topbar__link:hover {
    color: var(--lhc-secondary) !important;
}

.lhc-topbar__link i {
    color: var(--lhc-secondary);
    font-size: 14px;
}

.lhc-topbar__right {
    display: flex;
    gap: 10px;
}

.lhc-topbar__social {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white) !important;
    text-decoration: none !important;
    font-size: 13px;
    transition: all 0.3s ease;
}

.lhc-topbar__social:hover {
    background: var(--lhc-secondary);
    transform: translateY(-2px);
}

/* ===== HEADER / NAVEGAÇÃO ===== */
.lhc-header {
    background: var(--lhc-white) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    padding: 15px 0 !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.lhc-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}

.lhc-logo__img {
    height: 60px;
    width: auto;
}

.lhc-logo__icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--lhc-primary-light) 0%, var(--lhc-primary-dark) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.lhc-logo__icon i {
    color: var(--lhc-white);
    font-size: 24px;
}

.lhc-logo__icon::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--lhc-secondary);
    border-radius: 50%;
    bottom: -4px;
    right: -4px;
    border: 3px solid var(--lhc-white);
}

.lhc-logo__text {
    display: flex;
    flex-direction: column;
}

.lhc-logo__name {
    font-size: 28px;
    font-weight: 800;
    color: var(--lhc-primary-dark);
    line-height: 1;
}

.lhc-logo__name span {
    color: var(--lhc-primary-light);
}

.lhc-logo__tagline {
    font-size: 10px;
    color: var(--lhc-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lhc-nav__menu {
    display: flex;
    gap: 32px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lhc-nav__menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.lhc-nav__menu li::before {
    display: none !important;
}

.lhc-nav__link {
    color: var(--lhc-primary-dark) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.lhc-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--lhc-secondary);
    transition: width 0.3s ease;
}

.lhc-nav__link:hover {
    color: var(--lhc-secondary) !important;
}

.lhc-nav__link:hover::after {
    width: 100%;
}

.lhc-nav__toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    color: var(--lhc-primary-dark);
    cursor: pointer;
    padding: 5px;
}

/* ===== BOTÕES ===== */
.lhc-btn {
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.4;
}

.lhc-btn--primary {
    background: var(--lhc-secondary) !important;
    color: var(--lhc-white) !important;
}

.lhc-btn--primary:hover {
    background: var(--lhc-secondary-dark) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(242, 101, 34, 0.35);
}

.lhc-btn--white {
    background: var(--lhc-white) !important;
    color: var(--lhc-primary-dark) !important;
}

.lhc-btn--white:hover {
    background: var(--lhc-light) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.lhc-btn--outline {
    background: transparent !important;
    border: 2px solid var(--lhc-white) !important;
    color: var(--lhc-white) !important;
}

.lhc-btn--outline:hover {
    background: var(--lhc-white) !important;
    color: var(--lhc-primary-dark) !important;
}

.lhc-btn--whatsapp {
    background: #25d366 !important;
    color: var(--lhc-white) !important;
}

.lhc-btn--whatsapp:hover {
    background: #128c7e !important;
}

.lhc-btn--large {
    padding: 18px 40px;
    font-size: 14px;
}

/* ===== HERO SECTION ===== */
.lhc-hero {
    background: linear-gradient(135deg, var(--lhc-primary-dark) 0%, var(--lhc-primary) 50%, var(--lhc-primary-light) 100%) !important;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='grid' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 10 0 L 0 0 0 10' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='0.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23grid)'/%3E%3C/svg%3E");
    opacity: 0.6;
}

.lhc-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lhc-hero__content {
    color: var(--lhc-white);
}

.lhc-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.lhc-hero__badge i {
    color: var(--lhc-secondary);
    font-size: 16px;
}

.lhc-hero__title {
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    margin: 0 0 25px 0 !important;
    color: var(--lhc-white) !important;
}

.lhc-hero__title span {
    color: var(--lhc-secondary);
}

.lhc-hero__description {
    font-size: 18px;
    opacity: 0.92;
    margin: 0 0 40px 0 !important;
    line-height: 1.8;
    color: var(--lhc-white) !important;
}

.lhc-hero__description strong {
    color: var(--lhc-secondary);
}

.lhc-hero__buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.lhc-hero__features {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.2);
    justify-content: flex-start;
    align-items: center;
}

.lhc-hero__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.lhc-hero__feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: var(--lhc-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--lhc-white);
    flex-shrink: 0;
}

.lhc-hero__feature-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--lhc-white);
    white-space: nowrap;
}

.lhc-hero__image {
    position: relative;
}

.lhc-hero__monitor {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.2);
}

.lhc-monitor {
    background: #1a1a1a;
    border-radius: 18px;
    padding: 18px;
}

.lhc-monitor__screen {
    background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
    border-radius: 12px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.lhc-camera-feed {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #4a4a4a 0%, #2a2a2a 40%, #1a1a1a 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 25px;
}

.lhc-camera-feed__overlay {
    position: absolute;
    top: 12px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #00ff00;
    font-family: 'Courier New', monospace;
}

.lhc-camera-feed__rec {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lhc-camera-feed__rec-dot {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    animation: lhc-blink 1s infinite;
}

@keyframes lhc-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.lhc-camera-feed__guides {
    width: 85%;
    height: 70%;
    position: relative;
}

.lhc-guide-line {
    position: absolute;
    border: 2px solid;
    border-top: none;
}

.lhc-guide-line--green {
    width: 100%;
    height: 100%;
    border-color: #00ff00;
    opacity: 0.7;
}

.lhc-guide-line--yellow {
    width: 75%;
    height: 70%;
    left: 12.5%;
    bottom: 0;
    border-color: #ffff00;
    opacity: 0.7;
}

.lhc-guide-line--red {
    width: 50%;
    height: 40%;
    left: 25%;
    bottom: 0;
    border-color: #ff0000;
    opacity: 0.7;
}

.lhc-floating-card {
    position: absolute;
    background: var(--lhc-white);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.lhc-floating-card--left {
    bottom: -35px;
    left: -50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.lhc-floating-card--right {
    top: 20px;
    right: -40px;
    text-align: center;
}

.lhc-floating-card__icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--lhc-secondary) 0%, var(--lhc-secondary-dark) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white);
    font-size: 22px;
}

.lhc-floating-card__title {
    font-size: 15px;
    color: var(--lhc-primary-dark);
    font-weight: 700;
    margin: 0 0 4px 0 !important;
}

.lhc-floating-card__text {
    font-size: 12px;
    color: var(--lhc-gray);
    margin: 0 !important;
}

.lhc-floating-card__number {
    font-size: 38px;
    font-weight: 800;
    color: var(--lhc-primary-dark);
    line-height: 1;
    margin: 0 !important;
}

.lhc-floating-card__number span {
    color: var(--lhc-secondary);
}

/* ===== STATS SECTION ===== */
.lhc-stats {
    background: var(--lhc-white) !important;
    padding: 70px 0 !important;
    position: relative;
    z-index: 10;
    margin-top: -60px;
    width: 100% !important;
}

.lhc-stats__grid {
    background: var(--lhc-white);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.lhc-stat {
    text-align: center;
    position: relative;
}

.lhc-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #e5e7eb;
}

.lhc-stat__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--lhc-primary-light) 0%, var(--lhc-primary) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: var(--lhc-white);
    font-size: 28px;
}

.lhc-stat__number {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: var(--lhc-primary-dark) !important;
    margin: 0 0 5px 0 !important;
    line-height: 1 !important;
}

.lhc-stat__number span {
    color: var(--lhc-secondary);
}

.lhc-stat__label {
    color: var(--lhc-gray);
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
}

/* ===== SECTION HEADER ===== */
.lhc-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.lhc-section-tag {
    display: inline-block;
    background: rgba(45, 143, 213, 0.12);
    color: var(--lhc-primary-light);
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.lhc-section-header__title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: var(--lhc-primary-dark) !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.2 !important;
}

.lhc-section-header__title span {
    color: var(--lhc-secondary);
}

.lhc-section-header__description {
    color: var(--lhc-gray);
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto !important;
    line-height: 1.7;
}

/* ===== ABOUT SECTION ===== */
.lhc-about {
    padding: 120px 0 !important;
    background: var(--lhc-light) !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-about__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.lhc-about__image {
    position: relative;
}

.lhc-about__image-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.lhc-about__image-placeholder {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, var(--lhc-primary) 0%, var(--lhc-primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lhc-about__image-placeholder i {
    font-size: 120px;
    color: var(--lhc-white);
    opacity: 0.25;
}

.lhc-about__badge {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: var(--lhc-secondary);
    color: var(--lhc-white);
    padding: 35px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(242, 101, 34, 0.35);
}

.lhc-about__badge i {
    display: block;
}

.lhc-about__badge-number {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 5px 0 !important;
}

.lhc-about__badge-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
}

.lhc-about__title {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: var(--lhc-primary-dark) !important;
    margin: 0 0 25px 0 !important;
    line-height: 1.2 !important;
}

.lhc-about__title span {
    color: var(--lhc-secondary);
}

.lhc-about__description {
    color: var(--lhc-gray);
    font-size: 16px;
    margin: 0 0 35px 0 !important;
    line-height: 1.85;
}

.lhc-about__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 40px;
}

.lhc-about__feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.lhc-about__feature-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--lhc-primary-light) 0%, var(--lhc-primary) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white);
    font-size: 22px;
    flex-shrink: 0;
}

.lhc-about__feature-title {
    font-size: 15px;
    color: var(--lhc-primary-dark);
    font-weight: 700;
    margin: 0 0 6px 0 !important;
}

.lhc-about__feature-text {
    font-size: 13px;
    color: var(--lhc-gray);
    margin: 0 !important;
}

/* ===== SEGMENTS SECTION ===== */
.lhc-segments {
    padding: 120px 0 !important;
    background: var(--lhc-white) !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-segments__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.lhc-segment-card {
    background: var(--lhc-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.lhc-segment-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.lhc-segment-card__image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.lhc-segment-card__image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--lhc-primary) 0%, var(--lhc-primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.lhc-segment-card:hover .lhc-segment-card__image-placeholder {
    transform: scale(1.08);
}

.lhc-segment-card__image-placeholder i {
    font-size: 70px;
    color: var(--lhc-white);
    opacity: 0.4;
}

.lhc-segment-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 37, 64, 0.75) 100%);
}

.lhc-segment-card__icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 55px;
    height: 55px;
    background: var(--lhc-secondary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white);
    font-size: 24px;
}

.lhc-segment-card__content {
    padding: 30px;
}

.lhc-segment-card__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--lhc-primary-dark) !important;
    margin: 0 0 12px 0 !important;
}

.lhc-segment-card__text {
    color: var(--lhc-gray);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 18px 0 !important;
}

.lhc-segment-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lhc-secondary) !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: gap 0.3s ease;
}

.lhc-segment-card__link:hover {
    gap: 15px;
}

/* ===== PRODUCTS SECTION ===== */
.lhc-products {
    padding: 120px 0 !important;
    background: var(--lhc-light) !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.lhc-product-card {
    background: var(--lhc-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.lhc-product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.lhc-product-card__image {
    height: 280px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
}

.lhc-product-card__image i {
    font-size: 100px;
    color: var(--lhc-primary);
    opacity: 0.18;
}

.lhc-product-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--lhc-secondary);
    color: var(--lhc-white);
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lhc-product-card__badge--new {
    background: var(--lhc-primary-light);
}

.lhc-product-card__content {
    padding: 35px;
}

.lhc-product-card__category {
    font-size: 11px;
    color: var(--lhc-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0 !important;
}

.lhc-product-card__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--lhc-primary-dark) !important;
    margin: 0 0 14px 0 !important;
}

.lhc-product-card__text {
    color: var(--lhc-gray);
    font-size: 14px;
    margin: 0 0 22px 0 !important;
    line-height: 1.7;
}

.lhc-product-card__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.lhc-product-card__feature {
    background: rgba(45, 143, 213, 0.1);
    color: var(--lhc-primary);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.lhc-product-card__footer {
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.lhc-product-card__link {
    color: var(--lhc-primary-dark) !important;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.lhc-product-card__link:hover {
    color: var(--lhc-secondary) !important;
    gap: 14px;
}

/* ===== BENEFITS SECTION ===== */
.lhc-benefits {
    padding: 120px 0 !important;
    background: linear-gradient(135deg, var(--lhc-primary-dark) 0%, var(--lhc-primary) 100%) !important;
    position: relative;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-benefits::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(255,255,255,0.08)'/%3E%3Ccircle cx='80' cy='40' r='2' fill='rgba(255,255,255,0.08)'/%3E%3Ccircle cx='40' cy='80' r='2' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E");
}

.lhc-benefits .lhc-section-tag {
    background: rgba(242, 101, 34, 0.2);
    color: var(--lhc-secondary);
}

.lhc-benefits .lhc-section-header__title {
    color: var(--lhc-white) !important;
}

.lhc-benefits .lhc-section-header__description {
    color: rgba(255,255,255,0.85);
}

.lhc-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    position: relative;
    z-index: 1;
}

.lhc-benefit-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}

.lhc-benefit-card:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-12px);
}

.lhc-benefit-card__icon {
    width: 90px;
    height: 90px;
    background: var(--lhc-secondary);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
    color: var(--lhc-white);
}

.lhc-benefit-card__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: var(--lhc-white) !important;
    margin: 0 0 18px 0 !important;
}

.lhc-benefit-card__text {
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    line-height: 1.75;
    margin: 0 !important;
}

/* ===== CTA SECTION ===== */
.lhc-cta {
    padding: 120px 0 !important;
    background: var(--lhc-white) !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.lhc-cta__wrapper {
    background: linear-gradient(135deg, var(--lhc-primary) 0%, var(--lhc-primary-dark) 100%);
    border-radius: 32px;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}

.lhc-cta__wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.lhc-cta__content {
    color: var(--lhc-white);
    position: relative;
    z-index: 1;
}

.lhc-cta__title {
    font-size: 38px !important;
    font-weight: 800 !important;
    margin: 0 0 22px 0 !important;
    line-height: 1.2 !important;
    color: var(--lhc-white) !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lhc-cta__description {
    font-size: 17px;
    opacity: 0.92;
    margin: 0 0 35px 0 !important;
    line-height: 1.75;
    color: var(--lhc-white) !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lhc-cta__buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.lhc-cta__contact {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.lhc-cta__contact-title {
    color: var(--lhc-white) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 0 30px 0 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lhc-cta__contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.lhc-cta__contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: var(--lhc-secondary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--lhc-white);
    flex-shrink: 0;
}

.lhc-cta__contact-label {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 4px;
}

.lhc-cta__contact-link {
    color: var(--lhc-white) !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lhc-cta__contact-link:hover {
    opacity: 0.8;
}

/* ===== FAQ SECTION ===== */
.lhc-faq {
    padding: 120px 0 !important;
    background: var(--lhc-light) !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-faq__grid {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.lhc-faq-item {
    background: var(--lhc-white);
    border-radius: 16px;
    margin-bottom: 18px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.lhc-faq-item__question {
    width: 100%;
    padding: 28px 35px;
    background: none;
    border: none;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: var(--lhc-primary-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.lhc-faq-item__question:hover {
    color: var(--lhc-secondary);
}

.lhc-faq-item__question span {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.lhc-faq-item__question i {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: var(--lhc-secondary);
    flex-shrink: 0;
    margin-top: 5px;
}

.lhc-faq-item__question.active i {
    transform: rotate(180deg);
}

.lhc-faq-item__answer {
    padding: 0 35px 28px;
    color: var(--lhc-gray);
    font-size: 15px;
    line-height: 1.85;
    display: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.lhc-faq-item__answer.show {
    display: block;
}

/* ===== FOOTER ===== */
.lhc-footer {
    background: var(--lhc-dark) !important;
    color: var(--lhc-white);
    padding: 100px 0 40px !important;
    width: 100% !important;
    margin: 0 !important;
}

.lhc-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

.lhc-footer__about .lhc-logo {
    margin-bottom: 28px;
}

.lhc-footer__about .lhc-logo__name {
    color: var(--lhc-white);
}

.lhc-footer__about-text {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.85;
    margin: 0 0 28px 0 !important;
}

.lhc-footer__social {
    display: flex;
    gap: 14px;
}

.lhc-footer__social-link {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white) !important;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.lhc-footer__social-link:hover {
    background: var(--lhc-secondary);
    transform: translateY(-4px);
}

.lhc-footer__column-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: var(--lhc-white) !important;
    margin: 0 0 28px 0 !important;
    position: relative;
    padding-bottom: 18px;
}

.lhc-footer__column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: var(--lhc-secondary);
    border-radius: 3px;
}

.lhc-footer__menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lhc-footer__menu li {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
}

.lhc-footer__menu li::before {
    display: none !important;
}

.lhc-footer__link {
    color: rgba(255,255,255,0.7) !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.lhc-footer__link:hover {
    color: var(--lhc-secondary) !important;
    padding-left: 6px;
}

.lhc-footer__link i {
    font-size: 10px;
    color: var(--lhc-secondary);
}

.lhc-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.lhc-footer__contact-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-secondary);
    font-size: 18px;
    flex-shrink: 0;
}

.lhc-footer__contact-link,
.lhc-footer__contact-text {
    color: rgba(255,255,255,0.7) !important;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 1.6;
}

.lhc-footer__contact-link:hover {
    color: var(--lhc-secondary) !important;
}

.lhc-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.lhc-footer__copyright {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    margin: 0 !important;
}

.lhc-footer__bottom-links {
    display: flex;
    gap: 30px;
}

.lhc-footer__bottom-link {
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.lhc-footer__bottom-link:hover {
    color: var(--lhc-secondary) !important;
}

/* ===== WHATSAPP FLOAT ===== */
.lhc-whatsapp-float {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 65px;
    height: 65px;
    background: #25d366 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lhc-white) !important;
    font-size: 34px;
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.45);
    z-index: 99999;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.lhc-whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 18px 50px rgba(37, 211, 102, 0.55);
}

.lhc-whatsapp-float__tooltip {
    position: absolute;
    right: 80px;
    background: var(--lhc-white);
    color: var(--lhc-dark);
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateX(15px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.lhc-whatsapp-float:hover .lhc-whatsapp-float__tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* Admin Bar - Ajuste quando logado */
body.admin-bar .lhc-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .lhc-header {
        top: 46px;
    }
}

/* ========================================
   RESPONSIVIDADE - TABLET (max-width: 1024px)
   ======================================== */
@media (max-width: 1024px) {
    .lhc-container {
        padding: 0 30px;
    }

    .lhc-hero__inner,
    .lhc-about__inner {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .lhc-hero__title {
        font-size: 40px !important;
    }

    .lhc-hero__buttons,
    .lhc-hero__features {
        justify-content: center;
    }

    .lhc-hero__features {
        flex-wrap: wrap;
        gap: 20px 30px;
    }

    .lhc-hero__image {
        display: none;
    }

    .lhc-about__image {
        order: -1;
        max-width: 500px;
        margin: 0 auto;
    }

    .lhc-about__badge {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .lhc-about__features {
        justify-content: center;
        text-align: left;
    }

    .lhc-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 40px;
    }

    .lhc-stat:not(:last-child)::after {
        display: none;
    }

    .lhc-segments__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lhc-products__grid,
    .lhc-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lhc-cta__wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 40px;
    }

    .lhc-cta__buttons {
        justify-content: center;
    }

    .lhc-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .lhc-nav__menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--lhc-white);
        flex-direction: column;
        padding: 25px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        gap: 5px;
        z-index: 9999;
    }

    .lhc-nav__menu.active {
        display: flex;
    }

    .lhc-nav__menu li {
        width: 100%;
    }

    .lhc-nav__link {
        display: block;
        padding: 15px;
        border-radius: 8px;
    }

    .lhc-nav__link:hover {
        background: var(--lhc-light);
    }

    .lhc-nav__link::after {
        display: none;
    }

    .lhc-nav__toggle {
        display: block;
    }

    .lhc-section-header__title {
        font-size: 34px !important;
    }
}

/* ========================================
   RESPONSIVIDADE - MOBILE (max-width: 767px)
   ======================================== */
@media (max-width: 767px) {
    .lhc-container {
        padding: 0 15px !important;
        max-width: 100% !important;
        overflow: hidden;
    }

    .lhc-wrapper {
        overflow-x: hidden !important;
    }

    .lhc-topbar__inner {
        flex-direction: column;
        text-align: center;
    }

    .lhc-topbar__left {
        flex-direction: column;
        gap: 12px;
    }

    .lhc-hero {
        padding: 60px 0 !important;
        min-height: auto;
    }

    .lhc-hero__title {
        font-size: 28px !important;
    }

    .lhc-hero__description {
        font-size: 15px;
    }

    .lhc-hero__buttons {
        flex-direction: column;
    }

    .lhc-hero__buttons .lhc-btn {
        width: 100%;
    }

    .lhc-hero__features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .lhc-hero__feature {
        width: 100%;
        justify-content: center;
    }

    .lhc-stats {
        margin-top: -40px;
        padding: 50px 0 !important;
    }

    .lhc-stats__grid {
        grid-template-columns: 1fr 1fr;
        padding: 30px 20px;
        gap: 25px;
    }

    .lhc-stat__number {
        font-size: 18px !important;
    }
    
    .lhc-stat__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .lhc-stat__label {
        font-size: 12px;
    }

    /* ABOUT MOBILE */
    .lhc-about {
        padding: 80px 0 !important;
    }
    
    .lhc-about__image {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .lhc-about__image-wrapper {
        border-radius: 20px;
        overflow: hidden;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .lhc-about__image-placeholder {
        width: 100%;
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
    }
    
    .lhc-about__image-placeholder i {
        font-size: 70px !important;
    }
    
    .lhc-about__badge {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        margin: -30px auto 0 auto !important;
        width: fit-content;
        padding: 20px 25px !important;
        border-radius: 16px;
    }

    .lhc-about__title,
    .lhc-section-header__title {
        font-size: 24px !important;
        line-height: 1.3 !important;
        word-wrap: break-word;
    }

    .lhc-about__features {
        grid-template-columns: 1fr;
    }
    
    .lhc-section-header__description {
        font-size: 14px !important;
        padding: 0 10px;
    }
    
    .lhc-section-header {
        margin-bottom: 40px !important;
    }

    /* SEGMENTS MOBILE */
    .lhc-segments {
        padding: 80px 0 !important;
    }

    .lhc-segments__grid {
        grid-template-columns: 1fr;
    }

    /* PRODUCTS MOBILE */
    .lhc-products {
        padding: 80px 0 !important;
    }
    
    .lhc-products__grid {
        grid-template-columns: 1fr;
    }

    /* BENEFITS MOBILE */
    .lhc-benefits {
        padding: 80px 0 !important;
    }
    
    .lhc-benefits__grid {
        grid-template-columns: 1fr;
    }

    /* FAQ MOBILE */
    .lhc-faq {
        padding: 60px 0 !important;
    }
    
    .lhc-faq__grid {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .lhc-faq-item {
        border-radius: 12px !important;
        margin-bottom: 12px !important;
    }
    
    .lhc-faq-item__question {
        padding: 18px 20px !important;
        font-size: 14px !important;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        line-height: 1.5 !important;
    }
    
    .lhc-faq-item__question span {
        flex: 1;
        word-break: break-word;
        hyphens: auto;
    }
    
    .lhc-faq-item__question i {
        flex-shrink: 0;
        margin-top: 3px;
    }
    
    .lhc-faq-item__answer {
        padding: 0 20px 18px 20px !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    /* CTA MOBILE */
    .lhc-cta {
        padding: 60px 0 !important;
    }
    
    .lhc-cta__wrapper {
        padding: 30px 20px !important;
        border-radius: 20px !important;
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
    
    .lhc-cta__title {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }
    
    .lhc-cta__description {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 25px !important;
    }
    
    .lhc-cta__buttons {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .lhc-cta__buttons .lhc-btn {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 13px !important;
    }
    
    .lhc-cta__contact {
        padding: 25px 20px !important;
        border-radius: 16px !important;
    }
    
    .lhc-cta__contact-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
    
    .lhc-cta__contact-item {
        gap: 12px !important;
        margin-bottom: 18px !important;
    }
    
    .lhc-cta__contact-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        font-size: 18px !important;
    }
    
    .lhc-cta__contact-link {
        font-size: 14px !important;
        word-break: break-all;
    }
    
    .lhc-cta__contact-label {
        font-size: 11px !important;
    }

    /* FOOTER MOBILE */
    .lhc-footer {
        padding: 70px 0 35px !important;
    }

    .lhc-footer__grid {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .lhc-footer__column-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .lhc-footer__social {
        justify-content: center;
    }

    .lhc-footer__contact-item {
        justify-content: center;
    }

    .lhc-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .lhc-footer__bottom-links {
        flex-direction: column;
        gap: 15px;
    }

    .lhc-whatsapp-float {
        bottom: 20px !important;
        right: 20px !important;
        width: 55px !important;
        height: 55px !important;
        font-size: 28px !important;
    }

    .lhc-whatsapp-float__tooltip {
        display: none;
    }

    .lhc-logo__name {
        font-size: 22px;
    }

    .lhc-nav {
        gap: 15px;
    }

    .lhc-btn--large {
        padding: 16px 30px;
        font-size: 13px;
    }
}

/* ========================================
   RESPONSIVIDADE - MOBILE SMALL (max-width: 480px)
   ======================================== */
@media (max-width: 480px) {
    .lhc-hero__title {
        font-size: 24px !important;
    }

    .lhc-section-header__title,
    .lhc-about__title {
        font-size: 22px !important;
    }

    .lhc-cta__title {
        font-size: 20px !important;
    }

    .lhc-stat__number {
        font-size: 16px !important;
    }
    
    .lhc-stat__icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .lhc-benefit-card__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .lhc-product-card__image {
        height: 200px;
    }

    .lhc-product-card__image i {
        font-size: 60px;
    }
    
    .lhc-about__image-placeholder {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
    }
    
    .lhc-about__image-placeholder i {
        font-size: 50px !important;
    }
    
    .lhc-stats__grid {
        padding: 25px 15px;
        gap: 20px;
    }
}

/* ========================================
   FIX OVERFLOW GERAL
   ======================================== */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

.lhc-wrapper,
.lhc-section,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    height: auto;
}/* End custom CSS */