body.ln-quote-page {
  --ln-quote-ink: #15181d;
  --ln-quote-muted: #68707b;
  --ln-quote-line: #dfe3e8;
  --ln-quote-soft: #f5f6f7;
  --ln-quote-red: #d92d35;
  background: var(--ln-quote-soft);
}

body.ln-quote-page .ln-quote-intro { position: relative; isolation: isolate; overflow: hidden; color: var(--ln-quote-hero-ink, var(--ln-quote-ink)); background: var(--ln-quote-hero-bg, #f2efe9); border-bottom: 1px solid rgba(21, 23, 27, .12); border-bottom-color: color-mix(in srgb, var(--ln-quote-hero-ink, #15171b) 12%, transparent); }
body.ln-quote-page .ln-quote-intro__inner { display: grid; gap: clamp(56px, 7vw, 104px); max-width: 1180px; min-height: clamp(500px, 49vw, 590px); align-items: center; padding-block: clamp(58px, 6vw, 82px); }
body.ln-quote-page .ln-quote-intro.has-visual .ln-quote-intro__inner { grid-template-columns: minmax(0, 1fr) minmax(350px, 430px); }
body.ln-quote-page .ln-quote-intro:not(.has-visual) .ln-quote-intro__inner { grid-template-columns: minmax(0, 860px); min-height: clamp(440px, 42vw, 520px); }
body.ln-quote-page .ln-quote-intro__copy { position: relative; z-index: 2; display: grid; min-width: 0; }
body.ln-quote-page .ln-quote-intro__label { display: flex; gap: 14px; width: min(100%, 420px); align-items: center; }
body.ln-quote-page .ln-quote-intro__label-line { height: 1px; flex: 1; background: color-mix(in srgb, var(--ln-quote-hero-ink, #15171b) 16%, transparent); }
body.ln-quote-page .ln-quote-kicker { color: var(--ln-quote-red); font-size: 11px; font-weight: 780; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
body.ln-quote-page .ln-quote-intro h1 { max-width: 760px; margin: 23px 0 0; color: inherit; font-size: clamp(50px, 5.2vw, 76px); font-weight: 590; letter-spacing: -.058em; line-height: .94; text-wrap: balance; }
body.ln-quote-page .ln-quote-intro__lead { max-width: 680px; margin: 25px 0 0; color: #555b63; color: color-mix(in srgb, var(--ln-quote-hero-ink, #15171b) 68%, transparent); font-size: clamp(15px, 1.25vw, 17px); line-height: 1.68; }
body.ln-quote-page .ln-quote-intro__principles { display: flex; gap: 11px 24px; flex-wrap: wrap; margin: 29px 0 0; padding: 0; list-style: none; }
body.ln-quote-page .ln-quote-intro__principles li { display: inline-flex; gap: 7px; align-items: center; color: color-mix(in srgb, var(--ln-quote-hero-ink, #15171b) 82%, transparent); font-size: 12px; font-weight: 650; }
body.ln-quote-page .ln-quote-intro__principles svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--ln-quote-red); }
body.ln-quote-page .ln-quote-intro__principles path { fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.8; }
body.ln-quote-page .ln-quote-intro__actions { display: flex; gap: 20px; align-items: center; margin-top: 34px; }
body.ln-quote-page .ln-quote-intro__cta { display: inline-flex; gap: 32px; min-height: 54px; align-items: center; justify-content: center; padding: 0 20px 0 22px; color: #fff; background: var(--ln-quote-red); border: 1px solid var(--ln-quote-red); border-radius: 8px; box-shadow: 0 10px 24px rgba(217, 45, 53, .2); box-shadow: 0 10px 24px color-mix(in srgb, var(--ln-quote-red) 20%, transparent); font-size: 13px; font-weight: 720; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
body.ln-quote-page .ln-quote-intro__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px color-mix(in srgb, var(--ln-quote-red) 27%, transparent); }
body.ln-quote-page .ln-quote-intro__cta:focus-visible { outline: 3px solid rgba(217, 45, 53, .25); outline-color: color-mix(in srgb, var(--ln-quote-red) 25%, transparent); outline-offset: 4px; }
body.ln-quote-page .ln-quote-intro__cta svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
body.ln-quote-page .ln-quote-intro__note { display: inline-flex; gap: 9px; align-items: center; color: color-mix(in srgb, var(--ln-quote-hero-ink, #15171b) 58%, transparent); font-size: 11px; font-weight: 600; }
body.ln-quote-page .ln-quote-intro__note::before { content: ""; width: 18px; height: 1px; background: currentColor; }
body.ln-quote-page .ln-quote-intro__visual { position: relative; display: grid; width: 100%; min-height: 424px; isolation: isolate; align-items: end; justify-items: center; margin: 0; padding: 18px 20px 36px; }
body.ln-quote-page .ln-quote-intro__visual::after { content: ""; position: absolute; z-index: -1; right: 2%; bottom: 34px; left: 2%; height: 1px; background: linear-gradient(90deg, transparent, rgba(21, 23, 27, .16) 22%, rgba(21, 23, 27, .16) 78%, transparent); }
body.ln-quote-page .ln-quote-intro__visual img { position: relative; z-index: 1; width: auto; max-width: 96%; max-height: 392px; object-fit: contain; filter: drop-shadow(0 18px 12px rgba(21, 24, 29, .13)); }
body.ln-quote-page .ln-quote-intro__visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 42px; display: grid; gap: 4px; padding: 3px 0 3px 13px; color: var(--ln-quote-hero-ink, #15171b); background: transparent; border-left: 2px solid var(--ln-quote-red); }
body.ln-quote-page .ln-quote-intro__visual figcaption span { color: var(--ln-quote-red); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.ln-quote-page .ln-quote-intro__visual figcaption strong { font-size: 11px; font-weight: 650; letter-spacing: .01em; line-height: 1.35; }
body.ln-quote-page .ln-quote-shell { max-width: 1120px; margin-block: clamp(28px, 4vw, 52px) clamp(72px, 8vw, 120px); scroll-margin-top: 112px; }

body.ln-quote-page .ln-quote-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 14px; background: #fff; border: 1px solid var(--ln-quote-line); border-radius: 12px; }
body.ln-quote-page .ln-quote-progress > span { position: relative; display: flex; gap: 10px; min-width: 0; align-items: center; padding: 14px 18px; color: #8a919a; border-right: 1px solid var(--ln-quote-line); }
body.ln-quote-page .ln-quote-progress > span:last-child { border-right: 0; }
body.ln-quote-page .ln-quote-progress b { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; background: #eef0f2; border-radius: 50%; font-size: 11px; }
body.ln-quote-page .ln-quote-progress small { overflow: hidden; font-size: 12px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
body.ln-quote-page .ln-quote-progress > span.is-current { color: var(--ln-quote-ink); }
body.ln-quote-page .ln-quote-progress > span.is-current b { color: #fff; background: var(--ln-quote-red); }
body.ln-quote-page .ln-quote-progress > span.is-complete { color: #3d444c; }
body.ln-quote-page .ln-quote-progress > span.is-complete b { color: #fff; background: var(--ln-quote-ink); }

body.ln-quote-page .ln-quote-form { position: relative; display: grid; overflow: hidden; background: #fff; border: 1px solid var(--ln-quote-line); border-radius: 16px; }
body.ln-quote-page .ln-quote-form .ln-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; min-height: 0 !important; overflow: hidden !important; padding: 0 !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
body.ln-quote-page .ln-form-success,
body.ln-quote-page .ln-form-error { margin: 24px clamp(24px, 5vw, 64px) 0; padding: 14px 16px; border-radius: 8px; font-size: 13px; line-height: 1.55; }
body.ln-quote-page .ln-form-success { color: #17643b; background: #edf8f2; border: 1px solid #cce9d9; }
body.ln-quote-page .ln-form-error { color: #9f2027; background: #fff1f1; border: 1px solid #f2c9cc; }

body.ln-quote-page .ln-quote-step { display: grid; gap: 30px; min-height: 560px; align-content: start; padding: clamp(34px, 5vw, 64px); }
body.ln-quote-page [data-quote-wizard].is-enhanced .ln-quote-step { display: none; }
body.ln-quote-page [data-quote-wizard].is-enhanced .ln-quote-step.is-active { display: grid; }
body.ln-quote-page .ln-quote-step__head { display: grid; max-width: 760px; gap: 0; }
body.ln-quote-page .ln-quote-step__head > span { color: var(--ln-quote-red); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
body.ln-quote-page .ln-quote-step__head h2 { margin: 12px 0 0; color: var(--ln-quote-ink); font-size: clamp(30px, 3.3vw, 44px); font-weight: 570; letter-spacing: -.04em; line-height: 1.05; }
body.ln-quote-page .ln-quote-step__head p { margin: 14px 0 0; color: var(--ln-quote-muted); font-size: 14px; line-height: 1.6; }

body.ln-quote-page .ln-quote-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 920px; }
body.ln-quote-page .ln-quote-type-grid.is-single { grid-template-columns: minmax(0, 1fr); }
body.ln-quote-page .ln-quote-choice-input,
body.ln-quote-page .ln-ready-package-radio { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
body.ln-quote-page .ln-quote-type-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; min-height: 190px; align-items: start; padding: 26px; color: var(--ln-quote-ink); background: #f8f9fa; border: 1px solid #d9dde2; border-radius: 12px; cursor: pointer; transition: border-color .16s ease, background-color .16s ease; }
body.ln-quote-page .ln-quote-type-card:hover { border-color: #aeb5bd; }
body.ln-quote-page .ln-quote-choice-input:focus-visible + .ln-quote-type-card { outline: 3px solid rgba(217, 45, 53, .18); outline-offset: 2px; }
body.ln-quote-page .ln-quote-choice-input:checked + .ln-quote-type-card { background: #fff7f7; border-color: var(--ln-quote-red); }
body.ln-quote-page .ln-quote-type-card__copy { display: grid; gap: 10px; }
body.ln-quote-page .ln-quote-type-card__eyebrow { width: max-content; padding: 5px 8px; color: var(--ln-quote-red); background: #fff0f1; border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
body.ln-quote-page .ln-quote-type-card__copy strong { font-size: 22px; font-weight: 650; letter-spacing: -.025em; line-height: 1.15; }
body.ln-quote-page .ln-quote-type-card__copy small { color: var(--ln-quote-muted); font-size: 13px; line-height: 1.55; }
body.ln-quote-page .ln-quote-type-card__copy em { margin-top: 10px; color: #424951; font-size: 11px; font-style: normal; font-weight: 650; }
body.ln-quote-page .ln-quote-type-card__check { width: 22px; height: 22px; border: 1px solid #aeb5bd; border-radius: 50%; }
body.ln-quote-page .ln-quote-choice-input:checked + .ln-quote-type-card .ln-quote-type-card__check { background: var(--ln-quote-red); border: 5px solid #fff; outline: 1px solid var(--ln-quote-red); }

body.ln-quote-page .ln-quote-scope { display: grid; gap: 22px; }
body.ln-quote-page .ln-quote-scope[hidden] { display: none !important; }
body.ln-quote-page .ln-quote-scope__intro { display: grid; gap: 6px; max-width: 780px; }
body.ln-quote-page .ln-quote-scope__intro > span { margin-bottom: 4px; color: var(--ln-quote-red); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
body.ln-quote-page .ln-quote-scope__intro strong { color: var(--ln-quote-ink); font-size: 18px; }
body.ln-quote-page .ln-quote-scope__intro small { max-width: 760px; color: var(--ln-quote-muted); font-size: 13px; line-height: 1.55; }

body.ln-quote-page .ln-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; border: 0; }
body.ln-quote-page .ln-check-list label { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; min-height: 56px; align-items: center; padding: 14px 16px; color: #333941; background: #f7f8f9; border: 1px solid #e1e4e8; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; }
body.ln-quote-page .ln-check-list label:has(input:checked) { background: #fff7f7; border-color: rgba(217, 45, 53, .58); }
body.ln-quote-page .ln-check-list input { appearance: none; width: 18px; height: 18px; min-height: 18px; margin: 0; border: 1px solid #aeb5bd; border-radius: 4px; background: #fff; }
body.ln-quote-page .ln-check-list input:checked { background: var(--ln-quote-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.3l3 3L13 4.8' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 14px no-repeat; border-color: var(--ln-quote-red); }

body.ln-quote-page .ln-ready-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: start; }
body.ln-quote-page .ln-ready-package-card { position: relative; display: grid; overflow: hidden; background: #fff; border: 1px solid #dfe3e7; border-radius: 10px; }
body.ln-quote-page .ln-ready-package-card:hover { transform: none; border-color: #c8cdd3; box-shadow: none; }
body.ln-quote-page .ln-ready-package-card.is-featured { border-top: 3px solid var(--ln-quote-red); }
body.ln-quote-page .ln-ready-package-card:has(.ln-ready-package-radio:checked) { background: #fffafa; border-color: var(--ln-quote-red); }
body.ln-quote-page .ln-ready-package-card > label { display: grid; gap: 0; min-height: 315px; padding: 22px; cursor: pointer; }
body.ln-quote-page .ln-ready-package-card__top { display: flex; min-height: 28px; gap: 8px; align-items: flex-start; justify-content: space-between; color: #777e87; font-size: 9px; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
body.ln-quote-page .ln-ready-package-card__top b { max-width: 124px; padding: 4px 7px; color: var(--ln-quote-red); background: #fff0f1; border-radius: 999px; font-size: 8px; letter-spacing: .04em; text-align: center; }
body.ln-quote-page .ln-ready-package-card__title { margin-top: 16px; color: var(--ln-quote-ink); font-size: 22px; font-weight: 650; letter-spacing: -.03em; line-height: 1.1; }
body.ln-quote-page .ln-ready-package-card > label > p { margin: 12px 0 0; color: var(--ln-quote-muted); font-size: 12px; line-height: 1.55; }
body.ln-quote-page .ln-ready-package-card__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e3e6e9; }
body.ln-quote-page .ln-ready-package-card__meta > span { display: grid; gap: 3px; }
body.ln-quote-page .ln-ready-package-card__meta small { color: #818892; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
body.ln-quote-page .ln-ready-package-card__meta strong { color: var(--ln-quote-ink); font-size: 12px; line-height: 1.35; }
body.ln-quote-page .ln-ready-package-card__select { display: flex; gap: 8px; align-items: center; align-self: end; margin-top: 20px; color: var(--ln-quote-ink); font-size: 12px; font-weight: 700; }
body.ln-quote-page .ln-ready-package-card__select > span { width: 17px; height: 17px; border: 1px solid #aab1b9; border-radius: 50%; }
body.ln-quote-page .ln-ready-package-radio:checked + label .ln-ready-package-card__select > span { background: var(--ln-quote-red); border: 4px solid #fff; outline: 1px solid var(--ln-quote-red); }
body.ln-quote-page .ln-ready-package-details { border-top: 1px solid #e3e6e9; }
body.ln-quote-page .ln-ready-package-details summary,
body.ln-quote-page .ln-ready-package-card__example { display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; color: #40464e; background: #f8f9fa; font-size: 11px; font-weight: 650; text-decoration: none; cursor: pointer; }
body.ln-quote-page .ln-ready-package-details summary { list-style: none; }
body.ln-quote-page .ln-ready-package-details summary::-webkit-details-marker { display: none; }
body.ln-quote-page .ln-ready-package-details[open] summary span { transform: rotate(45deg); }
body.ln-quote-page .ln-ready-package-details ul { display: grid; gap: 10px; margin: 0; padding: 16px 20px 18px; list-style: none; }
body.ln-quote-page .ln-ready-package-details li { display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 8px; color: #3c424a; font-size: 11px; line-height: 1.45; }
body.ln-quote-page .ln-ready-package-details li > span:first-child { color: var(--ln-quote-red); }
body.ln-quote-page .ln-ready-package-details li > span:last-child { display: grid; gap: 2px; }
body.ln-quote-page .ln-ready-package-details li small { color: var(--ln-quote-muted); font-size: 10px; }
body.ln-quote-page .ln-ready-package-card__example { color: var(--ln-quote-red); border-top: 1px solid #e3e6e9; }

body.ln-quote-page .ln-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
body.ln-quote-page .ln-form-grid__wide { grid-column: 1 / -1; }
body.ln-quote-page .ln-quote-form label { display: grid; gap: 8px; color: #3b424a; font-size: 12px; font-weight: 650; }
body.ln-quote-page .ln-required { color: var(--ln-quote-red); }
body.ln-quote-page .ln-quote-form input:not([type="radio"]):not([type="checkbox"]),
body.ln-quote-page .ln-quote-form select,
body.ln-quote-page .ln-quote-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--ln-quote-ink); background: #fff; border: 1px solid #cfd4da; border-radius: 8px; font-size: 14px; font-weight: 400; outline: none; }
body.ln-quote-page .ln-quote-form textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
body.ln-quote-page .ln-quote-form input:focus,
body.ln-quote-page .ln-quote-form select:focus,
body.ln-quote-page .ln-quote-form textarea:focus { border-color: var(--ln-quote-red); box-shadow: 0 0 0 3px rgba(217, 45, 53, .09); }

body.ln-quote-page .ln-quote-optional { background: #f8f9fa; border: 1px solid #e0e4e8; border-radius: 9px; }
body.ln-quote-page .ln-quote-optional summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; color: #3d444c; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
body.ln-quote-page .ln-quote-optional summary::-webkit-details-marker { display: none; }
body.ln-quote-page .ln-quote-optional summary span { color: #818892; font-size: 10px; font-weight: 600; text-transform: uppercase; }
body.ln-quote-page .ln-quote-optional > .ln-form-grid { padding: 4px 18px 20px; }

body.ln-quote-page .ln-quote-summary { display: grid; margin: 0; border: 1px solid #dfe3e7; border-radius: 9px; }
body.ln-quote-page .ln-quote-summary > div { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 18px; padding: 15px 18px; border-bottom: 1px solid #e4e7ea; }
body.ln-quote-page .ln-quote-summary > div:last-child { border-bottom: 0; }
body.ln-quote-page .ln-quote-summary dt { color: #7b828b; font-size: 11px; font-weight: 650; }
body.ln-quote-page .ln-quote-summary dd { margin: 0; color: var(--ln-quote-ink); font-size: 13px; font-weight: 650; }

body.ln-quote-page .ln-quote-file { padding: 18px; background: #f8f9fa; border: 1px dashed #bfc5cc; border-radius: 9px; }
body.ln-quote-page .ln-quote-file input[type="file"] { min-height: 46px !important; padding: 6px !important; background: #fff !important; }
body.ln-quote-page .ln-quote-file input[type="file"]::file-selector-button { min-height: 32px; margin-right: 10px; padding: 0 12px; color: #fff; background: var(--ln-quote-ink); border: 0; border-radius: 6px; font: inherit; cursor: pointer; }
body.ln-quote-page .ln-quote-file small { color: var(--ln-quote-muted); font-size: 11px; font-weight: 400; }
body.ln-quote-page .ln-quote-confirm { display: grid; gap: 14px; }
body.ln-quote-page .ln-quote-confirm p { margin: 0; color: var(--ln-quote-muted); font-size: 11px; line-height: 1.55; }
body.ln-quote-page .ln-quote-form .ln-form-check { display: grid; grid-template-columns: auto auto 72px; gap: 8px; width: max-content; max-width: 100%; align-items: center; }
body.ln-quote-page .ln-quote-form .ln-form-check input { min-height: 38px; }

body.ln-quote-page .ln-quote-step__error { min-height: 18px; margin: -12px 0 0; color: #b4232b; font-size: 12px; font-weight: 650; }
body.ln-quote-page .ln-quote-step__actions { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 8px; }
body.ln-quote-page .ln-quote-step__actions.is-end { justify-content: flex-end; }
body.ln-quote-page .ln-quote-step__actions button { display: inline-flex; gap: 18px; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 7px; font-size: 13px; font-weight: 700; cursor: pointer; }
body.ln-quote-page .ln-quote-back { color: #3d444c; background: #fff; border: 1px solid #cfd4da; }
body.ln-quote-page .ln-quote-next,
body.ln-quote-page .ln-quote-submit-button { color: #fff; background: var(--ln-quote-red); border: 1px solid var(--ln-quote-red); }
body.ln-quote-page .ln-quote-next:hover,
body.ln-quote-page .ln-quote-submit-button:hover { background: #bd252d; }

@media (max-width: 860px) {
  body.ln-quote-page .ln-quote-intro__inner { gap: 40px; }
  body.ln-quote-page .ln-quote-intro.has-visual .ln-quote-intro__inner { grid-template-columns: minmax(0, 1fr) minmax(300px, 340px); }
  body.ln-quote-page .ln-quote-intro h1 { font-size: clamp(46px, 6.2vw, 62px); }
  body.ln-quote-page .ln-quote-intro__visual { min-height: 370px; }
  body.ln-quote-page .ln-quote-intro__visual img { max-height: 338px; }
  body.ln-quote-page .ln-ready-package-grid { grid-template-columns: 1fr; }
  body.ln-quote-page .ln-ready-package-card > label { min-height: 0; }
}

@media (max-width: 680px) {
  body.ln-quote-page .ln-quote-intro__inner { min-height: 0; padding-block: 42px 34px; }
  body.ln-quote-page .ln-quote-intro.has-visual .ln-quote-intro__inner { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  body.ln-quote-page .ln-quote-intro h1 { max-width: none; margin-top: 20px; font-size: clamp(40px, 11vw, 52px); line-height: .98; }
  body.ln-quote-page .ln-quote-intro__lead { max-width: none; margin-top: 20px; font-size: 15px; line-height: 1.62; }
  body.ln-quote-page .ln-quote-intro__principles { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  body.ln-quote-page .ln-quote-intro__actions { align-items: flex-start; flex-direction: column; margin-top: 28px; }
  body.ln-quote-page .ln-quote-intro__cta { width: 100%; justify-content: space-between; }
  body.ln-quote-page .ln-quote-intro__note { padding-left: 2px; }
  body.ln-quote-page .ln-quote-intro__visual { width: 100%; min-height: 300px; justify-self: center; padding: 12px 12px 30px; }
  body.ln-quote-page .ln-quote-intro__visual::after { bottom: 29px; }
  body.ln-quote-page .ln-quote-intro__visual img { max-width: 82%; max-height: 286px; }
  body.ln-quote-page .ln-quote-intro__visual figcaption { right: 2px; bottom: 36px; }
  body.ln-quote-page .ln-quote-shell { width: min(100% - 24px, 1120px); margin-top: 20px; }
  body.ln-quote-page .ln-quote-progress small { display: none; }
  body.ln-quote-page .ln-quote-progress > span { justify-content: center; padding: 11px; }
  body.ln-quote-page .ln-quote-step { gap: 24px; min-height: 0; padding: 28px 20px; }
  body.ln-quote-page .ln-quote-type-grid,
  body.ln-quote-page .ln-check-list,
  body.ln-quote-page .ln-form-grid { grid-template-columns: 1fr; }
  body.ln-quote-page .ln-form-grid__wide { grid-column: auto; }
  body.ln-quote-page .ln-quote-type-card { min-height: 0; padding: 20px; }
  body.ln-quote-page .ln-quote-summary > div { grid-template-columns: 1fr; gap: 5px; }
  body.ln-quote-page .ln-quote-step__actions { align-items: stretch; flex-direction: column-reverse; }
  body.ln-quote-page .ln-quote-step__actions.is-end { align-items: stretch; }
  body.ln-quote-page .ln-quote-step__actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  body.ln-quote-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
