@font-face {
    font-family: Inter;
    src: url("../fonts/inter-cyrillic-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-latin-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-cyrillic-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-latin-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-cyrillic-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-latin-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-cyrillic-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: Inter;
    src: url("../fonts/inter-latin-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    color-scheme: dark;
    --lp-bg: #10161e;
    --lp-bg-elevated: #181f29;
    --lp-surface: rgb(232 238 246 / 6%);
    --lp-text: #e8eef6;
    --lp-muted: #93a0b0;
    --lp-accent: #3b9eff;
    --lp-accent-hover: #2b8aeb;
    --lp-accent-text: #0c1218;
    --lp-line: rgb(232 238 246 / 12%);
    --lp-ok: #3b9eff;
    --lp-warn: #d89b3a;
    --lp-shadow: 0 24px 60px rgb(8 12 18 / 45%);
    --lp-radius-sm: 8px;
    --lp-radius-md: 16px;
    --lp-radius-lg: 24px;
    --lp-radius-pill: 999px;
    --lp-radius-phone: 32px;
    --lp-space-1: 4px;
    --lp-space-2: 8px;
    --lp-space-3: 12px;
    --lp-space-4: 16px;
    --lp-space-5: 24px;
    --lp-space-6: 40px;
    --lp-space-7: 64px;
    --lp-max: 1120px;
    --lp-nav-h: 64px;
    --lp-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="light"] {
    color-scheme: light;
    --lp-bg: #eef2f6;
    --lp-bg-elevated: #f7f9fb;
    --lp-surface: rgb(16 22 30 / 5%);
    --lp-text: #141b24;
    --lp-muted: #5b6775;
    --lp-accent: #1d74d6;
    --lp-accent-hover: #155faf;
    --lp-accent-text: #f4f8fc;
    --lp-line: rgb(16 22 30 / 12%);
    --lp-shadow: 0 20px 48px rgb(20 28 38 / 12%);
}

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

html {
    scroll-behavior: smooth;
}

body.lp-body {
    margin: 0;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: Inter, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.lp-skip {
    position: absolute;
    left: 12px;
    top: -40px;
    z-index: 20;
    padding: 8px 12px;
    border-radius: var(--lp-radius-sm);
    background: var(--lp-accent);
    color: var(--lp-accent-text);
}

.lp-skip:focus {
    top: 12px;
}

.lp-wrap {
    width: min(100% - 32px, var(--lp-max));
    margin-inline: auto;
}

.lp-ico {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background: currentColor;
    flex: 0 0 auto;
    mask: var(--lp-ico) center / contain no-repeat;
    -webkit-mask: var(--lp-ico) center / contain no-repeat;
}

.lp-ico--pump { --lp-ico: url("../icons/gas-pump.svg"); }
.lp-ico--wrench { --lp-ico: url("../icons/wrench.svg"); }
.lp-ico--bell { --lp-ico: url("../icons/bell.svg"); }
.lp-ico--shield { --lp-ico: url("../icons/shield-check.svg"); }
.lp-ico--receipt { --lp-ico: url("../icons/receipt.svg"); }
.lp-ico--drop { --lp-ico: url("../icons/drop.svg"); }
.lp-ico--car { --lp-ico: url("../icons/car.svg"); }
.lp-ico--apple { --lp-ico: url("../icons/apple-logo.svg"); }
.lp-ico--play { --lp-ico: url("../icons/google-play-logo.svg"); }
.lp-ico--globe { --lp-ico: url("../icons/globe.svg"); }
.lp-ico--arrow { --lp-ico: url("../icons/arrow-right.svg"); }
.lp-ico--moon { --lp-ico: url("../icons/moon.svg"); }
.lp-ico--sun { --lp-ico: url("../icons/sun.svg"); }

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 10;
    height: var(--lp-nav-h);
    border-bottom: 1px solid var(--lp-line);
    background: color-mix(in srgb, var(--lp-bg) 78%, transparent);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.lp-nav-inner {
    display: flex;
    height: var(--lp-nav-h);
    align-items: center;
    justify-content: space-between;
    gap: var(--lp-space-4);
}

.lp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.lp-brand-mark {
    display: grid;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--lp-accent);
    color: var(--lp-accent-text);
    font-size: 0.85rem;
    place-items: center;
}

.lp-nav-links {
    display: none;
    gap: var(--lp-space-5);
    color: var(--lp-muted);
    font-size: 0.9rem;
}

.lp-nav-links a:hover,
.lp-nav-links a:focus-visible {
    color: var(--lp-text);
}

.lp-theme {
    display: grid;
    width: 40px;
    height: 40px;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-pill);
    background: var(--lp-surface);
    color: var(--lp-text);
    cursor: pointer;
    place-items: center;
}

.lp-theme .lp-ico--sun { display: none; }
[data-theme="light"] .lp-theme .lp-ico--sun { display: inline-block; }
[data-theme="light"] .lp-theme .lp-ico--moon { display: none; }

.lp-hero {
    position: relative;
    display: grid;
    min-height: calc(100dvh - var(--lp-nav-h));
    padding: var(--lp-space-6) 0 var(--lp-space-7);
    align-items: center;
    gap: var(--lp-space-6);
}

.lp-hero-copy {
    position: relative;
    z-index: 1;
}

.lp-hero-copy h1 {
    margin: 0 0 var(--lp-space-4);
    font-size: clamp(2rem, 6vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.lp-hero-copy p {
    margin: 0 0 var(--lp-space-5);
    max-width: 36ch;
    color: var(--lp-muted);
    font-size: 1.05rem;
}

.lp-stores {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--lp-space-2);
}

.lp-store {
    display: flex;
    min-height: 52px;
    padding: 8px 6px;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-pill);
    background: var(--lp-surface);
    color: var(--lp-text);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    transition: transform 160ms var(--lp-ease), background-color 160ms var(--lp-ease);
}

.lp-store:hover,
.lp-store:focus-visible {
    background: color-mix(in srgb, var(--lp-accent) 16%, var(--lp-surface));
}

.lp-store:active {
    transform: scale(0.98);
}

.lp-store--primary {
    border-color: transparent;
    background: var(--lp-accent);
    color: var(--lp-accent-text);
}

.lp-store--primary:hover,
.lp-store--primary:focus-visible {
    background: var(--lp-accent-hover);
}

.lp-store-long { display: none; }

.lp-hero-visual {
    position: relative;
    min-height: 420px;
    isolation: isolate;
}

.lp-hero-visual::before,
.lp-hero-visual::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.lp-hero-visual::before {
    z-index: 2;
    width: 78%;
    height: 72%;
    top: 18%;
    left: 11%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        color-mix(in srgb, var(--lp-accent) 28%, transparent),
        transparent 68%
    );
    transform: translate3d(0, 0, 0);
    animation: lp-glow-breathe 9s var(--lp-ease) infinite alternate;
}

.lp-hero-visual::after {
    z-index: 2;
    top: auto;
    right: -4%;
    bottom: -14%;
    left: 18%;
    height: 52%;
    background-image:
        linear-gradient(var(--lp-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--lp-line) 1px, transparent 1px);
    background-size: 42px 42px;
    transform: perspective(560px) rotateX(58deg);
    transform-origin: 50% 100%;
    mask-image: linear-gradient(to top, transparent 6%, #000 40%, transparent 88%);
    opacity: 0.55;
    animation: lp-grid-drift 36s linear infinite;
}

.lp-hero-photo {
    position: absolute;
    z-index: 1;
    inset: 12% 0 0;
    border-radius: var(--lp-radius-lg);
    background:
        linear-gradient(90deg, var(--lp-bg) 0%, transparent 28%),
        url("../images/hero-car.png") center / cover no-repeat;
    box-shadow: var(--lp-shadow);
}

.lp-phone {
    position: relative;
    z-index: 3;
    width: min(100%, 300px);
    margin: 0 auto;
    padding: 8px;
    overflow: hidden;
    border: 1.5px solid #2c2c2e;
    border-radius: 40px;
    background: #0a0a0a;
    box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 14%),
        var(--lp-shadow);
}

.lp-phone-shot {
    display: block;
    width: 100%;
    border-radius: 32px;
    background: #000000;
}

.lp-section {
    padding: var(--lp-space-7) 0;
}

.lp-section h2 {
    margin: 0 0 var(--lp-space-5);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.lp-problem {
    display: grid;
    gap: var(--lp-space-5);
}

.lp-problem-photo {
    min-height: 220px;
    border-radius: var(--lp-radius-lg);
    background: url("../images/problem-still.png") center / cover no-repeat;
}

.lp-pain-grid {
    display: grid;
    gap: var(--lp-space-3);
}

.lp-pain {
    padding: var(--lp-space-4);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-md);
    background: var(--lp-surface);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.lp-pain h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.lp-pain p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.95rem;
}

.lp-bento {
    display: grid;
    gap: var(--lp-space-3);
}

.lp-card {
    display: flex;
    overflow: hidden;
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-md);
    background: var(--lp-surface);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    flex-direction: column;
}

.lp-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background-position: center;
    background-size: cover;
    flex: 0 0 auto;
}

.lp-card-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgb(16 22 30 / 55%));
    content: "";
}

.lp-card-media--fuel { background-image: url("../images/fuel.png"); }
.lp-card-media--repair { background-image: url("../images/repair.png"); }
.lp-card-media--service { background-image: url("../images/service.png"); }
.lp-card-media--insurance { background-image: url("../images/insurance.png"); }

.lp-card-body {
    display: flex;
    padding: var(--lp-space-4);
    flex: 1;
    flex-direction: column;
}

.lp-card h3 {
    display: flex;
    margin: 0 0 8px;
    align-items: center;
    gap: 8px;
    font-size: 1.05rem;
}

.lp-card p {
    margin: 0;
    color: var(--lp-muted);
}

.lp-spark {
    display: flex;
    width: min(100%, 220px);
    height: 42px;
    margin-top: 14px;
    align-items: flex-end;
    gap: 6px;
}

.lp-spark i {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: var(--lp-accent);
    opacity: 0.85;
}

.lp-steps {
    position: relative;
    display: grid;
    gap: var(--lp-space-3);
}

.lp-steps-path {
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 56px;
    color: color-mix(in srgb, var(--lp-accent) 55%, transparent);
    pointer-events: none;
}

.lp-steps-path path {
    stroke: currentColor;
    stroke-width: 1.25;
    stroke-dasharray: 3 7;
    stroke-linecap: round;
    animation: lp-route 22s linear infinite;
}

.lp-step {
    position: relative;
    z-index: 1;
    padding: var(--lp-space-5);
    border-top: 1px solid var(--lp-line);
}

.lp-step strong {
    display: block;
    margin-bottom: 6px;
    color: var(--lp-accent);
    font-size: 0.8rem;
    font-weight: 600;
}

.lp-step h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.lp-step p {
    margin: 0;
    color: var(--lp-muted);
}

.lp-proof-stat {
    position: relative;
    z-index: 1;
    margin-bottom: var(--lp-space-5);
}

.lp-proof-stat::before {
    position: absolute;
    z-index: -1;
    width: min(320px, 70vw);
    height: min(320px, 70vw);
    top: 50%;
    left: -36px;
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 38%, color-mix(in srgb, var(--lp-accent) 16%, transparent) 39%, transparent 40%),
        radial-gradient(circle, transparent 58%, color-mix(in srgb, var(--lp-accent) 11%, transparent) 59%, transparent 60%),
        radial-gradient(circle, transparent 78%, color-mix(in srgb, var(--lp-accent) 7%, transparent) 79%, transparent 80%);
    transform: translateY(-52%);
    pointer-events: none;
    content: "";
}

.lp-proof-stat b {
    display: block;
    font-size: clamp(2.4rem, 8vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.lp-proof-stat p {
    margin: 12px 0 0;
    max-width: 42ch;
    color: var(--lp-muted);
}

.lp-reviews {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--lp-space-3);
}

.lp-review {
    padding: var(--lp-space-4);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-md);
    background: var(--lp-bg-elevated);
}

.lp-review-top {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    color: var(--lp-muted);
    font-size: 0.78rem;
}

.lp-stars {
    color: var(--lp-accent);
    letter-spacing: 0.08em;
}

.lp-review p {
    margin: 0 0 12px;
    font-size: 0.98rem;
}

.lp-review cite {
    color: var(--lp-muted);
    font-size: 0.82rem;
    font-style: normal;
}

.lp-finale {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: var(--lp-space-6);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-lg);
    background: var(--lp-bg-elevated);
}

.lp-finale::before,
.lp-finale::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.lp-finale::before {
    z-index: 0;
    width: 70%;
    height: 90%;
    top: 8%;
    left: -8%;
    border-radius: 50%;
    background: radial-gradient(
        circle at 40% 60%,
        color-mix(in srgb, var(--lp-accent) 32%, transparent),
        transparent 64%
    );
}

.lp-finale::after {
    z-index: 0;
    inset: -20%;
    background: repeating-conic-gradient(
        from 8deg at 28% 62%,
        transparent 0 14deg,
        color-mix(in srgb, var(--lp-accent) 7%, transparent) 14deg 15deg
    );
    mask-image: radial-gradient(circle at 28% 62%, #000 0%, transparent 52%);
    opacity: 0.7;
}

.lp-finale-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--lp-space-6);
    align-items: center;
}

.lp-finale h2 {
    max-width: 16ch;
}

.lp-finale-copy p {
    margin: 0 0 var(--lp-space-5);
    color: var(--lp-muted);
}

.lp-devices-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--lp-radius-md);
    object-fit: cover;
}

.lp-footer {
    position: relative;
    padding: var(--lp-space-6) 0;
    border-top: 0;
    background: linear-gradient(
        180deg,
        transparent,
        color-mix(in srgb, var(--lp-text) 6%, transparent)
    );
    color: var(--lp-muted);
    font-size: 0.88rem;
}

.lp-footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 4%,
        color-mix(in srgb, var(--lp-accent) 70%, transparent) 50%,
        transparent 96%
    );
    content: "";
}

.lp-footer-grid {
    display: grid;
    gap: var(--lp-space-4);
}

.lp-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--lp-space-4);
}

.lp-footer-links a:hover,
.lp-footer-links a:focus-visible {
    color: var(--lp-text);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
}

[data-reveal].is-in {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s var(--lp-ease), transform 0.6s var(--lp-ease);
}

.lp-atm {
    position: relative;
    isolation: isolate;
}

.lp-atm--pain::before,
.lp-atm--pain::after,
.lp-atm--features::before,
.lp-atm--proof::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
}

.lp-atm--pain::before {
    background:
        repeating-linear-gradient(
            -28deg,
            transparent 0 13px,
            rgb(232 238 246 / 3.5%) 13px 14px
        ),
        radial-gradient(
            ellipse 70% 55% at 12% 18%,
            color-mix(in srgb, var(--lp-warn) 16%, transparent),
            transparent 62%
        );
}

.lp-atm--pain::after {
    background: url("../images/grain.svg");
    background-size: 180px 180px;
    mix-blend-mode: overlay;
    opacity: 0.07;
}

.lp-atm--pain .lp-wrap,
.lp-atm--features .lp-wrap,
.lp-atm--how .lp-wrap,
.lp-atm--proof .lp-wrap,
.lp-atm--finale .lp-wrap {
    position: relative;
    z-index: 1;
}

.lp-atm--features::before {
    inset: 8% 4% 6%;
    background:
        radial-gradient(ellipse 42% 58% at 18% 48%, color-mix(in srgb, var(--lp-accent) 22%, transparent), transparent 62%),
        radial-gradient(ellipse 28% 24% at 78% 16%, color-mix(in srgb, var(--lp-warn) 18%, transparent), transparent 64%),
        radial-gradient(ellipse 26% 22% at 84% 52%, color-mix(in srgb, var(--lp-accent) 14%, transparent), transparent 64%),
        radial-gradient(ellipse 24% 20% at 76% 86%, color-mix(in srgb, var(--lp-accent) 10%, transparent), transparent 66%);
    filter: blur(28px);
}

.lp-bento {
    position: relative;
    z-index: 1;
}

.lp-atm--proof::before {
    background: linear-gradient(
        180deg,
        transparent 0%,
        color-mix(in srgb, var(--lp-bg-elevated) 48%, transparent) 42%,
        transparent 100%
    );
}

.lp-atm--how .lp-step strong {
    text-shadow: 0 0 22px color-mix(in srgb, var(--lp-accent) 35%, transparent);
}

[data-theme="light"] .lp-atm--pain::before {
    background:
        repeating-linear-gradient(
            -28deg,
            transparent 0 13px,
            rgb(16 22 30 / 4%) 13px 14px
        ),
        radial-gradient(
            ellipse 70% 55% at 12% 18%,
            color-mix(in srgb, var(--lp-warn) 12%, transparent),
            transparent 62%
        );
}

[data-theme="light"] .lp-atm--pain::after {
    mix-blend-mode: multiply;
    opacity: 0.045;
}

[data-theme="light"] .lp-hero-visual::before,
[data-theme="light"] .lp-finale::before,
[data-theme="light"] .lp-atm--features::before {
    opacity: 0.55;
}

@keyframes lp-glow-breathe {
    from { transform: scale(1); opacity: 0.72; }
    to { transform: scale(1.08); opacity: 1; }
}

@keyframes lp-grid-drift {
    to { background-position: 42px 42px; }
}

@keyframes lp-route {
    to { stroke-dashoffset: -100; }
}

@media (min-width: 768px) {
    .lp-nav-links { display: flex; }

    .lp-hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
        padding-top: 24px;
    }

    .lp-store {
        flex-direction: row;
        gap: 8px;
        padding: 0 16px;
        font-size: 0.9rem;
    }

    .lp-store-short { display: none; }
    .lp-store-long { display: inline; }

    .lp-phone {
        margin-left: 8%;
    }

    .lp-problem {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: stretch;
    }

    .lp-problem-photo { min-height: 100%; }

    .lp-pain-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lp-bento {
        grid-template-columns: 1fr 1fr;
    }

    .lp-steps {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
    }

    .lp-steps-path {
        display: block;
    }

    .lp-step {
        border-top: 0;
        border-left: 1px solid var(--lp-line);
    }

    .lp-step:first-child { border-left: 0; padding-left: 0; }

    .lp-reviews {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .lp-finale-inner {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .lp-footer-grid {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .lp-bento {
        grid-template-columns: 1.15fr 1fr;
        grid-template-rows: repeat(3, minmax(148px, auto));
        align-items: stretch;
    }

    .lp-card--fuel {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .lp-card--fuel .lp-card-media {
        flex: 1 1 auto;
        min-height: 0;
        aspect-ratio: auto;
    }

    .lp-card--fuel .lp-card-body {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    .lp-card--repair,
    .lp-card--service,
    .lp-card--insurance {
        flex-direction: row;
        min-height: 148px;
    }

    .lp-card--repair .lp-card-media,
    .lp-card--service .lp-card-media,
    .lp-card--insurance .lp-card-media {
        width: 168px;
        aspect-ratio: auto;
        align-self: stretch;
        flex: 0 0 168px;
    }

    .lp-card--repair .lp-card-media::after,
    .lp-card--service .lp-card-media::after,
    .lp-card--insurance .lp-card-media::after {
        background: linear-gradient(90deg, transparent 30%, rgb(16 22 30 / 35%));
    }

    .lp-card--repair .lp-card-body,
    .lp-card--service .lp-card-body,
    .lp-card--insurance .lp-card-body {
        justify-content: center;
        padding: var(--lp-space-5);
    }
}

@media (max-width: 767px) {
    .lp-hero-visual::after,
    .lp-finale::after,
    .lp-atm--pain::after,
    .lp-atm--features::before {
        display: none;
    }

    .lp-hero-visual::before {
        animation: none;
        opacity: 0.78;
    }

    .lp-proof-stat::before {
        width: 220px;
        height: 220px;
        left: -20px;
        opacity: 0.65;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    [data-reveal],
    [data-reveal].is-in {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .lp-store { transition: none; }

    .lp-hero-visual::before,
    .lp-hero-visual::after,
    .lp-steps-path path {
        animation: none;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .lp-nav,
    .lp-pain,
    .lp-card {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: var(--lp-bg-elevated);
    }

    .lp-hero-visual::before,
    .lp-finale::before,
    .lp-finale::after,
    .lp-atm--features::before,
    .lp-atm--pain::after {
        display: none;
    }
}
