:root {
  --ink: #07101f;
  --ink-2: #0b1728;
  --panel: #101f34;
  --blue: #1e85ff;
  --blue-2: #62b4ff;
  --pale: #edf6ff;
  --paper: #f7fafc;
  --line: #dce7f1;
  --muted: #5f6d7d;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(5, 19, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.section-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header { height: 76px; width: min(1220px, calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: .11em; font-family: Manrope, sans-serif; font-size: 14px; }
.brand strong { color: var(--blue); font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--ink); }
.brand-mark svg { width: 33px; height: 33px; fill: none; stroke: var(--blue-2); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark svg .spark { fill: var(--blue-2); stroke: none; }
.brand-mark.mini { width: 32px; height: 32px; border-radius: 10px; color: var(--blue-2); }
.hero { min-height: 640px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 32px; padding: 58px 0 92px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; color: #247de3; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 26px; height: 2px; background: var(--blue); }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; letter-spacing: -.04em; line-height: 1.06; }
h1 { margin-top: 20px; font-size: clamp(46px, 5.4vw, 76px); }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 570px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.student-note { width: fit-content; margin: 17px 0 0; padding: 9px 12px; border: 1px solid #d9e9f8; border-radius: 10px; color: #35516d; background: #f3f9ff; font-size: 13px; font-weight: 700; }
.student-note span { color: var(--blue); margin-right: 5px; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; padding: 0 20px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 25px rgba(30, 133, 255, .25); }
.button-secondary { border: 1px solid var(--line); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 31px; font-size: 13px; font-weight: 600; color: #3e4c5e; }
.trust-row span { display: flex; align-items: center; gap: 5px; }
.trust-row svg { width: 16px; height: 16px; fill: none; stroke: var(--blue); stroke-width: 2.4; }

.hero-art { position: relative; min-height: 490px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 2% 3% 12%; border-radius: 42px; background: linear-gradient(145deg, #081426, #0d213a); transform: rotate(2deg); box-shadow: var(--shadow); z-index: -2; }
.hero-art::after { content: ""; position: absolute; inset: 7% 1% 8% 8%; border: 1px solid rgba(98,180,255,.2); border-radius: 36px; z-index: -1; }
.hero-logo { position: relative; z-index: 1; width: 95%; height: auto; max-height: 395px; object-fit: contain; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.28); transform: translateY(-18px); }
.neighborhood-card { position: absolute; bottom: 10px; left: 3px; right: 38px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(14, 31, 52, .94); color: white; display: flex; align-items: center; gap: 13px; z-index: 2; box-shadow: 0 17px 40px rgba(0,0,0,.25); }
.pin { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(30,133,255,.18); color: var(--blue-2); font-size: 25px; }
.neighborhood-card strong, .neighborhood-card small { display: block; }
.neighborhood-card strong { font-size: 13px; }
.neighborhood-card small { margin-top: 3px; color: #a8bad0; font-size: 11px; }

.services { padding: 96px 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: end; }
.section-heading h2, .request-intro h2 { margin-top: 10px; font-size: clamp(35px, 4vw, 53px); }
.section-heading p { margin: 0 0 3px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.service-card { position: relative; padding: 31px; border: 1px solid var(--line); background: white; border-radius: var(--radius); box-shadow: 0 9px 30px rgba(9, 31, 57, .05); overflow: hidden; }
.service-card.featured { border: 2px solid var(--blue); padding: 30px; box-shadow: 0 14px 45px rgba(30,133,255,.12); }
.popular { position: absolute; right: 18px; top: 0; padding: 7px 12px; background: var(--blue); color: white; border-radius: 0 0 9px 9px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-top { display: flex; align-items: center; gap: 16px; }
.service-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color: var(--blue); background: var(--pale); font-size: 22px; }
.service-top h3 { margin-top: 0; font-size: 25px; }
.service-card > p { color: var(--muted); margin: 22px 0; }
.service-card ul { display: grid; grid-template-columns: 1fr; gap: 9px; list-style: none; padding: 0; margin: 0 0 30px; font-size: 14px; }
.service-card li::before { content: "✓"; color: var(--blue); font-weight: 800; margin-right: 8px; }
.service-card li.included-extra { color: #176ec7; font-weight: 800; }
.service-card li.included-extra::before { content: "★"; }
.price-row { padding-top: 24px; border-top: 1px solid var(--line); }
.price-row span > * { display: block; }
.price-row strong { font-family: Manrope, sans-serif; font-size: 35px; letter-spacing: -.04em; line-height: 1; }
.price-row small { color: #8090a2; margin-top: 5px; }
.pricing-notice { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: start; margin-top: 23px; padding: 20px 22px; border: 1px solid #b9dcff; border-radius: 17px; background: #f2f8ff; color: #31445a; }
.pricing-notice-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: var(--blue); color: white; font: 800 17px Manrope, sans-serif; }
.pricing-notice strong { display: block; color: #11365d; font-family: Manrope, sans-serif; }
.pricing-notice p { margin: 5px 0 0; font-size: 14px; line-height: 1.55; }
.pricing-notice b { color: #176ec7; }
.compare-wrap { margin-top: 23px; padding: 24px 28px 8px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.compare-title { display: flex; justify-content: space-between; align-items: center; }
.compare-title span { font-weight: 800; font-family: Manrope, sans-serif; }
.compare-title small { display: none; color: var(--muted); }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; margin-top: 13px; min-width: 620px; }
th, td { padding: 14px 12px; text-align: center; border-top: 1px solid #edf2f7; font-size: 14px; }
th:first-child, td:first-child { text-align: left; width: 58%; }
th { color: #627185; font-size: 12px; }
.check { color: var(--blue); font-weight: 800; font-size: 17px; }
.dash { color: #aab4bf; }
.air-freshener-row { background: #f2f8ff; }
.air-freshener-row td:first-child { color: #176ec7; font-weight: 800; }
.addons { margin-top: 60px; }
.addons-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 23px; }
.addons-heading h3 { margin-top: 8px; font-size: 32px; }
.addons-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.addon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.addon-card { position: relative; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; overflow: hidden; }
.addon-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.addon-top span { color: #718096; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.addon-top strong { color: var(--blue); font: 800 17px Manrope, sans-serif; white-space: nowrap; }
.addon-card h4 { margin: 14px 0 0; font: 800 21px/1.15 Manrope, sans-serif; letter-spacing: -.03em; }
.addon-card ul { display: grid; gap: 10px; padding: 0; margin: 19px 0 0; list-style: none; color: #526172; font-size: 12px; }
.addon-card li { position: relative; padding-left: 15px; }
.addon-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.bundle-card { border: 2px solid var(--blue); padding: 21px; box-shadow: 0 12px 35px rgba(30,133,255,.11); }
.bundle-badge { position: absolute; top: 0; right: 17px; padding: 6px 9px; border-radius: 0 0 8px 8px; color: white; background: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.bundle-card .addon-top { padding-right: 53px; }
.reviews-section { padding: 88px 0 96px; border-top: 1px solid #e4edf6; background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.reviews-heading-copy { display: grid; gap: 18px; justify-items: start; }
.reviews-heading-copy p { margin: 0; color: var(--muted); }
.google-reviews-link { display: inline-flex; align-items: center; gap: 9px; color: #176ec7; font-weight: 800; text-decoration: none; }
.google-reviews-link span { font-size: 18px; transition: transform .2s ease; }
.google-reviews-link:hover span { transform: translate(2px, -2px); }
.review-carousel { margin-top: 42px; }
.review-viewport { overflow: hidden; border-radius: var(--radius); outline: 0; box-shadow: 0 18px 48px rgba(9, 31, 57, .09); }
.review-viewport:focus-visible { box-shadow: 0 0 0 4px rgba(30,133,255,.2), 0 18px 48px rgba(9, 31, 57, .09); }
.review-track { display: flex; transition: transform .48s cubic-bezier(.22,.75,.25,1); will-change: transform; }
.review-track.no-transition { transition: none; }
.review-card { min-height: 295px; flex: 0 0 100%; display: flex; flex-direction: column; padding: 34px 38px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f3f9ff); }
.review-card-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.review-stars { color: #f5a623; font-size: 18px; letter-spacing: .09em; line-height: 1; }
.review-source { padding: 5px 8px; border-radius: 7px; color: #3e5874; background: #eaf4ff; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.review-card blockquote { max-width: 920px; margin: 24px 0 30px; color: #26384d; font: 600 clamp(17px, 2vw, 22px)/1.6 "DM Sans", system-ui, sans-serif; }
.review-author { display: flex; align-items: center; gap: 12px; width: fit-content; margin-top: auto; text-decoration: none; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--ink); font: 800 15px Manrope, sans-serif; }
.review-author strong, .review-author small { display: block; }
.review-author strong { font-size: 14px; }
.review-author small { margin-top: 2px; color: #708094; font-size: 11px; }
.review-controls { min-height: 52px; margin-top: 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.review-arrows { display: flex; gap: 8px; }
.review-control, .review-pause { min-height: 42px; border: 1px solid var(--line); color: var(--ink); background: white; font-weight: 800; cursor: pointer; }
.review-control { width: 44px; border-radius: 50%; font-size: 18px; }
.review-control.next { color: white; border-color: var(--blue); background: var(--blue); }
.review-control:hover, .review-pause:hover { transform: translateY(-1px); }
.review-position { color: #657487; font-size: 13px; font-weight: 800; }
.review-pause { justify-self: end; padding: 0 14px; border-radius: 11px; font-size: 12px; }
.request-section { padding: 105px 0; background: var(--ink); color: white; position: relative; overflow: hidden; }
.request-section::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(30,133,255,.13); filter: blur(1px); left: -240px; top: -220px; }
.request-shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; position: relative; z-index: 1; }
.request-intro > p { color: #a9b7c9; font-size: 17px; }
.local-note { margin-top: 31px; padding: 17px; display: flex; gap: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 15px; }
.local-note svg { flex: 0 0 auto; width: 24px; height: 24px; fill: none; stroke: var(--blue-2); stroke-width: 1.8; }
.local-note strong, .local-note span { display: block; }
.local-note strong { font-size: 14px; }
.local-note span { margin-top: 2px; font-size: 12px; color: #a9b7c9; }
.contact-card { margin-top: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.contact-card span, .contact-card small { display: block; color: #8fa0b5; font-size: 12px; }
.contact-card a { display: inline-block; margin: 4px 0 2px; color: white; text-decoration: none; font: 700 24px Manrope, sans-serif; }
.form-card { min-height: 570px; padding: 32px; border-radius: 26px; background: white; color: var(--ink); box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.progress { display: flex; align-items: center; margin-bottom: 29px; }
.progress-step { display: inline-flex; align-items: center; gap: 7px; color: #9aa6b4; font-size: 11px; font-weight: 700; white-space: nowrap; }
.progress-step b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #eef2f6; font-size: 11px; }
.progress-step.active, .progress-step.done { color: var(--ink); }
.progress-step.active b { color: white; background: var(--blue); }
.progress-step.done b { color: white; background: #0fb178; }
.progress i { flex: 1; height: 1px; min-width: 10px; background: var(--line); margin: 0 8px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-step { display: none; }
.form-step.active { display: block; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } }
legend { font: 800 25px/1.15 Manrope, sans-serif; letter-spacing: -.03em; }
.step-help { color: var(--muted); margin: 7px 0 20px; font-size: 13px; }
.choice-list { display: grid; gap: 10px; }
.radio-card { min-height: 75px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--blue); background: #f4f9ff; box-shadow: 0 0 0 2px rgba(30,133,255,.1); }
.radio-card input { position: absolute; opacity: 0; }
.fake-radio { width: 19px; height: 19px; border: 2px solid #b8c4d0; border-radius: 50%; box-shadow: inset 0 0 0 4px white; }
.radio-card:has(input:checked) .fake-radio { border-color: var(--blue); background: var(--blue); }
.radio-card span strong, .radio-card span small { display: block; }
.radio-card span strong { font-size: 14px; }
.radio-card span small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.radio-card > b { font-family: Manrope, sans-serif; }
.radio-card em { font: 700 9px DM Sans, sans-serif; font-style: normal; color: #1673db; background: #e7f3ff; padding: 3px 5px; border-radius: 4px; text-transform: uppercase; vertical-align: 2px; }
.addon-picker { margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); }
.addon-picker-title { display: flex; justify-content: space-between; align-items: center; }
.addon-picker-title strong { font: 800 18px Manrope, sans-serif; }
.addon-picker-title span { padding: 3px 7px; border-radius: 6px; color: #5c6a7b; background: #edf2f7; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.addon-picker > p { margin: 3px 0 12px; color: var(--muted); font-size: 11px; }
.addon-choice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-card { min-height: 63px; display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 11px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.check-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.fake-check { width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid #b8c4d0; border-radius: 5px; color: transparent; font-size: 11px; font-weight: 800; }
.check-card:has(input:checked) { border-color: var(--blue); background: #f4f9ff; }
.check-card:has(input:checked) .fake-check { color: white; border-color: var(--blue); background: var(--blue); }
.check-card > span strong, .check-card > span small { display: block; }
.check-card > span strong { font-size: 12px; }
.check-card > span small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.check-card > b { font: 800 12px Manrope, sans-serif; white-space: nowrap; }
.check-card em { padding: 2px 4px; border-radius: 4px; color: #1673db; background: #e7f3ff; font-size: 8px; font-style: normal; text-transform: uppercase; }
.check-card.is-disabled { opacity: .43; background: #f3f5f7; cursor: not-allowed; }
.bundle-choice { border-color: #b9d9ff; }
.form-next, .form-back { min-height: 47px; border: 0; border-radius: 12px; padding: 0 18px; font-weight: 700; cursor: pointer; }
.form-next { width: 100%; margin-top: 18px; display: flex; justify-content: center; align-items: center; gap: 18px; background: var(--blue); color: white; }
.form-back { background: #edf2f7; color: #354355; }
.form-controls { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 18px; }
.form-controls .form-next { margin: 0; }
.form-error { min-height: 18px; margin: 8px 0 -8px; color: #c43737; font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field.full { grid-column: 1 / -1; }
.field span { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; }
.field span small { color: #8795a5; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid #d4dee8; color: var(--ink); background: white; border-radius: 10px; padding: 11px 12px; outline: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,133,255,.12); }
.availability-note { grid-column: 1 / -1; margin: -3px 0 2px; padding: 10px 12px; border-radius: 10px; color: #5f6f82; background: #f3f7fb; font-size: 12px; }
.availability-note.is-available { color: #176ec7; background: #eaf4ff; font-weight: 700; }
textarea { resize: vertical; }
.success-panel { text-align: center; padding: 17px 8px 0; }
.success-icon { width: 54px; height: 54px; margin: 0 auto 13px; border-radius: 50%; display: grid; place-items: center; color: white; background: #0fb178; font-size: 25px; }
.success-panel h3 { margin-top: 8px; font-size: 28px; }
.success-panel > p { color: var(--muted); font-size: 13px; max-width: 430px; margin: 9px auto 18px; }
.success-panel dl { margin: 0; padding: 5px 18px; border: 1px solid var(--line); border-radius: 14px; text-align: left; background: #fafcfe; }
.success-panel dl div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid #e9eef3; font-size: 13px; }
.success-panel dl div:last-child { border: 0; }
.success-panel dt { color: var(--muted); }
.success-panel dd { margin: 0; font-weight: 700; text-align: right; }
.calendly-booking-link { text-decoration: none; box-shadow: 0 10px 25px rgba(30,133,255,.2); }
.calendly-note { display: block; margin-top: 8px; color: #68788a; font-size: 11px; }
.text-link, .start-over { display: block; width: fit-content; margin: 12px auto 0; color: #1a73da; background: none; border: 0; font-weight: 700; font-size: 13px; cursor: pointer; }

footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer-inner { width: min(1160px, calc(100% - 40px)); margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-inner p { color: var(--muted); font-size: 13px; }
.footer-inner > div { display: flex; gap: 16px; font-size: 12px; color: var(--muted); }
.footer-inner > div a { color: var(--ink); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .student-note { margin-left: auto; margin-right: auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-art { min-height: 430px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading p { max-width: 600px; }
  .request-shell { grid-template-columns: 1fr; gap: 36px; }
  .request-intro { max-width: 670px; }
  .service-grid { grid-template-columns: 1fr; }
  .addon-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .section-shell, .site-header, .footer-inner { width: min(100% - 28px, 1160px); }
  .site-header { height: 68px; }
  .brand { font-size: 12px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 11px; }
  .brand-mark svg { width: 29px; }
  .hero { min-height: auto; padding: 42px 0 74px; gap: 35px; }
  h1 { font-size: clamp(41px, 13vw, 57px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { gap: 9px 14px; }
  .hero-art { min-height: 320px; }
  .hero-art::before { inset: 0 0 14%; border-radius: 28px; }
  .hero-art::after { inset: 5% 2% 11% 5%; border-radius: 25px; }
  .hero-logo { width: 100%; max-height: 260px; border-radius: 16px; transform: translateY(-15px); }
  .neighborhood-card { right: 8px; left: 8px; bottom: 0; padding: 13px; }
  .neighborhood-card small { font-size: 10px; }
  .services, .reviews-section, .request-section { padding: 75px 0; }
  .section-heading h2, .request-intro h2 { font-size: 37px; }
  .service-card, .service-card.featured { padding: 23px; }
  .service-card ul { grid-template-columns: 1fr; gap: 8px; }
  .addons-heading { display: block; }
  .addons-heading p { margin-top: 10px; }
  .addon-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 330px; padding: 24px 22px; }
  .review-card blockquote { font-size: 16px; }
  .review-controls { grid-template-columns: 1fr auto; }
  .review-position { justify-self: end; }
  .review-pause { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; }
  .addon-choice-list { grid-template-columns: 1fr; }
  .price-row strong { font-size: 31px; }
  .compare-wrap { padding: 20px 14px 5px; }
  .compare-title small { display: block; }
  .form-card { min-height: 555px; padding: 23px 17px; border-radius: 21px; }
  .progress-step { font-size: 0; }
  .progress-step b { font-size: 11px; }
  legend { font-size: 23px; }
  .field-grid { grid-template-columns: 1fr; }
  .field, .field.full { grid-column: 1; }
  .footer-inner { flex-direction: column; text-align: center; }
}

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