:root {
  --zb-ink: #08172a;
  --zb-muted: #5f7086;
  --zb-blue: #2368f3;
  --zb-blue-dark: #174fc8;
  --zb-cyan: #39c7f4;
  --zb-soft: #f2f6fb;
  --zb-line: #dbe5f0;
  --zb-green: #12a66b;
  --zb-white: #fff;
  --zb-radius: 26px;
  --zb-shadow: 0 24px 70px rgba(13, 35, 66, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--zb-ink); background: #fff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, textarea, select { font: inherit; }
.zb-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.zb-hero { position: relative; overflow: hidden; padding: 94px 0 74px; color: #fff; background: radial-gradient(circle at 78% 24%, rgba(57, 199, 244, .24), transparent 29%), linear-gradient(135deg, #071629 0%, #0c2443 56%, #12448a 100%); }
.zb-hero::after { position: absolute; right: -110px; bottom: -190px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); pointer-events: none; }
.zb-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 76px; align-items: center; }
.zb-eyebrow, .zb-step__head > span, .zb-explain__head > span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; color: #bceeff; background: rgba(57, 199, 244, .12); border: 1px solid rgba(104, 218, 255, .25); border-radius: 99px; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.zb-hero h1 { max-width: 760px; margin: 20px 0 22px; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; }
.zb-hero p { max-width: 720px; margin: 0; color: #c8d7e9; font-size: 19px; line-height: 1.68; }
.zb-hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 32px; }
.zb-hero__facts span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: #d8e6f5; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; font-size: 13px; }
.zb-hero__facts b { color: #70d7ff; font-size: 18px; }
.zb-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 0; border-radius: 14px; font-weight: 820; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.zb-button:hover { transform: translateY(-2px); }
.zb-button--primary { color: #fff; background: var(--zb-blue); box-shadow: 0 15px 35px rgba(35,104,243,.28); }
.zb-button--primary:hover { color: #fff; background: var(--zb-blue-dark); }
.zb-button--secondary { color: var(--zb-ink); background: #edf2f8; box-shadow: none; }
.zb-hero__visual { padding: 25px; background: rgba(4, 17, 35, .38); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; box-shadow: 0 30px 90px rgba(0,0,0,.26); backdrop-filter: blur(18px); }
.zb-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.zb-flow span { min-height: 74px; display: grid; place-items: center; padding: 12px; color: #e9f5ff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 15px; text-align: center; font-size: 12px; font-weight: 760; line-height: 1.35; }
.zb-flow i { color: #50caf4; font-style: normal; }
.zb-estimate-card { margin-top: 18px; padding: 24px; color: var(--zb-ink); background: linear-gradient(135deg, #fff, #e8f6ff); border-radius: 20px; }
.zb-estimate-card small { display: block; margin-bottom: 8px; color: var(--zb-blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.zb-estimate-card strong { display: block; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.zb-estimate-card p { margin-top: 10px; color: var(--zb-muted); font-size: 13px; line-height: 1.55; }

.zb-section { padding: 72px 0 92px; background: linear-gradient(#f7f9fc, #eef3f8); }
.zb-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 28px; align-items: start; }
.zb-progress { position: sticky; top: 96px; padding: 23px; background: #0a1a2f; border-radius: 22px; box-shadow: var(--zb-shadow); }
.zb-progress__head { display: flex; justify-content: space-between; gap: 10px; color: #fff; }
.zb-progress__head span { color: #7fdcff; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.zb-progress__head b { font-size: 12px; }
.zb-progress__bar { height: 5px; margin: 17px 0 21px; overflow: hidden; background: rgba(255,255,255,.11); border-radius: 99px; }
.zb-progress__bar i { display: block; width: 20%; height: 100%; background: linear-gradient(90deg, var(--zb-blue), var(--zb-cyan)); border-radius: inherit; transition: width .25s ease; }
.zb-progress ol { display: grid; gap: 7px; margin: 0; padding: 0; color: #8091a7; list-style: none; counter-reset: step; }
.zb-progress li { position: relative; padding: 9px 8px 9px 33px; border-radius: 10px; font-size: 13px; line-height: 1.35; transition: color .2s ease, background .2s ease; }
.zb-progress li::before { position: absolute; top: 8px; left: 8px; width: 18px; height: 18px; display: grid; place-items: center; content: counter(step); counter-increment: step; background: rgba(255,255,255,.08); border-radius: 6px; font-size: 10px; }
.zb-progress li.is-current { color: #fff; background: rgba(35,104,243,.22); }
.zb-progress li.is-complete { color: #acd9c8; }
.zb-progress__price { margin-top: 20px; padding: 17px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.zb-progress__price small { display: block; color: #8ca0b7; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zb-progress__price strong { display: block; margin: 7px 0 10px; font-size: 15px; line-height: 1.35; }
.zb-progress__price a { color: #77d4ff; font-size: 12px; }

.zb-form { min-width: 0; padding: 36px; background: #fff; border: 1px solid rgba(14,43,77,.08); border-radius: var(--zb-radius); box-shadow: var(--zb-shadow); }
.zb-step + .zb-step { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--zb-line); }
.zb-js .zb-step { display: none; margin: 0; padding: 0; border: 0; }
.zb-js .zb-step.is-current { display: block; animation: zbEnter .28s ease both; }
@keyframes zbEnter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.zb-step__head { margin-bottom: 28px; }
.zb-step__head > span { color: var(--zb-blue); background: #eef4ff; border-color: #dbe7ff; }
.zb-step__head h2 { margin: 13px 0 10px; font-size: clamp(30px, 4vw, 47px); line-height: 1.04; letter-spacing: -.045em; outline: none; }
.zb-step__head p { max-width: 730px; margin: 0; color: var(--zb-muted); font-size: 16px; line-height: 1.6; }
.zb-direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.zb-direction { position: relative; min-height: 154px; display: grid; grid-template-columns: 46px 1fr 25px; gap: 14px; align-items: start; padding: 20px; background: #f8fafc; border: 1px solid var(--zb-line); border-radius: 18px; cursor: pointer; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.zb-direction:hover { transform: translateY(-2px); border-color: #b9cdec; box-shadow: 0 14px 32px rgba(14,43,77,.09); }
.zb-direction input { position: absolute; opacity: 0; pointer-events: none; }
.zb-direction:has(input:checked) { background: linear-gradient(145deg, #f6f9ff, #eaf2ff); border-color: #6f9cf8; box-shadow: inset 0 0 0 1px rgba(35,104,243,.2), 0 15px 30px rgba(35,104,243,.1); }
.zb-direction:focus-within { outline: 3px solid rgba(35,104,243,.22); outline-offset: 2px; }
.zb-direction__number, .zb-question-head span, .zb-service-group__head > span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #0e2c52, #2368f3); border-radius: 13px; font-size: 12px; font-weight: 900; }
.zb-direction__copy { display: block; }
.zb-direction__copy strong { display: block; margin-bottom: 7px; font-size: 17px; line-height: 1.25; }
.zb-direction__copy small { display: block; color: var(--zb-muted); font-size: 13px; line-height: 1.45; }
.zb-direction__copy b { display: block; margin-top: 13px; color: var(--zb-blue); font-size: 12px; }
.zb-direction__mark { width: 24px; height: 24px; display: grid; place-items: center; color: transparent; border: 1px solid #c8d5e3; border-radius: 8px; font-size: 13px; }
.zb-direction input:checked ~ .zb-direction__mark { color: #fff; background: var(--zb-blue); border-color: var(--zb-blue); }
.zb-error { margin: 15px 0 0; padding: 12px 14px; color: #a72727; background: #fff1f1; border-radius: 10px; font-size: 14px; font-weight: 700; }

.zb-service-group + .zb-service-group { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--zb-line); }
.zb-js .zb-service-group[hidden], .zb-js .zb-questions[hidden] { display: none; }
.zb-service-group__head, .zb-question-head { display: flex; gap: 13px; align-items: center; margin-bottom: 15px; }
.zb-service-group__head h3, .zb-question-head h3 { margin: 0; font-size: 21px; letter-spacing: -.025em; }
.zb-service-group__head p { margin: 4px 0 0; color: var(--zb-muted); font-size: 13px; }
.zb-service-grid, .zb-scenario-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.zb-scenario { position: relative; min-height: 146px; display: grid; grid-template-columns: 23px 1fr; gap: 12px; align-items: start; padding: 18px; background: #f8fafc; border: 1px solid var(--zb-line); border-radius: 16px; cursor: pointer; transition: border .2s ease, background .2s ease, transform .2s ease; }
.zb-scenario:hover { transform: translateY(-1px); border-color: #aebfda; }
.zb-scenario input { position: absolute; opacity: 0; pointer-events: none; }
.zb-scenario:has(input:checked) { background: linear-gradient(145deg, #f5f8ff, #e9f1ff); border-color: #6e98ef; box-shadow: inset 0 0 0 1px rgba(35,104,243,.16); }
.zb-scenario:focus-within { outline: 3px solid rgba(35,104,243,.2); outline-offset: 2px; }
.zb-scenario__radio { width: 22px; height: 22px; border: 1px solid #b4c4d6; border-radius: 50%; }
.zb-scenario input:checked + .zb-scenario__radio { border: 6px solid var(--zb-blue); background: #fff; }
.zb-scenario strong { display: block; font-size: 15px; line-height: 1.35; }
.zb-scenario em { display: block; margin-top: 8px; color: var(--zb-muted); font-size: 12px; font-style: normal; line-height: 1.5; }
.zb-scenario b { display: inline-block; margin-top: 12px; padding: 6px 9px; color: var(--zb-blue); background: #e8f0ff; border-radius: 8px; font-size: 11px; }
.zb-addons { margin-top: 22px; padding: 19px; background: #f6f8fb; border: 1px solid var(--zb-line); border-radius: 16px; }
.zb-addons h4 { margin: 0; font-size: 15px; }
.zb-addons > p { margin: 5px 0 14px; color: var(--zb-muted); font-size: 12px; }
.zb-addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.zb-addon { position: relative; display: grid; grid-template-columns: 21px 1fr; gap: 9px; padding: 12px; background: #fff; border: 1px solid var(--zb-line); border-radius: 11px; cursor: pointer; }
.zb-addon input { position: absolute; opacity: 0; pointer-events: none; }
.zb-addon > span:first-of-type { width: 20px; height: 20px; border: 1px solid #b9c8d8; border-radius: 6px; }
.zb-addon input:checked + span { display: grid; place-items: center; color: #fff; background: var(--zb-blue); border-color: var(--zb-blue); }
.zb-addon input:checked + span::after { content: "✓"; font-size: 11px; font-weight: 900; }
.zb-addon strong, .zb-addon small { display: block; }
.zb-addon strong { font-size: 12px; line-height: 1.35; }
.zb-addon small { margin-top: 5px; color: var(--zb-blue); font-size: 10px; }
.zb-service { position: relative; display: grid; grid-template-columns: 23px 1fr; gap: 11px; padding: 17px; background: #f8fafc; border: 1px solid var(--zb-line); border-radius: 15px; cursor: pointer; }
.zb-service:hover { border-color: #b9cdec; }
.zb-service input { position: absolute; opacity: 0; pointer-events: none; }
.zb-service:has(input:checked) { background: #eef4ff; border-color: #77a0f4; }
.zb-service:focus-within { outline: 3px solid rgba(35,104,243,.2); outline-offset: 2px; }
.zb-service__check { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #b9c8d8; border-radius: 7px; }
.zb-service input:checked + .zb-service__check { background: var(--zb-blue); border-color: var(--zb-blue); }
.zb-service input:checked + .zb-service__check::after { content: "✓"; color: #fff; font-size: 12px; font-weight: 900; }
.zb-service strong { display: block; font-size: 14px; line-height: 1.35; }
.zb-service b { display: block; margin-top: 7px; color: var(--zb-blue); font-size: 12px; }
.zb-service em, .zb-service small { display: block; margin-top: 7px; color: var(--zb-muted); font-size: 12px; font-style: normal; line-height: 1.45; }
.zb-service small { color: #738499; }
.zb-estimate { margin-top: 28px; padding: 22px; background: #08192e; border-radius: 18px; color: #fff; }
.zb-estimate h3 { margin: 0 0 14px; font-size: 17px; }
.zb-estimate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.zb-estimate-grid div { padding: 13px; background: rgba(255,255,255,.07); border-radius: 11px; }
.zb-estimate-grid small { display: block; color: #94a7bd; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.zb-estimate-grid strong { display: block; margin-top: 5px; font-size: 16px; }
.zb-estimate p { margin: 13px 0 0; color: #aebed0; font-size: 12px; line-height: 1.5; }
.zb-calc { margin-top: 14px; padding: 15px; color: #dce8f4; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 13px; }
.zb-calc h4 { margin: 0 0 10px; color: #fff; font-size: 13px; }
.zb-calc > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.zb-calc > div b { flex: 0 0 auto; color: #70d7ff; }
.zb-calc aside { margin-top: 11px; padding: 10px; color: #cad8e6; background: rgba(57,199,244,.08); border-radius: 9px; font-size: 11px; line-height: 1.5; }

.zb-questions + .zb-questions { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--zb-line); }
.zb-question-head p { margin: 4px 0 0; color: var(--zb-muted); font-size: 12px; }
.zb-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.zb-field-grid label { display: grid; gap: 8px; color: var(--zb-ink); font-size: 13px; font-weight: 760; line-height: 1.35; }
.zb-field-grid input, .zb-field-grid textarea, .zb-field-grid select { width: 100%; min-height: 51px; padding: 13px 14px; color: var(--zb-ink); background: #fff; border: 1px solid #cfdbe8; border-radius: 12px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.zb-field-grid textarea { min-height: 110px; resize: vertical; }
.zb-field-grid input:focus, .zb-field-grid textarea:focus, .zb-field-grid select:focus { border-color: var(--zb-blue); box-shadow: 0 0 0 3px rgba(35,104,243,.13); }
.zb-field-grid input::placeholder, .zb-field-grid textarea::placeholder { color: #8a99aa; font-weight: 450; }
.zb-field--wide, .zb-field-grid--common .zb-field--wide { grid-column: 1 / -1; }
.zb-field-grid--spaced { margin-top: 18px; }
.zb-count-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.zb-count-grid label { display: grid; gap: 8px; padding: 14px; color: var(--zb-ink); background: #f7f9fc; border: 1px solid var(--zb-line); border-radius: 13px; font-size: 12px; font-weight: 760; }
.zb-count-grid input { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--zb-ink); background: #fff; border: 1px solid #cbd8e6; border-radius: 10px; outline: none; }
.zb-count-grid input:focus { border-color: var(--zb-blue); box-shadow: 0 0 0 3px rgba(35,104,243,.13); }
.zb-checks { margin: 20px 0 0; padding: 0; border: 0; }
.zb-checks legend { margin-bottom: 10px; font-size: 13px; font-weight: 800; }
.zb-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.zb-check-grid label { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: center; padding: 12px; background: #f7f9fc; border: 1px solid var(--zb-line); border-radius: 11px; cursor: pointer; font-size: 12px; line-height: 1.35; }
.zb-check-grid input { width: 18px; height: 18px; margin: 0; accent-color: var(--zb-blue); }
.zb-plain-field { display: grid; gap: 8px; margin-top: 18px; font-size: 13px; font-weight: 760; }
.zb-plain-field textarea { width: 100%; min-height: 100px; padding: 13px 14px; color: var(--zb-ink); background: #fff; border: 1px solid #cfdbe8; border-radius: 12px; resize: vertical; outline: none; }
.zb-plain-field textarea:focus { border-color: var(--zb-blue); box-shadow: 0 0 0 3px rgba(35,104,243,.13); }
.zb-contact-card { margin-top: 20px; padding: 23px; background: #f7f9fc; border: 1px solid var(--zb-line); border-radius: 18px; }
.zb-summary { padding: 23px; background: #091b31; border-radius: 18px; color: #fff; }
.zb-summary h3 { margin: 0 0 13px; font-size: 18px; }
.zb-summary__directions { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.zb-summary__directions span { padding: 7px 10px; color: #cfeeff; background: rgba(57,199,244,.11); border: 1px solid rgba(57,199,244,.2); border-radius: 99px; font-size: 11px; }
.zb-summary ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.zb-summary li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.09); color: #d7e3ef; font-size: 13px; }
.zb-summary li b { flex: 0 0 auto; color: #75d8ff; }
.zb-summary .zb-calc { margin-top: 16px; }
.zb-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 20px; color: var(--zb-ink); font-size: 13px; font-weight: 700; line-height: 1.45; }
.zb-consent input { width: 20px; height: 20px; flex: 0 0 20px; margin: 0; accent-color: var(--zb-blue); }
.zb-consent a, .zb-consent-note a { color: var(--zb-blue); }
.zb-consent-note { margin: 9px 0 0 30px; color: var(--zb-muted); font-size: 11px; line-height: 1.55; }
.zb-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--zb-line); }
.zb-js [data-brief-submit] { display: none; }
.zb-js .zb-form.is-final [data-brief-next] { display: none; }
.zb-js .zb-form.is-final [data-brief-submit] { display: inline-flex; margin-left: auto; }
.zb-js .zb-form.is-first [data-brief-back] { visibility: hidden; }
.zb-form-status { min-height: 20px; margin: 12px 0 0; color: #a72727; font-size: 13px; font-weight: 700; text-align: right; }
.zb-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.zb-explain { padding: 85px 0 100px; }
.zb-explain__head { max-width: 780px; margin-bottom: 34px; }
.zb-explain__head > span { color: var(--zb-blue); background: #eef4ff; border-color: #dbe7ff; }
.zb-explain__head h2 { margin: 15px 0 0; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.zb-explain__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.zb-explain article { padding: 26px; background: var(--zb-soft); border: 1px solid var(--zb-line); border-radius: 20px; }
.zb-explain article > b { color: var(--zb-blue); font-size: 12px; }
.zb-explain h3 { margin: 20px 0 10px; font-size: 20px; }
.zb-explain p { margin: 0; color: var(--zb-muted); font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .zb-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .zb-layout { grid-template-columns: 1fr; }
  .zb-progress { position: static; }
  .zb-progress ol { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; }
  .zb-progress li { padding: 29px 5px 5px; text-align: center; font-size: 10px; }
  .zb-progress li::before { top: 4px; left: 50%; transform: translateX(-50%); }
  .zb-progress__price { display: none; }
}

@media (max-width: 720px) {
  .zb-shell { width: min(100% - 24px, 1180px); }
  .zb-hero { padding: 68px 0 52px; }
  .zb-hero p { font-size: 16px; }
  .zb-hero__visual { padding: 16px; border-radius: 22px; }
  .zb-flow { grid-template-columns: 1fr; }
  .zb-flow i { transform: rotate(90deg); text-align: center; }
  .zb-flow span { min-height: 52px; }
  .zb-section { padding: 34px 0 58px; }
  .zb-form { padding: 21px 16px; border-radius: 20px; }
  .zb-direction-grid, .zb-service-grid, .zb-scenario-grid, .zb-addon-grid, .zb-field-grid, .zb-estimate-grid, .zb-explain__grid, .zb-count-grid, .zb-check-grid { grid-template-columns: 1fr; }
  .zb-direction { min-height: 0; grid-template-columns: 40px 1fr 24px; padding: 16px; }
  .zb-direction__number { width: 38px; height: 38px; }
  .zb-field-grid--common .zb-field--wide { grid-column: auto; }
  .zb-summary li { display: grid; gap: 5px; }
  .zb-actions { position: sticky; z-index: 4; bottom: 62px; margin-right: -16px; margin-left: -16px; padding: 14px 16px; background: rgba(255,255,255,.96); box-shadow: 0 -10px 25px rgba(12,34,63,.08); backdrop-filter: blur(12px); }
  .zb-actions .zb-button { min-width: 0; flex: 1; padding: 0 13px; }
  .zb-form-status { text-align: left; }
  .zb-explain { padding: 65px 0 80px; }
}

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