
*{box-sizing:border-box}
:root{--orange:#ff6a00;--black:#050505;--dark:#101010;--white:#fff;--gray:#bdbdbd;--border:rgba(255,106,0,.34)}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--black);color:var(--white)}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(5,5,5,.92);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between}
.logo img{height:42px;display:block}
nav{display:flex;gap:28px}
nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:800;font-size:14px}
nav a.active,nav a:hover{color:var(--orange)}
.hero{min-height:720px;display:flex;align-items:center;background:radial-gradient(circle at 72% 45%,rgba(255,106,0,.32),transparent 30%),linear-gradient(135deg,#070707,#111 55%,#050505)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.eyebrow{color:var(--orange);font-weight:900;letter-spacing:2px;text-transform:uppercase}
.center{text-align:center}
h1{font-size:clamp(48px,7vw,94px);line-height:.92;margin:14px 0 22px;text-transform:uppercase;letter-spacing:-3px}
h1 span{color:var(--orange)}
h2{font-size:clamp(30px,4vw,46px);text-transform:uppercase;margin:0 0 32px}
.lead{color:#e1e1e1;max-width:680px;font-size:19px;line-height:1.6}
.buttons,.contact-actions,.cta-actions{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 26px;border-radius:4px;text-decoration:none;text-transform:uppercase;font-weight:900;letter-spacing:.5px}
.primary{background:var(--orange);color:#fff}.secondary{border:1px solid var(--orange);color:#fff}.darkbtn{background:#050505;color:#fff}.lightbtn{background:#fff;color:#111}
.visual{height:500px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));position:relative;overflow:hidden;box-shadow:0 0 70px rgba(255,106,0,.18)}
.network{position:absolute;width:430px;height:95px;right:25px;top:180px;background:#151515;border:1px solid #333;transform:rotate(-8deg);box-shadow:0 25px 60px rgba(0,0,0,.8)}
.network:before{content:"";position:absolute;left:35px;right:35px;top:27px;height:34px;background:repeating-linear-gradient(90deg,#ff6a00 0 18px,#111 18px 38px)}
.camera{position:absolute;width:145px;height:145px;right:110px;top:45px;border-radius:50%;background:radial-gradient(circle,#333 20%,#111 45%,#555 47%,#111 60%);box-shadow:0 25px 50px #000}
.printer{position:absolute;width:220px;height:250px;right:185px;bottom:38px;border-radius:14px;border:2px solid #333;background:linear-gradient(145deg,#242424,#050505);box-shadow:inset 0 -12px 0 rgba(255,106,0,.35),0 30px 80px #000}
.part{position:absolute;right:260px;bottom:125px;color:#ff6a00;background:#222;border:1px solid #444;padding:24px 30px;font-weight:900;font-size:34px;transform:rotate(-12deg)}
.trust{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0b0b0b}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:26px 24px;border-right:1px solid rgba(255,106,0,.25)}.trust-grid div:last-child{border-right:0}.trust strong{display:block;text-transform:uppercase}.trust span{color:var(--gray);font-size:14px}
.section{padding:86px 0;background:linear-gradient(180deg,#101010,#080808)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{display:block;padding:34px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:14px;color:#fff;text-decoration:none}.card:hover{border-color:var(--orange);transform:translateY(-2px)}.icon{color:var(--orange);font-size:42px}.card h3,.product h3{text-transform:uppercase;font-size:24px}.card p,.product p{color:#d5d5d5;line-height:1.6}
.cta{padding:60px 0;background:linear-gradient(90deg,#ff6a00,#c94b00)}.cta-box{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta .eyebrow{color:#111}.cta h2{margin:0}.cta p{color:#111;font-weight:700}
.page-hero{padding:120px 0 70px;background:radial-gradient(circle at 80% 20%,rgba(255,106,0,.25),transparent 25%),linear-gradient(135deg,#080808,#111)}
.page-hero h1{font-size:clamp(42px,6vw,78px)}
.service-list{display:grid;gap:28px}.service{padding:38px;border:1px solid var(--border);border-radius:16px;background:rgba(255,255,255,.04)}.service h2{text-align:left;color:#fff}.service ul{color:#ddd;line-height:1.9;font-size:18px}
.product-grid,.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product,.gallery div,.contact-card,.contact-panel{padding:32px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);border-radius:14px}.gallery div{min-height:180px;display:flex;align-items:end;color:#fff;font-weight:900;text-transform:uppercase;border-color:var(--border)}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:30px}.contact-card a,.contact-panel a,.legal-content a{color:var(--orange)}
.contact-card p,.contact-panel p{color:#ddd;line-height:1.7}.small-note{font-size:14px;color:#aaa!important;margin-top:24px}
.legal-section{padding-top:60px}.legal-content{max-width:920px}.legal-content h2{font-size:26px;text-align:left;margin:42px 0 14px}.legal-content p,.legal-content li{color:#ddd;line-height:1.8;font-size:17px}.legal-hero h1{margin-bottom:12px}
footer{background:#050505;color:#aaa;padding:28px 0;border-top:1px solid rgba(255,255,255,.08)}.footer{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.footer a{color:#aaa;text-decoration:none}.footer a:hover{color:var(--orange)}.footer-links{display:flex;gap:18px}
@media(max-width:900px){
  nav{display:none}
  .hero{min-height:auto;padding:70px 0}
  .hero-grid,.cards,.trust-grid,.product-grid,.gallery,.contact-grid{grid-template-columns:1fr}
  .visual{height:360px}
  .cta-box,.footer{flex-direction:column;align-items:flex-start}
  h1{letter-spacing:-1px}
}


/* Version 4 - product pages */
.featured-product{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
  padding:28px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.featured-image img,
.product-hero-image img,
.teaser-image img,
.real-photo img,
.gallery-card img{
  width:100%;
  display:block;
  border-radius:14px;
}
.featured-image img,
.product-hero-image img,
.teaser-image img{
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.featured-copy h3{
  font-size:34px;
  text-transform:uppercase;
  margin:0 0 18px;
}
.featured-copy p,
.product-teaser p,
.detail-photo-grid p{
  color:#ddd;
  line-height:1.75;
  font-size:18px;
}
.check-list{
  list-style:none;
  padding:0;
  margin:22px 0;
  color:#ddd;
  line-height:1.9;
}
.check-list li::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:10px;
}
.product-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}
.active-product{
  border-color:var(--orange);
}
.active-product a{
  color:var(--orange);
  text-decoration:none;
  font-weight:900;
}
.product-detail-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:42px;
  align-items:center;
}
.product-hero-image{
  padding:10px;
}
.product-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.info-box{
  padding:32px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  border-radius:14px;
}
.info-box h2{
  font-size:28px;
  text-align:left;
}
.product-table{
  width:100%;
  border-collapse:collapse;
  color:#ddd;
}
.product-table td{
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:12px 0;
}
.product-table td:first-child{
  color:#fff;
  font-weight:900;
}
.dark-product-section{
  background:#050505;
}
.detail-photo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:center;
}
.real-photo img{
  border:1px solid rgba(255,255,255,.12);
  max-height:560px;
  object-fit:cover;
}
.product-teaser{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
  padding:28px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.product-teaser h2{
  text-align:left;
}
.gallery-with-images .gallery-card{
  position:relative;
  min-height:180px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:14px;
  color:#fff;
  text-decoration:none;
  background:#111;
}
.gallery-card img{
  height:100%;
  min-height:180px;
  object-fit:cover;
  opacity:.78;
}
.gallery-card span{
  position:absolute;
  left:20px;
  bottom:18px;
  font-weight:900;
  text-transform:uppercase;
  text-shadow:0 2px 12px #000;
}
@media(max-width:900px){
  .featured-product,
  .product-detail-grid,
  .product-info-grid,
  .detail-photo-grid,
  .product-teaser{
    grid-template-columns:1fr;
  }
}


/* Version 5 - second product */
.product-showcase-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:26px;
}
.product-showcase-card{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:30px;
  align-items:center;
  padding:28px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.product-showcase-image img{
  width:100%;
  display:block;
  border-radius:14px;
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.product-showcase-copy h3{
  font-size:34px;
  text-transform:uppercase;
  margin:0 0 18px;
}
.product-showcase-copy p{
  color:#ddd;
  line-height:1.75;
  font-size:18px;
}
.compact-list{
  margin-top:16px;
  margin-bottom:10px;
}
.reverse-teaser{
  grid-template-columns:1.05fr .95fr;
}
@media(max-width:900px){
  .product-showcase-card,
  .reverse-teaser{
    grid-template-columns:1fr;
  }
}


/* Version 6 - rack mount cloud gateway */
.cloud-gateway-teaser-section .product-teaser{
  align-items:center;
}


/* Version 7 - Fensterdekoration category */
.category-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:center;
}
.category-hero-image img{
  width:100%;
  display:block;
  border-radius:16px;
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.category-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.deco-teaser-section .product-teaser{
  align-items:center;
}
@media(max-width:900px){
  .category-hero-grid,
  .category-card-grid{
    grid-template-columns:1fr;
  }
}

/* Version 8 - video surveillance page */
.cctv-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
  align-items:center;
}
.cctv-hero-image img{
  width:100%;
  display:block;
  border-radius:16px;
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.cctv-gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.cctv-gallery-item{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  border-radius:14px;
  overflow:hidden;
}
.cctv-gallery-item img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}
.cctv-text-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
@media(max-width:900px){
  .cctv-hero-grid,
  .cctv-gallery,
  .cctv-text-grid{
    grid-template-columns:1fr;
  }
}

/* Version 9 - network page, categorized references, upgraded homepage */
.upgraded-hero{
  min-height:700px;
}
.hero-mini-facts{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
  color:#ddd;
  font-weight:800;
}
.hero-mini-facts span{
  padding:10px 14px;
  border:1px solid rgba(255,106,0,.3);
  border-radius:999px;
  background:rgba(255,106,0,.06);
}
.hero-service-panel{
  display:grid;
  gap:18px;
}
.hero-service-card{
  display:block;
  padding:28px;
  border:1px solid rgba(255,106,0,.35);
  border-radius:16px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.hero-service-card:hover{
  border-color:var(--orange);
  transform:translateY(-2px);
}
.hero-service-card strong{
  display:block;
  font-size:26px;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hero-service-card span{
  color:#ccc;
  line-height:1.5;
}
.card-link{
  display:inline-block;
  color:var(--orange);
  margin-top:14px;
  font-weight:900;
}
.service-overview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.service-overview-card{
  padding:34px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  border-radius:16px;
}
.service-overview-card h2{
  text-align:left;
  font-size:28px;
}
.service-overview-card p{
  color:#ddd;
  line-height:1.7;
  min-height:96px;
}
.network-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}
.network-visual-card{
  min-height:420px;
  border:1px solid rgba(255,106,0,.35);
  border-radius:18px;
  position:relative;
  overflow:hidden;
  background:radial-gradient(circle at 60% 40%,rgba(255,106,0,.26),transparent 35%),linear-gradient(145deg,#151515,#050505);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.network-switch-large{
  position:absolute;
  left:50px;
  right:50px;
  top:145px;
  height:100px;
  background:#161616;
  border:1px solid #333;
  transform:rotate(-5deg);
  box-shadow:0 30px 80px rgba(0,0,0,.7);
}
.network-switch-large::before{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  top:30px;
  height:34px;
  background:repeating-linear-gradient(90deg,#ff6a00 0 18px,#111 18px 38px);
}
.network-cable-line{
  position:absolute;
  width:70%;
  height:4px;
  background:var(--orange);
  left:-20px;
  bottom:100px;
  transform:rotate(-14deg);
  box-shadow:0 0 24px var(--orange);
}
.network-glow-box{
  position:absolute;
  left:34px;
  right:34px;
  bottom:32px;
  padding:22px;
  border:1px solid rgba(255,106,0,.35);
  background:rgba(0,0,0,.55);
  border-radius:12px;
}
.network-glow-box strong,
.network-glow-box span{
  display:block;
}
.network-glow-box strong{
  color:#fff;
  font-size:24px;
  margin-bottom:6px;
}
.network-glow-box span{
  color:#ccc;
}
.network-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.reference-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.reference-card{
  position:relative;
  display:block;
  min-height:260px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  overflow:hidden;
  color:#fff;
  text-decoration:none;
  background:#111;
}
.reference-card.wide{
  grid-column:span 2;
}
.reference-card img{
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
  opacity:.82;
  transition:.25s ease;
}
.reference-card:hover img{
  opacity:1;
  transform:scale(1.03);
}
.reference-card div{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:22px;
  background:linear-gradient(transparent,rgba(0,0,0,.9));
}
.reference-card strong,
.reference-card span{
  display:block;
}
.reference-card strong{
  font-size:20px;
  text-transform:uppercase;
}
.reference-card span{
  color:#ccc;
  margin-top:4px;
}
.home-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.home-product-card{
  display:block;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  overflow:hidden;
}
.home-product-card:hover{
  border-color:var(--orange);
}
.home-product-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.home-product-card strong{
  display:block;
  padding:18px;
  text-transform:uppercase;
  font-size:18px;
}
@media(max-width:1100px){
  .reference-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:900px){
  .service-overview-grid,
  .network-hero-grid,
  .network-feature-grid,
  .home-product-grid{
    grid-template-columns:1fr;
  }
  .reference-grid{
    grid-template-columns:1fr;
  }
  .reference-card.wide{
    grid-column:span 1;
  }
}


/* Version 10 - optimized network section */
.real-network-hero .network-hero-image img{
  width:100%;
  display:block;
  border-radius:16px;
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.network-case-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.network-case-card{
  display:block;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
}
.network-case-card img{
  width:100%;
  display:block;
}
.network-case-copy{
  padding:20px 22px 24px;
}
.network-case-copy h3{
  margin:0 0 8px 0;
  text-transform:uppercase;
  font-size:22px;
}
.network-case-copy p{
  margin:0;
  color:#ccc;
  line-height:1.7;
}
@media(max-width:900px){
  .network-case-grid{
    grid-template-columns:1fr;
  }
}

/* Version 12 - 3D Druck service */
.service-overview-grid-four{
  grid-template-columns:repeat(4,1fr);
}
@media(max-width:1100px){
  .service-overview-grid-four{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:700px){
  .service-overview-grid-four{
    grid-template-columns:1fr;
  }
}

/* Version 13 - corrected Leistungen cards */
.service-overview-grid-four{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.service-overview-grid-four .service-overview-card p{
  min-height:118px;
}
.service-overview-grid-four .btn{
  margin-top:10px;
}
.service-card-it{
  border-color:rgba(255,255,255,.18);
}
.service-card-print{
  border-color:rgba(255,106,0,.45);
}
@media(max-width:1200px){
  .service-overview-grid-four{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .service-overview-grid-four{
    grid-template-columns:1fr;
  }
  .service-overview-grid-four .service-overview-card p{
    min-height:auto;
  }
}

/* Version 14 - equal height Leistungen cards + Starlink */
.service-overview-grid-four{
  align-items:stretch;
}

.service-overview-grid-four .service-overview-card{
  height:100%;
  min-height:520px;
  display:flex;
  flex-direction:column;
}

.service-overview-grid-four .service-overview-card .icon{
  flex:0 0 auto;
}

.service-overview-grid-four .service-overview-card h2{
  min-height:68px;
  margin-bottom:16px;
}

.service-overview-grid-four .service-overview-card p{
  min-height:132px;
  margin-bottom:18px;
}

.service-overview-grid-four .service-overview-card .check-list{
  flex:1 1 auto;
  margin-top:0;
}

.service-overview-grid-four .service-overview-card .btn{
  align-self:flex-start;
  margin-top:auto;
}

.starlink-section{
  background:linear-gradient(180deg,#0d0d0d,#060606);
}

@media(max-width:1200px){
  .service-overview-grid-four .service-overview-card{
    min-height:500px;
  }
}

@media(max-width:760px){
  .service-overview-grid-four .service-overview-card{
    min-height:auto;
  }
  .service-overview-grid-four .service-overview-card h2,
  .service-overview-grid-four .service-overview-card p{
    min-height:auto;
  }
}

/* Version 15 - equal width Leistungen cards */
.service-overview-grid.service-overview-grid-four{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
  width:100%;
}

.service-overview-grid.service-overview-grid-four > .service-overview-card{
  width:100%;
  max-width:none;
  min-width:0;
  box-sizing:border-box;
}

.service-overview-grid.service-overview-grid-four > .service-overview-card *{
  min-width:0;
}

.service-overview-grid.service-overview-grid-four .btn{
  width:max-content;
  max-width:100%;
}

@media(max-width:1200px){
  .service-overview-grid.service-overview-grid-four{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:760px){
  .service-overview-grid.service-overview-grid-four{
    grid-template-columns:1fr;
  }
}

/* Version 16 - Leistungen desktop 2x2 layout, no text overflow */
.service-overview-grid.service-overview-grid-four{
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  align-items:stretch;
}

.service-overview-grid.service-overview-grid-four > .service-overview-card{
  min-height:460px;
  overflow:hidden;
}

.service-overview-grid.service-overview-grid-four .service-overview-card h2{
  min-height:auto;
}

.service-overview-grid.service-overview-grid-four .service-overview-card p{
  min-height:auto;
  overflow-wrap:anywhere;
  word-break:normal;
}

.service-overview-grid.service-overview-grid-four .check-list{
  overflow-wrap:anywhere;
}

@media(max-width:760px){
  .service-overview-grid.service-overview-grid-four{
    grid-template-columns:1fr !important;
  }

  .service-overview-grid.service-overview-grid-four > .service-overview-card{
    min-height:auto;
  }
}


/* Version 17 - 3D Druck video showcase */
.product-hero-image video,
.product-showcase-image video{
  width:100%;
  display:block;
  border-radius:14px;
  border:1px solid rgba(255,106,0,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  background:#000;
}
.product-hero-video{
  max-height:720px;
  object-fit:cover;
}
.showcase-video{
  max-height:720px;
  object-fit:cover;
}
.video-note{
  margin:14px 4px 0;
  color:#cfcfcf;
  font-size:14px;
  line-height:1.6;
}
.video-poster-fallback{
  display:none;
}
.process-showcase .product-showcase-card{
  align-items:center;
}
@media(max-width:900px){
  .product-hero-video,
  .showcase-video{
    max-height:none;
  }
}


/* Version 18 - autoplay video without controls + webm */
.product-hero-image,
.product-showcase-image{
  overflow:hidden;
}
.product-hero-video,
.showcase-video{
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: center center;
}

/* Version 19 - 3D video only as decorative hero loop */
.product-hero-image .decorative-video{
  width:100%;
  height:100%;
  max-height:640px;
  aspect-ratio:9/14;
  object-fit:cover;
  object-position:center center;
  display:block;
  border-radius:14px;
  border:1px solid rgba(255,106,0,.45);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  background:#000;
  pointer-events:none;
}

.product-hero-image .video-poster-fallback{
  display:none;
}

.process-showcase,
.video-note{
  display:none !important;
}

/* Version 20 - Fensterdekoration category hero without generated image */
.category-hero-no-image .category-hero-grid{
  grid-template-columns:1fr;
  max-width:900px;
}

.category-hero-no-image .lead{
  max-width:760px;
}

/* Version 21 - Starlink SEO page */
.starlink-section .product-actions{
  margin-top:18px;
}

/* Version 23 - strong Kontakt E-Mail button fix */
.kontakt-email-button,
a.kontakt-email-button,
.btn.kontakt-email-button,
main a.kontakt-email-button,
.kontakt-card a.kontakt-email-button,
.contact-card a.kontakt-email-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:#ff6a00 !important;
  border:2px solid #ff6a00 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  opacity:1 !important;
  visibility:visible !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  position:relative !important;
  z-index:2 !important;
}

.kontakt-email-button span,
.kontakt-email-button strong,
.kontakt-email-button small{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  opacity:1 !important;
}

.kontakt-email-button:hover,
a.kontakt-email-button:hover,
.btn.kontakt-email-button:hover{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:#e65f00 !important;
  border-color:#e65f00 !important;
  transform:translateY(-1px);
}

/* fallback: all mailto buttons must have visible text */
a[href^="mailto:"].btn,
a[href^="mailto:"].primary,
a[href^="mailto:"].secondary{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}


/* Version 25 - Starlink showcase on 3D Druck and Referenzen */
.center-buttons{
  justify-content:center;
}
.top-gap{
  margin-top:24px;
}
.media-showcase-card .buttons{
  margin-top:16px;
}

/* Version 26 - smaller Starlink media cards */
.starlink-installation-page .media-showcase-grid,
body:has(.starlink-page-marker) .media-showcase-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  max-width:980px;
  margin:0 auto;
  gap:22px;
}

.starlink-installation-page .media-showcase-card,
body:has(.starlink-page-marker) .media-showcase-card{
  padding:18px;
}

.starlink-installation-page .media-showcase-card img,
.starlink-installation-page .media-showcase-card video,
body:has(.starlink-page-marker) .media-showcase-card img,
body:has(.starlink-page-marker) .media-showcase-card video{
  height:280px;
  aspect-ratio:auto;
  object-fit:cover;
}

.starlink-installation-page .media-showcase-card h3,
body:has(.starlink-page-marker) .media-showcase-card h3{
  font-size:21px;
  margin-top:14px;
}

.starlink-installation-page .media-showcase-card p,
body:has(.starlink-page-marker) .media-showcase-card p{
  font-size:15px;
  line-height:1.6;
}

@media(max-width:900px){
  .starlink-installation-page .media-showcase-grid,
  body:has(.starlink-page-marker) .media-showcase-grid{
    grid-template-columns:1fr;
    max-width:620px;
  }

  .starlink-installation-page .media-showcase-card img,
  .starlink-installation-page .media-showcase-card video,
  body:has(.starlink-page-marker) .media-showcase-card img,
  body:has(.starlink-page-marker) .media-showcase-card video{
    height:auto;
    max-height:360px;
  }
}

/* Version 27 - force smaller Starlink video/photo side by side */
body.starlink-installation-page .media-showcase-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  max-width:760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  gap:18px !important;
  align-items:start !important;
}

body.starlink-installation-page .media-showcase-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  padding:14px !important;
  box-sizing:border-box !important;
}

body.starlink-installation-page .media-showcase-card video,
body.starlink-installation-page .media-showcase-card img,
body.starlink-installation-page .starlink-process-video{
  width:100% !important;
  height:190px !important;
  max-height:190px !important;
  aspect-ratio:16 / 10 !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

body.starlink-installation-page .media-showcase-card h3{
  font-size:18px !important;
  line-height:1.25 !important;
  margin:12px 0 8px !important;
}

body.starlink-installation-page .media-showcase-card p{
  font-size:14px !important;
  line-height:1.55 !important;
}

@media(max-width:680px){
  body.starlink-installation-page .media-showcase-grid{
    grid-template-columns:1fr !important;
    max-width:420px !important;
  }

  body.starlink-installation-page .media-showcase-card video,
  body.starlink-installation-page .media-showcase-card img,
  body.starlink-installation-page .starlink-process-video{
    height:220px !important;
    max-height:220px !important;
  }
}

/* Version 28 - uploaded VN Solutions logo + black top header */
.site-header{
  background:#000000 !important;
  border-bottom:1px solid rgba(255,106,0,.28) !important;
  box-shadow:0 8px 28px rgba(0,0,0,.45) !important;
}

.site-header .nav{
  background:#000000 !important;
}

.logo{
  background:transparent !important;
  display:flex !important;
  align-items:center !important;
}

.logo img{
  height:54px !important;
  width:auto !important;
  max-width:280px !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  display:block !important;
}

.site-header nav a{
  color:#ffffff !important;
}

.site-header nav a:hover,
.site-header nav a.active{
  color:#ff6a00 !important;
}

@media(max-width:760px){
  .logo img{
    height:44px !important;
    max-width:220px !important;
  }
}

/* Version 29 - generated sharp VN Solutions logo */
.site-header{
  background:#000000 !important;
  border-bottom:1px solid rgba(255,106,0,.28) !important;
}

.logo{
  background:#000000 !important;
  display:flex !important;
  align-items:center !important;
  padding:0 !important;
}

.logo img{
  height:52px !important;
  width:auto !important;
  max-width:320px !important;
  object-fit:contain !important;
  background:#000000 !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  display:block !important;
}

@media(max-width:760px){
  .logo img{
    height:40px !important;
    max-width:230px !important;
  }
}



/* Version 38 - plain centered legal pages */
.legal-plain{
  background:#0b0b0b !important;
  padding-top:72px !important;
  padding-bottom:84px !important;
}

.legal-text{
  max-width:900px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.legal-text .eyebrow{
  font-size:13px !important;
  letter-spacing:.16em !important;
  margin:0 0 12px !important;
}

.legal-text h1{
  color:#ffffff !important;
  font-size:36px !important;
  line-height:1.14 !important;
  margin:0 0 14px !important;
  letter-spacing:-.02em !important;
  text-transform:none !important;
}

.legal-text .lead{
  color:#d8d8d8 !important;
  font-size:17px !important;
  line-height:1.62 !important;
  max-width:760px !important;
  margin:0 0 38px !important;
  text-align:left !important;
}

.legal-text h2{
  color:#ffffff !important;
  font-size:20px !important;
  line-height:1.35 !important;
  margin:32px 0 10px !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

.legal-text p,
.legal-text li{
  color:#d8d8d8 !important;
  font-size:16px !important;
  line-height:1.74 !important;
  margin:0 0 15px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  text-align:justify !important;
  text-align-last:left !important;
  hyphens:auto !important;
}

.legal-text strong{
  color:#ffffff !important;
}

.legal-text a{
  color:#ff8a2a !important;
  text-decoration:none !important;
  font-size:inherit !important;
}

.legal-text a:hover{
  text-decoration:underline !important;
}

.legal-text .muted{
  color:#9a9a9a !important;
  font-size:14px !important;
  margin-top:34px !important;
  text-align:left !important;
}

@media(max-width:760px){
  .legal-plain{
    padding-top:48px !important;
    padding-bottom:58px !important;
  }

  .legal-text{
    max-width:100% !important;
  }

  .legal-text h1{
    font-size:30px !important;
  }

  .legal-text h2{
    font-size:18px !important;
    margin-top:28px !important;
  }

  .legal-text .lead{
    font-size:16px !important;
    margin-bottom:30px !important;
  }

  .legal-text p,
  .legal-text li{
    font-size:15px !important;
    line-height:1.68 !important;
    text-align:left !important;
  }
}

/* Version 39 - globally reduced headings by about 10-15% */
.hero h1,
.page-hero h1{
  font-size:clamp(38px, 5.2vw, 66px) !important;
  line-height:1.05 !important;
}

h1{
  font-size:clamp(34px, 4.4vw, 56px) !important;
  line-height:1.08 !important;
}

h2,
.section h2{
  font-size:clamp(28px, 3.2vw, 42px) !important;
  line-height:1.12 !important;
}

h3,
.card h3,
.product-card h3,
.reference-card h3,
.media-showcase-card h3{
  font-size:clamp(19px, 2vw, 24px) !important;
  line-height:1.25 !important;
}

.hero-card h2{
  font-size:clamp(24px, 2.8vw, 34px) !important;
}

.section-header h2,
.split-content h2,
.cta-section h2{
  font-size:clamp(28px, 3.1vw, 40px) !important;
}

.legal-text h1{
  font-size:32px !important;
}

.legal-text h2{
  font-size:18px !important;
}

.legal-text .lead{
  font-size:16px !important;
}

/* Keep small labels small and consistent */
.eyebrow{
  font-size:12px !important;
}

/* Mobile adjustment */
@media(max-width:760px){
  .hero h1,
  .page-hero h1,
  h1{
    font-size:30px !important;
    line-height:1.12 !important;
  }

  h2,
  .section h2,
  .section-header h2,
  .split-content h2,
  .cta-section h2{
    font-size:24px !important;
    line-height:1.18 !important;
  }

  h3,
  .card h3,
  .product-card h3,
  .reference-card h3,
  .media-showcase-card h3{
    font-size:18px !important;
  }

  .hero-card h2{
    font-size:22px !important;
  }

  .legal-text h1{
    font-size:28px !important;
  }

  .legal-text h2{
    font-size:17px !important;
  }
}

/* Version 43 - clean mobile menu from v39 */
.site-header{
  overflow:visible !important;
}

.site-header .nav{
  position:relative !important;
  overflow:visible !important;
}

.desktop-nav-clean{
  display:flex !important;
  gap:28px !important;
  align-items:center !important;
}

.mobile-nav-clean{
  display:none !important;
}

.mobile-nav-clean summary{
  list-style:none !important;
}

.mobile-nav-clean summary::-webkit-details-marker{
  display:none !important;
}

/* Desktop and larger tablet: never show mobile menu */
@media(min-width:721px){
  .desktop-nav-clean{
    display:flex !important;
  }

  .mobile-nav-clean,
  .mobile-nav-clean summary,
  .mobile-nav-clean-panel{
    display:none !important;
  }
}

/* Real mobile layout only */
@media(max-width:720px){
  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
    background:#000000 !important;
  }

  .site-header .nav{
    min-height:66px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }

  .desktop-nav-clean{
    display:none !important;
  }

  .mobile-nav-clean{
    display:block !important;
    margin-left:auto !important;
    position:static !important;
  }

  .mobile-nav-clean summary{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:44px !important;
    height:44px !important;
    border:1px solid rgba(255,106,0,.55) !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.06) !important;
    cursor:pointer !important;
    padding:0 !important;
  }

  .mobile-nav-clean summary span{
    display:block !important;
    position:absolute !important;
    width:22px !important;
    height:2px !important;
    background:#ffffff !important;
    border-radius:99px !important;
    transition:transform .22s ease, opacity .22s ease !important;
  }

  .mobile-nav-clean summary span:nth-child(1){
    transform:translateY(-7px) !important;
  }

  .mobile-nav-clean summary span:nth-child(2){
    transform:translateY(0) !important;
  }

  .mobile-nav-clean summary span:nth-child(3){
    transform:translateY(7px) !important;
  }

  .mobile-nav-clean[open] summary span:nth-child(1){
    transform:rotate(45deg) !important;
  }

  .mobile-nav-clean[open] summary span:nth-child(2){
    opacity:0 !important;
  }

  .mobile-nav-clean[open] summary span:nth-child(3){
    transform:rotate(-45deg) !important;
  }

  .mobile-nav-clean-panel{
    position:absolute !important;
    left:14px !important;
    right:14px !important;
    top:calc(100% + 8px) !important;
    background:#050505 !important;
    border:1px solid rgba(255,106,0,.36) !important;
    border-radius:16px !important;
    padding:10px !important;
    box-shadow:0 24px 60px rgba(0,0,0,.72) !important;
    z-index:10000 !important;
  }

  .mobile-nav-clean-panel a{
    display:block !important;
    color:#ffffff !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
    font-weight:800 !important;
    font-size:14px !important;
    line-height:1.3 !important;
    padding:12px 14px !important;
    border-radius:10px !important;
    border-bottom:1px solid rgba(255,255,255,.06) !important;
  }

  .mobile-nav-clean-panel a:hover,
  .mobile-nav-clean-panel a.active{
    color:#ff6a00 !important;
    background:rgba(255,106,0,.12) !important;
  }

  .logo img{
    max-width:210px !important;
    height:auto !important;
  }
}

@media(max-width:380px){
  .logo img{
    max-width:178px !important;
  }
}

/* Version 45 - footer location consistency for Google Business Profile */
.footer-location{
  color:#d8d8d8 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  margin:8px 0 12px !important;
}

@media(max-width:760px){
  .footer-location{
    font-size:13.5px !important;
    text-align:center !important;
  }
}
