:root {
    --lh-green: #16a05d;
    --lh-green-dark: #0d6f43;
    --lh-blue: #104c7a;
    --lh-blue-dark: #0a2e4a;
    --lh-cyan: #19a7ce;
    --lh-ink: #14202b;
    --lh-muted: #5f6e7d;
    --lh-surface: #f3f7f8;
    --lh-surface-strong: #e6f2f2;
    --lh-card: #ffffff;
    --lh-border: #d7e3e7;
    --lh-shadow: 0 20px 48px rgba(13, 38, 55, 0.14);
    --lh-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body.lh-body {
    background: #ffffff;
    color: var(--lh-ink);
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.lh-body a {
    color: inherit;
}

.lh-skip-link {
    background: var(--lh-ink);
    color: #fff;
    left: 16px;
    padding: 10px 12px;
    position: absolute;
    top: -48px;
    z-index: 1000;
}

.lh-skip-link:focus {
    top: 16px;
}

.lh-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 24px;
    width: 100%;
}

.lh-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--lh-border);
    position: sticky;
    top: 0;
    z-index: 50;
}

.lh-header__inner {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 78px;
}

.lh-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.lh-brand__mark {
    align-items: center;
    background: linear-gradient(135deg, var(--lh-green), var(--lh-blue));
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    letter-spacing: 0;
    width: 52px;
}

.lh-brand__text {
    display: grid;
    gap: 1px;
}

.lh-brand__text strong {
    color: var(--lh-ink);
    font-size: 18px;
    line-height: 1.1;
}

.lh-brand__text small {
    color: var(--lh-muted);
    font-size: 12px;
    line-height: 1.2;
}

.lh-nav-wrap {
    min-width: 0;
}

.lh-nav {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-nav li {
    margin: 0;
}

.lh-nav a {
    border-radius: 6px;
    color: var(--lh-ink);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 11px;
    text-decoration: none;
}

.lh-nav a:hover {
    background: var(--lh-surface);
    color: var(--lh-green-dark);
}

.lh-header__cta,
.lh-button,
.lh-store-card a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 850;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 13px 18px;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.lh-store-card--single {
    align-self: start;
}

.lh-header__cta,
.lh-button--primary,
.lh-whatsapp-button,
.wp-block-button__link[href*="wa.me"],
.wp-block-button__link[href*="whatsapp"] {
    background: var(--lh-green);
    color: #fff;
}

.lh-header__cta:hover,
.lh-button--primary:hover,
.lh-whatsapp-button:hover,
.wp-block-button__link[href*="wa.me"]:hover,
.wp-block-button__link[href*="whatsapp"]:hover {
    background: var(--lh-green-dark);
    color: #fff;
}

.lh-site {
    background: #fff;
    color: var(--lh-ink);
    line-height: 1.6;
    overflow: hidden;
}

.lh-site * {
    box-sizing: border-box;
}

.lh-page-hero {
    background:
        linear-gradient(135deg, #ecf6f4 0%, #ffffff 58%, #eef6f8 100%);
    border-bottom: 1px solid var(--lh-border);
    padding: 68px 0 48px;
}

.lh-page-hero h1 {
    color: var(--lh-ink);
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.06;
    margin: 0;
    max-width: 820px;
}

.lh-page-hero p {
    color: var(--lh-muted);
    font-size: 19px;
    margin: 18px 0 0;
    max-width: 720px;
}

.lh-hero {
    background:
        radial-gradient(circle at 88% 18%, rgba(25, 167, 206, 0.22), transparent 28%),
        linear-gradient(135deg, #ecf6f4 0%, #ffffff 54%, #eef6f8 100%);
    border-bottom: 1px solid var(--lh-border);
    padding: 74px 0 58px;
}

.lh-hero__grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
}

.lh-eyebrow {
    color: var(--lh-green-dark);
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lh-hero h1,
.lh-section h2,
.lh-cta h2 {
    color: var(--lh-ink);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.06;
    margin: 0;
}

.lh-hero h1 {
    font-size: 64px;
    max-width: 790px;
}

.lh-hero p {
    color: var(--lh-muted);
    font-size: 19px;
    margin: 22px 0 0;
    max-width: 720px;
}

.lh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.lh-button:hover,
.lh-store-card a:hover {
    transform: translateY(-1px);
}

.lh-button--secondary {
    background: var(--lh-blue);
    color: #fff;
}

.lh-button--secondary:hover {
    background: var(--lh-blue-dark);
    color: #fff;
}

.lh-button--ghost {
    background: #fff;
    border-color: var(--lh-border);
    color: var(--lh-ink);
}

.lh-button--ghost:hover {
    border-color: var(--lh-green);
    color: var(--lh-green-dark);
}

.lh-hero__panel {
    display: grid;
    gap: 16px;
}

.lh-plate-visual {
    background: #f7fafb;
    border: 3px solid var(--lh-blue);
    border-radius: 10px;
    box-shadow: var(--lh-shadow);
    overflow: hidden;
    text-align: center;
}

.lh-plate-visual span {
    background: var(--lh-blue);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 900;
    padding: 8px;
}

.lh-plate-visual strong {
    color: var(--lh-ink);
    display: block;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 24px 18px 6px;
}

.lh-plate-visual small {
    color: var(--lh-muted);
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 0 18px 22px;
    text-transform: uppercase;
}

.lh-status-card,
.lh-mini-grid > div,
.lh-feature-grid article,
.lh-audience-grid article,
.lh-store-card,
.lh-info-list article,
.lh-contact-cards article,
.lh-form-panel,
.lh-faq-list details,
.lh-cta__box {
    background: var(--lh-card);
    border: 1px solid var(--lh-border);
    border-radius: var(--lh-radius);
}

.lh-status-card {
    box-shadow: var(--lh-shadow);
    padding: 28px;
}

.lh-status-card__label,
.lh-store-card__status {
    color: var(--lh-green-dark);
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lh-status-card strong {
    display: block;
    font-size: 26px;
    line-height: 1.18;
}

.lh-status-card p {
    color: var(--lh-muted);
    font-size: 15px;
    margin: 12px 0 0;
}

.lh-mini-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-mini-grid > div {
    padding: 20px;
}

.lh-mini-grid strong {
    color: var(--lh-blue);
    display: block;
    font-size: 34px;
    line-height: 1;
}

.lh-mini-grid span {
    color: var(--lh-muted);
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.lh-trust-band {
    background: #fff;
    padding: 30px 0;
}

.lh-feature-grid,
.lh-audience-grid,
.lh-store-grid {
    display: grid;
    gap: 16px;
}

.lh-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lh-feature-grid article,
.lh-audience-grid article,
.lh-store-card,
.lh-info-list article,
.lh-contact-cards article,
.lh-form-panel {
    padding: 22px;
}

.lh-feature-grid article {
    min-height: 180px;
}

.lh-feature-grid span {
    color: var(--lh-cyan);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.lh-feature-grid h2,
.lh-audience-grid h3,
.lh-store-card h3 {
    color: var(--lh-ink);
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.lh-feature-grid p,
.lh-audience-grid p,
.lh-store-card p,
.lh-section-heading p,
.lh-two-column p,
.lh-faq-list p,
.lh-cta p {
    color: var(--lh-muted);
    margin: 10px 0 0;
}

.lh-section {
    padding: 74px 0;
}

.lh-section--soft {
    background: var(--lh-surface);
    border-bottom: 1px solid var(--lh-border);
    border-top: 1px solid var(--lh-border);
}

.lh-two-column {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.lh-section h2,
.lh-cta h2 {
    font-size: 42px;
}

.lh-steps {
    counter-reset: lh-step;
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-steps li {
    background: #fff;
    border: 1px solid var(--lh-border);
    border-radius: var(--lh-radius);
    counter-increment: lh-step;
    display: grid;
    gap: 5px;
    padding: 18px 18px 18px 64px;
    position: relative;
}

.lh-steps li::before {
    align-items: center;
    background: var(--lh-green);
    border-radius: 50%;
    color: #fff;
    content: counter(lh-step);
    display: flex;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    left: 18px;
    position: absolute;
    top: 18px;
    width: 34px;
}

.lh-steps strong {
    color: var(--lh-ink);
    font-size: 17px;
}

.lh-steps span {
    color: var(--lh-muted);
}

.lh-section-heading {
    margin-bottom: 28px;
    max-width: 760px;
}

.lh-section-heading--split {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
    max-width: none;
}

.lh-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lh-store-card a {
    background: var(--lh-surface-strong);
    color: var(--lh-green-dark);
    width: 100%;
}

.lh-store-card a:hover {
    background: var(--lh-green);
    color: #fff;
}

.lh-store-card__data {
    display: grid;
    gap: 11px;
    margin: 16px 0 0;
}

.lh-store-card__data div {
    display: grid;
    gap: 2px;
}

.lh-store-card__data dt {
    color: var(--lh-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.lh-store-card__data dd {
    color: var(--lh-ink);
    margin: 0;
}

.lh-store-card__actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.lh-store-card__route {
    background: #fff !important;
    border-color: var(--lh-border) !important;
    color: var(--lh-blue) !important;
}

.lh-store-card__route:hover {
    border-color: var(--lh-blue) !important;
    color: var(--lh-blue-dark) !important;
}

.lh-faq-preview {
    background: #fff;
}

.lh-content {
    max-width: 860px;
}

.lh-content > *:first-child {
    margin-top: 0;
}

.lh-faq-list {
    display: grid;
    gap: 12px;
}

.lh-faq-list--full {
    gap: 14px;
}

.lh-faq-list details {
    padding: 18px 20px;
}

.lh-faq-list summary {
    color: var(--lh-ink);
    cursor: pointer;
    font-weight: 900;
}

.lh-faq-list__answer > *:first-child {
    margin-top: 12px;
}

.lh-faq-list__answer > *:last-child {
    margin-bottom: 0;
}

.lh-info-list,
.lh-contact-cards {
    display: grid;
    gap: 14px;
}

.lh-info-list article,
.lh-contact-cards article {
    display: grid;
    gap: 6px;
}

.lh-info-list strong,
.lh-contact-cards strong {
    color: var(--lh-ink);
    font-size: 17px;
}

.lh-info-list span,
.lh-contact-cards span,
.lh-muted-note {
    color: var(--lh-muted);
}

.lh-form-panel h2 {
    font-size: 30px;
    line-height: 1.12;
    margin: 0;
}

.lh-form-panel p {
    color: var(--lh-muted);
}

.lh-form-panel input,
.lh-form-panel textarea,
.lh-form-panel select {
    border: 1px solid var(--lh-border);
    border-radius: 6px;
    font: inherit;
    max-width: 100%;
    padding: 12px 14px;
    width: 100%;
}

.lh-form-panel input[type="submit"],
.lh-form-panel button {
    background: var(--lh-green);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 850;
    min-height: 46px;
}

.lh-form-panel input[type="submit"]:hover,
.lh-form-panel button:hover {
    background: var(--lh-green-dark);
}

.lh-cta {
    background: linear-gradient(135deg, var(--lh-blue-dark), var(--lh-ink));
    padding: 58px 0;
}

.lh-cta__box {
    align-items: center;
    background: #fff;
    box-shadow: var(--lh-shadow);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px;
}

.lh-footer {
    background: #0d1720;
    color: #dce8ee;
    padding: 44px 0 22px;
}

.lh-footer__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(230px, 1.1fr) minmax(170px, 0.75fr) minmax(220px, 0.9fr) minmax(220px, 0.9fr);
}

.lh-brand--footer .lh-brand__text strong,
.lh-footer strong {
    color: #fff;
}

.lh-brand--footer .lh-brand__text small,
.lh-footer p,
.lh-footer li,
.lh-footer__bottom {
    color: #aebfc9;
}

.lh-footer__links {
    display: block;
}

.lh-footer-menu {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-footer__brand p {
    margin: 16px 0 0;
    max-width: 310px;
}

.lh-footer__contact ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 12px 0 18px;
    padding: 0;
}

.lh-footer__cta {
    background: var(--lh-green);
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 850;
    padding: 12px 15px;
    text-decoration: none;
}

.lh-footer__cta:hover {
    background: var(--lh-green-dark);
    color: #fff;
}

.lh-footer__links a {
    color: #dce8ee;
    font-weight: 800;
    text-decoration: none;
}

.lh-footer__links a:hover {
    color: #fff;
}

.lh-footer__note p {
    margin: 8px 0 0;
}

.lh-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-top: 34px;
    padding-top: 18px;
}

@media (max-width: 980px) {
    .lh-header__inner {
        grid-template-columns: 1fr auto;
    }

    .lh-nav-wrap {
        grid-column: 1 / -1;
        min-width: 0;
    }

    .lh-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .lh-hero__grid,
    .lh-two-column,
    .lh-section-heading--split,
    .lh-cta__box,
    .lh-footer__grid {
        grid-template-columns: 1fr;
    }

    .lh-feature-grid,
    .lh-audience-grid,
    .lh-store-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lh-hero h1 {
        font-size: 52px;
    }

    .lh-page-hero h1 {
        font-size: 46px;
    }
}

@media (max-width: 640px) {
    .lh-shell {
        padding: 0 18px;
    }

    .lh-header__inner {
        gap: 14px;
        min-height: 72px;
    }

    .lh-header__cta {
        min-height: 40px;
        padding: 10px 12px;
    }

    .lh-brand__mark {
        height: 42px;
        width: 48px;
    }

    .lh-brand__text small {
        display: none;
    }

    .lh-hero {
        padding: 48px 0 42px;
    }

    .lh-hero h1 {
        font-size: 36px;
    }

    .lh-page-hero h1 {
        font-size: 34px;
    }

    .lh-hero p {
        font-size: 17px;
    }

    .lh-actions,
    .lh-button,
    .lh-store-card a,
    .lh-store-card__actions {
        width: 100%;
    }

    .lh-store-card__actions {
        display: grid;
    }

    .lh-feature-grid,
    .lh-audience-grid,
    .lh-store-grid,
    .lh-mini-grid {
        grid-template-columns: 1fr;
    }

    .lh-section {
        padding: 52px 0;
    }

    .lh-section h2,
    .lh-cta h2 {
        font-size: 31px;
    }

    .lh-plate-visual strong {
        font-size: 34px;
    }

    .lh-cta__box {
        padding: 22px;
    }

    .lh-form-panel,
    .lh-info-list article,
    .lh-contact-cards article {
        padding: 18px;
    }

    .lh-footer__bottom {
        display: grid;
        gap: 8px;
    }
}
