:root {
  --navy-950: #0a1020;
  --navy-900: #111827;
  --navy-800: #1b263b;
  --ink: #152033;
  --muted: #667085;
  --line: #e5e8ee;
  --surface: #ffffff;
  --soft: #f5f6f8;
  --red: #e43d54;
  --red-dark: #c82e45;
  --green: #159268;
  --amber: #d99b28;
  --blue: #3478db;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(12, 20, 37, .11);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--surface); font: 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.is-submitting { cursor: progress; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.container.narrow { width: min(1030px, calc(100% - 40px)); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 10px 14px; color: #fff; background: var(--red); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 50; background: var(--navy-950); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.header-inner { height: 78px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--red); color: #fff; font-size: 20px; font-weight: 850; box-shadow: 0 8px 24px rgba(228, 61, 84, .28); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; color: #aab3c4; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; line-height: 1.25; }
.header-phone span { color: #aeb7c7; font-size: 11px; }
.header-phone strong { margin-top: 3px; font-size: 16px; letter-spacing: .02em; }

.hero { position: relative; overflow: hidden; padding: 86px 0 92px; color: #fff; background: radial-gradient(circle at 75% 25%, #28344e 0, transparent 34%), linear-gradient(145deg, #0a1020 0%, #111827 58%, #18233a 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; 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: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 55%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.hero h1 { max-width: 670px; margin: 20px 0 22px; font-size: clamp(42px, 5.3vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 em { color: #b9c1cf; font-style: normal; font-weight: 500; }
.hero-lead { max-width: 630px; margin: 0; color: #bbc4d2; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border: 0; border-radius: 12px; text-decoration: none; cursor: pointer; font-weight: 800; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-submit { color: #fff; background: var(--red); box-shadow: 0 14px 34px rgba(228, 61, 84, .25); }
.button-primary:hover, .button-submit:hover { background: var(--red-dark); box-shadow: 0 18px 40px rgba(228, 61, 84, .32); }
.text-link { color: #d5dae3; text-underline-offset: 5px; font-size: 14px; font-weight: 650; }
.trust-list { display: flex; gap: 28px; margin: 42px 0 0; padding: 0; list-style: none; color: #c2cad6; font-size: 12px; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list span { color: var(--red); font-size: 10px; font-weight: 900; }

.hero-panel { border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); box-shadow: 0 40px 80px rgba(0,0,0,.24); backdrop-filter: blur(16px); overflow: hidden; }
.hero-photo { display: block; width: calc(100% - 40px); height: auto; margin: 20px; border-radius: 16px; object-fit: cover; }
.panel-top { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #dfe4eb; font-size: 12px; font-weight: 750; }
.status-dot { color: #aeb8c9; font-size: 10px; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4dd3a0; box-shadow: 0 0 0 4px rgba(77,211,160,.12); }
.pergola-preview { position: relative; height: 335px; margin: 20px; border-radius: 16px; background: linear-gradient(#eef2f6 0 65%, #d7dbe0 65%); overflow: hidden; perspective: 700px; }
.preview-wall { position: absolute; inset: 0 36% 35% 0; background: linear-gradient(120deg, #dce1e7, #fafafa); border-right: 5px solid #b6bdc6; }
.preview-roof { position: absolute; left: 16%; right: 12%; top: 23%; height: 27%; background: repeating-linear-gradient(90deg, #424c5d 0 8px, #687487 8px 34px); border: 8px solid #283344; box-shadow: 0 15px 30px rgba(15,23,42,.25); transform: rotateX(58deg) skewX(-8deg); transform-origin: top; }
.preview-post { position: absolute; width: 12px; top: 42%; bottom: 14%; background: linear-gradient(90deg, #263244, #606c7e, #263244); box-shadow: 8px 10px 14px rgba(0,0,0,.13); }
.post-left { left: 20%; }.post-right { right: 14%; }
.preview-floor { position: absolute; left: 7%; right: 4%; bottom: 13%; height: 4px; background: #b1b8c1; transform: skewX(-30deg); }
.dimension { position: absolute; z-index: 5; display: flex; align-items: center; gap: 6px; color: #162033; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dimension b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; font-size: 12px; }
.dim-a { left: 32%; bottom: 5%; }.dim-a b { background: var(--amber); }
.dim-b { left: 3%; top: 46%; flex-direction: column; }.dim-b b { background: var(--red); }
.dim-c { right: 2%; bottom: 26%; transform: rotate(-54deg); }.dim-c b { background: var(--blue); }
.panel-note { display: flex; gap: 12px; align-items: flex-start; margin: 0 20px 20px; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.07); }
.panel-note > span { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #10251d; background: #67d9ad; font-weight: 900; }
.panel-note p { margin: 0; color: #bfc8d6; font-size: 11px; line-height: 1.55; }.panel-note strong { color: #fff; }

.prep-strip { border-bottom: 1px solid var(--line); background: #fff; }
.prep-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 13px; }
.prep-inner strong { color: var(--ink); }.prep-inner div { color: var(--muted); }.prep-inner div span { margin-right: 8px; color: var(--red); font-weight: 800; }

.progress-nav { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.progress-inner { height: 70px; display: flex; align-items: center; justify-content: center; }
.progress-item { display: flex; align-items: center; gap: 9px; color: #8a94a5; text-decoration: none; font-size: 12px; transition: color .2s; }
.progress-item span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #ccd2dc; border-radius: 50%; font-size: 10px; font-weight: 800; }
.progress-item.is-active { color: var(--ink); }.progress-item.is-active span { color: #fff; border-color: var(--red); background: var(--red); }
.progress-inner > i { width: 65px; height: 1px; margin: 0 14px; background: #dce0e7; }

.form-section { padding: 92px 0; scroll-margin-top: 68px; }
.section-tinted { background: var(--soft); }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading h2, .contact-intro h2, .success-inner h2 { margin: 12px 0 14px; font-size: clamp(32px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .contact-intro > p { margin: 0; color: var(--muted); font-size: 17px; }

.choice-fieldset { padding: 0; border: 0; }
.choice-grid { display: grid; gap: 16px; }.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; min-height: 260px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; cursor: pointer; transition: border-color .18s, transform .18s, box-shadow .18s; }
.choice-card:hover { transform: translateY(-3px); border-color: #c9ced8; box-shadow: 0 16px 40px rgba(14,25,44,.08); }
.choice-card:has(input:checked) { border-color: var(--red); box-shadow: 0 0 0 3px rgba(228,61,84,.1), 0 16px 40px rgba(14,25,44,.08); }
.choice-card input { position: absolute; top: 18px; right: 18px; width: 20px; height: 20px; accent-color: var(--red); }
.choice-card strong, .choice-card small { display: block; }.choice-card strong { margin-top: 16px; font-size: 17px; }.choice-card small { margin-top: 7px; color: var(--muted); line-height: 1.5; }
.choice-visual { position: relative; display: block; height: 106px; border-radius: 12px; overflow: hidden; background: #f0f2f5; }
.choice-visual i, .choice-visual b { position: absolute; display: block; }
.wall-choice i { left: 15%; top: 14%; bottom: 8%; width: 5px; background: #9ba5b3; }.wall-choice b { left: 15%; right: 10%; top: 27%; height: 8px; background: #313d50; box-shadow: 60px 42px 0 -1px #313d50; transform: skewY(-4deg); }
.free-choice i { left: 12%; right: 12%; top: 25%; height: 9px; background: #313d50; transform: skewY(-4deg); }.free-choice b { left: 18%; top: 30%; width: 6px; height: 58px; background: #4b586a; box-shadow: 142px -10px 0 #4b586a; }
.unsure-choice { display: grid; place-items: center; color: #8c96a5; font-size: 42px; font-weight: 300; }

.choice-card { min-height: 132px; padding: 26px 48px 24px 24px; display: flex; flex-direction: column; justify-content: center; }
.choice-card strong { margin-top: 0; padding-right: 12px; }
.choice-card small { max-width: 250px; }

.measurement-photo { margin: 0 0 28px; border-radius: 22px; overflow: hidden; background: var(--navy-900); box-shadow: var(--shadow); }
.measurement-photo img { display: block; width: 100%; height: auto; }
.measurement-photo figcaption { display: flex; justify-content: center; gap: 30px; padding: 14px 20px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.measurement-photo figcaption b:nth-child(1) { color: #ffd13b; }
.measurement-photo figcaption b:nth-child(2) { color: #ff5366; }
.measurement-photo figcaption b:nth-child(3) { color: #4f9bff; }

.measure-stack { display: grid; gap: 24px; }
.measure-card { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; min-height: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(20,30,48,.045); overflow: hidden; }
.measure-number { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border-radius: 14px; color: #fff; font-size: 21px; font-weight: 900; }
.measure-a .measure-number { background: var(--amber); }.measure-b .measure-number { background: var(--red); }.measure-c .measure-number { background: var(--blue); }
.measure-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.measure-content h3 { margin: 6px 0 8px; font-size: 24px; line-height: 1.25; }.measure-content > p { margin: 0; color: var(--muted); font-size: 14px; }
.mini-checks { display: grid; gap: 5px; margin: 16px 0 22px; padding: 0; color: #4d596b; list-style: none; font-size: 12px; }.mini-checks li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.technical-note { margin: 16px 0 22px !important; padding: 14px 16px; border-left: 3px solid var(--amber); border-radius: 0 10px 10px 0; color: #4f5968 !important; background: #fff9ed; }
.technical-note strong { color: var(--ink); }
.measure-input-wrap { max-width: 270px; }.measure-input-wrap label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.unit-input { display: flex; height: 50px; border: 1px solid #cfd5df; border-radius: 11px; overflow: hidden; transition: border .18s, box-shadow .18s; }.unit-input:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(228,61,84,.1); }
.unit-input input { width: 100%; min-width: 0; padding: 0 13px; border: 0; outline: none; font-size: 17px; font-weight: 750; }.unit-input span { display: grid; place-items: center; min-width: 50px; color: var(--muted); background: #f3f4f6; font-size: 12px; font-weight: 750; }
.measure-input-wrap small { display: block; margin-top: 6px; color: #8b95a5; font-size: 10px; }
.measure-diagram { position: relative; align-self: stretch; min-height: 255px; border-radius: 16px; background: linear-gradient(155deg, #eff2f5, #fafbfc); overflow: hidden; }
.measure-diagram > small { position: absolute; left: 0; right: 0; bottom: 12px; color: #8c95a3; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.diagram-structure { position: absolute; left: 14%; right: 12%; bottom: 24%; height: 52%; border-top: 10px solid #384456; }.diagram-structure i { position: absolute; top: 0; bottom: 0; width: 8px; background: #4b5869; }.diagram-structure i:first-child { left: 0; }.diagram-structure i:nth-child(2) { right: 0; }.diagram-structure b { position: absolute; left: 0; right: 0; top: 17%; height: 2px; background: #8a94a2; }
.diagram-line { position: absolute; color: var(--ink); }.diagram-line::before, .diagram-line::after { content: ""; position: absolute; }
.diagram-line.horizontal { left: 14%; right: 12%; bottom: 16%; height: 2px; background: var(--amber); }.diagram-line.horizontal::before { left: 0; border: 5px solid transparent; border-right-color: var(--amber); transform: translate(-6px,-4px); }.diagram-line.horizontal::after { right: 0; border: 5px solid transparent; border-left-color: var(--amber); transform: translate(6px,-4px); }.diagram-line.horizontal span { position: absolute; left: 50%; top: -28px; transform: translateX(-50%); color: #fff; background: var(--amber); }
.diagram-line span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; font-size: 12px; font-weight: 900; }
.diagram-wall { position: absolute; left: 18%; top: 12%; bottom: 20%; width: 12px; background: #bcc4ce; }.diagram-roof { position: absolute; left: 20%; right: 16%; top: 28%; height: 10px; background: #384456; transform: rotate(5deg); transform-origin: left; }.diagram-post { position: absolute; right: 18%; top: 31%; bottom: 20%; width: 8px; background: #4b5869; }
.diagram-line.vertical { left: 8%; top: 28%; bottom: 20%; width: 2px; background: var(--red); }.diagram-line.vertical::before { top: -4px; border: 5px solid transparent; border-bottom-color: var(--red); transform: translate(-4px,-5px); }.diagram-line.vertical::after { bottom: -4px; border: 5px solid transparent; border-top-color: var(--red); transform: translate(-4px,5px); }.diagram-line.vertical span { position: absolute; left: -13px; top: 50%; transform: translateY(-50%); color: #fff; background: var(--red); }
.top-wall { position: absolute; left: 12%; right: 12%; top: 14%; height: 13px; background: #adb6c2; }.top-area { position: absolute; left: 20%; right: 20%; top: 23%; bottom: 20%; border: 8px solid #435064; background: repeating-linear-gradient(90deg,#e3e7eb 0 18px,#f7f8f9 18px 34px); }.diagram-line.depth { left: 50%; top: 25%; bottom: 18%; width: 2px; background: var(--blue); }.diagram-line.depth::before { top: -4px; border: 5px solid transparent; border-bottom-color: var(--blue); transform: translate(-4px,-5px); }.diagram-line.depth::after { bottom: -4px; border: 5px solid transparent; border-top-color: var(--blue); transform: translate(-4px,5px); }.diagram-line.depth span { position: absolute; left: -13px; top: 50%; transform: translateY(-50%); color: #fff; background: var(--blue); }

.details-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 24px; }
.check-panel, .field-panel { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.check-panel legend { float: left; width: 100%; margin-bottom: 18px; font-size: 16px; font-weight: 800; }.check-panel legend + * { clear: both; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-grid label { cursor: pointer; }.check-grid input { position: absolute; opacity: 0; }.check-grid span { display: flex; min-height: 46px; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; color: #4e596a; font-size: 12px; transition: .16s; }.check-grid span::before { content: ""; width: 16px; height: 16px; margin-right: 8px; border: 1px solid #bfc6d0; border-radius: 5px; }.check-grid input:checked + span { color: var(--ink); border-color: var(--red); background: rgba(228,61,84,.045); }.check-grid input:checked + span::before { content: "✓"; display: grid; place-items: center; color: #fff; border-color: var(--red); background: var(--red); font-size: 10px; font-weight: 900; }
.field-panel > label, .form-field > label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }.field-panel > label span { color: var(--muted); font-weight: 500; }
select, textarea, .form-field > input, .phone-input { width: 100%; border: 1px solid #cfd5df; border-radius: 11px; background: #fff; outline: none; transition: border .18s, box-shadow .18s; }
select, .form-field > input { height: 51px; padding: 0 13px; } textarea { display: block; resize: vertical; min-height: 122px; padding: 12px 13px; }
select:focus, textarea:focus, .form-field > input:focus, .phone-input:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(228,61,84,.1); }
.field-panel select { margin-bottom: 20px; }.char-count { display: block; margin-top: 5px; color: #98a1af; text-align: right; font-size: 10px; }
.photo-guide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; margin-top: 24px; padding: 32px; border-radius: 20px; color: #fff; background: var(--navy-900); }
.photo-copy h3 { margin: 8px 0; font-size: 24px; line-height: 1.25; }.photo-copy p { margin: 0; color: #aeb8c8; font-size: 13px; }
.photo-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }.photo-list li { display: flex; align-items: center; gap: 13px; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.04); }.photo-list li > span { display: grid; flex: 0 0 32px; place-items: center; height: 32px; border-radius: 9px; color: var(--red); background: rgba(228,61,84,.12); font-weight: 900; }.photo-list strong, .photo-list small { display: block; }.photo-list strong { font-size: 12px; }.photo-list small { margin-top: 2px; color: #98a4b5; font-size: 10px; }

.details-simple { max-width: 720px; }
.reference-gallery { display: grid; grid-template-columns: 1fr .72fr; gap: 22px; margin-top: 28px; align-items: start; }
.reference-gallery figure, .reference-gallery details { margin: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.reference-gallery figure img, .reference-gallery details img { display: block; width: 100%; height: auto; }
.reference-gallery figcaption { padding: 12px 16px; color: var(--muted); font-size: 11px; font-weight: 700; }
.reference-gallery summary { padding: 16px 18px; cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 800; }
.reference-gallery details[open] summary { border-bottom: 1px solid var(--line); }

.section-dark { color: #fff; background: radial-gradient(circle at 15% 20%, #27344b 0, transparent 30%), var(--navy-950); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: start; }.contact-intro { padding-top: 34px; }.contact-intro .section-kicker { color: #ef6b7d; }.contact-intro > p { color: #adb7c7; }
.contact-promise { display: grid; gap: 11px; margin-top: 36px; color: #c3cbd7; font-size: 13px; }.contact-promise b { margin-bottom: 3px; color: #fff; }.contact-promise span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; border-radius: 50%; color: #5ce0ae; background: rgba(92,224,174,.1); font-size: 10px; font-weight: 900; }
.contact-card { padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-field { margin-bottom: 17px; }
.phone-input { display: flex; height: 51px; overflow: hidden; }.phone-input > span { display: grid; place-items: center; padding: 0 13px; border-right: 1px solid #d8dde5; color: #5a6574; background: #f2f4f6; font-size: 13px; font-weight: 750; }.phone-input input { width: 100%; min-width: 0; padding: 0 13px; border: 0; outline: 0; }
.contact-preference { margin: 2px 0 18px; padding: 0; border: 0; }.contact-preference legend { margin-bottom: 8px; font-size: 12px; font-weight: 800; }.contact-preference > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }.contact-preference input { position: absolute; opacity: 0; }.contact-preference span { display: grid; min-height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; color: #5d6776; font-size: 11px; font-weight: 750; }.contact-preference input:checked + span { color: #665cac; border-color: #7367b5; background: rgba(115,103,181,.07); }
.consent { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--red); }.consent span { color: #697386; font-size: 11px; line-height: 1.55; }
.button-submit { width: 100%; margin-top: 15px; }.button-submit i { font-style: normal; }.button-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.secure-note { margin: 11px 0 0; color: #8892a0; text-align: center; font-size: 9px; }.secure-note span { color: var(--green); }
.field-error { min-height: 17px; margin: 5px 0 0; color: #c83247; font-size: 10px; font-weight: 650; }.has-error, .has-error:focus { border-color: #d94056 !important; box-shadow: 0 0 0 3px rgba(217,64,86,.09) !important; }.form-status { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 9px; font-size: 12px; }.form-status.is-error { display: block; color: #9f2638; background: #fff0f2; }.form-status.is-info { display: block; color: #26547e; background: #eef6ff; }

.success-screen { padding: 105px 0; text-align: center; background: #f5f8f7; }.success-inner { max-width: 650px; }.success-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 14px 35px rgba(21,146,104,.24); font-size: 30px; font-weight: 900; }.success-inner p { color: var(--muted); font-size: 17px; }.success-inner p strong { color: var(--ink); }.success-actions { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 28px; }.button-viber { color: #fff; background: #7367b5; box-shadow: 0 14px 34px rgba(115,103,181,.24); }.button-viber:hover { background: #6257a4; box-shadow: 0 18px 40px rgba(115,103,181,.3); }.success-actions .text-link { color: var(--ink); }.viber-note { display: block; max-width: 510px; margin: 18px auto 0; color: #7a8492; font-size: 11px; }
.faq-section { padding: 90px 0; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--red); font-size: 24px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 760px; margin: -5px 0 22px; color: var(--muted); }
.site-footer { padding: 50px 0; color: #aab3c2; background: var(--navy-950); }.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }.brand-footer { color: #fff; }.footer-inner > p { max-width: 380px; margin: 0; font-size: 12px; }.footer-contact { display: flex; gap: 10px; font-size: 12px; }.footer-contact a { color: #fff; font-weight: 750; text-decoration: none; }
.mobile-call { display: none; }.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

*:focus-visible { outline: 3px solid rgba(228,61,84,.35); outline-offset: 3px; }

@media (max-width: 960px) {
  .hero { padding: 70px 0; }.hero-grid { grid-template-columns: 1fr; gap: 50px; }.hero-copy { max-width: 760px; }.hero-panel { max-width: 620px; width: 100%; margin-inline: auto; }
  .measure-card { grid-template-columns: 48px 1fr; }.measure-diagram { grid-column: 1 / -1; min-height: 250px; }
  .contact-grid { gap: 36px; }.footer-inner { flex-wrap: wrap; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 58px; }.container, .container.narrow { width: min(100% - 28px, 620px); }
  .header-inner { height: 66px; }.header-phone span { display: none; }.header-phone strong { font-size: 13px; }
  .hero { padding: 56px 0 58px; }.hero-grid { gap: 38px; }.hero h1 { font-size: clamp(38px, 11vw, 54px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.trust-list { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 32px; }
  .pergola-preview { height: 270px; margin: 12px; }.hero-photo { width: calc(100% - 24px); margin: 12px; }.panel-note { margin: 0 12px 12px; }
  .prep-inner { padding: 15px 0; align-items: flex-start; flex-direction: column; gap: 7px; }.prep-inner strong { margin-bottom: 3px; }
  .progress-inner { height: 60px; }.progress-item { gap: 0; }.progress-item b { display: none; }.progress-item span { width: 29px; height: 29px; }.progress-inner > i { flex: 1; width: auto; margin: 0 7px; }
  .form-section { padding: 68px 0; }.section-heading { margin-bottom: 30px; }.section-heading h2, .contact-intro h2, .success-inner h2 { font-size: 34px; }.section-heading p, .contact-intro > p { font-size: 15px; }
  .choice-grid-three, .details-grid, .contact-grid, .photo-guide, .reference-gallery { grid-template-columns: 1fr; }.choice-card { min-height: 112px; display: flex; padding: 20px 48px 20px 20px; }.choice-card strong { margin-top: 0; }.choice-card small { margin-top: 5px; }
  .measure-card { display: flex; flex-direction: column; gap: 14px; padding: 21px; }.measure-number { width: 42px; height: 42px; }.measure-diagram { order: 2; width: 100%; min-height: 210px; }.measure-content { order: 1; }.measure-input-wrap { max-width: none; }.measure-input-wrap .unit-input { height: 54px; }
  .check-grid { grid-template-columns: 1fr; }.check-panel, .field-panel { padding: 21px; }.photo-guide { gap: 24px; padding: 24px; }
  .section-dark { padding-bottom: 84px; }.contact-intro { padding-top: 0; }.contact-card { padding: 22px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .success-actions { flex-direction: column; }.faq-section { padding: 68px 0; }.footer-inner { flex-direction: column; align-items: flex-start; }.footer-contact { flex-wrap: wrap; }
  .mobile-call { position: fixed; z-index: 45; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; border-radius: 100px; color: #fff; background: var(--navy-900); box-shadow: 0 10px 30px rgba(0,0,0,.2); text-decoration: none; font-size: 11px; font-weight: 800; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: 12px; }.brand-mark { width: 34px; height: 34px; }.header-phone strong { font-size: 11px; }
  .choice-card { grid-template-columns: 92px 1fr; }.contact-preference > div { grid-template-columns: 1fr; }.contact-preference span { min-height: 42px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media print { .site-header, .hero-actions, .progress-nav, .mobile-call, .button-submit { display: none !important; }.hero { padding: 30px 0; color: #000; background: #fff; }.hero h1, .hero h1 em { color: #000; }.hero-panel { display: none; }.form-section { padding: 30px 0; }.section-dark { color: #000; background: #fff; }.contact-card { border: 1px solid #ccc; box-shadow: none; } }
