/* ====================================================
   LUMYNIX — LIMPEZA & MANUTENÇÃO DE COMPUTADORES
   Paleta: #080C18 / #0F1923 (dark) + azul neon/ciano
   Fontes: Exo 2 (títulos) / Outfit (corpo)
==================================================== */

:root {
    --lm-bg-deep: #080C18;
    --lm-bg-surface: #0F1923;
    --lm-cyan: #00D4FF;
    --lm-blue: #0099FF;
    --lm-blue-soft: #1f3a5f;
    --lm-text: #E8F1FA;
    --lm-text-muted: #8FA3BC;
    --lm-border: rgba(0, 212, 255, 0.16);
    --lm-glass-bg: rgba(15, 25, 35, 0.55);
}

/* ===== BASE ===== */
.lm-hero, .lm-benefits, .lm-services, .lm-process,
.lm-diferenciais, .lm-faq, .lm-cta-final {
    background-color: var(--lm-bg-deep);
    color: var(--lm-text);
    font-family: 'Outfit', sans-serif;
    position: relative;
    overflow: hidden;
}

.lm-hero h1, .lm-hero h2, .lm-hero h3,
.lm-benefits h2, .lm-benefits h3,
.lm-services h2, .lm-services h3,
.lm-process h2, .lm-process h3,
.lm-diferenciais h2,
.lm-faq h2,
.lm-cta-final h2,
.section-title {
    font-family: 'Exo 2', sans-serif;
}

.lm-hero *, .lm-benefits *, .lm-services *, .lm-process *,
.lm-diferenciais *, .lm-faq *, .lm-cta-final * {
    box-sizing: border-box;
}

.lm-hero .container,
.lm-benefits .container,
.lm-services .container,
.lm-process .container,
.lm-diferenciais .container,
.lm-faq .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.glass {
    background: var(--lm-glass-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--lm-border);
    border-radius: 20px;
}

/* ===== SCROLL REVEAL ===== */
.lm-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.lm-reveal.lm-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .lm-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #1ed75f, #14a34a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 6px 24px rgba(20, 163, 74, 0.45), 0 0 0 0 rgba(30, 215, 95, 0.6);
    z-index: 999;
    text-decoration: none;
    animation: lmPulse 2.4s infinite;
}

@keyframes lmPulse {
    0% { box-shadow: 0 6px 24px rgba(20, 163, 74, 0.45), 0 0 0 0 rgba(30, 215, 95, 0.55); }
    70% { box-shadow: 0 6px 24px rgba(20, 163, 74, 0.45), 0 0 0 14px rgba(30, 215, 95, 0); }
    100% { box-shadow: 0 6px 24px rgba(20, 163, 74, 0.45), 0 0 0 0 rgba(30, 215, 95, 0); }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: 18px;
        right: 18px;
        font-size: 1.4rem;
    }
}

/* ===== BUTTONS (shared) ===== */
.btn-lm-primary, .btn-lm-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.95rem 1.9rem;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    white-space: nowrap;
}

.btn-lm-primary {
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    color: #04101c;
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.5), 0 8px 28px rgba(0, 153, 255, 0.25);
}
.btn-lm-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 22px rgba(0, 212, 255, 0.55), 0 10px 32px rgba(0, 153, 255, 0.3);
}

.btn-lm-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: var(--lm-text);
    border: 1.5px solid var(--lm-border);
}
.btn-lm-secondary:hover {
    transform: translateY(-3px);
    border-color: var(--lm-cyan);
    box-shadow: 0 0 16px rgba(0, 212, 255, 0.25);
    background: rgba(0, 212, 255, 0.06);
}

/* ===== HERO ===== */
.lm-hero {
    padding: 7.5rem 0 5.5rem;
    background: radial-gradient(circle at 15% 20%, rgba(0, 153, 255, 0.10), transparent 45%),
                radial-gradient(circle at 85% 80%, rgba(0, 212, 255, 0.08), transparent 50%),
                var(--lm-bg-deep);
}

.lm-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}
.lm-hero-glow-1 {
    width: 420px; height: 420px;
    background: rgba(0, 212, 255, 0.18);
    top: -120px; left: -120px;
}
.lm-hero-glow-2 {
    width: 380px; height: 380px;
    background: rgba(0, 153, 255, 0.14);
    bottom: -140px; right: -100px;
}

.lm-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.lm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lm-cyan);
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid var(--lm-border);
    padding: 0.45rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    animation: lmFadeUp 0.7s ease both;
}

.lm-hero-title {
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1.3rem;
    animation: lmFadeUp 0.7s ease 0.1s both;
}

.lm-highlight {
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lm-hero-subtitle {
    font-size: 1.08rem;
    color: var(--lm-text-muted);
    line-height: 1.65;
    margin: 0 0 2.2rem;
    max-width: 540px;
    animation: lmFadeUp 0.7s ease 0.2s both;
}

.lm-hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.6rem;
    animation: lmFadeUp 0.7s ease 0.3s both;
}

.lm-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    animation: lmFadeUp 0.7s ease 0.4s both;
}
.lm-stat {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    color: var(--lm-text-muted);
}
.lm-stat i {
    color: var(--lm-cyan);
    font-size: 0.95rem;
}

@keyframes lmFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hero visual */
.lm-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}
.lm-hero-card {
    position: relative;
    padding: 1.6rem;
    width: 100%;
    max-width: 460px;
    border-radius: 28px;
    animation: lmFadeUp 0.8s ease 0.25s both;
}
.lm-hero-card-glow {
    position: absolute;
    inset: -2px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.35), transparent 60%);
    filter: blur(20px);
    z-index: -1;
    opacity: 0.6;
}
.lm-pc-illustration {
    width: 100%;
    height: auto;
    display: block;
}
.lm-brush-anim {
    animation: lmBrushSweep 2.6s ease-in-out infinite;
    transform-origin: 412px 145px;
}
@keyframes lmBrushSweep {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-8px, 6px) rotate(-6deg); }
}

/* ===== HERO — COMPARADOR ANTES/DEPOIS ===== */
.lm-compare-card {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 1.4rem 1.4rem 1.6rem;
    border-radius: 28px;
    animation: lmFadeUp 0.8s ease 0.25s both;
}

.lm-compare-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lm-cyan);
    background: rgba(0, 212, 255, 0.08);
    border: 1px solid var(--lm-border);
    padding: 0.4rem 0.85rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}

.lm-compare {
    position: relative;
    width: 100%;
    aspect-ratio: 14 / 5;
    border-radius: 18px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    background: #04090f;
    border: 1px solid var(--lm-border);
    cursor: ew-resize;
}

.lm-compare-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    pointer-events: none;
    background: #0a0e16;
}

.lm-compare-before-wrap {
    position: absolute;
    inset: 0;
    width: 50%;
    overflow: hidden;
    z-index: 2;
}

.lm-compare-before-wrap .lm-compare-img {
    width: var(--lm-compare-img-w, 380px);
    max-width: none;
}

.lm-compare-tag {
    position: absolute;
    top: 0.9rem;
    font-family: 'Outfit', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.7rem;
    border-radius: 50px;
    z-index: 3;
    pointer-events: none;
}
.lm-compare-tag-before {
    left: 0.9rem;
    background: rgba(255, 90, 90, 0.16);
    color: #ff8a8a;
    border: 1px solid rgba(255, 90, 90, 0.3);
}
.lm-compare-tag-after {
    right: 0.9rem;
    background: rgba(0, 212, 255, 0.14);
    color: var(--lm-cyan);
    border: 1px solid var(--lm-border);
}

.lm-compare-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    z-index: 4;
    pointer-events: none;
}
.lm-compare-handle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 2px;
    background: var(--lm-cyan);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.7);
}
.lm-compare-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04101c;
    font-size: 0.95rem;
    box-shadow: 0 4px 18px rgba(0, 212, 255, 0.45);
    pointer-events: auto;
    cursor: ew-resize;
}

.lm-compare-caption {
    text-align: center;
    font-size: 0.82rem;
    color: var(--lm-text-muted);
    margin: 0.9rem 0 0;
}

@media (max-width: 900px) {
    .lm-hero-container {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .lm-hero-visual { order: -1; max-width: 320px; margin: 0 auto 1rem; }
    .lm-hero { padding: 6.5rem 0 3.5rem; }
    .lm-compare-card { max-width: 320px; }
}

/* ===== SECTION HEAD (shared) ===== */
.lm-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}
.lm-section-head .section-label {
    color: var(--lm-cyan);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.lm-section-head .section-title {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    margin: 0 0 0.8rem;
    color: var(--lm-text);
}
.lm-section-head .section-sub {
    color: var(--lm-text-muted);
    font-size: 1rem;
    line-height: 1.6;
}

/* ===== BENEFÍCIOS ===== */
.lm-benefits { padding: 5.5rem 0; background: var(--lm-bg-surface); }

.lm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.lm-benefit-card {
    padding: 2.2rem 1.6rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lm-benefit-card:hover {
    transform: translateY(-6px);
    border-color: var(--lm-cyan);
    box-shadow: 0 14px 36px rgba(0, 212, 255, 0.16);
}
.lm-benefit-icon {
    width: 62px; height: 62px;
    margin: 0 auto 1.2rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.16), rgba(0, 153, 255, 0.06));
    border: 1px solid var(--lm-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    color: var(--lm-cyan);
    transition: transform 0.3s ease;
}
.lm-benefit-card:hover .lm-benefit-icon { transform: scale(1.08) rotate(-4deg); }
.lm-benefit-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin: 0 0 0.6rem;
    color: var(--lm-text);
}
.lm-benefit-card p {
    font-size: 0.9rem;
    color: var(--lm-text-muted);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 900px) {
    .lm-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .lm-benefits-grid { grid-template-columns: 1fr; }
}

/* ===== SERVIÇOS ===== */
.lm-services { padding: 5.5rem 0; }

.lm-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.lm-service-card {
    position: relative;
    padding: 2.2rem 1.8rem 2rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lm-service-card:hover {
    transform: translateY(-6px);
    border-color: var(--lm-cyan);
    box-shadow: 0 16px 40px rgba(0, 212, 255, 0.18);
}

.lm-featured {
    border-color: rgba(0, 212, 255, 0.4);
    background: rgba(0, 212, 255, 0.05);
}
.lm-premium {
    border-color: rgba(0, 153, 255, 0.5);
    background: rgba(0, 153, 255, 0.06);
}

.lm-badge {
    position: absolute;
    top: -13px;
    left: 1.8rem;
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    color: #04101c;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(0, 212, 255, 0.4);
}
.lm-badge-premium {
    background: linear-gradient(135deg, #c9d8ff, #8fb4ff);
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.lm-service-icon {
    width: 54px; height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.16), rgba(0, 153, 255, 0.06));
    border: 1px solid var(--lm-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem;
    color: var(--lm-cyan);
    margin-bottom: 1.2rem;
}

.lm-service-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--lm-text);
}

.lm-service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    flex-grow: 1;
}
.lm-service-list li {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    font-size: 0.92rem;
    color: var(--lm-text-muted);
    margin-bottom: 0.55rem;
    line-height: 1.4;
}
.lm-service-list li i {
    color: var(--lm-cyan);
    font-size: 0.78rem;
}

.lm-service-price {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--lm-text);
    margin-bottom: 1.3rem;
}
.lm-service-price span {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--lm-text-muted);
    margin: 0 0.25rem;
}

.btn-service {
    display: block;
    text-align: center;
    padding: 0.85rem 1.2rem;
    border-radius: 50px;
    background: rgba(0, 212, 255, 0.08);
    border: 1.5px solid var(--lm-border);
    color: var(--lm-cyan);
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-service:hover {
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    color: #04101c;
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(0, 212, 255, 0.35);
}

@media (max-width: 980px) {
    .lm-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
    .lm-services-grid { grid-template-columns: 1fr; }
}

/* ===== PROCESSO / TIMELINE ===== */
.lm-process { padding: 5.5rem 0; background: var(--lm-bg-surface); }

.lm-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.lm-timeline-line {
    position: absolute;
    top: 26px;
    left: 6%;
    right: 6%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--lm-cyan), var(--lm-blue), transparent);
    opacity: 0.4;
    z-index: 0;
}

.lm-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lm-step-number {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lm-cyan), var(--lm-blue));
    color: #04101c;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.3rem;
    box-shadow: 0 0 22px rgba(0, 212, 255, 0.4);
}

.lm-step-content {
    padding: 1.6rem 1.3rem;
    width: 100%;
}
.lm-step-icon {
    font-size: 1.3rem;
    color: var(--lm-cyan);
    margin-bottom: 0.8rem;
    display: block;
}
.lm-step-content h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--lm-text);
}
.lm-step-content p {
    font-size: 0.87rem;
    color: var(--lm-text-muted);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 900px) {
    .lm-timeline { grid-template-columns: repeat(2, 1fr); }
    .lm-timeline-line { display: none; }
}
@media (max-width: 540px) {
    .lm-timeline { grid-template-columns: 1fr; }
}

/* ===== DIFERENCIAIS ===== */
.lm-diferenciais { padding: 5.5rem 0; }

.lm-dif-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.lm-dif-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.3rem 1.5rem;
    background: var(--lm-glass-bg);
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--lm-text);
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.lm-dif-item:hover {
    border-color: var(--lm-cyan);
    transform: translateX(4px);
}
.lm-dif-item i {
    color: var(--lm-cyan);
    font-size: 1.1rem;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .lm-dif-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .lm-dif-grid { grid-template-columns: 1fr; }
}

/* ===== FAQ ===== */
.lm-faq { padding: 5.5rem 0; background: var(--lm-bg-surface); }

.lm-accordion {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.lm-accordion-item {
    background: var(--lm-glass-bg);
    border: 1px solid var(--lm-border);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}
.lm-accordion-item.open {
    border-color: rgba(0, 212, 255, 0.45);
}

.lm-accordion-trigger {
    width: 100%;
    background: none;
    border: none;
    color: var(--lm-text);
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    text-align: left;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}
.lm-accordion-trigger i {
    color: var(--lm-cyan);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.lm-accordion-item.open .lm-accordion-trigger i {
    transform: rotate(180deg);
}

.lm-accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.5rem;
}
.lm-accordion-item.open .lm-accordion-panel {
    max-height: 220px;
    padding: 0 1.5rem 1.4rem;
}
.lm-accordion-panel p {
    margin: 0;
    color: var(--lm-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ===== CTA FINAL ===== */
.lm-cta-final {
    padding: 6rem 1.5rem;
    text-align: center;
    background: linear-gradient(180deg, var(--lm-bg-deep), var(--lm-bg-surface));
}

.lm-cta-glow {
    position: absolute;
    top: 50%; left: 50%;
    width: 600px; height: 360px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.22), transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.lm-cta-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}
.lm-cta-content h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 800;
    margin: 0 0 0.9rem;
    color: var(--lm-text);
}
.lm-cta-content p {
    font-size: 1.05rem;
    color: var(--lm-text-muted);
    margin: 0 0 2.2rem;
    line-height: 1.6;
}
.lm-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 540px) {
    .lm-cta-final { padding: 4.5rem 1.5rem; }
    .lm-hero-buttons, .lm-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    .lm-hero-buttons a, .lm-cta-buttons a {
        width: 100%;
        justify-content: center;
    }
}

/* ===== MOBILE GENERAL ADJUST ===== */
@media (max-width: 768px) {
    .lm-section-head { margin-bottom: 2.2rem; }
    .lm-benefits, .lm-services, .lm-process, .lm-diferenciais, .lm-faq {
        padding: 4rem 0;
    }
}
