:root{--navy:#0e2943;--navy2:#173955;--blue:#1776c8;--pink:#d31c68;--green:#56a936;--ink:#142638;--muted:#61707d;--line:#dfe5ea;--soft:#f5f7f9;--white:#fff;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{color:inherit}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{background:#fff}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-block;text-decoration:none;font-weight:950;letter-spacing:-.05em;font-size:clamp(1.5rem,3vw,2.6rem);line-height:.95;white-space:nowrap}.brand small{display:block;margin-top:6px;font-size:.38em;font-weight:500;letter-spacing:.01em;color:#26384a}.brand-wir{color:var(--blue)}.brand-besticken{color:var(--pink)}.brand-polos{color:var(--green)}.brand-de{color:#1c2228}.header-benefits{display:flex;gap:26px;font-size:.76rem;font-weight:750;color:var(--navy)}.header-benefits span{padding-left:8px}.main-nav{border-top:1px solid #edf0f2;border-bottom:1px solid #dfe4e7;background:#fff}.nav-inner{height:48px;display:flex;justify-content:flex-end;align-items:center;gap:36px}.nav-inner a{text-decoration:none;font-weight:700;font-size:.92rem}.nav-inner a:hover{color:var(--pink)}
.hero{background:linear-gradient(90deg,#172536 0%,#28394a 54%,#0a1f34 100%);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;min-height:430px;align-items:stretch}.hero-copy{padding:52px 20px 48px 0;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:900;color:var(--green)}.hero h1{font-size:clamp(3rem,6vw,5.5rem);line-height:.92;letter-spacing:-.055em;margin:12px 0 14px}.lead{font-size:1.25rem;margin:0 0 22px;color:#eef4f7}.hero-list,.check-list{list-style:none;margin:0;padding:0}.hero-list li,.check-list li{position:relative;padding-left:28px;margin:9px 0}.hero-list li:before,.check-list li:before{content:"✓";position:absolute;left:0;top:.05em;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900;font-size:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:13px 20px;background:var(--green);color:#fff;text-decoration:none;font-weight:850;cursor:pointer}.hero .btn{margin-top:24px}.hero-photo{position:relative;min-height:430px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#28394a 0%,transparent 22%);pointer-events:none}.hero-badge{position:absolute;right:12px;bottom:24px;z-index:2;background:var(--green);color:#fff;padding:18px 22px;transform:rotate(-7deg);font-size:1.25rem;font-style:italic;font-weight:800;box-shadow:0 10px 28px #0004}
.section{padding:72px 0}.product-section{padding-bottom:32px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.product-card{border:1px solid var(--line);background:#fff;min-height:395px;display:grid;grid-template-columns:1.2fr .8fr;overflow:hidden;border-radius:4px;box-shadow:0 8px 28px #0c2b4510}.product-copy{padding:28px 10px 28px 28px}.product-card h2{font-size:1.75rem;margin:5px 0 2px;color:var(--navy);letter-spacing:-.035em}.product-sub{font-weight:800;margin:0 0 22px}.product-card p{font-size:.92rem}.check-list li{padding-left:24px;font-size:.9rem}.check-list li:before{background:transparent;color:var(--green);font-size:1rem;width:18px}.product-photo{width:100%;height:100%;object-fit:cover;object-position:center bottom;align-self:end}.fine{font-size:.8rem;color:var(--muted)}
.colors-section{padding:10px 0 50px;text-align:center}.colors-section h2{font-size:1.5rem;margin-bottom:6px;color:var(--navy)}.centered{text-align:center}.swatches{display:grid;grid-template-columns:repeat(15,1fr);gap:14px 8px;margin:28px auto 16px}.swatches span{font-size:.67rem;display:flex;flex-direction:column;align-items:center;gap:6px}.swatches span:before{content:"";width:36px;height:42px;background:var(--c);border-radius:7px 7px 3px 3px;clip-path:polygon(18% 0,38% 0,42% 8%,58% 8%,62% 0,82% 0,100% 16%,89% 34%,80% 29%,80% 100%,20% 100%,20% 29%,11% 34%,0 16%);box-shadow:inset 0 0 0 1px #0001}
.price-form-section{background:var(--soft)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);padding:28px;border-radius:6px}.panel h2{font-size:2rem;margin:5px 0 8px;color:var(--navy);letter-spacing:-.04em}.panel h3{font-size:1rem;margin:24px 0 8px}.price-table{display:grid;grid-template-columns:1fr 1fr;border-left:1px solid var(--line);border-top:1px solid var(--line);margin:24px 0}.price-table>div{padding:13px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.price-head{background:#e8edf1;font-weight:850;color:var(--navy)}.price-table strong{font-size:1.12rem;color:var(--navy)}.compact li{margin:5px 0}.form-panel p{font-size:.9rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:flex;flex-direction:column;gap:4px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:750}.field input,.field select,.field textarea{font:inherit;font-size:.88rem;border:1px solid #cbd5dc;border-radius:4px;padding:9px 10px;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #1776c824;border-color:var(--blue)}.check{display:flex;gap:8px;align-items:flex-start}.check input{margin-top:4px}.btn-pink{background:var(--pink);margin-left:auto}.status{display:none;margin:0 0 14px;padding:12px;border-radius:4px}.status.ok{display:block;background:#eaf6e7;color:#2e6b28}.status.err{display:block;background:#fdeaea;color:#8d2e2e}
.benefits{padding:28px 0;border-top:1px solid #e6eaed}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.benefits-grid div{display:flex;flex-direction:column}.benefits-grid b{color:var(--navy)}.benefits-grid span{font-size:.84rem;color:var(--muted)}.faq{padding-top:56px}.narrow{max-width:860px}.faq h2{font-size:2.4rem;color:var(--navy);margin:6px 0 20px}.faq details{border-top:1px solid var(--line);padding:15px 0}.faq summary{font-weight:800;cursor:pointer}.footer{background:var(--navy);color:#fff;padding:30px 0}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{font-size:1.5rem}.footer-brand .brand-de{color:#fff}.footer p{margin:5px 0 0;color:#d4dce3;font-size:.82rem}.footer-links{display:flex;gap:24px}.footer-links a{color:#fff;text-decoration:none;font-size:.85rem}.mobile-cta{display:none}.legal{max-width:850px;padding:40px 0 80px}.legal h1{font-size:clamp(2.4rem,5vw,4.3rem)}.legal h2{margin-top:2.2em}.placeholder{background:#fff3cd;border:1px solid #ebd58a;padding:16px;border-radius:12px}
@media(max-width:980px){.header-benefits{display:none}.hero-grid{grid-template-columns:1fr 1fr}.product-card{grid-template-columns:1fr}.product-photo{height:280px;object-position:center 20%}.swatches{grid-template-columns:repeat(10,1fr)}.benefits-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.wrap{width:min(var(--max),calc(100% - 28px))}.header-inner{min-height:76px}.brand{font-size:1.85rem}.nav-inner{justify-content:flex-start;overflow:auto;gap:24px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:42px 0}.hero-photo{min-height:320px}.hero-photo:after{background:linear-gradient(180deg,#28394a 0%,transparent 18%)}.product-grid,.two-col{grid-template-columns:1fr}.swatches{grid-template-columns:repeat(5,1fr)}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{display:grid}.benefits-grid{grid-template-columns:1fr}.mobile-cta{display:flex;position:fixed;left:14px;right:14px;bottom:14px;z-index:20;background:var(--pink);box-shadow:0 10px 30px #0004}.footer{padding-bottom:86px}}
@media(max-width:420px){.brand{font-size:1.55rem}.brand small{font-size:.42em}.hero h1{font-size:3.2rem}.panel{padding:20px}.swatches{grid-template-columns:repeat(4,1fr)}}

.specialist-strip{background:#eef5ea;border-bottom:1px solid #dce8d7;padding:34px 0}.specialist-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:46px;align-items:center}.specialist-inner h2{margin:6px 0 0;color:var(--navy);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.05;letter-spacing:-.04em}.specialist-inner p{margin:0;font-size:1.03rem}.ai-note{max-width:720px!important;font-size:.72rem!important;line-height:1.45;color:#bfcbd5!important;margin-top:12px!important}.legal-header{padding-top:18px}.legal-nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.secondary{background:var(--navy)}@media(max-width:760px){.specialist-inner{grid-template-columns:1fr;gap:14px}.legal-nav{align-items:flex-start;flex-direction:column}}

.sample-note{margin-top:22px;padding:18px 22px;border-radius:14px;background:#f3f7fb;border:1px solid #dce7f1;color:#17324d}.sample-note strong{color:#0b2c4a}

.form-feedback {
  margin-top: 1rem;
  font-weight: 600;
}
.form-feedback.success {
  color: #176b3a;
}
.form-feedback.error {
  color: #a12622;
}
