:root {
  --black: #070707;
  --black-2: #121212;
  --orange: #fa5500;
  --orange-2: #ff7a2f;
  --paper: #f4f2ef;
  --white: #fff;
  --ink: #181818;
  --muted: #696969;
  --line: #deded9;
  --green: #2fb785;
  --shadow: 0 24px 70px rgba(0, 0, 0, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 200; background: #fff; padding: 11px 15px; border-radius: 9px; }
.skip-link:focus { top: 16px; }

.topbar { background: #000; color: #bcbcbc; font-size: 12px; }
.topbar-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner span:first-child { display: flex; align-items: center; gap: 8px; }
.topbar-inner i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(47,183,133,.1); }
.site-header { position: sticky; top: 0; z-index: 80; color: #fff; background: rgba(5,5,5,.96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 42px; height: 54px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(250,85,0,.2)); }
.brand-name { display: inline-flex; align-items: baseline; gap: 5px; line-height: 1; white-space: nowrap; }
.brand-name strong, .brand-name b { text-transform: uppercase; letter-spacing: .045em; font-size: 14px; font-weight: 850; }
.brand-name strong { color: #fff; }
.brand-name b { color: var(--orange); }
.desktop-nav { display: flex; gap: 4px; align-items: center; justify-content: center; margin-left: auto; }
.desktop-nav a { color: #c1cbd1; padding: 10px 11px; border-radius: 10px; font-size: 12px; font-weight: 650; }
.desktop-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.header-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; color: #fff; background: var(--orange); border-radius: 12px; font-size: 13px; font-weight: 800; box-shadow: 0 10px 26px rgba(250,85,0,.22); }
.header-cta:hover { background: #ff7130; }
.header-cta span { font-size: 17px; }

.hero { position: relative; overflow: hidden; padding: 100px 0 92px; color: #fff; background: linear-gradient(126deg, #050505 0%, #0e0e0e 52%, #200a00 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000, transparent 94%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.hero-orb-one { width: 580px; height: 580px; right: -250px; top: -290px; background: radial-gradient(circle, rgba(250,85,0,.27), transparent 66%); animation: orbDrift 11s ease-in-out infinite alternate; }
.hero-orb-two { width: 460px; height: 460px; left: -250px; bottom: -340px; background: radial-gradient(circle, rgba(250,85,0,.14), transparent 65%); animation: orbDrift 14s ease-in-out -3s infinite alternate-reverse; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.hero-copy { animation: riseIn .7s cubic-bezier(.2,.75,.25,1) both; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 850; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffc097; }
.hero h1 { max-width: 700px; margin: 22px 0 24px; font-size: clamp(52px, 5.6vw, 79px); line-height: .98; letter-spacing: -.06em; font-weight: 720; }
.hero h1 span { display: block; color: var(--orange-2); }
.hero-lead { max-width: 650px; margin: 0; color: #c4cdd3; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; padding: 0 20px; font-weight: 780; font-size: 14px; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 56px; padding-inline: 23px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #d94300); box-shadow: 0 14px 34px rgba(250,85,0,.24); }
.button-primary:hover { background: linear-gradient(135deg, #ff7f3b, #ef6120); }
.button-ghost { color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.17); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 13px 23px; margin-top: 26px; color: #aeb9bf; font-size: 12px; }
.hero-trust span { display: flex; gap: 7px; align-items: center; }
.hero-trust b { color: #6bd5ad; }

.hero-request-card { overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: rgba(255,255,255,.075); box-shadow: 0 36px 90px rgba(0,0,0,.28); backdrop-filter: blur(16px); animation: riseIn .8s .12s cubic-bezier(.2,.75,.25,1) both; }
.request-card-head { display: flex; gap: 15px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.11); }
.request-card-logo { width: 43px; height: 55px; flex: none; }
.request-card-logo img { width: 100%; height: 100%; object-fit: contain; }
.request-card-head small { color: #93a0a7; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.request-card-head h2 { margin: 4px 0 0; font-size: 18px; }
.request-steps { display: grid; gap: 0; margin: 10px 0 18px; padding: 0; list-style: none; }
.request-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.request-steps li > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--orange-2); background: rgba(250,85,0,.12); border: 1px solid rgba(250,85,0,.28); border-radius: 12px; font: 800 10px var(--font-geist-mono), monospace; }
.request-steps b { font-size: 13px; }
.request-steps p { margin: 4px 0 0; color: #9da9af; font-size: 10px; }
.hero-request-card .button { width: 100%; }

.quick-trust { color: #fff; background: #000; border-top: 1px solid rgba(255,255,255,.08); }
.quick-trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.quick-trust-grid > div { min-height: 52px; display: grid; grid-template-columns: auto 1fr; column-gap: 11px; align-content: center; padding: 3px 24px; border-right: 1px solid rgba(255,255,255,.09); }
.quick-trust-grid > div:first-child { padding-left: 0; }
.quick-trust-grid > div:last-child { border: 0; }
.quick-trust-grid span { grid-row: span 2; color: var(--orange-2); font: 650 10px var(--font-geist-mono), monospace; }
.quick-trust-grid b { font-size: 12px; }
.quick-trust-grid small { margin-top: 5px; color: #87959e; font-size: 10px; }

.section { padding: 112px 0; scroll-margin-top: 78px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading > p, .split-heading > p { color: var(--muted); line-height: 1.7; }
.center-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p { margin: 18px 0 0; font-size: 16px; }

.problem-section { background: #f4f2ef; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.problem-card { position: relative; display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; min-height: 150px; align-items: start; padding: 24px; color: var(--ink); text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.problem-card:hover { transform: translateY(-4px); border-color: rgba(250,85,0,.46); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.problem-card.is-selected { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,85,0,.11), 0 18px 45px rgba(0,0,0,.08); }
.problem-card > span { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--black); border-radius: 13px; font: 800 10px var(--font-geist-mono), monospace; }
.problem-card h3 { margin: 2px 0 8px; font-size: 17px; letter-spacing: -.025em; }
.problem-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.problem-card > b { color: var(--orange); font-size: 20px; }

.services-section { color: #fff; background: linear-gradient(140deg, #060606, #1c0800); }
.split-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.split-heading h2 { margin: 16px 0 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.split-heading > p { margin: 0; color: #aeb9c0; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 430px; padding: 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(250,85,0,.5); }
.service-top { display: flex; justify-content: space-between; color: #84939b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.service-top span { color: var(--orange-2); font: 650 10px var(--font-geist-mono), monospace; }
.pipe-icon { position: relative; width: 78px; height: 78px; margin: 54px 0 40px; border: 10px solid #dce3e5; border-radius: 50%; box-shadow: inset 0 0 0 5px #8b989f; }
.pipe-icon::after { content: ""; position: absolute; width: 31px; height: 18px; right: -25px; top: 20px; background: linear-gradient(90deg, #e7edef, #8d9aa1); border-radius: 0 10px 10px 0; }
.pipe-icon i { position: absolute; width: 24px; height: 24px; left: 17px; top: 17px; border: 4px solid var(--orange); border-radius: 50%; }
.pipe-icon b { position: absolute; width: 3px; height: 25px; left: 48px; top: 46px; background: var(--orange); transform: rotate(-45deg); }
.service-card h3 { margin: 0 0 13px; font-size: 25px; letter-spacing: -.035em; }
.service-card > p { margin: 0; color: #aeb9c0; font-size: 14px; line-height: 1.65; }
.tag-row { position: absolute; left: 28px; bottom: 28px; display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { padding: 6px 9px; color: #bdc6cb; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; font-size: 9px; }

.cost-section { overflow: hidden; position: relative; color: #fff; background: var(--orange); }
.cost-section::before { content: "€"; position: absolute; right: -40px; top: -145px; color: rgba(255,255,255,.08); font-size: 520px; font-weight: 900; line-height: 1; }
.cost-layout { position: relative; display: grid; grid-template-columns: 1fr .88fr; gap: 90px; align-items: center; }
.cost-copy .eyebrow { color: #fff3eb; }
.cost-copy h2 { margin: 17px 0 22px; font-size: clamp(52px, 6vw, 82px); line-height: .94; letter-spacing: -.065em; }
.cost-lead { max-width: 620px; margin: 0; color: #fff1e8; font-size: 17px; line-height: 1.75; }
.cost-note { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding: 17px 19px; max-width: 560px; color: #fff; background: rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 15px; }
.cost-note > span { width: 36px; height: 36px; flex: none; display: grid; place-items: center; background: #fff; color: var(--orange); border-radius: 11px; font-weight: 900; }
.cost-note p { margin: 0; font-size: 12px; line-height: 1.5; }
.cost-card { padding: 34px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 32px 90px rgba(82,22,0,.2); }
.cost-card-top { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cost-card-top small, .cost-card-top strong { display: block; }
.cost-card-top small { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.cost-card-top strong { margin-top: 5px; font-size: 23px; }
.cost-card ol { display: grid; gap: 0; margin: 10px 0 22px; padding: 0; list-style: none; }
.cost-card li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid #ecece8; }
.cost-card li > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--black); border-radius: 12px; font: 800 10px var(--font-geist-mono), monospace; }
.cost-card li b { font-size: 13px; }
.cost-card li p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.cost-card .button { width: 100%; }

.work-section { position: relative; overflow: hidden; background: #f3f1ee; }
.work-section::before { content: ""; position: absolute; right: -220px; top: -190px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(250,85,0,.09), transparent 67%); pointer-events: none; }
.work-heading { position: relative; display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: end; margin-bottom: 66px; }
.work-heading h2 { max-width: 760px; margin: 17px 0 0; font-size: clamp(40px, 4.8vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.work-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.work-projects { position: relative; display: grid; gap: 26px; }
.work-project { overflow: hidden; display: grid; grid-template-columns: 1.38fr .62fr; min-height: 520px; background: #fff; border: 1px solid #deded9; border-radius: 24px; box-shadow: 0 18px 55px rgba(12,12,12,.07); }
.work-project:nth-child(even) .work-gallery { order: 2; }
.work-gallery { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 1fr 1fr; gap: 4px; min-width: 0; background: #111; }
.work-gallery figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #151515; }
.work-gallery figure:first-child { grid-row: span 2; }
.work-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 50%); pointer-events: none; }
.work-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.work-project:hover .work-gallery img { transform: scale(1.025); }
.work-gallery figcaption { position: absolute; z-index: 2; left: 14px; bottom: 13px; color: #fff; }
.work-gallery figcaption b, .work-gallery figcaption small { display: block; }
.work-gallery figcaption b { font-size: 10px; }
.work-gallery figcaption small { margin-top: 3px; color: rgba(255,255,255,.7); font-size: 7px; text-transform: uppercase; letter-spacing: .11em; }
.work-project-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.work-project-copy > span { position: absolute; right: 24px; top: 24px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 14px; box-shadow: 0 12px 30px rgba(250,85,0,.23); font: 800 11px var(--font-geist-mono), monospace; }
.work-project-copy > small { color: var(--orange); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.work-project-copy h3 { margin: 15px 0 17px; font-size: clamp(27px, 2.8vw, 39px); line-height: 1.07; letter-spacing: -.045em; }
.work-project-copy > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.work-project-copy ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.work-project-copy li { display: flex; align-items: center; gap: 8px; color: #586267; font-size: 10px; font-weight: 700; }
.work-project-copy li i { width: 21px; height: 21px; display: grid; place-items: center; flex: none; color: var(--green); background: #edf8f3; border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 900; }

.area-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #050505, #170700); }
.area-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.area-copy h2 { max-width: 570px; margin: 18px 0 22px; font-size: clamp(42px, 5vw, 66px); line-height: 1.01; letter-spacing: -.055em; }
.area-copy > p { color: #aab5bb; font-size: 14px; line-height: 1.75; }
.area-search { margin-top: 30px; padding: 18px; color: var(--ink); background: #fff; border-radius: 17px; }
.area-search label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.area-search-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.area-search-row > div { position: relative; }
.area-search input { width: 100%; height: 48px; padding: 0 44px 0 13px; background: #f4f4f1; border: 1px solid #dedfda; border-radius: 11px; outline: none; }
.area-search input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,85,0,.1); }
.area-search-row > div span { position: absolute; right: 15px; top: 12px; color: var(--orange); font-size: 20px; }
.area-search-row > button { min-width: 104px; padding: 0 14px; color: #fff; background: var(--orange); border: 0; border-radius: 11px; font-size: 10px; font-weight: 850; }
.area-search-row > button:hover { background: #df4900; }
.area-search-row > button:disabled { cursor: not-allowed; opacity: .42; }
.area-help { margin: 10px 0 0; color: #738086; font-size: 9px; line-height: 1.45; }
.area-result { display: flex; gap: 10px; align-items: center; margin-top: 12px; padding: 12px; border-radius: 12px; animation: riseIn .25s ease both; }
.area-result > span { width: 34px; height: 34px; flex: none; display: grid; place-items: center; color: #fff; border-radius: 10px; font-weight: 900; }
.area-result p, .area-result b, .area-result small { display: block; margin: 0; }
.area-result b { font-size: 11px; }
.area-result small { margin-top: 3px; font-size: 8px; line-height: 1.4; }
.area-result-yes { color: #175f45; background: #e8f8f1; border: 1px solid #bfe8d6; }
.area-result-yes > span { background: var(--green); }
.area-result-maybe { color: #72411f; background: #fff2e8; border: 1px solid #f1d1b9; }
.area-result-maybe > span { background: var(--orange); }
.area-map { position: relative; min-height: 510px; overflow: hidden; background: radial-gradient(circle at center, rgba(250,85,0,.23), rgba(255,255,255,.03) 35%, rgba(255,255,255,.01) 68%); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; }
.area-map::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 45px 45px; transform: perspective(500px) rotateX(48deg) scale(1.45); }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(250,85,0,.38); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 260px; height: 260px; }
.ring-two { width: 440px; height: 440px; border-color: rgba(250,85,0,.18); }
.map-pin { position: absolute; left: 50%; top: 48%; display: grid; justify-items: center; transform: translate(-50%,-50%); }
.map-pin i { width: 34px; height: 34px; margin-bottom: 9px; background: var(--orange); border: 8px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 14px 35px rgba(250,85,0,.36); transform: rotate(-45deg); }
.map-pin b { font-size: 17px; }
.map-pin small { margin-top: 4px; color: #aab5bb; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.map-place { position: absolute; padding: 7px 9px; color: #d9e0e3; background: rgba(0,0,0,.48); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 9px; backdrop-filter: blur(8px); }
.map-place-1 { left: 13%; top: 22%; }.map-place-2 { right: 15%; top: 20%; }.map-place-3 { left: 9%; bottom: 21%; }.map-place-4 { right: 12%; bottom: 23%; }.map-place-5 { left: 26%; top: 48%; }.map-place-6 { right: 25%; top: 53%; }

.request-section { background: #eceae6; }
.request-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.request-intro { position: sticky; top: 120px; }
.request-intro h2 { margin: 18px 0 20px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1; letter-spacing: -.055em; }
.request-intro > p { color: var(--muted); line-height: 1.7; }
.request-benefits { display: grid; gap: 12px; margin-top: 30px; }
.request-benefits > div { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-top: 1px solid #d6d6d0; }
.request-benefits > div > span { width: 34px; height: 34px; flex: none; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 11px; font-weight: 900; }
.request-benefits p, .request-benefits b, .request-benefits small { display: block; margin: 0; }
.request-benefits b { font-size: 12px; }
.request-benefits small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.mail-delivery-note { display: flex; gap: 13px; align-items: center; margin-top: 22px; padding: 16px; color: #fff; background: var(--black); border-radius: 15px; }
.mail-delivery-note img { width: 33px; height: 43px; object-fit: contain; }
.mail-delivery-note p, .mail-delivery-note b, .mail-delivery-note small { display: block; margin: 0; }
.mail-delivery-note b { font-size: 11px; }
.mail-delivery-note small { margin-top: 4px; color: #9ba6ab; font-size: 8px; line-height: 1.45; }

.request-form { padding: 38px; background: #fff; border: 1px solid #dcddd8; border-radius: 24px; box-shadow: 0 20px 65px rgba(0,0,0,.08); }
.form-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 20px; }
.form-heading-next { margin-top: 36px; padding-top: 30px; border-top: 1px solid #e3e3de; }
.form-heading > span { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: #fff; background: var(--orange); border-radius: 13px; font: 800 10px var(--font-geist-mono), monospace; }
.form-heading small, .form-heading h3 { display: block; }
.form-heading small { color: #92999d; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.form-heading h3 { margin: 3px 0 0; font-size: 19px; letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { color: #596165; font-size: 10px; font-weight: 750; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; color: var(--ink); background: #f7f7f4; border: 1px solid #d9dad5; border-radius: 11px; outline: none; }
.form-grid input, .form-grid select { height: 48px; padding: 0 13px; }
.form-grid textarea { min-height: 130px; resize: vertical; padding: 13px; line-height: 1.55; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,85,0,.09); background: #fff; }
.address-grid { grid-template-columns: .68fr 1.32fr; }
.file-field { position: relative; min-height: 94px; display: block !important; padding: 15px; color: #566066; background: #f7f7f4; border: 1px dashed #c7c9c4; border-radius: 13px; }
.file-field > span { display: block; margin-bottom: 8px; }
.file-field input { position: absolute; inset: 0; height: 100%; opacity: 0; cursor: pointer; }
.file-field div { pointer-events: none; }
.file-field b, .file-field small { display: block; }
.file-field b { font-size: 11px; }
.file-field small { max-width: 100%; overflow: hidden; margin-top: 5px; color: #8a9296; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.privacy-check { display: flex; gap: 9px; align-items: flex-start; margin: 22px 0; color: #697175; font-size: 9px; line-height: 1.5; }
.privacy-check input { margin-top: 1px; accent-color: var(--orange); }
.request-submit { width: 100%; min-height: 55px; }
.preview-note { margin: 10px 0 0; color: #8a9194; text-align: center; font-size: 8px; line-height: 1.45; }
.form-alert { margin: 0 0 22px; padding: 16px 18px; border-radius: 14px; font-size: 12px; line-height: 1.55; }
.form-alert strong { display: block; margin-bottom: 4px; font-size: 14px; }
.form-alert-success { color: #14553f; background: #e8f8f1; border: 1px solid #b9e3d0; }
.form-alert-error { color: #7b2817; background: #fff0eb; border: 1px solid #f0c5b9; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.request-submit[disabled] { cursor: wait; opacity: .72; }
.file-feedback { margin-top: 7px; color: #788287; font-size: 9px; }

/* Aanvraagwizard */
.request-intro h2 span { color: var(--orange); }
.request-benefits > div > span { color: var(--orange); background: #fff; border: 1px solid #dadbd6; font: 850 9px var(--font-geist-mono), monospace; }
.request-wizard { overflow: hidden; padding: 0; }
.request-wizard > .form-alert { margin: 26px 30px 0; }
.form-success-card { display: flex; gap: 14px; align-items: center; }
.form-success-card > span { width: 38px; height: 38px; display: grid; place-items: center; flex: none; color: #fff; background: var(--green); border-radius: 12px; font-weight: 900; }
.form-success-card p { margin: 4px 0 0; }
.wizard-top { display: flex; align-items: center; justify-content: space-between; padding: 25px 32px 18px; background: #fbfbf9; }
.wizard-top > div { display: grid; gap: 5px; }
.wizard-top small { color: #91999c; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.wizard-top small b { color: inherit; }
.wizard-top strong { font-size: 14px; }
.wizard-top > span { color: var(--orange); font-size: 13px; font-weight: 850; }
.wizard-progress { height: 4px; background: #e9eae6; }
.wizard-progress i { display: block; height: 100%; background: var(--orange); transition: width .3s ease; }
.wizard-nav { display: grid; grid-template-columns: repeat(4, 1fr); padding: 17px 25px; background: #fbfbf9; border-bottom: 1px solid #e5e5e0; }
.wizard-nav button { display: flex; gap: 7px; align-items: center; justify-content: center; padding: 3px; color: #969da0; background: transparent; border: 0; font-size: 9px; font-weight: 800; }
.wizard-nav button:not(:disabled) { cursor: pointer; }
.wizard-nav button > span { width: 23px; height: 23px; display: grid; place-items: center; background: #e9eae6; border-radius: 7px; font-size: 8px; }
.wizard-nav button.is-active { color: var(--ink); }
.wizard-nav button.is-active > span { color: #fff; background: var(--orange); box-shadow: 0 5px 14px rgba(250,85,0,.24); }
.wizard-nav button.is-done { color: #52605c; }
.wizard-nav button.is-done > span { color: #fff; background: var(--green); }
.wizard-body { min-height: 580px; padding: 34px 32px 38px; }
.request-step { animation: riseIn .28s ease both; }
.request-step[hidden] { display: none !important; }
.wizard-heading { margin-bottom: 25px; }
.wizard-heading h3 { margin: 0; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.05; letter-spacing: -.045em; }
.wizard-heading > p { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.wizard-issue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wizard-issue { position: relative; cursor: pointer; }
.wizard-issue > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wizard-issue-body { min-height: 82px; display: flex; gap: 12px; align-items: center; padding: 13px; background: #f7f7f4; border: 1px solid #dcddd8; border-radius: 14px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.wizard-issue-body:hover { transform: translateY(-1px); border-color: #bfc1bc; }
.wizard-issue-body > i { width: 39px; height: 39px; display: grid; place-items: center; flex: none; color: #878f93; background: #fff; border: 1px solid #dedfda; border-radius: 10px; font: 850 8px var(--font-geist-mono), monospace; font-style: normal; }
.wizard-issue-body > span { min-width: 0; display: grid; gap: 4px; }
.wizard-issue-body b { font-size: 11px; }
.wizard-issue-body small { color: #7b8589; font-size: 8px; line-height: 1.4; }
.wizard-issue-body > em { display: none; margin-left: auto; color: var(--orange); font-style: normal; font-weight: 900; }
.wizard-issue > input:focus-visible + .wizard-issue-body { outline: 3px solid rgba(250,85,0,.18); outline-offset: 2px; }
.wizard-issue > input:checked + .wizard-issue-body { background: #fff5f0; border-color: var(--orange); box-shadow: 0 8px 20px rgba(250,85,0,.08); }
.wizard-issue > input:checked + .wizard-issue-body > i { color: #fff; background: var(--orange); border-color: var(--orange); }
.wizard-issue > input:checked + .wizard-issue-body > em { display: block; }
.wizard-choice { margin: 22px 0 0; padding: 0; border: 0; }
.wizard-choice legend, .wizard-select > span { display: block; margin-bottom: 8px; color: #4f595d; font-size: 9px; font-weight: 800; }
.wizard-segments { display: flex; gap: 6px; padding: 5px; background: #efefeb; border-radius: 12px; }
.wizard-segments label { position: relative; flex: 1; cursor: pointer; }
.wizard-segments input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wizard-segments label > span { min-height: 39px; display: grid; place-items: center; padding: 7px 9px; color: #737c80; text-align: center; border-radius: 9px; font-size: 9px; font-weight: 800; }
.wizard-segments input:focus-visible + span { outline: 3px solid rgba(250,85,0,.18); }
.wizard-segments input:checked + span { color: var(--ink); background: #fff; box-shadow: 0 4px 12px rgba(35,31,28,.09); }
.wizard-field-grid { margin-top: 20px; }
.wizard-field-grid label > small.field-help { color: #91999c; text-align: right; font-size: 8px; font-weight: 500; }
.wizard-field-grid label > small.field-help b { color: inherit; }
.wizard-contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; align-items: end; margin-top: 20px; }
.wizard-contact-grid .wizard-choice { margin: 0; }
.wizard-select { display: grid; }
.wizard-select select { width: 100%; height: 49px; padding: 0 12px; color: var(--ink); background: #f7f7f4; border: 1px solid #d9dad5; border-radius: 11px; outline: none; }
.wizard-select select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,85,0,.09); background: #fff; }
.draft-note { display: flex; gap: 9px; align-items: center; margin: 22px 0 0; padding: 12px 14px; color: #356d58; background: #edf8f3; border-radius: 11px; font-size: 9px; }
.draft-note > span { width: 20px; height: 20px; display: grid; place-items: center; flex: none; color: #fff; background: var(--green); border-radius: 50%; font-size: 8px; }
.photo-tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 20px; }
.photo-tips > div { padding: 14px; background: #f6f6f3; border: 1px solid #e0e1dc; border-radius: 12px; }
.photo-tips > div > span { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 10px; color: var(--orange); background: #fff; border: 1px solid #dedfda; border-radius: 8px; font: 850 8px var(--font-geist-mono), monospace; }
.photo-tips p, .photo-tips b, .photo-tips small { display: block; margin: 0; }
.photo-tips b { font-size: 10px; }
.photo-tips small { margin-top: 4px; color: #7b8589; font-size: 8px; line-height: 1.45; }
.wizard-upload { position: relative; min-height: 190px; display: grid; place-items: center; align-content: center; padding: 25px; text-align: center; background: #fff7f2; border: 1.5px dashed #ed9f78; border-radius: 16px; cursor: pointer; }
.wizard-upload > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wizard-upload > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 12px; color: #fff; background: var(--orange); border-radius: 15px; box-shadow: 0 10px 24px rgba(250,85,0,.24); font-size: 24px; }
.wizard-upload > b { font-size: 13px; }
.wizard-upload > small { margin-top: 6px; color: #879095; font-size: 8px; }
.wizard-file-list { overflow: hidden; margin-top: 14px; border: 1px solid #dedfda; border-radius: 13px; }
.wizard-file-list > div { display: flex; gap: 10px; align-items: center; padding: 11px 13px; border-top: 1px solid #e9e9e5; }
.wizard-file-list > div:first-child { border-top: 0; }
.wizard-file-list .wizard-file-head { justify-content: space-between; background: #f6f6f3; }
.wizard-file-head b { font-size: 9px; }.wizard-file-head small { color: #868f93; font-size: 8px; }
.wizard-file-list > div > span { width: 26px; height: 26px; display: grid; place-items: center; flex: none; color: var(--orange); background: #fff1ea; border-radius: 7px; font-size: 8px; font-weight: 850; }
.wizard-file-list p { min-width: 0; flex: 1; display: grid; gap: 2px; margin: 0; }
.wizard-file-list p b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
.wizard-file-list p small { color: #8c9498; font-size: 7px; }
.wizard-file-list button { width: 27px; height: 27px; color: #7d878b; background: #f0f0ec; border: 0; border-radius: 7px; cursor: pointer; }
.photo-privacy { display: flex; gap: 12px; align-items: center; margin-top: 16px; padding: 13px 15px; background: #f1f6f7; border-radius: 12px; }
.photo-privacy > span { font-size: 17px; }.photo-privacy p, .photo-privacy b, .photo-privacy small { display: block; margin: 0; }
.photo-privacy b { font-size: 9px; }.photo-privacy small { margin-top: 3px; color: #768186; font-size: 8px; }
.review-step { display: grid; gap: 10px; }
.review-step .wizard-heading { margin-bottom: 10px; }
.review-card { padding: 16px; background: #f7f7f4; border: 1px solid #dedfda; border-radius: 13px; }
.review-card header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.review-card header > span { color: #8d9599; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.review-card header button { padding: 5px 8px; color: var(--orange); background: #fff; border: 1px solid #dedfda; border-radius: 7px; font-size: 8px; font-weight: 800; cursor: pointer; }
.review-card h4 { margin: 0 0 6px; font-size: 13px; }
.review-card p { margin: 3px 0; color: #657075; font-size: 9px; line-height: 1.5; }
.review-card blockquote { margin: 10px 0 0; padding: 10px 11px; color: #4e585c; background: #fff; border-left: 3px solid var(--orange); font-size: 9px; line-height: 1.55; }
.wizard-privacy { margin: 3px 0 0; padding: 13px; border: 1px solid #dcddd8; border-radius: 12px; }
.wizard-privacy input { width: 17px; height: 17px; flex: none; }
.quote-explainer { display: flex; gap: 12px; align-items: center; padding: 14px; color: #fff; background: #111; border-radius: 13px; }
.quote-explainer > span { width: 30px; height: 30px; display: grid; place-items: center; flex: none; background: var(--orange); border-radius: 9px; font-size: 11px; font-weight: 900; }
.quote-explainer p, .quote-explainer b, .quote-explainer small { display: block; margin: 0; }
.quote-explainer b { font-size: 10px; }.quote-explainer small { margin-top: 4px; color: #9aa4a8; font-size: 8px; line-height: 1.45; }
.wizard-actions { position: sticky; z-index: 3; bottom: 0; display: flex; gap: 10px; justify-content: flex-end; padding: 17px 32px; background: rgba(255,255,255,.96); border-top: 1px solid #e5e5e1; backdrop-filter: blur(12px); }
.wizard-actions .button { min-width: 170px; }
.wizard-actions .wizard-back { color: #475156; background: #fff; border: 1px solid #d5d7d2; }
.wizard-actions .request-submit { width: auto; }
.wizard-actions [hidden] { display: none !important; }
.request-wizard > .preview-note { padding: 0 28px 18px; }

.mail-preview-wrap { margin-top: 56px; }
.mail-preview-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; padding: 15px 18px; color: #fff; background: #111; border-radius: 15px; }
.mail-preview-heading > div { display: flex; gap: 11px; align-items: center; }
.mail-preview-heading > div > span { width: 34px; height: 34px; display: grid; place-items: center; background: var(--green); border-radius: 10px; font-weight: 900; }
.mail-preview-heading p, .mail-preview-heading b, .mail-preview-heading small { display: block; margin: 0; }
.mail-preview-heading b { font-size: 12px; }
.mail-preview-heading small { margin-top: 3px; color: #9ba5a9; font-size: 8px; }
.mail-preview-heading button { color: #b8c0c4; background: transparent; border: 0; font-size: 10px; }
.owner-mail { overflow: hidden; max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid #d7d8d3; border-radius: 20px; box-shadow: 0 24px 75px rgba(0,0,0,.12); animation: riseIn .45s ease both; }
.owner-mail > header { display: flex; align-items: center; gap: 13px; padding: 20px 24px; color: #fff; background: linear-gradient(125deg, #050505, #1e0900); }
.owner-mail > header img { width: 36px; height: 47px; object-fit: contain; }
.owner-mail > header div { flex: 1; }
.owner-mail > header b, .owner-mail > header small { display: block; }
.owner-mail > header b { font-size: 15px; text-transform: uppercase; }
.owner-mail > header b em { color: #fff; font-style: normal; }
.owner-mail > header b { color: var(--orange-2); }
.owner-mail > header small { margin-top: 5px; color: #93a0a6; font-size: 7px; letter-spacing: .14em; }
.owner-mail > header > span { padding: 6px 9px; color: #fff; background: var(--orange); border-radius: 999px; font-size: 8px; font-weight: 850; }
.owner-mail-body { padding: 31px; }
.owner-mail-body > small { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.owner-mail-body h3 { margin: 8px 0 10px; font-size: 28px; letter-spacing: -.035em; }
.mail-summary { margin: 0 0 24px; padding: 14px 16px; color: #586166; background: #f4f4f1; border-left: 3px solid var(--orange); font-size: 11px; line-height: 1.65; }
.mail-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e2e2dd; border-left: 1px solid #e2e2dd; }
.mail-details > div { min-height: 70px; padding: 13px; border-right: 1px solid #e2e2dd; border-bottom: 1px solid #e2e2dd; }
.mail-details span, .mail-details b { display: block; }
.mail-details span { color: #8b9295; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.mail-details b { margin-top: 6px; font-size: 10px; line-height: 1.4; word-break: break-word; }
.mail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 22px; }
.mail-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--orange); border-radius: 11px; font-size: 11px; font-weight: 850; }
.mail-actions a:last-child { background: #111; }
.owner-mail > footer { padding: 13px 22px; color: #8b9295; background: #f2f2ef; text-align: center; font-size: 8px; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-copy h2 { margin: 18px 0; font-size: clamp(40px, 4vw, 55px); line-height: 1.05; letter-spacing: -.05em; }
.faq-copy > p { color: var(--muted); line-height: 1.7; }
.text-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; padding: 0 0 6px; color: var(--black); background: transparent; border: 0; border-bottom: 1px solid #aab0b0; font-weight: 780; }
.text-button span { color: var(--orange); font-size: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 20px; list-style: none; cursor: pointer; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 30px; height: 30px; display: grid; place-items: center; background: #f0efec; border-radius: 50%; font-style: normal; transition: .2s; }
.faq-list details[open] summary i { color: #fff; background: var(--orange); transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -3px 50px 27px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.closing-section { padding: 28px 0; background: #fff; }
.closing-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 40px 48px; color: #fff; background: linear-gradient(125deg, #050505, #1f0a00); border-radius: 23px; }
.closing-mark { width: 49px; height: 63px; }
.closing-mark img { width: 100%; height: 100%; object-fit: contain; }
.closing-card > div:nth-child(2) > span { color: var(--orange-2); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.closing-card h2 { margin: 8px 0 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.06; letter-spacing: -.045em; }

.site-footer { padding: 64px 0 24px; color: #fff; background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .85fr 1fr; gap: 50px; }
.footer-about .brand { margin-bottom: 18px; }
.footer-about > p { max-width: 340px; color: #8e9ca4; font-size: 12px; line-height: 1.65; }
.footer-grid h3 { margin: 0 0 14px; color: #f1b58e; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div > a:not(.brand) { display: block; padding: 5px 0; color: #aeb9bf; font-size: 12px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; color: #718089; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.floating-request { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 7px 15px 7px 7px; color: #fff; background: linear-gradient(135deg, var(--orange), #d94300); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 18px 48px rgba(0,0,0,.38); font-size: 12px; animation: gentleFloat 4s ease-in-out infinite; }
.floating-request.is-hidden { opacity: 0; pointer-events: none; animation: none; transform: translateY(14px); }
.floating-request > span { width: 34px; height: 34px; display: grid; place-items: center; padding: 5px; background: #fff; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,.18); }
.floating-request > span img { width: 100%; height: 100%; object-fit: contain; }

@keyframes riseIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes orbDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-28px,24px,0) scale(1.08); } }
@keyframes gentleFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 42px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .cost-layout, .area-layout { gap: 45px; }
  .work-project { grid-template-columns: 1.12fr .88fr; }
  .request-layout { grid-template-columns: .75fr 1.25fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 700px); }
  .topbar-inner span:last-child { display: none; }
  .hero { padding: 72px 0; }
  .hero-grid, .split-heading, .cost-layout, .work-heading, .area-layout, .request-layout, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid, .cost-layout, .area-layout { gap: 44px; }
  .hero-request-card { max-width: 570px; }
  .quick-trust-grid { grid-template-columns: 1fr 1fr; padding: 16px 0; }
  .quick-trust-grid > div { min-height: 68px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .quick-trust-grid > div:nth-child(2) { border-right: 0; }
  .section { padding: 82px 0; }
  .split-heading, .work-heading { gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .pipe-icon { margin: 38px 0 28px; }
  .work-project { grid-template-columns: 1fr; min-height: 0; }
  .work-project:nth-child(even) .work-gallery { order: 0; }
  .work-gallery { min-height: 460px; }
  .area-map { min-height: 430px; }
  .request-intro { position: static; }
  .request-intro h2 { max-width: 540px; }
  .request-benefits { grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .request-benefits > div { display: block; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
  .request-benefits > div > span { margin-bottom: 11px; }
  .mail-delivery-note { max-width: 520px; }
  .wizard-body { min-height: 0; }
  .faq-grid { gap: 46px; }
  .closing-card { grid-template-columns: auto 1fr; }
  .closing-card .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 500px); }
  .topbar-inner { height: 32px; }
  .header-inner { min-height: 68px; }
  .brand img { width: 34px; height: 44px; }
  .brand-name { display: grid; gap: 2px; }
  .brand-name strong, .brand-name b { font-size: 11px; }
  .header-cta { min-height: 39px; padding: 0 12px; font-size: 10px; }
  .hero { padding: 58px 0 64px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-lead { font-size: 15px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-actions .button { min-height: 52px; }
  .hero-trust { display: grid; }
  .hero-request-card { padding: 19px; border-radius: 20px; }
  .quick-trust-grid { grid-template-columns: 1fr; }
  .quick-trust-grid > div, .quick-trust-grid > div:nth-child(2) { padding: 13px 0; border-right: 0; }
  .section { padding: 68px 0; }
  .center-heading { margin-bottom: 38px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 132px; padding: 20px; }
  .service-card { min-height: 360px; padding: 23px; }
  .tag-row { left: 23px; bottom: 23px; }
  .cost-section::before { font-size: 330px; }
  .cost-card { padding: 24px; }
  .work-project { border-radius: 18px; }
  .work-gallery { min-height: 350px; grid-template-columns: 1.2fr .8fr; }
  .work-project-copy { padding: 31px 25px; }
  .work-project-copy > span { width: 38px; height: 38px; right: 17px; top: 17px; }
  .area-map { min-height: 370px; }
  .area-search-row { grid-template-columns: 1fr; }
  .area-search-row > button { min-height: 45px; }
  .ring-one { width: 190px; height: 190px; }.ring-two { width: 320px; height: 320px; }
  .map-place-5, .map-place-6 { display: none; }
  .request-benefits { grid-template-columns: 1fr; }
  .request-form { padding: 23px 18px; border-radius: 18px; }
  .request-form.request-wizard { padding: 0; }
  .request-wizard > .form-alert { margin: 20px 18px 0; }
  .wizard-top { padding: 21px 20px 15px; }
  .wizard-nav { padding: 14px 9px; }
  .wizard-nav button { display: grid; gap: 5px; font-size: 7px; }
  .wizard-nav button > span { margin: auto; }
  .wizard-body { padding: 28px 20px 34px; }
  .wizard-heading h3 { font-size: 31px; }
  .wizard-issue-grid { grid-template-columns: 1fr; }
  .wizard-issue-body { min-height: 74px; }
  .wizard-contact-grid { grid-template-columns: 1fr; }
  .photo-tips { grid-template-columns: 1fr; }
  .photo-tips > div { display: flex; gap: 11px; align-items: center; }
  .photo-tips > div > span { flex: none; margin: 0; }
  .wizard-actions { padding: 13px 16px max(13px, env(safe-area-inset-bottom)); }
  .wizard-actions .button { min-width: 0; flex: 1; padding-left: 10px; padding-right: 10px; }
  .request-wizard > .preview-note { padding: 0 18px 17px; }
  .form-grid, .address-grid { grid-template-columns: 1fr; }
  .form-grid label.wide, .form-grid label.full { grid-column: auto; }
  .mail-details, .mail-actions { grid-template-columns: 1fr; }
  .owner-mail-body { padding: 22px 17px; }
  .owner-mail > header { padding: 17px; }
  .mail-preview-heading { align-items: flex-start; }
  .closing-card { grid-template-columns: 1fr; padding: 28px 24px; }
  .closing-card .button { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: grid; }
  .floating-request { display: none; }
}

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