:root {
    --lp-navy: #000457;
    --lp-blue: #00159d;
    --lp-yellow: #fabe28;
    --lp-ink: #101834;
    --lp-muted: #5c6478;
    --lp-surface: #fff;
    --lp-soft: #f4f7fb;
    --lp-line: #dce1eb;
    --lp-good: #11845b;
    --lp-danger: #b42318;
    --lp-radius: 18px;
    --lp-shadow: 0 20px 50px rgba(0, 4, 87, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lp-site { margin: 0; color: var(--lp-ink); background: var(--lp-surface); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.admin-bar .lp-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.lp-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.lp-skip { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--lp-navy); transform: translateY(-160%); }
.lp-skip:focus { transform: none; }
.lp-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(0, 4, 87, .1); backdrop-filter: blur(12px); }
.lp-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.lp-logo { display: inline-flex; align-items: center; }
.lp-logo img { display: block; width: 192px; height: auto; }
.lp-header__support { display: flex; align-items: center; gap: 18px; color: var(--lp-muted); font-size: .82rem; }
.lp-header__support a { color: var(--lp-navy); font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.lp-eyebrow { margin: 0 0 14px; color: var(--lp-blue); font-size: .78rem; font-weight: 800; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; }
.lp-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.lp-actions--hero { flex-wrap: nowrap; }
.lp-actions--hero .lp-btn { white-space: nowrap; }
.lp-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 2px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn:focus-visible, .lp-form-path:focus-visible, .lp-header a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--lp-yellow); outline-offset: 3px; }
.lp-btn--primary { color: var(--lp-navy); background: var(--lp-yellow); box-shadow: 0 10px 24px rgba(250, 190, 40, .25); }
.lp-btn--secondary, .lp-btn--back { color: var(--lp-blue); background: transparent; border-color: currentColor; }
.lp-btn--back { min-height: 50px; }
.lp-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 610px; background: linear-gradient(120deg, #f8faff, #eef3ff); }
.lp-hero__content { align-self: center; padding: clamp(52px, 7vw, 96px) max(28px, calc((100vw - 1180px) / 2)); padding-right: clamp(28px, 5vw, 75px); }
.lp-hero h1 { max-width: 760px; margin: 0; color: var(--lp-navy); font-size: clamp(2.6rem, 4.8vw, 4.8rem); letter-spacing: -.05em; line-height: .99; text-wrap: balance; }
.lp-hero__content > p:not(.lp-eyebrow):not(.lp-micro) { max-width: 680px; margin: 25px 0 30px; color: #404a65; font-size: clamp(1.04rem, 1.5vw, 1.23rem); }
.lp-micro { max-width: 620px; margin: 14px 0 0; color: var(--lp-muted); font-size: .82rem; }
.lp-hero__media { position: relative; min-height: 520px; overflow: hidden; background: var(--lp-navy); }
.lp-hero__media > img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 4, 87, .18), transparent 45%); content: ""; pointer-events: none; }
.lp-hero__badge { position: absolute; z-index: 2; right: 32px; bottom: 32px; display: grid; max-width: 230px; padding: 18px 22px; color: #fff; background: rgba(0, 4, 87, .94); border-left: 5px solid var(--lp-yellow); box-shadow: var(--lp-shadow); }
.lp-hero__badge strong { color: var(--lp-yellow); font-size: 1.45rem; line-height: 1.1; }
.lp-hero__badge span { font-size: .78rem; line-height: 1.4; }
.lp-trust { color: #fff; background: var(--lp-navy); }
.lp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-trust__grid > * { display: grid; align-content: center; min-height: 116px; padding: 22px 26px; border-right: 1px solid rgba(255, 255, 255, .15); text-decoration: none; }
.lp-trust__grid > *:last-child { border-right: 0; }
.lp-trust strong { color: var(--lp-yellow); font-size: 1.45rem; line-height: 1.1; }
.lp-trust span { color: rgba(255, 255, 255, .78); font-size: .78rem; }
.lp-section { padding: clamp(72px, 9vw, 120px) 0; }
.lp-section:nth-of-type(even) { background: var(--lp-soft); }
.lp-section__heading { max-width: 790px; margin-bottom: 42px; }
.lp-section__heading h2, .lp-form-intro h2, .lp-final h2 { margin: 0; color: var(--lp-navy); font-size: clamp(2rem, 3.5vw, 3.35rem); letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }
.lp-section__heading > p:last-child { margin: 20px 0 0; color: var(--lp-muted); font-size: 1.06rem; }
.lp-problem-grid, .lp-paths, .lp-study-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-problem-grid article, .lp-path-card, .lp-study-grid article { padding: 30px; background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); box-shadow: 0 10px 35px rgba(0, 4, 87, .06); }
.lp-problem-grid article > span { color: var(--lp-yellow); font-size: 2rem; font-weight: 900; }
.lp-problem-grid h3, .lp-path-card h3, .lp-study-grid h3, .lp-study-card h3 { margin: 12px 0 8px; color: var(--lp-navy); font-size: 1.35rem; line-height: 1.2; }
.lp-problem-grid p, .lp-path-card p, .lp-study-grid p, .lp-study-card > p { margin: 0; color: var(--lp-muted); }
.lp-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.lp-process li { position: relative; padding: 0 30px 0 0; }
.lp-process li:not(:last-child)::after { position: absolute; top: 25px; right: 10px; left: 65px; height: 2px; background: var(--lp-line); content: ""; }
.lp-process li > span { position: relative; z-index: 2; display: grid; width: 52px; height: 52px; place-items: center; color: var(--lp-navy); background: var(--lp-yellow); border-radius: 50%; font-weight: 900; }
.lp-process h3 { margin: 22px 0 8px; color: var(--lp-navy); font-size: 1.14rem; line-height: 1.2; }
.lp-process p { margin: 0; color: var(--lp-muted); font-size: .91rem; }
.lp-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-realization { position: relative; min-height: 380px; margin: 0; overflow: hidden; background: var(--lp-navy); border-radius: 12px; box-shadow: var(--lp-shadow); }
.lp-realization img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; transition: transform .5s ease; }
.lp-realization:hover img { transform: scale(1.03); }
.lp-realization figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 40px 22px 20px; color: #fff; background: linear-gradient(transparent, rgba(0, 4, 87, .92)); font-weight: 800; }
.lp-disclaimer { margin: 22px 0 0; color: var(--lp-muted); font-size: .78rem; }
.lp-paths { grid-template-columns: 1fr 1fr; }
.lp-path-card { display: flex; flex-direction: column; min-height: 350px; }
.lp-path-card__tag, .lp-study-grid__tag { align-self: flex-start; margin: 0 0 15px !important; padding: 5px 9px; color: var(--lp-blue) !important; background: #eef2ff; border-radius: 4px; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.lp-path-card > strong { margin-top: auto; padding-top: 24px; color: var(--lp-blue); font-size: 1.06rem; }
.lp-path-card > small { display: block; margin-top: 8px; color: var(--lp-muted); line-height: 1.45; }
.lp-path-card--featured { color: #fff; background: var(--lp-navy); border-color: var(--lp-navy); }
.lp-path-card--featured h3, .lp-path-card--featured > strong { color: var(--lp-yellow); }
.lp-path-card--featured p, .lp-path-card--featured small { color: rgba(255, 255, 255, .78); }
.lp-expert { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; }
.lp-expert__copy h2 { margin: 0; color: var(--lp-navy); font-size: clamp(2rem, 3.4vw, 3.25rem); letter-spacing: -.04em; line-height: 1.08; }
.lp-expert__copy > p:last-child { color: var(--lp-muted); }
.lp-expert__card { display: flex; align-items: center; gap: 16px; padding: 24px; background: #fff; border: 1px solid var(--lp-line); border-radius: var(--lp-radius); box-shadow: var(--lp-shadow); }
.lp-expert__avatar { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; color: var(--lp-yellow); background: var(--lp-navy); border-radius: 50%; font-size: 1.6rem; font-weight: 900; }
.lp-expert__avatar--photo { width: 80px; height: 80px; padding: 0; overflow: hidden; background: var(--lp-soft); box-shadow: inset 0 0 0 2px var(--lp-navy); }
.lp-expert__avatar--photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 50%; transform: scale(1.74); transform-origin: 44% 0; }
.lp-expert__card strong, .lp-expert__card span { display: block; }
.lp-expert__card span { color: var(--lp-muted); font-size: .82rem; }
.lp-section--form { color: #fff; background: var(--lp-navy) !important; }
.lp-form-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.lp-form-intro .lp-eyebrow { color: var(--lp-yellow); }
.lp-form-intro h2 { color: #fff; }
.lp-form-intro ul { margin: 28px 0; padding: 0; list-style: none; }
.lp-form-intro li { position: relative; margin: 12px 0; padding-left: 30px; color: rgba(255, 255, 255, .82); }
.lp-form-intro li::before { position: absolute; left: 0; color: var(--lp-yellow); font-weight: 900; content: "✓"; }
.lp-form-hub__switcher { padding-top: clamp(48px, 7vw, 82px); color: #fff; background: var(--lp-navy); }
.lp-form-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; }
.lp-form-path { display: grid; box-sizing: border-box; width: 100%; min-height: 98px; gap: 3px; margin: 0; padding: 20px 24px; color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; -webkit-appearance: none; appearance: none; cursor: pointer; font: inherit; text-align: left; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.lp-form-path:hover { color: rgba(255, 255, 255, .9); background: rgba(255, 255, 255, .11); border-color: rgba(255, 255, 255, .3); transform: translateY(-2px); }
.lp-form-path span { color: inherit; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-form-path strong { color: #fff; font-size: 1rem; line-height: 1.35; }
.lp-form-path.is-active { color: var(--lp-navy); background: var(--lp-yellow); border-color: var(--lp-yellow); box-shadow: 0 12px 30px rgba(250, 190, 40, .2); }
.lp-form-path.is-active span { color: rgba(0, 4, 87, .72); }
.lp-form-path.is-active strong { color: var(--lp-navy); }
.lp-phone-card { display: grid; padding: 20px 22px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; }
.lp-phone-card span, .lp-phone-card small { color: rgba(255, 255, 255, .7); font-size: .78rem; }
.lp-phone-card a { color: var(--lp-yellow); font-size: 1.55rem; font-weight: 900; text-decoration: none; }
.lp-form-shell { padding: clamp(24px, 4vw, 42px); color: var(--lp-ink); background: #fff; border-radius: var(--lp-radius); box-shadow: 0 30px 80px rgba(0, 0, 0, .24); }
.lp-form-progress { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 32px; border-bottom: 1px solid var(--lp-line); }
.lp-form-progress span { display: flex; align-items: center; gap: 9px; padding: 0 0 16px; color: var(--lp-muted); font-size: .8rem; font-weight: 800; }
.lp-form-progress span::after { position: absolute; }
.lp-form-progress b { display: grid; width: 28px; height: 28px; place-items: center; color: var(--lp-muted); background: #eef0f5; border-radius: 50%; }
.lp-form-progress .is-active { color: var(--lp-blue); border-bottom: 3px solid var(--lp-yellow); }
.lp-form-progress .is-active b { color: var(--lp-navy); background: var(--lp-yellow); }
.lp-form-step { margin: 0; padding: 0; border: 0; }
.lp-form-step legend { width: 100%; margin-bottom: 24px; color: var(--lp-navy); font-size: 1.35rem; font-weight: 900; line-height: 1.25; }
.lp-form-step legend span { display: block; margin-bottom: 4px; color: var(--lp-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.lp-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lp-field { display: grid; gap: 6px; color: var(--lp-ink); font-size: .8rem; font-weight: 800; }
.lp-field--wide { grid-column: 1 / -1; }
.lp-field span small { color: var(--lp-muted); font-weight: 500; }
.lp-field input, .lp-field select, .lp-field textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--lp-ink); background: #fff; border: 1px solid #b8c0d0; border-radius: 8px; }
.lp-field textarea { resize: vertical; }
.lp-field input[aria-invalid="true"], .lp-field select[aria-invalid="true"], .lp-consent input[aria-invalid="true"] { border-color: var(--lp-danger); box-shadow: 0 0 0 2px rgba(180, 35, 24, .12); }
.lp-upload { display: grid; margin: 18px 0 0; padding: 24px; place-items: center; border: 2px dashed #aeb7ca; border-radius: 10px; cursor: pointer; text-align: center; }
.lp-upload:hover { border-color: var(--lp-blue); background: #f7f9ff; }
.lp-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.lp-upload__icon { display: grid; width: 42px; height: 42px; margin-bottom: 8px; place-items: center; color: var(--lp-navy); background: var(--lp-yellow); border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.lp-upload small, .lp-upload em { color: var(--lp-muted); font-size: .72rem; font-style: normal; }
.lp-upload em { margin-top: 8px; color: var(--lp-blue); font-weight: 800; }
.lp-form-note { margin: 12px 0 22px; color: var(--lp-muted); font-size: .75rem; }
.lp-next { width: 100%; }
.lp-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.lp-choice-grid label { cursor: pointer; }
.lp-choice-grid input { position: absolute; opacity: 0; }
.lp-choice-grid span { display: grid; min-height: 76px; padding: 12px; place-items: center; color: var(--lp-muted); background: #fff; border: 1px solid #b8c0d0; border-radius: 8px; font-size: .76rem; font-weight: 800; text-align: center; }
.lp-choice-grid input:checked + span { color: var(--lp-blue); background: #f1f4ff; border: 2px solid var(--lp-blue); }
.lp-choice-grid input:focus-visible + span { outline: 3px solid var(--lp-yellow); outline-offset: 2px; }
.lp-consent { display: flex; gap: 10px; margin: 18px 0; color: var(--lp-muted); font-size: .73rem; line-height: 1.45; }
.lp-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.lp-consent a { color: var(--lp-blue); }
.lp-form-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.lp-form-message { min-height: 24px; margin-top: 12px; color: var(--lp-danger); font-size: .82rem; font-weight: 700; }
.lp-form-message.is-success { color: var(--lp-good); }
.lp-form-success { padding: 30px 12px; text-align: center; }
.lp-form-success > span { display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; color: #fff; background: var(--lp-good); border-radius: 50%; font-size: 2rem; }
.lp-form-success h3 { margin: 0; color: var(--lp-navy); font-size: 1.6rem; }
.lp-form-success p { color: var(--lp-muted); }
.lp-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.lp-study-grid article, .lp-study-card { display: flex; flex-direction: column; min-height: 420px; }
.lp-study-grid article > strong, .lp-study-card__price { margin: 12px 0; color: var(--lp-blue); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.lp-study-card--featured { border: 2px solid var(--lp-yellow) !important; box-shadow: 0 18px 46px rgba(0, 4, 87, .1); }
.lp-study-card__tag { align-self: flex-start; margin: 0 0 15px !important; padding: 5px 9px; color: var(--lp-blue) !important; background: #eef2ff; border-radius: 4px; font-size: .7rem; font-weight: 900; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.lp-study-grid .lp-btn, .lp-study-card .lp-btn { width: 100%; margin-top: auto; padding-top: 12px; }
.lp-study-card__store { margin-top: 10px; color: var(--lp-blue); font-size: .78rem; font-weight: 850; text-align: center; text-decoration: underline; }
.lp-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.lp-faq details { border-top: 1px solid var(--lp-line); }
.lp-faq details:last-child { border-bottom: 1px solid var(--lp-line); }
.lp-faq summary { position: relative; padding: 22px 45px 22px 0; color: var(--lp-navy); cursor: pointer; font-weight: 800; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { position: absolute; right: 4px; color: var(--lp-blue); font-size: 1.5rem; content: "+"; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { margin: -8px 0 22px; color: var(--lp-muted); }
.lp-final { padding: clamp(72px, 8vw, 110px) 0; color: #fff; background: linear-gradient(125deg, var(--lp-blue), var(--lp-navy)); text-align: center; }
.lp-final .lp-eyebrow { color: var(--lp-yellow); }
.lp-final h2 { max-width: 850px; margin-inline: auto; color: #fff; }
.lp-final .lp-actions { justify-content: center; margin-top: 30px; }
.lp-final .lp-btn--secondary { color: #fff; }
.lp-footer { padding: 32px 0; color: #687086; background: #f2f4f8; font-size: .77rem; }
.lp-footer__inner { display: flex; justify-content: space-between; gap: 20px; }
.lp-footer p { margin: 0; }
.lp-footer a { color: var(--lp-navy); }
.lp-sticky-cta { position: fixed; z-index: 200; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 35px rgba(0, 0, 0, .25); }
.lp-sticky-cta a { padding: 13px; color: var(--lp-navy); background: var(--lp-yellow); font-size: .8rem; font-weight: 900; text-align: center; text-decoration: none; }
.lp-sticky-cta a + a { color: #fff; background: var(--lp-blue); }
.lp-sticky-cta--triple { grid-template-columns: repeat(3, 1fr); }
.lp-sticky-cta--triple a { padding: 12px 6px; font-size: .74rem; line-height: 1.15; }
.lp-sticky-cta--triple a:last-child { color: var(--lp-navy); background: var(--lp-yellow); }
.lp-empty { display: grid; min-height: 70vh; place-items: center; text-align: center; }
.lp-empty h1 { color: var(--lp-navy); font-size: 2.5rem; }

@media (max-width: 980px) {
    .lp-hero { grid-template-columns: 1fr; }
    .lp-hero__content { padding-inline: max(28px, calc((100vw - 720px) / 2)); }
    .lp-hero__media { min-height: 430px; }
    .lp-trust__grid { grid-template-columns: 1fr 1fr; }
    .lp-trust__grid > *:nth-child(2) { border-right: 0; }
    .lp-trust__grid > *:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .lp-process { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
    .lp-process li:not(:last-child)::after { display: none; }
    .lp-form-layout { grid-template-columns: 1fr; }
    .lp-form-intro { max-width: 720px; }
    .lp-faq-layout { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 860px) {
    .lp-study-grid { grid-template-columns: 1fr; }
    .lp-study-grid article, .lp-study-card { min-height: 0; }
}

@media (max-width: 720px) {
    body.lp-site { font-size: 16px; padding-bottom: 64px; }
    body.admin-bar .lp-header { top: 46px; }
    .lp-container { width: min(100% - 28px, 620px); }
    .lp-header__inner { min-height: 68px; }
    .lp-logo img { width: 148px; }
    .lp-header__support > span { display: none; }
    .lp-header__support a { font-size: .92rem; }
    .lp-hero { min-height: auto; }
    .lp-hero__content { padding: 48px 20px; }
    .lp-hero h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
    .lp-hero .lp-actions, .lp-final .lp-actions { display: grid; }
    .lp-actions--hero { grid-template-columns: 1fr; }
    .lp-actions--hero .lp-btn { width: 100%; white-space: normal; }
    .lp-hero__media { min-height: 340px; }
    .lp-hero__badge { right: 16px; bottom: 16px; left: 16px; }
    .lp-trust__grid > * { min-height: 95px; padding: 18px; }
    .lp-trust strong { font-size: 1.18rem; }
    .lp-problem-grid, .lp-paths, .lp-cases, .lp-study-grid, .lp-expert { grid-template-columns: 1fr; }
    .lp-process { grid-template-columns: 1fr; }
    .lp-process li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 0; }
    .lp-process h3 { margin-top: 0; }
    .lp-realization, .lp-realization img { min-height: 310px; }
    .lp-form-shell { padding: 22px 16px; border-radius: 12px; }
    .lp-form-paths { grid-template-columns: 1fr; gap: 9px; }
    .lp-form-path { min-height: 76px; padding: 14px 16px; }
    .lp-fields { grid-template-columns: 1fr; }
    .lp-field--wide { grid-column: auto; }
    .lp-choice-grid { grid-template-columns: 1fr; }
    .lp-choice-grid span { min-height: 54px; }
    .lp-form-progress span { font-size: .68rem; }
    .lp-footer__inner { display: grid; }
    .lp-sticky-cta { display: grid; }
}

@media (max-width: 380px) {
    .lp-header__support a { font-size: .8rem; }
    .lp-logo img { width: 125px; }
    .lp-trust__grid { grid-template-columns: 1fr; }
    .lp-trust__grid > * { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .lp-form-actions { grid-template-columns: 1fr; }
}

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