:root { --red:#E30613; --black:#141416; --concrete:#6E6E73; --stone:#F2F2F0; }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Source Sans Pro','Segoe UI',Calibri,Arial,sans-serif; color:var(--black); background:#fff; line-height:1.55; overflow-x:hidden; }
img { max-width:100%; height:auto; }
.wedge { display:inline-block; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-left:12px solid var(--red); margin-right:10px; }
.kicker { color:var(--red); font-weight:700; letter-spacing:.28em; font-size:13px; text-transform:uppercase; display:flex; align-items:center; margin-bottom:14px; }
.wrap { max-width:1140px; margin:0 auto; padding:0 28px; }
section { padding:84px 0; }
h2 { font-size:clamp(25px,6vw,40px); font-weight:800; letter-spacing:-.01em; line-height:1.12; margin-bottom:14px; }
.sub { color:var(--concrete); font-size:18px; max-width:760px; }
nav { position:sticky; top:0; z-index:50; background:rgba(20,20,22,.94); backdrop-filter:blur(6px); }
nav .wrap { display:flex; align-items:center; justify-content:space-between; height:66px; }
nav .logo img { height:44px; width:auto; display:block; }
nav .links a { color:#ddd; text-decoration:none; margin-left:26px; font-size:15px; }
nav .links a:hover { color:#fff; }
nav a.cta { background:var(--red); color:#fff; padding:9px 18px; font-weight:700; }
header.hero-bg { background:var(--black) url(../img/hero.jpg) center/cover no-repeat; position:relative; }
header.hero-bg::after { content:""; position:absolute; inset:0; background:linear-gradient(100deg,rgba(10,10,12,.85) 35%,rgba(10,10,12,.5)); }
.hero { position:relative; z-index:1; padding-top:130px; padding-bottom:120px; color:#fff; }
.hero h1 { font-size:clamp(22px, calc(8.8vw - 6px), 72px); font-weight:900; line-height:1.06; letter-spacing:-.015em; font-family:Arial,sans-serif; overflow-wrap:break-word; }
.hero p { margin:26px 0 38px; font-size:20px; color:#e3e3e3; max-width:640px; }
.btn { display:inline-block; background:var(--red); color:#fff; font-weight:700; padding:16px 30px; text-decoration:none; font-size:17px; }
.btn.ghost { background:transparent; border:2px solid #fff; margin-left:14px; }
.btn.inv { background:#141416; }
.heronums { display:flex; gap:46px; margin-top:64px; flex-wrap:wrap; }
.heronums div b { display:block; font-size:30px; color:#FF9BA1; font-family:Arial,sans-serif; }
.heronums div span { font-size:13.5px; color:#c9c9c9; }
.problem, .graysec { background:var(--stone); }
.cards3 { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:22px; margin-top:44px; }
.card { background:#fff; padding:30px 28px; }
.card h3 { font-size:19px; margin-bottom:10px; }
.card p { color:#3a3a3e; font-size:15.5px; }
.prods { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:22px; margin-top:44px; }
.prod { background:var(--stone); padding:30px 26px; display:flex; flex-direction:column; }
.prod.dark { background:var(--black); color:#fff; }
.prod .tag { color:var(--red); font-weight:800; font-size:20px; font-family:Arial,sans-serif; }
.prod.dark .tag { color:#FF9BA1; }
.prod h3 { font-size:17px; margin:6px 0 2px; }
.prod .dur { font-size:13px; color:var(--concrete); margin-bottom:14px; }
.prod.dark .dur { color:#b0b0b0; }
.prod ul { list-style:none; margin-bottom:16px; }
.prod li { font-size:14.5px; margin-bottom:8px; padding-left:18px; position:relative; color:#3a3a3e; }
.prod.dark li { color:#e0e0e0; }
.prod li::before { content:""; position:absolute; left:0; top:7px; width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:7px solid var(--red); }
.prod b.claim { margin-top:auto; font-size:14px; }
.sflist { margin-top:40px; border-top:3px solid var(--black); }
.sf { display:flex; gap:30px; padding:24px 4px; border-bottom:1px solid #D8D8D6; align-items:baseline; }
.sf .n { color:var(--red); font-weight:800; font-family:Arial,sans-serif; font-size:16px; flex:0 0 40px; }
.sf .t { flex:0 0 330px; font-weight:800; font-size:18px; }
.sf p { color:#3a3a3e; font-size:15.5px; }
.proof { background:var(--black) url(../img/proof-raft.jpg) center/cover no-repeat; color:#fff; }
.proof h2 { color:#fff; }
.proof .sub { color:#b9b9b9; }
.quote { margin-top:40px; display:flex; gap:20px; align-items:flex-start; }
.quote .wedge { border-top-width:16px; border-bottom-width:16px; border-left-width:28px; margin-top:6px; }
.quote p { font-size:24px; font-weight:700; max-width:820px; }
.logosband { margin-top:48px; display:flex; flex-wrap:wrap; gap:14px 34px; align-items:center; }
.logosband span { color:#8f8f94; font-weight:700; font-size:16px; }
.wpbox { display:flex; gap:44px; align-items:center; margin-top:40px; }
.wpbox img.cover { width:240px; box-shadow:0 14px 34px rgba(20,20,22,.28); display:block; }
.wpbox h3 { font-size:22px; margin-bottom:10px; }
.wpbox p { color:#3a3a3e; font-size:15.5px; max-width:560px; margin-bottom:24px; }
.team { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:22px; margin-top:44px; }
.member { background:var(--stone); padding:28px; }
.member img.pf { width:86px; height:86px; object-fit:cover; display:block; margin-bottom:16px; filter:grayscale(1) contrast(1.05); }
.member b { font-size:18px; }
.member em { display:block; font-style:normal; color:var(--red); font-weight:700; font-size:13px; letter-spacing:.06em; margin:2px 0 12px; }
.member p { font-size:14.5px; color:#3a3a3e; }
.ctaband { background:var(--red); color:#fff; }
.ctaband h2 { color:#fff; font-size:clamp(28px,5vw,52px); }
.ctaband p { font-size:18px; margin:16px 0 34px; color:#ffd9db; }
footer { background:var(--black); color:#9a9a9f; font-size:13px; padding:34px 0; }
footer .wrap { display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; }
footer a { color:#c9c9c9; text-decoration:none; }
footer a:hover { color:#fff; }
.imgband { height:250px; background:url(../img/band-werkstatt.jpg) center/cover no-repeat; }
.legal { max-width:840px; margin:0 auto; padding:70px 28px; }
.legal h1 { font-size:34px; font-weight:800; margin-bottom:8px; }
.legal h2 { font-size:20px; margin:34px 0 10px; }
.legal p, .legal li { color:#3a3a3e; font-size:16px; margin-bottom:12px; }
.legal .hint { background:var(--stone); padding:16px 18px; font-size:14px; color:var(--concrete); margin-top:30px; }
@media (max-width:760px){
  nav .links a:not(.cta){display:none;}
  section{padding:60px 0;}
  .hero{padding-top:90px; padding-bottom:80px;}
  .btn{display:block; text-align:center;}
  .btn.ghost{margin:14px 0 0 0;}
  .heronums{gap:22px 34px; margin-top:44px;}
  .quote p{font-size:19px;}
  .imgband{height:160px;}
  .wpbox{flex-direction:column; align-items:flex-start; gap:26px;}
  .wpbox img.cover{width:190px;}
  .sf{flex-direction:column; gap:6px;}
  .sf .t{flex:none;}
}
