:root {
    --navy-950: #050d15;
    --navy-900: #081521;
    --navy-800: #0d2131;
    --navy-700: #12344a;
    --cyan-500: #00bdeb;
    --cyan-400: #43e5ff;
    --cyan-100: #dff9ff;
    --steel-500: #718792;
    --steel-300: #b7c8cf;
    --paper: #f4f7f8;
    --white: #fff;
    --ink: #102532;
    --muted: #607581;
    --line: #dce6ea;
    --danger: #b4233c;
    --radius-lg: 24px;
    --radius-md: 16px;
    --shadow: 0 24px 70px rgba(4, 22, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--navy-950); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; color: var(--navy-950); background: var(--cyan-400); border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(330px, 38vw) minmax(0, 1fr); }
.brand-panel { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 64px); color: var(--white); background: radial-gradient(circle at 65% 27%, rgba(0,189,235,.18), transparent 34%), linear-gradient(145deg, #0b1c29 0%, var(--navy-950) 75%); }
.brand-panel::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(67,229,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(67,229,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.brand-glow { position: absolute; width: 320px; height: 320px; top: 10%; right: -22%; pointer-events: none; border: 1px solid rgba(67,229,255,.15); border-radius: 50%; box-shadow: 0 0 100px rgba(0,189,235,.12), inset 0 0 60px rgba(0,189,235,.05); }
.brand-logo { position: relative; z-index: 1; width: min(255px, 65%); height: auto; margin: 0 auto; border-radius: 22px; mix-blend-mode: screen; filter: drop-shadow(0 8px 25px rgba(0,189,235,.17)); }
.brand-home-link { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; color: var(--steel-300); text-decoration: none; }
.brand-home-link:hover { color: var(--cyan-400); }
.brand-home-link > span { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-home-link > span b { color: var(--cyan-400); }
.brand-message, .trust-list { position: relative; z-index: 1; }
.eyebrow, .section-kicker { display: block; margin-bottom: 14px; color: var(--cyan-400); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.brand-message h1 { max-width: 620px; margin: 0; font-size: clamp(2rem, 3.5vw, 4.1rem); line-height: 1.04; letter-spacing: -.05em; }
.brand-message p { max-width: 570px; margin: 24px 0 0; color: var(--steel-300); font-size: clamp(.93rem, 1.15vw, 1.08rem); line-height: 1.7; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-top: 25px; border-top: 1px solid rgba(183,200,207,.15); }
.trust-list span { display: flex; gap: 9px; align-items: center; color: var(--steel-300); font-size: .75rem; font-weight: 600; }
.trust-list i { color: var(--cyan-400); font-size: .62rem; font-style: normal; letter-spacing: .08em; }

.configurator { min-width: 0; min-height: 100vh; padding: 0 clamp(24px, 5vw, 76px) 42px; background: var(--paper); }
.mobile-brand { display: none; }
.progress-wrap { position: sticky; z-index: 20; top: 0; margin: 0 calc(clamp(24px, 5vw, 76px) * -1) 0; padding: 24px clamp(24px, 5vw, 76px) 18px; background: rgba(244,247,248,.93); border-bottom: 1px solid rgba(16,37,50,.08); backdrop-filter: blur(14px); }
.progress-meta { display: none; justify-content: space-between; margin-bottom: 10px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.progress-meta span:last-child { color: var(--cyan-500); }
.progress-track { display: none; height: 5px; overflow: hidden; background: #d8e4e8; border-radius: 20px; }
.progress-track span { display: block; width: 14.285%; height: 100%; background: linear-gradient(90deg, var(--cyan-500), var(--cyan-400)); border-radius: inherit; transition: width .35s ease; }
.step-dots { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; max-width: 980px; margin: 0 auto; padding: 0; list-style: none; }
.step-dots li { position: relative; display: grid; justify-items: center; gap: 8px; color: #8aa0aa; font-size: .66rem; font-weight: 700; text-align: center; }
.step-dots li:not(:last-child)::after { content: ''; position: absolute; z-index: -1; top: 14px; left: calc(50% + 18px); width: calc(100% - 30px); height: 1px; background: #cedde2; transition: background .25s; }
.step-dots span { display: grid; width: 28px; height: 28px; place-items: center; color: #77909b; background: var(--white); border: 1px solid #ccdce1; border-radius: 50%; transition: .25s ease; }
.step-dots em { font-style: normal; }
.step-dots .is-active, .step-dots .is-complete { color: var(--ink); }
.step-dots .is-active span { color: var(--navy-950); background: var(--cyan-400); border-color: var(--cyan-400); box-shadow: 0 0 0 5px rgba(0,189,235,.11); }
.step-dots .is-complete span { color: var(--white); background: var(--navy-800); border-color: var(--navy-800); }
.step-dots .is-complete:not(:last-child)::after { background: var(--cyan-500); }

#inquiryForm { max-width: 980px; margin: 0 auto; }
.wizard-step { min-height: 570px; padding: clamp(44px, 6vw, 82px) 0 34px; animation: reveal .35s ease both; }
.wizard-step[hidden] { display: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(1.75rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 15px 0 0; color: var(--muted); font-size: .97rem; line-height: 1.65; }
.section-kicker { margin-bottom: 11px; color: #008caf; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 22px; }
.field { display: grid; align-content: start; gap: 9px; }
.form-grid > .field { align-self: start; }
.field-wide { grid-column: 1 / -1; }
.field-spaced { margin-top: 26px; }
.field label { color: #263e4b; font-size: .82rem; font-weight: 800; }
.field label b, .consent-row b { color: var(--cyan-500); }
.field label span { color: #8ca0a9; font-weight: 500; }
input, select, textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 13px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
input, select { height: 56px; min-height: 56px; padding: 0 16px; }
textarea { min-height: 170px; padding: 16px; line-height: 1.55; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 4px rgba(0,189,235,.11); }
input.is-invalid, select.is-invalid, textarea.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180,35,60,.08); }
select:disabled { color: #92a4ac; background: #eaf0f2; cursor: not-allowed; }
.field-error, .group-error { min-height: 16px; color: var(--danger); font-size: .73rem; font-weight: 700; }
.group-error { display: block; margin-top: 10px; }
.field-meta { display: flex; justify-content: space-between; color: #82969f; font-size: .72rem; }
.honeypot { position: absolute !important; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }

.privacy-page { min-height: 100vh; color: var(--ink); background: var(--paper); }
.privacy-hero { position: relative; overflow: hidden; padding: 30px clamp(24px, 7vw, 100px) 70px; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(0,189,235,.2), transparent 28%), linear-gradient(145deg, #0b1c29, var(--navy-950)); }
.privacy-hero::after { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(67,229,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(67,229,255,.05) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; }
.privacy-brand { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 13px; color: var(--white); text-decoration: none; }
.privacy-brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 14px; }
.privacy-brand strong, .privacy-brand small { display: block; }
.privacy-brand strong { font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.privacy-brand small { margin-top: 4px; color: var(--cyan-400); font-size: .66rem; }
.privacy-hero__copy { position: relative; z-index: 1; max-width: 780px; margin-top: 64px; }
.privacy-hero__copy h1 { margin: 0; font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1; letter-spacing: -.055em; }
.privacy-hero__copy p { margin: 20px 0 0; color: var(--steel-300); font-size: clamp(.95rem, 2vw, 1.15rem); line-height: 1.65; }
.privacy-content { width: min(920px, calc(100% - 32px)); margin: -32px auto 0; padding-bottom: 70px; }
.privacy-back { position: relative; z-index: 2; display: inline-flex; margin: 0 0 18px 18px; color: var(--white); font-size: .76rem; font-weight: 800; text-decoration: none; }
.privacy-card { position: relative; margin-bottom: 15px; padding: clamp(25px, 5vw, 42px); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(8,21,33,.05); }
.privacy-card--intro { border-top: 3px solid var(--cyan-500); }
.privacy-card h2 { margin: 0 0 17px; color: var(--navy-900); font-size: clamp(1.2rem, 2.5vw, 1.55rem); letter-spacing: -.025em; }
.privacy-card p, .privacy-card li, .privacy-card address { color: #526b77; font-size: .91rem; line-height: 1.75; }
.privacy-card p { margin: 0 0 14px; }
.privacy-card p:last-child { margin-bottom: 0; }
.privacy-card ul { margin: 0 0 17px; padding-left: 21px; }
.privacy-card li + li { margin-top: 7px; }
.privacy-card address { font-style: normal; }
.privacy-card a { color: #007f9e; font-weight: 700; }
.privacy-number { position: absolute; top: 26px; right: 30px; color: #b6c8cf; font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 25px; }
.privacy-actions a { padding: 13px 18px; color: var(--navy-950); background: var(--cyan-400); border-radius: 10px; font-size: .76rem; font-weight: 900; text-decoration: none; }
.privacy-actions a:first-child { color: #38525f; background: #e4ecef; }
@media (max-width: 650px) { .privacy-hero { padding-bottom: 58px; } .privacy-hero__copy { margin-top: 46px; } .privacy-number { top: 22px; right: 22px; } }

.switch-row, .consent-row { display: flex; align-items: center; gap: 14px; margin-top: 26px; padding: 18px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: var(--radius-md); cursor: pointer; }
.switch-row input { position: absolute; width: 1px; opacity: 0; }
.switch-control { position: relative; flex: 0 0 auto; width: 46px; height: 26px; background: #c9d7dc; border-radius: 20px; transition: .2s; }
.switch-control::after { content: ''; position: absolute; top: 4px; left: 4px; width: 18px; height: 18px; background: white; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,.2); transition: .2s; }
.switch-row input:checked + .switch-control { background: var(--cyan-500); }
.switch-row input:checked + .switch-control::after { transform: translateX(20px); }
.switch-row strong, .switch-row small { display: block; }
.switch-row strong { font-size: .84rem; }
.switch-row small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.field-reveal { margin-top: 20px; padding: 22px; background: var(--cyan-100); border-radius: var(--radius-md); }

.choice-grid { display: grid; gap: 20px; }
.choice-grid--parts { grid-template-columns: 1fr 1fr; }
.choice-grid--services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-card { position: relative; overflow: hidden; padding: 0; text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(8,21,33,.05); transition: transform .22s, border-color .22s, box-shadow .22s; }
.choice-card[hidden] { display: none; }
.choice-card:hover { transform: translateY(-4px); border-color: #a4dcea; box-shadow: 0 18px 42px rgba(8,21,33,.1); }
.choice-card:focus-visible { outline: 3px solid rgba(0,189,235,.35); outline-offset: 3px; }
.choice-card.is-selected { border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(0,189,235,.12), 0 18px 42px rgba(8,21,33,.1); }
.reference-preview { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); animation: reveal .3s ease both; }
.reference-preview[hidden] { display: none; }
.reference-preview__head { margin-bottom: 16px; }
.reference-preview__head .section-kicker { margin-bottom: 7px; }
.reference-preview__head h3 { margin: 0; color: var(--navy-900); font-size: 1.15rem; }
.reference-preview__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.reference-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 9px 25px rgba(8,21,33,.05); }
.reference-card img { width: 100%; height: 165px; object-fit: cover; }
.reference-card>div { display: grid; gap: 7px; padding: 17px; }
.reference-card span { color: #008eaf; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reference-card strong { font-size: .9rem; }
.reference-card p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.reference-card a { margin-top: 5px; color: #007e9d; font-size: .7rem; font-weight: 800; text-decoration: none; }
.card-visual { position: relative; display: block; height: 210px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #1d4258, var(--navy-950) 63%); }
.card-visual::before { content: ''; position: absolute; width: 68%; height: 30%; top: 37%; left: 15%; border: 3px solid #47768b; border-radius: 55% 20% 48% 27% / 50% 30% 55% 40%; box-shadow: inset 0 0 28px rgba(0,0,0,.85), 0 14px 28px rgba(0,0,0,.35); transform: skewX(-8deg); }
.card-visual.has-image { background-position: center; background-size: cover; background-repeat: no-repeat; }
.taillight-card .card-visual.has-image { background-color: #061621; background-position: center 58%; background-size: cover; background-repeat: no-repeat; }
.card-visual.has-image::before { display: none; }
.card-visual.has-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,13,22,.03), rgba(4,13,22,.28)); }
.card-visual.has-image > span { display: none; }
.headlight-beam, .taillight-beam { position: absolute; z-index: 2; top: 46%; left: 24%; width: 49%; height: 8%; border-radius: 70% 12% 60% 20%; transform: skewX(-14deg); }
.headlight-beam { background: #d9fbff; box-shadow: 0 0 9px #fff, 0 0 25px var(--cyan-400), 0 0 65px rgba(0,189,235,.5); }
.taillight-card .card-visual { background: radial-gradient(circle at 50% 50%, #442033, var(--navy-950) 63%); }
.taillight-beam { background: #ff4262; box-shadow: 0 0 9px #ff8197, 0 0 25px #ff174c, 0 0 65px rgba(255,23,76,.45); }
.card-copy { position: relative; display: grid; gap: 8px; padding: 24px; }
.card-copy strong { color: var(--navy-900); font-size: 1.04rem; }
.card-copy small { color: var(--muted); font-size: .79rem; line-height: 1.55; }
.selection-mark { position: absolute; display: grid; top: -18px; right: 20px; width: 34px; height: 34px; place-items: center; color: var(--navy-900); background: var(--cyan-400); border: 4px solid var(--white); border-radius: 50%; font-style: normal; opacity: 0; transform: scale(.6); transition: .2s; }
.is-selected .selection-mark { opacity: 1; transform: scale(1); }

.chip-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { min-height: 48px; padding: 0 19px; color: #38515e; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .83rem; font-weight: 700; transition: .2s; }
.chip:hover { border-color: var(--cyan-500); }
.chip.is-selected { color: var(--white); background: var(--navy-800); border-color: var(--navy-800); box-shadow: 0 5px 16px rgba(8,21,33,.17); }
.service-section + .service-section { margin-top: 34px; }
.service-section h3 { margin: 0 0 15px; color: #657d88; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.service-card { min-height: 260px; }
.service-art { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(145deg, #132e40, var(--navy-950)); }
.service-art::before, .service-art::after, .service-art i { content: ''; position: absolute; display: block; }
.service-art::before { inset: 0; opacity: .4; background-image: linear-gradient(120deg, transparent 35%, rgba(67,229,255,.16) 50%, transparent 65%); }
.service-art::after { width: 78px; height: 78px; top: 23px; left: calc(50% - 39px); border: 4px solid #5e8497; border-radius: 50%; box-shadow: inset 0 0 0 11px #0a1721, inset 0 0 0 14px var(--cyan-500), 0 0 28px rgba(0,189,235,.25); }
.service-art i { z-index: 2; width: 38px; height: 18px; top: 53px; left: calc(50% - 19px); background: var(--cyan-400); border-radius: 50%; filter: blur(2px); box-shadow: 0 0 18px var(--cyan-400); }
.service-art.has-image { background-position: center; background-size: cover; }
.service-art.has-image::before { z-index: 1; opacity: 1; background: linear-gradient(180deg, rgba(4, 13, 22, .08), rgba(4, 13, 22, .42)); }
.service-art.has-image::after, .service-art.has-image i { display: none; }
.channel-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 22px; padding: 10px 13px; color: #bfeef7; border: 1px solid rgba(67, 229, 255, .2); border-radius: 10px; font-size: .72rem; font-weight: 800; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.channel-link:hover { color: #fff; background: rgba(67, 229, 255, .08); border-color: rgba(67, 229, 255, .5); }
.consent-row a { color: #007f9e; font-weight: 800; }
.visual-paint .service-art::after { border-radius: 12px 50% 12px 50%; transform: rotate(25deg); }
.visual-paint .service-art i { height: 38px; top: 43px; border-radius: 50% 20%; background: #24c7f0; }
.visual-projector .service-art::after { width: 70px; height: 70px; top: 27px; border-width: 8px; box-shadow: inset 0 0 0 7px #06101a, inset 0 0 0 10px #62daf5, 0 0 30px rgba(0,189,235,.32); }
.visual-dynamic .service-art { background: linear-gradient(145deg, #30121b, var(--navy-950)); }
.visual-dynamic .service-art::after { width: 120px; height: 38px; top: 42px; left: calc(50% - 60px); border: 0; border-radius: 60% 10%; background: repeating-linear-gradient(90deg, #ff244e 0 13px, transparent 13px 20px); box-shadow: 0 0 28px rgba(255,36,78,.5); }
.visual-dynamic .service-art i { display: none; }
.visual-led .service-art::after { width: 106px; height: 62px; top: 31px; left: calc(50% - 53px); border: 1px solid #587887; border-radius: 10px; background: radial-gradient(circle, var(--cyan-400) 0 3px, transparent 4px) 0 0 / 21px 21px; }
.visual-led .service-art i { display: none; }
.visual-refinish .service-art::after { border-radius: 55% 15% 50% 20%; width: 122px; height: 55px; top: 34px; left: calc(50% - 61px); transform: skewX(-12deg); }
.visual-clean .service-art::after { border: 0; background: radial-gradient(circle at 50% 65%, transparent 0 23px, #34d6f4 24px 29px, transparent 30px), radial-gradient(circle at 40% 30%, #dffbff 0 5px, transparent 6px); box-shadow: none; }
.service-options-stack { display: grid; gap: 14px; margin-top: 28px; }
.service-options { padding: 22px; background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--cyan-500); border-radius: var(--radius-md); animation: reveal .25s ease both; }
.service-options[hidden], .conditional-option[hidden] { display: none; }
.option-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.option-heading > span { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; color: var(--cyan-400); background: var(--navy-900); border-radius: 10px; font-size: .65rem; font-weight: 800; }
.option-heading strong, .option-heading small { display: block; }
.option-heading strong { color: var(--navy-900); font-size: .87rem; }
.option-heading small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.info-panel, .upload-preview, .phase-notice { display: flex; align-items: center; gap: 16px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.info-panel > span, .phase-notice > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; color: var(--navy-950); background: var(--cyan-400); border-radius: 50%; font-weight: 800; }
.info-panel p, .upload-preview p, .phase-notice p { margin: 4px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.5; }
.upload-preview { margin-top: 24px; border-style: dashed; }
.upload-icon { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; color: var(--cyan-500); background: var(--cyan-100); border-radius: 14px; font-size: 1.5rem; }
.upload-dropzone { position: relative; display: flex; align-items: center; gap: 16px; padding: 22px; background: rgba(255,255,255,.78); border: 1px dashed #9fc7d1; border-radius: var(--radius-md); cursor: pointer; transition: .2s; }
.upload-dropzone:hover { background: var(--white); border-color: var(--cyan-500); box-shadow: 0 10px 30px rgba(8,21,33,.06); }
.upload-dropzone input { position: absolute; width: 1px; min-height: 1px; opacity: 0; }
.upload-dropzone > span:nth-of-type(2) { min-width: 0; }
.upload-dropzone strong, .upload-dropzone small { display: block; }
.upload-dropzone strong { color: var(--navy-900); font-size: .86rem; }
.upload-dropzone small { margin-top: 4px; color: var(--muted); font-size: .71rem; line-height: 1.45; }
.upload-action { margin-left: auto; padding: 9px 13px; color: #007f9e; background: var(--cyan-100); border-radius: 10px; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.photo-card { position: relative; overflow: hidden; aspect-ratio: 1; margin: 0; background: var(--navy-900); border-radius: 13px; box-shadow: 0 8px 20px rgba(8,21,33,.1); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 22px 9px 8px; color: var(--white); background: linear-gradient(transparent, rgba(5,13,21,.9)); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.photo-card button { position: absolute; top: 7px; right: 7px; display: grid; width: 30px; height: 30px; place-items: center; padding: 0; color: var(--white); background: rgba(5,13,21,.78); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 1.1rem; }
.consent-row { align-items: flex-start; font-size: .8rem; line-height: 1.55; }
.consent-row input { flex: 0 0 auto; width: 20px; min-height: 20px; margin-top: 1px; accent-color: var(--cyan-500); }

.summary { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.summary-card { position: relative; padding: 23px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.summary-card--wide { grid-column: 1 / -1; }
.summary-card h3 { margin: 0 0 13px; color: #78909a; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.summary-card p { margin: 0; font-size: .87rem; line-height: 1.6; white-space: pre-line; }
.summary-card button { position: absolute; top: 17px; right: 17px; padding: 5px; color: #008caf; background: transparent; border: 0; font-size: .7rem; font-weight: 800; }
.summary-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.summary-list li { padding: 7px 10px; color: #254351; background: #edf5f7; border-radius: 20px; font-size: .73rem; font-weight: 700; }
.summary-detail { margin-top: 14px !important; padding-top: 13px; color: var(--muted); border-top: 1px solid var(--line); font-size: .74rem !important; }
.legal-notice { display: flex; align-items: flex-start; gap: 16px; margin-top: 18px; padding: 22px; color: #593f08; background: #fff8df; border: 1px solid #ecd88f; border-radius: var(--radius-md); }
.legal-notice > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; color: #fff; background: #b77a00; border-radius: 50%; font-weight: 900; }
.legal-notice strong { display: block; margin: 1px 0 7px; color: #4e3708; font-size: .81rem; }
.legal-notice p { margin: 0; color: #6d551d; font-size: .75rem; line-height: 1.65; }
.phase-notice { margin-top: 18px; background: var(--cyan-100); border-color: #bdebf5; }
.submit-error { margin-top: 14px; padding: 15px 18px; color: #86162b; background: #fff0f3; border: 1px solid #f4bac6; border-radius: 12px; font-size: .78rem; font-weight: 700; line-height: 1.5; }
.success-panel { max-width: 720px; margin: 0 auto; padding: clamp(70px, 10vw, 130px) 0; text-align: center; animation: reveal .45s ease both; }
.success-panel[hidden] { display: none; }
.success-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 28px; place-items: center; color: var(--navy-900); background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 0 10px rgba(0,189,235,.1), 0 18px 40px rgba(0,189,235,.22); font-size: 1.8rem; font-weight: 900; }
.success-panel h2 { margin: 0; color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; }
.success-panel > p { max-width: 590px; margin: 18px auto; color: var(--muted); line-height: 1.7; }
.inquiry-number { display: inline-grid; gap: 5px; margin: 18px 0 4px; padding: 18px 32px; background: var(--navy-900); border-radius: 15px; box-shadow: var(--shadow); }
.inquiry-number small { color: var(--steel-300); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.inquiry-number strong { color: var(--cyan-400); font-size: 1.25rem; letter-spacing: .07em; }
.success-hint { font-size: .75rem !important; }
.success-panel .button { margin-top: 18px; text-decoration: none; }

.wizard-actions { position: sticky; z-index: 18; bottom: 0; display: flex; align-items: center; gap: 16px; min-height: 86px; margin: 0 calc(clamp(24px, 5vw, 76px) * -1) -42px; padding: 14px clamp(24px, 5vw, 76px); background: rgba(244,247,248,.94); border-top: 1px solid rgba(16,37,50,.09); backdrop-filter: blur(14px); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 13px; font-size: .82rem; font-weight: 800; transition: .2s; }
.button--primary { margin-left: auto; color: var(--navy-950); background: linear-gradient(120deg, var(--cyan-400), var(--cyan-500)); box-shadow: 0 9px 24px rgba(0,189,235,.25); }
.button--primary:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(0,189,235,.32); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button-spinner { width: 16px; height: 16px; border: 2px solid rgba(5,13,21,.3); border-top-color: var(--navy-950); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.button--ghost { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.draft-note { display: flex; align-items: center; gap: 7px; margin: 0 auto; color: #80949d; font-size: .68rem; }
.draft-note span { color: var(--cyan-500); }

@media (max-width: 1100px) {
    .site-shell { grid-template-columns: 320px 1fr; }
    .brand-panel { padding: 34px 28px; }
    .choice-grid--services { grid-template-columns: 1fr 1fr; }
    .step-dots em { display: none; }
}

@media (max-width: 820px) {
    .site-shell { display: block; }
    .brand-panel { display: none; }
    .configurator { padding: 0 20px 28px; }
    .mobile-brand { display: flex; align-items: center; gap: 11px; min-height: 76px; }
    .mobile-brand > a { display: flex; width: 100%; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
    .mobile-brand > a > b { margin-left: auto; color: #008caf; font-size: .7rem; letter-spacing: .04em; }
    .mobile-brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 12px; }
    .mobile-brand strong, .mobile-brand span { display: block; }
    .mobile-brand strong { color: var(--navy-900); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
    .mobile-brand span { margin-top: 2px; color: #008caf; font-size: .68rem; font-weight: 800; }
    .progress-wrap { top: 0; margin: 0 -20px; padding: 14px 20px; }
    .progress-meta, .progress-track { display: flex; }
    .step-dots { display: none; }
    .wizard-step { min-height: calc(100vh - 200px); padding: 42px 0 24px; }
    .wizard-actions { margin: 0 -20px -28px; padding: 12px 20px; }
}

@media (max-width: 620px) {
    .form-grid, .choice-grid--parts, .choice-grid--services, .summary { grid-template-columns: 1fr; }
    .summary-card--wide { grid-column: auto; }
    .card-visual { height: 165px; }
    .service-card { min-height: 0; display: grid; grid-template-columns: 108px 1fr; }
    .service-art { height: 100%; min-height: 145px; aspect-ratio: auto; }
    .service-art::after { transform: scale(.75); transform-origin: center; }
    .visual-paint .service-art::after { transform: scale(.75) rotate(25deg); }
    .card-copy { padding: 20px; }
    .selection-mark { top: 12px; right: 12px; border-width: 3px; }
    .wizard-actions { gap: 8px; }
    .draft-note { display: none; }
    .button { flex: 1; padding: 0 15px; }
    .button--primary { margin-left: 0; }
    .upload-dropzone { align-items: flex-start; flex-wrap: wrap; }
    .upload-action { width: 100%; margin-left: 0; text-align: center; }
    .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reference-preview__grid { grid-template-columns: 1fr; }
}

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