:root {
  --black: #0d0d0d;
  --ink: #181818;
  --muted: #777777;
  --line: #dededb;
  --paper: #fbfaf7;
  --soft: #f3f2ef;
  --white: #ffffff;
  --orange: #f2663b;
  --orange-soft: #fee8de;
  --green: #14845d;
  --font: "DM Sans", Arial, sans-serif;
  --page: min(100% - 40px, 1500px);
  --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; border-radius: 99px; color: white; background: black; transform: translateY(-160%); }
body.user-tabbing .skip-link:focus-visible { transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header { position: relative; z-index: 50; height: 82px; background: var(--paper); }
.nav-shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--page); height: 100%; margin: auto; }
.nav-left, .nav-right { display: flex; align-items: center; gap: 31px; }
.nav-right { justify-content: flex-end; }
.nav-shell a { font-size: 13px; text-decoration: none; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 16px !important; font-weight: 600; letter-spacing: -.01em; text-decoration: none; }
.wordmark-mark { width: 40px; height: 40px; margin: -7px; flex: 0 0 auto; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 500; text-decoration: none; transition: transform 250ms cubic-bezier(.2,.8,.2,1), background-color 180ms ease, color 180ms ease; }
.nav-cta { min-height: 42px; color: white; background: var(--black); }
.button:hover, .nav-cta:hover { transform: scale(1.025); }
.button:active, .nav-cta:active { transform: scale(.985); }
.button-white { color: var(--ink); background: white; }
.button-black { color: white; background: var(--black); }
.button-glass { gap: 9px; color: white; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); backdrop-filter: blur(12px); }
.button-glass img { width: 16px; filter: brightness(0) invert(1); }
.button-full { width: 100%; }
.menu-button { display: grid; grid-template-columns: repeat(3,4px); gap: 4px; width: 32px; height: 32px; padding: 8px; border: 0; background: transparent; }
.menu-button span { width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }
.mobile-menu { display: none; }

.hero { position: relative; width: calc(100% - 16px); min-height: calc(100vh - 90px); height: 760px; margin: 0 auto; border-radius: var(--radius); color: white; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.9) 0%, rgba(4,4,4,.63) 31%, rgba(4,4,4,.12) 68%, rgba(4,4,4,.3) 100%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 45%); }
.hero-content { position: absolute; z-index: 2; top: 50%; left: clamp(40px, 5.2vw, 84px); max-width: 670px; transform: translateY(-53%); }
.hero-kicker { display: flex; align-items: center; gap: 8px; margin: 0 0 23px; font-size: 14px; font-weight: 500; }
.hero-kicker img { width: 16px; filter: brightness(0) invert(1); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 5.6vw, 88px); font-weight: 500; line-height: .99; letter-spacing: -.065em; }
.hero-content > p:not(.hero-kicker) { max-width: 570px; margin: 23px 0 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin-top: 31px; }
.hero-foot { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.hero-foot div { display: grid; gap: 3px; padding: 22px clamp(20px,4vw,62px); border-right: 1px solid rgba(255,255,255,.2); }
.hero-foot div:last-child { border-right: 0; }
.hero-foot span { color: rgba(255,255,255,.65); font-size: 11px; }
.hero-foot strong { font-size: 14px; font-weight: 500; }

.credibility { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; width: min(100% - 64px, 1080px); min-height: 170px; margin: auto; }
.credibility-people { display: flex; }
.credibility-people span { width: 36px; height: 36px; margin-left: -7px; border: 2px solid var(--paper); border-radius: 50%; overflow: hidden; }
.credibility-people span:first-child { margin-left: 0; }
.credibility-people img { width: 100%; height: 100%; object-fit: cover; }
.credibility > p { margin: 0; font-size: 14px; }
.trade-list { display: flex; gap: 28px; color: #aaa9a5; font-size: 11px; font-weight: 600; letter-spacing: .05em; }

.section { padding: 130px max(32px, calc((100vw - 1420px)/2)); }
.section-label { margin: 0 0 18px; font-size: 13px; }
.section-label-light { color: rgba(255,255,255,.72); }
.center-heading { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.center-heading h2, .proof-copy h2, .value-heading h2, .control-copy h2, .pricing-copy h2, .final-content h2 { margin: 0; font-size: clamp(44px, 4.6vw, 72px); font-weight: 400; line-height: 1.04; letter-spacing: -.06em; }
.center-heading > p:last-child { max-width: 590px; margin: 21px auto 0; color: var(--muted); font-size: 17px; }

.how-section { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.step-card { min-width: 0; }
.step-image { position: relative; height: 380px; border-radius: 10px; background: #ddd; overflow: hidden; }
.step-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.8,.2,1); }
.step-card:hover .step-image > img { transform: scale(1.025); }
.step-index { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 6px; color: white; background: rgba(0,0,0,.46); backdrop-filter: blur(8px); font-size: 12px; }
.photo-note { position: absolute; right: 14px; bottom: 14px; left: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 13px; border-radius: 8px; color: white; background: rgba(12,12,12,.58); backdrop-filter: blur(12px); font-size: 11px; }
.photo-note img { width: 18px; filter: brightness(0) invert(1); }
.photo-note b { font-weight: 500; }
.note-light { color: var(--ink); background: rgba(255,255,255,.78); }
.note-light img { filter: none; }
.step-card h3 { margin: 22px 0 8px; font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.step-card > p { max-width: 310px; margin: 0; color: #898985; font-size: 15px; }

.proof-section { padding-top: 80px; background: white; }
.proof-stage { position: relative; min-height: 790px; border-radius: 12px; color: white; overflow: hidden; }
.proof-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.proof-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.2) 53%, rgba(0,0,0,.54)); }
.proof-copy { position: absolute; z-index: 2; top: 68px; left: 58px; max-width: 560px; }
.proof-copy h2 { font-size: clamp(42px,4.5vw,66px); }
.call-summary { position: absolute; z-index: 3; bottom: 60px; left: 58px; width: min(440px, calc(100% - 116px)); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 30px 70px rgba(0,0,0,.28); backdrop-filter: blur(18px); transition: opacity 180ms ease, transform 180ms ease; overflow: hidden; }
.call-summary.is-changing { opacity: .3; transform: translateY(5px); }
.summary-top { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--line); }
.summary-person { display: flex; align-items: center; gap: 11px; }
.summary-person > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--black); font-size: 11px; }
.summary-person div { display: grid; }
.summary-person strong { font-size: 13px; font-weight: 500; }
.summary-person small { color: var(--muted); font-size: 10px; }
.qualified { padding: 5px 9px; border-radius: 99px; color: var(--green); background: #e6f5ef; font-size: 10px; }
.summary-body { padding: 21px 18px; }
.summary-label { margin: 0 0 7px; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.summary-body h3 { margin: 0 0 17px; font-size: 19px; font-weight: 500; }
.summary-item { display: flex; gap: 11px; padding: 10px 0; border-top: 1px solid var(--line); }
.summary-item img { width: 18px; }
.summary-item span { display: grid; color: var(--muted); font-size: 11px; }
.summary-item b { color: var(--ink); font-weight: 500; }
.summary-footer { display: flex; align-items: center; gap: 8px; padding: 13px 18px; color: var(--green); background: #edf8f4; font-size: 11px; }
.summary-footer img { width: 15px; }
.proof-tabs { position: absolute; z-index: 3; right: 40px; bottom: 65px; display: grid; width: 290px; }
.proof-tabs button { display: flex; justify-content: space-between; padding: 15px 3px; border: 0; border-top: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.52); background: transparent; text-align: left; }
.proof-tabs button.is-active { color: white; }
.proof-tabs button span { font-size: 11px; }

.value-section { background: white; }
.value-heading { max-width: 850px; margin-bottom: 76px; }
.value-heading > p { margin: 0 0 12px; color: var(--muted); font-size: 18px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-item { min-height: 300px; padding: 34px 34px 34px 0; border-right: 1px solid var(--line); }
.value-item:not(:first-child) { padding-left: 34px; }
.value-item:last-child { border-right: 0; }
.value-item > img { width: 28px; height: 28px; }
.value-item h3 { margin: 100px 0 10px; font-size: 19px; font-weight: 500; }
.value-item p { margin: 0; color: var(--muted); font-size: 14px; }

.control-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px,8vw,120px); background: var(--paper); }
.control-media { position: relative; height: 660px; border-radius: 12px; overflow: hidden; }
.control-media > img { width: 100%; height: 100%; object-fit: cover; }
.control-badge { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 13px; max-width: 310px; padding: 15px; border-radius: 9px; background: rgba(255,255,255,.88); backdrop-filter: blur(13px); }
.control-badge img { width: 24px; }
.control-badge span { display: grid; color: var(--muted); font-size: 11px; }
.control-badge b { color: var(--ink); font-size: 13px; font-weight: 500; }
.control-copy { max-width: 600px; }
.control-copy h2 { font-size: clamp(43px,4.2vw,65px); }
.control-copy > p:not(.section-label) { margin: 25px 0 0; color: var(--muted); font-size: 17px; }
.control-copy ul { display: grid; gap: 0; margin: 34px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.control-copy li { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.control-copy li img { width: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; text-decoration: none; }
.text-link img { width: 17px; transition: transform 180ms ease; }
.text-link:hover img { transform: translateX(4px); }

.pricing-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,8vw,120px); align-items: start; background: white; }
.pricing-visual { position: sticky; top: 30px; height: min(82vh,820px); border-radius: 12px; background: var(--soft); overflow: hidden; }
.pricing-visual > img { width: 100%; height: 100%; object-fit: cover; }
.pricing-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.65),transparent 48%); }
.pricing-caption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: grid; color: white; }
.pricing-caption span { font-size: 10px; letter-spacing: .08em; }
.pricing-caption strong { margin-top: 5px; font-size: 22px; font-weight: 500; }
.pricing-copy { padding-top: 45px; }
.micro-proof { margin: 0 0 25px; color: var(--muted); font-size: 12px; }
.micro-proof span { color: var(--orange); font-weight: 600; }
.pricing-copy h2 { font-size: clamp(48px,4.8vw,72px); }
.pricing-lede { max-width: 560px; margin: 23px 0 32px; color: var(--muted); font-size: 17px; }
.price-line { display: flex; align-items: baseline; gap: 10px; }
.price-line strong { font-size: 62px; font-weight: 400; letter-spacing: -.06em; }
.price-line span { color: var(--muted); }
.setup-fee { margin: 0 0 28px; color: var(--muted); font-size: 13px; }
.pricing-list { display: grid; gap: 15px; margin: 0 0 28px; padding: 0; list-style: none; }
.pricing-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; }
.pricing-list img { width: 18px; }
.pricing-meta { display: flex; justify-content: space-between; gap: 12px; padding: 16px 6px 35px; color: var(--muted); font-size: 10px; text-align: center; }
.mini-faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; min-height: 72px; font-size: 15px; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary img { width: 17px; transition: transform 180ms ease; }
details[open] summary img { transform: rotate(180deg); }
details p { margin: -4px 0 24px; color: var(--muted); font-size: 13px; }

.final-section { position: relative; display: grid; place-items: center; width: calc(100% - 16px); min-height: 740px; margin: 0 auto 8px; border-radius: 12px; color: white; overflow: hidden; }
.final-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.final-shade { position: absolute; inset: 0; background: rgba(0,0,0,.63); }
.final-content { position: relative; z-index: 2; width: min(100% - 40px,900px); text-align: center; }
.final-content h2 { font-size: clamp(48px,5vw,76px); }
.final-content > p:not(.section-label):not(.form-status) { max-width: 680px; margin: 22px auto 33px; color: rgba(255,255,255,.74); font-size: 17px; }
#demo-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; max-width: 880px; margin: auto; padding: 7px; border-radius: 12px; background: rgba(255,255,255,.16); backdrop-filter: blur(16px); }
#demo-form label { position: relative; min-width: 0; }
#demo-form label span { position: absolute; top: 6px; left: 15px; color: rgba(255,255,255,.55); font-size: 9px; }
#demo-form input { width: 100%; height: 58px; padding: 19px 15px 2px; border: 0; border-radius: 8px; color: white; background: rgba(0,0,0,.24); outline: 0; }
#demo-form input::placeholder { color: rgba(255,255,255,.4); }
#demo-form input:focus { box-shadow: inset 0 0 0 1px white; }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.form-status { min-height: 24px; margin: 6px 0 0; color: white; font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 85px max(32px,calc((100vw - 1380px)/2)) 30px; background: var(--paper); }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: var(--muted); }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links p { margin: 0 0 7px; color: #aaa9a5; font-size: 12px; }
.footer-links a { width: fit-content; font-size: 14px; text-decoration: none; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: #999; font-size: 11px; }

.call-modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: opacity 220ms ease, visibility 220ms ease; }
.call-modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(calc(100% - 30px),620px); max-height: calc(100vh - 30px); padding: 35px; border-radius: 16px; background: var(--paper); overflow-y: auto; transform: translateY(15px) scale(.98); transition: transform 280ms cubic-bezier(.2,.8,.2,1); }
.call-modal.is-open .modal-card { transform: none; }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.modal-card h2 { max-width: 510px; margin: 0; font-size: clamp(32px,4vw,46px); font-weight: 400; line-height: 1.06; letter-spacing: -.055em; }
.modal-call-head { display: flex; align-items: center; gap: 9px; margin: 28px 0 16px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-call-head strong { font-size: 13px; font-weight: 500; }
.modal-call-head small { margin-left: auto; color: var(--muted); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #d74735; box-shadow: 0 0 0 5px rgba(215,71,53,.12); }
.transcript { display: grid; gap: 10px; }
.transcript > * { opacity: 0; transform: translateY(7px); transition: opacity 260ms ease, transform 260ms ease; }
.transcript > *.is-visible { opacity: 1; transform: none; }
.agent-line, .caller-line { max-width: 85%; margin: 0; padding: 12px 14px; border-radius: 10px; background: white; font-size: 13px; }
.caller-line { justify-self: end; background: var(--orange-soft); }
.transcript p b { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }
.booked-line { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 10px; color: var(--green); background: #e5f4ee; }
.booked-line img { width: 24px; }
.booked-line span { display: grid; font-size: 11px; }
.booked-line b { color: var(--ink); font-size: 13px; font-weight: 500; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-left { display: none; }
  .nav-shell { grid-template-columns: 1fr 1fr; }
  .wordmark { justify-self: start; }
  .nav-right > a:first-child { display: none; }
  .hero { height: 720px; }
  .hero-foot strong { font-size: 12px; }
  .trade-list { display: none; }
  .credibility { grid-template-columns: auto 1fr; width: min(100% - 40px,700px); }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 45px 8px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-item:nth-child(2) { border-right: 0; }
  .value-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .control-section, .pricing-section { gap: 50px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100% - 28px); }
  .site-header { height: 70px; }
  .nav-right .nav-cta { display: none; }
  .wordmark { font-size: 21px !important; }
  .menu-button { grid-template-columns: repeat(3,4px); }
  .mobile-menu { position: fixed; z-index: 40; top: 70px; right: 0; left: 0; display: grid; gap: 0; max-height: 0; padding: 0 20px; background: var(--paper); visibility: hidden; overflow: hidden; transition: max-height 350ms ease, padding 350ms ease, visibility 350ms ease; }
  .mobile-menu.is-open { max-height: 460px; padding: 16px 20px 24px; visibility: visible; }
  .mobile-menu > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; text-decoration: none; }
  .mobile-menu .button { margin-top: 18px; }
  .hero { width: calc(100% - 12px); min-height: 720px; height: calc(100svh - 76px); max-height: 790px; }
  .hero-photo { object-position: 49% center; }
  .hero-shade { background: linear-gradient(0deg,rgba(0,0,0,.83) 0%,rgba(0,0,0,.48) 65%,rgba(0,0,0,.22)); }
  .hero-content { top: auto; right: 22px; bottom: 177px; left: 22px; transform: none; }
  .hero-kicker { margin-bottom: 16px; font-size: 12px; }
  .hero h1 { font-size: clamp(44px,12vw,56px); }
  .hero-content > p:not(.hero-kicker) { margin-top: 17px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 22px; }
  .hero-actions .button { width: 100%; min-height: 48px; }
  .hero-foot { grid-template-columns: 1fr; }
  .hero-foot div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-foot div:last-child { border-bottom: 0; }
  .hero-foot strong { max-width: 58%; font-size: 10px; text-align: right; }
  .credibility { grid-template-columns: auto 1fr; min-height: 130px; }
  .credibility > p { font-size: 12px; }
  .section { padding: 86px 18px; }
  .center-heading { margin-bottom: 45px; text-align: left; }
  .center-heading h2, .proof-copy h2, .value-heading h2, .control-copy h2, .pricing-copy h2, .final-content h2 { font-size: clamp(40px,11vw,50px); }
  .center-heading > p:last-child { font-size: 15px; }
  .steps-grid { grid-template-columns: 1fr; gap: 45px; }
  .step-image { height: 400px; }
  .step-card h3 { margin-top: 17px; }
  .proof-section { padding: 20px 6px 76px; }
  .proof-stage { min-height: 0; padding: 36px 18px 24px; }
  .proof-photo { object-position: 62% center; }
  .proof-overlay { background: linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,.12) 76%); }
  .proof-copy { position: relative; top: auto; right: auto; left: auto; margin: 0 4px 38px; }
  .call-summary { position: relative; right: auto; bottom: auto; left: auto; width: 100%; margin: 0 0 28px; }
  .proof-tabs { position: relative; right: auto; bottom: auto; left: auto; width: 100%; }
  .proof-tabs button { min-height: 64px; padding: 18px 4px; }
  .value-section { padding-top: 85px; }
  .value-heading { margin-bottom: 45px; }
  .value-heading > p { font-size: 15px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-item, .value-item:not(:first-child) { min-height: 245px; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-item:last-child { border-bottom: 0; }
  .value-item h3 { margin-top: 70px; }
  .control-section { grid-template-columns: 1fr; gap: 45px; }
  .control-media { height: 480px; }
  .control-copy > p:not(.section-label) { font-size: 15px; }
  .pricing-section { grid-template-columns: 1fr; gap: 25px; }
  .pricing-visual { position: relative; top: auto; height: 460px; }
  .pricing-copy { padding-top: 20px; }
  .price-line strong { font-size: 55px; }
  .pricing-meta { gap: 7px; font-size: 9px; }
  .final-section { width: calc(100% - 12px); min-height: 790px; }
  .final-section > img { object-position: 48% center; }
  .final-content { width: calc(100% - 32px); }
  #demo-form { grid-template-columns: 1fr; width: 100%; }
  #demo-form .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding: 60px 24px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 20px; }
  .modal-card { padding: 29px 20px 22px; }
  .modal-close { top: 12px; right: 12px; }
  .modal-card .section-label { padding-right: 45px; }
}

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