:root{
  --bg:#030506;
  --panel:#090d10;
  --panel-2:#0c1215;
  --text:#f4f6f5;
  --muted:#a8b0b1;
  --line:rgba(231,255,0,.22);
  --accent:#e7ff00;
  --accent-soft:rgba(231,255,0,.16);
  --shadow:0 24px 80px rgba(0,0,0,.48);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter,Arial,sans-serif;
  background:
    linear-gradient(rgba(3,5,6,.72), rgba(3,5,6,.72)),
    url("assets/hero-building.jpg") center center / cover no-repeat fixed;
  color:var(--text);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page-shell{
  width:min(1480px,calc(100% - 36px));
  margin:12px auto 28px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  overflow:hidden;
  background:rgba(4,7,8,.82);
  box-shadow:0 30px 120px rgba(0,0,0,.5);
}
.site-header{
  height:72px;
  padding:0 48px;
  display:flex;
  align-items:center;
  gap:34px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(2,3,4,.82);
  backdrop-filter:blur(14px);
  position:sticky;
  top:0;
  z-index:10;
}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.04em;font-size:28px;white-space:nowrap}
.brand.small{font-size:25px}
.brand-mark{
  width:40px;height:32px;display:grid;place-items:center;color:var(--accent);font-weight:900;font-size:28px;
  transform:skew(-15deg);text-shadow:0 0 22px rgba(231,255,0,.7)
}
.brand-text strong{color:var(--accent);font-weight:800}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:42px;height:100%}
.main-nav a{height:100%;display:flex;align-items:center;color:#fff;font-weight:600;font-size:15px;position:relative;opacity:.92}
.main-nav a.active{color:var(--accent)}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--accent);box-shadow:0 0 18px rgba(231,255,0,.6)}
.header-cta{border:1px solid rgba(231,255,0,.55);border-radius:8px;padding:13px 20px;color:var(--accent);font-weight:800;font-size:14px;display:flex;gap:12px;align-items:center;box-shadow:inset 0 0 0 1px rgba(231,255,0,.05)}
.hero{position:relative;min-height:360px;padding:34px 54px 28px;display:grid;grid-template-columns:.95fr 1.25fr;gap:28px;isolation:isolate;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,6,.98) 0%,rgba(3,5,6,.88) 33%,rgba(3,5,6,.28) 72%,rgba(3,5,6,.5) 100%);z-index:-1}
.hero-content{z-index:2;align-self:center;max-width:640px}
.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 10px;color:var(--accent);text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.11em}
.eyebrow span,.section-head span{width:44px;height:2px;background:var(--accent);box-shadow:0 0 16px rgba(231,255,0,.7)}
.hero h1{margin:0;font-size:clamp(39px,5.5vw,76px);line-height:.98;letter-spacing:-.07em;font-weight:900;text-shadow:0 10px 32px rgba(0,0,0,.48)}
.hero h1 em{color:var(--accent);font-style:normal;text-shadow:0 0 22px rgba(231,255,0,.28)}
.hero-text{max-width:565px;color:#d2d8d8;font-size:17px;line-height:1.6;margin:20px 0 22px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.btn{height:46px;padding:0 26px;border-radius:8px;display:inline-flex;align-items:center;gap:22px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.25s ease}
.btn:hover,.header-cta:hover,.branch-card:hover .more{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:#0b0d0c;box-shadow:0 0 28px rgba(231,255,0,.12)}
.btn-outline{border-color:rgba(231,255,0,.55);color:var(--accent);background:rgba(0,0,0,.15)}
.hero-visual{position:absolute;inset:0 0 auto auto;width:62%;height:100%;z-index:0;overflow:hidden}
.hero-visual img{width:100%;height:100%;object-fit:cover;opacity:.92;filter:saturate(1.12) contrast(1.05)}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,6,.75),rgba(3,5,6,.22) 45%,rgba(3,5,6,.18));}
.hero-logo-glow{position:absolute;right:10%;top:20%;display:flex;align-items:center;gap:12px;color:white;text-shadow:0 0 24px rgba(231,255,0,.45)}
.hero-logo-glow span{font-size:54px;color:var(--accent);font-weight:900;transform:skew(-12deg)}
.hero-logo-glow small{font-weight:800;font-size:15px}.hero-logo-glow b{color:var(--accent)}
.branches-section{padding:6px 54px 12px}
.section-head{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:14px;margin-bottom:12px}
.section-head h2{margin:0;font-size:27px;letter-spacing:-.04em}.section-head p{justify-self:end;color:#b6bdbd;max-width:430px;line-height:1.5;margin:0}
.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}
.branch-card{--card-accent:var(--accent);--card-accent-rgb:231,255,0;position:relative;min-height:174px;border:1px solid rgba(255,255,255,.13);border-radius:10px;overflow:hidden;background:linear-gradient(135deg,rgba(12,18,21,.95),rgba(7,10,12,.88));display:grid;grid-template-columns:48% 52%;box-shadow:var(--shadow);transition:.25s ease}

.branch-flight{--card-accent:#e7ff00;--card-accent-rgb:231,255,0}
.branch-digital{--card-accent:#00aaff;--card-accent-rgb:0,170,255}
.branch-objekt{--card-accent:#b000ff;--card-accent-rgb:176,0,255}
.branch-showfx{--card-accent:#ff7a00;--card-accent-rgb:255,122,0}
.branch-card:hover{border-color:rgba(var(--card-accent-rgb),.65);box-shadow:0 18px 70px rgba(0,0,0,.52),0 0 34px rgba(var(--card-accent-rgb),.14)}

.branch-card:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,rgba(var(--card-accent-rgb),.85),transparent);opacity:.55;z-index:3;pointer-events:none}
.branch-card:hover .card-icon{background:rgba(var(--card-accent-rgb),.08);box-shadow:0 0 28px rgba(var(--card-accent-rgb),.24)}
.card-link{position:absolute;inset:0;z-index:4}.card-image{height:100%;min-height:174px;position:relative;overflow:hidden}.card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(7,10,12,.88))}.card-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.86) saturate(.92)}
.card-content{padding:22px 22px 18px;position:relative;z-index:2}.card-icon{position:absolute;left:-58px;top:18px;width:52px;height:52px;border:1px solid rgba(var(--card-accent-rgb),.72);border-radius:8px;display:grid;place-items:center;color:var(--card-accent);background:rgba(0,0,0,.24);box-shadow:0 0 22px rgba(var(--card-accent-rgb),.16)}
.card-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.branch-card h3{margin:0 0 10px;font-size:22px;letter-spacing:-.04em}
.branch-card ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:7px;color:#d7dddd}
.branch-card li{position:relative;padding-left:22px}
.branch-card li:before{content:"";position:absolute;left:0;top:5px;width:11px;height:11px;border:1.7px solid var(--card-accent);border-radius:50%;box-shadow:0 0 12px rgba(var(--card-accent-rgb),.28)}
.more{position:relative;z-index:5;color:var(--card-accent);font-weight:800;display:inline-flex;gap:22px;align-items:center;transition:.25s ease;text-shadow:0 0 16px rgba(var(--card-accent-rgb),.18)}
.branch-cta{
  width:min(260px,100%);
  min-height:48px;
  padding:0 18px;
  justify-content:space-between;
  border-radius:8px;
  background:var(--card-accent);
  color:#070a0b;
  text-shadow:none;
  box-shadow:0 0 28px rgba(var(--card-accent-rgb),.16),inset 0 1px 0 rgba(255,255,255,.25);
}
.branch-card:hover .branch-cta{
  transform:translateY(-2px);
  box-shadow:0 0 34px rgba(var(--card-accent-rgb),.32),inset 0 1px 0 rgba(255,255,255,.3);
}


.about-section{
  padding:18px 54px 0;
}
.about-head{
  display:grid;
  grid-template-columns:auto minmax(520px,820px);
  align-items:start;
  justify-content:space-between;
  gap:32px;
  margin:0 0 30px;
}
.about-title-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:4px;
  white-space:nowrap;
}
.about-title-row span{
  width:44px;
  height:2px;
  background:var(--accent);
  box-shadow:0 0 16px rgba(231,255,0,.7);
}
.about-title-row h2{
  margin:0;
  font-size:27px;
  letter-spacing:-.04em;
}
.about-copy{
  justify-self:end;
  max-width:820px;
}
.about-kicker{
  margin:0 0 10px;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-shadow:0 0 18px rgba(231,255,0,.22);
}
.about-text{
  margin:0;
  color:#d4dbdb;
  font-size:18px;
  line-height:1.75;
}
.about-text strong{
  color:var(--accent);
  font-weight:900;
  text-shadow:0 0 18px rgba(231,255,0,.22);
}
.benefits{
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.benefit-item{
  position:relative;
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:18px;
  padding:30px 26px;
  border:1px solid rgba(231,255,0,.18);
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 8%,rgba(231,255,0,.14),transparent 28%),
    linear-gradient(135deg,rgba(13,19,22,.96),rgba(5,8,10,.90));
  box-shadow:0 18px 55px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
  transition:.25s ease;
}
.benefit-item:before{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.85),transparent);
  opacity:.72;
}
.benefit-item:hover{
  transform:translateY(-4px);
  border-color:rgba(231,255,0,.48);
  box-shadow:0 24px 70px rgba(0,0,0,.48),0 0 38px rgba(231,255,0,.12);
}
.benefit-icon{
  width:88px;
  height:88px;
  border:1px solid rgba(231,255,0,.42);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  font-size:34px;
  background:rgba(231,255,0,.035);
  box-shadow:0 0 34px rgba(231,255,0,.16),inset 0 0 22px rgba(231,255,0,.05);
}
.benefit-item h3{
  margin:0 0 18px;
  font-size:20px;
  letter-spacing:-.035em;
}
.benefit-item h3:after{
  content:"";
  display:block;
  width:38px;
  height:2px;
  margin:16px auto 0;
  background:var(--accent);
  box-shadow:0 0 16px rgba(231,255,0,.42);
}
.benefit-item p{
  margin:0;
  color:#b6bebe;
  font-size:15px;
  line-height:1.58;
}
.site-footer{
  margin-top:18px;
  padding:30px 54px 22px;
  border-top:1px solid rgba(231,255,0,.18);
  display:grid;
  grid-template-columns:1.5fr .8fr 1fr .8fr;
  gap:34px;
  background:
    linear-gradient(135deg,rgba(4,7,8,.90),rgba(6,10,12,.78)),
    radial-gradient(circle at 12% 10%,rgba(231,255,0,.10),transparent 34%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 -18px 70px rgba(0,0,0,.28);
  position:relative;
  overflow:hidden;
}
.site-footer:before{
  content:"";
  position:absolute;
  left:54px;
  right:54px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.75),transparent);
  opacity:.8;
}
.site-footer h4{
  margin:0 0 12px;
  font-size:14px;
  color:#fff;
  letter-spacing:.02em;
}
.site-footer p,
.site-footer a{
  color:#c7cece;
  font-size:14px;
  line-height:1.65;
}
.site-footer a{
  transition:.22s ease;
}
.site-footer a:hover{
  color:var(--accent);
  text-shadow:0 0 14px rgba(231,255,0,.25);
}
.footer-brand p{
  max-width:430px;
}
.footer-col{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.footer-col.social div{
  display:flex;
  gap:13px;
}
.footer-contact-btn{
  margin-top:12px;
  width:max-content;
  border:1px solid rgba(231,255,0,.55);
  border-radius:8px;
  padding:13px 20px;
  color:var(--accent)!important;
  background:transparent;
  font-weight:800;
  font-size:14px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  gap:12px;
  box-shadow:inset 0 0 0 1px rgba(231,255,0,.05);
  transition:.25s ease;
}
.footer-contact-btn:hover{
  color:var(--accent)!important;
  transform:translateY(-1px);
  border-color:rgba(231,255,0,.72);
  background:rgba(231,255,0,.04);
  box-shadow:inset 0 0 0 1px rgba(231,255,0,.08),0 0 24px rgba(231,255,0,.12);
  text-shadow:0 0 14px rgba(231,255,0,.25);
}

.footer-col.social a{
  width:36px;
  height:36px;
  border:1px solid rgba(231,255,0,.48);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  font-weight:800;
  background:rgba(231,255,0,.04);
  box-shadow:0 0 18px rgba(231,255,0,.08);
}
.footer-col.social a:hover{
  background:var(--accent);
  color:#080a09;
  box-shadow:0 0 26px rgba(231,255,0,.28);
}
.footer-bottom{
  grid-column:1/-1;
  margin-top:12px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#aeb6b6;
  font-size:13px;
}
.footer-bottom nav{
  display:flex;
  gap:12px;
  align-items:center;
}
.footer-bottom nav a{
  color:var(--accent);
  font-weight:700;
  padding:7px 12px;
  border:1px solid rgba(231,255,0,.22);
  border-radius:999px;
  background:rgba(231,255,0,.035);
}
.footer-bottom nav a:hover{
  background:var(--accent);
  color:#080a09;
  box-shadow:0 0 24px rgba(231,255,0,.25);
}
.subpage-hero{padding:70px 54px;background:linear-gradient(135deg,rgba(3,5,6,.86),rgba(3,5,6,.45)),var(--sub-img);background-size:cover;background-position:center;border-bottom:1px solid rgba(255,255,255,.08)}.subpage-hero h1{font-size:clamp(40px,5vw,72px);line-height:1;margin:0 0 16px;letter-spacing:-.06em}.subpage-hero h1 span{color:var(--accent)}.subpage-hero p{max-width:680px;color:#d6dddd;font-size:18px;line-height:1.6}.service-list{padding:40px 54px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-box{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:24px;background:rgba(11,17,20,.82)}.service-box h3{margin:0 0 10px;color:var(--accent)}
@media (max-width:1100px){.site-header{padding:0 24px}.main-nav{display:none}.hero{grid-template-columns:1fr;padding:46px 28px}.hero-visual{width:100%;opacity:.45}.branches-section,.site-footer,.about-section{padding-left:28px;padding-right:28px}.benefits{grid-template-columns:1fr 1fr}.benefit-item{min-height:230px;padding:24px 20px}.branch-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.service-list{grid-template-columns:1fr 1fr;padding:30px 28px}.subpage-hero{padding:54px 28px}}
@media (max-width:680px){.footer-bottom nav{gap:8px}.footer-bottom nav a{padding:7px 10px}.page-shell{width:100%;margin:0;border-radius:0}.site-header{height:auto;padding:18px;align-items:flex-start}.brand{font-size:22px}.header-cta{margin-left:auto;font-size:0;padding:12px}.hero h1{font-size:40px}.hero-actions{flex-direction:column}.btn{width:100%;justify-content:space-between}.section-head{grid-template-columns:auto 1fr}.section-head p{grid-column:1/-1;justify-self:start}.branch-card{grid-template-columns:1fr}.card-image{min-height:190px}.card-image:after{background:linear-gradient(0deg,rgba(7,10,12,.95),rgba(7,10,12,.1))}.card-icon{position:static;margin-bottom:12px}.branch-cta{width:100%}.about-head{grid-template-columns:1fr;gap:14px;margin-bottom:22px}.about-copy{justify-self:start}.about-text{font-size:16px;line-height:1.7}.about-text{font-size:16px;line-height:1.7}.benefits{grid-template-columns:1fr}.benefit-item{min-height:220px;border-right:0}.about-section{padding-left:18px;padding-right:18px}.site-footer,.footer-bottom{grid-template-columns:1fr;display:grid}.footer-bottom nav{flex-wrap:wrap}.service-list{grid-template-columns:1fr}}

/* Footer Kontakt enger zusammen */
.site-footer .footer-col p{
  margin:0 0 8px;
  line-height:1.35;
}

.site-footer .footer-col h4{
  margin-bottom:14px;
}

.site-footer .footer-col{
  gap:2px;
}


@media (max-width:1100px){
  .about-head{
    grid-template-columns:1fr;
    gap:16px;
  }
  .about-copy{
    justify-self:start;
    max-width:900px;
  }
}

@media (max-width:680px){
  .about-title-row{
    white-space:normal;
  }
  .about-kicker{
    letter-spacing:.11em;
  }
  .about-text{
    font-size:16px;
    line-height:1.7;
  }
}

/* === NextSolutions-Group Footer Redesign === */
.footer-redesign{
  margin:28px 54px 24px;
  padding:0;
  grid-template-columns:1fr;
  gap:0;
  border:1px solid rgba(231,255,0,.24);
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 12%,rgba(231,255,0,.12),transparent 26%),
    radial-gradient(circle at 96% 88%,rgba(231,255,0,.10),transparent 24%),
    linear-gradient(135deg,rgba(8,12,14,.96),rgba(2,4,5,.97));
  box-shadow:
    0 34px 120px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 42px rgba(231,255,0,.055);
  overflow:hidden;
  position:relative;
}
.footer-redesign:before{
  left:34px;
  right:34px;
  top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.92),transparent 42%,transparent);
  opacity:.85;
  box-shadow:0 0 24px rgba(231,255,0,.35);
}
.footer-redesign:after{
  content:"N";
  position:absolute;
  right:62px;
  top:18px;
  font-size:220px;
  line-height:1;
  font-weight:900;
  font-style:italic;
  color:transparent;
  -webkit-text-stroke:1px rgba(231,255,0,.08);
  text-shadow:0 0 60px rgba(231,255,0,.035);
  pointer-events:none;
  z-index:0;
}
.footer-glow{
  position:absolute;
  inset:auto 5% -34px 5%;
  height:100px;
  background:radial-gradient(ellipse at center,rgba(231,255,0,.16),transparent 62%);
  pointer-events:none;
  z-index:0;
}
.footer-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.55fr .82fr 1fr .9fr;
  gap:22px;
  padding:44px 48px 30px;
}
.footer-card{
  position:relative;
  min-height:220px;
  padding:30px 30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:
    radial-gradient(circle at 16% 6%,rgba(231,255,0,.08),transparent 30%),
    linear-gradient(135deg,rgba(13,18,20,.88),rgba(4,6,7,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 22px 58px rgba(0,0,0,.24);
  overflow:hidden;
}
.footer-card:hover{
  border-color:rgba(231,255,0,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 24px 66px rgba(0,0,0,.32),0 0 28px rgba(231,255,0,.06);
}
.footer-card--brand{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-card--brand:after{
  content:"";
  position:absolute;
  left:-8%;
  right:8%;
  bottom:-44%;
  height:170px;
  background:
    radial-gradient(circle,rgba(231,255,0,.20) 1px,transparent 1.8px) 0 0/16px 16px;
  opacity:.20;
  transform:skewY(-8deg);
  pointer-events:none;
}
.footer-redesign .brand.small{
  position:relative;
  z-index:1;
  font-size:31px;
  gap:14px;
}
.footer-redesign .brand-mark{
  width:50px;
  height:50px;
  border:1px solid rgba(231,255,0,.36);
  border-radius:12px;
  background:rgba(231,255,0,.045);
  font-size:34px;
  transform:skew(-13deg);
  box-shadow:0 0 34px rgba(231,255,0,.15),inset 0 0 22px rgba(231,255,0,.05);
}
.footer-redesign .brand-text{
  text-shadow:0 10px 32px rgba(0,0,0,.45);
}
.footer-accent-line{
  position:relative;
  z-index:1;
  width:76px;
  height:2px;
  margin:28px 0 24px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(231,255,0,.70);
}
.footer-redesign .footer-brand p{
  position:relative;
  z-index:1;
  max-width:500px;
  margin:0;
  color:#d3d9d9;
  font-size:15px;
  line-height:1.75;
}
.footer-card-icon{
  width:58px;
  height:58px;
  margin-bottom:26px;
  border:1px solid rgba(231,255,0,.42);
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(231,255,0,.045);
  box-shadow:0 0 26px rgba(231,255,0,.10),inset 0 0 18px rgba(231,255,0,.035);
}
.footer-card-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-redesign h4{
  margin:0 0 22px;
  color:var(--accent);
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-shadow:0 0 18px rgba(231,255,0,.20);
}
.footer-redesign h4:after{
  content:"";
  display:block;
  width:40px;
  height:2px;
  margin-top:16px;
  background:var(--accent);
  box-shadow:0 0 14px rgba(231,255,0,.55);
}
.footer-redesign .footer-col{
  gap:0;
}
.footer-links,
.footer-contact-list{
  display:grid;
  gap:0;
}
.footer-links a,
.footer-contact-list a,
.footer-contact-list p{
  position:relative;
  margin:0;
  padding:13px 0 13px 28px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#d6dddd;
  font-size:15px;
  line-height:1.45;
}
.footer-links a:last-child,
.footer-contact-list a:last-child,
.footer-contact-list p:last-child{
  border-bottom:0;
}
.footer-links a:before{
  content:"›";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  color:var(--accent);
  font-size:25px;
  line-height:1;
  text-shadow:0 0 14px rgba(231,255,0,.45);
}
.footer-contact-list span{
  position:absolute;
  left:0;
  top:13px;
  color:var(--accent);
  filter:drop-shadow(0 0 8px rgba(231,255,0,.24));
}
.footer-social-links{
  display:flex!important;
  gap:18px!important;
  align-items:center;
  margin-top:6px;
}
.footer-redesign .footer-col.social a{
  width:54px;
  height:54px;
  border-radius:16px;
  border-color:rgba(231,255,0,.42);
  background:rgba(231,255,0,.035);
  color:var(--accent);
  font-size:22px;
  box-shadow:0 0 22px rgba(231,255,0,.08),inset 0 0 18px rgba(231,255,0,.025);
}
.footer-redesign .footer-col.social a:hover{
  transform:translateY(-3px);
  background:var(--accent);
  color:#070a0b;
  box-shadow:0 0 34px rgba(231,255,0,.28);
}
.footer-redesign .footer-col.social svg{
  width:22px;
  height:22px;
}
.footer-redesign .footer-bottom{
  position:relative;
  z-index:1;
  grid-column:auto;
  margin:0 48px 38px;
  padding:22px 0 0;
  border-top:1px solid rgba(255,255,255,.11);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  color:#bdc5c5;
  font-size:14px;
}
.footer-badge{
  width:46px;
  height:46px;
  border:1px solid rgba(231,255,0,.54);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  font-weight:900;
  transform:skew(-12deg);
  box-shadow:0 0 24px rgba(231,255,0,.12),inset 0 0 18px rgba(231,255,0,.05);
}
.footer-redesign .footer-bottom nav{
  display:flex;
  gap:0;
  align-items:center;
}
.footer-redesign .footer-bottom nav a{
  position:relative;
  border:0;
  border-radius:0;
  background:transparent;
  color:#d6dddd;
  font-weight:600;
  padding:8px 20px;
}
.footer-redesign .footer-bottom nav a + a:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:28px;
  transform:translateY(-50%);
  background:rgba(231,255,0,.55);
  box-shadow:0 0 12px rgba(231,255,0,.36);
}
.footer-redesign .footer-bottom nav a:hover{
  color:var(--accent);
  background:transparent;
  box-shadow:none;
}
.footer-redesign .footer-contact-btn{
  display:none!important;
}

@media (max-width:1100px){
  .footer-redesign{
    margin:24px 28px;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
    padding:34px 30px 26px;
  }
  .footer-card--brand{
    grid-column:1/-1;
  }
  .footer-redesign .footer-bottom{
    margin:0 30px 30px;
  }
}

@media (max-width:680px){
  .footer-redesign{
    margin:20px 18px;
    border-radius:22px;
  }
  .footer-main{
    grid-template-columns:1fr;
    padding:24px 18px 20px;
    gap:14px;
  }
  .footer-card{
    min-height:auto;
    padding:24px 22px;
  }
  .footer-redesign .brand.small{
    font-size:22px;
  }
  .footer-redesign .brand-mark{
    width:44px;
    height:44px;
    font-size:29px;
  }
  .footer-social-links{
    flex-wrap:wrap;
  }
  .footer-redesign .footer-bottom{
    margin:0 18px 24px;
    grid-template-columns:1fr;
    justify-items:start;
  }
  .footer-badge{
    display:none;
  }
  .footer-redesign .footer-bottom nav{
    flex-wrap:wrap;
  }
  .footer-redesign .footer-bottom nav a:first-child{
    padding-left:0;
  }
}

/* === Einheitlicher Neon Footer - final === */
.site-footer.footer-neon{
  margin:18px 54px 22px;
  padding:0;
  display:block;
  border:1px solid rgba(231,255,0,.22);
  border-radius:20px;
  background:
    radial-gradient(circle at 8% 10%,rgba(231,255,0,.085),transparent 22%),
    radial-gradient(circle at 90% 92%,rgba(231,255,0,.08),transparent 21%),
    linear-gradient(135deg,rgba(6,10,12,.985),rgba(2,4,5,.985));
  box-shadow:
    0 24px 76px rgba(0,0,0,.50),
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 28px rgba(231,255,0,.045);
  position:relative;
  overflow:hidden;
}
.site-footer.footer-neon:before{
  content:"";
  position:absolute;
  left:38px;
  top:0;
  width:260px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.92),transparent);
  box-shadow:0 0 20px rgba(231,255,0,.48);
  z-index:2;
}
.site-footer.footer-neon:after{
  content:"";
  position:absolute;
  right:38px;
  bottom:0;
  width:260px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.92),transparent);
  box-shadow:0 0 20px rgba(231,255,0,.48);
  z-index:2;
}
.footer-neon__shine{
  position:absolute;
  width:115px;
  height:46px;
  pointer-events:none;
  filter:blur(7px);
  background:radial-gradient(ellipse at center,rgba(231,255,0,.22),transparent 68%);
  z-index:1;
}
.footer-neon__shine--top{left:78px;top:-23px;}
.footer-neon__shine--bottom{right:86px;bottom:-23px;}
.footer-neon__main{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.5fr .82fr 1.08fr .82fr;
  gap:0;
  padding:32px 42px 22px;
  min-height:190px;
}
.footer-neon__brand{
  position:relative;
  min-width:0;
  padding-right:34px;
}
.footer-neon__brand-link{
  font-size:26px;
  gap:12px;
  position:relative;
  z-index:2;
}
.footer-neon__brand-link .brand-mark{
  width:42px;
  height:42px;
  border:1px solid rgba(231,255,0,.32);
  border-radius:10px;
  background:rgba(231,255,0,.04);
  box-shadow:0 0 23px rgba(231,255,0,.16),inset 0 0 14px rgba(231,255,0,.035);
  font-size:30px;
}
.footer-neon__brand p{
  position:relative;
  z-index:2;
  max-width:420px;
  margin:16px 0 0;
  color:#d3d9d9;
  font-size:14px;
  line-height:1.48;
}
.footer-neon__brand p + p{margin-top:6px;}
.footer-neon__line{
  position:relative;
  z-index:2;
  display:block;
  width:72px;
  height:2px;
  margin-top:28px;
  background:var(--accent);
  box-shadow:0 0 16px rgba(231,255,0,.62);
}
.footer-neon__watermark{
  position:absolute;
  left:142px;
  bottom:-4px;
  font-size:128px;
  line-height:.8;
  font-weight:900;
  font-style:italic;
  color:transparent;
  -webkit-text-stroke:1px rgba(231,255,0,.075);
  text-shadow:0 0 36px rgba(231,255,0,.025);
  transform:skew(-11deg);
  pointer-events:none;
  z-index:0;
}
.footer-neon__dots{
  position:absolute;
  left:-30px;
  bottom:0;
  width:145px;
  height:72px;
  background:radial-gradient(circle,rgba(231,255,0,.32) 1px,transparent 1.65px) 0 0/12px 12px;
  opacity:.20;
  pointer-events:none;
  z-index:0;
}
.footer-neon__col{
  min-width:0;
  padding:7px 26px 0 32px;
  border-left:1px solid rgba(255,255,255,.12);
}
.footer-neon h4{
  margin:0 0 24px;
  color:var(--accent);
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  text-shadow:0 0 14px rgba(231,255,0,.20);
}
.footer-neon h4:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:11px;
  background:var(--accent);
  box-shadow:0 0 12px rgba(231,255,0,.50);
}
.footer-neon__nav a{
  display:flex;
  align-items:center;
  gap:12px;
  color:#d7dddd;
  font-size:14px;
  line-height:1.2;
  margin:0 0 14px;
  transition:.22s ease;
}
.footer-neon__nav a span{
  color:var(--accent);
  font-size:21px;
  line-height:1;
  text-shadow:0 0 12px rgba(231,255,0,.45);
}
.footer-neon__nav a:hover{
  color:var(--accent);
  transform:translateX(3px);
  text-shadow:0 0 12px rgba(231,255,0,.20);
}
.footer-neon__contact-row{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:12px;
  margin:0 0 12px!important;
  padding:0!important;
  border:0!important;
  color:#d7dddd!important;
  font-size:14px!important;
  line-height:1.25!important;
  word-break:break-word;
}
.footer-neon__icon{
  width:42px;
  height:42px;
  border:1px solid rgba(231,255,0,.36);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(231,255,0,.032);
  box-shadow:0 0 17px rgba(231,255,0,.08),inset 0 0 12px rgba(231,255,0,.025);
  flex:0 0 auto;
}
.footer-neon__icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-neon__contact a:hover .footer-neon__icon{
  background:var(--accent);
  color:#070a0b;
  box-shadow:0 0 24px rgba(231,255,0,.25);
}
.footer-neon__social-links{
  display:flex!important;
  gap:13px!important;
  align-items:center;
  flex-wrap:wrap;
}
.footer-neon__social-links a{
  width:44px!important;
  height:44px!important;
  border:1px solid rgba(231,255,0,.40)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:var(--accent)!important;
  background:rgba(231,255,0,.032)!important;
  box-shadow:0 0 18px rgba(231,255,0,.075),inset 0 0 12px rgba(231,255,0,.022)!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  transition:.22s ease!important;
}
.footer-neon__social-links svg{
  width:19px!important;
  height:19px!important;
  display:block!important;
}
.footer-neon__social-links svg path,
.footer-neon__social-links svg rect,
.footer-neon__social-links svg circle{
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-neon__social-links a[aria-label="TikTok"] svg path{
  fill:currentColor;
  stroke:none;
}
.footer-neon__social-links a:hover{
  transform:translateY(-2px);
  background:var(--accent)!important;
  color:#070a0b!important;
  box-shadow:0 0 28px rgba(231,255,0,.28)!important;
}
.footer-neon__bottom{
  position:relative;
  z-index:3;
  margin:0 42px 26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
}
.footer-neon__copy{
  display:flex;
  align-items:center;
  gap:12px;
  color:#d7dddd;
  font-size:13.5px;
  line-height:1.3;
}
.footer-neon__copy strong{
  color:var(--accent);
  font-weight:900;
  text-shadow:0 0 12px rgba(231,255,0,.16);
}
.footer-neon__shield{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:var(--accent);
  flex:0 0 auto;
}
.footer-neon__shield svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(231,255,0,.16));
}
.footer-neon__bottom nav{
  display:flex;
  align-items:center;
  gap:0;
  flex:0 0 auto;
}
.footer-neon__bottom nav a{
  position:relative;
  color:#d7dddd!important;
  font-size:14px!important;
  font-weight:600!important;
  padding:6px 18px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.footer-neon__bottom nav a + a:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:26px;
  transform:translateY(-50%);
  background:rgba(231,255,0,.56);
  box-shadow:0 0 10px rgba(231,255,0,.34);
}
.footer-neon__bottom nav a:hover{
  color:var(--accent)!important;
  text-shadow:0 0 12px rgba(231,255,0,.22);
}
.footer-neon .footer-contact-btn{display:none!important;}

@media (max-width:1180px){
  .site-footer.footer-neon{margin:20px 28px 24px;}
  .footer-neon__main{grid-template-columns:1fr 1fr;padding:30px 30px 22px;gap:24px 0;}
  .footer-neon__brand{grid-column:1/-1;padding-right:0;}
  .footer-neon__col:nth-child(2){border-left:0;padding-left:0;}
  .footer-neon__bottom{margin:0 30px 24px;}
}
@media (max-width:720px){
  .site-footer.footer-neon{margin:18px 14px 22px;border-radius:18px;}
  .site-footer.footer-neon:before,.site-footer.footer-neon:after{width:165px;}
  .footer-neon__main{grid-template-columns:1fr;padding:24px 18px 20px;min-height:auto;gap:18px;}
  .footer-neon__brand-link{font-size:21px;}
  .footer-neon__brand-link .brand-mark{width:38px;height:38px;font-size:26px;}
  .footer-neon__brand p{font-size:13px;margin-top:12px;}
  .footer-neon__line{margin-top:22px;}
  .footer-neon__watermark{font-size:90px;left:132px;bottom:12px;}
  .footer-neon__dots{left:-18px;width:115px;height:58px;}
  .footer-neon__col{border-left:0;border-top:1px solid rgba(255,255,255,.10);padding:18px 0 0;}
  .footer-neon h4{font-size:12px;margin-bottom:18px;}
  .footer-neon__nav a{font-size:14px;margin-bottom:12px;}
  .footer-neon__contact-row{grid-template-columns:38px minmax(0,1fr);gap:10px;font-size:13px!important;}
  .footer-neon__icon{width:38px;height:38px;}
  .footer-neon__social-links a{width:40px!important;height:40px!important;font-size:18px!important;}
  .footer-neon__bottom{margin:0 18px 22px;padding-top:18px;flex-direction:column;align-items:flex-start;}
  .footer-neon__copy{font-size:12.5px;gap:10px;}
  .footer-neon__shield{width:30px;height:30px;}
  .footer-neon__shield svg{width:29px;height:29px;}
  .footer-neon__bottom nav a{font-size:13px!important;padding:5px 14px!important;}
  .footer-neon__bottom nav a:first-child{padding-left:0!important;}
}


/* Footer Kontakt enger zusammen */
.site-footer .footer-col p{
  margin:0 0 8px;
  line-height:1.35;
}

.site-footer .footer-col h4{
  margin-bottom:14px;
}

.site-footer .footer-col{
  gap:2px;
}


@media (max-width:1100px){
  .about-head{
    grid-template-columns:1fr;
    gap:16px;
  }
  .about-copy{
    justify-self:start;
    max-width:900px;
  }
}

@media (max-width:680px){
  .about-title-row{
    white-space:normal;
  }
  .about-kicker{
    letter-spacing:.11em;
  }
  .about-text{
    font-size:16px;
    line-height:1.7;
  }
}

/* === NextSolutions-Group Footer Redesign === */
.footer-redesign{
  margin:28px 54px 24px;
  padding:0;
  grid-template-columns:1fr;
  gap:0;
  border:1px solid rgba(231,255,0,.24);
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 12%,rgba(231,255,0,.12),transparent 26%),
    radial-gradient(circle at 96% 88%,rgba(231,255,0,.10),transparent 24%),
    linear-gradient(135deg,rgba(8,12,14,.96),rgba(2,4,5,.97));
  box-shadow:
    0 34px 120px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 42px rgba(231,255,0,.055);
  overflow:hidden;
  position:relative;
}
.footer-redesign:before{
  left:34px;
  right:34px;
  top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.92),transparent 42%,transparent);
  opacity:.85;
  box-shadow:0 0 24px rgba(231,255,0,.35);
}
.footer-redesign:after{
  content:"N";
  position:absolute;
  right:62px;
  top:18px;
  font-size:220px;
  line-height:1;
  font-weight:900;
  font-style:italic;
  color:transparent;
  -webkit-text-stroke:1px rgba(231,255,0,.08);
  text-shadow:0 0 60px rgba(231,255,0,.035);
  pointer-events:none;
  z-index:0;
}
.footer-glow{
  position:absolute;
  inset:auto 5% -34px 5%;
  height:100px;
  background:radial-gradient(ellipse at center,rgba(231,255,0,.16),transparent 62%);
  pointer-events:none;
  z-index:0;
}
.footer-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.55fr .82fr 1fr .9fr;
  gap:22px;
  padding:44px 48px 30px;
}
.footer-card{
  position:relative;
  min-height:220px;
  padding:30px 30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:
    radial-gradient(circle at 16% 6%,rgba(231,255,0,.08),transparent 30%),
    linear-gradient(135deg,rgba(13,18,20,.88),rgba(4,6,7,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 22px 58px rgba(0,0,0,.24);
  overflow:hidden;
}
.footer-card:hover{
  border-color:rgba(231,255,0,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 24px 66px rgba(0,0,0,.32),0 0 28px rgba(231,255,0,.06);
}
.footer-card--brand{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-card--brand:after{
  content:"";
  position:absolute;
  left:-8%;
  right:8%;
  bottom:-44%;
  height:170px;
  background:
    radial-gradient(circle,rgba(231,255,0,.20) 1px,transparent 1.8px) 0 0/16px 16px;
  opacity:.20;
  transform:skewY(-8deg);
  pointer-events:none;
}
.footer-redesign .brand.small{
  position:relative;
  z-index:1;
  font-size:31px;
  gap:14px;
}
.footer-redesign .brand-mark{
  width:50px;
  height:50px;
  border:1px solid rgba(231,255,0,.36);
  border-radius:12px;
  background:rgba(231,255,0,.045);
  font-size:34px;
  transform:skew(-13deg);
  box-shadow:0 0 34px rgba(231,255,0,.15),inset 0 0 22px rgba(231,255,0,.05);
}
.footer-redesign .brand-text{
  text-shadow:0 10px 32px rgba(0,0,0,.45);
}
.footer-accent-line{
  position:relative;
  z-index:1;
  width:76px;
  height:2px;
  margin:28px 0 24px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(231,255,0,.70);
}
.footer-redesign .footer-brand p{
  position:relative;
  z-index:1;
  max-width:500px;
  margin:0;
  color:#d3d9d9;
  font-size:15px;
  line-height:1.75;
}
.footer-card-icon{
  width:58px;
  height:58px;
  margin-bottom:26px;
  border:1px solid rgba(231,255,0,.42);
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(231,255,0,.045);
  box-shadow:0 0 26px rgba(231,255,0,.10),inset 0 0 18px rgba(231,255,0,.035);
}
.footer-card-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-redesign h4{
  margin:0 0 22px;
  color:var(--accent);
  font-size:18px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-shadow:0 0 18px rgba(231,255,0,.20);
}
.footer-redesign h4:after{
  content:"";
  display:block;
  width:40px;
  height:2px;
  margin-top:16px;
  background:var(--accent);
  box-shadow:0 0 14px rgba(231,255,0,.55);
}
.footer-redesign .footer-col{
  gap:0;
}
.footer-links,
.footer-contact-list{
  display:grid;
  gap:0;
}
.footer-links a,
.footer-contact-list a,
.footer-contact-list p{
  position:relative;
  margin:0;
  padding:13px 0 13px 28px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#d6dddd;
  font-size:15px;
  line-height:1.45;
}
.footer-links a:last-child,
.footer-contact-list a:last-child,
.footer-contact-list p:last-child{
  border-bottom:0;
}
.footer-links a:before{
  content:"›";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  color:var(--accent);
  font-size:25px;
  line-height:1;
  text-shadow:0 0 14px rgba(231,255,0,.45);
}
.footer-contact-list span{
  position:absolute;
  left:0;
  top:13px;
  color:var(--accent);
  filter:drop-shadow(0 0 8px rgba(231,255,0,.24));
}
.footer-social-links{
  display:flex!important;
  gap:18px!important;
  align-items:center;
  margin-top:6px;
}
.footer-redesign .footer-col.social a{
  width:54px;
  height:54px;
  border-radius:16px;
  border-color:rgba(231,255,0,.42);
  background:rgba(231,255,0,.035);
  color:var(--accent);
  font-size:22px;
  box-shadow:0 0 22px rgba(231,255,0,.08),inset 0 0 18px rgba(231,255,0,.025);
}
.footer-redesign .footer-col.social a:hover{
  transform:translateY(-3px);
  background:var(--accent);
  color:#070a0b;
  box-shadow:0 0 34px rgba(231,255,0,.28);
}
.footer-redesign .footer-col.social svg{
  width:22px;
  height:22px;
}
.footer-redesign .footer-bottom{
  position:relative;
  z-index:1;
  grid-column:auto;
  margin:0 48px 38px;
  padding:22px 0 0;
  border-top:1px solid rgba(255,255,255,.11);
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  color:#bdc5c5;
  font-size:14px;
}
.footer-badge{
  width:46px;
  height:46px;
  border:1px solid rgba(231,255,0,.54);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  font-weight:900;
  transform:skew(-12deg);
  box-shadow:0 0 24px rgba(231,255,0,.12),inset 0 0 18px rgba(231,255,0,.05);
}
.footer-redesign .footer-bottom nav{
  display:flex;
  gap:0;
  align-items:center;
}
.footer-redesign .footer-bottom nav a{
  position:relative;
  border:0;
  border-radius:0;
  background:transparent;
  color:#d6dddd;
  font-weight:600;
  padding:8px 20px;
}
.footer-redesign .footer-bottom nav a + a:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:28px;
  transform:translateY(-50%);
  background:rgba(231,255,0,.55);
  box-shadow:0 0 12px rgba(231,255,0,.36);
}
.footer-redesign .footer-bottom nav a:hover{
  color:var(--accent);
  background:transparent;
  box-shadow:none;
}
.footer-redesign .footer-contact-btn{
  display:none!important;
}

@media (max-width:1100px){
  .footer-redesign{
    margin:24px 28px;
  }
  .footer-main{
    grid-template-columns:1fr 1fr;
    padding:34px 30px 26px;
  }
  .footer-card--brand{
    grid-column:1/-1;
  }
  .footer-redesign .footer-bottom{
    margin:0 30px 30px;
  }
}

@media (max-width:680px){
  .footer-redesign{
    margin:20px 18px;
    border-radius:22px;
  }
  .footer-main{
    grid-template-columns:1fr;
    padding:24px 18px 20px;
    gap:14px;
  }
  .footer-card{
    min-height:auto;
    padding:24px 22px;
  }
  .footer-redesign .brand.small{
    font-size:22px;
  }
  .footer-redesign .brand-mark{
    width:44px;
    height:44px;
    font-size:29px;
  }
  .footer-social-links{
    flex-wrap:wrap;
  }
  .footer-redesign .footer-bottom{
    margin:0 18px 24px;
    grid-template-columns:1fr;
    justify-items:start;
  }
  .footer-badge{
    display:none;
  }
  .footer-redesign .footer-bottom nav{
    flex-wrap:wrap;
  }
  .footer-redesign .footer-bottom nav a:first-child{
    padding-left:0;
  }
}

/* === Einheitlicher Neon Footer - final === */
.site-footer.footer-neon{
  margin:24px 54px 28px;
  padding:0;
  display:block;
  border:1px solid rgba(231,255,0,.24);
  border-radius:24px;
  background:
    radial-gradient(circle at 8% 10%,rgba(231,255,0,.10),transparent 23%),
    radial-gradient(circle at 90% 92%,rgba(231,255,0,.10),transparent 22%),
    linear-gradient(135deg,rgba(6,10,12,.98),rgba(2,4,5,.98));
  box-shadow:
    0 32px 100px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.045),
    0 0 38px rgba(231,255,0,.055);
  position:relative;
  overflow:hidden;
}
.site-footer.footer-neon:before{
  content:"";
  position:absolute;
  left:44px;
  top:0;
  width:330px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.96),transparent);
  box-shadow:0 0 24px rgba(231,255,0,.55);
  z-index:2;
}
.site-footer.footer-neon:after{
  content:"";
  position:absolute;
  right:44px;
  bottom:0;
  width:330px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.96),transparent);
  box-shadow:0 0 24px rgba(231,255,0,.55);
  z-index:2;
}
.footer-neon__shine{
  position:absolute;
  width:150px;
  height:62px;
  pointer-events:none;
  filter:blur(8px);
  background:radial-gradient(ellipse at center,rgba(231,255,0,.26),transparent 68%);
  z-index:1;
}
.footer-neon__shine--top{left:86px;top:-31px;}
.footer-neon__shine--bottom{right:96px;bottom:-31px;}
.footer-neon__main{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.55fr .82fr 1.1fr .85fr;
  gap:0;
  padding:48px 54px 34px;
  min-height:250px;
}
.footer-neon__brand{
  position:relative;
  min-width:0;
  padding-right:46px;
}
.footer-neon__brand-link{
  font-size:30px;
  gap:14px;
  position:relative;
  z-index:2;
}
.footer-neon__brand-link .brand-mark{
  width:50px;
  height:50px;
  border:1px solid rgba(231,255,0,.34);
  border-radius:11px;
  background:rgba(231,255,0,.045);
  box-shadow:0 0 28px rgba(231,255,0,.18),inset 0 0 18px rgba(231,255,0,.04);
  font-size:34px;
}
.footer-neon__brand p{
  position:relative;
  z-index:2;
  max-width:470px;
  margin:23px 0 0;
  color:#d3d9d9;
  font-size:15px;
  line-height:1.55;
}
.footer-neon__brand p + p{margin-top:10px;}
.footer-neon__line{
  position:relative;
  z-index:2;
  display:block;
  width:90px;
  height:2px;
  margin-top:42px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(231,255,0,.70);
}
.footer-neon__watermark{
  position:absolute;
  left:170px;
  bottom:-8px;
  font-size:165px;
  line-height:.8;
  font-weight:900;
  font-style:italic;
  color:transparent;
  -webkit-text-stroke:1px rgba(231,255,0,.085);
  text-shadow:0 0 45px rgba(231,255,0,.03);
  transform:skew(-11deg);
  pointer-events:none;
  z-index:0;
}
.footer-neon__dots{
  position:absolute;
  left:-38px;
  bottom:0;
  width:180px;
  height:98px;
  background:radial-gradient(circle,rgba(231,255,0,.34) 1px,transparent 1.7px) 0 0/13px 13px;
  opacity:.24;
  pointer-events:none;
  z-index:0;
}
.footer-neon__col{
  min-width:0;
  padding:12px 34px 0 40px;
  border-left:1px solid rgba(255,255,255,.13);
}
.footer-neon h4{
  margin:0 0 34px;
  color:var(--accent);
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-shadow:0 0 16px rgba(231,255,0,.22);
}
.footer-neon h4:after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  margin-top:15px;
  background:var(--accent);
  box-shadow:0 0 14px rgba(231,255,0,.55);
}
.footer-neon__nav a{
  display:flex;
  align-items:center;
  gap:16px;
  color:#d7dddd;
  font-size:16px;
  line-height:1.25;
  margin:0 0 21px;
  transition:.22s ease;
}
.footer-neon__nav a span{
  color:var(--accent);
  font-size:25px;
  line-height:1;
  text-shadow:0 0 14px rgba(231,255,0,.5);
}
.footer-neon__nav a:hover{
  color:var(--accent);
  transform:translateX(3px);
  text-shadow:0 0 14px rgba(231,255,0,.22);
}
.footer-neon__contact-row{
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-items:center;
  gap:15px;
  margin:0 0 18px!important;
  padding:0!important;
  border:0!important;
  color:#d7dddd!important;
  font-size:15px!important;
  line-height:1.35!important;
  word-break:break-word;
}
.footer-neon__icon{
  width:52px;
  height:52px;
  border:1px solid rgba(231,255,0,.38);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:rgba(231,255,0,.035);
  box-shadow:0 0 21px rgba(231,255,0,.09),inset 0 0 16px rgba(231,255,0,.03);
  flex:0 0 auto;
}
.footer-neon__icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-neon__contact a:hover .footer-neon__icon{
  background:var(--accent);
  color:#070a0b;
  box-shadow:0 0 28px rgba(231,255,0,.28);
}
.footer-neon__social-links{
  display:flex!important;
  gap:18px!important;
  align-items:center;
  flex-wrap:wrap;
}
.footer-neon__social-links a{
  width:56px!important;
  height:56px!important;
  border:1px solid rgba(231,255,0,.42)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:var(--accent)!important;
  background:rgba(231,255,0,.035)!important;
  box-shadow:0 0 22px rgba(231,255,0,.08),inset 0 0 16px rgba(231,255,0,.025)!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1!important;
  transition:.22s ease!important;
}
.footer-neon__social-links svg{
  width:23px!important;
  height:23px!important;
  display:block!important;
}
.footer-neon__social-links svg path,
.footer-neon__social-links svg rect,
.footer-neon__social-links svg circle{
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-neon__social-links a[aria-label="TikTok"] svg path{
  fill:currentColor;
  stroke:none;
}
.footer-neon__social-links a:hover{
  transform:translateY(-3px);
  background:var(--accent)!important;
  color:#070a0b!important;
  box-shadow:0 0 34px rgba(231,255,0,.30)!important;
}
.footer-neon__bottom{
  position:relative;
  z-index:3;
  margin:0 54px 38px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
}
.footer-neon__copy{
  display:flex;
  align-items:center;
  gap:18px;
  color:#d7dddd;
  font-size:15px;
  line-height:1.35;
}
.footer-neon__copy strong{
  color:var(--accent);
  font-weight:900;
  text-shadow:0 0 14px rgba(231,255,0,.18);
}
.footer-neon__shield{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  color:var(--accent);
  flex:0 0 auto;
}
.footer-neon__shield svg{
  width:42px;
  height:42px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(231,255,0,.18));
}
.footer-neon__bottom nav{
  display:flex;
  align-items:center;
  gap:0;
  flex:0 0 auto;
}
.footer-neon__bottom nav a{
  position:relative;
  color:#d7dddd!important;
  font-size:16px!important;
  font-weight:600!important;
  padding:8px 24px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.footer-neon__bottom nav a + a:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:32px;
  transform:translateY(-50%);
  background:rgba(231,255,0,.60);
  box-shadow:0 0 12px rgba(231,255,0,.40);
}
.footer-neon__bottom nav a:hover{
  color:var(--accent)!important;
  text-shadow:0 0 14px rgba(231,255,0,.24);
}
.footer-neon .footer-contact-btn{display:none!important;}

@media (max-width:1180px){
  .site-footer.footer-neon{margin:24px 28px 28px;}
  .footer-neon__main{grid-template-columns:1fr 1fr;padding:38px 34px 28px;gap:28px 0;}
  .footer-neon__brand{grid-column:1/-1;padding-right:0;}
  .footer-neon__col:nth-child(2){border-left:0;padding-left:0;}
  .footer-neon__bottom{margin:0 34px 32px;}
}
@media (max-width:720px){
  .site-footer.footer-neon{margin:20px 18px 24px;border-radius:20px;}
  .site-footer.footer-neon:before,.site-footer.footer-neon:after{width:190px;}
  .footer-neon__main{grid-template-columns:1fr;padding:30px 22px 24px;min-height:auto;gap:22px;}
  .footer-neon__brand-link{font-size:22px;}
  .footer-neon__brand-link .brand-mark{width:42px;height:42px;font-size:28px;}
  .footer-neon__brand p{font-size:14px;margin-top:16px;}
  .footer-neon__line{margin-top:28px;}
  .footer-neon__watermark{font-size:112px;left:150px;bottom:12px;}
  .footer-neon__dots{left:-20px;width:130px;height:70px;}
  .footer-neon__col{border-left:0;border-top:1px solid rgba(255,255,255,.10);padding:22px 0 0;}
  .footer-neon h4{font-size:13px;margin-bottom:22px;}
  .footer-neon__nav a{font-size:15px;margin-bottom:15px;}
  .footer-neon__contact-row{grid-template-columns:44px minmax(0,1fr);gap:12px;font-size:14px!important;}
  .footer-neon__icon{width:44px;height:44px;}
  .footer-neon__social-links a{width:48px!important;height:48px!important;font-size:21px!important;}
  .footer-neon__bottom{margin:0 22px 28px;padding-top:22px;flex-direction:column;align-items:flex-start;}
  .footer-neon__copy{font-size:13px;gap:12px;}
  .footer-neon__shield{width:34px;height:34px;}
  .footer-neon__shield svg{width:32px;height:32px;}
  .footer-neon__bottom nav a{font-size:14px!important;padding:6px 16px!important;}
  .footer-neon__bottom nav a:first-child{padding-left:0!important;}
}


/* === Footer Neon - extra kompakt (Override) === */
.site-footer.footer-neon{
  margin:14px 42px 18px!important;
  padding:0!important;
  border-radius:16px!important;
  border-color:rgba(231,255,0,.20)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.035),0 0 20px rgba(231,255,0,.035)!important;
}
.site-footer.footer-neon:before,
.site-footer.footer-neon:after{
  width:220px!important;
  height:2px!important;
}
.footer-neon__shine{
  width:140px!important;
  height:140px!important;
  opacity:.55!important;
}
.footer-neon__main{
  grid-template-columns:1.35fr .75fr 1.08fr .32fr!important;
  min-height:0!important;
  gap:0!important;
  padding:22px 30px 16px!important;
  align-items:start!important;
}
.footer-neon__brand{
  min-height:0!important;
  padding-right:24px!important;
}
.footer-neon__brand-link{
  font-size:22px!important;
  gap:9px!important;
}
.footer-neon__brand-link .brand-mark{
  width:34px!important;
  height:34px!important;
  font-size:22px!important;
  border-radius:8px!important;
}
.footer-neon__brand p{
  max-width:320px!important;
  margin:10px 0 0!important;
  font-size:12.5px!important;
  line-height:1.42!important;
  color:#cbd3d3!important;
}
.footer-neon__brand p + p{
  margin-top:3px!important;
}
.footer-neon__line{
  width:58px!important;
  height:2px!important;
  margin-top:16px!important;
}
.footer-neon__watermark{
  left:128px!important;
  bottom:-20px!important;
  font-size:112px!important;
  opacity:.62!important;
}
.footer-neon__dots{
  left:-26px!important;
  bottom:-20px!important;
  width:108px!important;
  height:58px!important;
  background-size:13px 13px!important;
  opacity:.22!important;
}
.footer-neon__col{
  padding:8px 18px 0 22px!important;
  min-width:0!important;
}
.footer-neon__social{
  padding-right:0!important;
}
.footer-neon h4{
  margin:0 0 14px!important;
  font-size:11.5px!important;
  letter-spacing:.13em!important;
}
.footer-neon h4:after{
  width:30px!important;
  height:2px!important;
  margin-top:8px!important;
}
.footer-neon__nav a{
  gap:8px!important;
  font-size:12.8px!important;
  line-height:1.2!important;
  margin:0 0 9px!important;
}
.footer-neon__nav a span{
  font-size:18px!important;
}
.footer-neon__contact-row{
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:9px!important;
  margin:0 0 9px!important;
  font-size:12.7px!important;
  line-height:1.25!important;
  word-break:break-word!important;
}
.footer-neon__icon{
  width:34px!important;
  height:34px!important;
}
.footer-neon__icon svg{
  width:15px!important;
  height:15px!important;
  stroke-width:1.9!important;
}
.footer-neon__social-links{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:9px!important;
  flex-wrap:nowrap!important;
}
.footer-neon__social-links a{
  width:34px!important;
  height:34px!important;
  font-size:16px!important;
  line-height:1!important;
}
.footer-neon__social-links svg{
  width:15px!important;
  height:15px!important;
}
.footer-neon__bottom{
  margin:0 30px 17px!important;
  padding-top:13px!important;
  gap:14px!important;
}
.footer-neon__copy{
  gap:9px!important;
  font-size:12.2px!important;
  line-height:1.25!important;
}
.footer-neon__shield{
  width:28px!important;
  height:28px!important;
}
.footer-neon__shield svg{
  width:26px!important;
  height:26px!important;
}
.footer-neon__bottom nav a{
  font-size:12.5px!important;
  padding:5px 13px!important;
}
.footer-neon__bottom nav a + a:before{
  height:21px!important;
}

@media (max-width:1180px){
  .site-footer.footer-neon{margin:14px 26px 18px!important;}
  .footer-neon__main{
    grid-template-columns:1.2fr .7fr 1fr .28fr!important;
    padding:20px 24px 15px!important;
  }
  .footer-neon__col{padding-left:18px!important;padding-right:14px!important;}
  .footer-neon__bottom{margin:0 24px 16px!important;}
}
@media (max-width:820px){
  .site-footer.footer-neon{margin:14px 18px 18px!important;border-radius:15px!important;}
  .footer-neon__main{
    grid-template-columns:1fr!important;
    padding:20px 20px 14px!important;
    gap:15px!important;
  }
  .footer-neon__brand{padding-right:0!important;}
  .footer-neon__brand p{max-width:100%!important;}
  .footer-neon__col{
    border-left:0!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    padding:14px 0 0!important;
  }
  .footer-neon__social-links{
    flex-direction:row!important;
    gap:9px!important;
  }
  .footer-neon__bottom{
    margin:0 20px 16px!important;
    padding-top:12px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .footer-neon__bottom nav a:first-child{padding-left:0!important;}
}


/* === Final Footer-Anpassung: kompakt, gleiche Breite wie Inhaltsbereiche, Clean-URLs === */
.site-footer.footer-neon{
  width:auto!important;
  max-width:none!important;
  margin:14px 54px 18px!important;
  padding:0!important;
  border-radius:15px!important;
}
.footer-neon__main{
  grid-template-columns:1.35fr .78fr 1.05fr .42fr!important;
  padding:20px 28px 14px!important;
}
.footer-neon__brand-link{
  font-size:21px!important;
}
.footer-neon__brand-link .brand-mark{
  width:32px!important;
  height:32px!important;
  font-size:21px!important;
}
.footer-neon__brand p{
  max-width:300px!important;
  font-size:12px!important;
  line-height:1.38!important;
}
.footer-neon__line{
  margin-top:13px!important;
}
.footer-neon__watermark{
  font-size:100px!important;
  left:118px!important;
  bottom:-22px!important;
}
.footer-neon__dots{
  width:94px!important;
  height:52px!important;
}
.footer-neon__col{
  padding:7px 16px 0 20px!important;
}
.footer-neon h4{
  margin-bottom:12px!important;
  font-size:11px!important;
}
.footer-neon__nav a{
  font-size:12.3px!important;
  margin-bottom:8px!important;
}
.footer-neon__contact-row{
  grid-template-columns:31px minmax(0,1fr)!important;
  gap:8px!important;
  margin-bottom:8px!important;
  font-size:12.1px!important;
}
.footer-neon__icon,
.footer-neon__social-links a{
  width:31px!important;
  height:31px!important;
}
.footer-neon__icon svg,
.footer-neon__social-links svg{
  width:14px!important;
  height:14px!important;
}
.footer-neon__social-links{
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
}
.footer-neon__social-links a{
  font-size:15px!important;
}
.footer-neon__bottom{
  margin:0 28px 15px!important;
  padding-top:12px!important;
}
.footer-neon__copy{
  font-size:11.8px!important;
}
.footer-neon__shield{
  width:25px!important;
  height:25px!important;
}
.footer-neon__shield svg{
  width:23px!important;
  height:23px!important;
}
.footer-neon__bottom nav a{
  font-size:12px!important;
  padding:4px 12px!important;
}

@media (max-width:1100px){
  .site-footer.footer-neon{margin:14px 28px 18px!important;}
  .footer-neon__main{grid-template-columns:1fr 1fr!important;gap:14px!important;padding:20px 24px 14px!important;}
  .footer-neon__social-links{flex-direction:row!important;}
  .footer-neon__bottom{margin:0 24px 15px!important;}
}
@media (max-width:680px){
  .site-footer.footer-neon{margin:14px 18px 18px!important;}
  .footer-neon__main{grid-template-columns:1fr!important;padding:20px 20px 14px!important;gap:14px!important;}
  .footer-neon__col{padding:14px 0 0!important;}
  .footer-neon__social-links{flex-direction:row!important;}
  .footer-neon__bottom{margin:0 20px 15px!important;flex-direction:column!important;align-items:flex-start!important;}
}


/* Global Contact Modal */
.contact-modal{
      position:fixed;
      inset:0;
      z-index:999;
      display:none;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    .contact-modal.is-open{
      display:flex;
    }
    .contact-modal__backdrop{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.72);
      backdrop-filter:blur(10px);
    }
    .contact-modal__box{
      position:relative;
      width:min(760px,100%);
      border:1px solid rgba(231,255,0,.34);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(8,13,15,.96),rgba(3,5,6,.94)),
        radial-gradient(circle at 20% 0%,rgba(231,255,0,.14),transparent 34%);
      box-shadow:0 30px 120px rgba(0,0,0,.72),0 0 46px rgba(231,255,0,.10);
      overflow:hidden;
      animation:contactPop .22s ease-out;
    }
    @keyframes contactPop{
      from{opacity:0;transform:translateY(16px) scale(.98)}
      to{opacity:1;transform:translateY(0) scale(1)}
    }
    .contact-modal__top{
      padding:26px 30px 20px;
      border-bottom:1px solid rgba(255,255,255,.08);
      display:flex;
      justify-content:space-between;
      gap:20px;
      align-items:flex-start;
    }
    .contact-modal__eyebrow{
      margin:0 0 8px;
      color:var(--accent);
      text-transform:uppercase;
      letter-spacing:.12em;
      font-weight:900;
      font-size:12px;
    }
    .contact-modal h2{
      margin:0;
      font-size:34px;
      line-height:1.08;
      letter-spacing:-.05em;
    }
    .contact-modal h2 span{
      color:var(--accent);
      text-shadow:0 0 20px rgba(231,255,0,.22);
    }
    .contact-modal__text{
      margin:12px 0 0;
      max-width:560px;
      color:#bfc7c7;
      line-height:1.6;
      font-size:15px;
    }
    .contact-modal__close{
      width:42px;
      height:42px;
      border:1px solid rgba(231,255,0,.38);
      border-radius:50%;
      background:rgba(231,255,0,.04);
      color:var(--accent);
      font-size:28px;
      line-height:1;
      cursor:pointer;
      display:grid;
      place-items:center;
      transition:.2s ease;
    }
    .contact-modal__close:hover{
      background:var(--accent);
      color:#080a09;
      box-shadow:0 0 24px rgba(231,255,0,.28);
    }
    .contact-form{
      padding:26px 30px 30px;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
    }

    .contact-info-grid{
      padding:22px 30px 0;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .contact-info-card{
      min-height:92px;
      border:1px solid rgba(231,255,0,.22);
      border-radius:14px;
      background:
        radial-gradient(circle at 20% 0%,rgba(231,255,0,.10),transparent 36%),
        linear-gradient(135deg,rgba(10,15,18,.94),rgba(3,5,6,.78));
      display:flex;
      align-items:center;
      gap:13px;
      padding:16px;
      box-shadow:0 14px 36px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);
      transition:.22s ease;
    }
    .contact-info-card:hover{
      transform:translateY(-2px);
      border-color:rgba(231,255,0,.55);
      box-shadow:0 18px 44px rgba(0,0,0,.36),0 0 26px rgba(231,255,0,.10);
    }
    .contact-info-card__icon{
      width:42px;
      height:42px;
      border:1px solid rgba(231,255,0,.42);
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(231,255,0,.045);
      box-shadow:0 0 22px rgba(231,255,0,.10);
      flex:0 0 auto;
    }
    .contact-info-card strong{
      display:block;
      color:#fff;
      font-size:13px;
      margin-bottom:4px;
    }
    .contact-info-card small{
      display:block;
      color:#c9d0d0;
      font-size:12px;
      line-height:1.35;
      word-break:break-word;
    }

    .contact-info-modal__box{
      width:min(720px,100%);
    }
    .contact-info-grid--only{
      padding:26px 30px 30px;
      grid-template-columns:repeat(3,1fr);
    }
    .contact-form label{
      display:grid;
      gap:8px;
      color:#fff;
      font-weight:700;
      font-size:13px;
    }
    .contact-form label.full{
      grid-column:1/-1;
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form select{
      width:100%;
      border:1px solid rgba(255,255,255,.12);
      border-radius:10px;
      background:rgba(0,0,0,.28);
      color:#fff;
      padding:13px 14px;
      font:inherit;
      outline:none;
      transition:.2s ease;
    }
    .contact-form textarea{
      min-height:120px;
      resize:vertical;
    }
    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus{
      border-color:rgba(231,255,0,.65);
      box-shadow:0 0 0 3px rgba(231,255,0,.08);
    }
    .contact-form select option{
      background:#080d10;
      color:#fff;
    }
    .contact-form__note{
      grid-column:1/-1;
      color:#9fa8a8;
      font-size:12px;
      line-height:1.5;
      margin:0;
    }
    .contact-form__actions{
      grid-column:1/-1;
      display:flex;
      justify-content:space-between;
      gap:14px;
      align-items:center;
      margin-top:4px;
    }
    .contact-form__direct{
      color:#c7cece;
      font-size:13px;
    }
    .contact-form__direct strong{
      color:var(--accent);
    }
    .contact-form button{
      border:0;
      border-radius:9px;
      background:var(--accent);
      color:#080a09;
      font-weight:900;
      padding:14px 22px;
      cursor:pointer;
      display:inline-flex;
      gap:16px;
      align-items:center;
      box-shadow:0 0 28px rgba(231,255,0,.16);
      transition:.22s ease;
    }
    .contact-form button:hover{
      transform:translateY(-1px);
      box-shadow:0 0 34px rgba(231,255,0,.26);
    }

    .contact-form select{
      appearance:none;
      -webkit-appearance:none;
      -moz-appearance:none;
      color-scheme:dark;
      background:
        linear-gradient(135deg,rgba(0,0,0,.42),rgba(8,13,16,.92)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e7ff00' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center / 14px no-repeat;
      padding-right:42px;
      border-color:rgba(231,255,0,.32);
    }
    .contact-form select option,
    .contact-form select optgroup{
      background:#070b0d;
      color:#f4f6f5;
    }
    .contact-form select option:checked{
      background:#111900;
      color:#e7ff00;
    }


    .custom-select-label{
      position:relative;
      z-index:20;
    }
    .custom-select{
      position:relative;
    }
    .custom-select__button{
      width:100%;
      border:1px solid rgba(231,255,0,.32);
      border-radius:10px;
      background:linear-gradient(135deg,rgba(0,0,0,.55),rgba(8,13,16,.96));
      color:#f4f6f5;
      padding:13px 14px;
      font:inherit;
      font-weight:600;
      display:flex;
      align-items:center;
      justify-content:space-between;
      cursor:pointer;
      box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .custom-select__button b{
      color:var(--accent);
      font-size:18px;
      line-height:1;
      transition:.2s ease;
    }
    .custom-select.is-open .custom-select__button{
      border-color:rgba(231,255,0,.70);
      box-shadow:0 0 0 3px rgba(231,255,0,.08),0 0 22px rgba(231,255,0,.10);
    }
    .custom-select.is-open .custom-select__button b{
      transform:rotate(180deg);
    }
    .custom-select__menu{
      position:absolute;
      left:0;
      right:0;
      top:calc(100% + 7px);
      display:none;
      padding:7px;
      border:1px solid rgba(231,255,0,.38);
      border-radius:12px;
      background:linear-gradient(135deg,#070b0d,#020304);
      box-shadow:0 18px 55px rgba(0,0,0,.72),0 0 24px rgba(231,255,0,.10);
      z-index:60;
    }
    .custom-select.is-open .custom-select__menu{
      display:grid;
      gap:4px;
    }
    .custom-select__menu button{
      width:100%;
      border:0;
      border-radius:8px;
      background:transparent;
      color:#f4f6f5;
      text-align:left;
      padding:11px 12px;
      font:inherit;
      font-weight:700;
      cursor:pointer;
      transition:.18s ease;
    }
    .custom-select__menu button:hover{
      background:rgba(231,255,0,.10);
      color:var(--accent);
    }

    @media (max-width:680px){
      .contact-modal{
        padding:14px;
      }
      .contact-modal__top{
        padding:22px 20px 16px;
      }
      .contact-modal h2{
        font-size:28px;
      }
      .contact-info-grid{
        grid-template-columns:1fr;
        padding:20px 20px 0;
      }
      .contact-info-grid--only{
        grid-template-columns:1fr;
        padding:22px 20px 24px;
      }
      .contact-form{
        grid-template-columns:1fr;
        padding:22px 20px 24px;
      }
      .contact-form__actions{
        align-items:stretch;
        flex-direction:column;
      }
      .contact-form button{
        justify-content:center;
      }
    }

/* Footer contact modal link reset */
.footer-neon__nav a.js-open-contact-info{
  cursor:pointer;
}


/* === Über uns Premium Redesign 2026 === */
.about-section.about-premium{
  position:relative;
  padding:34px 54px 12px;
  overflow:hidden;
}
.about-premium__shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(330px,.82fr) minmax(680px,1.18fr);
  gap:26px;
  min-height:610px;
  border:1px solid rgba(231,255,0,.20);
  border-radius:22px;
  padding:26px;
  background:
    radial-gradient(circle at 11% 22%,rgba(231,255,0,.12),transparent 25%),
    radial-gradient(circle at 93% 83%,rgba(231,255,0,.10),transparent 22%),
    linear-gradient(135deg,rgba(5,9,11,.72),rgba(3,5,6,.50));
  box-shadow:0 28px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);
  isolation:isolate;
  overflow:hidden;
}
.about-premium__shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,transparent,rgba(231,255,0,.08),transparent) top left/100% 1px no-repeat,
    radial-gradient(circle,rgba(231,255,0,.20) 1px,transparent 1.8px) left 68%/18px 18px;
  opacity:.32;
  pointer-events:none;
  z-index:-1;
}
.about-premium__shell:after{
  content:"";
  position:absolute;
  right:-110px;
  top:-150px;
  width:390px;
  height:390px;
  border:1px solid rgba(231,255,0,.16);
  border-radius:50%;
  box-shadow:0 0 80px rgba(231,255,0,.08);
  opacity:.62;
  pointer-events:none;
}
.about-premium__corner{
  position:absolute;
  width:135px;
  height:135px;
  pointer-events:none;
  z-index:1;
}
.about-premium__corner--tl{
  left:0;
  top:0;
  border-top:2px solid rgba(231,255,0,.82);
  border-left:2px solid rgba(231,255,0,.72);
  border-radius:22px 0 0 0;
  box-shadow:-10px -10px 28px rgba(231,255,0,.10);
}
.about-premium__corner--br{
  right:0;
  bottom:0;
  border-right:2px solid rgba(231,255,0,.72);
  border-bottom:2px solid rgba(231,255,0,.82);
  border-radius:0 0 22px 0;
  box-shadow:10px 10px 28px rgba(231,255,0,.10);
}
.about-premium__intro-card{
  position:relative;
  min-height:100%;
  padding:48px 42px 38px;
  border:1px solid rgba(231,255,0,.24);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(11,17,20,.86),rgba(3,5,6,.66)),
    radial-gradient(circle at 94% 45%,rgba(231,255,0,.10),transparent 28%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 24px 70px rgba(0,0,0,.34);
  overflow:hidden;
}
.about-premium__intro-card:before{
  content:"";
  position:absolute;
  right:-95px;
  top:48px;
  width:230px;
  height:360px;
  background:
    radial-gradient(circle,rgba(231,255,0,.24) 1px,transparent 2px) 0 0/14px 14px;
  opacity:.18;
  transform:skewX(-10deg);
  pointer-events:none;
}
.about-premium__eyebrow{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 22px;
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:900;
  text-shadow:0 0 18px rgba(231,255,0,.22);
}
.about-premium__eyebrow span{
  width:46px;
  height:2px;
  background:var(--accent);
  box-shadow:0 0 18px rgba(231,255,0,.75);
}
.about-premium__intro-card h2{
  position:relative;
  z-index:1;
  margin:0 0 26px;
  max-width:560px;
  font-size:clamp(42px,4.9vw,66px);
  line-height:1.02;
  letter-spacing:-.07em;
  font-weight:900;
  text-shadow:0 12px 34px rgba(0,0,0,.55);
}
.about-premium__lead{
  position:relative;
  z-index:1;
  max-width:560px;
  margin:0 0 18px;
  color:#d7dddd;
  font-size:17px;
  line-height:1.74;
}
.about-premium__lead strong{
  color:var(--accent);
  font-weight:900;
  text-shadow:0 0 18px rgba(231,255,0,.25);
}
.about-premium__divider{
  position:relative;
  z-index:1;
  height:1px;
  margin:32px 0 26px;
  background:linear-gradient(90deg,rgba(231,255,0,.45),rgba(255,255,255,.12),transparent);
}
.about-premium__mini-stats{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}
.about-premium__mini-stats div{
  padding:0 14px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.12);
}
.about-premium__mini-stats div:first-child{padding-left:0;}
.about-premium__mini-stats div:last-child{border-right:0;padding-right:0;}
.about-premium__mini-stats span{
  width:40px;
  height:40px;
  margin:0 auto 10px;
  display:grid;
  place-items:center;
  color:var(--accent);
}
.about-premium__mini-stats svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 9px rgba(231,255,0,.22));
}
.about-premium__mini-stats b{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:12.5px;
  font-weight:900;
}
.about-premium__mini-stats small{
  display:block;
  color:#b8c0c0;
  font-size:11px;
  line-height:1.45;
}
.about-premium__orb{
  position:absolute;
  left:-90px;
  bottom:-120px;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(231,255,0,.18),transparent 62%);
  pointer-events:none;
}
.about-premium__mesh{
  position:absolute;
  right:-30px;
  bottom:-34px;
  width:360px;
  height:180px;
  background:radial-gradient(circle,rgba(231,255,0,.20) 1px,transparent 2px) 0 0/16px 16px;
  opacity:.10;
  transform:rotate(-8deg);
  pointer-events:none;
}
.about-premium__tiles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:minmax(138px,auto);
  gap:16px;
}
.about-tile{
  position:relative;
  min-width:0;
  padding:28px 26px 24px;
  border:1px solid rgba(231,255,0,.20);
  border-radius:16px;
  background:
    radial-gradient(circle at 18% 8%,rgba(231,255,0,.13),transparent 30%),
    linear-gradient(135deg,rgba(12,18,21,.86),rgba(4,7,8,.76));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 52px rgba(0,0,0,.25);
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.about-tile:before{
  content:"";
  position:absolute;
  inset:auto 20px 0 20px;
  height:2px;
  background:linear-gradient(90deg,transparent,rgba(231,255,0,.76),transparent);
  opacity:.0;
  transition:.24s ease;
}
.about-tile:after{
  content:"";
  position:absolute;
  right:-22px;
  top:-22px;
  width:120px;
  height:120px;
  background:radial-gradient(circle,rgba(231,255,0,.12),transparent 63%);
  opacity:.45;
  pointer-events:none;
}
.about-tile:hover{
  transform:translateY(-4px);
  border-color:rgba(231,255,0,.52);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 24px 70px rgba(0,0,0,.38),0 0 32px rgba(231,255,0,.08);
}
.about-tile:hover:before{opacity:1;}
.about-tile--featured{
  grid-column:span 2;
  grid-row:span 2;
  padding:42px 40px 34px;
  background:
    radial-gradient(circle at 18% 15%,rgba(231,255,0,.20),transparent 32%),
    radial-gradient(circle at 62% 110%,rgba(231,255,0,.16),transparent 42%),
    linear-gradient(135deg,rgba(13,19,22,.92),rgba(4,6,7,.80));
}
.about-tile--wide{
  grid-column:span 2;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:22px;
}
.about-tile__number{
  position:absolute;
  right:20px;
  top:16px;
  color:rgba(231,255,0,.68);
  font-size:20px;
  font-weight:800;
  letter-spacing:.04em;
  text-shadow:0 0 14px rgba(231,255,0,.18);
}
.about-tile__icon{
  width:74px;
  height:74px;
  margin-bottom:24px;
  display:grid;
  place-items:center;
  color:var(--accent);
  border:1px solid rgba(231,255,0,.42);
  border-radius:50%;
  background:rgba(231,255,0,.035);
  box-shadow:0 0 34px rgba(231,255,0,.16),inset 0 0 18px rgba(231,255,0,.05);
}
.about-tile--featured .about-tile__icon{width:92px;height:92px;}
.about-tile--wide .about-tile__icon{margin-bottom:0;}
.about-tile__icon svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(231,255,0,.28));
}
.about-tile--featured .about-tile__icon svg{width:42px;height:42px;}
.about-tile__icon .filled{fill:currentColor;stroke:none;}
.about-tile__label{
  margin:0 0 16px!important;
  color:var(--accent)!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.about-tile h3{
  margin:0;
  color:#fff;
  font-size:clamp(19px,1.4vw,25px);
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:900;
  text-shadow:0 8px 22px rgba(0,0,0,.45);
}
.about-tile--featured h3{font-size:clamp(34px,2.9vw,48px);}
.about-tile__line{
  display:block;
  width:42px;
  height:2px;
  margin:18px 0 18px;
  background:var(--accent);
  box-shadow:0 0 16px rgba(231,255,0,.55);
}
.about-tile p{
  margin:0;
  color:#c4cccc;
  font-size:14px;
  line-height:1.62;
}
.about-tile--featured p:not(.about-tile__label){max-width:360px;font-size:16px;}
.about-tile--compact{min-height:210px;}
.about-tile--compact .about-tile__icon,.about-tile--small .about-tile__icon{width:66px;height:66px;}
.about-tile--compact .about-tile__icon svg,.about-tile--small .about-tile__icon svg{width:30px;height:30px;}
.about-tile--compact h3,.about-tile--small h3{font-size:21px;}
.about-tile--compact p,.about-tile--small p{font-size:13.5px;}

@media (max-width:1260px){
  .about-section.about-premium{padding-left:28px;padding-right:28px;}
  .about-premium__shell{grid-template-columns:1fr;min-height:0;}
  .about-premium__intro-card{min-height:0;}
  .about-premium__tiles{grid-template-columns:repeat(2,minmax(0,1fr));}
  .about-tile--featured,.about-tile--wide{grid-column:span 2;}
}
@media (max-width:760px){
  .about-section.about-premium{padding:24px 16px 10px;}
  .about-premium__shell{padding:16px;border-radius:18px;gap:16px;}
  .about-premium__intro-card{padding:30px 22px 26px;border-radius:15px;}
  .about-premium__intro-card h2{font-size:42px;}
  .about-premium__lead{font-size:15.5px;line-height:1.65;}
  .about-premium__mini-stats{grid-template-columns:1fr;gap:18px;}
  .about-premium__mini-stats div{border-right:0;border-bottom:1px solid rgba(255,255,255,.10);padding:0 0 18px;}
  .about-premium__mini-stats div:last-child{border-bottom:0;padding-bottom:0;}
  .about-premium__tiles{grid-template-columns:1fr;gap:14px;}
  .about-tile,.about-tile--featured{grid-column:span 1;grid-row:auto;padding:26px 22px;}
  .about-tile--wide{grid-column:span 1;grid-template-columns:1fr;gap:12px;}
  .about-tile--featured h3{font-size:34px;}
  .about-tile__number{font-size:17px;right:16px;top:14px;}
  .about-tile__icon,.about-tile--featured .about-tile__icon{width:66px;height:66px;}
  .about-tile__icon svg,.about-tile--featured .about-tile__icon svg{width:30px;height:30px;}
}


/* === Über uns Premium kompakter ohne Zahlen 2026 === */
.about-section.about-premium{
  padding:22px 54px 8px;
}
.about-premium__shell{
  grid-template-columns:minmax(300px,.78fr) minmax(610px,1.22fr);
  gap:20px;
  min-height:0;
  padding:20px;
  border-radius:18px;
}
.about-premium__corner{
  width:95px;
  height:95px;
}
.about-premium__corner--tl{border-radius:18px 0 0 0;}
.about-premium__corner--br{border-radius:0 0 18px 0;}
.about-premium__intro-card{
  padding:32px 30px 26px;
  border-radius:15px;
}
.about-premium__intro-card:before{
  width:180px;
  height:280px;
  right:-80px;
  top:36px;
  opacity:.14;
}
.about-premium__eyebrow{
  gap:12px;
  margin-bottom:15px;
  font-size:10.5px;
  letter-spacing:.20em;
}
.about-premium__eyebrow span{
  width:38px;
}
.about-premium__intro-card h2{
  max-width:470px;
  margin-bottom:18px;
  font-size:clamp(34px,3.7vw,50px);
  line-height:1.03;
}
.about-premium__lead{
  max-width:500px;
  margin-bottom:11px;
  font-size:14.6px;
  line-height:1.58;
}
.about-premium__divider{
  margin:20px 0 17px;
}
.about-premium__mini-stats span{
  width:32px;
  height:32px;
  margin-bottom:7px;
}
.about-premium__mini-stats svg{
  width:25px;
  height:25px;
}
.about-premium__mini-stats b{
  font-size:11px;
}
.about-premium__mini-stats small{
  font-size:10px;
  line-height:1.35;
}
.about-premium__orb{
  width:185px;
  height:185px;
  left:-72px;
  bottom:-92px;
}
.about-premium__mesh{
  width:270px;
  height:135px;
}
.about-premium__tiles{
  gap:12px;
  grid-auto-rows:minmax(112px,auto);
}
.about-tile{
  padding:20px 18px 18px;
  border-radius:13px;
}
.about-tile--featured{
  padding:28px 26px 24px;
}
.about-tile--wide{
  gap:15px;
}
.about-tile__number{
  display:none!important;
}
.about-tile__icon{
  width:54px;
  height:54px;
  margin-bottom:15px;
}
.about-tile--featured .about-tile__icon{
  width:70px;
  height:70px;
}
.about-tile--wide .about-tile__icon{
  margin-bottom:0;
}
.about-tile__icon svg{
  width:25px;
  height:25px;
}
.about-tile--featured .about-tile__icon svg{
  width:32px;
  height:32px;
}
.about-tile__label{
  margin-bottom:12px!important;
  font-size:9.5px!important;
  letter-spacing:.20em;
}
.about-tile h3{
  font-size:clamp(17px,1.12vw,21px);
  line-height:1.10;
}
.about-tile--featured h3{
  font-size:clamp(28px,2.2vw,38px);
}
.about-tile__line{
  width:34px;
  margin:12px 0 12px;
}
.about-tile p{
  font-size:12.6px;
  line-height:1.48;
}
.about-tile--featured p:not(.about-tile__label){
  max-width:310px;
  font-size:13.6px;
}
.about-tile--compact{
  min-height:154px;
}
.about-tile--compact .about-tile__icon,
.about-tile--small .about-tile__icon{
  width:52px;
  height:52px;
  margin-bottom:13px;
}
.about-tile--compact .about-tile__icon svg,
.about-tile--small .about-tile__icon svg{
  width:24px;
  height:24px;
}
.about-tile--compact h3,
.about-tile--small h3{
  font-size:18px;
}
.about-tile--compact p,
.about-tile--small p{
  font-size:12px;
}

@media (max-width:1260px){
  .about-section.about-premium{padding-left:28px;padding-right:28px;}
  .about-premium__shell{gap:18px;padding:18px;}
  .about-premium__tiles{gap:12px;}
  .about-tile--featured,.about-tile--wide{grid-column:span 2;}
}
@media (max-width:760px){
  .about-section.about-premium{padding:18px 14px 8px;}
  .about-premium__shell{padding:14px;border-radius:16px;gap:14px;}
  .about-premium__intro-card{padding:24px 18px 22px;border-radius:14px;}
  .about-premium__intro-card h2{font-size:34px;margin-bottom:15px;}
  .about-premium__lead{font-size:14.2px;line-height:1.55;}
  .about-premium__mini-stats{gap:12px;}
  .about-premium__mini-stats div{padding-bottom:14px;}
  .about-premium__tiles{grid-template-columns:1fr;gap:12px;}
  .about-tile,.about-tile--featured{grid-column:span 1;grid-row:auto;padding:22px 18px;}
  .about-tile--wide{grid-column:span 1;grid-template-columns:1fr;gap:10px;}
  .about-tile--featured h3{font-size:30px;}
  .about-tile__icon,.about-tile--featured .about-tile__icon{width:58px;height:58px;}
  .about-tile__icon svg,.about-tile--featured .about-tile__icon svg{width:27px;height:27px;}
}
