/* Generated by @lokalny-marketing/react-to-elementor-toolkit */
/* 1:1 Lovable visual parity — all Lucide SVG, zero Dashicons */

/* ===== CSS VARIABLES ===== */
:root {
    --lm-primary: hsl(220, 70%, 25%);
    --lm-primary-light: hsl(220, 70%, 35%);
    --lm-primary-dark: hsl(220, 70%, 20%);
    --lm-primary-foreground: hsl(0, 0%, 100%);
    --lm-accent: hsl(75, 85%, 55%);
    --lm-accent-dark: hsl(75, 85%, 45%);
    --lm-accent-light: hsl(75, 85%, 65%);
    --lm-accent-foreground: hsl(220, 70%, 25%);
    --lm-background: hsl(0, 0%, 100%);
    --lm-foreground: hsl(220, 70%, 15%);
    --lm-muted: hsl(220, 15%, 95%);
    --lm-muted-foreground: hsl(220, 15%, 45%);
    --lm-border: hsl(220, 15%, 90%);
    --lm-card: hsl(0, 0%, 100%);
    --lm-secondary: hsl(220, 15%, 97%);
    --lm-radius: 0.75rem;
    --lm-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
    --lm-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    --lm-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
    --lm-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    --lm-shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
}

/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== ELEMENTOR OVERRIDES ===== */

/* Override Elementor Hello theme Manrope font */
body, body.elementor-page, .elementor, .elementor-widget-container {
    font-family: 'Inter', sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.elementor h1, .elementor h2, .elementor h3,
.elementor h4, .elementor h5, .elementor h6 {
    font-family: 'Poppins', sans-serif !important;
}
/* Zero out Elementor container padding that adds unwanted 10px */
.elementor .e-con.e-parent {
    padding: 0 !important;
    gap: 0 !important;
}
/* Override .elementor img { height: auto } that breaks sized images */
.elementor .lm-navbar-logo img {
    height: 40px !important;
    width: auto !important;
    max-width: 200px !important;
}
.elementor .lm-hero-logo-box img {
    height: 96px !important;
    width: 96px !important;
}
/* Footer logo: prevent Elementor's img auto height */
.elementor .lm-footer-logo {
    height: 48px !important;
    width: auto !important;
    max-width: 180px !important;
}
/* Reset base font-size that Elementor sets to 22px */
.elementor-widget-container {
    font-size: 16px !important;
}
/* Prevent Elementor from adding extra box on widgets inside fixed navbar */
.elementor-widget-lm-navbar {
    width: 100% !important;
}
/* Remove Elementor default widget margins */
.elementor-widget {
    margin-bottom: 0 !important;
}
.elementor-widget-container .lm-container {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ===== SCROLL & OVERSCROLL ===== */
html {
    /* clip instead of hidden — prevents horizontal scroll without creating a scroll container */
    overflow-x: clip;
    overscroll-behavior-y: none;
    /* Match footer bg so any overscroll bounce shows footer color, not white */
    background: var(--lm-primary);
}
body {
    margin: 0;
    padding: 0;
    overflow-x: clip;
    overscroll-behavior-y: none;
    background: #fff;
}
/* Prevent Elementor wrappers from adding extra space after footer */
.elementor .elementor-section-wrap > :last-child,
.elementor .e-con.e-parent:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.lm-section-footer {
    margin-bottom: 0 !important;
}

/* ===== BASE STYLES ===== */
.lm-container {
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .lm-container { padding: 0 24px; }
}
@media (min-width: 1024px) {
    .lm-container { padding: 0 32px; }
}

.lm-section {
    width: 100%;
    overflow-x: clip;
}

/* Highlight text */
.lm-highlight {
    color: var(--lm-accent);
}

/* SVG Icons base */
.lm-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.lm-icon-sm { width: 16px; height: 16px; }
.lm-icon-accent { color: var(--lm-accent); }

/* Section headers */
.lm-section-header {
    text-align: center;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .lm-section-header { margin-bottom: 3rem; }
}
@media (min-width: 1024px) {
    .lm-section-header { margin-bottom: 4rem; }
}

.lm-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lm-foreground);
    margin: 0 0 0.75rem;
    line-height: 1;
}
@media (min-width: 640px) {
    .lm-section-title { font-size: 1.875rem; }
}
@media (min-width: 768px) {
    .lm-section-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
    .lm-section-title { font-size: 3rem; }
}

.lm-section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--lm-muted-foreground);
    max-width: 768px;
    margin: 0 auto;
    line-height: 1.556;
}
@media (min-width: 768px) {
    .lm-section-subtitle { font-size: 1.125rem; line-height: 1.556; }
}

/* ===== BUTTON SYSTEM ===== */
.lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--lm-radius);
    text-decoration: none;
    transition: all 200ms ease;
    cursor: pointer;
    border: 2px solid transparent;
    line-height: 1.5;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .lm-btn {
        padding: 0.875rem 2.5rem;
        font-size: 1rem;
    }
}

.lm-btn-icon { flex-shrink: 0; }

.lm-btn-accent {
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
    border-color: var(--lm-accent);
}
.lm-btn-accent:hover {
    background: var(--lm-accent-dark);
    border-color: var(--lm-accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 0 20px hsla(75, 85%, 55%, 0.3);
}

.lm-btn-primary {
    background: var(--lm-primary);
    color: var(--lm-primary-foreground);
    border-color: var(--lm-primary);
}
.lm-btn-primary:hover {
    background: var(--lm-primary-dark);
    border-color: var(--lm-primary-dark);
    transform: translateY(-2px);
}

.lm-btn-outline {
    background: transparent;
    color: var(--lm-primary);
    border-color: var(--lm-primary);
}
.lm-btn-outline:hover {
    background: var(--lm-primary);
    color: var(--lm-primary-foreground);
}

.lm-btn-outline-light {
    background: transparent;
    color: white;
    border-color: rgba(255,255,255,0.5);
}
.lm-btn-outline-light:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
}

.lm-btn-outline-accent {
    background: transparent;
    color: var(--lm-accent);
    border-color: var(--lm-accent);
}
.lm-btn-outline-accent:hover {
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
}

.lm-btn-lg {
    padding: 0.625rem 2rem;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .lm-btn-lg { padding: 0.625rem 2rem; font-size: 1.125rem; }
}

.lm-btn-xl {
    padding: 1.25rem 3.5rem;
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .lm-btn-xl { padding: 1.5rem 4rem; font-size: 1.25rem; }
}

.lm-btn-full { width: 100%; }

/* Prevent body overflow */
html, body {
    overflow-x: clip;
    max-width: 100vw;
}
/* No body padding — hero section handles navbar offset via its own padding-top */


/* ===== NAVBAR ===== */
.lm-section-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: hsl(0, 0%, 100%);
}
.lm-navbar-spacer {
    height: 64px;
}

.lm-navbar-wrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--lm-border);
    padding: 0.75rem 0;
    height: 65px;
    box-sizing: border-box;
}

.lm-navbar-wrapper .lm-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.lm-navbar-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    min-height: 44px;
}
.lm-navbar-logo img {
    height: 40px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.lm-logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lm-primary);
}

.lm-navbar-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.lm-navbar-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lm-navbar-link {
    font-family: 'Inter', sans-serif;
    color: var(--lm-foreground);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    transition: color 150ms ease, background-color 150ms ease;
}
.lm-navbar-link:hover {
    color: var(--lm-accent);
    background-color: hsla(75, 85%, 55%, 0.08);
}

.lm-navbar-ctas {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lm-navbar-cta {
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
}

.lm-navbar-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 12px;
    -webkit-tap-highlight-color: transparent;
}
.lm-navbar-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background: var(--lm-foreground);
    border-radius: 2px;
    transition: transform 150ms ease, opacity 150ms ease;
    margin: 2px 0;
}
.lm-navbar-toggle.is-active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.lm-navbar-toggle.is-active span:nth-child(2) { opacity: 0; }
.lm-navbar-toggle.is-active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (max-width: 768px) {
    .lm-section-navbar { overflow: visible !important; }
    .lm-navbar-toggle { display: flex; }
    .lm-navbar-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        width: min(320px, 85vw);
        height: calc(100vh - 65px);
        background: hsl(0, 0%, 100%);
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 0.5rem;
        overflow-y: auto;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 300ms ease, opacity 200ms ease, visibility 300ms ease;
        z-index: 999;
        box-shadow: -4px 0 24px rgba(0,0,0,0.12);
    }
    .lm-navbar-menu.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .lm-navbar-links { flex-direction: column; width: 100%; gap: 0; }
    .lm-navbar-link {
        display: block; width: 100%; padding: 0.875rem 1rem;
        text-align: left; font-size: 1rem;
        min-height: 44px; line-height: 1.5;
        border-radius: var(--lm-radius);
    }
    .lm-navbar-link:hover {
        background: hsla(75, 85%, 55%, 0.08);
    }
    .lm-navbar-ctas {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }
    .lm-navbar-cta {
        width: 100%; text-align: center;
        min-height: 44px; padding: 12px 24px;
    }
}


/* ===== HERO SECTION ===== */
.lm-section-hero {
    position: relative;
    background: linear-gradient(to right bottom, hsl(220, 70%, 25%), hsl(220, 70%, 25%), hsla(220, 70%, 25%, 0.9));
    padding: 80px 0 0;
    margin-top: 0;
    min-height: 900px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.lm-hero-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.lm-hero-blur {
    position: absolute;
    border-radius: 9999px;
}
/* Blur 1: top-right, 320×320, accent/20, blur(64px) */
.lm-hero-blur-1 {
    width: 320px; height: 320px;
    background: rgba(189, 238, 43, 0.2);
    top: -160px; right: -160px;
    filter: blur(64px);
}
/* Blur 2: bottom-left, 320×320, accent/10, blur(64px) */
.lm-hero-blur-2 {
    width: 320px; height: 320px;
    background: rgba(189, 238, 43, 0.1);
    bottom: -160px; left: -160px;
    filter: blur(64px);
}
/* Blur 3: top-1/4 left-1/4, 160×160, accent/5, blur(40px) */
.lm-hero-blur-3 {
    width: 160px; height: 160px;
    background: rgba(189, 238, 43, 0.05);
    top: 25%; left: 25%;
    filter: blur(40px);
}
/* Blur 4: bottom-1/3 right-1/4, 240×240, white/5, blur(64px) */
.lm-hero-blur-4 {
    width: 240px; height: 240px;
    background: rgba(255, 255, 255, 0.05);
    bottom: 33%; right: 25%;
    filter: blur(64px);
}
/* Decorative dots */
.lm-hero-dot {
    position: absolute;
    border-radius: 9999px;
}
/* Dot 1: 12×12, top-right area, accent/40 */
.lm-hero-dot-1 {
    width: 12px; height: 12px;
    background: rgba(189, 238, 43, 0.4);
    top: 80px; right: 33%;
}
/* Dot 2: 8×8, mid-left, accent/30 */
.lm-hero-dot-2 {
    width: 8px; height: 8px;
    background: rgba(189, 238, 43, 0.3);
    top: 50%; left: 80px;
}
/* Dot 3: 16×16, bottom-right, white/20 */
.lm-hero-dot-3 {
    width: 16px; height: 16px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 160px; right: 80px;
}

.lm-hero-container {
    position: relative;
    z-index: 1;
}

.lm-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.lm-hero-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.lm-hero-logo-box {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--lm-shadow-xl), 0 25px 50px -12px rgba(0,0,0,0.25);
}
.lm-hero-logo-box img {
    height: 96px;
    width: 96px;
    object-fit: contain;
}

.lm-hero-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.lm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: hsla(75, 85%, 55%, 0.1);
    color: var(--lm-accent);
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    border: 1px solid hsla(75, 85%, 55%, 0.2);
}
@media (min-width: 768px) {
    .lm-hero-badge { font-size: 0.875rem; padding: 0.5rem 1.5rem; }
}
.lm-hero-badge svg { color: var(--lm-accent); }

.lm-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin: 0 0 1.5rem;
}
@media (min-width: 640px) { .lm-hero-title { font-size: 3rem; } }
@media (min-width: 768px) { .lm-hero-title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .lm-hero-title { font-size: 4.5rem; } }

.lm-hero-title .lm-highlight { color: var(--lm-accent); }

.lm-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    max-width: 672px;
    margin: 0 auto 2rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lm-hero-subtitle { font-size: 1.25rem; margin-bottom: 3rem; }
}

.lm-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
@media (min-width: 640px) {
    .lm-hero-buttons { flex-direction: row; gap: 1.5rem; }
}
.lm-hero-buttons .lm-btn {
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
}


/* ===== STEPS (HOW IT WORKS) ===== */
.lm-section-steps {
    padding: 64px 0;
    background: var(--lm-background);
}

.lm-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) { .lm-steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .lm-steps-grid { grid-template-columns: repeat(4, 1fr); } }

.lm-step-card {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 0.75rem;
    padding: 2.5rem 1.5rem 1.5rem;
    text-align: center;
    position: relative;
    transition: transform 300ms ease, box-shadow 300ms ease;
}
.lm-step-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lm-shadow-md);
}

.lm-step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
}

.lm-step-icon-box {
    width: 56px;
    height: 56px;
    margin: 1rem auto 1.5rem;
    background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-light));
    border-radius: var(--lm-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
@media (min-width: 768px) {
    .lm-step-icon-box { width: 64px; height: 64px; }
}

.lm-step-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lm-foreground);
    margin: 0 0 0.75rem;
}
@media (min-width: 768px) { .lm-step-title { font-size: 1.125rem; } }

.lm-step-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: var(--lm-muted-foreground);
    line-height: 1.7;
    margin: 0;
}
@media (min-width: 768px) { .lm-step-description { font-size: 0.875rem; } }


/* ===== PRICING ===== */
.lm-section-pricing {
    padding: 64px 0;
    background: linear-gradient(rgb(255, 255, 255), rgba(240, 242, 244, 0.3));
}

.lm-section-pricing .lm-section-header {
    margin-bottom: 2.5rem;
}
.lm-pricing-grid {
    display: flex;
    gap: 1rem;
    max-width: 1320px;
    margin: 0 auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.lm-pricing-grid > .lm-pricing-card {
    flex: 0 0 280px;
    min-width: 0;
    scroll-snap-align: start;
}
@media (min-width: 768px) {
    .lm-pricing-grid > .lm-pricing-card { flex: 0 0 calc((100% - 1rem) / 2); }
}
@media (min-width: 1024px) {
    .lm-pricing-grid > .lm-pricing-card { flex: 0 0 calc((100% - 2rem) / 3); }
}
@media (min-width: 1280px) {
    .lm-pricing-grid {
        overflow-x: visible;
        flex-wrap: nowrap;
    }
    .lm-pricing-grid > .lm-pricing-card { flex: 1 1 0; min-width: 0; }
}

.lm-pricing-card {
    background: var(--lm-card);
    border: 2px solid var(--lm-border);
    border-radius: 1rem;
    padding: 1.25rem;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    transition: transform 300ms ease, box-shadow 300ms ease;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) { .lm-pricing-card { padding: 2rem 1.25rem 1.5rem; } }

.lm-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lm-shadow-md);
}

.lm-pricing-card--highlight {
    border: 2px solid var(--lm-accent);
    box-shadow: 0 0 20px hsla(75, 85%, 55%, 0.2);
}
.lm-pricing-card--highlight:hover {
    box-shadow: 0 0 30px hsla(75, 85%, 55%, 0.3);
}

.lm-pricing-badge-top {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
    padding: 0.375rem 1.25rem;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.025em;
}

.lm-pricing-icon-box {
    width: 48px;
    height: 48px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-light));
    border-radius: var(--lm-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.lm-pricing-icon-box--accent {
    background: linear-gradient(135deg, var(--lm-accent), var(--lm-accent-dark));
    color: var(--lm-accent-foreground);
}
@media (min-width: 768px) {
    .lm-pricing-icon-box { width: 56px; height: 56px; }
}

.lm-pricing-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lm-foreground);
    margin: 0 0 0.25rem;
}
@media (min-width: 768px) { .lm-pricing-title { font-size: 1.125rem; } }

.lm-pricing-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: var(--lm-muted-foreground);
    margin: 0 0 1.5rem;
}

.lm-pricing-price { margin-bottom: 1.5rem; }

.lm-pricing-amount {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lm-primary);
}
@media (min-width: 768px) { .lm-pricing-amount { font-size: 2rem; } }

.lm-pricing-period {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: var(--lm-muted-foreground);
    display: block;
    margin-top: 0.125rem;
}

.lm-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    text-align: left;
    flex: 1;
}

.lm-pricing-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.375rem 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: var(--lm-foreground);
}
.lm-pricing-feature + .lm-pricing-feature {
    margin-top: 0.25rem;
}
@media (min-width: 768px) { .lm-pricing-feature { font-size: 0.875rem; } }

.lm-pricing-feature:last-child { border-bottom: none; }

.lm-icon-check { color: var(--lm-accent); flex-shrink: 0; }

.lm-pricing-card .lm-btn {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    margin-top: auto;
}

/* Scroll hint for mobile pricing carousel */
.lm-pricing-scroll-hint {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: var(--lm-muted-foreground);
    margin-top: 1rem;
    opacity: 0.7;
}
@media (min-width: 1280px) { .lm-pricing-scroll-hint { display: none; } }

/* Hide scrollbar but keep scroll functionality */
.lm-pricing-grid { scrollbar-width: none; -ms-overflow-style: none; }
.lm-pricing-grid::-webkit-scrollbar { display: none; }


/* ===== WHY US ===== */
.lm-section-why-us {
    padding: 96px 0;
    background: var(--lm-background);
}

.lm-why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1152px;
    margin: 0 auto 4rem;
}
@media (min-width: 768px) { .lm-why-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.lm-why-card {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: transform 300ms ease, box-shadow 300ms ease;
}
.lm-why-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--lm-shadow-md);
}

.lm-why-icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--lm-accent), var(--lm-accent-dark));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lm-accent-foreground);
}
@media (min-width: 768px) {
    .lm-why-icon-box { width: 80px; height: 80px; }
}

.lm-why-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--lm-foreground);
    margin: 0 0 0.75rem;
}

.lm-why-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: var(--lm-muted-foreground);
    line-height: 1.7;
    margin: 0;
}

/* Why Us Stats */
.lm-why-stats {
    margin-top: 0;
    background: linear-gradient(135deg, var(--lm-primary), rgba(19, 49, 108, 0.9));
    border-radius: 1.5rem;
    padding: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.lm-why-stat-item { text-align: center; }

.lm-why-stat-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--lm-accent);
    display: block;
}
@media (min-width: 768px) { .lm-why-stat-value { font-size: 3rem; } }

.lm-why-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 0.25rem;
}

/* Stats mobile: prevent overflow, keep 3-col but shrink padding/font */
@media (max-width: 480px) {
    .lm-why-stats {
        padding: 1.5rem 1rem;
        border-radius: 1rem;
    }
    .lm-why-stats-grid {
        gap: 0.75rem;
    }
    .lm-why-stat-value {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
    }
    .lm-why-stat-label {
        font-size: 0.75rem;
        letter-spacing: 0.02em;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .lm-why-stats {
        padding: 2rem 1.5rem;
    }
    .lm-why-stats-grid {
        gap: 1rem;
    }
}


/* ===== RESULTS (CAROUSEL) ===== */
.lm-section-results {
    padding: 80px 0;
    background: var(--lm-background);
}

.lm-section-results .lm-container {
    max-width: 1152px;
    padding: 0 16px;
}
.lm-section-results .lm-section-header {
    margin-bottom: 2.5rem;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}
.lm-section-results .lm-section-title {
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
@media (min-width: 1024px) {
    .lm-section-results .lm-section-title { font-size: 2.5rem; }
}
.lm-results-carousel { position: relative; }

.lm-results-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.lm-results-nav-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--lm-border);
    border-radius: 9999px;
    background: var(--lm-card);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 200ms ease;
    color: var(--lm-foreground);
    padding: 0;
}
.lm-results-nav-btn:hover {
    background: var(--lm-primary);
    color: white;
    border-color: var(--lm-primary);
}

.lm-results-counter { text-align: center; }

.lm-results-current-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lm-foreground);
    display: block;
}

.lm-results-count {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: var(--lm-muted-foreground);
}

.lm-results-slide {
    display: none;
}
.lm-results-slide--active {
    display: block;
}

.lm-results-comparison {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 640px) {
    .lm-results-comparison {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

.lm-results-before,
.lm-results-after {
    position: relative;
    border-radius: var(--lm-radius);
    overflow: hidden;
    border: 1px solid var(--lm-border);
}

.lm-results-before img,
.lm-results-after img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.lm-results-label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.lm-results-label--before {
    background: rgba(239, 68, 68, 0.9);
    color: white;
}
.lm-results-label--after {
    background: rgba(34, 197, 94, 0.9);
    color: white;
}

.lm-results-arrow-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--lm-accent);
}
@media (max-width: 640px) {
    .lm-results-arrow-center { transform: rotate(90deg); }
}

.lm-results-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 950px;
    margin: 0 auto 2rem;
}

.lm-results-metric {
    text-align: center;
    padding: 1rem;
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: var(--lm-radius);
    box-shadow: var(--lm-shadow-sm);
}

.lm-results-metric-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    color: var(--lm-accent);
}

.lm-results-metric-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--lm-foreground);
    display: block;
}

.lm-results-metric-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: var(--lm-muted-foreground);
    display: block;
    margin-top: 0.25rem;
}

.lm-results-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.lm-results-dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: var(--lm-border);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 200ms ease;
}
.lm-results-dot--active,
.lm-results-dot:hover {
    background: var(--lm-accent);
}

/* Results — zoom button */
.lm-results-zoom-btn {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--lm-foreground);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 200ms ease, transform 200ms ease;
    z-index: 2;
}
.lm-results-zoom-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}
.lm-results-before:hover .lm-results-zoom-btn,
.lm-results-after:hover .lm-results-zoom-btn {
    opacity: 1;
}
.lm-results-zoomable {
    cursor: zoom-in;
}

/* Results — lightbox */
.lm-results-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    padding: 1rem;
    box-sizing: border-box;
}
.lm-results-lightbox--open {
    display: flex;
}
.lm-results-lightbox-img {
    max-width: 92vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    cursor: zoom-out;
}
.lm-results-lightbox-img:active {
    cursor: zoom-out;
}
.lm-results-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease;
    z-index: 1;
}
.lm-results-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ===== ABOUT US ===== */
.lm-section-about {
    padding: 64px 0;
    background: linear-gradient(rgba(240, 242, 244, 0.3), rgb(255, 255, 255));
}

.lm-about-inner {
    max-width: 1152px;
    margin: 0 auto;
}
.lm-section-about .lm-section-header {
    margin-bottom: 3rem;
}

.lm-about-main-card {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .lm-about-main-card { padding: 2.5rem; margin-bottom: 2.5rem; }
}

.lm-about-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.333;
    color: var(--lm-foreground);
    margin: 0 0 1.5rem;
}
@media (min-width: 768px) { .lm-about-main-title { font-size: 1.5rem; line-height: 1.333; } }

.lm-about-main-text p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--lm-muted-foreground);
    line-height: 1.625;
    margin: 0;
}
.lm-about-main-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lm-about-mission {
    font-weight: 600;
    color: var(--lm-foreground) !important;
    font-style: italic;
}

.lm-about-values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .lm-about-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .lm-about-values-grid { grid-template-columns: repeat(4, 1fr); }
}

.lm-about-value-card {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: transform 300ms ease, box-shadow 300ms ease;
}
.lm-about-value-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lm-shadow-md);
}

.lm-about-value-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-light));
    border-radius: var(--lm-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lm-accent);
    margin-bottom: 1rem;
}

.lm-about-value-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lm-foreground);
    margin: 0 0 0.5rem;
}

.lm-about-value-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: var(--lm-muted-foreground);
    line-height: 1.625;
    margin: 0;
}


/* ===== PORTFOLIO ===== */
.lm-section-portfolio {
    padding: 96px 0;
    background: linear-gradient(rgba(240, 242, 244, 0.3), rgb(255, 255, 255));
}

.lm-portfolio-mockup-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.lm-portfolio-mockup {
    perspective: 1000px;
}

.lm-portfolio-mockup-outer {
    background: linear-gradient(to right bottom, rgba(19, 49, 108, 0.05), rgba(189, 238, 43, 0.05));
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: var(--lm-shadow-xl), 0 25px 50px -12px rgba(0,0,0,0.25);
}

.lm-portfolio-laptop {
    background: var(--lm-card);
    border: 4px solid rgba(19, 49, 108, 0.2);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--lm-shadow-xl);
}

.lm-portfolio-browser-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(240, 242, 244, 0.5);
    border-bottom: 1px solid var(--lm-border);
}

.lm-portfolio-dots {
    display: flex;
    gap: 8px;
}
.lm-dot {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
}
.lm-dot-red { background: #ef4444; }
.lm-dot-yellow { background: var(--lm-accent); }
.lm-dot-green { background: var(--lm-primary); }

.lm-portfolio-url-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0.25rem;
    padding: 0.25rem 1rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: var(--lm-muted-foreground);
    margin-left: 1rem;
}

.lm-portfolio-screen {
    position: relative;
    min-height: 300px;
    background: linear-gradient(rgb(255, 255, 255), rgba(240, 242, 244, 0.3));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16/9;
}
@media (min-width: 768px) {
    .lm-portfolio-screen { min-height: auto; }
}

/* Placeholder content — matches LOV flex column layout */
.lm-portfolio-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}
.lm-portfolio-ph-header {
    height: 64px;
    background: rgba(19, 49, 108, 0.1);
    border-radius: 0.75rem;
    animation: lm-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.lm-portfolio-ph-hero {
    flex: 1;
    background: linear-gradient(to right bottom, rgba(189, 238, 43, 0.1), rgba(19, 49, 108, 0.1));
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lm-portfolio-ph-title,
.lm-portfolio-ph-subtitle,
.lm-portfolio-ph-buttons { display: none; }

.lm-portfolio-ph-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.lm-portfolio-ph-card {
    height: 96px;
    background: rgba(19, 49, 108, 0.05);
    border-radius: 0.75rem;
}

@keyframes lm-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Overlay */
.lm-portfolio-overlay {
    position: relative;
    z-index: 10;
    background: rgba(19, 49, 108, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
}

.lm-portfolio-overlay-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.5rem;
}
@media (min-width: 768px) { .lm-portfolio-overlay-title { font-size: 1.5rem; } }

.lm-portfolio-overlay-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    margin: 0 0 1.5rem;
}

.lm-portfolio-overlay-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Feature tags */
.lm-portfolio-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 1024px;
    margin: 3rem auto 0;
}
@media (min-width: 768px) {
    .lm-portfolio-features { grid-template-columns: repeat(4, 1fr); }
}

.lm-portfolio-feature-tag {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 9999px;
    padding: 0.75rem 1.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--lm-foreground);
    transition: all 200ms ease;
    text-align: center;
}
.lm-portfolio-feature-tag:hover {
    border-color: var(--lm-accent);
    color: var(--lm-accent);
}


/* ===== CTA SECTION ===== */
.lm-section-cta {
    position: relative;
    background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-dark));
    padding: 4rem 1rem;
    overflow: hidden;
}
@media (min-width: 768px) { .lm-section-cta { padding: 6rem 2rem; } }

.lm-cta-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.lm-cta-blur {
    position: absolute;
    border-radius: 9999px;
    filter: blur(80px);
    opacity: 0.12;
}
.lm-cta-blur-1 {
    width: 350px; height: 350px;
    background: var(--lm-accent);
    top: -80px; right: -60px;
    animation: lm-float 10s ease-in-out infinite;
}
.lm-cta-blur-2 {
    width: 250px; height: 250px;
    background: hsl(220, 70%, 50%);
    bottom: -60px; left: -40px;
    animation: lm-float 7s ease-in-out infinite reverse;
}

.lm-cta-container { position: relative; z-index: 1; }

.lm-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.lm-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 1.5rem;
}

.lm-cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin: 0 0 1rem;
}
@media (min-width: 640px) { .lm-cta-title { font-size: 2rem; } }
@media (min-width: 768px) { .lm-cta-title { font-size: 2.5rem; } }

.lm-cta-title .lm-highlight { color: var(--lm-accent); }

.lm-cta-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0 0 2rem;
}
@media (min-width: 768px) { .lm-cta-subtitle { font-size: 1.125rem; } }

.lm-cta-button { margin-bottom: 1.5rem; }

.lm-cta-footer-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
}


/* ===== TESTIMONIALS ===== */
.lm-section-testimonials {
    padding: 80px 0;
    background: rgba(240, 242, 244, 0.3);
}

.lm-section-testimonials .lm-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.lm-section-testimonials .lm-section-title {
    font-size: 1.875rem;
    line-height: 1.1;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .lm-section-testimonials .lm-section-title { font-size: 2.25rem; line-height: 1.1; }
}
.lm-section-testimonials .lm-section-subtitle {
    font-size: 1.125rem;
    line-height: 1.55;
    margin-bottom: 16px;
}

/* Google badge */
.lm-testimonials-google-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: var(--lm-foreground);
    box-shadow: var(--lm-shadow-sm);
}

/* Carousel layout */
.lm-testimonials-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.lm-testimonials-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 0;
}
.lm-testimonials-track::-webkit-scrollbar { display: none; }

/* Carousel arrows */
.lm-testimonials-arrow {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    box-shadow: var(--lm-shadow);
    cursor: pointer;
    flex-shrink: 0;
    color: var(--lm-foreground);
    transition: background 200ms, box-shadow 200ms;
    z-index: 2;
}
.lm-testimonials-arrow:hover {
    background: var(--lm-muted);
    box-shadow: var(--lm-shadow-md);
}
@media (min-width: 768px) {
    .lm-testimonials-arrow { display: flex; }
}

/* CTA button area */
.lm-testimonials-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.lm-testimonial-card {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 1rem;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
    width: 320px;
    transition: transform 300ms ease, box-shadow 300ms ease;
}
@media (min-width: 768px) { .lm-testimonial-card { width: 360px; } }
@media (min-width: 1024px) { .lm-testimonial-card { width: 380px; } }
.lm-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lm-shadow-md);
}

.lm-testimonial-rating { display: flex; gap: 2px; }
.lm-star { font-size: 1.125rem; line-height: 1; }
.lm-star-filled { color: #f59e0b; }
.lm-star-empty { color: var(--lm-border); }

.lm-testimonial-content {
    font-family: 'Inter', sans-serif;
    color: var(--lm-foreground);
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    flex-grow: 1;
}

.lm-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--lm-border);
}

.lm-testimonial-avatar {
    width: 40px; height: 40px;
    border-radius: 9999px;
    object-fit: cover;
}

.lm-testimonial-avatar-placeholder {
    width: 40px; height: 40px;
    border-radius: 9999px;
    background: linear-gradient(135deg, var(--lm-primary), var(--lm-primary-light));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.lm-testimonial-author-info { display: flex; flex-direction: column; gap: 2px; }

.lm-testimonial-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--lm-foreground);
    font-size: 0.8125rem;
}

.lm-testimonial-role {
    font-family: 'Inter', sans-serif;
    color: var(--lm-muted-foreground);
    font-size: 0.75rem;
}


/* ===== FAQ ===== */
.lm-section-faq {
    padding: 96px 0;
    background: rgba(240, 242, 244, 0.3);
}

.lm-faq-list {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
@media (min-width: 768px) { .lm-faq-list { gap: 1rem; } }

.lm-faq-item {
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: box-shadow 200ms ease;
}
.lm-faq-item:hover {
    box-shadow: var(--lm-shadow);
}

.lm-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lm-foreground);
    transition: color 200ms ease;
    min-height: 44px;
}
@media (min-width: 768px) {
    .lm-faq-question { padding: 1.5rem; font-size: 1rem; }
}

.lm-faq-question:hover { color: var(--lm-accent); }

.lm-faq-chevron {
    color: var(--lm-muted-foreground);
    transition: transform 300ms ease;
    flex-shrink: 0;
}

.lm-faq-open .lm-faq-chevron {
    transform: rotate(180deg);
}

.lm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease, padding 300ms ease;
}

.lm-faq-open .lm-faq-answer {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}
@media (min-width: 768px) {
    .lm-faq-open .lm-faq-answer { padding: 0 1.5rem 1.5rem; }
}

.lm-faq-answer p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--lm-muted-foreground);
    font-size: 0.875rem;
    line-height: 1.8;
}
@media (min-width: 768px) {
    .lm-faq-answer p { font-size: 1rem; }
}


/* ===== CONTACT ===== */
.lm-section-contact {
    padding: 80px 0;
    background: linear-gradient(rgb(255, 255, 255), rgba(240, 242, 244, 0.2));
}

.lm-contact-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.lm-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    background: var(--lm-card);
    border: 1px solid var(--lm-border);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: var(--lm-shadow-xl);
}
@media (min-width: 768px) {
    .lm-contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2.5rem;
        border-radius: 1.5rem;
    }
}

.lm-contact-info-title,
.lm-contact-form-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lm-foreground);
    margin: 0 0 1.5rem;
}

.lm-contact-items { display: flex; flex-direction: column; gap: 1rem; }

.lm-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.lm-contact-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    background: var(--lm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lm-contact-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    color: var(--lm-muted-foreground);
    margin-bottom: 2px;
}

.lm-contact-value {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: var(--lm-foreground);
    font-weight: 600;
}

.lm-contact-link {
    text-decoration: none;
    display: block;
    transition: color 200ms ease;
}
.lm-contact-link:hover { color: var(--lm-accent); }

.lm-contact-nip {
    color: var(--lm-muted-foreground);
    font-weight: 400;
    font-size: 0.8125rem;
}

.lm-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.lm-contact-btn-call,
.lm-contact-btn-wa {
    font-size: 0.875rem;
}

.lm-contact-btn-wa {
    background: #25D366 !important;
    color: #fff !important;
    border-color: #25D366 !important;
}
.lm-contact-btn-wa:hover {
    background: #1EBE5A !important;
    border-color: #1EBE5A !important;
    color: #fff !important;
}

/* Contact Form */
.lm-simple-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lm-form-group { display: flex; flex-direction: column; }

.lm-form-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--lm-foreground);
    margin-bottom: 0.375rem;
}

.lm-form-input,
.lm-form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--lm-border);
    border-radius: var(--lm-radius);
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    color: var(--lm-foreground);
    background: var(--lm-background);
    box-sizing: border-box;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}
.lm-form-input:focus,
.lm-form-textarea:focus {
    outline: none;
    border-color: var(--lm-primary);
    box-shadow: 0 0 0 3px hsla(220, 70%, 25%, 0.1);
}
.lm-form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* Contact Map */
.lm-contact-map {
    margin-top: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--lm-border);
    box-shadow: var(--lm-shadow-lg);
}

/* Contact Form 7 Integration */
.lm-contact-form .wpcf7 { margin: 0; }
.lm-contact-form .wpcf7-form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--lm-border);
    border-radius: var(--lm-radius);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.lm-contact-form .wpcf7-submit {
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
    border: none;
    padding: 0.875rem 2rem;
    cursor: pointer;
    font-weight: 600;
    border-radius: var(--lm-radius);
    transition: background 200ms ease;
}
.lm-contact-form .wpcf7-submit:hover { background: var(--lm-accent-dark); }


/* ===== FOOTER ===== */
.lm-section-footer {
    background: var(--lm-primary);
    color: white;
    padding: 64px 0 32px;
}

.lm-footer-cta {
    text-align: center;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lm-footer-cta h3 {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
}
@media (min-width: 768px) { .lm-footer-cta h3 { font-size: 1.875rem; } }

.lm-footer-cta .lm-btn {
    margin-top: 1rem;
}

.lm-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) { .lm-footer-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.lm-footer-about { }

.lm-footer-logo {
    height: 48px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    margin-bottom: 1.25rem;
    filter: brightness(0) invert(1);
}

.lm-footer-about p {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

.lm-footer-links h4,
.lm-footer-contact h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: white;
}

.lm-footer-links ul { list-style: none; padding: 0; margin: 0; }
.lm-footer-links li { margin-bottom: 0.5rem; line-height: 1.25; }
.lm-footer-links a {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 200ms ease;
}
.lm-footer-links a:hover { color: var(--lm-accent); }

.lm-footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lm-footer-contact li {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}
.lm-footer-contact a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 200ms ease;
}
.lm-footer-contact a:hover { color: var(--lm-accent); }

/* ── Panel Klienta — formularz dostępu w stopce ── */
.lm-footer-panel-form {
    margin-top: 2rem;
    padding: 24px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
}
.lm-footer-panel-form h4 {
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 4px;
}
.lm-footer-panel-subtitle {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.6);
    font-size: 0.8125rem;
    margin: 0 0 16px;
}
.lm-footer-panel-fields {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.lm-footer-panel-input {
    flex: 1;
    min-width: 140px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 200ms ease;
}
.lm-footer-panel-input::placeholder { color: rgba(255,255,255,0.4); }
.lm-footer-panel-input:focus { border-color: var(--lm-accent); }
.lm-footer-panel-btn {
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 0.875rem;
    border-radius: 8px;
    cursor: pointer;
}
.lm-footer-panel-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}
.lm-footer-panel-success {
    padding: 12px 16px;
    background: rgba(34,197,94,0.15);
    border: 1px solid rgba(34,197,94,0.3);
    border-radius: 8px;
    color: #86efac;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
}
.lm-footer-panel-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 11px;
    margin-right: 8px;
    vertical-align: middle;
}
.lm-footer-panel-error {
    padding: 10px 14px;
    background: rgba(239,68,68,0.15);
    border: 1px solid rgba(239,68,68,0.3);
    border-radius: 8px;
    color: #fca5a5;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    margin-top: 8px;
}
@media (max-width: 600px) {
    .lm-footer-panel-fields { flex-direction: column; }
    .lm-footer-panel-input { min-width: 100%; }
}

.lm-footer-areas {
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    margin-bottom: 2rem;
}
.lm-footer-areas p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.6);
    font-size: 0.8125rem;
}

.lm-footer-legal {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.lm-footer-legal a {
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 200ms ease;
}
.lm-footer-legal a:hover { color: var(--lm-accent); }

.lm-footer-copyright {
    text-align: center;
}
.lm-footer-copyright p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: rgba(255,255,255,0.4);
    font-size: 0.6875rem;
}


/* ===== SCROLL TO TOP ===== */
.lm-scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lm-accent);
    color: var(--lm-accent-foreground);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease, background 200ms ease;
    z-index: 100000;
}
.lm-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lm-scroll-top:hover {
    background: var(--lm-accent-dark);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.lm-scroll-top svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media (prefers-reduced-motion: reduce) {
    .lm-scroll-top,
    .lm-navbar-link,
    .lm-navbar-menu {
        transition: none;
    }
}
@media (max-width: 768px) {
    .lm-scroll-top {
        bottom: 1.25rem;
        right: 1.25rem;
    }

    /* ── Mobile: Portfolio mockup – reduce padding & scale ── */
    .lm-section-portfolio { padding: 48px 0; }
    .lm-portfolio-mockup-outer { padding: 1rem; border-radius: 1rem; }
    .lm-portfolio-laptop { border-width: 2px; border-radius: 0.75rem; }
    .lm-portfolio-browser-bar { padding: 0.5rem 0.75rem; gap: 0.375rem; }
    .lm-dot { width: 8px; height: 8px; }
    .lm-portfolio-url-bar { font-size: 0.625rem; padding: 0.2rem 0.5rem; margin-left: 0.5rem; }
    .lm-portfolio-screen { min-height: 180px; }
    .lm-portfolio-placeholder { padding: 1rem; gap: 0.5rem; }
    .lm-portfolio-ph-header { height: 32px; }
    .lm-portfolio-ph-card { height: 48px; }
    .lm-portfolio-overlay { padding: 1rem 1.25rem; max-width: 280px; border-radius: 0.75rem; }
    .lm-portfolio-overlay-title { font-size: 1rem; }
    .lm-portfolio-overlay-subtitle { font-size: 0.75rem; margin-bottom: 1rem; }
    .lm-portfolio-overlay-btn { font-size: 0.8125rem; padding: 0.5rem 1.25rem; }
    .lm-portfolio-features { gap: 0.5rem; margin-top: 1.5rem; }
    .lm-portfolio-feature-tag { padding: 0.5rem 0.75rem; font-size: 0.75rem; }

    /* ── Mobile: CTA (Audyt) – smaller button & less padding ── */
    .lm-section-cta { padding: 3rem 1rem; }
    .lm-cta-badge { font-size: 0.75rem; padding: 0.375rem 1rem; margin-bottom: 1rem; }
    .lm-cta-title { font-size: 1.375rem; margin-bottom: 0.75rem; }
    .lm-cta-subtitle { font-size: 0.875rem; margin-bottom: 1.5rem; }
    .lm-cta-button.lm-btn-xl { padding: 0.875rem 2rem; font-size: 1rem; width: auto; }
    .lm-cta-footer-text { font-size: 0.75rem; }

    /* ── Mobile: Section spacing & headers ── */
    .lm-section-header .lm-section-title { font-size: 1.5rem; }
    .lm-section-header .lm-section-subtitle { font-size: 0.9375rem; }

    /* ── Mobile: About section ── */
    .lm-section-about { padding: 48px 0; }

    /* ── Mobile: Pricing – smaller padding ── */
    .lm-section-pricing { padding: 48px 0; }
}

/* ===== ANIMATIONS ===== */
@keyframes lm-fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
