@font-face { font-family: "Museo"; font-style: normal; font-weight: 300; font-display: swap; src: url("https://cdn.klixa.net/fonts/Museo300-Regular-webfont.woff") format("woff"); }
@font-face { font-family: "Museo"; font-style: normal; font-weight: 500; font-display: swap; src: url("https://cdn.klixa.net/fonts/Museo500-Regular-webfont.woff") format("woff"); }
@font-face { font-family: "Museo Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("https://cdn.klixa.net/fonts/MuseoSans_700-webfont.woff") format("woff"); }

:root {
  --accent: #bad739;
  --accent-dark: #9bb82e;
  --accent-rgb: 186,215,57;
  --black: #0a0a0a;
  --white: #ffffff;
  --gray-50: #f8f8f8;
  --gray-100: #f0f0f0;
  --gray-200: #e0e0e0;
  /* Contrast-tuned neutrals (AA-friendly on white backgrounds). */
  --gray-400: #6f6f6f;
  --gray-500: #5e5e5e;
  --gray-700: #333333;
  --font-display: "Museo Sans", "Museo", "Nunito", sans-serif;
  --font-body: "Museo Sans", "Museo", "Nunito", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--black); background: var(--white); overflow-x: hidden; }
a, button, input, textarea { font: inherit; }
a { color: inherit; }
button { border: 0; background: none; cursor: pointer; }
[data-view] { display: none; }
body.company-it [data-view="it"], body.company-auto [data-view="auto"], body.company-bz [data-view="bz"] { display: block; }

.nav-links .nav-it,
.nav-links .nav-auto,
.nav-links .nav-bz,
.nav-cta .nav-it,
.nav-cta .nav-auto,
.nav-cta .nav-bz,
.kontakt-btns .nav-it,
.kontakt-btns .nav-auto,
.kontakt-btns .nav-bz { display: none; }

body.company-it .nav-links .nav-it,
body.company-auto .nav-links .nav-auto,
body.company-bz .nav-links .nav-bz { display: list-item; }

body.company-it .nav-cta .nav-it,
body.company-auto .nav-cta .nav-auto,
body.company-bz .nav-cta .nav-bz,
body.company-it .kontakt-btns .nav-it,
body.company-auto .kontakt-btns .nav-auto,
body.company-bz .kontakt-btns .nav-bz { display: inline-flex; }

#group-overlay {
  position: fixed; inset: 0; z-index: 200;
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px 5vw;
  background:
    radial-gradient(ellipse 70% 55% at 12% 85%, rgba(var(--accent-rgb), .10) 0%, transparent 62%),
    radial-gradient(ellipse 45% 38% at 78% 22%, rgba(var(--accent-rgb), .06) 0%, transparent 58%),
    #0a0a0a;
  color: #ffffff;
  transition: opacity .3s ease, visibility .3s ease;
  overflow-y: auto;
  opacity: 0; 
  visibility: hidden; 
  pointer-events: none;
}
#group-overlay.visible { 
  opacity: 1; 
  visibility: visible; 
  pointer-events: auto; 
}
#group-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
/* Canvas: sits at the very back */
#group-bg-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; display: block; }
/* Veil: gradient overlay that keeps the upper content area readable */
.group-bg-veil {
  position: absolute; 
  inset: 0; 
  pointer-events: none; 
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(186, 215, 57, 0.12) 0%,   /* Barely there at the very top */
    rgba(186, 215, 57, 0.06) 40%,  /* Fading out smoothly */
    rgba(186, 215, 57, 0.02) 70%,  /* Almost invisible */
    transparent 100%
  );
}
/* Content sits above both canvas and veil.
   flex-shrink:0 prevents the flex parent from compressing content on small screens –
   the overlay's overflow-y:auto handles scrolling instead. */
.group-overlay-content { position: relative; z-index: 2; display: flex; flex-direction: column; width: 100%; flex-shrink: 0; }
.group-logo-wrap { margin-bottom: 36px; }
.g-logo { display: flex; gap: 12px; align-items: baseline; font-family: var(--font-display); }
.g-logo-klixa-mark { width: clamp(140px, 18vw, 220px); height: auto; display: block; filter: drop-shadow(0 0 24px rgba(var(--accent-rgb), .16)); }
.g-logo-group { font-size: clamp(24px, 3vw, 42px); font-weight: 300; }
.group-tagline { margin-top: 12px; color: rgba(255,255,255,.55); }
.group-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.group-card { padding: 28px; border-radius: 18px; color: #ffffff; text-align: left; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.gc-icon { font-size: 28px; margin-bottom: 22px; }
.gc-desc { margin: 0 0 20px; color: rgba(255,255,255,.6); line-height: 1.7; }
.gc-arrow { color: #ffffff; font-weight: 700; }

#company-bar { position: fixed; inset: 0 0 auto 0; z-index: 160; display: flex; gap: 12px; align-items: center; padding: 14px 5vw; color: #ffffff; background: rgba(10,10,10,.88); backdrop-filter: blur(12px); transform: translateY(-100%); transition: transform .25s ease; }
#company-bar.visible { transform: translateY(0); }
.cbar-sep { width: 1px; height: 14px; background: rgba(255,255,255,.2); }
.cbar-link, .cbar-back { color: rgba(255,255,255,.64); }
.cbar-link.active, .cbar-link:hover, .cbar-back:hover { color: #ffffff; }
.cbar-back { margin-left: auto; }

/* z-index: 260 = oberhalb des Product-Overlays (240), damit Nav-Mega
   auch auf Produktseiten aufklappen kann. */
#mainNav { position: sticky; top: 0; z-index: 260; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 5vw; background: rgba(10,10,10,.95); color: #ffffff; }
.nav-logo { display: flex; flex-direction: column; align-items: flex-start; color: #ffffff; }
.nav-brand { font-family: var(--font-display); font-size: 28px; font-weight: 900; color: var(--accent); }
.nav-links { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.82); }
.nav-cta { display: flex; gap: 10px; }
.btn-primary, .btn-secondary, .btn-nav-primary, .btn-support { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 999px; text-decoration: none; font-weight: 700; }
.btn-primary, .btn-nav-primary { background: var(--accent); color: var(--black); }
.btn-secondary, .btn-support { border: 1px solid rgba(255,255,255,.2); color: #ffffff; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; }
.nav-hamburger span { width: 22px; height: 2px; background: #ffffff; transition: transform .22s ease, opacity .18s ease; transform-origin: 11px 1px; }
body.mobile-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.mobile-open .nav-hamburger span:nth-child(2) { opacity: 0; }
body.mobile-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.reveal {
  opacity: 0.01; /* Not 0 */
  transform: translate3d(0, 16px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 620ms ease, transform 760ms cubic-bezier(.2,.8,.2,1);
}

.reveal.is-revealed {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 1; /* Bring it to the front */
  visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { 
    opacity: 1 !important; 
    transform: none !important; 
    transition: none !important; 
  }
}s

.hero { position: relative; min-height: 86vh; padding: 160px 5vw 100px; background: radial-gradient(circle at 80% 20%, rgba(var(--accent-rgb), .2), transparent 30%), linear-gradient(180deg, #101010, #050505); color: #ffffff; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 92% 26%, rgba(var(--accent-rgb), .38), transparent 52%),
    radial-gradient(circle at 86% 78%, rgba(255,255,255,.10), transparent 56%),
    conic-gradient(from 210deg at 82% 45%, rgba(255,255,255,.08), transparent 42%, rgba(255,255,255,.06)),
    linear-gradient(115deg, rgba(255,255,255,.05), transparent 38%);
  filter: blur(0.2px);
  opacity: .95;
  /* Keep the left text area clean; push the energy to the right. */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 34%, rgba(0,0,0,.95) 62%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.04) 34%, rgba(0,0,0,.95) 62%, rgba(0,0,0,1) 100%);
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  top: -10vw;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,0) 38%,
      rgba(var(--accent-rgb), .16) 44%,
      rgba(var(--accent-rgb), 0) 62%,
      rgba(255,255,255,.06) 66%,
      rgba(255,255,255,0) 74%);
  filter: blur(0.8px);
  opacity: .34;
  -webkit-mask-image: radial-gradient(circle at 40% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 48%, transparent 72%);
  mask-image: radial-gradient(circle at 40% 50%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 48%, transparent 72%);
  animation: heroPulse 22s ease-in-out infinite;
}
.hero-bg-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 64px 64px; }
.hero-accent { position: absolute; inset: 0; background: radial-gradient(circle at 20% 35%, rgba(var(--accent-rgb), .24), transparent 26%); }
.hero-mesh {
  position: absolute;
  right: -14vw;
  bottom: -22vh;
  width: 92vw;
  height: 70vh;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .56;
  transform: rotate(-8deg);
  mix-blend-mode: screen;
  filter:
    drop-shadow(0 0 26px rgba(var(--accent-rgb), .32))
    drop-shadow(0 0 72px rgba(var(--accent-rgb), .14));
  -webkit-mask-image: radial-gradient(circle at 22% 35%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 42%, rgba(0,0,0,.25) 60%, transparent 76%);
  mask-image: radial-gradient(circle at 22% 35%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 42%, rgba(0,0,0,.25) 60%, transparent 76%);
  animation: heroMeshFloat 18s ease-in-out infinite alternate;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%201200%20600%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%271%27%20stroke-opacity%3D%27.58%27%3E%3Cpath%20d%3D%27M-40%20430%20C%20160%20340%20280%20510%20460%20420%20S%20760%20310%20960%20370%20S%201120%20520%201260%20440%27/%3E%3Cpath%20d%3D%27M-60%20480%20C%20140%20400%20290%20540%20480%20470%20S%20810%20370%20990%20410%20S%201130%20560%201260%20490%27/%3E%3Cpath%20d%3D%27M-60%20530%20C%20130%20480%20290%20590%20490%20540%20S%20840%20430%201030%20460%20S%201150%20590%201260%20540%27/%3E%3Cpath%20d%3D%27M-30%20380%20C%20190%20290%20300%20460%20480%20370%20S%20780%20260%20960%20320%20S%201100%20470%201260%20390%27/%3E%3C/g%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%271%27%20stroke-opacity%3D%27.28%27%3E%3Cpath%20d%3D%27M140%20280%20C%20190%20350%20250%20430%20290%20530%27/%3E%3Cpath%20d%3D%27M260%20255%20C%20310%20330%20370%20430%20410%20555%27/%3E%3Cpath%20d%3D%27M390%20240%20C%20440%20320%20510%20420%20560%20570%27/%3E%3Cpath%20d%3D%27M530%20230%20C%20580%20310%20660%20410%20720%20575%27/%3E%3Cpath%20d%3D%27M690%20235%20C%20740%20310%20820%20400%20890%20560%27/%3E%3Cpath%20d%3D%27M860%20255%20C%20910%20325%20990%20410%201070%20530%27/%3E%3Cpath%20d%3D%27M1000%20290%20C%201050%20350%201120%20430%201170%20500%27/%3E%3C/g%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%271%27%20stroke-opacity%3D%27.16%27%3E%3Cpath%20d%3D%27M-20%20410%20L%201200%20320%27/%3E%3Cpath%20d%3D%27M-20%20470%20L%201200%20380%27/%3E%3Cpath%20d%3D%27M-20%20520%20L%201200%20440%27/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes heroMeshFloat {
  from { transform: translate3d(0, 0, 0) rotate(-8deg); }
  to { transform: translate3d(-14px, 10px, 0) rotate(-7deg); }
}
.hero-content, .hero-stats { position: relative; z-index: 1; }
.hero-content { max-width: 760px; }
.hero-badge { display: inline-flex; padding: 8px 12px; margin-bottom: 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); font-size: 12px; }
.hero h1 { margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(42px, 9vw, 98px); line-height: .95; letter-spacing: -2px; }
.hero-highlight { color: var(--accent); text-shadow: 0 0 22px rgba(var(--accent-rgb), .32), 0 0 44px rgba(var(--accent-rgb), .14); }
.hero-sub { max-width: 620px; margin: 0 0 28px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.80); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { position: absolute; right: 5vw; bottom: 60px; display: flex; gap: 42px; }
.hero-stat-num { font-family: var(--font-display); font-size: 36px; font-weight: 800; }
.hero-stat-label { margin-top: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.64); }

@keyframes heroDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-10px, 8px, 0); }
}

@keyframes heroPulse {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: .78; }
  50% { transform: translate3d(-8px, 10px, 0) scale(1.02); opacity: .92; }
  100% { transform: translate3d(0, 0, 0) scale(1); opacity: .78; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .hero-mesh {
    animation: none;
  }
}

main, section {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

section { padding: 100px 5vw; }
.section-label { margin-bottom: 16px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.section-title { margin: 0 0 16px; font-family: var(--font-display); font-size: clamp(32px, 4vw, 54px); line-height: 1.08; }
.section-sub { max-width: 620px; margin: 0 0 56px; line-height: 1.7; color: var(--gray-500); }
#methode, #kunden, #tools { background: var(--gray-50); }

.methode-grid, .why-grid, .standorte-grid, .hub-grid { display: grid; gap: 1px; background: var(--gray-200); border: 1px solid var(--gray-200); }
.methode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.methode-card, .why-card, .standort-card, .hub-card { background: #ffffff; }
.methode-card { padding: 44px 36px; }
.methode-num { margin-bottom: 20px; font-family: var(--font-display); font-size: 72px; line-height: 1; color: var(--gray-100); }
.methode-title, .paket-name, .why-title, .standort-title, .hub-card-name, .tool-name, .testimonial-name { font-family: var(--font-display); font-weight: 800; color: var(--black);}
.methode-title { margin-bottom: 10px; font-size: 21px; }
.methode-text, .why-text, .standort-addr, .hub-card-sub, .tool-desc, .testimonial-text, .testimonial-company, .paket-desc { line-height: 1.7; color: var(--gray-500); }

.pakete-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.paket-card {
  position: relative;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  text-align: left;
  box-shadow: 0 16px 36px rgba(10, 10, 10, 0.04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.paket-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(10, 10, 10, 0.08);
  border-color: rgba(var(--accent-rgb), .36);
}
.paket-card.featured {
  border-color: rgba(var(--accent-rgb), .42);
  background: linear-gradient(180deg, rgba(var(--accent-rgb), .12) 0%, #ffffff 36%, #fbfbfb 100%);
}
.paket-card.featured:hover {
  border-color: rgba(var(--accent-rgb), .58);
}
.paket-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .12);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 700;
}
.paket-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: rgba(var(--accent-rgb), .10);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}
.paket-icon svg {
  width: 26px;
  height: 26px;
}
.paket-card.featured .paket-icon {
  background: rgba(10, 10, 10, .08);
  color: var(--black);
}
.paket-name { margin-bottom: 10px; font-size: 22px; }
.paket-desc { font-size: 14px; }
.paket-features { list-style: none; margin: 14px 0 18px; padding: 0; }
.paket-feature {
  padding: 10px 0;
  border-top: 1px solid var(--gray-100);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paket-link, .standort-phone { color: var(--accent-dark); text-decoration: none; font-weight: 700; }

#warum, #jobs, footer { background: var(--black); color: #ffffff; }
#warum .section-sub, #jobs .section-sub, .jobs-note, .footer-desc { color: rgba(255,255,255,.66); }
.why-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.08); }
/* Fixed 3-column grid for the IT view (6 cards → always 3+3, no orphaned last row) */
.why-grid--3 { grid-template-columns: repeat(3, 1fr); }
.why-card {
  position: relative;
  padding: 44px 36px 40px;
  background: var(--black);
  overflow: hidden;
  transition: background .25s;
}
.why-card:hover { background: rgba(255,255,255,.04); }
/* Accent top-border reveal on hover */
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.why-card:hover::before { transform: scaleX(1); }
/* Large faded number as background decoration */
.why-num {
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,.04);
  pointer-events: none;
  user-select: none;
  transition: color .25s;
}
.why-card:hover .why-num { color: rgba(var(--accent-rgb), .08); }
.why-card:hover .why-icon { border-color: rgba(var(--accent-rgb), .75); background: rgba(var(--accent-rgb), .1); }
.why-card:hover .why-icon svg { transform: scale(1.1); }
.why-icon {
  width: 52px; height: 52px;
  margin-bottom: 24px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(var(--accent-rgb), .45);
  border-radius: 14px;
  color: var(--accent);
  transition: border-color .25s, background .25s;
}
.why-icon svg { width: 24px; height: 24px; transition: transform .25s; }
#warum .why-title { color: #ffffff; font-size: 17px; margin-bottom: 10px; }
#warum .why-text { color: rgba(255,255,255,.6); }
.testimonials-stage {
  position: relative;
  margin-top: 38px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: testimonialsDrift 34s linear infinite;
}
.testimonial-card {
  width: min(420px, calc(100vw - 64px));
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f9faf5 100%);
  border: 1px solid rgba(10,10,10,.07);
  box-shadow: 0 22px 54px rgba(10,10,10,.06), 0 0 0 1px rgba(var(--accent-rgb), .06) inset;
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: 54px;
  line-height: .8;
  color: rgba(var(--accent-rgb), .44);
}
.testimonial-meta { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 18px; background: rgba(var(--accent-rgb), .14); color: var(--accent-dark); display: flex; align-items: center; justify-content: center; font-weight: 900; }
@keyframes testimonialsDrift {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.standorte-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 22px;
  margin-top: 36px;
}
.standorte-showcase-single {
  grid-template-columns: 1fr;
}
.standorte-side-grid {
  display: grid;
  gap: 22px;
}
.standort-feature {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, #111214 0%, #191b21 100%);
  color: #ffffff;
  box-shadow: 0 28px 64px rgba(10,10,10,.16);
}
.standort-feature::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), .24), transparent 68%);
  pointer-events: none;
}
.standort-orbit {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 0 0 18px rgba(255,255,255,.03), 0 0 0 38px rgba(var(--accent-rgb), .06);
}
.standort-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.standort-feature h3 {
  margin: 22px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}
.standort-feature p {
  margin: 0 0 22px;
  max-width: 460px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}
.standort-meta {
  color: rgba(255,255,255,.52);
  font-size: 13px;
  line-height: 1.6;
}
.standort-phone {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
}

.partner-row { display: flex; flex-wrap: wrap; border: 1px solid var(--gray-200); }
.partner-logo { display: flex; align-items: center; justify-content: center; flex: 0 0 calc(100% / 6); min-height: 80px; padding: 20px 16px; border-right: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.partner-logo img { max-width: 90px; max-height: 28px; object-fit: contain; }
.partner-name { font-size: 12px; color: var(--gray-700); }

.jobs-banner { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; align-items: center; padding: 44px; border: 1px solid rgba(255,255,255,.12); }
.jobs-banner h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 26px; }
.jobs-banner p { margin: 0; max-width: 440px; color: rgba(255,255,255,.72); }
.jobs-note { margin-top: 20px; padding: 14px 22px; border-left: 3px solid var(--accent); background: rgba(var(--accent-rgb), .06); font-size: 12px; font-style: italic; }

.tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.tool-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid var(--gray-200);
  text-decoration: none;
}
.tool-card-modern {
  position: relative;
  min-height: 242px;
  padding: 22px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(160deg, #12141a 0%, #07080b 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.tool-card-modern:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), .35);
  box-shadow: 0 30px 54px rgba(0, 0, 0, 0.22);
}
.tool-card-modern::before {
  content: "";
  position: absolute;
  inset: auto -18% -28% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), .34) 0%, rgba(var(--accent-rgb), 0) 66%);
  pointer-events: none;
}
.tool-card-modern::after {
  content: "";
  position: absolute;
  inset: 16px 16px auto auto;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  transform: rotate(12deg);
  pointer-events: none;
}
.tool-card-visual {
  position: relative;
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}
.tool-card-orb {
  position: absolute;
  inset: 14px 8px 6px 12px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(var(--accent-rgb), .92), rgba(var(--accent-rgb), .34));
  transform: rotate(-8deg) skewY(-8deg);
  box-shadow: 0 18px 28px rgba(var(--accent-rgb), .18);
}
.tool-card-chip {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  transform: rotate(14deg);
}
.tool-card-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.tool-card-icon svg {
  width: 40px;
  height: 40px;
}
.tool-card-content {
  position: relative;
  z-index: 1;
}
.tool-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .82);
}
.tool-card-modern .tool-name {
  color: #ffffff;
  font-size: 24px;
}
.tool-card-modern .tool-desc {
  color: rgba(255, 255, 255, .72);
}

#partner.partner-dark {
  background: #070707;
  color: #ffffff;
}
#partner.partner-dark .section-label,
#partner.partner-dark .section-title,
#partner.partner-dark .section-sub {
  color: #ffffff;
}
#partner.partner-dark .section-sub {
  color: rgba(255, 255, 255, .55);
}
#partner.partner-dark .partner-marquee {
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
#partner.partner-dark .partner-logo {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .08);
  border-radius: 22px;
}
#partner.partner-dark .partner-logo img {
  filter: brightness(0) invert(1);
  max-width: 150px;
  max-height: 58px;
}
#partner.partner-dark .partner-name {
  color: rgba(255, 255, 255, .84);
}

.hub-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.hub-pill { padding: 8px 18px; border-radius: 999px; border: 1px solid var(--gray-200); color: var(--gray-500); background: transparent; }
.hub-pill.active { background: var(--black); color: #ffffff; border-color: var(--black); }
/* 4 columns on desktop → 12 IT products = clean 3 rows, no orphans */
.hub-grid { grid-template-columns: repeat(4, 1fr); }
.hub-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 44px 36px 40px;
  text-align: left;
  overflow: hidden;
  transition: background .25s;
}
.hub-card:hover { background: rgba(0, 0, 0, .02); }
/* Accent top-border sweep — same mechanic as .why-card */
.hub-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.hub-card:hover::before { transform: scaleX(1); }
/* Faded number — light-mode version of .why-num */
.hub-card-num {
  position: absolute;
  top: 16px; right: 20px;
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(0, 0, 0, .04);
  pointer-events: none;
  user-select: none;
  transition: color .25s;
}
.hub-card:hover .hub-card-num { color: rgba(var(--accent-rgb), .07); }
/* Product icon — mirrors .why-icon in light mode */
.hub-card-icon {
  width: 52px; height: 52px;
  margin-bottom: 24px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(var(--accent-rgb), .35);
  border-radius: 14px;
  color: var(--accent);
  transition: border-color .25s, background .25s;
}
.hub-card-icon svg { width: 24px; height: 24px; transition: transform .25s; }
.hub-card:hover .hub-card-icon {
  border-color: rgba(var(--accent-rgb), .65);
  background: rgba(var(--accent-rgb), .07);
}
.hub-card:hover .hub-card-icon svg { transform: scale(1.1); }
.hub-card-tag { font-size: 11px; letter-spacing: .8px; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 6px; }
.hub-card-name { font-size: 18px; margin-bottom: 8px; }
.hub-card-arrow { margin-top: auto; padding-top: 16px; color: var(--gray-400); transition: color .25s, transform .25s; }
.hub-card:hover .hub-card-arrow { color: var(--accent); transform: translateX(4px); }
.hub-panel { position: fixed; inset: 0; z-index: 300; display: none; justify-content: flex-end; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); }
.hub-panel.open { display: flex; }
.hub-panel-inner { width: min(620px, 100vw); padding: 56px 48px 80px; background: #ffffff; overflow-y: auto; position: relative; }
.hub-panel-close { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--gray-100); color: var(--gray-700); }
.panel-tag, .panel-section-title { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.panel-tag { margin-bottom: 8px; color: var(--accent); }
.panel-title { margin-bottom: 12px; font-family: var(--font-display); font-size: 34px; font-weight: 900; line-height: 1.08; }
.panel-sub { margin-bottom: 28px; line-height: 1.7; color: var(--gray-500); }
.panel-section { margin-bottom: 28px; }
.panel-section-title { margin-bottom: 12px; }
.panel-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; margin: 0; padding: 0; }
.panel-features li { padding: 10px 14px; background: var(--gray-100); border-radius: 8px; }
.panel-highlight { padding: 20px 24px; border-radius: 12px; background: var(--black); color: #ffffff; }
.panel-highlight strong { color: var(--accent); }

.kontakt-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: start; }
.kontakt-info h2 { margin: 0 0 20px; font-family: var(--font-display); font-size: 40px; line-height: 1.1; }
.kontakt-info h2 span { color: var(--accent); }
#kontakt-desc { margin: 0 0 28px; line-height: 1.7; color: var(--gray-500); }
.kontakt-phone, .kontakt-mail { display: block; width: max-content; text-decoration: none; }
.kontakt-phone { margin-bottom: 6px; font-family: var(--font-display); font-size: 26px; font-weight: 800; }
.kontakt-mail { margin-bottom: 28px; color: var(--gray-500); }
.kontakt-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.kontakt-secondary { color: var(--gray-700); border-color: var(--gray-200); }
.kontakt-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--gray-500); }
.form-field input, .form-field textarea { padding: 12px 14px; border: 1px solid var(--gray-200); background: var(--gray-50); }
.form-field textarea { min-height: 110px; resize: vertical; }
.kontakt-submit { width: 100%; }

footer { padding: 56px 5vw 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand { font-family: var(--font-display); font-size: 34px; font-weight: 900; color: var(--accent); }
.footer-group-note { margin-top: 24px; font-size: 11px; color: rgba(255,255,255,.50); }
.footer-group-note a, .footer-col a, .footer-bottom a { color: rgba(255,255,255,.66); text-decoration: none; }
.footer-col h4 { margin: 0 0 18px; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.66); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.footer-meta-links { display: flex; gap: 20px; }

@media (max-width: 1100px) {
  .hero-stats { position: static; margin-top: 40px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .group-cards, .methode-grid, .kontakt-wrap, .form-row { grid-template-columns: 1fr; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  body.mobile-open .nav-links { position: fixed; top: 92px; left: 0; right: 0; display: flex; flex-direction: column; gap: 14px; padding: 24px 5vw 32px; background: rgba(10,10,10,.98); }
  body.mobile-open .nav-cta { left: 5vw; display: flex; flex-wrap: wrap; }
  body.on-group #mainNav { display: none; }
  .partner-logo { flex: 0 0 50%; }
  .panel-features { grid-template-columns: 1fr; }
  .why-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  #company-bar { flex-wrap: wrap; }
  .hero { padding-top: 140px; }
  section { padding: 72px 5vw; }
  .hub-panel-inner { padding: 48px 24px 56px; }
  .footer-grid { grid-template-columns: 1fr; }
  .partner-logo { flex: 0 0 100%; }
  .why-grid--3 { grid-template-columns: 1fr; }
  .hub-grid { grid-template-columns: 1fr; }
  .pakete-grid { grid-template-columns: 1fr; gap: 12px; }
  .paket-card { padding: 20px; }
  /* Partner grid: 2 columns on mobile */
  .partner-grid,
  .partner-grid--4,
  .partner-grid--5 { grid-template-columns: repeat(2, 1fr); }
  .partner-grid-item { min-height: 100px; padding: 24px 16px; }
  .partner-grid-item img { max-width: 100px; max-height: 38px; }
}

body.on-group { --nav-offset: 0px; overflow: hidden; }
body.on-group > main, body.on-group > footer {display: none;}
body.on-group #mainNav { display: none; }
body.company-it,
body.company-auto,
body.company-bz { --nav-offset: 32px; }

body.on-group #company-bar { display: none !important; }
body.company-it #company-bar,
body.company-auto #company-bar,
body.company-bz #company-bar {
  display: flex;
}

#company-bar {
  position: sticky;
  top: 0;
  z-index: 170;
  height: 32px;
  padding: 0 4vw;
  align-items: center;
  gap: 10px;
  background: rgba(10, 10, 10, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, .72);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
#company-bar.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cbar-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .42);
  white-space: nowrap;
}
.cbar-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .12);
}
.cbar-link,
.cbar-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .72);
  white-space: nowrap;
}
.cbar-link:hover,
.cbar-link.active,
.cbar-back:hover {
  color: #ffffff;
}
.cbar-logo {
  display: block;
  height: 16px;
  width: auto;
  object-fit: contain;
}
.cbar-back {
  margin-left: auto;
}

#mainNav {
  position: sticky;
  top: var(--nav-offset);
  z-index: 260; /* muss über .product-page (240) liegen */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 18px 4vw;
  background: rgba(10, 10, 10, .96);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}
.nav-logo-mark {
  display: block;
  height: 34px;
  width: auto;
  object-fit: contain;
}
.nav-logo-mark--group {
  display: none;
}
body.on-group .nav-logo-mark--group {
  display: block;
}
body.on-group .nav-logo-mark--default {
  display: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-link-trigger,
.nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 64px;
  padding: 0 14px;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  background: none;
  border: 0;
}
.nav-link-trigger:hover,
.nav-links > li > a:hover,
.nav-links > li.nav-active > a {
  color: #ffffff;
}
.nav-chevron {
  font-size: 9px;
  opacity: .5;
  transition: transform .2s ease;
}
.has-mega:hover .nav-chevron {
  transform: rotate(180deg);
}
.has-mega.is-open .nav-chevron {
  transform: rotate(180deg);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-mega {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(var(--nav-offset) + 72px);
  padding: 24px 4vw 30px;
  background: rgba(17, 17, 20, .98);
  border-top: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(16px);
  z-index: 155;
  pointer-events: auto;
}
@keyframes navMegaIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.nav-mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
  /* Bridge area should not look like a gap. */
  background: rgba(17, 17, 20, .98);
}
/* Hover-open is handled by JS toggling `.is-open` to avoid "stuck open" after clicks. */
.has-mega.is-open .nav-mega,
.has-mega:focus-within .nav-mega {
  display: block;
  animation: navMegaIn 220ms cubic-bezier(.2,.8,.2,1) both;
}
.mega-inner {
  display: grid;
  gap: 12px;
  max-width: 1120px;
  margin: 15px auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mega-inner-auto,
.mega-inner-bz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mega-inner--ueber-uns {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 700px;
}
.mega-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mega-title {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
  margin-bottom: 4px;
}
.mega-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  text-align: left;
  color: #ffffff;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 14px;
}
.mega-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(var(--accent-rgb), .35);
}
.mega-name {
  font-weight: 800;
}
.mega-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, .48);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.nav-hamburger span {
  width: 22px;
  height: 2px;
  background: #ffffff;
}

body.company-it .nav-links .nav-it,
body.company-auto .nav-links .nav-auto,
body.company-bz .nav-links .nav-bz {
  display: list-item;
}
body.company-it .nav-cta .nav-it,
body.company-auto .nav-cta .nav-auto,
body.company-bz .nav-cta .nav-bz {
  display: inline-flex;
}
.nav-it,
.nav-auto,
.nav-bz {
  display: none;
}

.group-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.group-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: left;
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 28px;
}
.group-card:hover {
  background: rgba(255, 255, 255, .17);
  transform: translateY(-4px);
}
.gc-logo {
  display: block;
  max-width: 180px;
  max-height: 40px;
  object-fit: contain;
  margin-bottom: 18px;
}
.gc-sub {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .34);
}
.gc-name {
  margin: 8px 0 10px;
  font-size: 26px;
  font-weight: 800;
}
.gc-desc {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .64);
}
.gc-arrow {
  margin-top: auto;
  color: #ffffff;
  font-weight: 700;
}

.group-support-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.group-support-row-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
}
.group-support-btn {
  font-size: 15px;
  padding: 14px 32px;
  cursor: pointer;
  background: var(--accent);
  color: var(--black);
  border-color: transparent;
}
.group-support-btn:hover {
  opacity: .88;
}

.footer-logo-img {
  display: block;
  max-width: 190px;
  max-height: 30px;
  object-fit: contain;
}

.product-page {
  display: none;
  position: fixed;
  inset: var(--product-top-offset, 64px) 0 0 0;
  z-index: 240;
  background: #000000;
  overflow-y: auto;
}
.product-page.open {
  display: block;
}
body.product-open > main,
body.product-open > footer {
  display: none;
}
/* Nav-Mega bleibt auf Produktseiten aufklappbar.
   Früher wurde es hier mit display:none ausgeblendet als Workaround
   für den z-index-Konflikt (nav 150 < overlay 240). Behoben durch
   Anheben von #mainNav auf z-index: 260. */
.pp-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 4vw;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gray-100);
}
.pp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-400);
}
.pp-breadcrumb a {
  color: var(--gray-400);
  text-decoration: none;
}
.pp-breadcrumb a:hover {
  color: var(--black);
}
.pp-breadcrumb-sep {
  font-size: 10px;
  opacity: .45;
}
.pp-breadcrumb-current {
  color: var(--black);
}
.pp-close {
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--gray-500);
  background: none;
}
.pp-close:hover {
  color: var(--black);
  background: var(--gray-100);
}
.pp-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 4vw 52px;
  background: var(--black);
}
.pp-hero-blob {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), .24) 0%, transparent 65%);
  filter: blur(60px);
}
.pp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}
.pp-tag {
  display: inline-flex;
  padding: 4px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), .4);
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.pp-title {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #ffffff;
}
.pp-subtitle {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.65;
  font-size: 18px;
}
.pp-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pp-body {
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 4vw 100px;
}
.pp-section {
  margin-bottom: 56px;
}
.pp-section-title {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-100);
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pp-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  color: var(--gray-700);
  line-height: 1.5;
}
.pp-features li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 6px;
}
.pp-cta-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 4vw;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
}
.pp-cta-text strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}
.pp-cta-text span {
  color: var(--gray-500);
}
.pp-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .mobile-open .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--nav-offset) + 72px);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 4vw 32px;
    background: rgba(10, 10, 10, .98);
    overflow-y: auto;
    z-index: 159;
  }
  .mobile-open .nav-links > li > a,
  .mobile-open .nav-links .nav-link-trigger {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 0;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }
  .mobile-open .nav-mega {
    display: none !important;
  }
  .group-cards,
  .methode-grid,
  .kontakt-wrap,
  .form-row {
    grid-template-columns: 1fr;
  }
  .pp-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #group-bg-canvas,
  .group-bg-veil { display: none; }
  #group-overlay {
    justify-content: flex-start;
    padding: 32px 5vw 40px;
  }
  .group-logo-wrap {
    margin-bottom: 24px;
  }
  .group-card {
    padding: 18px;
  }
  .gc-name {
    font-size: 20px;
    margin: 6px 0 8px;
  }
  .gc-desc {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .gc-logo {
    max-width: 140px;
    margin-bottom: 12px;
  }
  #company-bar {
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
    padding: 10px 4vw;
  }
  .cbar-back {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
  }
  .nav-logo-mark {
    height: 30px;
  }
  .pp-topbar {
    flex-wrap: wrap;
    padding: 12px 4vw;
  }
  .pp-close {
    margin-left: 0;
  }
  .pp-hero {
    padding-top: 44px;
  }
  .pp-body {
    padding: 48px 4vw 72px;
  }
}

/* Updated unified page overrides */
#company-bar {
  position: sticky;
  top: 0;
  z-index: 320;
  padding: 8px 5vw;
  background: rgba(10, 10, 10, 0.74);
  backdrop-filter: blur(10px);
}

#mainNav {
  top: 64px;
}

.partner-dark {
  background: #070707;
  color: #fff;
}
.partner-dark .section-title,
.partner-dark .section-label,
.partner-dark .section-sub {
  color: #fff;
}
.partner-dark .section-sub {
  color: rgba(255, 255, 255, 0.55);
}
.partner-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.partner-marquee-track {
  display: flex;
  width: max-content;
  animation: partnerMarquee 38s linear infinite;
}
.partner-slide {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
  flex-shrink: 0;
}
.partner-logo {
  flex: 0 0 auto;
  min-width: 170px;
  min-height: 100px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.partner-name {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@keyframes partnerMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.team-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}
.team-company-pane {
  display: none;
}
.team-root {
  display: block;
}
.team-pane-it {
  display: block;
}
body.company-auto .team-pane-it,
body.company-bz .team-pane-it {
  display: none;
}
body.company-auto .team-pane-auto,
body.company-bz .team-pane-bz {
  display: block;
}
.team-section .section-title {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.team-section .section-sub {
  margin-bottom: 0;
  max-width: 620px;
}
.team-view {
  padding-top: 110px;
  padding-bottom: 130px;
}
.team-section-intro {
  display: grid;
  gap: 22px;
  align-items: start;
  margin-bottom: 54px;
}
.team-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 26px;
  align-items: start;
}
.team-intro-copy {
  max-width: 820px;
}
.team-intro-note {
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.08), rgba(var(--accent-rgb), 0.03));
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.04);
  display: grid;
  gap: 8px;
  color: var(--gray-600);
}
.team-intro-note strong {
  color: var(--black);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.1;
}
.team-group {
  margin-top: 52px;
}
.team-group-head {
  max-width: none;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Spacing between abteilung groups rendered from team.tpl */
.team-grid + .team-group-head {
  margin-top: 80px;
}
.team-group-label,
.team-department-label,
.team-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.team-group-label,
.team-department-label {
  margin-bottom: 0;
}
/* Department header: accent label + bold title + extending rule */
#team .team-group-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--gray-100);
  position: relative;
}
#team .team-group-head::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--accent);
}
#team .team-department-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 6px;
}
#team .team-group-head .team-dept-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  letter-spacing: -0.01em;
}
.team-group-head h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.06;
  color: var(--black);
}
.team-group-head p {
  margin: 0;
  max-width: 700px;
  color: var(--gray-500);
  line-height: 1.7;
}
.team-department-stack {
  display: grid;
  gap: 30px;
}
.team-department {
  display: grid;
  gap: 16px;
}
.team-department-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
}
.team-department-head span {
  color: var(--gray-500);
  font-size: 13px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  align-items: stretch;
  justify-content: start;
  justify-items: stretch;
}
@media (max-width: 1100px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 900px)  { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .team-grid { grid-template-columns: 1fr; } }
.team-grid-leadership {
  grid-template-columns: repeat(auto-fit, minmax(260px, 285px));
}
.team-person {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.07);
  box-shadow:
    0 20px 46px rgba(10, 10, 10, 0.06),
    0 0 0 1px rgba(var(--accent-rgb), 0.04) inset,
    0 12px 22px rgba(var(--accent-rgb), 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
}
.team-person:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), 0.22);
  box-shadow:
    0 24px 56px rgba(10, 10, 10, 0.08),
    0 0 0 1px rgba(var(--accent-rgb), 0.12) inset,
    0 18px 30px rgba(var(--accent-rgb), 0.10);
}
.team-person-photo {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f7f1, #ececdf);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-person-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(var(--accent-rgb), 0.06) 100%);
  pointer-events: none;
}
.team-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(10, 10, 10, 0.12);
}
.team-person-body {
  padding: 18px 20px 22px;
  display: grid;
  gap: 10px;
}
.team-person-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--black);
}
.team-person-role {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--accent-dark);
}
.team-person-links {
  display: grid;
  gap: 6px;
  padding-top: 2px;
}
.team-person-link {
  color: rgba(18, 18, 18, 0.78);
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
  text-decoration: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.16);
  width: fit-content;
}
.team-person-link:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent-dark);
}
.team-card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.07);
  box-shadow: 0 20px 46px rgba(10, 10, 10, 0.06), 0 0 0 1px rgba(var(--accent-rgb), 0.04) inset, 0 12px 22px rgba(var(--accent-rgb), 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
}
.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), 0.28);
  box-shadow: 0 24px 56px rgba(10, 10, 10, 0.08), 0 0 0 1px rgba(var(--accent-rgb), 0.14) inset, 0 18px 30px rgba(var(--accent-rgb), 0.1);
}
.team-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f7f1, #ececdf);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  --team-photo: 275px;
}
.team-grid .team-card-media {
  --team-photo: 250px;
}
.team-grid.team-grid-leadership .team-card-media {
  --team-photo: 275px;
}
.team-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(var(--accent-rgb), 0.06) 100%);
  pointer-events: none;
}
.team-card img {
  width: var(--team-photo);
  height: var(--team-photo);
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(10, 10, 10, 0.12);
}
.team-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}
.team-card-kicker {
  color: var(--accent-dark);
}
.team-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.1;
  color: var(--black);
}
.team-card-role {
  display: none;
}
.team-card-note {
  margin: 0;
  color: var(--gray-500);
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  display: none;
}
.team-card-source {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(10, 10, 10, 0.08);
  color: var(--black);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.team-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding-top: 4px;
}
.team-contact-link {
  color: var(--gray-800);
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
  text-decoration: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.16);
}
.team-contact-link:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent-dark);
}
@media (max-width: 900px) {
  .standorte-showcase {
    grid-template-columns: 1fr;
  }

  .standort-feature {
    min-height: 0;
    padding: 24px;
  }

  .testimonial-card {
    width: min(340px, calc(100vw - 40px));
  }

  .team-intro-grid {
    grid-template-columns: 1fr;
  }
  .team-view {
    padding-top: 90px;
    padding-bottom: 110px;
  }
}
@media (max-width: 640px) {
  .standort-orbit {
    width: 64px;
    height: 64px;
    box-shadow: 0 0 0 12px rgba(255,255,255,.03), 0 0 0 26px rgba(var(--accent-rgb), .06);
  }

  .testimonial-card {
    width: calc(100vw - 32px);
    padding: 24px;
  }

  .team-card-body {
    padding: 18px;
  }
  .team-section-intro {
    margin-bottom: 42px;
  }
}

.tools-grid-promote {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.tool-card-image {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tool-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.tool-card-content {
  position: relative;
  z-index: 1;
}
.tool-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tool-card-image .tool-name {
  color: #fff;
  font-size: 24px;
}
.tool-card-image .tool-desc {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  #mainNav {
    top: 72px;
  }
  #company-bar {
    padding: 7px 16px;
  }
}

/* Unified overrides: navigation, spotlights, partner */
#mainNav {
  min-height: 64px;
  padding: 14px 5vw;
}
#mainNav .nav-logo-mark {
  display: block;
  width: auto;
  height: 34px;
  object-fit: contain;
}
#mainNav .nav-links > li > a,
#mainNav .nav-link-trigger {
  height: 56px;
  padding: 0 13px;
  font-size: 12px;
  line-height: 1;
}
#mainNav .nav-mega {
  /* Use measured nav height to avoid tiny gaps when fonts/buttons change. */
  top: calc(var(--nav-offset) + var(--nav-h, 64px) - 1px);
  padding: 0 5vw 28px;
  border-top: 0;
  margin-top: 0;
}
#mainNav .nav-mega::before {
  display: none;
}
#mainNav .mega-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 15px auto;
}
#mainNav .mega-inner-auto,
#mainNav .mega-inner-bz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#mainNav .mega-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#mainNav .mega-col-title {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
  font-weight: 800;
}
#mainNav .mega-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  text-decoration: none;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
#mainNav .mega-item:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(var(--accent-rgb), .28);
  transform: translateY(-1px);
}
#mainNav .mega-item-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}
#mainNav .mega-item:hover .mega-item-icon {
  background: rgba(var(--accent-rgb), .16);
  color: var(--accent);
}
#mainNav .mega-item-icon svg {
  width: 100%;
  height: 100%;
}
#mainNav .mega-item-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}
#mainNav .mega-item-desc {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255,255,255,.76);
}
#mainNav .mega-featured .mega-item-name {
  color: var(--accent);
}
#mainNav .mega-cta-panel {
  padding: 20px;
  border-radius: 16px;
  background: rgba(var(--accent-rgb), .07);
  border: 1px solid rgba(var(--accent-rgb), .18);
}
#mainNav .mega-cta-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 8px;
}
#mainNav .mega-cta-desc {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255,255,255,.48);
  margin-bottom: 14px;
}
#mainNav .mega-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--black);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
#mainNav .mega-cta-btn:hover {
  background: var(--accent-dark);
}

#partner.partner-dark {
  background: #070707;
  color: #ffffff;
}
#partner.partner-dark .section-label,
#partner.partner-dark .section-title,
#partner.partner-dark .section-sub {
  color: #ffffff;
}
#partner.partner-dark .section-sub {
  color: rgba(255,255,255,.58);
}
#partner.partner-dark .partner-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
#partner.partner-dark .partner-marquee-track {
  display: flex;
  width: max-content;
  animation: partnerMarquee 38s linear infinite;
}
#partner.partner-dark .partner-slide {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
}
#partner.partner-dark .partner-logo {
  flex: 0 0 auto;
  min-width: 170px;
  min-height: 100px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
#partner.partner-dark .partner-logo img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
  filter: none !important;
}
#partner.partner-dark .partner-name {
  color: rgba(255,255,255,.84);
  font-weight: 700;
}

.spotlight {
  position: relative;
  overflow: hidden;
  padding: 100px 5vw;
}
.spotlight-dark { background: #05060f; color: #ffffff; }
.spotlight-light { background: #f6f7fb; color: var(--black); }
.spotlight-blob {
  position: absolute;
  width: 700px;
  height: 600px;
  top: -110px;
  left: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, transparent 65%);
  filter: blur(60px);
  pointer-events: none;
}
.spotlight-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 540px);
  gap: 64px;
  align-items: center;
}
.spotlight-inner-rev { direction: rtl; }
.spotlight-inner-rev > * { direction: ltr; }
.spotlight-title {
  margin: 12px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.spotlight-dark .spotlight-desc { color: rgba(255,255,255,.56); }
.spotlight-light .spotlight-desc { color: var(--gray-500); }
.spotlight-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spotlight-features li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.sf-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--accent-rgb), .12);
  color: var(--accent);
  padding: 8px;
}
.sf-icon svg { width: 100%; height: 100%; }
.spotlight-features strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.spotlight-dark .spotlight-features span { color: rgba(255,255,255,.76); }
.spotlight-light .spotlight-features span { color: var(--gray-500); }
.spotlight-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.spotlight-note { font-size: 12px; }
.spotlight-dark .spotlight-note { color: rgba(255,255,255,.70); }
.btn-primary-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--black);
  color: #ffffff;
  border: none;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.btn-primary-dark:hover { background: #111111; }
.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--black);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.btn-ghost-dark:hover { background: var(--black); color: #ffffff; }

.fiber-diagram {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 40px 20px 30px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.fiber-node-dc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border: 1px solid rgba(var(--accent-rgb), .4);
  border-radius: 16px;
  padding: 16px 28px;
}
.fiber-node-icon { width: 36px; height: 36px; color: var(--accent); }
.fiber-node-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fiber-lines {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
  position: relative;
  height: 60px;
}
.fiber-line {
  flex: 1;
  max-width: 100px;
  height: 60px;
  position: relative;
  background: linear-gradient(to bottom, rgba(var(--accent-rgb), .4) 0%, rgba(68,170,255,.4) 100%);
  width: 3px;
  border-radius: 2px;
  margin: 0 auto;
}
.fiber-pulse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: fiberFlow 1.8s ease-in-out infinite;
}
@keyframes fiberFlow {
  0% { top: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.fiber-clients {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
.fiber-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 14px 20px;
  min-width: 92px;
}
.fc-icon { width: 28px; height: 28px; color: rgba(255,255,255,.65); }
.fiber-client span {
  font-size: 10px;
  color: rgba(255,255,255,.45);
  font-weight: 600;
  letter-spacing: .5px;
}
.fiber-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent);
  color: var(--black);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.3;
}
.fiber-badge small { display: block; font-size: 10px; font-weight: 600; }

.hosting-card-stack {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 280px;
}
.hcs-card {
  position: absolute;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
}
.hcs-card-1 { width: 260px; height: 160px; left: 0; top: 0; transform: rotate(-4deg); }
.hcs-card-2 { width: 220px; height: 130px; right: 0; top: 66px; transform: rotate(4deg); }
.hcs-card-3 { width: 220px; height: 110px; left: 54px; bottom: 0; transform: rotate(-2deg); }
.hcs-header { display: flex; gap: 6px; margin-bottom: 18px; }
.hcs-dot { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.hcs-domain { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: #111111; line-height: 1.05; }
.hcs-www, .hcs-tld { color: var(--gray-400); }
.hcs-status { margin-top: 18px; display: flex; gap: 12px; font-size: 11px; font-weight: 700; }
.hcs-live { color: #00a86b; }
.hcs-ssl { color: var(--gray-500); }
.hcs-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-400); font-weight: 700; margin-bottom: 12px; }
.hcs-uptime { font-family: var(--font-display); font-size: 42px; line-height: 1; font-weight: 900; color: #111111; margin-bottom: 12px; }
.hcs-bar { width: 100%; height: 10px; background: var(--gray-100); border-radius: 999px; overflow: hidden; }
.hcs-bar-fill { width: 92%; height: 100%; background: linear-gradient(90deg, var(--accent), #68d3ff); }
.hcs-backup-ok { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #111111; font-weight: 700; }

@media (max-width: 900px) {
  #mainNav { top: 64px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  @keyframes navMobileIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes navMobileOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-8px); }
  }
  body.mobile-open .nav-links {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: var(--nav-bottom, 92px);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 4vw 32px;
    background: rgba(10,10,10,.98);
    overflow-y: auto;
    z-index: 159;
    animation: navMobileIn 240ms cubic-bezier(.2,.8,.2,1) both;
  }
  body.mobile-closing .nav-links {
    animation: navMobileOut 190ms ease both;
  }
  body.mobile-open .nav-links > li > a,
  body.mobile-open .nav-links .nav-link-trigger {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 0;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  body.mobile-open .nav-mega { display: none !important; }
  .spotlight-inner,
  .spotlight-inner-rev {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .fiber-diagram,
  .hosting-card-stack {
    max-width: 100%;
  }
}

body.on-group {
  --company-bar-h: 0px;
  --product-top-offset: 64px;
}

body.company-it,
body.company-auto,
body.company-bz {
  --company-bar-h: 32px;
  --product-top-offset: 96px;
}

#company-bar {
  height: 32px;
  min-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 260;
  background: linear-gradient(180deg, rgba(14, 14, 16, .88), rgba(7, 7, 9, .74));
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}

.cbar-label,
.cbar-link,
.cbar-back {
  white-space: nowrap;
}

.cbar-back-short {
  display: none;
}

#mainNav {
  top: var(--company-bar-h, 0px);
  z-index: 250;
  background: linear-gradient(180deg, rgba(14, 14, 16, .92), rgba(6, 6, 8, .80));
  backdrop-filter: blur(16px) saturate(120%);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 44px rgba(0,0,0,.26);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(0, max-content) minmax(170px, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mainNav::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 0%, rgba(var(--accent-rgb), .16), transparent 46%),
    radial-gradient(circle at 22% 120%, rgba(255,255,255,.06), transparent 42%);
  opacity: .95;
}

#mainNav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--accent-rgb), .40) 50%, transparent 100%);
  opacity: .75;
}

#mainNav .nav-logo {
  flex-direction: row;
  align-items: center;
  justify-self: start;
}

#mainNav .nav-logo-mark {
  display: block;
  width: auto;
  height: 34px;
  object-fit: contain;
}

#mainNav .nav-sub-label {
  display: none;
}

#mainNav .nav-links {
  justify-self: center;
  align-items: center;
}

#mainNav .nav-cta {
  justify-self: end;
  align-items: center;
}

#mainNav .nav-hamburger {
  grid-column: 4;
  justify-self: end;
}

#mainNav .nav-links > li > a,
#mainNav .nav-link-trigger {
  height: 44px;
  padding: 0 11px;
}

#mainNav .nav-cta .btn-support,
#mainNav .nav-cta .btn-nav-primary,
#mainNav .nav-cta .nav-btn-tools {
  height: 44px;
  padding: 0 16px;
}

#mainNav .nav-btn-tools {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,.2);
}

.product-page {
  inset: var(--product-top-offset, 64px) 0 0 0;
  z-index: 240;
  background: #000000;
}

.pp-topbar {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  min-height: 54px;
  padding: 12px 4vw;
  background: rgba(8, 8, 8, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.pp-breadcrumb {
  justify-self: start;
  color: rgba(255, 255, 255, .58);
}

.pp-breadcrumb a {
  color: rgba(255, 255, 255, .74);
}

.pp-breadcrumb a:hover {
  color: #ffffff;
}

.pp-breadcrumb-current {
  color: #ffffff;
}

.pp-close {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: #ffffff;
}

.pp-close:hover {
  background: rgba(255, 255, 255, .1);
}

.pp-hero {
  padding: 48px 4vw 22px;
  background: transparent;
}

.pp-hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: center;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(10,10,10,.99), rgba(16,16,16,.97));
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32), 0 0 0 1px rgba(var(--accent-rgb), .04);
  overflow: hidden;
}

.pp-hero-copy {
  max-width: 720px;
}

.pp-tag,
.pp-title,
.pp-subtitle {
  position: relative;
  z-index: 1;
}

.pp-tag {
  box-shadow: 0 10px 24px rgba(var(--accent-rgb), .16);
}

.pp-title {
  text-wrap: balance;
  color: #ffffff;
}

.pp-subtitle {
  max-width: 640px;
  color: rgba(255,255,255,.74);
}

.pp-hero-cta .btn-secondary {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .05);
  color: #ffffff;
}

.pp-body {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.pp-layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 4vw 80px;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.pp-rail {
  position: sticky;
  top: calc(var(--company-bar-h, 0px) + 112px);
  display: grid;
  gap: 14px;
  align-content: start;
  margin-left: -2vw;
  padding-left: 2vw;
  padding-right: 18px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.pp-rail-note {
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.6;
  font-size: 14px;
  max-width: 22ch;
}

.pp-back-solutions {
  min-height: 76px;
  padding: 16px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
  color: #111111;
  box-shadow: 0 18px 44px rgba(var(--accent-rgb), .12), 0 0 0 1px rgba(255,255,255,.25) inset;
  font-weight: 800;
  letter-spacing: 0.01em;
  justify-content: flex-start;
  text-align: left;
}

.pp-back-solutions:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(var(--accent-rgb), .16), 0 0 0 1px rgba(255,255,255,.28) inset;
}

.pp-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.pp-ai-card {
  padding: 24px;
  border-radius: 24px;
  color: var(--gray-700);
  background: linear-gradient(180deg, #ffffff 0%, #faf9f4 100%);
  border: 1px solid rgba(186,215,57,.10);
  box-shadow: 0 16px 36px rgba(10,10,10,.08), 0 0 30px rgba(186,215,57,.07);
}

.pp-ai-summary {
  max-width: 860px;
  margin: 0;
  line-height: 1.72;
}

.pp-section {
  grid-column: 1 / -1;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbf8 100%);
  border: 1px solid rgba(186, 215, 57, .10);
  box-shadow: 0 18px 40px rgba(10, 10, 10, .08), 0 0 28px rgba(186, 215, 57, .06);
  backdrop-filter: blur(10px);
}

.pp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(186, 215, 57, .16);
}

.pp-section-title {
  margin-bottom: 0;
  color: var(--accent);
  border-bottom: none;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pp-section-count {
  font-size: 13px;
  color: var(--gray-500);
}

.pp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.pp-feature-card {
  min-height: 88px;
  padding: 18px 18px 18px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fafaf8 100%);
  border: 1px solid rgba(186,215,57,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.64), 0 0 16px rgba(186,215,57,.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.pp-feature-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), .12);
}

.pp-feature-text {
  color: var(--gray-800);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pp-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), .24);
  box-shadow: 0 12px 26px rgba(10, 10, 10, .08), 0 0 18px rgba(var(--accent-rgb), .10), inset 0 1px 0 rgba(255,255,255,.58);
}

.pp-detail-grid,
.pp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pp-detail-card,
.pp-price-card {
  min-width: 0;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(var(--accent-rgb), .13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 12px 24px rgba(10,10,10,.06);
}

.pp-detail-card h4,
.pp-price-card h4 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.2;
  color: var(--gray-900);
}

.pp-detail-card p,
.pp-price-card p,
.pp-copy-block p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.62;
}

.pp-detail-card ul,
.pp-price-card ul,
.pp-copy-block ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.pp-detail-card li,
.pp-price-card li,
.pp-copy-block li {
  position: relative;
  padding-left: 18px;
  color: var(--gray-700);
  line-height: 1.45;
}

.pp-detail-card li::before,
.pp-price-card li::before,
.pp-copy-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.pp-price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
}

.pp-price-card.featured {
  border-color: rgba(var(--accent-rgb), .34);
  box-shadow: 0 18px 36px rgba(var(--accent-rgb), .12), inset 0 1px 0 rgba(255,255,255,.7);
}

.pp-price-badge {
  justify-self: start;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), .14);
  color: var(--gray-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pp-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin-top: 2px;
}

.pp-price {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  color: var(--accent);
}

.pp-period {
  color: var(--gray-500);
  font-size: 13px;
}

.pp-copy-block {
  display: grid;
  gap: 12px;
  max-width: 850px;
}

.pp-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.pp-detail-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 640px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(var(--accent-rgb), .14);
  background: #ffffff;
}

.pp-detail-table th,
.pp-detail-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(10,10,10,.07);
}

.pp-detail-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gray-600);
  background: rgba(var(--accent-rgb), .08);
}

.pp-detail-table td {
  color: var(--gray-800);
  line-height: 1.5;
}

.pp-detail-table tr:last-child td {
  border-bottom: 0;
}

.pp-section p {
  color: var(--gray-700);
}

.pp-features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-cta-strip {
  padding: 28px 4vw 34px;
  border-top: none;
  border-radius: 24px;
  background: #101010;
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(10, 10, 10, .18);
}

.pp-cta-text strong {
  color: #ffffff;
}

.pp-cta-text span {
  color: rgba(255, 255, 255, .66);
}

.pp-cta-actions .btn-secondary {
  border-color: rgba(255, 255, 255, .16);
  color: #ffffff;
}

.pp-hero-visual {
  position: relative;
  min-height: 280px;
}

.pp-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.08);
}

.pp-visual-layer {
  position: absolute;
  border-radius: 26px;
}

.pp-visual-layer-back {
  inset: 24px 18px 42px 44px;
  background: linear-gradient(145deg, rgba(var(--accent-rgb), .18), rgba(255,255,255,.04));
  transform: rotate(-8deg);
}

.pp-visual-layer-mid {
  inset: 54px 38px 28px 24px;
  background: linear-gradient(180deg, rgba(8,8,10,.86), rgba(8,8,10,.72));
  border: 1px solid rgba(255,255,255,.06);
  transform: rotate(4deg);
}

.pp-visual-layer-front {
  inset: 70px 70px 48px 52px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), .26), rgba(var(--accent-rgb), .10));
  border: 1px solid rgba(var(--accent-rgb), .28);
  transform: rotate(-2deg);
}

.pp-visual-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.pp-visual-icon svg {
  width: 84px;
  height: 84px;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.18));
}

.pp-visual-fiber .pp-visual-icon,
.pp-visual-cloud .pp-visual-icon,
.pp-visual-shield .pp-visual-icon {
  color: var(--accent);
}

.pp-visual-phone .pp-visual-icon,
.pp-visual-wrench .pp-visual-icon,
.pp-visual-server .pp-visual-icon {
  color: #ffffff;
}

.pp-visual-spark .pp-visual-layer-front {
  background: linear-gradient(180deg, rgba(var(--accent-rgb), .34), rgba(var(--accent-rgb), .12));
}

.pp-visual-gear .pp-visual-layer-front,
.pp-visual-network .pp-visual-layer-front,
.pp-visual-chart .pp-visual-layer-front {
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
}

/* =========================================================================
   KLIXA CONNECT: TARIF-GRID (Volle Breite & Responsive)
   ========================================================================= */

/* Überschreibt das Standard-3er-Grid und dehnt 2 Karten auf je 50% aus */
.pp-tarife-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  width: 100% !important;
}

/* Interaktive Karten-Effekte */
.pp-detail-card-interactive {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.pp-detail-card-interactive:hover {
  transform: translateY(-3px);
  border-color: var(--accent) !important;
  box-shadow: 0 10px 30px rgba(var(--accent-rgb), 0.1);
}

.pp-card-badge {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 12px;
  font-weight: 600;
}

.pp-card-footer-link {
  margin-top: auto; /* Schiebt den Link immer ganz nach unten, egal wie lang der Text ist */
  padding-top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
}

.pp-card-footer-link span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.pp-detail-card-interactive:hover .pp-card-footer-link span {
  transform: translateX(5px);
}


/* =========================================================================
   MODAL-STYLING
   ========================================================================= */

/* 1. Das Haupt-Overlay (Dunkler Hintergrund über dem gesamten Bildschirm) */
.pp-custom-modal.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.6) !important; /* Macht den Hintergrund dunkel */
  z-index: 999999 !important; /* Setzt das Modal über das Produkt-Overlay */
  display: none;
  align-items: center; /* Zentriert die weiße Box perfekt vertikal */
  justify-content: center; /* Zentriert die weiße Box perfekt horizontal */
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
}

/* Macht die Tariftabellen auf dem Smartphone wischbar */
@media (max-width: 767px) {
  .pp-table-container {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important; /* Sorgt für flüssiges Scrollen auf iPhones */
    margin-bottom: 15px;
    display: block;
  }

  /* Verhindert, dass die Texte in den Spalten hässlich umbrechen */
  .pp-dark-table th, 
  .pp-dark-table td {
    white-space: nowrap !important;
    padding: 10px 12px !important; /* Etwas kompakter auf dem Handy */
    font-size: 14px !important;    /* Leicht kleinere Schrift für bessere Übersicht */
  }
}

/* Aktiv-Zustand des Overlays */
.pp-custom-modal.show {
  display: flex !important;
}

/* Verhindert, dass das Hauptmenü der Website durch das geöffnete Modal hindurchschaut */
body.modal-open #mainNav {
  z-index: 100 !important;
}

/* 2. Die weiße Inhalts-Box (Zentriert und übersichtlich) */
.pp-custom-modal .modal-dialog {
  width: 100% !important;
  max-width: 800px !important;
  margin: auto !important;
}

.pp-custom-modal .modal-content {
  background: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  color: #333333 !important;
  padding: 40px 35px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
  position: relative; /* Wichtig für die Positionierung des X-Buttons */
}

/* 3. Typografie (Exakt wie im Screenshot) */
.pp-custom-modal .modal-main-title {
  font-size: 36px;
  font-weight: 400;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 6px;
}

.pp-custom-modal .item-intro {
  font-style: italic;
  font-size: 14px;
  color: #666666;
  margin-bottom: 25px;
}

/* 4. Tabellen-Header (Schwarz mit grünem/gelbem Text) */
.pp-dark-table thead th {
  background: #000000 !important;
  color: var(--accent) !important; 
  padding: 12px 15px !important;
  font-weight: 600;
  font-size: 14px;
  border: none !important;
}

.pp-dark-table tbody td {
  padding: 14px 15px !important;
  border-bottom: 1px solid #eeeeee !important;
  color: #444444 !important;
}

/* Nur das nackte, graue Text-X */
.klixa-close-x {
  position: absolute !important;
  top: 15px !important;
  right: 20px !important;
  
  color: #888888 !important;   /* Schönes, dezentes Grau */
  font-size: 32px !important;  /* Perfekte Größe für das X */
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
  
  cursor: pointer !important;  /* Zeigt beim Drüberfahren die Klick-Hand */
  z-index: 99999 !important;   /* Bleibt immer ganz oben */
}

/* Wird beim Drüberfahren auf dem PC dezent dunkler */
.klixa-close-x:hover {
  color: #333333 !important;
}

/* Mobil-Sitzplatz */
@media (max-width: 767px) {
  .klixa-close-x {
    top: 12px !important;
    right: 15px !important;
    font-size: 28px !important;
  }
}

/* 6. Der Schließen-Button unten links (Sichtbar gemacht!) */
.pp-btn-modal-close {
  background: #000000 !important; /* Schwarzer Hintergrund */
  border: 1px solid #000000 !important;
  color: #ffffff !important; /* Weiße, gut lesbare Schrift */
  padding: 10px 24px !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pp-btn-modal-close:hover {
  background: var(--accent) !important; /* Wird grün beim Hovern */
  border-color: var(--accent) !important;
  color: #000000 !important; /* Schrift wird schwarz beim Hovern */
}

/* Listen-Stile */
.pp-modal-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444444;
  list-style: none;
}
.pp-modal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

.pp-modal-note {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  background: #f9f9f9;
  border-left: 3px solid var(--accent);
  padding: 14px;
}

/* Schliessen-Button unten rechts */
.pp-btn-modal-close {
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pp-btn-modal-close:hover {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.05);
  color: var(--accent);
}

/* Das Schliessen-X oben rechts im Modal */
.pp-custom-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
}

.pp-custom-modal .close-modal .lr, 
.pp-custom-modal .close-modal .lr .rl {
  background-color: #555 !important;
  width: 1px;
  height: 25px;
}

.pp-custom-modal .close-modal:hover .lr,
.pp-custom-modal .close-modal:hover .lr .rl {
  background-color: var(--accent) !important;
}

@media (max-width: 900px) {
  body.on-group,
  body.company-it,
  body.company-auto,
  body.company-bz {
    --product-top-offset: 64px;
  }

  body.company-it,
  body.company-auto,
  body.company-bz {
    --company-bar-h: 36px;
    --product-top-offset: 100px;
  }

  body.on-group {
    --company-bar-h: 0px;
    --product-top-offset: 64px;
  }

  #company-bar {
    height: 36px;
    min-height: 36px;
    display: flex;
    justify-content: flex-end;
    gap: 0;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }

  .cbar-label {
    display: none;
  }

  #company-bar .cbar-sep {
    display: none;
  }

  #company-bar .cbar-link {
    display: none;
  }

  #company-bar .cbar-link span {
    display: none;
  }

  #company-bar .cbar-logo {
    width: auto;
    height: 14px;
    max-width: 64px;
    object-fit: contain;
  }

  #company-bar .cbar-back {
    min-width: 0;
    margin-left: auto;
    justify-self: end;
    padding: 0 0 0 12px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }

  .cbar-back-full {
    display: none;
  }

  .cbar-back-short {
    display: inline;
  }

  #mainNav {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 270;
  }

  #mainNav .nav-links,
  #mainNav .nav-cta {
    display: none;
  }

  #mainNav .nav-logo-mark {
    height: 30px;
  }

  #mainNav .nav-hamburger {
    grid-column: 3;
  }

  .product-page {
    inset: var(--product-top-offset, 64px) 0 0 0;
  }

  .pp-topbar {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 10px;
    min-height: 0;
  }

  .pp-close {
    width: 100%;
    min-height: 44px;
  }

  .pp-breadcrumb {
    justify-self: start;
    order: 2;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .pp-hero-shell {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pp-hero-visual {
    min-height: 220px;
  }

  .pp-visual {
    min-height: 220px;
  }

  .pp-close {
    justify-self: stretch;
  }

  .pp-layout {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

  .pp-rail {
    position: static;
  }

  .pp-ai-card {
    padding-top: 20px;
  }

  .pp-features {
    grid-template-columns: 1fr;
  }

  .pp-feature-grid {
    grid-template-columns: 1fr;
  }

  .pp-detail-grid,
  .pp-pricing-grid {
    grid-template-columns: 1fr;
  }

  .pp-section-head {
    align-items: start;
    flex-direction: column;
  }
}

body.support-modal-open {
  overflow: hidden;
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 4, 6, .72);
  backdrop-filter: blur(18px);
}

.support-modal.open {
  display: flex;
}

.support-modal-panel {
  position: relative;
  width: min(720px, 100%);
  padding: 34px 34px 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 18, 22, .98), rgba(7, 8, 11, .98));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
  color: #ffffff;
}

.support-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.08);
}

.support-modal-close:hover {
  background: rgba(255,255,255,.1);
  color: #ffffff;
}

.support-modal-step {
  display: grid;
  gap: 14px;
}

.support-modal-kicker {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.support-modal h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.06;
  letter-spacing: -1px;
}

.support-modal p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.66);
  line-height: 1.65;
  max-width: 560px;
}

.support-modal-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
}

.support-modal-actions-single {
  grid-template-columns: 1fr;
}

.support-modal-divider {
  height: 1px;
  margin: 8px 0 4px;
  background: linear-gradient(90deg, rgba(255,255,255,.02), rgba(var(--accent-rgb), .26), rgba(255,255,255,.02));
}

.support-choice,
.support-modal-back {
  min-height: 68px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  gap: 12px;
  text-align: center;
}

.support-choice {
  padding: 18px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

.support-choice:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
  border-color: rgba(var(--accent-rgb), .28);
}

.support-choice-ticket {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.10);
  color: #ffffff;
}

.support-choice-download {
  background: rgba(255,255,255,.08);
}
.support-choice-download:hover {
  background: rgba(255,255,255,.12);
}

.support-choice-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: .95;
}

.support-choice-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

@media (max-width: 900px) {
  .support-modal {
    padding: 16px;
  }

  .support-modal-panel {
    padding: 68px 18px 22px;
    border-radius: 22px;
  }

  .support-modal-close {
    top: 14px;
    right: 14px;
  }

  .support-modal-actions {
    grid-template-columns: 1fr;
  }

  .support-choice,
  .support-modal-back {
    min-height: 60px;
    border-radius: 18px;
  }
}

body.page-shell {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-rgb), 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.06), transparent 28%),
    #050505;
  color: #f5f5f5;
}

.page-topbar {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 10, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-topbar-inner {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-brand img {
  width: auto;
  height: 38px;
  display: block;
}

.page-topnav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-topnav a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.page-topnav a:hover,
.page-topnav a[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(var(--accent-rgb), 0.35);
  background: rgba(var(--accent-rgb), 0.12);
  transform: translateY(-1px);
}

.legal-hero,
.ticket-hero {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 28px;
}

.legal-hero-inner,
.ticket-hero-inner {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(160deg, rgba(10, 10, 10, 0.94), rgba(18, 18, 18, 0.84));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(var(--accent-rgb), 0.08) inset;
}

.legal-hero-inner::before,
.ticket-hero-inner::before {
  content: "";
  position: absolute;
  inset: auto -8% -30% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.18), transparent 66%);
  filter: blur(14px);
  pointer-events: none;
}

.legal-kicker,
.ticket-form-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--accent-rgb), 0.3);
  background: rgba(var(--accent-rgb), 0.12);
}

.legal-hero h1,
.ticket-hero h1 {
  margin: 0;
  max-width: 800px;
  font-family: var(--font-display);
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.legal-hero p,
.ticket-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.legal-shell,
.ticket-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 96px;
}

.legal-shell-inner,
.ticket-shell-inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-sidecard,
.ticket-sidecard {
  position: sticky;
  top: 108px;
  padding: 26px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.legal-sidecard-label,
.ticket-sidecard-kicker {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--accent-rgb), 0.95);
}

.legal-sidecard-link {
  display: block;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-sidecard-link:last-child {
  border-bottom: 0;
}

.legal-sidecard-link:hover {
  color: #ffffff;
}

.legal-document,
.ticket-form-card {
  border-radius: 34px;
  background: #ffffff;
  color: #141414;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(var(--accent-rgb), 0.08) inset;
}

.legal-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-card-grid-single {
  grid-template-columns: 1fr;
  max-width: 780px;
}

.legal-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: linear-gradient(180deg, #ffffff, #f5f6f2);
}

.legal-card-kicker,
.legal-meta-item {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-card h2,
.ticket-form-head h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
}

.legal-card p,
.legal-prose p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(18, 18, 18, 0.8);
}

.legal-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.legal-prose h2 {
  margin: 34px 0 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.legal-prose h3 {
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.legal-prose a,
.legal-card a,
.ticket-sidecard-note a {
  color: var(--accent-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.28);
}

.ticket-hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.ticket-hero-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.ticket-sidecard-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  gap: 12px;
  line-height: 1.6;
}

.ticket-sidecard-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.ticket-form-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.ticket-form-head p {
  margin: 0;
  color: rgba(18, 18, 18, 0.58);
}

.ticket-form-modern {
  display: grid;
  gap: 28px;
  width: 100%;
}

.ticket-form-modern,
.ticket-form-modern * {
  box-sizing: border-box;
}

.ticket-form-panel {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f6f7f2);
  border: 1px solid rgba(18, 18, 18, 0.08);
  box-shadow: 0 10px 28px rgba(18, 18, 18, 0.05);
}

.ticket-form-panel-head {
  display: grid;
  gap: 6px;
}

.ticket-form-panel-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
}

.ticket-form-panel-head p {
  margin: 0;
  color: rgba(18, 18, 18, 0.58);
  line-height: 1.6;
}

.ticket-form-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.ticket-form-grid-1 {
  grid-template-columns: 1fr;
}

.ticket-form-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ticket-form-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ticket-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ticket-field > span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.72);
}

.ticket-field input,
.ticket-field select,
.ticket-field textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 18px;
  background: #f7f7f3;
  color: #121212;
  padding: 15px 16px;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ticket-field textarea {
  min-height: 160px;
  resize: vertical;
}

.ticket-field input:focus,
.ticket-field select:focus,
.ticket-field textarea:focus {
  outline: none;
  border-color: rgba(var(--accent-rgb), 0.4);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.12);
  background: #ffffff;
}

.ticket-service-note {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.1), rgba(var(--accent-rgb), 0.04));
  color: rgba(18, 18, 18, 0.8);
  line-height: 1.7;
}

/* ---- Upload / Dropzone ---------------------------------------- */

/* Keyframes */
@keyframes dz-row-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes dz-icon-bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(-2px); }
}
@keyframes dz-mark-pop {
  0%   { opacity: 0; transform: scale(0.3); }
  65%  { transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}

/* Zone shell */
#myDropzone {
  width: 100%;
  min-height: 120px; /* visible even before JS initialises */
  border: 1.5px dashed rgba(18, 18, 18, 0.14);
  border-radius: 20px;
  background: #f7f7f3;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
#myDropzone:hover {
  border-color: rgba(18, 18, 18, 0.28);
  background: #f2f2ee;
}
#myDropzone.dz-drag-hover {
  border-color: var(--accent);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.12);
  background: #f7f7f3;
}

/* Drop message */
#myDropzone .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 24px 22px;
  margin: 0;
  text-align: center;
  pointer-events: none;
  transition: padding .25s ease;
}
#myDropzone.dz-started .dz-message {
  display: flex; /* override dropzone.min.css display:none on .dropzone.dz-started .dz-message */
  padding: 14px 24px 12px;
}
#myDropzone.dz-started .dz-sub-text {
  display: none;
}

/* Icon ring */
#myDropzone .dz-upload-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px dashed rgba(18, 18, 18, 0.18);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .2s ease, background .2s ease,
              transform .3s cubic-bezier(.34, 1.56, .64, 1),
              width .25s ease, height .25s ease;
}
#myDropzone.dz-started .dz-upload-icon {
  width: 36px;
  height: 36px;
}
#myDropzone:hover .dz-upload-icon {
  border-color: rgba(18, 18, 18, 0.35);
  border-style: solid;
  transform: translateY(-3px);
}
#myDropzone.dz-drag-hover .dz-upload-icon {
  border-color: var(--accent);
  border-style: solid;
  background: rgba(var(--accent-rgb), 0.08);
  animation: dz-icon-bounce .7s ease-in-out infinite alternate;
}

#myDropzone .dz-upload-icon svg {
  width: 22px;
  height: 22px;
  stroke: rgba(18, 18, 18, 0.42);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease, width .25s ease, height .25s ease;
}
#myDropzone.dz-started .dz-upload-icon svg {
  width: 16px;
  height: 16px;
}
#myDropzone:hover .dz-upload-icon svg {
  stroke: rgba(18, 18, 18, 0.68);
}
#myDropzone.dz-drag-hover .dz-upload-icon svg {
  stroke: var(--accent-dark);
}

#myDropzone .dz-main-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(18, 18, 18, 0.60);
  transition: font-size .25s ease;
}
#myDropzone.dz-started .dz-main-text {
  font-size: 12px;
}
#myDropzone .dz-sub-text {
  font-size: 12px;
  color: rgba(18, 18, 18, 0.36);
}

/* File preview rows */
#myDropzone .dz-preview {
  animation: dz-row-in .22s cubic-bezier(.22, .68, 0, 1.2) both;
  border-top: 1px solid rgba(18, 18, 18, 0.07);
}

#myDropzone .dz-file-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  background: #fff;
  transition: background .15s;
}
#myDropzone .dz-file-row:hover {
  background: #fafaf8;
}

/* File icon pill */
#myDropzone .dz-file-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f0f0ec;
  border: 1px solid rgba(18, 18, 18, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease;
}
#myDropzone .dz-preview.dz-success .dz-file-icon {
  background: rgba(var(--accent-rgb), 0.12);
  border-color: rgba(var(--accent-rgb), 0.18);
}
#myDropzone .dz-preview.dz-error .dz-file-icon {
  background: rgba(220, 50, 50, 0.08);
  border-color: rgba(220, 50, 50, 0.14);
}
#myDropzone .dz-file-icon svg {
  width: 17px;
  height: 17px;
  stroke: rgba(18, 18, 18, 0.42);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke .2s ease;
}
#myDropzone .dz-preview.dz-success .dz-file-icon svg { stroke: var(--accent-dark); }
#myDropzone .dz-preview.dz-error   .dz-file-icon svg { stroke: rgba(200, 40, 40, 0.75); }

/* File name + size + progress */
#myDropzone .dz-file-body {
  flex: 1 1 0;
  min-width: 0;
}
#myDropzone .dz-filename {
  font-size: 13px;
  font-weight: 600;
  color: rgba(18, 18, 18, 0.80);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#myDropzone .dz-filesize {
  font-size: 11px;
  color: rgba(18, 18, 18, 0.38);
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
#myDropzone .dz-progress {
  height: 2px;
  border-radius: 2px;
  background: rgba(18, 18, 18, 0.08);
  overflow: hidden;
  margin-top: 6px;
  transition: opacity .35s ease .2s;
}
#myDropzone .dz-preview.dz-success .dz-progress,
#myDropzone .dz-preview.dz-error   .dz-progress {
  opacity: 0;
}
#myDropzone .dz-upload {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
  transition: width .3s ease;
}

/* Success / error state marks */
#myDropzone .dz-state {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#myDropzone .dz-success-mark,
#myDropzone .dz-error-mark {
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#myDropzone .dz-success-mark {
  background: rgba(var(--accent-rgb), 0.15);
  color: var(--accent-dark);
}
#myDropzone .dz-error-mark {
  background: rgba(220, 50, 50, 0.1);
  color: rgba(200, 40, 40, 0.85);
}
#myDropzone .dz-success-mark svg,
#myDropzone .dz-error-mark svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  display: block;
}
#myDropzone .dz-preview.dz-success .dz-success-mark {
  display: flex;
  animation: dz-mark-pop .28s cubic-bezier(.34, 1.56, .64, 1) both;
}
#myDropzone .dz-preview.dz-error .dz-error-mark {
  display: flex;
  animation: dz-mark-pop .28s cubic-bezier(.34, 1.56, .64, 1) both;
}

/* Remove button */
#myDropzone .dz-remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(18, 18, 18, 0.28);
  padding: 0;
  transition: background .15s ease, color .15s ease;
  text-decoration: none;
  font-size: 0;
}
#myDropzone .dz-remove:hover {
  background: rgba(220, 50, 50, 0.1);
  color: rgba(200, 40, 40, 0.85);
}
#myDropzone .dz-remove svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
  flex-shrink: 0;
}

/* Error message below row */
#myDropzone .dz-error-message {
  display: none;
  padding: 5px 16px 9px;
  font-size: 12px;
  color: rgba(200, 40, 40, 0.82);
  background: rgba(220, 50, 50, 0.05);
}
#myDropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* .ticket-upload-note removed — hint text lives inside .dz-sub-text */

.ticket-service-section {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 18px;
}

.ticket-service-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}

.ticket-service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid var(--gray-200);
}

.ticket-service-row-closed {
  opacity: 0.55;
}

.ticket-service-day {
  font-weight: 700;
  font-size: 14px;
  color: var(--gray-700);
}

.ticket-service-time {
  font-size: 14px;
  color: var(--gray-500);
  font-variant-numeric: tabular-nums;
}

.ticket-service-closed {
  color: var(--gray-400);
  font-style: italic;
}

.ticket-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.ticket-captcha-wrap {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
}

.ticket-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: fit-content;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #111111;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(var(--accent-rgb), 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.ticket-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(var(--accent-rgb), 0.26);
  filter: saturate(1.04);
}

.page-shell-ticket .grecaptcha-badge {
  visibility: visible;
}

.ticket-field-small {
  max-width: 220px;
}

.page-footer {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 34px;
}

.page-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

.page-footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.page-footer-links a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.campaign-hero {
  position: relative;
  padding: 160px 24px 46px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(191, 220, 50, 0.16), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.07), transparent 22%),
    linear-gradient(180deg, #090909 0%, #040404 100%);
}

.campaign-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -28% 36%;
  height: 340px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 50%, rgba(191, 220, 50, 0.24), transparent 34%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  filter: blur(34px);
  opacity: 0.65;
}

.campaign-hero-discount::before {
  background:
    radial-gradient(circle at 30% 50%, rgba(191, 220, 50, 0.16), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.campaign-hero-event::before {
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 203, 112, 0.2), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.campaign-hero-inner,
.campaign-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.campaign-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.campaign-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.campaign-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.7;
}

.campaign-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.campaign-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.campaign-shell {
  padding: 0 0 88px;
}

.campaign-shell-inner {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: -8px;
}

.campaign-sidecard,
.campaign-panel {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #0c0c0d;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.campaign-sidecard {
  position: sticky;
  top: 104px;
  padding: 24px;
  color: #ffffff;
}

.campaign-sidecard-label,
.campaign-panel-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(191, 220, 50, 0.12);
  color: #d2eb56;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.campaign-sidecard-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.campaign-sidecard-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.campaign-panel {
  padding: 28px;
}

.campaign-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.campaign-panel-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.campaign-panel-head p {
  max-width: 360px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.campaign-grid {
  display: grid;
  gap: 16px;
}

.campaign-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campaign-field {
  display: grid;
  gap: 10px;
}

.campaign-field span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.campaign-field input {
  width: 100%;
  min-width: 0;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font: inherit;
}

.campaign-field input:focus {
  outline: none;
  border-color: rgba(191, 220, 50, 0.5);
  box-shadow: 0 0 0 4px rgba(191, 220, 50, 0.12);
}

.campaign-form {
  display: grid;
  gap: 16px;
}

.campaign-response-stack {
  display: grid;
  gap: 10px;
}

.campaign-response {
  display: none; /* shown by Mailchimp JS on submit */
  min-height: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

.campaign-honeypot {
  position: absolute;
  left: -5000px;
}

.campaign-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.campaign-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.campaign-button:hover {
  transform: translateY(-1px);
}

.campaign-button-primary {
  border: 1px solid rgba(191, 220, 50, 0.6);
  background: #bfdc32;
  color: #121212;
  box-shadow: 0 18px 36px rgba(191, 220, 50, 0.16);
}

.campaign-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.campaign-empty-state {
  display: grid;
  gap: 18px;
  min-height: 320px;
  align-content: center;
}

.campaign-empty-state h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.campaign-empty-state p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.campaign-panel-event {
  overflow: hidden;
}

.campaign-event-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: center;
}

.campaign-event-copy {
  display: grid;
  gap: 16px;
}

.campaign-event-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.campaign-event-copy a {
  color: #d2eb56;
}

.campaign-event-media {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.campaign-event-media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1080px) {
  .legal-shell-inner,
  .ticket-shell-inner {
    grid-template-columns: 1fr;
  }

  .legal-sidecard,
  .ticket-sidecard {
    position: relative;
    top: 0;
  }

  .ticket-form-head {
    align-items: start;
    flex-direction: column;
  }

  .ticket-form-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-field-small {
    max-width: none;
  }

  .campaign-shell-inner,
  .campaign-event-grid,
  .campaign-grid-two {
    grid-template-columns: 1fr;
  }

  .campaign-panel-head {
    display: grid;
  }

  .campaign-sidecard {
    position: relative;
    top: 0;
  }
}

@media (max-width: 760px) {
  .page-topbar-inner,
  .legal-hero,
  .ticket-hero,
  .campaign-hero,
  .legal-shell,
  .ticket-shell,
  .campaign-shell,
  .page-footer {
    width: min(100% - 28px, 1240px);
  }

  .page-topbar-inner {
    min-height: 74px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
  }

  .page-topnav {
    width: 100%;
    justify-content: flex-start;
  }

  .legal-card-grid,
  .ticket-form-grid-2,
  .ticket-form-grid-3 {
    grid-template-columns: 1fr;
  }

  .legal-document,
  .ticket-form-card,
  .legal-hero-inner,
  .ticket-hero-inner,
  .campaign-panel {
    border-radius: 26px;
    padding: 22px;
  }

  .campaign-hero-inner {
    width: 100%;
  }

  .ticket-form-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .ticket-submit-btn {
    width: 100%;
  }

  .ticket-form-actions {
    align-items: stretch;
  }

  .ticket-captcha-wrap {
    width: 100%;
  }
}

/* Hero rebuild overrides */
.hero {
  position: relative;
  min-height: calc(100svh - var(--nav-offset, 0px));
  padding: 148px 5vw 72px;
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--accent-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, #090909 0%, #040404 100%);
  color: #ffffff;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-bg-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.34;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,1) 28%, rgba(0,0,0,0.9));
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.28) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 35%, rgba(255,255,255,0.2) 0 1px, transparent 1px),
    radial-gradient(circle at 55% 75%, rgba(255,255,255,0.16) 0 1px, transparent 1px);
  background-size: 160px 160px, 220px 220px, 190px 190px;
  pointer-events: none;
}

.hero-ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.hero-ambient-a {
  top: 12%;
  right: 18%;
  width: 34vw;
  height: 22vw;
  background: rgba(var(--accent-rgb), 0.13);
  opacity: 0.85;
}

.hero-ambient-b {
  bottom: -8%;
  right: -6%;
  width: 28vw;
  height: 20vw;
  background: rgba(255,255,255,0.07);
  opacity: 0.5;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  max-width: 1380px;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-copy > [data-view] {
  display: none;
}

body.company-it .hero-copy > [data-view="it"],
body.company-auto .hero-copy > [data-view="auto"],
body.company-bz .hero-copy > [data-view="bz"] {
  display: block;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.74);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-highlight {
  color: var(--accent);
  text-shadow:
    0 0 22px rgba(var(--accent-rgb), 0.24),
    0 0 54px rgba(var(--accent-rgb), 0.14);
}

.hero-sub {
  max-width: 610px;
  margin: 0 0 28px;
  font-size: clamp(17px, 1.75vw, 20px);
  line-height: 1.72;
  color: rgba(255,255,255,0.82);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-stage {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    linear-gradient(180deg, rgba(8,8,8,0.92), rgba(16,16,16,0.82));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 36px 80px rgba(0,0,0,0.34),
    0 0 0 1px rgba(var(--accent-rgb), 0.08);
}

.hero-stage-frame,
.hero-stage-panel,
.hero-stage-grid,
.hero-stage-beam,
.hero-stage-trace,
.hero-stage-pulse {
  position: absolute;
  pointer-events: none;
}

.hero-stage-frame {
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%),
    linear-gradient(125deg, rgba(var(--accent-rgb), 0.08), rgba(255,255,255,0.02));
}

.hero-stage-panel {
  border-radius: 28px;
  transform-origin: center;
}

.hero-stage-panel-back {
  inset: 9% 16% 24% 20%;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.012));
  border: 1px solid rgba(255,255,255,0.06);
  transform: perspective(1200px) rotateY(-24deg) rotateX(10deg) rotateZ(-6deg);
  box-shadow: 0 0 100px rgba(var(--accent-rgb), 0.08);
}

.hero-stage-panel-mid {
  inset: 18% 10% 15% 32%;
  background: linear-gradient(155deg, rgba(var(--accent-rgb), 0.14), rgba(255,255,255,0.025));
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  transform: perspective(1200px) rotateY(-14deg) rotateX(8deg) rotateZ(7deg);
  backdrop-filter: blur(5px);
}

.hero-stage-panel-front {
  inset: 30% 14% 19% 40%;
  background: linear-gradient(165deg, rgba(10,10,10,0.2), rgba(var(--accent-rgb), 0.2));
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  transform: perspective(1200px) rotateY(-10deg) rotateX(8deg) rotateZ(-3deg);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 22px 44px rgba(0,0,0,0.22);
}

.hero-stage-grid {
  inset: 12% 8% 8% 22%;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(140deg, transparent 0%, rgba(0,0,0,0.92) 24%, rgba(0,0,0,1) 100%);
  opacity: 0.22;
  transform: perspective(1200px) rotateY(-18deg) rotateX(16deg);
}

.hero-stage-beam {
  top: 12%;
  left: 36%;
  width: 44%;
  height: 72%;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0));
  clip-path: polygon(24% 0, 74% 0, 100% 100%, 0 100%);
  opacity: 0.55;
  filter: blur(8px);
}

.hero-stage-trace {
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.24);
  box-shadow: 0 0 34px rgba(var(--accent-rgb), 0.16);
}

.hero-stage-trace-a {
  left: 13%;
  right: 18%;
  bottom: 24%;
  height: 86px;
  transform: rotate(-8deg);
  opacity: 0.42;
}

.hero-stage-trace-b {
  left: 26%;
  right: 10%;
  bottom: 14%;
  height: 62px;
  transform: rotate(6deg);
  opacity: 0.32;
}

.hero-stage-pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(var(--accent-rgb), 0.12), 0 0 26px rgba(var(--accent-rgb), 0.48);
}

.hero-stage-pulse-a {
  top: 30%;
  left: 60%;
}

.hero-stage-pulse-b {
  bottom: 28%;
  right: 18%;
}

.hero-stage-label {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.hero-stage-label-top {
  top: 36px;
  left: 36px;
}

.hero-stage-label-bottom {
  left: 36px;
  bottom: 34px;
  max-width: 300px;
  color: rgba(255,255,255,0.54);
}

.hero-stage > .hero-stage-label[data-view] {
  display: none;
}

body.company-it .hero-stage > .hero-stage-label[data-view="it"],
body.company-auto .hero-stage > .hero-stage-label[data-view="auto"],
body.company-bz .hero-stage > .hero-stage-label[data-view="bz"] {
  display: block;
}

.hero-stage > .hero-stats[data-view] {
  display: none;
}

body.company-it .hero-stage > .hero-stats[data-view="it"],
body.company-auto .hero-stage > .hero-stats[data-view="auto"],
body.company-bz .hero-stage > .hero-stats[data-view="bz"] {
  display: grid;
}

.hero-stats {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 12px;
  width: min(360px, calc(100% - 220px));
}

.hero-stat {
  min-width: 0;
  padding: 16px 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.hero-stat-label {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.58);
}

@keyframes heroStageFloatA {
  from { transform: perspective(1200px) rotateY(-24deg) rotateX(10deg) rotateZ(-6deg) translate3d(0,0,0); }
  to { transform: perspective(1200px) rotateY(-22deg) rotateX(10deg) rotateZ(-4deg) translate3d(-10px,8px,0); }
}

@keyframes heroStageFloatB {
  from { transform: perspective(1200px) rotateY(-14deg) rotateX(8deg) rotateZ(7deg) translate3d(0,0,0); }
  to { transform: perspective(1200px) rotateY(-12deg) rotateX(8deg) rotateZ(5deg) translate3d(10px,-8px,0); }
}

@keyframes heroStageFloatC {
  from { transform: perspective(1200px) rotateY(-10deg) rotateX(8deg) rotateZ(-3deg) translate3d(0,0,0); }
  to { transform: perspective(1200px) rotateY(-8deg) rotateX(8deg) rotateZ(-2deg) translate3d(-8px,8px,0); }
}

@keyframes heroStagePulse {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.14); }
}

.hero-stage-panel-back { animation: heroStageFloatA 16s ease-in-out infinite alternate; }
.hero-stage-panel-mid { animation: heroStageFloatB 14s ease-in-out infinite alternate; }
.hero-stage-panel-front { animation: heroStageFloatC 12s ease-in-out infinite alternate; }
.hero-stage-pulse { animation: heroStagePulse 3.8s ease-in-out infinite; }

@media (prefers-reduced-motion: reduce) {
  .hero-stage-panel-back,
  .hero-stage-panel-mid,
  .hero-stage-panel-front,
  .hero-stage-pulse {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-stats {
    width: min(420px, calc(100% - 72px));
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 124px 5vw 56px;
  }

  .hero-shell {
    gap: 24px;
  }

  .hero-stage {
    min-height: 460px;
    border-radius: 26px;
  }

  .hero-stage-frame {
    inset: 14px;
    border-radius: 22px;
  }

  .hero-stage-label-top,
  .hero-stage-label-bottom {
    left: 22px;
  }

  .hero-stage-label-top {
    top: 22px;
    max-width: 190px;
  }

  .hero-stage-label-bottom {
    bottom: 22px;
    max-width: 170px;
  }

  .hero-stats {
    right: 18px;
    bottom: 18px;
    width: min(250px, calc(100% - 156px));
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-stat {
    padding: 12px;
    border-radius: 16px;
  }
}

@media (max-width: 1024px) {
  section {
    padding: 84px 5vw;
  }

  .section-sub {
    margin-bottom: 42px;
  }

  .kontakt-wrap {
    gap: 40px;
  }

  .jobs-banner {
    padding: 32px;
  }

  .standorte-showcase {
    gap: 18px;
  }

  .tools-grid-promote {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
}

@media (max-width: 900px) {
  body.mobile-open {
    overflow: hidden;
  }

  body.mobile-open #mainNav {
    position: fixed;
    top: var(--company-bar-h, 0px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 380;
    isolation: isolate;
    align-content: start;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo burger"
      "panel panel";
    gap: 0 12px;
    padding: 16px 16px 0;
    background: linear-gradient(180deg, rgba(12,12,14,.985), rgba(6,6,8,.99));
    overflow: hidden;
  }

  body.mobile-open #mainNav::before {
    inset: 0;
    background:
      radial-gradient(circle at 72% 0%, rgba(var(--accent-rgb), .14), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 18%),
      linear-gradient(180deg, rgba(12,12,14,.985), rgba(6,6,8,.99));
    opacity: 1;
  }

  body.mobile-open #mainNav::after {
    display: none;
  }

  body.mobile-open #mainNav .nav-logo {
    grid-area: logo;
    position: relative;
    z-index: 2;
    min-height: 56px;
    align-self: center;
  }

  body.mobile-open #mainNav .nav-hamburger {
    grid-area: burger;
    position: relative;
    z-index: 2;
    align-self: center;
    justify-self: end;
    margin-right: 2px;
  }

  #mainNav.mobile-active {
    box-shadow: 0 22px 48px rgba(0,0,0,.34);
  }

  body.mobile-open #mainNav .nav-links {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    grid-area: panel;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    padding: 18px 0 224px;
    margin-top: 8px;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,.05);
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 390;
    justify-self: stretch;
  }

  body.mobile-open #mainNav .nav-links > li {
    display: block;
    width: 100%;
  }

  body.mobile-open #mainNav .nav-links > li > a,
  body.mobile-open #mainNav .nav-links .nav-link-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 0 4px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  body.mobile-open #mainNav .nav-links > li:last-child > a {
    border-bottom: 0;
  }

  body.mobile-open #mainNav .nav-links .nav-chevron {
    margin-left: auto;
    opacity: .55;
  }

  body.mobile-open #mainNav .nav-mega {
    display: none !important;
  }

  body.mobile-open #mainNav .nav-cta {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    padding: 16px;
    background: linear-gradient(180deg, rgba(18,18,22,.96), rgba(9,9,11,.98));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 24px;
    box-shadow:
      0 24px 44px rgba(0,0,0,.42),
      inset 0 1px 0 rgba(255,255,255,.05);
    z-index: 391;
    justify-self: stretch;
  }

  body.mobile-open #mainNav .nav-cta > .nav-it,
  body.mobile-open #mainNav .nav-cta > .nav-auto,
  body.mobile-open #mainNav .nav-cta > .nav-bz {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
  }

  section {
    padding: 72px 5vw;
  }

  .section-title {
    font-size: clamp(30px, 8vw, 44px);
  }

  .hero {
    padding: 116px 5vw 44px;
  }

  .hero-shell {
    gap: 20px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .methode-card,
  .why-card,
  .hub-card,
  .tool-card-modern {
    padding-left: 24px;
    padding-right: 24px;
  }

  .jobs-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-banner .btn-primary,
  .jobs-banner .btn-secondary {
    width: 100%;
  }

  .tools-grid-promote {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    width: min(360px, calc(100vw - 40px));
  }

  .partner-logo {
    min-width: 150px;
    min-height: 90px;
  }

  .team-group-head p,
  .pp-ai-summary,
  .standort-feature p {
    max-width: none;
  }
}

@media (max-width: 760px) {
  #mainNav {
    padding-left: 16px;
    padding-right: 16px;
  }

  #company-bar {
    padding-left: 16px;
    padding-right: 16px;
  }

  #company-bar .cbar-back {
    font-size: 11px;
  }

  .hero-stage {
    min-height: 360px;
  }

  .hero-stage-label-top,
  .hero-stage-label-bottom {
    display: none !important;
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-stat {
    padding: 14px;
  }

  .standort-feature {
    min-height: 220px;
    padding: 22px;
  }

  .kontakt-info h2 {
    font-size: 34px;
  }

  .team-person-photo {
    height: 220px;
  }

  .pp-hero-shell,
  .pp-section,
  .pp-ai-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Interaction refinements */
#mainNav .nav-mega {
  top: calc(var(--nav-h, 64px) - 1px);
  z-index: 245;
  background: rgba(17, 17, 20, .985);
  box-shadow: 0 24px 48px rgba(0,0,0,.34);
}

#mainNav .nav-mega::before {
  display: block;
  top: -2px;
  height: 2px;
  background: rgba(17, 17, 20, .985);
}

.hero-typewriter {
  position: relative;
}

.hero-typewriter-cursor {
  display: inline-block;
  width: .07em;
  height: .9em;
  margin-left: .09em;
  vertical-align: -0.06em;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(var(--accent-rgb), .45);
  border-radius: 1px;
  animation: heroTypeCaret 1000ms steps(1, end) infinite;
}

/* While typing the cursor stays solid (hard) so it doesn't flicker between
   keystrokes; only when we hold at the end of a phrase do we blink slowly. */
.hero-typewriter-cursor.hero-typewriter-cursor-hold {
  animation: heroTypeCaretHold 1100ms ease-in-out infinite;
}

@keyframes heroTypeCaret {
  0%, 55% { opacity: 1; }
  56%, 100% { opacity: 0; }
}

@keyframes heroTypeCaretHold {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.05; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-typewriter-cursor {
    animation: none;
    opacity: .8;
  }
}

@media (max-width: 900px) {
  body.mobile-open {
    overflow: hidden;
  }

  body.mobile-open #mainNav {
    height: calc(100svh - var(--company-bar-h, 0px));
    min-height: 0;
    bottom: auto;
    grid-template-rows: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "logo burger"
      "panel panel"
      "cta cta";
    align-content: stretch;
    overflow: hidden;
    padding: 16px 16px 0;
  }

  body.mobile-open #mainNav .nav-links {
    display: flex !important;
    grid-area: panel;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    padding: 14px 0 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: stretch;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }

  body.mobile-open #mainNav .nav-logo,
  body.mobile-open #mainNav .nav-hamburger {
    z-index: 3;
  }

  body.mobile-open #mainNav .nav-links > li.nav-it,
  body.mobile-open #mainNav .nav-links > li.nav-auto,
  body.mobile-open #mainNav .nav-links > li.nav-bz {
    display: none;
  }

  body.mobile-open.company-it #mainNav .nav-links > li.nav-it,
  body.mobile-open.company-auto #mainNav .nav-links > li.nav-auto,
  body.mobile-open.company-bz #mainNav .nav-links > li.nav-bz {
    display: block;
    width: 100%;
  }

  body.mobile-open #mainNav .nav-links > li > a,
  body.mobile-open #mainNav .nav-links .nav-link-trigger {
    letter-spacing: 0;
  }

  body.mobile-open #mainNav .has-mega.is-open > a {
    color: #ffffff;
    border-color: rgba(var(--accent-rgb), .28);
  }

  body.mobile-open #mainNav .has-mega.is-open .nav-chevron {
    transform: rotate(180deg);
    opacity: .9;
  }

  body.mobile-open #mainNav .has-mega.is-open .nav-mega {
    display: block !important;
    position: static;
    inset: auto;
    padding: 0 0 10px;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    animation: none;
  }

  body.mobile-open #mainNav .nav-mega::before {
    display: none;
  }

  body.mobile-open #mainNav .mega-inner,
  body.mobile-open #mainNav .mega-inner-auto,
  body.mobile-open #mainNav .mega-inner-bz {
    grid-template-columns: 1fr !important;
    gap: 10px;
    max-width: none;
    margin: 0;
    padding: 0 0 8px;
  }

  body.mobile-open #mainNav .mega-col {
    gap: 8px;
  }

  body.mobile-open #mainNav .mega-col-title {
    margin: 12px 0 4px;
  }

  body.mobile-open #mainNav .mega-item {
    border-radius: 14px;
    padding: 12px;
    transform: none;
    /* <a> elements get browser-default blue link colour unless overridden.
       Explicitly set white so mega-item-name/desc inherit correctly on mobile. */
    color: #ffffff;
    text-decoration: none;
  }

  body.mobile-open #mainNav .mega-item-name {
    color: #ffffff;
  }

  body.mobile-open #mainNav .mega-item-desc {
    color: rgba(255,255,255,.72);
  }

  body.mobile-open #mainNav .mega-col-title {
    color: rgba(255,255,255,.52);
  }
}

/* ================================================================
 * BZ "Unser Angebot" – redesigned card grid
 * Uses more horizontal space and a cleaner card layout than the
 * shared .pakete-grid / .paket-card baseline.
 * ================================================================ */

body.company-bz #loesungen {
  padding-left: max(16px, 2vw);
  padding-right: max(16px, 2vw);
}

#bz-pakete {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

#bz-pakete .paket-card {
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  border-radius: 22px;
  border: 1px solid var(--gray-200);
  border-top: 4px solid rgba(var(--accent-rgb), .3);
  background: #ffffff;
  box-shadow: 0 6px 28px rgba(10, 10, 10, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#bz-pakete .paket-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(10, 10, 10, .1);
  border-top-color: rgba(var(--accent-rgb), .7);
  border-color: rgba(var(--accent-rgb), .25);
}

#bz-pakete .paket-card.featured {
  border-top-color: var(--accent);
  background: linear-gradient(160deg, rgba(var(--accent-rgb), .07) 0%, #ffffff 80px);
}

#bz-pakete .paket-card.featured:hover {
  border-top-color: var(--accent-dark);
}

#bz-pakete .paket-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  margin-bottom: 22px;
}

#bz-pakete .paket-icon svg {
  width: 30px;
  height: 30px;
}

#bz-pakete .paket-name {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.2;
}

#bz-pakete .paket-desc {
  font-size: 15px;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 24px;
}

#bz-pakete .paket-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--gray-100);
  padding-top: 20px;
}

#bz-pakete .paket-feature {
  padding: 5px 12px;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  background: var(--gray-50);
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-700);
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

#bz-pakete .paket-card.featured .paket-feature {
  border-color: rgba(var(--accent-rgb), .25);
  background: rgba(var(--accent-rgb), .07);
  color: var(--gray-700);
}

@media (max-width: 1100px) {
  #bz-pakete {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  body.company-bz #loesungen {
    padding-left: max(16px, 4vw);
    padding-right: max(16px, 4vw);
  }
  #bz-pakete {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #bz-pakete .paket-card {
    padding: 28px 24px 24px;
  }
}
