:root {
  --ink: #13221e;
  --muted: #63706c;
  --forest: #123c32;
  --forest-deep: #0b2a23;
  --mint: #dff4e8;
  --lime: #d8f45d;
  --cream: #f6f4ed;
  --paper: #fffefa;
  --line: #dfe4df;
  --white: #fff;
  --red: #b33f35;
  --shadow: 0 22px 60px rgba(17, 45, 38, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.site-header {
  height: 78px;
  max-width: 1240px;
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--forest-deep);
  text-decoration: none;
  font: 800 21px/1 "Manrope", sans-serif;
  letter-spacing: -.7px;
}
.brand-dot { color: #4a9c72; }
.brand-mark {
  width: 31px;
  height: 31px;
  padding: 6px 5px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  background: var(--forest);
  border-radius: 9px;
  transform: rotate(-2deg);
}
.brand-mark i { display: block; width: 5px; background: var(--lime); border-radius: 3px 3px 1px 1px; transform: skew(-12deg); }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 14px; }
.brand-mark i:nth-child(3) { height: 19px; }
.area-pill { padding: 9px 13px; background: #f0f5f1; border-radius: 99px; color: #426158; font-size: 13px; font-weight: 700; }
.area-pill span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: #36a76e; border-radius: 50%; box-shadow: 0 0 0 4px #d9eee2; }

.hero {
  min-height: 660px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 28px 76px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 68px;
  align-items: center;
}
.eyebrow, .section-kicker, .step-overline {
  color: #39755c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.eyebrow span { color: #5b9a44; margin-right: 4px; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 580px; margin: 19px 0 21px; font-size: clamp(48px, 5.6vw, 76px); line-height: .99; letter-spacing: -4.6px; }
h1 em { display: block; color: #3d765f; font-style: normal; }
.hero-intro { max-width: 545px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 13px 28px rgba(18, 60, 50, .2); }
.button-primary:hover { background: var(--forest-deep); }
.button-accent { color: var(--forest-deep); background: var(--lime); box-shadow: 0 12px 27px rgba(124, 151, 37, .22); }
.button-light { color: var(--forest); background: #fff; }
.button-large { min-height: 58px; margin-top: 17px; padding: 0 25px; font-size: 16px; }
.button-full { width: 100%; min-height: 57px; margin-top: 24px; font-size: 16px; }
.button-arrow { font-size: 22px; }
.microcopy { margin: 15px 0 0; display: flex; flex-wrap: wrap; gap: 9px 13px; color: #77827e; font-size: 12px; font-weight: 600; }
.microcopy span { color: #3e8b65; }

.hero-visual { position: relative; border-radius: 28px; overflow: visible; box-shadow: var(--shadow); }
.hero-visual > img { width: 100%; min-height: 480px; display: block; object-fit: cover; border-radius: 28px; }
.hero-visual::before { content: ""; position: absolute; inset: -20px 45px 20px -20px; z-index: -1; background: #e7efe9; border-radius: 34px; transform: rotate(-2deg); }
.image-label { position: absolute; top: 18px; padding: 8px 12px; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; backdrop-filter: blur(8px); }
.label-before { left: 18px; color: #fff; background: rgba(16, 33, 29, .72); }
.label-after { right: 18px; color: var(--forest-deep); background: rgba(220, 246, 98, .93); }
.visual-card { position: absolute; left: 28px; right: 28px; bottom: -32px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 14px 34px rgba(25, 47, 41, .18); backdrop-filter: blur(10px); }
.visual-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--mint); border-radius: 11px; color: #398661; }
.visual-card strong, .visual-card small { display: block; }
.visual-card strong { font-size: 14px; }
.visual-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.proof-strip { padding: 24px max(28px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--forest-deep); color: #fff; }
.proof-strip div { min-height: 54px; padding: 4px 40px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font: 800 22px/1.2 "Manrope", sans-serif; color: var(--lime); }
.proof-strip span { margin-top: 4px; color: #b9ccc6; font-size: 12px; }

.section-shell { max-width: 1184px; margin: auto; padding: 105px 28px; }
.section-heading { text-align: center; }
.section-heading h2, .finish-inner h2, .trust h2, .final-cta h2 { margin: 13px 0 10px; font-size: clamp(35px, 4vw, 52px); line-height: 1.08; letter-spacing: -2.5px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.steps-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { position: relative; min-height: 255px; padding: 31px; background: #f5f7f3; border: 1px solid #edf0eb; border-radius: 21px; }
.step-number { position: absolute; right: 24px; top: 24px; color: #b9c6bf; font-weight: 800; font-size: 12px; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--mint); border-radius: 15px; color: #3a7f60; font-size: 22px; }
.steps-grid h3 { margin: 24px 0 10px; font-size: 21px; letter-spacing: -.8px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.finish-section { color: #fff; background: var(--forest); }
.finish-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.section-kicker.light { color: #a8d2bd; }
.finish-inner p { max-width: 500px; color: #c5d6d0; font-size: 16px; line-height: 1.7; }
.finish-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finish-list > div { min-height: 132px; padding: 21px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.finish-list strong, .finish-list small { display: block; }
.finish-list strong { margin-top: 14px; }
.finish-list small { margin-top: 3px; color: #afc6bf; }
.finish-swatch { width: 40px; height: 28px; display: inline-block; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.finish-swatch.resin { background: radial-gradient(circle at 25% 20%, #adb1ac 0 2px, transparent 2.5px), radial-gradient(circle at 65% 70%, #676d68 0 2px, transparent 2.5px), #3f4542; background-size: 9px 9px; }
.finish-swatch.block { background: linear-gradient(90deg, transparent 47%, #92928b 48% 52%, transparent 53%), linear-gradient(#777770 47%, #aaa89f 48% 52%, #777770 53%); background-size: 20px 13px; }
.finish-swatch.tarmac { background: radial-gradient(#767b78 0 1px, transparent 1.5px), #292d2c; background-size: 5px 5px; }
.finish-swatch.gravel { background: radial-gradient(ellipse at 20% 30%, #dac18a 0 3px, transparent 3.5px), radial-gradient(ellipse at 70% 70%, #8f714e 0 3px, transparent 3.5px), #b3976b; background-size: 15px 12px; }

.trust-card { padding: 55px 60px; display: flex; gap: 34px; align-items: flex-start; background: #f4f1e8; border-radius: 26px; }
.trust-mark { flex: 0 0 auto; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-size: 23px; }
.trust h2 { margin-bottom: 12px; font-size: 38px; }
.trust p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.7; }
.final-cta { padding: 100px 28px; text-align: center; color: #fff; background: var(--forest-deep); }
.final-cta p { color: #b9ccc6; }
.final-cta .button { margin-top: 18px; }

footer { padding: 52px max(28px, calc((100vw - 1184px)/2)); background: #081d18; color: #839a93; text-align: center; }
.brand-footer { color: #fff; }
footer p { margin: 14px 0; font-size: 13px; }
footer div { display: flex; justify-content: center; gap: 23px; font-size: 12px; }
footer small { max-width: 700px; margin: 28px auto 0; display: block; color: #58706a; line-height: 1.5; }

/* Legal pages (privacy / terms) */
.legal { max-width: 760px; margin: 0 auto; padding: 40px 28px 80px; }
.legal .legal-kicker { color: #39755c; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.legal h1 { margin: 10px 0 6px; font: 800 clamp(30px, 6vw, 42px)/1.08 "Manrope", sans-serif; letter-spacing: -1.5px; color: var(--ink); }
.legal .legal-updated { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.legal .legal-intro { margin: 0 0 26px; padding: 16px 18px; background: var(--mint); border-radius: 14px; color: #345a4b; line-height: 1.55; }
.legal h2 { margin: 34px 0 10px; font: 800 20px/1.25 "Manrope", sans-serif; letter-spacing: -.4px; color: var(--forest-deep); }
.legal p, .legal li { color: #45524d; line-height: 1.65; }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 14px; padding-left: 20px; }
.legal li { margin-bottom: 8px; }
.legal a { color: #2f6b52; }
.legal .legal-back { display: inline-block; margin-top: 30px; font-weight: 700; color: #2f6b52; text-decoration: none; }

/* Full-screen funnel */
.funnel { position: fixed; inset: 0; z-index: 100; display: none; background: var(--paper); overflow-y: auto; }
.funnel.open { display: block; }
body.funnel-open { overflow: hidden; }
.funnel-topbar { height: 68px; padding: 0 max(18px, calc((100vw - 740px)/2)); display: flex; align-items: center; justify-content: space-between; background: #fff; border-bottom: 1px solid #edf0ec; }
.funnel-brand { font-size: 18px; }
.funnel-brand .brand-mark { width: 27px; height: 27px; padding: 5px; }
.icon-button { width: 40px; height: 40px; border: 0; display: grid; place-items: center; background: transparent; border-radius: 50%; cursor: pointer; font-size: 24px; }
.icon-button:hover { background: #eff3ef; }
.progress-track { height: 4px; background: #edf1ed; }
.progress-track span { height: 100%; width: 8%; display: block; background: #75a457; transition: width .3s ease; }
.funnel-body { width: min(100%, 620px); min-height: calc(100vh - 72px); margin: auto; padding: 52px 22px 70px; }
.funnel-step { display: none; animation: enter .28s ease both; }
.funnel-step.active { display: block; }
@keyframes enter { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.step-copy { margin-bottom: 28px; text-align: center; }
.step-copy h2, .generating h2, .result-step > h2, .success-step h2 { margin: 10px 0 8px; font-size: clamp(31px, 7vw, 42px); line-height: 1.08; letter-spacing: -2px; }
.step-copy p, .generating > p, .result-intro, .success-step > p { max-width: 520px; margin: 0 auto; color: var(--muted); line-height: 1.55; }
.upload-zone { position: relative; min-height: 270px; border: 2px dashed #cdd8d1; display: grid; place-items: center; background: #f5f7f3; border-radius: 22px; overflow: hidden; cursor: pointer; }
.upload-zone.dragging { background: var(--mint); border-color: #5b9b76; }
.upload-zone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-zone img { width: 100%; height: 320px; display: none; object-fit: cover; }
.upload-zone.has-image img { display: block; }
.upload-zone.has-image .upload-empty { display: none; }
.upload-empty { display: flex; flex-direction: column; align-items: center; }
.upload-empty strong { margin: 13px 0 5px; }
.upload-empty small { color: #89928f; }
.sample-button { margin-top: 13px; padding: 0; display: none; border: 0; color: #39755c; background: transparent; font-size: 12px; font-weight: 800; text-decoration: underline; cursor: pointer; }
html[data-image-mode="demo"] .sample-button { display: inline-block; }
.camera-icon { width: 54px; height: 54px; display: grid; place-items: center; color: #39755c; background: var(--mint); border-radius: 50%; font-size: 25px; }
.change-photo { position: absolute; right: 12px; bottom: 12px; padding: 8px 11px; display: none; color: #fff; background: rgba(10,29,24,.75); border-radius: 9px; font-size: 11px; font-weight: 700; }
.upload-zone.has-image .change-photo { display: block; }
.upload-zone.loading img { opacity: .45; filter: saturate(.5); }
.upload-zone.loading::after { content: ""; position: absolute; width: 34px; height: 34px; border: 3px solid #b7c6bf; border-top-color: #39755c; border-radius: 50%; animation: spin .8s linear infinite; }
.or-divider { margin: 22px 0 0; display: flex; align-items: center; gap: 12px; color: #89928f; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.or-divider::before, .or-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.streetview-row { display: flex; gap: 9px; }
.streetview-row .text-input { flex: 1; min-width: 0; }
.streetview-find { flex: 0 0 auto; min-height: 54px; padding: 0 18px; border-radius: 12px; }
.streetview-controls { margin-top: 11px; display: flex; flex-wrap: wrap; gap: 8px; }
.adjust-button { min-height: 38px; padding: 0 14px; border: 1px solid #d6ddd8; background: #fff; border-radius: 99px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.adjust-button:hover { border-color: #4f8f6d; background: #f0f8f3; }
.adjust-button:disabled { opacity: .45; cursor: default; }
.streetview-note { margin: 10px 0 0; color: #89928f; font-size: 11px; line-height: 1.5; }
.car-note { margin-top: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; color: #587069; background: #edf6ef; border-radius: 12px; }
.car-note > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; background: #fff; border-radius: 10px; }
.car-note p { margin: 0; font-size: 11px; line-height: 1.4; }
.car-note strong { display: block; color: var(--forest); font-size: 12px; }
.field-label { margin: 21px 0 8px; display: block; font-size: 13px; font-weight: 800; }
.text-input { width: 100%; height: 54px; padding: 0 16px; color: var(--ink); background: #fff; border: 1px solid #ccd5d0; border-radius: 12px; outline: 0; }
.text-input:focus { border-color: #4d8b6b; box-shadow: 0 0 0 3px rgba(77,139,107,.13); }
.field-error { min-height: 18px; margin: 7px 0 -8px; color: var(--red); font-size: 12px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice-card, .wide-choice, .pill-choice { border: 1px solid #d6ddd8; background: #fff; cursor: pointer; }
.choice-card { position: relative; min-height: 192px; padding: 8px 8px 14px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; border-radius: 15px; }
.choice-card > img { width: 100%; height: 112px; display: block; object-fit: cover; border-radius: 10px; }
.choice-card strong { margin-top: 10px; }
.choice-card small { margin-top: 2px; color: var(--muted); }
.choice-card i { position: absolute; right: 11px; top: 11px; width: 21px; height: 21px; display: none; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-style: normal; font-size: 11px; }
.choice-card.selected, .wide-choice.selected, .pill-choice.selected { border-color: #4f8f6d; background: #f0f8f3; box-shadow: 0 0 0 1px #4f8f6d; }
.choice-card.selected i { display: grid; }
.choice-row { display: flex; gap: 9px; }
.choice-row.wrap { flex-wrap: wrap; }
.pill-choice { min-height: 41px; padding: 0 14px; border-radius: 99px; font-size: 12px; font-weight: 700; }
.pill-choice.swatch-pill { display: inline-flex; align-items: center; gap: 7px; }
.pill-choice.swatch-pill i { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.18); }
.stacked-choices { display: grid; gap: 10px; }
.wide-choice { min-height: 68px; padding: 12px 15px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; text-align: left; border-radius: 13px; }
.wide-choice span { font-weight: 800; }
.wide-choice small { color: var(--muted); }
.wide-choice i { grid-column: 2; grid-row: 1/3; align-self: center; font-style: normal; color: #668078; }
.field-stack { display: grid; gap: 15px; }
.field-stack label > span { margin-bottom: 7px; display: block; font-size: 13px; font-weight: 800; }
.field-stack label small { color: #8a9390; font-weight: 500; }
.check-label { margin-top: 18px; display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; cursor: pointer; }
.check-label input { width: 18px; height: 18px; accent-color: var(--forest); }
.secure-note { margin: 12px 0 0; color: #83908b; text-align: center; font-size: 11px; }
.sparkle { color: #4b762d; }

.generating, .success-step { padding-top: 70px; text-align: center; }
.loader-orbit { position: relative; width: 108px; height: 108px; margin: 0 auto 32px; display: grid; place-items: center; background: var(--mint); border-radius: 50%; color: #467c5d; font-size: 34px; }
.loader-orbit i { position: absolute; inset: -9px; border: 1px solid #86af99; border-radius: 50%; animation: pulse 1.5s ease infinite; }
.loader-orbit i:last-child { inset: -19px; opacity: .35; animation-delay: .35s; }
@keyframes pulse { 50% { transform: scale(1.06); opacity: .25; } }
.gen-timer-card { width: min(100%, 390px); margin: 26px auto 0; padding: 20px; text-align: center; background: var(--mint); border-radius: 16px; }
.gen-timer { font: 800 40px/1 "Manrope", sans-serif; letter-spacing: -1px; color: var(--forest-deep); font-variant-numeric: tabular-nums; }
.gen-timer-note { max-width: none; margin: 10px 0 0; font-size: 13px; line-height: 1.5; color: #3f6353; }
.gen-timer-note strong { color: var(--forest-deep); }
.gen-fact { width: min(100%, 390px); margin: 16px auto 0; padding: 16px 18px; text-align: left; background: #f4f6f3; border-radius: 14px; border-left: 3px solid var(--lime); }
.gen-fact-label { display: block; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #39755c; margin-bottom: 5px; }
.gen-fact-text { display: block; font-size: 14px; line-height: 1.5; color: #43514c; transition: opacity .4s ease; }
.gen-fact.is-fading .gen-fact-text { opacity: 0; }
.generation-list { width: min(100%, 390px); margin: 22px auto 0; padding: 18px; display: grid; gap: 13px; text-align: left; background: #f4f6f3; border-radius: 14px; color: #65736e; font-size: 13px; }
.generation-list .done { color: #39755c; }
.generation-list i { width: 11px; height: 11px; margin-right: 6px; display: inline-block; border: 2px solid #b7c6bf; border-top-color: #39755c; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.result-step { padding-bottom: 30px; text-align: center; }
.result-celebrate { color: #39755c; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.result-celebrate span { color: #79a232; }
.result-image-wrap { position: relative; margin: 27px 0 12px; overflow: hidden; background: #edf0ed; border-radius: 20px; box-shadow: var(--shadow); }
.result-image-wrap img { width: 100%; max-height: 510px; display: block; object-fit: cover; }
.demo-badge { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; display: none; color: #fff; background: rgba(18,33,29,.78); border-radius: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.demo-note { margin: 0 0 17px; display: none; color: #806e43; font-size: 11px; }
.project-summary { overflow: hidden; text-align: left; background: #f4f6f3; border-radius: 16px; }
.project-summary > div { padding: 14px 17px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e2e7e3; }
.project-summary > div:last-child { border: 0; }
.project-summary span { color: var(--muted); font-size: 12px; }
.project-summary strong { font-size: 13px; }
.project-summary .estimate-row { display: grid; grid-template-columns: 1fr auto; }
.estimate-row strong { color: var(--forest); font-size: 17px; }
.estimate-row small { grid-column: 1/3; color: #87908d; font-size: 10px; }
.estimate-caveat { margin: 16px 0 -8px; padding: 13px 15px; text-align: left; color: #806e43; background: #fdf6e7; border: 1px solid #f0e3c3; border-radius: 12px; font-size: 11px; line-height: 1.55; }
.call-button { margin-top: 12px; }
.call-hint { margin: 9px 0 0; color: #83908b; text-align: center; font-size: 11px; }
.text-button { margin: 18px auto 0; border: 0; background: none; color: #4a705f; text-decoration: underline; cursor: pointer; }
.concept-disclaimer { margin: 20px auto 0; color: #89928f; font-size: 10px; line-height: 1.5; }
.success-icon { width: 80px; height: 80px; margin: 0 auto 24px; display: grid; place-items: center; color: #fff; background: #4b976e; border-radius: 50%; box-shadow: 0 0 0 12px #e5f3ea; font-size: 34px; }
.next-card { margin: 29px 0; padding: 21px; display: grid; gap: 15px; text-align: left; background: #f3f6f2; border-radius: 16px; }
.next-card span { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.next-card i { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: #39755c; background: var(--mint); border-radius: 50%; font-style: normal; font-size: 11px; font-weight: 800; }
.lead-reference { color: #8a9390; font-size: 11px; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 36px; }
  .hero-copy { text-align: center; }
  .hero-intro { margin-inline: auto; }
  .microcopy { justify-content: center; }
  .hero-visual { margin: 0 10px; }
  .hero-visual > img { min-height: 420px; }
  .finish-inner { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  .site-header { height: 64px; padding: 0 18px; }
  .brand { font-size: 19px; }
  .area-pill { font-size: 10px; }
  .hero { min-height: auto; padding: 34px 18px 60px; }
  h1 { margin-top: 14px; font-size: 48px; letter-spacing: -3.3px; }
  .hero-intro { font-size: 15px; line-height: 1.55; }
  .hero .button { width: 100%; }
  .microcopy { font-size: 10px; }
  .hero-visual { margin: 6px 0 20px; }
  .hero-visual::before { display: none; }
  .hero-visual > img { min-height: 330px; object-position: center; border-radius: 20px; }
  .visual-card { left: 12px; right: 12px; bottom: -27px; }
  .proof-strip { padding: 22px 18px; grid-template-columns: 1fr; gap: 0; }
  .proof-strip div, .proof-strip div:first-child { min-height: 64px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-shell { padding: 72px 18px; }
  .section-heading h2, .finish-inner h2, .final-cta h2 { font-size: 37px; letter-spacing: -2px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .steps-grid article { min-height: 215px; }
  .finish-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  .finish-list > div { min-height: 125px; padding: 15px; }
  .finish-list small { font-size: 10px; }
  .trust-card { padding: 32px 24px; display: block; }
  .trust-mark { margin-bottom: 22px; }
  .trust h2 { font-size: 31px; }
  .final-cta { padding: 75px 18px; }
  .final-cta .button { width: 100%; }
  .funnel-body { padding-top: 34px; }
  .upload-zone { min-height: 235px; }
  .upload-zone img { height: 260px; }
  .choice-card { min-height: 174px; }
  .choice-card > img { height: 96px; }
  .choice-row { overflow-x: auto; padding: 2px; }
  .choice-row.wrap { overflow: visible; }
  .pill-choice { flex: 0 0 auto; }
  .result-image-wrap img { max-height: 440px; }
}

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