:root{
  --bg:#f3f6f4;--surface:#fff;--surface-soft:#eef4f0;--line:#d9e3dd;
  --text:#17221c;--muted:#64736b;--accent:#397a4c;--accent-dark:#285b38;
  --danger:#a83b3b;--danger-bg:#fff2f2;--success:#2f7d46;--shadow:0 18px 55px rgba(26,46,35,.09);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f7faf8 0,#eef3f0 100%);color:var(--text)}
a{color:var(--accent-dark)}.page{max-width:1120px;margin:0 auto;padding:24px 18px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:34px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.06em}.brand-mark{width:42px;height:42px;border-radius:13px;background:var(--text);display:grid;place-items:center;color:#fff;font-weight:900}.top-link{text-decoration:none;font-weight:750;background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:12px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}.hero-copy,.form-card,.info-card,.result-card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)}.hero-copy{padding:42px}.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:850;color:var(--muted)}h1{font-size:clamp(2.2rem,5vw,4.3rem);line-height:1.02;margin:0 0 18px;letter-spacing:-.045em}h2{margin:0 0 8px;font-size:1.6rem}p{line-height:1.62;color:var(--muted)}.hero-points{display:grid;gap:12px;margin-top:26px}.hero-point{display:flex;gap:12px;align-items:flex-start}.hero-point i{font-style:normal;width:28px;height:28px;flex:0 0 28px;border-radius:50%;display:grid;place-items:center;background:#e4f2e8;color:var(--success);font-weight:900}.info-card{padding:28px;display:flex;flex-direction:column;justify-content:center}.info-card strong{font-size:1.25rem}.steps{display:grid;gap:16px;margin-top:22px}.step{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}.step-num{width:36px;height:36px;border-radius:12px;background:var(--text);color:#fff;display:grid;place-items:center;font-weight:900}.step b{display:block;margin:2px 0 2px}.form-wrap{margin-top:26px}.form-card{padding:32px}.form-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:26px}.location-pill{display:inline-flex;align-items:center;gap:7px;background:#e6f1e8;color:#285c38;padding:8px 12px;border-radius:999px;font-weight:800;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wide{grid-column:1/-1}label{display:grid;gap:7px;font-weight:760;font-size:.92rem}.optional{font-weight:600;color:var(--muted);font-size:.78rem}input,select,textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid #c9d6cf;border-radius:13px;background:#fff;color:var(--text);font:inherit;outline:none;transition:border-color .15s,box-shadow .15s}textarea{min-height:116px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#6f9a7b;box-shadow:0 0 0 4px rgba(67,126,84,.12)}.notify-box{margin-top:20px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#f8fbf9}.notify-options{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.radio-card{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);background:#fff;border-radius:12px;font-weight:700;cursor:pointer}.radio-card input{width:auto;min-height:0}.contact-fields{margin-top:16px}.hidden{display:none!important}.consent{display:flex;gap:10px;align-items:flex-start;margin-top:18px;font-size:.86rem;color:var(--muted);font-weight:550}.consent input{width:auto;min-height:0;margin-top:4px}.submit{width:100%;margin-top:22px;border:0;border-radius:14px;min-height:54px;padding:13px 18px;background:var(--accent-dark);color:#fff;font:inherit;font-weight:900;font-size:1.02rem;cursor:pointer}.submit:hover{filter:brightness(1.04)}.submit:disabled{opacity:.6;cursor:wait}.micro{font-size:.79rem;color:var(--muted);margin:12px 0 0;text-align:center}.result-shell{max-width:760px;margin:80px auto}.result-card{padding:42px;text-align:center}.result-icon{width:74px;height:74px;margin:0 auto 18px;border-radius:24px;display:grid;place-items:center;font-size:2rem;font-weight:900}.result-icon.ok{background:#e6f3e9;color:var(--success)}.result-icon.fail{background:var(--danger-bg);color:var(--danger)}.request-id{display:inline-block;margin:14px 0;padding:12px 16px;border-radius:12px;background:#eef3f0;font:800 1rem ui-monospace,SFMono-Regular,Consolas,monospace}.actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.button-link{display:inline-block;text-decoration:none;padding:12px 16px;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:800}.button-link.primary{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}.errors{text-align:left;background:var(--danger-bg);border:1px solid #efc9c9;border-radius:15px;padding:14px 18px;color:#7b2b2b}.errors ul{margin:6px 0;padding-left:20px}.footer{text-align:center;color:var(--muted);font-size:.82rem;margin-top:26px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:820px){.hero{grid-template-columns:1fr}.hero-copy{padding:30px}.form-card{padding:24px}.form-head{display:block}.location-pill{margin-top:10px}}
@media(max-width:620px){.page{padding:16px 12px 40px}.topbar{margin-bottom:18px}.top-link{display:none}.grid{grid-template-columns:1fr}.wide{grid-column:auto}.hero-copy,.info-card,.form-card,.result-card{border-radius:20px}.hero-copy{padding:24px}.form-card{padding:20px}.result-shell{margin:30px auto}.result-card{padding:26px 20px}.notify-options{display:grid}}
/* V2: Vitrinen-QR + Mehrpositionsanfrage */
.location-pill.invalid{background:#fff0f0;color:#8a3434}.location-error{margin:0 0 24px;padding:16px 18px;border:1px solid #edcaca;border-radius:16px;background:#fff4f4;color:#7f3030}.location-error p{margin:5px 0 0;color:#8d5050}.items-section{margin-top:24px}.items-title{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px}.items-title h3{margin:0;font-size:1.25rem}.items-title p{margin:5px 0 0}.add-item{border:1px solid #a9c4b1;background:#eff6f1;color:#285b38;border-radius:12px;padding:10px 14px;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap}.add-item:disabled{opacity:.45;cursor:not-allowed}.item-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#f9fbfa;margin-bottom:12px}.item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.remove-item{border:0;background:transparent;color:#9b3f3f;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.item-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr) 110px;gap:14px;align-items:start}.item-description textarea{min-height:100px}.item-grid small{font-size:.75rem;color:var(--muted);font-weight:500;line-height:1.4}.standalone-field{margin-top:18px}.micro.left{text-align:left;margin-top:5px}.success-items{text-align:left;margin:18px auto;max-width:620px;display:grid;gap:9px}.success-items>div{padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:#f8fbf9}.success-items b,.success-items small{display:block}.success-items small{margin-top:3px;color:var(--muted)}
@media(max-width:820px){.items-title{display:block}.add-item{margin-top:10px}.item-grid{grid-template-columns:1fr 1fr}.item-description{grid-column:1/-1}}
@media(max-width:620px){.item-grid{grid-template-columns:1fr}.item-description{grid-column:auto}.item-card{padding:14px}.add-item{width:100%}}

/* V4.2: Datenschutzhinweise zur Bestellanfrage */
.privacy-brand{text-decoration:none;color:var(--text)}
.privacy-shell{max-width:860px;margin:0 auto}
.privacy-card{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:42px}
.privacy-card h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:18px}
.privacy-card h2{font-size:1.2rem;margin:30px 0 10px}
.privacy-card p,.privacy-card li{line-height:1.68;color:var(--muted)}
.privacy-card ul{padding-left:22px}
.privacy-card li+li{margin-top:5px}
.privacy-lead{font-size:1.04rem}
.privacy-updated{margin-top:34px;padding-top:18px;border-top:1px solid var(--line);font-size:.82rem}
@media(max-width:620px){.privacy-card{padding:24px 20px;border-radius:20px}}
