.lm-page {
    --primary: #123047;
    --secondary: #f2a81d;
    --accent: #25d366;
    --ink: #10202d;
    --muted: #5f7187;
    --soft: #f3f6fa;
    --white: #ffffff;
    --line: rgba(16, 32, 45, 0.12);
    --shadow: 0 24px 70px rgba(18, 48, 71, 0.16);
    --radius: 28px;
    padding-top: 78px;
    color: var(--ink);
    background: var(--soft);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.lm-page * {
    box-sizing: border-box;
}

.lm-page a {
    color: inherit;
    text-decoration: none;
}

.lm-page img {
    display: block;
    max-width: 100%;
}

.lm-container {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
}

.lm-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    background: rgba(246, 249, 252, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.lm-nav-wrap {
    width: min(1160px, calc(100% - 36px));
    margin: 0 auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.lm-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.lm-brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), #1d5a7a);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -1px;
    box-shadow: 0 14px 35px rgba(18, 48, 71, 0.22);
}

.lm-brand strong {
    display: block;
    font-size: 1rem;
    line-height: 1.1;
}

.lm-brand small {
    display: block;
    color: var(--muted);
    font-size: 0.76rem;
    margin-top: 3px;
}

.lm-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 0.94rem;
    font-weight: 800;
}

.lm-nav a {
    color: rgba(16, 32, 45, 0.78);
}

.lm-nav a:hover {
    color: var(--primary);
}

.lm-nav-cta,
.lm-btn-primary {
    background: #101827;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(18, 48, 71, 0.2);
}

.lm-nav-cta {
    padding: 12px 18px;
    border-radius: 999px;
}

.lm-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(18, 48, 71, 0.1);
    cursor: pointer;
}

.lm-menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--primary);
    border-radius: 10px;
    transition: 0.25s ease;
}

.lm-header.menu-open .lm-menu-btn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.lm-header.menu-open .lm-menu-btn span:nth-child(2) {
    opacity: 0;
}

.lm-header.menu-open .lm-menu-btn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.lm-hero {
    position: relative;
    padding: clamp(54px, 7vw, 82px) 0 66px;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 15%, rgba(242, 168, 29, 0.22), transparent 26%),
        linear-gradient(135deg, #f7fafc 0%, #edf3f7 54%, #fff5df 100%);
}

.lm-hero-grid {
    display: grid;
    grid-template-columns: 0.98fr 1.02fr;
    align-items: center;
    gap: clamp(28px, 5vw, 58px);
}

.lm-pill,
.lm-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(242, 168, 29, 0.17);
    color: #704500;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.lm-hero h1,
.lm-section h2 {
    margin: 16px 0 14px;
    color: var(--primary);
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.lm-hero h1 {
    font-size: clamp(2.75rem, 5.8vw, 5.3rem);
    max-width: 700px;
}

.lm-section h2 {
    font-size: clamp(2.05rem, 4.7vw, 4rem);
}

.lm-hero-text {
    max-width: 610px;
    margin: 0;
    color: rgba(16, 32, 45, 0.78);
    font-size: clamp(1.04rem, 2vw, 1.2rem);
    line-height: 1.65;
}

.lm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.lm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 21px;
    border: 0;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lm-btn:hover {
    transform: translateY(-2px);
}

.lm-btn-whatsapp,
.lm-floating-whatsapp {
    background: #e88300;
    color: #ffffff !important;
    box-shadow: 0 16px 35px rgba(232, 131, 0, 0.22);
}

.lm-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.lm-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 48, 71, 0.12);
    color: var(--primary);
    font-weight: 800;
    font-size: 0.9rem;
}

.lm-hero-points span::before {
    content: "✓";
    color: #0f7a4a;
    font-weight: 900;
}

.lm-hero-media {
    position: relative;
    min-height: 420px;
    border-radius: 34px;
    overflow: hidden;
    background: #dfe7ef;
    box-shadow: var(--shadow);
}

.lm-hero-media img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.lm-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 48, 71, 0.02), rgba(18, 48, 71, 0.34));
    pointer-events: none;
}

.lm-rate-card,
.lm-area-card {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    min-width: 150px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(18, 48, 71, 0.22);
}

.lm-rate-card {
    left: 20px;
}

.lm-area-card {
    right: 20px;
}

.lm-rate-card small,
.lm-area-card small {
    display: block;
    color: var(--muted);
    font-weight: 900;
    font-size: 0.76rem;
}

.lm-rate-card strong,
.lm-area-card strong {
    display: block;
    color: var(--primary);
    margin-top: 4px;
    font-size: 1rem;
}

.lm-strip {
    overflow: hidden;
    background: #101827;
    color: #ffffff;
    padding: 18px 0;
}

.lm-ticker-track {
    display: flex;
    width: max-content;
    animation: lmTickerMove 36s linear infinite;
}

.lm-ticker-group {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 14px;
}

.lm-ticker-group span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 900;
    white-space: nowrap;
}

@keyframes lmTickerMove {
    to {
        transform: translateX(-25%);
    }
}

.lm-section {
    padding: clamp(70px, 8vw, 105px) 0;
}

.lm-section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.lm-section-head p,
.lm-about-copy p,
.lm-benefit-copy p,
.lm-faq-grid > div > p,
.lm-contact-card p {
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

.lm-card-grid,
.lm-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.lm-service-card,
.lm-process-card,
.lm-testimonial-card,
.lm-fleet-card {
    border-radius: var(--radius);
    background: var(--white);
    border: 1px solid rgba(18, 48, 71, 0.08);
    box-shadow: 0 18px 48px rgba(18, 48, 71, 0.08);
}

.lm-service-card,
.lm-process-card,
.lm-testimonial-card {
    padding: 25px;
}

.lm-service-card {
    min-height: 245px;
}

.lm-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(242, 168, 29, 0.17);
    color: var(--primary);
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 18px;
}

.lm-service-card h3,
.lm-process-card h3,
.lm-fleet-card h3,
.lm-testimonial-card strong {
    margin: 0 0 10px;
    color: var(--primary);
    line-height: 1.18;
}

.lm-service-card p,
.lm-process-card p,
.lm-fleet-card p,
.lm-testimonial-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.lm-service-card strong {
    display: inline-flex;
    margin-top: 20px;
    color: var(--primary);
    font-size: 0.9rem;
}

.lm-about {
    background: #ffffff;
}

.lm-about-grid,
.lm-benefit-grid,
.lm-faq-grid,
.lm-contact-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.lm-about-media {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border-radius: 36px;
    box-shadow: var(--shadow);
    background: var(--primary);
}

.lm-about-media img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.lm-photo-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: grid;
    gap: 2px;
    min-width: 190px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(16, 24, 39, 0.9);
    color: #ffffff;
}

.lm-photo-badge strong {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.lm-photo-badge span {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.lm-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 25px;
}

.lm-checklist p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--soft);
    color: var(--primary);
    font-weight: 900;
}

.lm-checklist p::before {
    content: "✓ ";
    color: #0f7a4a;
}

.lm-process-card {
    position: relative;
    overflow: hidden;
}

.lm-process-card span {
    display: inline-flex;
    margin-bottom: 46px;
    color: rgba(18, 48, 71, 0.18);
    font-size: 3.7rem;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.lm-process-card::after {
    content: "";
    position: absolute;
    right: -28px;
    top: -28px;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    background: rgba(242, 168, 29, 0.16);
    transform: rotate(20deg);
}

.lm-fleet {
    background: #ffffff;
}

.lm-fleet-grid,
.lm-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.lm-fleet-card {
    overflow: hidden;
}

.lm-fleet-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.lm-fleet-content {
    padding: 24px;
}

.lm-fleet-card.featured {
    background: var(--primary);
    color: var(--white);
}

.lm-fleet-card.featured h3,
.lm-fleet-card.featured p,
.lm-fleet-card.featured li {
    color: #ffffff;
}

.lm-fleet-card.featured p,
.lm-fleet-card.featured li {
    opacity: 0.82;
}

.lm-fleet-card ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.lm-fleet-card li {
    color: var(--muted);
    font-weight: 800;
}

.lm-fleet-card li::before {
    content: "✓ ";
    color: var(--secondary);
    font-weight: 900;
}

.lm-benefits {
    background:
        linear-gradient(135deg, rgba(18, 48, 71, 0.96), rgba(18, 48, 71, 0.88)),
        radial-gradient(circle at 80% 20%, rgba(242, 168, 29, 0.5), transparent 28%);
    color: var(--white);
}

.lm-benefits h2,
.lm-benefits .lm-kicker {
    color: var(--white);
}

.lm-benefits .lm-kicker {
    background: rgba(255, 255, 255, 0.13);
}

.lm-benefit-copy p {
    color: rgba(255, 255, 255, 0.74);
}

.lm-benefit-list {
    display: grid;
    gap: 14px;
}

.lm-benefit-list div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lm-benefit-list span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff1da;
    color: var(--primary);
    font-weight: 900;
}

.lm-benefit-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.55;
}

.lm-benefit-list strong {
    color: var(--white);
}

.lm-stars {
    color: #e88300;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.lm-testimonial-card strong {
    display: block;
    margin-top: 18px;
}

.lm-testimonial-card span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
}

.lm-faq {
    background: #ffffff;
}

.lm-faq-grid {
    align-items: start;
}

.lm-faq-list {
    display: grid;
    gap: 12px;
}

.lm-faq-item {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    overflow: hidden;
}

.lm-faq-item button {
    width: 100%;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    background: transparent;
    color: var(--primary);
    font-size: 1rem;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.lm-faq-item button::after {
    content: "+";
    font-size: 1.3rem;
    line-height: 1;
    color: #e88300;
}

.lm-faq-item.active button::after {
    content: "–";
}

.lm-faq-answer {
    display: none;
    padding: 0 22px 20px;
}

.lm-faq-item.active .lm-faq-answer {
    display: block;
}

.lm-faq-answer p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.lm-contact {
    background:
        radial-gradient(circle at 20% 10%, rgba(242, 168, 29, 0.22), transparent 24%),
        linear-gradient(135deg, #f5f7fb, #ffffff);
}

.lm-contact-card {
    padding: clamp(26px, 5vw, 48px);
    border-radius: 38px;
    background: var(--white);
    box-shadow: var(--shadow);
    border: 1px solid rgba(18, 48, 71, 0.08);
}

.lm-contact-details {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.lm-contact-details a,
.lm-contact-details span {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    background: var(--soft);
    color: var(--primary);
    font-weight: 900;
}

.lm-demo-form {
    display: grid;
    gap: 9px;
    padding: 22px;
    border-radius: 28px;
    background: var(--soft);
}

.lm-demo-form label {
    color: var(--primary);
    font-weight: 900;
    font-size: 0.9rem;
}

.lm-demo-form input,
.lm-demo-form select,
.lm-demo-form textarea {
    width: 100%;
    border: 1px solid rgba(18, 48, 71, 0.14);
    border-radius: 16px;
    padding: 14px 15px;
    margin-bottom: 5px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    outline: none;
}

.lm-demo-form textarea {
    min-height: 112px;
    resize: vertical;
}

.lm-demo-form input:focus,
.lm-demo-form select:focus,
.lm-demo-form textarea:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(242, 168, 29, 0.16);
}

.lm-form-btn {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
    font-size: 1rem;
}

.lm-form-note {
    min-height: 22px;
    margin: 5px 0 0 !important;
    color: #0f7a4a !important;
    font-weight: 900;
    line-height: 1.4 !important;
}

.lm-floating-whatsapp,
.lm-back-top {
    position: fixed;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    font-weight: 900;
}

.lm-floating-whatsapp {
    right: 18px;
    bottom: 18px;
    min-height: 52px;
    padding: 0 19px;
    border-radius: 999px;
}

.lm-back-top {
    right: 18px;
    bottom: 82px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #101827;
    color: #ffffff;
    box-shadow: 0 16px 35px rgba(16, 24, 39, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.22s ease;
}

.lm-back-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .lm-page {
        padding-top: 72px;
    }

    .lm-nav-wrap {
        min-height: 72px;
    }

    .lm-menu-btn {
        display: block;
    }

    .lm-nav {
        position: absolute;
        left: 18px;
        right: 18px;
        top: calc(100% + 10px);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: var(--shadow);
        border: 1px solid var(--line);
    }

    .lm-header.menu-open .lm-nav {
        display: flex;
    }

    .lm-nav a {
        padding: 14px 12px;
        border-radius: 14px;
    }

    .lm-nav-cta {
        text-align: center;
        margin-top: 5px;
    }

    .lm-hero-grid,
    .lm-about-grid,
    .lm-benefit-grid,
    .lm-faq-grid,
    .lm-contact-card {
        grid-template-columns: 1fr;
    }

    .lm-card-grid,
    .lm-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lm-fleet-grid,
    .lm-testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .lm-container,
    .lm-nav-wrap {
        width: min(100% - 28px, 1160px);
    }

    .lm-brand strong {
        font-size: 0.9rem;
    }

    .lm-brand small {
        font-size: 0.7rem;
    }

    .lm-hero {
        padding-top: 42px;
    }

    .lm-hero h1 {
        font-size: clamp(2.5rem, 15vw, 4.2rem);
    }

    .lm-hero-media,
    .lm-hero-media img {
        min-height: 330px;
        height: 330px;
    }

    .lm-rate-card,
    .lm-area-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: -78px 16px 0;
    }

    .lm-area-card {
        margin-top: 10px;
    }

    .lm-hero-media {
        padding-bottom: 18px;
    }

    .lm-card-grid,
    .lm-process-grid,
    .lm-checklist {
        grid-template-columns: 1fr;
    }

    .lm-section {
        padding: 62px 0;
    }

    .lm-section h2 {
        font-size: clamp(2rem, 12vw, 3.1rem);
    }

    .lm-floating-whatsapp {
        right: 14px;
        bottom: 14px;
    }

    .lm-back-top {
        right: 14px;
        bottom: 78px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lm-ticker-track,
    .reveal,
    .lm-btn,
    .lm-back-top {
        animation: none;
        transition: none;
    }
}
