
:root{
  --cvc-red:#e30613;
  --cvc-red-dark:#b9000b;
  --cvc-blue:#2f63a2 !important;
  --cvc-blue-dark:#28578f !important;
  --ink:#232323;
  --ink-soft:#464646;
  --paper:#f4f4f4;
  --white:#ffffff;
  --line:#d9d9d9;
  --line-soft:#e8e8e8;
  --muted:#6b6b6b;
  --shadow:0 12px 30px rgba(0,0,0,.10);
  --radius:8px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Open Sans","Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.58;
}
img{max-width:100%;display:block}
picture{display:block;width:100%}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}

.topbar{
  background:var(--cvc-blue-dark);
  color:#f2f2f2;
  font-size:.86rem;
  border-bottom:3px solid var(--cvc-red);
}
.topbar .wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:8px 0;
}
.topbar a{color:#fff;font-weight:700;text-decoration:none}
.topbar strong{color:#fff}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  box-shadow:0 2px 10px rgba(0,0,0,.04);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  min-height:88px;
}
.brand{display:flex;align-items:center;text-decoration:none}
.brand-logo{
  width:218px;
  max-width:42vw;
  height:auto;
}
.navlinks{display:flex;align-items:center;gap:26px}
.navlinks a{
  text-decoration:none;
  font-weight:700;
  font-size:.94rem;
  color:#333;
}
.navlinks a:hover{color:var(--cvc-blue)}
.lang{
  border:1px solid #bbb;
  border-radius:4px;
  padding:8px 12px;
  background:#fff;
}
.lang:hover{border-color:var(--cvc-blue);color:var(--cvc-blue)}

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(110deg,#eef4f7 0%,#ffffff 54%,#f4f8fa 100%);
  color:var(--ink);
  border-bottom:1px solid var(--line);
}
.hero::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:7px;
  background:var(--cvc-red);
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:54px;
  align-items:center;
  padding:66px 0 72px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--cvc-red);
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.10em;
  font-size:.76rem;
}
.eyebrow::before{content:"";width:34px;height:3px;background:var(--cvc-red)}
h1{
  font-size:clamp(2.65rem,5.5vw,5.2rem);
  line-height:.98;
  margin:18px 0 24px;
  letter-spacing:-.05em;
  color:#252525;
}
.hero p{font-size:1.12rem;color:#4b4b4b;max-width:700px}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 18px;
  border-radius:5px;
  text-decoration:none;
  font-weight:800;
  border:1px solid transparent;
  transition:.15s ease;
}
.btn-primary,.product .btn{background:var(--cvc-red);color:#fff}
.btn-primary:hover,.product .btn:hover{background:var(--cvc-red-dark)}
.btn-secondary{
  border-color:var(--cvc-blue);
  color:var(--cvc-blue-dark);
  background:#fff;
}
.btn-secondary:hover{border-color:var(--cvc-blue-dark);color:#fff;background:var(--cvc-blue-dark)}

.hero-card{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:var(--shadow);
}
.hero-card picture,.hero-card img{
  width:100%;
}
.hero-card img{
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:4px;
}
.hero-card .caption{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:end;
  padding:15px 4px 3px;
}
.hero-card .caption strong{font-size:1.2rem}
.hero-card .caption small{color:var(--muted)}

.section{padding:76px 0}
.section-white{background:#fff}
.section-dark{background:var(--cvc-blue-dark);color:#fff;border-top:5px solid var(--cvc-red)}
.section-head{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:48px;
  align-items:end;
  margin-bottom:36px;
}
.kicker{
  color:var(--cvc-red);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:.77rem;
}
h2{
  font-size:clamp(2rem,4vw,3.25rem);
  line-height:1.04;
  margin:8px 0 0;
  letter-spacing:-.04em;
}
.section-head p{margin:0;color:var(--muted);font-size:1.03rem}
.section-dark .section-head p{color:#d2d2d2}

.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px}
.product{
  grid-column:span 6;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 5px 18px rgba(0,0,0,.06);
}
.product.featured{
  grid-column:span 12;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  border-top:5px solid var(--cvc-red);
}
.product-image{
  background:#f5f5f5;
  min-height:340px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.product-image picture,.product-image img{width:100%;height:100%}
.product-image img{object-fit:cover}
.product-body{padding:30px}
.product.featured .product-body{padding:40px}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}
.badge{
  padding:5px 9px;
  border-radius:4px;
  background:#ececec;
  color:#424242;
  font-size:.73rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.badge.hot{background:var(--cvc-red);color:#fff}
.badge.stock{background:#fff3c4;color:#654e00;border:1px solid #e4cf71}
.product h3{font-size:1.8rem;margin:0 0 9px;letter-spacing:-.03em}
.product.featured h3{font-size:2.65rem}
.product p{color:#555}
.specs{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}
.spec{
  border-left:4px solid var(--cvc-red);
  background:#f1f1f1;
  padding:8px 11px;
  font-size:.88rem;
  font-weight:700;
}
.product .btn.alt{background:#fff;color:#333;border-color:#bbb}

.legacy{
  background:#f5f5f5;
  border:1px solid #d4d4d4;
  border-left:6px solid #777;
  border-radius:5px;
  padding:34px;
  position:relative;
}
.legacy::before{
  content:"ARCHIV";
  position:absolute;
  right:22px;top:20px;
  font-weight:900;
  letter-spacing:.18em;
  font-size:.7rem;
  color:#777;
}
.legacy h3{font-size:2rem;margin:0 0 7px}
.legacy .btn{background:#555;color:#fff}
.legacy .btn:hover{background:#333}

.history-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}
.timeline{display:grid;gap:18px}
.tline{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:18px;
  padding:0 0 18px;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.tline strong{color:#ffffff}
.tline p{margin:0;color:#e0e0e0}
.quote{
  margin:0;
  padding:28px;
  border-radius:5px;
  background:rgba(0,0,0,.14);
  border-left:5px solid var(--cvc-red);
}
.quote p{font-size:1.32rem;margin:0 0 14px}
.quote small{color:#c8c8c8}

.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.support-card{
  background:#fff;
  border:1px solid var(--line);
  border-top:4px solid var(--cvc-blue);
  border-radius:5px;
  padding:25px;
}
.support-card strong{display:block;font-size:1.16rem;margin-bottom:8px}

.cta{
  background:var(--cvc-blue-dark);
  color:#fff;
  border-left:7px solid var(--cvc-red);
  border-radius:6px;
  padding:40px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
}
.cta h2{margin:0;font-size:clamp(2rem,4vw,3rem)}
.cta p{margin:.6rem 0 0;color:#ddd}
.cta .btn{background:var(--cvc-red);color:#fff;white-space:nowrap}
.cta .btn:hover{background:var(--cvc-red-dark)}

.footer{background:var(--cvc-blue-dark);color:#d7e2e8;padding:40px 0 28px;border-top:5px solid var(--cvc-red)}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:35px}
.footer strong{color:#fff}
.footer a{color:#eee;text-decoration:none}
.footer a:hover{color:#fff;text-decoration:underline}
.footer small{
  display:block;
  margin-top:26px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:17px;
}

@media (max-width:860px){
  .navlinks a:not(.lang){display:none}
  .nav{min-height:78px}
  .brand-logo{width:185px;max-width:60vw}
  .hero-grid,.section-head,.history-grid,.footer-grid{grid-template-columns:1fr}
  .hero-grid{padding:48px 0 58px}
  .product,.product.featured{grid-column:span 12;display:block}
  .product-image{min-height:280px}
  .support-grid{grid-template-columns:1fr}
  .cta{display:block}
  .cta .btn{margin-top:20px}
}
@media (max-width:520px){
  .wrap{width:min(var(--max),calc(100% - 24px))}
  .topbar .wrap{display:block}
  .topbar .wrap span:last-child{display:block;margin-top:2px}
  .nav{min-height:70px}
  .brand-logo{width:155px}
  h1{font-size:3rem}
  .section{padding:54px 0}
  .product-body,.product.featured .product-body{padding:23px}
  .cta{padding:28px 22px}
}
