
*{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;
  }
}


/* Version 46 - local SEO landing pages */
.section-intro{
  max-width:920px;
  margin:0 auto 34px;
  color:#d8d8d8;
  line-height:1.75;
  font-size:18px;
  text-align:center;
}
.local-card-grid,
.local-link-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.local-card,
.local-link-grid a{
  display:block;
  padding:26px;
  border:1px solid rgba(255,106,0,.34);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#fff;
  text-decoration:none;
}
.local-card:hover,
.local-link-grid a:hover{
  border-color:var(--orange);
  transform:translateY(-2px);
}
.local-card span,
.local-link-grid a{
  font-weight:900;
  text-transform:uppercase;
}
.local-card p{
  color:#d5d5d5;
  line-height:1.6;
  margin-bottom:0;
}
.local-content-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
}
.local-main-copy p,
.local-process p,
.faq-item p,
.local-service-list p{
  color:#d8d8d8;
  line-height:1.75;
  font-size:17px;
}
.local-side-card h2,
.local-main-copy h2{
  text-align:left;
}
.local-service-list{
  grid-template-columns:repeat(3,1fr);
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.faq-item h3{
  margin-top:0;
  text-transform:none;
}
.numbered-list div strong{
  color:var(--orange);
  margin-right:8px;
}
.active-local{
  border-color:var(--orange) !important;
  color:var(--orange) !important;
}
.footer-service-area{
  color:#aaa;
  line-height:1.65;
}
.footer-service-area strong{
  color:#fff;
}
.footer-service-area a{
  color:#aaa;
  text-decoration:none;
}
.footer-service-area a:hover{
  color:var(--orange);
}
@media(max-width:1050px){
  .local-card-grid,
  .local-link-grid,
  .local-service-list{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:900px){
  .local-content-grid,
  .faq-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .local-card-grid,
  .local-link-grid,
  .local-service-list{
    grid-template-columns:1fr;
  }
}

/* v46 helper layout for local SEO sections */
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.feature-list{
  display:grid;
  gap:14px;
}
.feature-list div{
  padding:18px 20px;
  border:1px solid rgba(255,106,0,.32);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:800;
}
@media(max-width:900px){
  .split{
    grid-template-columns:1fr;
  }
}


/* Version 47 - local service expansion */
.center-buttons{
  justify-content:center;
  margin-top:28px;
}
.location-hub-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
.hub-city-card h2{
  text-align:left;
}
.hub-city-card p{
  color:#d8d8d8;
  line-height:1.75;
}
.hub-links{
  grid-template-columns:repeat(5,1fr);
  margin-top:18px;
}
.feature-list a{
  color:#fff;
  text-decoration:none;
}
.feature-list a:hover{
  color:var(--orange);
}
@media(max-width:1050px){
  .hub-links{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:620px){
  .hub-links{grid-template-columns:1fr;}
}

/* Version 48 - cleaner mobile layout for local/location links */
@media(max-width:620px){
  .local-seo-section,
  .v47-all-standorte-link{
    padding-top:58px !important;
    padding-bottom:58px !important;
  }

  .local-seo-section h2,
  .v47-all-standorte-link h2{
    font-size:25px !important;
    line-height:1.18 !important;
    margin-bottom:16px !important;
  }

  .section-intro{
    font-size:15.5px !important;
    line-height:1.65 !important;
    text-align:left !important;
    margin-bottom:22px !important;
  }

  .local-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:18px !important;
  }

  .local-card-grid .local-card:nth-child(5){
    grid-column:1 / -1 !important;
  }

  .local-card{
    min-height:52px !important;
    padding:13px 12px !important;
    border-radius:12px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    background:linear-gradient(135deg,rgba(255,106,0,.10),rgba(255,255,255,.035)) !important;
  }

  .local-card::after{
    content:"›" !important;
    color:var(--orange) !important;
    font-size:22px !important;
    line-height:1 !important;
    font-weight:900 !important;
    flex:0 0 auto !important;
  }

  .local-card span{
    font-size:12.5px !important;
    line-height:1.15 !important;
    letter-spacing:.02em !important;
    overflow-wrap:anywhere !important;
  }

  .local-card p{
    display:none !important;
  }

  .local-link-grid,
  .hub-links{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  .local-link-grid a,
  .hub-links a{
    padding:12px 14px !important;
    border-radius:11px !important;
    font-size:12.5px !important;
    line-height:1.25 !important;
    letter-spacing:.01em !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    background:rgba(255,255,255,.035) !important;
  }

  .local-link-grid a::after,
  .hub-links a::after{
    content:"›" !important;
    color:var(--orange) !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:900 !important;
    flex:0 0 auto !important;
  }

  .hub-city-card{
    padding:22px 16px !important;
  }

  .hub-city-card h2{
    font-size:24px !important;
    margin-bottom:12px !important;
  }

  .hub-city-card p{
    font-size:15px !important;
    line-height:1.62 !important;
    margin-bottom:14px !important;
  }

  .feature-list{
    gap:9px !important;
  }

  .feature-list div{
    padding:12px 14px !important;
    border-radius:11px !important;
    font-size:13px !important;
    line-height:1.28 !important;
  }

  .footer-service-area{
    width:100% !important;
    line-height:1.8 !important;
  }

  .footer-service-area a{
    display:inline-block !important;
    margin:3px 4px 3px 0 !important;
    padding:4px 8px !important;
    border:1px solid rgba(255,106,0,.22) !important;
    border-radius:999px !important;
    background:rgba(255,106,0,.055) !important;
    font-size:12.5px !important;
  }
}

@media(max-width:380px){
  .local-card span,
  .local-link-grid a,
  .hub-links a{
    font-size:11.8px !important;
  }

  .local-card{
    padding-left:10px !important;
    padding-right:10px !important;
  }
}

/* v50: service-specific image rotation */
.service-image-rotator{
  position:relative;
  overflow:hidden;
}
.service-image-rotator img{
  transition:opacity .42s ease, transform .42s ease;
  will-change:opacity, transform;
}
.service-image-rotator.is-changing img{
  opacity:.18;
  transform:scale(1.015);
}
.service-image-rotator::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,106,0,.08), rgba(0,0,0,0) 42%, rgba(255,106,0,.05));
  opacity:.45;
}
@media (prefers-reduced-motion: reduce){
  .service-image-rotator img{transition:none;}
}

/* Version 56 - equal thirds in upper footer */
footer{
  padding:34px 0 30px !important;
}
.footer{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:26px 34px !important;
  align-items:start !important;
  justify-content:stretch !important;
}
.footer > div:first-child,
.footer-contact,
.footer-service-area,
.footer-links{
  min-width:0 !important;
}
.footer > div:first-child{
  text-align:left !important;
}
.footer > div:first-child strong{
  color:#fff;
}
.footer-contact{
  line-height:1.75 !important;
  text-align:center !important;
}
.footer-service-area{
  line-height:1.7 !important;
  text-align:right !important;
}
.footer-links{
  grid-column:1 / -1 !important;
  display:flex !important;
  gap:14px !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  margin-top:2px !important;
}
.footer-location{
  grid-column:1 / -1 !important;
  width:100% !important;
  margin:2px 0 0 !important;
  padding-top:16px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  text-align:center !important;
  color:#cfcfcf !important;
}
@media(max-width:980px){
  .footer{
    grid-template-columns:1fr 1fr !important;
    gap:22px 28px !important;
  }
  .footer > div:first-child,
  .footer-contact,
  .footer-service-area{
    text-align:left !important;
  }
  .footer-service-area{
    grid-column:1 / -1 !important;
  }
  .footer-links{
    justify-content:flex-start !important;
  }
  .footer-location{
    text-align:left !important;
  }
}
@media(max-width:620px){
  footer{
    padding:30px 0 !important;
  }
  .footer{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .footer-service-area,
  .footer-location,
  .footer-links{
    grid-column:auto !important;
  }
  .footer > div:first-child,
  .footer-contact,
  .footer-service-area,
  .footer-location{
    text-align:left !important;
  }
  .footer-links{
    justify-content:flex-start !important;
    gap:12px !important;
  }
}


/* Version 53 - contrast/accessibility polish
   Improves Lighthouse contrast warnings, especially white text on orange CTA/button areas. */
:root{
  --orange:#ff6a00;
  --orange-text:#ff8a2a;
  --on-orange:#111111;
}
.primary{
  background:var(--orange) !important;
  color:var(--on-orange) !important;
  text-shadow:none !important;
}
.primary:hover{
  color:var(--black) !important;
  filter:brightness(1.04);
}
.cta{
  color:var(--on-orange) !important;
}
.cta h2,
.cta p,
.cta .eyebrow{
  color:var(--on-orange) !important;
  text-shadow:none !important;
}
.cta .primary,
.cta .lightbtn{
  color:#111 !important;
}
.cta .secondary{
  border-color:#111 !important;
  color:#111 !important;
  background:rgba(255,255,255,.18) !important;
}
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.local-card:focus-visible,
.local-link-grid a:focus-visible,
.hub-links a:focus-visible{
  outline:3px solid #ffb36b !important;
  outline-offset:3px !important;
}
.footer a,
.footer-contact,
.footer-service-area,
.footer-location{
  color:#d2d2d2 !important;
}
.footer a:hover,
.footer a:focus-visible{
  color:#ff9a3d !important;
}
.small-note{
  color:#c6c6c6 !important;
}

/* Version 54 - consistent orange button contrast on all local/service pages
   Some older mailto button rules forced white text on orange buttons. This final override keeps all primary orange buttons consistent with the rest of the site. */
a.btn.primary,
a.primary.btn,
.btn.primary,
a[href^="mailto:"].btn.primary,
a[href^="mailto:"].primary,
.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{
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:var(--on-orange) !important;
  -webkit-text-fill-color:var(--on-orange) !important;
  text-shadow:none !important;
}

a.btn.primary:hover,
a.primary.btn:hover,
.btn.primary:hover,
a[href^="mailto:"].btn.primary:hover,
a[href^="mailto:"].primary:hover,
.kontakt-email-button:hover,
a.kontakt-email-button:hover,
.btn.kontakt-email-button:hover{
  background:#ff7a1a !important;
  border-color:#ff7a1a !important;
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
}

/* Version 55 - final service button contrast consistency
   Ensures all orange-filled service/action buttons use dark text across service cards,
   location pages, product cards and mailto buttons. Also covers nested text nodes. */
.btn.primary,
a.btn.primary,
a.primary.btn,
.buttons .btn.primary,
.service .btn.primary,
.service-overview-card .btn.primary,
.service-overview-grid .btn.primary,
.service-overview-grid-four .btn.primary,
.product .btn.primary,
.product-actions .btn.primary,
.local-content-grid .btn.primary,
.local-side-card .btn.primary,
.local-main-copy .btn.primary,
.cta-actions .btn.primary,
.contact-actions .btn.primary,
a[href^="mailto:"].btn.primary,
a[href^="mailto:"].primary,
a[href^="mailto:"].btn:not(.secondary):not(.darkbtn):not(.lightbtn),
.kontakt-email-button,
a.kontakt-email-button,
.btn.kontakt-email-button{
  background:var(--orange) !important;
  border-color:var(--orange) !important;
  color:var(--on-orange, #111111) !important;
  -webkit-text-fill-color:var(--on-orange, #111111) !important;
  text-shadow:none !important;
}

.btn.primary *,
a.btn.primary *,
a.primary.btn *,
.buttons .btn.primary *,
.service .btn.primary *,
.service-overview-card .btn.primary *,
.service-overview-grid .btn.primary *,
.service-overview-grid-four .btn.primary *,
.product .btn.primary *,
.product-actions .btn.primary *,
.local-content-grid .btn.primary *,
.local-side-card .btn.primary *,
.local-main-copy .btn.primary *,
.cta-actions .btn.primary *,
.contact-actions .btn.primary *,
a[href^="mailto:"].btn.primary *,
a[href^="mailto:"].primary *,
.kontakt-email-button *{
  color:var(--on-orange, #111111) !important;
  -webkit-text-fill-color:var(--on-orange, #111111) !important;
  text-shadow:none !important;
}

.btn.primary:hover,
a.btn.primary:hover,
a.primary.btn:hover,
.buttons .btn.primary:hover,
.service .btn.primary:hover,
.service-overview-card .btn.primary:hover,
.service-overview-grid .btn.primary:hover,
.service-overview-grid-four .btn.primary:hover,
.product .btn.primary:hover,
.product-actions .btn.primary:hover,
.local-content-grid .btn.primary:hover,
.local-side-card .btn.primary:hover,
.local-main-copy .btn.primary:hover,
a[href^="mailto:"].btn.primary:hover,
a[href^="mailto:"].primary:hover,
a[href^="mailto:"].btn:not(.secondary):not(.darkbtn):not(.lightbtn):hover,
.kontakt-email-button:hover,
a.kontakt-email-button:hover,
.btn.kontakt-email-button:hover{
  background:#ff7a1a !important;
  border-color:#ff7a1a !important;
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
}


/* Version 59 - product price note */
.product-price-note{
  margin:18px 0 20px;
  padding:14px 16px;
  border:1px solid rgba(255,122,0,.35);
  border-left:4px solid var(--orange);
  border-radius:14px;
  background:rgba(255,122,0,.08);
  color:#f4f4f4;
  line-height:1.55;
}
.product-price-note strong{
  color:#fff;
}
.product-price-note span,
.product-price-note small{
  color:#d9d9d9;
}


/* Version 60 - image performance */
img{
  height:auto;
}


/* Version 61 - product option note */
.product-option-note{
  margin:14px 0 20px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-left:4px solid rgba(255,122,0,.75);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#e8e8e8;
  line-height:1.55;
}
.product-option-note strong{
  color:#fff;
}


/* Version 62 - welcome contact modal */
.welcome-contact-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.welcome-contact-modal.is-visible{
  opacity:1;
  pointer-events:auto;
}
.welcome-contact-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(6px);
}
.welcome-contact-panel{
  position:relative;
  width:min(560px,100%);
  padding:30px;
  border-radius:24px;
  border:1px solid rgba(255,122,0,.28);
  background:
    radial-gradient(circle at top left, rgba(255,122,0,.16), transparent 34%),
    linear-gradient(145deg, #111, #050505);
  color:#f5f5f5;
  box-shadow:0 26px 80px rgba(0,0,0,.55);
  transform:translateY(12px) scale(.985);
  transition:transform .22s ease;
}
.welcome-contact-modal.is-visible .welcome-contact-panel{
  transform:translateY(0) scale(1);
}
.welcome-contact-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.welcome-contact-close:hover,
.welcome-contact-close:focus-visible{
  border-color:var(--orange);
  outline:3px solid rgba(255,122,0,.28);
}
.welcome-contact-kicker{
  display:inline-flex;
  margin-bottom:12px;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(255,122,0,.12);
  color:var(--orange);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.78rem;
}
.welcome-contact-panel h2{
  margin:0 42px 12px 0;
  font-size:clamp(1.6rem,4vw,2.25rem);
  line-height:1.1;
}
.welcome-contact-panel p{
  color:#ddd;
  margin:0 0 18px;
  line-height:1.65;
}
.welcome-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.welcome-contact-note{
  margin-top:16px !important;
  margin-bottom:0 !important;
  font-size:.9rem;
  color:#bdbdbd !important;
}
@media(max-width:560px){
  .welcome-contact-modal{
    align-items:flex-end;
    padding:14px;
  }
  .welcome-contact-panel{
    padding:26px 20px 20px;
    border-radius:22px;
  }
  .welcome-contact-actions{
    flex-direction:column;
  }
  .welcome-contact-actions .btn{
    width:100%;
    justify-content:center;
  }
}
@media(prefers-reduced-motion:reduce){
  .welcome-contact-modal,
  .welcome-contact-panel{
    transition:none;
  }
}


/* Version 64 - modal logo and phone button */
.welcome-contact-brand{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  gap:18px;
  margin:0 52px 14px 0;
}
.welcome-contact-logo{
  display:block;
  width:auto;
  max-width:180px;
  max-height:46px;
  object-fit:contain;
}
.welcome-contact-kicker{
  margin-bottom:0;
}
.welcome-contact-actions .btn-phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  background:#ff7a1a !important;
  border:1px solid #ff7a1a !important;
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 10px 26px rgba(255,122,26,.22);
}
.welcome-contact-actions .btn-phone:hover,
.welcome-contact-actions .btn-phone:focus-visible{
  background:#ff8f3d !important;
  border-color:#ff8f3d !important;
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  outline:3px solid rgba(255,122,0,.25);
}
@media(max-width:560px){
  .welcome-contact-brand{
    align-items:flex-start;
    margin-right:40px;
    gap:12px;
  }
  .welcome-contact-logo{
    max-width:132px;
    max-height:38px;
  }
}

/* Version 69 - performance and mobile product image fixes */
@media(max-width:760px){
  .product-detail-grid,
  .featured-product,
  .product-showcase-card,
  .product-teaser{
    gap:18px !important;
  }

  .product-hero-image,
  .featured-image,
  .product-showcase-image,
  .teaser-image{
    padding:0 !important;
    overflow:hidden !important;
  }

  .product-hero-image img,
  .featured-image img,
  .product-showcase-image img,
  .teaser-image img{
    width:100% !important;
    height:auto !important;
    max-height:390px !important;
    object-fit:contain !important;
    background:#050505 !important;
  }

  .home-product-card img{
    aspect-ratio:4/3 !important;
    object-fit:contain !important;
    background:#050505 !important;
  }

  .section:has(.product-detail-grid),
  .section:has(.featured-product),
  .section:has(.product-showcase-card){
    padding-top:44px !important;
    padding-bottom:58px !important;
  }
}


/* v70 topic cluster pages */
.breadcrumb{background:#111;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.08);font-size:.9rem}.breadcrumb .container{display:flex;gap:.55rem;align-items:center;min-height:44px;overflow-x:auto;white-space:nowrap}.breadcrumb a{color:#ddd}.breadcrumb span{color:#888}.topic-hero{padding:76px 0;background:radial-gradient(circle at 80% 25%,rgba(245,112,20,.13),transparent 36%),linear-gradient(135deg,#080808,#1a1a1d);color:#fff}.topic-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:54px;align-items:center}.topic-hero h1{max-width:850px}.topic-hero-image{border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.38);background:#111}.topic-hero-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.topic-intro{align-items:start}.topic-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.topic-card{background:#151517;border:1px solid rgba(255,255,255,.11);border-radius:18px;padding:28px}.topic-card h3{margin-top:0;color:#ff7b24}.keyword-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.keyword-chip{display:inline-flex;padding:9px 13px;border-radius:999px;background:#f2f2f2;border:1px solid #dedede;font-size:.91rem;font-weight:700;color:#222}.topic-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}.topic-step{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e5e5;border-radius:15px;padding:20px;box-shadow:0 10px 24px rgba(0,0,0,.05)}.topic-step span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#ff7b24;font-weight:900}.topic-faq{max-width:980px}.topic-faq details{background:#171719;border:1px solid rgba(255,255,255,.11);border-radius:14px;padding:0 20px;margin:12px 0}.topic-faq summary{cursor:pointer;padding:20px 34px 20px 0;font-weight:800;color:#fff}.topic-faq details p{padding:0 0 20px;color:#d7d7d7}.topic-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px}.topic-link-card{display:flex;flex-direction:column;gap:8px;padding:24px;border:1px solid #ddd;border-radius:16px;background:#fff;color:#151515;box-shadow:0 12px 30px rgba(0,0,0,.05);transition:transform .2s ease,border-color .2s ease}.topic-link-card:hover{transform:translateY(-3px);border-color:#ff7b24}.topic-link-card strong{font-size:1.08rem}.topic-link-card span{color:#555;font-size:.94rem}.topic-cluster-section{border-top:1px solid #e7e7e7}.topic-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.topic-cluster-grid a{display:block;padding:19px;border:1px solid #ddd;border-radius:14px;background:#fff;color:#161616}.topic-cluster-grid a strong{display:block;margin-bottom:6px}.topic-cluster-grid a span{display:block;color:#666;font-size:.92rem}.topic-cluster-grid a:hover{border-color:#ff7b24}.text-link{display:inline-block;margin-top:12px;font-weight:800;color:#d85d00}
@media(max-width:900px){.topic-hero-grid{grid-template-columns:1fr}.topic-hero-image{max-width:720px}.topic-card-grid,.topic-link-grid,.topic-cluster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-process{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.topic-hero{padding:52px 0}.topic-card-grid,.topic-link-grid,.topic-cluster-grid,.topic-process{grid-template-columns:1fr}.topic-card{padding:22px}.breadcrumb .container{padding-top:4px;padding-bottom:4px}}

.v70-depth-section .split{align-items:start}.v70-depth-section h3{margin-top:0}.v70-avoid-box{margin-top:28px;border-left:5px solid #ff7b24}.v70-avoid-box .check-list{margin-bottom:0}
