:root {
  --navy: #102a43;
  --navy-2: #173f5f;
  --green: #22c55e;
  --green-dark: #159447;
  --ink: #142230;
  --muted: #617182;
  --line: #dce4eb;
  --soft: #f3f7fa;
  --white: #fff;
  --shadow: 0 24px 65px rgba(16,42,67,.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #eef4f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: linear-gradient(#fff 0 620px, #eef4f7 620px); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.topbar {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  background: var(--white);
  position: relative;
  z-index: 5;
}

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.17rem; font-weight: 800; letter-spacing: -.03em; }
.brand strong { color: var(--green-dark); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); position: relative; }
.brand-mark::before { content: ""; width: 19px; height: 19px; border: 3px solid var(--green); border-radius: 50%; }
.brand-mark span { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff; top: 7px; right: 7px; }

.header-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #eafbf0; color: #087a39; padding: 10px 15px; border-radius: 99px; font-size: .9rem; font-weight: 800; text-decoration: none; }
.header-whatsapp svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.intro { min-height: 450px; position: relative; display: grid; align-items: start; overflow: hidden; background: var(--navy); }
.intro-image, .intro-overlay { position: absolute; inset: 0; }
.intro-image { background-image: url("lave-linge-duo.jpg"); background-size: cover; background-position: center right; }
.intro-overlay { background: linear-gradient(90deg, rgba(8,28,45,.96) 0%, rgba(11,34,52,.88) 38%, rgba(11,34,52,.35) 68%, rgba(11,34,52,.08) 100%); }
.intro-content { width: min(1180px, calc(100% - 44px)); margin: 0 auto; position: relative; z-index: 2; color: #fff; padding-top: 70px; }
.eyebrow { margin: 0 0 14px; color: #70ed9d; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; }
.intro h1 { max-width: 660px; margin: 0; font-size: clamp(2.35rem, 5.4vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.intro-content > p:not(.eyebrow) { max-width: 580px; margin: 22px 0 26px; font-size: 1.08rem; line-height: 1.6; color: #dce8ef; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span { padding: 9px 12px; border-radius: 8px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); font-size: .78rem; font-weight: 800; }
.hero-phone { width: fit-content; margin-top: 20px; display: flex; align-items: baseline; gap: 11px; padding: 12px 17px; border-radius: 12px; background: #fff; color: var(--navy); text-decoration: none; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.hero-phone span { color: var(--green-dark); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-phone strong { font-size: clamp(1.25rem, 3vw, 1.75rem); letter-spacing: -.03em; }

.available { width: min(1100px, calc(100% - 32px)); margin: -72px auto 0; padding: 28px; position: relative; z-index: 3; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.available-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 22px; }
.available-head h2 { margin: 0; color: var(--navy); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.available-head > p { max-width: 350px; margin: 0; color: var(--muted); line-height: 1.55; }
.appliance-showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.appliance-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.appliance-photo { display: block; width: 100%; height: 230px; object-fit: cover; object-position: center 45%; background-color: #e4e4e4; }
.appliance-card h3 { margin: 15px 15px 3px; color: var(--navy); font-size: 1rem; }
.appliance-card p { margin: 0 15px 16px; color: var(--muted); font-size: .78rem; }
.stock-note { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px; border-radius: 15px; background: #edf9f1; border: 1px solid #c7efd5; }
.stock-note div { display: flex; flex-direction: column; gap: 4px; }
.stock-note strong { color: #087a39; font-size: 1rem; }
.stock-note span { max-width: 650px; color: #3f5f4c; font-size: .84rem; line-height: 1.45; }
.stock-note a { flex: 0 0 auto; padding: 12px 15px; border-radius: 10px; background: var(--green-dark); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 900; }
.wizard-wrap { width: min(870px, calc(100% - 32px)); margin: 38px auto 70px; position: relative; z-index: 3; scroll-margin-top: 20px; }
.wizard-card { min-height: 510px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 24px 34px 34px; }
.wizard-head { height: 38px; display: grid; grid-template-columns: 42px 1fr 52px; gap: 14px; align-items: center; }
.back-button { width: 38px; height: 38px; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--soft); color: var(--navy); }
.back-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.back-button.hidden { visibility: hidden; }
.progress-shell { height: 6px; border-radius: 99px; overflow: hidden; background: #e8eef2; }
.progress-shell div { width: 20%; height: 100%; background: linear-gradient(90deg, var(--green-dark), var(--green)); border-radius: inherit; transition: width .3s ease; }
.step-count { color: var(--muted); font-size: .78rem; font-weight: 800; text-align: right; }

#wizard { padding: 27px 4px 4px; }
.question { animation: appear .26s ease both; }
@keyframes appear { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.question-kicker { display: block; margin-bottom: 8px; color: var(--green-dark); font-size: .79rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.question h2 { margin: 0; font-size: clamp(1.72rem, 4vw, 2.6rem); line-height: 1.12; letter-spacing: -.04em; color: var(--navy); }
.question-lead { margin: 11px 0 25px; color: var(--muted); line-height: 1.55; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.option { min-height: 112px; border: 1.5px solid var(--line); border-radius: 16px; padding: 18px; background: #fff; text-align: left; color: var(--ink); transition: .18s ease; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; }
.option:hover, .option:focus-visible { border-color: var(--green); box-shadow: 0 10px 25px rgba(21,148,71,.1); transform: translateY(-2px); outline: none; }
.option.selected { background: #ebfbf1; border-color: var(--green-dark); box-shadow: 0 0 0 2px rgba(34,197,94,.14); }
.option.multi-option { position: relative; }
.option-check { position: absolute; top: 11px; right: 11px; width: 24px; height: 24px; border: 1.5px solid #b8c5cf; border-radius: 50%; display: grid; place-items: center; color: transparent; background: #fff; font-size: .8rem; font-weight: 900; }
.option.selected .option-check { background: var(--green-dark); border-color: var(--green-dark); color: #fff; }
.option-icon { width: 39px; height: 39px; border-radius: 11px; display: grid; place-items: center; background: #edf3f7; color: var(--navy); font-size: 1.35rem; }
.option strong { font-size: .98rem; }
.option small { display: block; margin-top: -7px; color: var(--muted); line-height: 1.35; font-size: .78rem; }

.field { margin-top: 18px; }
.field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .87rem; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 15px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: #fbfdfe; color: var(--ink); font-size: 1rem; outline: none; transition: .18s; }
.field textarea { min-height: 94px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 4px rgba(34,197,94,.12); background: #fff; }
.field-error { display: none; color: #b42318; margin: 7px 0 0; font-size: .82rem; font-weight: 700; }
.field.invalid .field-error { display: block; }
.field.invalid input, .field.invalid textarea { border-color: #d92d20; }
.hint { color: var(--muted); font-size: .8rem; margin: 7px 0 0; }
.selection-error { min-height: 20px; margin: 9px 0 -8px; color: #b42318; font-size: .82rem; font-weight: 700; }
.product-forms { display: grid; gap: 14px; margin-top: 22px; }
.product-form-card { border: 1.5px solid var(--line); border-radius: 16px; padding: 17px; background: #fbfdfe; }
.product-form-title { display: flex; align-items: center; gap: 10px; margin: 0 0 4px; color: var(--navy); font-size: 1.05rem; }
.product-number { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: .77rem; }
.choice-label { display: block; margin: 17px 0 8px; color: var(--navy); font-size: .87rem; font-weight: 800; }
.mini-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mini-choice { position: relative; }
.mini-choice input { position: absolute; opacity: 0; pointer-events: none; }
.mini-choice span { min-height: 44px; display: grid; place-items: center; padding: 8px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); text-align: center; font-size: .78rem; font-weight: 800; cursor: pointer; }
.mini-choice input:checked + span { border-color: var(--green-dark); background: #eafbf0; color: #087a39; }
.mini-choice input:focus-visible + span { outline: 3px solid rgba(34,197,94,.18); }
.product-form-card.invalid-old { border-color: #d92d20; }
.product-form-card .old-error { display: none; margin: 7px 0 0; color: #b42318; font-size: .8rem; font-weight: 700; }
.product-form-card.invalid-old .old-error { display: block; }
.next-button { width: 100%; margin-top: 23px; padding: 15px 20px; border: 0; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 900; transition: .18s; }
.next-button:hover, .next-button:focus-visible { background: var(--navy-2); transform: translateY(-1px); outline: 3px solid rgba(16,42,67,.14); }

.summary-list { margin: 21px 0 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.summary-row { display: grid; grid-template-columns: 145px 1fr; gap: 14px; padding: 12px 15px; border-bottom: 1px solid var(--line); }
.summary-row:last-child { border: 0; }
.summary-row span { color: var(--muted); font-size: .83rem; }
.summary-row strong { color: var(--navy); font-size: .9rem; }
.whatsapp-button { width: 100%; margin-top: 20px; border: 0; border-radius: 13px; background: #18a84f; color: white; padding: 16px 18px; display: flex; justify-content: center; align-items: center; gap: 9px; font-weight: 900; text-decoration: none; transition: .18s; }
.whatsapp-button:hover, .whatsapp-button:focus-visible { background: #0f8f41; transform: translateY(-2px); outline: 3px solid rgba(34,197,94,.2); }
.whatsapp-button svg { width: 22px; height: 22px; fill: currentColor; }
.whatsapp-fallback { margin-top: 13px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); text-align: center; }
.whatsapp-fallback p { margin: 0 0 9px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.whatsapp-fallback a, .whatsapp-fallback button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin: 3px; padding: 8px 11px; border: 1px solid #b9c8d3; border-radius: 9px; background: #fff; color: var(--navy); font-size: .8rem; font-weight: 850; text-decoration: none; }
.whatsapp-fallback button { cursor: pointer; }
.whatsapp-fallback a:hover, .whatsapp-fallback button:hover { border-color: var(--green-dark); color: var(--green-dark); }
#copyStatus { display: block; min-height: 18px; margin-top: 6px; color: var(--green-dark); font-size: .8rem; font-weight: 850; }
.edit-button { width: 100%; border: 0; background: none; color: var(--muted); padding: 13px; font-weight: 800; }
.edit-button:hover { color: var(--navy); }

.privacy-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: .8rem; }
.privacy-note svg { width: 18px; height: 18px; fill: none; stroke: var(--green-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.service-zone { width: min(1080px, calc(100% - 44px)); margin: 0 auto 75px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.eyebrow.dark { color: var(--green-dark); }
.service-zone h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.25rem); line-height: 1.07; letter-spacing: -.05em; color: var(--navy); }
.service-zone > p { color: var(--muted); line-height: 1.7; margin: 0 0 4px; }
footer { min-height: 120px; padding: 30px max(22px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--navy); color: #dce8ef; }
.footer-brand { color: #fff; }
footer p { font-size: .83rem; color: #afc0cd; }
footer > a:last-child { font-weight: 900; text-decoration: none; color: #fff; }
.footer-brand .brand-copy small { color: #afc0cd; }
.footer-phone { font-size: 1.35rem; white-space: nowrap; }

@media (max-width: 760px) {
  .topbar { height: 66px; padding: 0 16px; }
  .header-whatsapp { padding: 9px 11px; font-size: 0; gap: 0; }
  .header-whatsapp { font-size: .76rem; gap: 6px; }
  .header-whatsapp svg { width: 18px; height: 18px; }
  .intro { min-height: 430px; }
  .intro-image { background-position: 66% center; }
  .intro-overlay { background: linear-gradient(90deg, rgba(8,28,45,.94), rgba(8,28,45,.69) 78%, rgba(8,28,45,.4)); }
  .intro-content { width: calc(100% - 36px); padding-top: 50px; }
  .intro-content > p:not(.eyebrow) { font-size: 1rem; max-width: 88%; }
  .trust-row span:nth-child(2) { display: none; }
  .hero-phone { flex-direction: column; gap: 3px; padding: 10px 14px; }
  .hero-phone strong { font-size: 1.22rem; }
  .available { width: calc(100% - 20px); margin-top: -44px; padding: 17px; border-radius: 19px; }
  .available-head { display: block; margin-bottom: 16px; }
  .available-head > p { margin-top: 9px; }
  .appliance-showcase { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .appliance-photo { height: 142px; }
  .appliance-card h3 { margin: 11px 11px 2px; font-size: .9rem; }
  .appliance-card p { margin: 0 11px 12px; font-size: .72rem; }
  .stock-note { align-items: stretch; flex-direction: column; gap: 12px; padding: 14px; }
  .stock-note a { text-align: center; }
  .wizard-wrap { width: calc(100% - 20px); margin-top: 30px; margin-bottom: 55px; }
  .wizard-card { min-height: 500px; padding: 17px 15px 24px; border-radius: 19px; }
  .wizard-head { grid-template-columns: 38px 1fr 44px; gap: 9px; }
  #wizard { padding: 23px 1px 1px; }
  .option-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .option { min-height: 104px; padding: 14px; border-radius: 14px; }
  .option-grid.intent-grid { grid-template-columns: 1fr; }
  .option-grid.intent-grid .option { min-height: 92px; display: grid; grid-template-columns: 42px 1fr; justify-content: start; align-items: center; }
  .option-grid.intent-grid .option small { margin-top: 3px; }
  .mini-choices { grid-template-columns: 1fr; }
  .summary-row { grid-template-columns: 105px 1fr; gap: 10px; padding: 11px 12px; }
  .service-zone { grid-template-columns: 1fr; gap: 20px; width: calc(100% - 36px); margin-bottom: 55px; }
  footer { padding: 28px 20px; flex-direction: column; text-align: center; }
}

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