.lsh-root {
    --lokalstern-green: rgb(97, 206, 112);
    --lokalstern-green-hex: #61CE70;
    --lokalstern-green-dark: #257d35;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    background: var(--lsh-surface, #fff);
    color: var(--lsh-on-surface, #101828);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    isolation: isolate;
    opacity: 1;
    visibility: visible;
}

.lsh-root *,
.lsh-root *::before,
.lsh-root *::after {
    box-sizing: border-box;
}

.lsh-root button,
.lsh-root input {
    font: inherit;
}

.lsh-root a:focus-visible,
.lsh-root button:focus-visible,
.lsh-root input:focus-visible {
    outline: 3px solid var(--lokalstern-green-dark);
    outline-offset: 2px;
}

.lsh-stage {
    width: 100%;
    min-height: 680px;
    padding: 44px 20px 48px;
    background:
        radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--lokalstern-green) 8%, transparent), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fff 72%, #fdfefd 100%);
}

.lsh-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: start;
    width: min(100%, 960px);
    margin: 0 auto;
}

.lsh-copy,
.lsh-visual {
    min-width: 0;
}

.lsh-visual {
    display: grid;
    width: fit-content;
    max-width: 100%;
    gap: 14px;
    margin: 0;
}

.lsh-title {
    margin: 3px 0 0;
    color: #747d8e;
    font-size: clamp(38px, 4.05vw, 44px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -0.03em;
}

.lsh-title span,
.lsh-title strong {
    display: block;
}

.lsh-title .lsh-title-hyphen {
    display: inline;
    white-space: nowrap;
}

.lsh-title strong {
    margin-top: 7px;
    color: var(--lokalstern-green);
    font-weight: 800;
    transition: color 220ms ease;
}

@media (min-width: 801px) and (hover: hover) and (pointer: fine) {
    .lsh-title:hover strong {
        color: #bd4f35;
    }
}

.lsh-divider {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 102px;
    height: 14px;
    margin: 12px 0 24px;
}

.lsh-divider::before,
.lsh-divider::after {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: #758091;
    content: "";
}

.lsh-divider span {
    display: block;
    width: 82px;
    height: 4px;
    border-radius: 999px;
    background: #758091;
}

.lsh-form {
    display: grid;
    gap: 16px;
    width: 100%;
}

.lsh-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lsh-field {
    display: grid;
    gap: 0;
}

.lsh-field-label {
    margin: 0 4px;
    color: #475467;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.2;
}

.lsh-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.lsh-field > input {
    width: 100%;
    min-height: 56px;
    padding: 0 19px;
    border: 1px solid #7a7f86;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #101828;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-reveal],
.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-scroll-reveal],
.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-trust-item] {
    opacity: 0;
    transform: translateY(18px);
    transition: none;
}

.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-trust-item] {
    transform: translateY(10px) scale(0.96);
}

.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 540ms cubic-bezier(.22, 1, .36, 1), transform 540ms cubic-bezier(.22, 1, .36, 1);
}

.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-hero-reveal="divider"] { transition-delay: 90ms; }
.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-hero-reveal="form"] { transition-delay: 190ms; }

.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-trust-item],
.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-scroll-reveal][data-lsh-scroll-revealed="true"] {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 500ms cubic-bezier(.22, 1, .36, 1), transform 500ms cubic-bezier(.22, 1, .36, 1);
}

.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-trust-delay="0"] { transition-delay: 320ms; }
.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-trust-delay="1"] { transition-delay: 410ms; }
.lsh-root[data-lsh-hero-revealed="true"] [data-lsh-trust-delay="2"] { transition-delay: 500ms; }

.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-scroll-reveal][data-lsh-scroll-delay="120"] { transition-delay: 120ms; }
.lsh-root[data-lsh-reveal-ready="true"] [data-lsh-scroll-reveal] { animation: none; }

.lsh-field > input::placeholder {
    color: #7d8798;
    opacity: 1;
}

.lsh-field > input:hover,
.lsh-field > input:focus {
    border-color: var(--lokalstern-green-dark);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--lokalstern-green) 20%, transparent);
}

.lsh-field > input[aria-invalid="true"] {
    border-color: #bd4f35;
    box-shadow: 0 0 0 4px rgba(189, 79, 53, 0.1);
}

@keyframes lsh-autofill-detected {
    from { outline-color: transparent; }
    to { outline-color: transparent; }
}

.lsh-field > input:-webkit-autofill {
    animation: lsh-autofill-detected 1ms step-end;
}

.lsh-root .lsh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--lsh-button-icon-gap, 10px);
    width: 100%;
    min-height: var(--lsh-button-height, 52px);
    padding: 0 var(--lsh-button-padding-inline, 24px);
    border: 1px solid transparent;
    border-radius: var(--lsh-radius-pill, 999px);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: none;
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.lsh-root .lsh-button-primary {
    background: var(--lokalstern-green);
    color: var(--lsh-on-primary, #fff);
}

.lsh-root .lsh-button-primary:hover:not(:disabled),
.lsh-root .lsh-button-primary:focus-visible,
.lsh-root .lsh-button-primary:active:not(:disabled) {
    color: var(--lsh-on-primary, #fff);
}

.lsh-button:hover:not(:disabled) {
    background: var(--lokalstern-green-dark);
    box-shadow: var(--lsh-shadow-button-hover, 0 16px 34px color-mix(in srgb, var(--lokalstern-green) 28%, transparent));
    transform: translateY(-1px);
}

.lsh-button:active:not(:disabled) {
    transform: translateY(1px) scale(0.995);
}

.lsh-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.lsh-button-icon {
    display: inline-grid;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    place-items: center;
}

.lsh-button-icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.lsh-root .lsh-button-primary .lsh-button-icon {
    color: var(--lsh-on-primary, #fff);
}

.lsh-root .lsh-button-primary .lsh-button-icon svg {
    fill: none;
    stroke: currentColor;
}

.lsh-return-cta {
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--lsh-button-icon-gap, 10px);
    min-width: 164px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: var(--lsh-radius-pill, 999px);
    background: var(--lokalstern-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transform: translateX(-50%);
    box-shadow: 0 10px 26px color-mix(in srgb, var(--lokalstern-green) 28%, transparent);
}

.lsh-return-cta:focus-visible {
    outline: 3px solid #101828;
    outline-offset: 3px;
}

.lsh-js .lsh-return-cta {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.lsh-js .lsh-return-cta[data-lsh-visible="true"] {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (min-width: 768px) {
    .lsh-return-cta {
        display: none !important;
    }
}

.lsh-privacy {
    margin: 0 4px;
    color: #667085;
    font-size: 9.5px;
    line-height: 1.4;
}

.lsh-privacy a {
    color: var(--lokalstern-green-dark);
    text-underline-offset: 2px;
}

.lsh-form-status {
    min-height: 0;
    margin: 0 4px;
    color: var(--lokalstern-green-dark);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
}

.lsh-form-status:empty {
    display: none;
}

.lsh-form-status.lsh-status-error {
    color: #a33d29;
}

.lsh-form-status.lsh-status-success {
    color: var(--lokalstern-green-dark);
}

.lsh-status-retry {
    margin: 0 0 0 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    cursor: pointer;
}

.lsh-status-retry:hover {
    color: #7f2d1e;
}

.lsh-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.lsh-simple-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 15px 16px;
    border: 1px solid color-mix(in srgb, var(--lokalstern-green) 55%, white);
    border-radius: 18px;
    background: #fff;
    color: #101828;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045);
    animation: lsh-soft-in 550ms ease both;
}

.lsh-simple-icon,
.lsh-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--lokalstern-green);
    color: #101828;
    line-height: 1;
}

.lsh-simple-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #fff;
}

.lsh-simple-icon svg,
.lsh-trust-icon svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.8;
}

.lsh-simple-note strong {
    display: block;
    color: #101828;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.lsh-simple-note p {
    margin: 3px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.42;
}

.lsh-modern-trust {
    display: flex;
    grid-column: 1 / -1;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    margin: 4px 0 0;
    padding: 0 0 14px;
    overflow: visible;
}

.lsh-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 10px;
    min-height: 60px;
    padding: 12px 18px;
    border: 1px solid color-mix(in srgb, var(--lokalstern-green) 44%, white);
    border-radius: 999px;
    background: #fff;
    color: #273142;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.075);
}

.lsh-trust-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background: var(--lokalstern-green);
    color: #fff;
}

.lsh-trust-icon svg {
    width: 12px;
    height: 12px;
}

/* Supplied Google ranking component, namespaced and compacted for the screenshot composition. */
.lsh-ranking-demo {
    --lsh-rank-accent: var(--lokalstern-green);
    --lsh-rank-accent-dark: var(--lokalstern-green-dark);
    --lsh-rank-accent-soft: color-mix(in srgb, var(--lokalstern-green) 14%, white);
    --lsh-rank-muted: #667085;
    --lsh-rank-border: color-mix(in srgb, var(--lokalstern-green) 38%, white);
    --lsh-rank-card-height: 97px;
    --lsh-rank-gap: 12px;
    --lsh-rank-step: calc(var(--lsh-rank-card-height) + var(--lsh-rank-gap));
    width: 100%;
    max-width: none;
    margin: 0;
    color-scheme: light;
    container-name: lsh-rank;
    container-type: inline-size;
    line-height: 1.35;
    text-align: left;
}

.lsh-rank-window {
    position: relative;
    padding: 14px;
    overflow: hidden;
    border: 1px solid var(--lsh-rank-border);
    border-radius: 21px;
    background: radial-gradient(circle at 50% 0, color-mix(in srgb, var(--lokalstern-green) 10%, transparent), transparent 45%), #fff;
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.07);
}

.lsh-rank-search {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 39px;
    margin-bottom: 14px;
    padding: 0 13px;
    border: 1px solid color-mix(in srgb, var(--lokalstern-green) 40%, white);
    border-radius: 999px;
    background: #fff;
    color: var(--lsh-rank-muted);
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
}

.lsh-rank-search svg {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.lsh-rank-search > span:first-of-type {
    margin-left: 9px;
    color: #344054;
    font-size: 10.5px;
}

.lsh-rank-cursor {
    width: 1.5px;
    height: 15px;
    margin-left: 4px;
    background: var(--lsh-rank-accent);
    animation: lsh-rank-cursor 1s steps(1) infinite;
}

.lsh-rank-search .lsh-rank-microphone {
    margin-left: auto;
    color: var(--lsh-rank-accent-dark);
}

.lsh-rank-results {
    position: relative;
    z-index: 2;
    height: calc((var(--lsh-rank-card-height) * 3) + (var(--lsh-rank-gap) * 2));
}

.lsh-rank-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--lsh-rank-card-height);
    margin: 0;
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lsh-rank-competitor-a { z-index: 2; transform: translate3d(0, 0, 0); }
.lsh-rank-competitor-b { z-index: 3; transform: translate3d(0, var(--lsh-rank-step), 0); }
.lsh-rank-own-company { z-index: 5; transform: translate3d(0, calc(var(--lsh-rank-step) * 2), 0); }
.lsh-rank-place-two .lsh-rank-competitor-a { transform: translate3d(0, 0, 0); }
.lsh-rank-place-two .lsh-rank-own-company { transform: translate3d(0, var(--lsh-rank-step), 0); }
.lsh-rank-place-two .lsh-rank-competitor-b { transform: translate3d(0, calc(var(--lsh-rank-step) * 2), 0); }
.lsh-rank-place-one .lsh-rank-own-company { transform: translate3d(0, 0, 0); }
.lsh-rank-place-one .lsh-rank-competitor-a { transform: translate3d(0, var(--lsh-rank-step), 0); }
.lsh-rank-place-one .lsh-rank-competitor-b { transform: translate3d(0, calc(var(--lsh-rank-step) * 2), 0); }

.lsh-rank-card-inner {
    width: 100%;
    height: 100%;
    padding: 10px 11px;
    overflow: hidden;
    border: 1px solid var(--lsh-rank-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.055), 0 2px 5px rgba(16, 24, 40, 0.025);
    transition: border-color 400ms ease, box-shadow 400ms ease, transform 400ms ease;
}

.lsh-rank-place-two .lsh-rank-own-company .lsh-rank-card-inner,
.lsh-rank-place-one .lsh-rank-own-company .lsh-rank-card-inner {
    border-color: color-mix(in srgb, var(--lokalstern-green) 58%, white);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--lokalstern-green) 20%, transparent);
}

.lsh-rank-place-one .lsh-rank-own-company .lsh-rank-card-inner {
    transform: scale(1.008);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--lokalstern-green) 24%, transparent), 0 0 0 3px color-mix(in srgb, var(--lokalstern-green) 12%, transparent);
}

.lsh-rank-card-top,
.lsh-rank-card-bottom,
.lsh-rank-business,
.lsh-rank-rating,
.lsh-rank-actions {
    display: flex;
    align-items: center;
}

.lsh-rank-card-top { justify-content: space-between; gap: 9px; }
.lsh-rank-card-bottom { justify-content: space-between; align-items: flex-start; gap: 8px; margin-top: 7px; }
.lsh-rank-business { min-width: 0; gap: 8px; }
.lsh-rank-business-content { min-width: 0; }

.lsh-rank-logo {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    place-items: center;
    border-radius: 8px;
    background: #98a2b3;
    color: #fff;
    font-size: 11px;
    font-weight: 750;
}

.lsh-rank-own-logo {
    background: var(--lsh-rank-accent);
    box-shadow: 0 6px 13px color-mix(in srgb, var(--lokalstern-green) 32%, transparent);
}

.lsh-rank-own-logo svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.lsh-rank-name {
    max-width: 175px;
    overflow: hidden;
    color: #101828;
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lsh-rank-rating {
    gap: 2px;
    margin-top: 3px;
    color: var(--lsh-rank-muted);
    font-size: 8px;
}

.lsh-rank-rating strong { color: #475467; }
.lsh-rank-stars { color: var(--lsh-rank-accent); letter-spacing: 0; }

.lsh-rank-position {
    flex: 0 0 auto;
    padding: 4px 6px;
    border-radius: 999px;
    background: var(--lsh-rank-accent-soft);
    color: var(--lsh-rank-accent-dark);
    font-size: 6.5px;
    font-weight: 800;
    line-height: 1;
    transition: color 350ms ease, background 350ms ease, transform 350ms ease;
}

.lsh-rank-place-one .lsh-rank-own-company .lsh-rank-position {
    background: var(--lsh-rank-accent);
    color: #fff;
    transform: scale(1.05);
}

.lsh-rank-lines {
    display: flex;
    width: 53%;
    padding-top: 5px;
    flex-direction: column;
    gap: 4px;
}

.lsh-rank-lines span {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: #eaecf0;
}

.lsh-rank-own-company .lsh-rank-lines span {
    background: linear-gradient(90deg, var(--lsh-rank-accent), color-mix(in srgb, var(--lokalstern-green) 45%, transparent));
}

.lsh-rank-actions { flex: 0 0 auto; align-self: flex-start; gap: 6px; }
.lsh-rank-action { display: flex; min-width: 40px; align-items: center; flex-direction: column; gap: 2px; }

.lsh-rank-action-icon {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--lokalstern-green) 45%, white);
    border-radius: 50%;
    background: #fff;
}

.lsh-rank-action-icon svg {
    display: block;
    width: 13px;
    height: 13px;
    fill: none;
    stroke: var(--lsh-rank-accent-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.lsh-rank-action small {
    display: block;
    margin: 0;
    color: var(--lsh-rank-muted);
    font-size: 5.5px;
    font-weight: 550;
    line-height: 1.15;
    white-space: nowrap;
}

@keyframes lsh-rank-cursor {
    0%, 45% { opacity: 1; }
    46%, 100% { opacity: 0; }
}

@keyframes lsh-soft-in {
    from { opacity: 0; transform: scale(0.98) translateY(7px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

@container lsh-rank (max-width: 380px) {
    .lsh-ranking-demo { --lsh-rank-card-height: 88px; --lsh-rank-gap: 9px; }
    .lsh-rank-window { padding: 11px; border-radius: 18px; }
    .lsh-rank-search { min-height: 38px; margin-bottom: 11px; }
    .lsh-rank-card-inner { padding: 9px; border-radius: 13px; }
    .lsh-rank-name { max-width: 140px; font-size: 9.5px; }
    .lsh-rank-logo { width: 27px; height: 27px; flex-basis: 27px; }
    .lsh-rank-lines { width: 47%; }
    .lsh-rank-action { min-width: 36px; }
    .lsh-rank-action small { font-size: 5px; }
}

@media (max-width: 800px) {
    .lsh-stage {
        min-height: auto;
        padding: 24px 18px 36px;
    }

    .lsh-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        max-width: 520px;
    }

    .lsh-copy {
        order: 0;
    }

    .lsh-hero-preset-mobile-visual-first .lsh-visual {
        order: 1;
        width: 100%;
        max-width: none;
    }

    .lsh-hero-preset-mobile-visual-first .lsh-visual > .lsh-simple-note,
    .lsh-hero-preset-mobile-visual-first .lsh-visual > .lsh-ranking-demo {
        width: 100%;
        max-width: none;
    }

    .lsh-title {
        font-size: clamp(34px, 9.4vw, 42px);
    }

    .lsh-form { gap: 16px; }
    .lsh-contact-fields { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .lsh-form > .lsh-button { margin-top: 2px; }

    .lsh-modern-trust.lsh-mobile-horizontal {
        display: grid;
        grid-column: auto;
        grid-auto-flow: row;
        grid-template-columns: minmax(0, 1fr);
        justify-content: start;
        gap: 12px;
        width: fit-content;
        max-width: 100%;
        margin: 22px 0 0;
        padding: 0;
        overflow: visible;
        order: 0;
        justify-self: center;
    }

    .lsh-trust-item {
        display: grid;
        grid-template-columns: 22px minmax(0, 1fr);
        justify-content: start;
        min-height: 28px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 13px;
        text-align: left;
    }

    .lsh-trust-item > span { min-width: 0; }
}

@media (max-width: 430px) {
    .lsh-stage { padding-top: 18px; }
    .lsh-grid { gap: 28px; }
    .lsh-title { margin-top: 0; line-height: 1.03; }
    .lsh-divider { margin-top: 10px; margin-bottom: 10px; }
    .lsh-form { gap: 16px; }
    .lsh-contact-fields { grid-template-columns: minmax(0, 1fr); gap: 14px; }
    .lsh-field > input { min-height: 56px; padding-inline: 18px; font-size: 16px; }
    .lsh-form > .lsh-button { margin-top: 2px; }
    .lsh-button { min-height: 52px; font-size: 15px; }
    .lsh-simple-note { padding: 14px; border-radius: 16px; }
    .lsh-simple-note strong { font-size: 15px; }
    .lsh-simple-note p { font-size: 12.5px; }
}

@media (max-width: 350px) {
    .lsh-stage { padding-right: 14px; padding-left: 14px; }
    .lsh-title { font-size: 31px; }
    .lsh-rank-name { max-width: 112px; }
    .lsh-rank-lines { width: 42%; }
    .lsh-modern-trust.lsh-mobile-horizontal { width: 100%; margin-right: 0; margin-left: 0; padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .lsh-root *,
    .lsh-root *::before,
    .lsh-root *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .lsh-rank-card,
    .lsh-simple-note,
    .lsh-button {
        will-change: auto;
    }

    .lsh-root[data-lsh-reveal-ready="true"] [data-lsh-reveal],
    .lsh-root[data-lsh-reveal-ready="true"] [data-lsh-scroll-reveal],
    .lsh-root[data-lsh-reveal-ready="true"] [data-lsh-trust-item] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-2201b8d,
    .elementor-element-3a18169 {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .elementor-element-2201b8d {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .elementor-element-3a18169 {
        width: 100% !important;
        max-width: 100% !important;
    }
}
