* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #333 0, #151515 40%, #050607 100%);
  color: #f5f5f5;
  min-height: 100vh;
  padding: 32px 16px 24px;
}

.vg-root {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.vg-panel {
  background: radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%);
  border-radius: 22px;
  padding: 18px 26px 24px;
  box-shadow: 0 22px 45px rgba(0,0,0,.75), 0 0 0 1px #252525;
}

.vg-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  margin-bottom: 20px;
}

.vg-header-center {
  text-align: center;
}

.vg-brand-main {
  color: #f9e391;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 16px;
  text-transform: uppercase;
}

.vg-brand-sub {
  font-size: 13px;
  margin-top: 2px;
  color: #e4dfc4;
  letter-spacing: .16em;
}

.vg-lang {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #374151;
  background: radial-gradient(circle at top, #111827, #020617);
  color: #e5e7eb;
  text-decoration: none;
  font-size: 12px;
}

.vg-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.vg-nav-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border-radius: 9px;
  text-decoration: none;
  color: #e5e7eb;
  background: linear-gradient(135deg, #111827, #1f2937);
  box-shadow: 0 8px 16px rgba(0,0,0,.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vg-nav-link.is-active {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
}

.vg-hero {
  margin-bottom: 24px;
}

.vg-hero-kicker {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
}

.vg-hero-title {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  color: #f7f3ea;
  margin-bottom: 10px;
}

.vg-hero-text {
  max-width: 900px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
  margin-bottom: 16px;
}

.vg-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.vg-btn-primary {
  background: linear-gradient(135deg, #e7c889, #c99947);
  color: #101010;
}

.vg-btn-secondary {
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.26);
  color: #dff7e8;
}

.vg-home-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.vg-column h2,
.vg-products h2,
.vg-about-teaser h2 {
  color: #E8DFC1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vg-card {
  border: 1px solid rgba(34,197,94,.16);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.016));
  color: rgba(255,255,255,.82);
}

.vg-products,
.vg-about-teaser {
  margin-bottom: 24px;
}

.vg-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
}

.vg-footer a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
}

.vg-footer a:hover {
  color: rgba(255,255,255,.92);
}

@media (max-width: 1100px) {
  .vg-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vg-home-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .vg-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* =========================================================
   VULCANGUARD SITE · Verdichtung / ruhigere Proportionen
   Stand: Home v1 Feinschliff
   ======================================================= */

body {
  padding: 24px 14px 20px;
}

.vg-root {
  max-width: 1320px;
}

.vg-panel {
  padding: 16px 22px 20px;
}

/* ---------- Header / Marke / Sprache ---------- */

.vg-header {
  margin-bottom: 16px;
}

.vg-brand-main {
  font-size: 15px;
  letter-spacing: .16em;
}

.vg-brand-sub {
  font-size: 12px;
  letter-spacing: .14em;
}

.vg-lang {
  padding: 3px 9px;
  font-size: 11px;
}

/* ---------- Navigation ---------- */

.vg-nav {
  gap: 8px;
  margin-bottom: 22px;
}

.vg-nav-link {
  min-height: 38px;
  font-size: 11px;
  letter-spacing: .06em;
  border-radius: 8px;
}

/* ---------- Hero ---------- */

.vg-hero {
  margin-bottom: 20px;
}

.vg-hero-kicker {
  font-size: 11px;
  margin-bottom: 8px;
}

.vg-hero-title {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
  margin-bottom: 8px;
  max-width: 980px;
}

.vg-hero-text {
  font-size: 14px;
  line-height: 1.55;
  max-width: 860px;
  margin-bottom: 14px;
}

.vg-hero-actions {
  gap: 10px;
}

.vg-btn {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

/* ---------- Section Heads ---------- */

.vg-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.vg-column h2,
.vg-products h2,
.vg-about-teaser h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 8px;
  color: #E8DFC1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vg-column h2::after,
.vg-products h2::after,
.vg-about-teaser h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(232, 223, 193, 0.92) 0%,
    rgba(232, 223, 193, 0.35) 55%,
    rgba(232, 223, 193, 0.06) 100%
  );
}

.vg-section-meta {
  padding-top: 2px;
  font-size: 12px;
  color: rgba(255,255,255,.56);
}

/* ---------- Main grid ---------- */

.vg-home-grid {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.vg-products,
.vg-about-teaser {
  margin-bottom: 18px;
}

/* ---------- Generic cards ---------- */

.vg-card {
  border-radius: 16px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
}

/* ---------- News list ---------- */

.vg-news-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

button.vg-news-item {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border: 1px solid rgba(34,197,94,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.012));
  transition:
    transform .12s ease,
    border-color .12s ease,
    box-shadow .12s ease,
    background .12s ease;
}

button.vg-news-item:hover {
  transform: translateY(-1px);
  border-color: rgba(34,197,94,.28);
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.016));
}

.vg-news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}

.vg-news-date {
  color: rgba(255,255,255,.56);
}

.vg-news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(66,133,244,.24);
  background: rgba(66,133,244,.12);
  color: rgba(210,232,255,.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vg-news-title {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 600;
  color: #E8DFC1;
}

.vg-news-subtitle {
  margin: 0;
  font-size: 12px;
  line-height: 1.42;
  color: rgba(226,232,240,.74);
}

/* ---------- Highlights ---------- */

.vg-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vg-highlight-card {
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  border: 1px solid rgba(34,197,94,.14);
  transition:
    transform .12s ease,
    border-color .12s ease,
    box-shadow .12s ease,
    background .12s ease;
}

.vg-highlight-card:hover {
  transform: translateY(-1px);
  border-color: rgba(34,197,94,.28);
  box-shadow:
    0 12px 24px rgba(0,0,0,.20),
    0 0 18px rgba(34,197,94,.08);
}

.vg-highlight-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(56,189,248,.18), rgba(15,23,42,.9));
}

.vg-highlight-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vg-highlight-content {
  padding: 12px 14px 14px;
}

/* ---------- Footer ---------- */

.vg-footer {
  margin-top: 16px;
  padding-top: 14px;
  gap: 16px;
  font-size: 11px;
}

/* ---------- Responsive ---------- */

@media (max-width: 1180px) {
  .vg-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .vg-home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .vg-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vg-hero-title {
    font-size: clamp(20px, 6vw, 28px);
  }

  .vg-hero-text {
    font-size: 13px;
  }
}

/* ---------- Article page ---------- */

.vg-article-wrap {
  width: min(100%, 980px);
  margin: 0 auto 28px;
}

.vg-article-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.vg-back-link {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 13px;
}

.vg-back-link:hover {
  color: rgba(255,255,255,.96);
}

.vg-article-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(66,133,244,.24);
  background: rgba(66,133,244,.12);
  color: rgba(210,232,255,.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vg-article-hero-media {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 18px;
  margin: 0 0 16px;
  border: 1px solid rgba(34,197,94,.14);
  background: #050608;
}

.vg-article-hero-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.vg-article-card {
  padding: 22px;
}

.vg-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(255,255,255,.56);
}

.vg-article-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  color: #f7f3ea;
}

.vg-article-subtitle {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.45;
  color: #E8DFC1;
}

.vg-article-teaser {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.80);
}

.vg-article-content {
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.72;
}

.vg-article-content p,
.vg-article-content ul,
.vg-article-content h3 {
  margin-bottom: 16px;
}

.vg-article-content ul {
  padding-left: 20px;
}

.vg-article-content h3 {
  color: #E8DFC1;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 24px;
}

.vg-article-actions {
  margin-top: 24px;
}

@media (max-width: 760px) {
  .vg-article-card {
    padding: 18px;
  }

  .vg-article-title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .vg-article-subtitle {
    font-size: 16px;
  }

  .vg-article-content {
    font-size: 14px;
  }
}

.vg-news-item,
.vg-highlight-card {
  text-decoration: none;
  color: inherit;
}

.vg-article-hero-media img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/* Autorenschaft */
.vg-author-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.16);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.84);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.vg-author-inline:hover {
  border-color: rgba(245,179,59,.34);
  background: rgba(245,179,59,.08);
  transform: translateY(-1px);
}

.vg-author-inline-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
}

.vg-author-inline-by {
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}

.vg-author-inline-name {
  font-size: 13px;
  font-weight: 700;
  color: #f3ede2;
}

.vg-author-inline:focus-visible {
  outline: 2px solid rgba(245,179,59,.55);
  outline-offset: 2px;
}

/* =========================
   AUTHOR META / AUTHOR CHIP
   ========================= */

.vg-author-chip,
.vg-card-author {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 191, 90, 0.18);
  background: linear-gradient(180deg, rgba(27, 36, 58, 0.92), rgba(16, 22, 36, 0.96));
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.vg-author-chip {
  padding: 0.34rem 0.78rem 0.34rem 0.38rem;
}

.vg-card-author {
  padding: 0.28rem 0.62rem 0.28rem 0.34rem;
  margin-top: 0.7rem;
  width: fit-content;
}

.vg-author-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 12, 22, 0.9);
  flex: 0 0 28px;
}

.vg-card-author .vg-author-thumb {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.vg-author-prefix {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 223, 193, 0.7);
}

.vg-author-name {
  font-size: 0.94rem;
  font-weight: 700;
  color: #f4efe2;
  line-height: 1;
}

.vg-author-link,
.vg-author-link:visited {
  color: inherit;
  text-decoration: none;
}

.vg-author-link:hover,
.vg-author-link:focus-visible {
  border-color: rgba(232, 191, 90, 0.34);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(232, 191, 90, 0.10) inset;
}

.vg-author-link:hover .vg-author-name,
.vg-author-link:focus-visible .vg-author-name {
  color: #f6d27a;
}

@media (max-width: 640px) {
  .vg-author-chip {
    padding-right: 0.62rem;
  }

  .vg-author-prefix {
    display: none;
  }
}

.vg-article-hero-media img,
.vg-news-feature-media img {
  max-height: 560px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .vg-article-hero-media img,
  .vg-news-feature-media img {
    max-height: 420px;
  }
}

/* =========================================
   SERVICES · Karten beruhigen / Bild bändigen
   ========================================= */

.vg-services .vg-card,
.vg-services .vg-news-item {
  min-width: 0;
  overflow: hidden;
}

.vg-services .vg-news-media {
  display: block;
  width: 100%;
  margin: -14px -14px 12px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #0a0f18;
  border-bottom: 1px solid rgba(34,197,94,.12);
}

.vg-services .vg-news-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

/* Meta etwas ruhiger */
.vg-services .vg-news-meta {
  gap: 6px;
  margin-bottom: 8px;
  font-size: 10px;
}

/* Autor kleiner und edler */
.vg-services .vg-card-author {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0.22rem 0.56rem 0.22rem 0.30rem;
  gap: 0.42rem;
  border-color: rgba(232,191,90,.14);
  background: linear-gradient(180deg, rgba(22,29,45,.82), rgba(13,18,30,.92));
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
}

.vg-services .vg-card-author .vg-author-thumb {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.vg-services .vg-card-author .vg-author-prefix {
  display: none;
}

.vg-services .vg-card-author .vg-author-name {
  font-size: 0.78rem;
  line-height: 1;
  color: #f1e7cf;
}

/* Titel und Text wieder in eine gesunde Hierarchie bringen */
.vg-services .vg-news-title {
  margin: 0 0 6px;
  font-size: clamp(17px, 1.45vw, 23px);
  line-height: 1.2;
  color: #f7f3ea;
}

.vg-services .vg-news-subtitle {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #e8dfc1;
}

.vg-services .vg-card p {
  font-size: 13px;
  line-height: 1.55;
}

.vg-services .vg-btn {
  min-height: 34px;
  padding: 0 13px;
  font-size: 12px;
}

/* Falls in den Services später mehrere Karten nebeneinander kommen */
.vg-services .vg-news-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* ---------- Footer refine ---------- */

.vg-footer {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  font-size: 11px;
}

.vg-footer-left,
.vg-footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.vg-footer a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  transition: color .12s ease, opacity .12s ease;
}

.vg-footer a:hover {
  color: rgba(255,255,255,.92);
}

.vg-footer-copy {
  color: rgba(255,255,255,.42);
  letter-spacing: .04em;
  white-space: nowrap;
}

.vg-footer-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.18);
  background: rgba(34,197,94,.06);
  color: #dff7e8;
}

.vg-footer-login:hover {
  border-color: rgba(34,197,94,.32);
  background: rgba(34,197,94,.10);
  color: #f3fff6;
}

@media (max-width: 760px) {
  .vg-footer {
    align-items: flex-start;
  }

  .vg-footer-left,
  .vg-footer-right {
    width: 100%;
  }

  .vg-footer-right {
    justify-content: space-between;
  }
}
/* =========================================================
   Vakten-Näherung für Website: Buttons + Footer
   ========================================================= */

/* Buttons ruhiger und technischer */
.vg-btn {
  min-height: 42px;
  border-radius: 999px;
  box-shadow:
    0 8px 16px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.vg-btn-primary {
  border: 1px solid rgba(34,197,94,.24);
  background: linear-gradient(180deg, rgba(7,28,20,.94) 0%, rgba(5,18,13,.98) 100%);
  color: #e8fff0;
}

.vg-btn-primary:hover {
  border-color: rgba(34,197,94,.40);
  background: linear-gradient(180deg, rgba(9,34,24,.96) 0%, rgba(6,22,15,.99) 100%);
  color: #f7fff9;
  transform: translateY(-1px);
}

.vg-btn-secondary {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(12,22,48,.96) 0%, rgba(8,14,30,.98) 100%);
  color: #eef3ff;
}

.vg-btn-secondary:hover {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(15,27,58,.98) 0%, rgba(9,18,38,.99) 100%);
  color: #ffffff;
  transform: translateY(-1px);
}

/* Gold als Akzent behalten, aber nicht als Hauptknopf missbrauchen */
.vg-nav-link.is-active {
  border-color: rgba(255,190,40,.44);
  background: linear-gradient(180deg, rgba(255,186,24,.94) 0%, rgba(230,162,14,.96) 100%);
  color: #1a1307;
  box-shadow:
    0 10px 22px rgba(255,186,24,.18),
    inset 0 1px 0 rgba(255,255,255,.28);
}

/* Footer näher an Vakten */
.vg-footer {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  font-size: 11px;
}

.vg-footer-left,
.vg-footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.vg-footer a {
  color: rgba(255,255,255,.58);
  text-decoration: none;
  transition: color .12s ease, opacity .12s ease;
}

.vg-footer a:hover {
  color: rgba(255,255,255,.90);
}

.vg-footer-copy {
  color: rgba(255,255,255,.44);
  letter-spacing: .04em;
  white-space: nowrap;
}

.vg-footer-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.22);
  background: linear-gradient(180deg, rgba(8,31,22,.88) 0%, rgba(6,22,15,.96) 100%);
  color: #e5fff0;
  box-shadow:
    0 6px 14px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.vg-footer-login:hover {
  border-color: rgba(34,197,94,.36);
  background: linear-gradient(180deg, rgba(10,36,26,.92) 0%, rgba(7,26,18,.98) 100%);
  color: #f7fff9;
}

@media (max-width: 760px) {
  .vg-footer {
    align-items: flex-start;
  }

  .vg-footer-left,
  .vg-footer-right {
    width: 100%;
  }

  .vg-footer-right {
    justify-content: space-between;
  }
}

/* =========================================================
   Vakten-Annäherung II
   Footer + Sprachpille + Subbrand
   ========================================================= */

/* Sprachpille oben links straffer wie Vakten */
.vg-lang-switch,
.vg-lang-pill,
.vg-language-pill,
.vg-lang {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(7,18,42,.96) 0%, rgba(4,10,24,.98) 100%);
  color: #f4f7ff;
  box-shadow:
    0 8px 16px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Subbrand VAKTEN unter VULCANGUARD: bewusst klickbar, aber dezent */
.vg-brand-subline a,
.vg-brand-sub a,
.vg-brand-subtitle a,
.vg-logo-sub a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  letter-spacing: .20em;
  transition:
    color .14s ease,
    text-shadow .14s ease,
    opacity .14s ease;
}

.vg-brand-subline a:hover,
.vg-brand-sub a:hover,
.vg-brand-subtitle a:hover,
.vg-logo-sub a:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255,190,40,.22);
}

/* Footer insgesamt kompakter und näher an Vakten */
.vg-footer {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  flex-wrap: wrap;
  font-size: 11px;
}

/* Linkgruppen enger */
.vg-footer-left,
.vg-footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Linkoptik leiser */
.vg-footer a {
  color: rgba(255,255,255,.56);
  text-decoration: none;
  transition: color .12s ease;
}

.vg-footer a:hover {
  color: rgba(255,255,255,.88);
}

/* Copy ruhiger */
.vg-footer-copy {
  color: rgba(255,255,255,.40);
  letter-spacing: .03em;
  white-space: nowrap;
}

/* Vakten-Öffnen-Pille kleiner und technischer */
.vg-footer-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.18);
  background: linear-gradient(180deg, rgba(8,28,20,.88) 0%, rgba(5,18,13,.96) 100%);
  color: #e7fff0;
  box-shadow:
    0 6px 12px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.03);
}

.vg-footer-login:hover {
  border-color: rgba(34,197,94,.32);
  background: linear-gradient(180deg, rgba(10,34,24,.90) 0%, rgba(6,22,15,.98) 100%);
  color: #f8fff9;
}

/* Optional: Footer in zwei saubere Zonen zwingen */
@media (min-width: 980px) {
  .vg-footer-left {
    flex: 0 0 auto;
  }

  .vg-footer-right {
    margin-left: auto;
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .vg-footer {
    align-items: flex-start;
  }

  .vg-footer-left,
  .vg-footer-right {
    width: 100%;
  }

  .vg-footer-right {
    justify-content: space-between;
  }
}

/* Klickbares VAKTEN unter dem Logo */
.vg-brand-sub[href] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition:
    color .14s ease,
    text-shadow .14s ease,
    opacity .14s ease,
    transform .14s ease;
}

.vg-brand-sub[href]:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255,190,40,.22);
  transform: translateY(-1px);
}

/* ===== Footer näher an Vakten: kompakter, ruhiger, technischer ===== */
.vg-footer{
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.06);
  gap: 10px 16px;
  font-size: 10.5px;
  align-items: center;
}

.vg-footer-left,
.vg-footer-right{
  gap: 10px;
  align-items: center;
}

.vg-footer a{
  color: rgba(255,255,255,.58);
  text-decoration: none;
}

.vg-footer a:hover{
  color: rgba(255,255,255,.88);
}

.vg-footer-copy{
  color: rgba(255,255,255,.36);
  letter-spacing: .03em;
  white-space: nowrap;
}

.vg-footer-login{
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(34,197,94,.16);
  background: rgba(34,197,94,.05);
  color: #dff7e8;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  font-size: 10.5px;
}

.vg-footer-login:hover{
  border-color: rgba(34,197,94,.28);
  background: rgba(34,197,94,.08);
  color: #f4fff7;
}

@media (min-width: 1180px){
  .vg-footer{
    justify-content: space-between;
  }
  .vg-footer-left{
    flex: 1 1 auto;
  }
  .vg-footer-right{
    flex: 0 0 auto;
  }
}


/* === VGC FOOTER VAKTEN ALIGN START === */

/* Footer: kompakter, technischer, näher an Vakten */
.vg-footer{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:18px;
  padding-top:0;
  border-top:none;
  width:100%;
}

.vg-footer-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  width:100%;
}

.vg-footer-cell{
  min-height:50px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(10,36,26,.92) 0%, rgba(6,22,15,.98) 100%);
  border:1px solid rgba(192,211,186,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 8px 22px rgba(0,0,0,.24);
  text-align:center;
}

.vg-footer-link,
.vg-footer-copy,
.vg-footer-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
}

.vg-footer-link{
  color:rgba(232,240,231,.82);
}

.vg-footer-link:hover{
  color:#f4fbf3;
  text-decoration:none;
}

.vg-footer-copy{
  color:rgba(232,240,231,.60);
}

.vg-footer-login{
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(211,231,205,.22);
  background:rgba(255,255,255,.03);
  color:#eef6ee;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.vg-footer-login:hover{
  color:#ffffff;
  background:rgba(255,255,255,.06);
  border-color:rgba(211,231,205,.32);
  text-decoration:none;
}

/* Bottom-Bar wie in Vakten */
.vg-bottom-bar{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:12px;
  width:100%;
  align-items:center;
}

.vg-bottom-cell{
  min-height:42px;
  padding:0 14px;
  display:flex;
  align-items:center;
  border-radius:12px;
  background:linear-gradient(180deg, rgba(11,34,24,.78) 0%, rgba(7,21,16,.94) 100%);
  border:1px solid rgba(192,211,186,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.vg-bottom-a{
  justify-content:flex-start;
}

.vg-bottom-b{
  justify-content:center;
  gap:8px;
}

.vg-bottom-c{
  justify-content:flex-end;
}

.vg-bottom-link{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  color:rgba(232,240,231,.82);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
}

.vg-bottom-link:hover{
  color:#ffffff;
  background:rgba(255,255,255,.04);
  text-decoration:none;
}

.vg-bottom-made{
  color:rgba(232,240,231,.62);
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}

.vg-bottom-heart{
  width:16px;
  height:16px;
  display:inline-block;
  object-fit:contain;
  vertical-align:middle;
}

@media (max-width: 1100px){
  .vg-footer-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .vg-bottom-bar{
    grid-template-columns:1fr;
  }

  .vg-bottom-a,
  .vg-bottom-b,
  .vg-bottom-c{
    justify-content:center;
  }
}

@media (max-width: 700px){
  .vg-footer-grid{
    grid-template-columns:1fr;
  }
}

/* === VGC FOOTER VAKTEN ALIGN END === */

/* =========================================================
   VULCANGUARD SITE · FOOTER HARD RESET TO VAKTEN DNA
   bewusst ganz ans ENDE, damit die alten Footer-Regeln sterben
   ======================================================= */

.vg-footer{
  width:100%;
  margin-top:16px;
  padding-top:0;
  border-top:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* obere Reihe: wie Vakten-Buttons, nicht wie grüne Karten */
.vg-footer-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  width:100%;
}

.vg-footer-cell{
  min-height:auto;
  padding:0;
  display:block;
  border:none;
  border-radius:0;
  background:none;
  box-shadow:none;
  text-align:initial;
}

.vg-footer-link,
.vg-footer-copy,
.vg-footer-login{
  width:100%;
  min-height:42px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:9px;
  background:linear-gradient(135deg, #111827, #1f2937);
  box-shadow:0 8px 16px rgba(0,0,0,.65);

  color:#e5e7eb;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.vg-footer-link:hover,
.vg-footer-login:hover{
  color:#ffffff;
  text-decoration:none;
  filter:brightness(1.06);
}

.vg-footer-copy{
  color:#d1d5db;
}

/* untere Reihe: 1:1 Vakten-Idee, schlank, ohne Kachelkästen */
.vg-bottom-bar{
  margin-top:6px;
  padding-top:8px;
  border-top:1px solid rgba(59,59,74,0.5);

  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:0;

  font-size:11px;
  color:#9ca3af;
  width:100%;
}

.vg-bottom-cell{
  min-height:auto;
  padding:0;
  display:flex;
  align-items:center;

  border:none;
  border-radius:0;
  background:none;
  box-shadow:none;
}

.vg-bottom-a{
  justify-content:flex-start;
}

.vg-bottom-b{
  justify-content:center;
  gap:4px;
}

.vg-bottom-c{
  justify-content:flex-end;
}

.vg-bottom-link{
  display:inline-flex;
  align-items:center;
  min-height:auto;
  padding:0;

  border:none;
  border-radius:0;
  background:none;
  box-shadow:none;

  color:#9ca3af;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:500;
}

.vg-bottom-link:hover{
  color:#d1d5db;
  background:none;
  text-decoration:none;
}

.vg-bottom-made{
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#9ca3af;
  white-space:nowrap;
  font-size:11px;
}

.vg-bottom-heart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin:0 4px;
  background:url("/img/hjarta-heart.png") center/contain no-repeat;
  font-size:0;
  vertical-align:middle;
}

/* falls .vg-bottom-heart als img ausgegeben wird */
img.vg-bottom-heart{
  object-fit:contain;
  background:none;
}

/* responsive wie Vakten, nicht wie Site-Kachelwand */
@media (max-width: 900px){
  .vg-footer-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .vg-bottom-bar{
    grid-template-columns:1fr;
    row-gap:4px;
  }

  .vg-bottom-b,
  .vg-bottom-c{
    justify-content:flex-start;
  }
}

@media (max-width: 640px){
  .vg-footer-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   FOOTER RESET — zurück zur ruhigen Version wie gestern
   ========================================================= */

.vg-footer-grid,
.vg-bottom-bar,
.vg-bottom-cell,
.vg-bottom-a,
.vg-bottom-b,
.vg-bottom-c,
.vg-bottom-link,
.vg-bottom-made,
.vg-bottom-heart,
.vg-footer-cell,
.vg-footer-link {
  display: none !important;
}

.vg-footer{
  width:100% !important;
  margin-top:18px !important;
  padding-top:14px !important;
  border-top:1px solid rgba(255,255,255,0.06) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  flex-wrap:wrap !important;

  background:none !important;
  box-shadow:none !important;
}

.vg-footer-left,
.vg-footer-right{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:wrap !important;

  min-width:0 !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;

  background:none !important;
  border:none !important;
  box-shadow:none !important;
}

.vg-footer a{
  color:rgba(255,255,255,0.70) !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  line-height:1.2 !important;

  background:none !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  min-height:0 !important;
  width:auto !important;
}

.vg-footer a:hover{
  color:#ffffff !important;
  text-decoration:none !important;
}

.vg-footer-copy{
  color:rgba(255,255,255,0.62) !important;
  font-size:14px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;

  background:none !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  min-height:0 !important;
}

.vg-footer-login{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-height:32px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(98,255,175,0.22) !important;
  background:linear-gradient(180deg, rgba(7,30,23,.92), rgba(6,22,18,.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 6px 14px rgba(0,0,0,.35) !important;

  color:rgba(230,255,241,.86) !important;
  font-size:13px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}

.vg-footer-login:hover{
  color:#ffffff !important;
  border-color:rgba(98,255,175,0.34) !important;
  background:linear-gradient(180deg, rgba(9,38,28,.95), rgba(7,26,20,1)) !important;
}

@media (max-width: 900px){
  .vg-footer{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:12px !important;
  }

  .vg-footer-left,
  .vg-footer-right{
    width:100% !important;
    justify-content:flex-start !important;
  }
}
/* =========================================================
   NAV RESET I — obere Website-Kacheln auf echte 6er-Reihe
   Ziel: Breite, Höhe, Mitte und Rhythmus wie Vakten-Familie
   ========================================================= */

.vg-nav{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 18px 0 16px !important;
  align-items: stretch !important;
}

.vg-nav a{
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 9px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;

  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: .085em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  color: #f3f6ff !important;
}

.vg-nav a.is-active,
.vg-nav a[aria-current="page"]{
  color: #ffffff !important;
}

/* NAV RESET II — Höhe der oberen Website-Kacheln */
.vg-nav a{
  min-height: 50px !important;
  height: 50px !important;
}

/* NAV RESET II — Höhe der oberen Website-Kacheln */
.vg-nav a{
  min-height: 50px !important;
  height: 50px !important;
}

/* NAV RESET III — echte Vakten-Höhe statt aufgeblasener Kacheln */
.vg-nav a{
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

/* FOOTER RESET IV — direkt auf Vakten-Niveau ziehen */
.vg-footer{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  font-size: 11px !important;
  align-items: stretch !important;
}

.vg-footer-left,
.vg-footer-right{
  display: contents !important;
}

/* jede Footer-Kachel verhält sich wie Vakten .footer-cell */
.vg-footer a,
.vg-footer-copy{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;

  min-height: 46px !important;
  height: 46px !important;
  padding: 0 14px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  border-radius: 12px !important;
  line-height: 1.1 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* Copy-Zelle optisch wie die anderen */
.vg-footer-copy{
  color: #f3efe6 !important;
  background: linear-gradient(180deg, rgba(12,28,56,.92) 0%, rgba(16,33,58,.98) 100%) !important;
  border: 1px solid rgba(120,160,255,.12) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
}

/* Links wieder klar und ruhig */
.vg-footer a{
  text-decoration: none !important;
}

.vg-footer-login{
  justify-self: stretch !important;
}

/* mobile sauber umbrechen */
@media (max-width: 980px){
  .vg-footer{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* =========================================================
   NAV FINAL — obere Website-Navigation sauber auf Vakten-Shell
   Nur für die 6 Hauptkacheln oben. Footer unten bleibt unberührt.
   ========================================================= */

.vg-nav{
  display:grid !important;
  grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
  gap:10px !important;
  width:100% !important;
  margin:18px 0 8px !important;
  font-size:11px !important;
  align-items:start !important;
}

.vg-nav-cell{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:3px !important;
  min-width:0 !important;
}

.vg-nav-link{
  all:unset;
  box-sizing:border-box !important;
  display:inline-flex !important;
  width:100% !important;
  min-height:46px !important;
  height:46px !important;
  padding:8px 12px !important;
  border-radius:7px !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;

  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  font-size:11px !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  text-decoration:none !important;

  background:linear-gradient(135deg, #111827, #1f2937) !important;
  color:#e5e7eb !important;

  box-shadow:
    0 8px 16px rgba(0,0,0,.85),
    0 0 0 1px #111827 !important;

  transition:
    transform .12s ease,
    box-shadow .12s ease,
    filter .12s ease !important;
}

.vg-nav-link:hover{
  filter:brightness(1.06) !important;
  transform:translateY(-1px) !important;
  box-shadow:
    0 10px 20px rgba(0,0,0,.9),
    0 0 0 1px #1f2937 !important;
}

.vg-nav-link.is-active,
.vg-nav-link[aria-current="page"]{
  background:linear-gradient(135deg, #fbbf24, #f59e0b) !important;
  color:#ffffff !important;
  box-shadow:
    0 10px 20px rgba(0,0,0,.85),
    0 0 0 1px rgba(0,0,0,.8),
    0 0 14px rgba(251,191,36,.45) !important;
}

.vg-nav-link.is-active:hover,
.vg-nav-link[aria-current="page"]:hover{
  filter:none !important;
  transform:none !important;
}

@media (max-width: 1100px){
  .vg-nav{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px){
  .vg-nav{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   SHELL NAV FINAL — obere Website-Navigation wie Vakten gedacht
   Wichtig:
   - Nur obere Shell-Navigation
   - Kein Eingriff in den unteren Legal-Footer
   - Keine feste Kachelhöhe, sondern Vakten-Logik über Padding
   ========================================================= */

.vg-shell-nav{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:10px;
  width:100%;
  margin:18px 0 10px;
  font-size:11px;
}

.vg-shell-nav-cell{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:3px;
  min-width:0;
}

a.vg-shell-button,
a.vg-shell-button:visited{
  all:unset;
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:8px 12px;
  border:none;
  border-radius:7px;

  font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:11px;
  line-height:1.2;

  cursor:pointer;
  text-decoration:none;
  color:#e5e7eb;

  background:linear-gradient(135deg, #111827, #1f2937);
  box-shadow:
    0 8px 16px rgba(0,0,0,.85),
    0 0 0 1px #111827;

  transition:
    transform .12s ease,
    box-shadow .12s ease,
    filter .12s ease;
}

a.vg-shell-button:hover{
  filter:brightness(1.06);
  transform:translateY(-1px);
  box-shadow:
    0 10px 20px rgba(0,0,0,.9),
    0 0 0 1px #1f2937;
}

a.vg-shell-button.is-active,
a.vg-shell-button[aria-current="page"]{
  background:linear-gradient(135deg, #fbbf24, #f59e0b);
  color:#111827;
  box-shadow:
    0 10px 20px rgba(0,0,0,.85),
    0 0 0 1px rgba(0,0,0,.8),
    0 0 14px rgba(251,191,36,.6);
}

a.vg-shell-button.is-active:hover,
a.vg-shell-button[aria-current="page"]:hover{
  filter:none;
  transform:none;
}

/* Tablet */
@media (max-width: 1100px){
  .vg-shell-nav{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 720px){
  .vg-shell-nav{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* ACTIVE NAV TEXT — : aktiv = weiß */
a.vg-shell-button.is-active,
a.vg-shell-button[aria-current="page"]{
  color: #ffffff !important;
}

/* =========================================================
   SHELL RHYTHM FINAL — vertikale Bühne auf Vakten-Niveau
   ========================================================= */

body{
  padding: 32px 16px 24px !important;
}

.vg-panel{
  padding: 18px 26px 24px !important;
}

.vg-header{
  margin-bottom: 6px !important;
}

.vg-shell-nav{
  margin: 18px 0 28px !important;
}

.vg-hero{
  margin-bottom: 28px !important;
}

.vg-hero-kicker{
  margin-bottom: 10px !important;
}

.vg-hero-title{
  margin-bottom: 10px !important;
}

.vg-hero-text{
  margin-bottom: 16px !important;
}

/* =========================================================
   HEADER STAGE FINAL — Vakten-Kopfhöhe für die Website
   ========================================================= */

.vg-header{
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: start !important;
  min-height: 86px !important;
  margin-bottom: 6px !important;
}

.vg-brand-main{
  font-size: 16px !important;
  letter-spacing: .18em !important;
  font-weight: 700 !important;
}

.vg-brand-sub{
  font-size: 13px !important;
  letter-spacing: .16em !important;
  margin-top: 2px !important;
}
/* =========================================================
   FOOTER FINAL — Website-Footer zurück auf ruhige Vakten-Logik
   ========================================================= */

.vg-footer{
  margin-top: 18px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(59,59,74,0.5) !important;
  display: block !important;
}

.vg-footer-grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  font-size: 11px !important;
  align-items: stretch !important;
}

.vg-footer-cell{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.vg-footer-link,
.vg-footer-copy{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  height: 46px !important;
  width: 100% !important;
  padding: 0 14px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  border-radius: 12px !important;
  line-height: 1.1 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.vg-footer-link{
  text-decoration: none !important;
  color: #e5e7eb !important;
  background: linear-gradient(135deg, #111827, #1f2937) !important;
  box-shadow:
    0 8px 16px rgba(0,0,0,.85),
    0 0 0 1px #111827 !important;
  transition:
    transform .12s ease,
    box-shadow .12s ease,
    filter .12s ease !important;
}

.vg-footer-link:hover{
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
  box-shadow:
    0 10px 20px rgba(0,0,0,.9),
    0 0 0 1px #1f2937 !important;
}

.vg-footer-copy{
  color: #f3efe6 !important;
  background: linear-gradient(180deg, rgba(12,28,56,.92) 0%, rgba(16,33,58,.98) 100%) !important;
  border: 1px solid rgba(120,160,255,.12) !important;
  box-shadow:
    0 10px 22px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.vg-bottom-bar{
  margin-top: 16px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(59,59,74,0.5) !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  font-size: 11px !important;
  color: #9ca3af !important;
}

.vg-bottom-cell{
  display: flex !important;
  align-items: center !important;
}

.vg-bottom-a{
  justify-content: flex-start !important;
}

.vg-bottom-b{
  justify-content: center !important;
  gap: 4px !important;
}

.vg-bottom-c{
  justify-content: flex-end !important;
}

.vg-footer .vg-bottom-link{
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: auto !important;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;

  color: rgba(255,255,255,0.46) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: color 0.16s ease, opacity 0.16s ease !important;
}

.vg-footer .vg-bottom-link:hover{
  color: rgba(255,255,255,0.78) !important;
  transform: none !important;
  filter: none !important;
}

.vg-bottom-made{
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.vg-bottom-heart{
  display: inline-block !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 980px){
  .vg-footer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vg-bottom-bar{
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .vg-bottom-a,
  .vg-bottom-b,
  .vg-bottom-c{
    justify-content: center !important;
  }
}

/* =========================================================
   FOOTER FINAL II — textbasiert, ruhig, ohne Kacheloptik
   ========================================================= */

.vg-footer.vg-footer-minimal{
  display:block !important;
  margin-top:18px !important;
  padding-top:14px !important;
  border-top:1px solid rgba(59,59,74,0.5) !important;
  background:none !important;
  box-shadow:none !important;
}

.vg-footer.vg-footer-minimal .vg-footer-links-row{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:12px !important;
  align-items:center !important;
  padding:6px 0 14px !important;
}

.vg-footer.vg-footer-minimal .vg-footer-linktext{
  all:unset !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;

  color:rgba(255,255,255,0.72) !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  letter-spacing:0.01em !important;
  text-decoration:none !important;
  cursor:pointer !important;
  transition:color .16s ease, opacity .16s ease !important;
}

.vg-footer.vg-footer-minimal .vg-footer-linktext:hover{
  color:rgba(255,255,255,0.96) !important;
  opacity:1 !important;
}

.vg-footer.vg-footer-minimal .vg-footer-copytext{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;

  color:rgba(255,255,255,0.78) !important;
  font-size:11px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  letter-spacing:0.01em !important;

  background:none !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.vg-footer.vg-footer-minimal .vg-footer-made-row{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding-top:10px !important;
  border-top:1px solid rgba(59,59,74,0.38) !important;
}

.vg-footer.vg-footer-minimal .vg-footer-made{
  color:rgba(255,255,255,0.46) !important;
  font-size:10px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  letter-spacing:0.08em !important;
  text-transform:uppercase !important;
}

.vg-footer.vg-footer-minimal .vg-footer-heart{
  display:inline-block !important;
  transform:translateY(-1px) !important;
}

@media (max-width: 980px){
  .vg-footer.vg-footer-minimal .vg-footer-links-row{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    row-gap:10px !important;
  }
}

@media (max-width: 640px){
  .vg-footer.vg-footer-minimal .vg-footer-links-row{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
   FOOTER FINAL III — weicher, ohne harte Divider, mit HJÄRTA-Herz
   ========================================================= */

.vg-footer.vg-footer-minimal{
  border-top: none !important;
  padding-top: 8px !important;
  margin-top: 10px !important;
}

.vg-footer.vg-footer-minimal .vg-footer-links-row{
  padding: 4px 0 10px !important;
}

.vg-footer.vg-footer-minimal .vg-footer-made-row{
  border-top: none !important;
  padding-top: 4px !important;
}

.vg-footer.vg-footer-minimal .vg-footer-linktext,
.vg-footer.vg-footer-minimal .vg-footer-copytext{
  color: rgba(255,255,255,0.62) !important;
}

.vg-footer.vg-footer-minimal .vg-footer-linktext:hover{
  color: rgba(255,255,255,0.92) !important;
}

.vg-footer.vg-footer-minimal .vg-footer-made{
  color: rgba(255,255,255,0.40) !important;
  letter-spacing: 0.06em !important;
}

.vg-footer.vg-footer-minimal .vg-footer-heart-img{
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  object-fit: contain !important;
  vertical-align: -2px !important;
  margin: 0 4px !important;
  opacity: 0.92 !important;
}

/* =========================================================
   LEGAL TYPOGRAPHY — Impressum / Datenschutz aus DB
   Ziel: näher an Vakten / Settings / Single
   ========================================================= */

.vg-page.vg-legal .vg-about-teaser{
  margin-bottom: 0;
}

.vg-page.vg-legal .vg-hero-kicker{
  color: rgba(232,223,193,0.58);
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.vg-page.vg-legal .vg-hero-title{
  color: #f4eee3;
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.03);
}

.vg-page.vg-legal .vg-hero-text{
  color: rgba(214,221,231,0.74);
  max-width: 880px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.vg-page.vg-legal .vg-card.vg-legal-card{
  min-height: 390px;
  padding: 26px 28px 28px;
  border-radius: 18px;
  border: 1px solid rgba(38, 118, 84, 0.22);
  background:
    linear-gradient(180deg, rgba(10,14,22,0.96) 0%, rgba(9,12,19,0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 18px 40px rgba(0,0,0,0.26);
}

.vg-page.vg-legal .vg-legal-body{
  max-width: none;
  color: rgba(223,229,236,0.88);
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: 0.002em;
}

.vg-page.vg-legal .vg-legal-body p{
  margin: 0 0 18px;
}

.vg-page.vg-legal .vg-legal-body p:last-child{
  margin-bottom: 0;
}

.vg-page.vg-legal .vg-legal-body strong,
.vg-page.vg-legal .vg-legal-body b{
  color: #f0e6cf;
  font-weight: 700;
}

.vg-page.vg-legal .vg-legal-body a{
  color: #a9c6ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(169,198,255,0.28);
  transition: color .14s ease, border-color .14s ease, opacity .14s ease;
}

.vg-page.vg-legal .vg-legal-body a:hover{
  color: #d5e4ff;
  border-bottom-color: rgba(213,228,255,0.52);
}

.vg-page.vg-legal .vg-legal-body ul,
.vg-page.vg-legal .vg-legal-body ol{
  margin: 0 0 18px 22px;
  padding: 0;
}

.vg-page.vg-legal .vg-legal-body li{
  margin: 0 0 8px;
}

.vg-page.vg-legal .vg-legal-body code{
  font-family: inherit;
  font-size: 0.96em;
  color: #f0e6cf;
  background: rgba(255,255,255,0.04);
  padding: 1px 6px;
  border-radius: 6px;
}

@media (max-width: 720px){
  .vg-page.vg-legal .vg-card.vg-legal-card{
    min-height: 0;
    padding: 20px 18px 22px;
  }

  .vg-page.vg-legal .vg-legal-body{
    font-size: 15px;
    line-height: 1.75;
  }
}

/* =========================================================
   PANEL HEIGHT — Footer unten halten, auch bei kurzen Seiten
   ========================================================= */

.vg-panel{
  min-height: calc(100vh - 48px) !important;
  display: flex !important;
  flex-direction: column !important;
}

.vg-footer{
  margin-top: auto !important;
}

/* =========================================================
   LEGAL PAGE LAYOUT — Impressum/Footer sauber nach unten
   ========================================================= */

body.vg-page.vg-legal .vg-root{
  min-height: 100vh;
}

body.vg-page.vg-legal .vg-panel{
  min-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
}

body.vg-page.vg-legal .vg-legal-stage{
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body.vg-page.vg-legal .vg-legal-card--vakten{
  flex: 1 0 auto;
}

body.vg-page.vg-legal .vg-footer{
  margin-top: auto;
}

/* =========================================================
   IMPRESSUM MODAL — isoliert, ohne Footer/Navi anzufassen
   ========================================================= */

.vg-impressum-overlay{
  position: fixed;
  inset: 0;
  z-index: 3000;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 214, 102, 0.06), transparent 34%),
    rgba(4, 10, 22, 0.78);
  backdrop-filter: blur(6px);
}

.vg-impressum-modal{
  position: fixed;
  inset: 0;
  z-index: 3001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.vg-impressum-modal[hidden],
.vg-impressum-overlay[hidden]{
  display: none !important;
}

.vg-impressum-modal-inner{
  width: min(920px, 100%);
  max-height: min(82vh, 920px);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(232,223,193,.12);
  background:
    linear-gradient(180deg, rgba(7,12,24,.985) 0%, rgba(5,9,19,.995) 100%);
  box-shadow:
    0 24px 60px rgba(0,0,0,.58),
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 0 40px rgba(255,214,102,.06);
}

.vg-impressum-modal-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid rgba(232,223,193,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

.vg-impressum-modal-head .vg-hero-kicker{
  margin-bottom: 6px;
  color: rgba(232,223,193,.62);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
}

.vg-impressum-modal-head .vg-hero-title{
  margin: 0;
  color: #f4efe4;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.02;
  font-weight: 800;
}

.vg-impressum-close{
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(20,36,68,.96), rgba(12,24,46,.98));
  color: #e8dfc1;
  font-size: 26px;
  line-height: 1;
  box-shadow:
    0 8px 18px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

.vg-impressum-close:hover{
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow:
    0 10px 22px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,214,102,.10) inset;
}

.vg-impressum-modal-body{
  padding: 22px 24px 26px;
  max-height: calc(82vh - 108px);
  overflow: auto;
}

.vg-impressum-modal-body .vg-legal-body{
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vg-impressum-modal-body .vg-legal-body p{
  margin: 0 0 16px;
  color: rgba(232,236,244,.90);
  font-size: 18px;
  line-height: 1.72;
}

.vg-impressum-modal-body .vg-legal-body strong,
.vg-impressum-modal-body .vg-legal-body b{
  color: #f3efe6;
  font-weight: 800;
}

.vg-impressum-modal-body .vg-legal-body a{
  color: #8db8ff;
  text-decoration: none;
}

.vg-impressum-modal-body .vg-legal-body a:hover{
  color: #b8d3ff;
  text-decoration: underline;
}

.vg-impressum-modal-body::-webkit-scrollbar{
  width: 10px;
}

.vg-impressum-modal-body::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(232,223,193,.18);
}

@media (max-width: 720px){
  .vg-impressum-modal{
    padding: 14px;
    align-items: flex-start;
  }

  .vg-impressum-modal-inner{
    width: 100%;
    max-height: 88vh;
    border-radius: 18px;
  }

  .vg-impressum-modal-head{
    padding: 18px 18px 14px;
  }

  .vg-impressum-modal-body{
    padding: 18px 18px 22px;
    max-height: calc(88vh - 96px);
  }

  .vg-impressum-modal-body .vg-legal-body p{
    font-size: 16px;
    line-height: 1.64;
  }
}

/* =========================================================
   SHELL NAV WIDTH FIX — 5 Buttons statt 6
   ========================================================= */

.vg-shell-nav{
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 18px 0 28px !important;
}

@media (max-width: 1100px){
  .vg-shell-nav{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px){
  .vg-shell-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   SHOP 1.0 · Produktübersicht
   ========================================================= */

.vg-shop-stage{
  margin-bottom:24px;
}

.vg-shop-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.vg-shop-card{
  padding:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.vg-shop-media{
  aspect-ratio:16 / 9;
  background:
    radial-gradient(circle at 50% 20%, rgba(249,227,145,.12), transparent 34%),
    linear-gradient(180deg, rgba(15,23,42,.96), rgba(5,8,14,.98));
  border-bottom:1px solid rgba(34,197,94,.14);
  overflow:hidden;
}

.vg-shop-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.vg-shop-media-empty{
  min-height:180px;
}

.vg-shop-content{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.vg-shop-text{
  margin-top:10px;
  color:rgba(255,255,255,.76);
  font-size:13px;
  line-height:1.55;
}

.vg-shop-pilot{
  border-color:rgba(249,227,145,.24);
  background:rgba(249,227,145,.10);
  color:#f6e7b0;
}

.vg-shop-attrs{
  margin-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:12px;
  display:grid;
  gap:7px;
}

.vg-shop-attrs-title{
  color:rgba(232,223,193,.76);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:2px;
}

.vg-shop-attr{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  color:rgba(255,255,255,.62);
}

.vg-shop-attr strong{
  color:rgba(255,255,255,.88);
  font-weight:700;
  text-align:right;
}

.vg-shop-note{
  margin-top:14px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(249,227,145,.14);
  background:rgba(249,227,145,.055);
  color:rgba(246,231,176,.84);
  font-size:12px;
  line-height:1.45;
}

.vg-shop-bottom{
  margin-top:auto;
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.vg-shop-price{
  color:#f7f3ea;
  font-size:16px;
  font-weight:800;
}

.vg-shop-stock{
  margin-top:3px;
  color:rgba(255,255,255,.52);
  font-size:12px;
}

.vg-shop-btn{
  white-space:nowrap;
}

@media (max-width:980px){
  .vg-shop-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .vg-shop-bottom{
    align-items:flex-start;
    flex-direction:column;
  }

  .vg-shop-btn{
    width:100%;
  }
}
/* =========================================================
   PRODUCT DETAIL PAGE
   --------------------------------------------------------- */

.vg-product-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 24px 72px;
}

.vg-product-shell {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.vg-product-stage,
.vg-product-facts,
.vg-product-article {
  border: 1px solid rgba(249, 227, 145, 0.14);
  background: rgba(7, 10, 16, 0.72);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.vg-product-stage {
  padding: 18px;
}

.vg-product-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.vg-product-caption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.45;
}

.vg-product-facts {
  padding: 28px;
}

.vg-product-facts h1 {
  margin: 16px 0 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vg-product-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.65;
}

.vg-product-price {
  margin-top: 22px;
  font-size: 1.55rem;
  font-weight: 800;
  color: #f9e391;
}

.vg-product-stock {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.92rem;
}

.vg-product-factgroups {
  margin-top: 26px;
  display: grid;
  gap: 18px;
}

.vg-product-factgroup {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vg-product-factgroup-title {
  margin-bottom: 10px;
  color: #f9e391;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vg-product-attr {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  gap: 18px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.vg-product-attr span {
  color: rgba(255, 255, 255, 0.48);
}

.vg-product-attr strong {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 650;
}

.vg-product-note {
  margin-top: 26px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(249, 227, 145, 0.08);
  border: 1px solid rgba(249, 227, 145, 0.16);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.vg-product-cta {
  margin-top: 24px;
}

.vg-product-article {
  margin-top: 36px;
  padding: 32px;
  max-width: 980px;
}

.vg-product-article h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.03em;
}

.vg-product-article-subtitle,
.vg-product-article-teaser {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.vg-product-article-body {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  font-size: 1.03rem;
}

.vg-product-article-caption {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .vg-product-shell {
    grid-template-columns: 1fr;
  }

  .vg-product-main {
    padding: 28px 16px 56px;
  }

  .vg-product-attr {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}


.vg-product-usecase-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.vg-product-usecase-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(249, 227, 145, 0.18);
  background: rgba(249, 227, 145, 0.07);
  color: rgba(255,255,255,0.82);
  font-size: 0.86rem;
  line-height: 1.2;
}

.vg-product-usecase-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(249, 227, 145, 0.18);
  background: rgba(249, 227, 145, 0.07);
  color: rgba(255,255,255,0.82);
  font-size: 0.86rem;
  line-height: 1.2;
  cursor: default;
  transition: all 0.2s ease;
}

/* subtiler Hover-Glow */
.vg-product-usecase-pill:hover {
  border-color: rgba(120, 180, 255, 0.5);
  box-shadow: 0 0 10px rgba(120, 180, 255, 0.25);
  color: #fff;
}

/* Tooltip */
.vg-product-usecase-pill::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10, 14, 22, 0.95);
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1.3;
  white-space: normal;
  width: 220px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  border: 1px solid rgba(120, 180, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  z-index: 10;
}

.vg-product-usecase-pill:hover::after {
  opacity: 1;
}

.vg-product-payment-note {
  margin-top: 14px;
  color: rgba(255,255,255,0.52);
  font-size: 0.82rem;
  line-height: 1.45;
}

.vg-product-facts h1 {
  margin-bottom: 10px;
}

.vg-product-lead {
  margin-bottom: 18px;
}

.vg-product-price {
  margin: 18px 0 14px;
}

.vg-product-highlights {
  margin-bottom: 18px;
}

.vg-product-note {
  margin-bottom: 18px;
}

.vg-product-facts h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.vg-product-shell {
  align-items: stretch;
}

.vg-product-stage,
.vg-product-facts {
  height: 100%;
}

.vg-product-info-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 210, 120, 0.42);
  background: rgba(10, 120, 70, 0.16);
  color: rgba(220, 255, 235, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(20, 210, 120, 0.10);
  transition: all 0.18s ease;
}

.vg-product-info-pill:hover {
  border-color: rgba(20, 240, 140, 0.7);
  background: rgba(10, 150, 85, 0.24);
  box-shadow: 0 0 22px rgba(20, 210, 120, 0.22);
  color: #fff;
}

.vg-product-lead,
.vg-product-highlights,
.vg-product-note,
.vg-product-payment-note {
  font-size: 0.92rem;
}

.vg-product-article {
  max-width: 1120px;
}

.vg-product-info-pill {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  padding: 7px 11px;
}

.vg-product-planning-pill {
  margin-top: 10px;
}

.vg-product-buyrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 18px;
}

.vg-product-price {
  font-size: 1.6rem;
  font-weight: 700;
}

.vg-product-payment-note {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 10px;
  line-height: 1.4;
}
/* Product detail refinements */
.vg-product-intro {
  margin: 12px 0 22px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.6;
}

.vg-product-buyrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 20px;
}

.vg-product-note {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.vg-product-note > div {
  flex: 1 1 auto;
}

.vg-product-note .vg-product-planning-pill {
  flex: 0 0 auto;
  margin-top: 0;
  white-space: nowrap;
}

.vg-product-payment-note {
  margin-top: 14px;
  max-width: 720px;
  color: rgba(255,255,255,0.46);
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .vg-product-buyrow,
  .vg-product-note {
    align-items: flex-start;
    flex-direction: column;
  }
}


.vg-product-buyrow {
  margin: 20px 0 18px;
}

.vg-product-buy-cta {
  border-color: rgba(249, 190, 45, 0.72) !important;
  background: linear-gradient(180deg, #ffd75a, #f4a91e) !important;
  color: #17120a !important;
  box-shadow: 0 0 24px rgba(249, 190, 45, 0.22);
}

.vg-product-buy-cta:hover {
  border-color: rgba(255, 220, 105, 0.95) !important;
  box-shadow: 0 0 30px rgba(249, 190, 45, 0.36);
  filter: brightness(1.04);
}

.vg-product-note {
  align-items: flex-end;
}

.vg-product-note .vg-product-planning-pill {
  align-self: flex-end;
}


.vg-product-buy-cta {
  border-color: rgba(249, 190, 45, 0.72) !important;
  background: linear-gradient(180deg, #ffd75a, #f4a91e) !important;
  color: #17120a !important;
  box-shadow: 0 0 24px rgba(249, 190, 45, 0.22);
}

.vg-product-buy-cta:hover {
  border-color: rgba(255, 220, 105, 0.95) !important;
  box-shadow: 0 0 30px rgba(249, 190, 45, 0.36);
  filter: brightness(1.04);
}

.vg-product-intro {
  margin-bottom: 14px;
}

.vg-product-intro + p {
  margin-bottom: 18px;
}

/* Product rhythm polish */
.vg-product-lead {
  margin-bottom: 14px;
}

.vg-product-intro {
  margin: 0 0 24px;
}

.vg-product-highlights-right {
  margin-bottom: 10px;
}

.vg-product-highlights-right + .vg-product-info-pill,
.vg-product-info-pill[href="#product-details"] {
  margin-top: 6px;
  margin-bottom: 26px;
}


/* Contact pill sits inside the note, bottom-left */
.vg-product-note {
  align-items: flex-start;
  flex-direction: column;
}

.vg-product-note .vg-product-planning-pill {
  align-self: flex-start;
  margin-top: 12px;
}


.vg-product-buyrow {
  align-items: center;
}

.vg-product-price-note {
  margin-top: 4px;
  color: rgba(255,255,255,0.44);
  font-size: 0.76rem;
  line-height: 1.25;
}

.vg-product-buy-cta {
  padding: 8px 13px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
}


/* Product buy-row final alignment */
.vg-product-buyrow {
  display: flex;
  align-items: center;
  gap: 1px;
  margin: 20px 0 12px;
}

.vg-product-buy-cta {
  border-radius: 999px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  transform: translateY(-12px);
  /*transform: translateX(-110px);*/
}

.vg-product-price {
  letter-spacing: 0.5px;
}

/* Product buy-row true final */
.vg-product-buyrow {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  align-items: start !important;
  column-gap: 14px !important;
  margin: 20px 0 12px !important;
}

.vg-product-priceblock {
  width: max-content !important;
}

.vg-product-buyrow .vg-product-cta,
.vg-product-buyrow .vg-product-buy-cta {
  margin: 10px 0 0 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: start !important;
  align-self: start !important;

  border-radius: 999px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  transform: none !important;
}

/* Product buy-row true final */
.vg-product-buyrow {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  align-items: start !important;
  column-gap: 8px !important;
  margin: 20px 0 12px !important;
}

.vg-product-priceblock {
  width: max-content !important;
}

.vg-product-buyrow .vg-product-cta,
.vg-product-buyrow .vg-product-buy-cta {
  margin: 18px 0 0 0 !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: start !important;
  align-self: start !important;

  border-radius: 999px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  transform: none !important;
}

/* Product buy-row final: button beside price, note below */
.vg-product-buyrow {
  display: grid !important;
  grid-template-columns: max-content max-content !important;
  column-gap: 18px !important;
  row-gap: 6px !important;
  align-items: center !important;
  margin: 28px 0 12px !important;
}

.vg-product-priceblock {
  display: contents !important;
}

.vg-product-price {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  letter-spacing: 0.5px;
}

.vg-product-buyrow .vg-product-cta,
.vg-product-buyrow .vg-product-buy-cta {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  justify-self: start !important;
  align-self: center !important;

  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;

  border-radius: 999px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
  transform: none !important;
}

.vg-product-price-note {
  grid-column: 1 / span 2 !important;
  grid-row: 2 !important;
  margin-top: 0 !important;
}

.vg-shop-inline-media {
  margin: 28px 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(249, 227, 145, 0.14);
  background: rgba(255,255,255,0.035);
}

.vg-shop-inline-media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 14px;
}

.vg-shop-inline-media figcaption,
.vg-shop-inline-caption {
  margin-top: 10px;
  color: rgba(255,255,255,0.48);
  font-size: 0.82rem;
  line-height: 1.4;
}

.vg-shop-inline-video {
  margin: 28px 0;
  aspect-ratio: 16 / 9;
}

.vg-shop-inline-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

/* Shop article rhythm */
.vg-product-article-body {
  line-height: 1.78;
}

.vg-product-article-body p {
  margin: 0 0 18px;
}

.vg-product-article-body h3 {
  margin: 34px 0 12px;
  color: #f9e391;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vg-product-article-body h3:first-child {
  margin-top: 0;
}

.vg-product-article-body ul {
  margin: 8px 0 22px 22px;
  padding: 0;
}

.vg-product-article-body li {
  margin: 0 0 7px;
}

.vg-product-article-body strong {
  color: #f4efe3;
}
/* Product technical facts table */
.vg-product-techfacts {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.vg-product-techfacts > h3 {
  margin: 0 0 18px;
  color: #f9e391;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vg-product-techgroup {
  margin-top: 22px;
}

.vg-product-techgroup-title {
  margin-bottom: 8px;
  color: rgba(249, 227, 145, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vg-product-techtable {
  border-radius: 16px;
  border: 1px solid rgba(249, 227, 145, 0.12);
  overflow: hidden;
  background: rgba(255,255,255,0.025);
}

.vg-product-techrow {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 18px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.56);
}

.vg-product-techrow:last-child {
  border-bottom: 0;
}

.vg-product-techrow strong {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
}

@media (max-width: 720px) {
  .vg-product-techrow {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}


/* =========================================================
   PRODUCT POLISH I — HJÄRTA Shop näher an Artikel/Services
   Ziel: weniger Roh-Shop, mehr VulcanGuard-Haltung
   Stand: 30.04.2026
   ========================================================= */

/* Gesamtbühne etwas ruhiger */
.vg-product-main{
  padding-top: 28px !important;
}

/* Oberer Produktblock: weniger Dashboard, mehr Produktkörper */
.vg-product-stage,
.vg-product-facts,
.vg-product-article{
  border-color: rgba(34,197,94,.16) !important;
  background:
    linear-gradient(180deg, rgba(8,13,23,.82), rgba(5,8,14,.88)) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.025) !important;
}

/* rechte Produktkarte etwas weniger wuchtig */
.vg-product-facts{
  padding: 24px !important;
}

.vg-product-facts h1{
  font-size: clamp(2rem, 3vw, 3rem) !important;
  letter-spacing: -0.03em !important;
}

/* Lead wie Website-Artikel, nicht wie Datenblatt */
.vg-product-lead{
  max-width: 680px !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,.80) !important;
}

/* Beschreibung / Intro ruhiger */
.vg-product-intro{
  max-width: 700px !important;
  font-size: .95rem !important;
  line-height: 1.62 !important;
  color: rgba(255,255,255,.70) !important;
}

/* weniger Linien in der oberen Faktenlogik */
.vg-product-factgroup{
  border-top: none !important;
  padding-top: 8px !important;
}

.vg-product-attr{
  border-bottom: none !important;
  padding: 7px 0 !important;
}

/* Hinweisbox etwas weniger "Warnschild" */
.vg-product-note{
  background: rgba(249,227,145,.055) !important;
  border-color: rgba(249,227,145,.12) !important;
  border-radius: 16px !important;
}

/* Kaufbereich klar, aber nicht schreiend */
.vg-product-buyrow{
  margin-top: 24px !important;
}

.vg-product-price{
  font-size: 1.45rem !important;
  color: #f9e391 !important;
}

/* Unterer Produktartikel: näher an article.php */
.vg-product-article{
  max-width: 980px !important;
  margin: 34px auto 0 !important;
  padding: 28px !important;
}

.vg-product-article h2{
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  color: #f7f3ea !important;
  letter-spacing: -0.025em !important;
}

.vg-product-article-body{
  max-width: 790px !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
  color: rgba(255,255,255,.84) !important;
}

/* Überschriften wie ruhige Abschnittsmarker */
.vg-product-article-body h3{
  margin: 30px 0 10px !important;
  color: #E8DFC1 !important;
  font-size: 1rem !important;
  letter-spacing: .075em !important;
  text-transform: uppercase !important;
}

/* Absätze und Listen dichter an Artikelrhythmus */
.vg-product-article-body p{
  margin: 0 0 16px !important;
}

.vg-product-article-body ul{
  margin: 8px 0 20px 20px !important;
}

.vg-product-article-body li{
  margin-bottom: 6px !important;
}

/* Inline-Bilder: weniger Fremdkörper, mehr Inhaltsbild */
.vg-shop-inline-media{
  margin: 26px 0 !important;
  padding: 10px !important;
  border-radius: 18px !important;
  border-color: rgba(34,197,94,.14) !important;
  background: rgba(255,255,255,.025) !important;
}

.vg-shop-inline-media img{
  border-radius: 14px !important;
  max-height: 390px !important;
}

/* Technische Fakten: eher Datenblatt, weniger Kachelwand */
.vg-product-techfacts{
  margin-top: 38px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.vg-product-techfacts > h3{
  color: #E8DFC1 !important;
  font-size: 1rem !important;
}

.vg-product-techgroup{
  margin-top: 18px !important;
}

.vg-product-techtable{
  border-color: rgba(34,197,94,.12) !important;
  background: rgba(255,255,255,.018) !important;
}

.vg-product-techrow{
  padding: 9px 13px !important;
  border-bottom-color: rgba(255,255,255,.045) !important;
}

/* Mobil: nichts zerquetschen */
@media (max-width: 760px){
  .vg-product-facts,
  .vg-product-article{
    padding: 20px !important;
  }

  .vg-product-article-body{
    max-width: none !important;
    font-size: .95rem !important;
  }
}


/* =========================================================
   PRODUCT BODY MERGE I — eine Produktbühne statt drei Inseln
   Stand: 30.04.2026
   ========================================================= */

/* Die Shell wird zur gemeinsamen großen Produktfläche */
.vg-product-shell{
  border: 1px solid rgba(34,197,94,.16) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(30,64,120,.20), transparent 36%),
    linear-gradient(180deg, rgba(7,13,26,.90), rgba(4,7,13,.94)) !important;
  border-radius: 26px !important;
  box-shadow:
    0 22px 54px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.025) !important;

  padding: 26px !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 430px) minmax(0, 1fr) !important;
  gap: 30px 34px !important;
  align-items: start !important;
}

/* Die inneren Bereiche verlieren ihre Insel-Außenhaut */
.vg-product-stage,
.vg-product-facts,
.vg-product-article{
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Links bleibt EINE bewusste Produkt-/Bildbühne */
.vg-product-stage{
  padding: 0 !important;
}

.vg-product-media{
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.055), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 14px 28px rgba(0,0,0,.22) !important;
}

/* Rechts: Kaufen/Verstehen als Textfläche, nicht als eigene Kachel */
.vg-product-facts{
  padding: 0 !important;
}

/* Artikel gehört jetzt zur selben Bühne und läuft über beide Spalten */
.vg-product-article{
  grid-column: 1 / -1 !important;
  max-width: none !important;
  margin: 8px 0 0 !important;
  padding: 26px 0 0 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

/* Textbreite bleibt geführt, damit es nicht auseinanderläuft */
.vg-product-article-body{
  max-width: 820px !important;
}

/* Inline-Medien dürfen etwas stärker atmen */
.vg-shop-inline-media{
  max-width: 820px !important;
}

/* Technische Fakten bleiben sauber im Fluss */
.vg-product-techfacts{
  max-width: 820px !important;
}

/* Mobile: alles untereinander, eine Bühne bleibt eine Bühne */
@media (max-width: 980px){
  .vg-product-shell{
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  .vg-product-article{
    grid-column: auto !important;
  }
}


/* =========================================================
   PRODUCT POLISH II — Hinweisbox + Medien ruhiger
   Stand: 30.04.2026
   ========================================================= */

.vg-product-note{
  background:
    radial-gradient(circle at 12% 0%, rgba(56,189,248,.10), transparent 42%),
    linear-gradient(180deg, rgba(15,30,58,.72), rgba(9,17,31,.86)) !important;
  border-color: rgba(120,180,255,.18) !important;
  color: rgba(235,242,255,.84) !important;
}

.vg-shop-inline-media{
  max-width: 820px !important;
  margin: 28px 0 !important;
  padding: 18px 0 10px !important;
  text-align: center !important;
  background: rgba(255,255,255,.018) !important;
  border-color: rgba(34,197,94,.12) !important;
}

.vg-shop-inline-media img{
  max-height: 360px !important;
  object-fit: contain !important;
}

.vg-shop-inline-media figcaption{
  padding: 0 14px !important;
  color: rgba(255,255,255,.44) !important;
  font-size: .8rem !important;
}


/* =========================================================
   PRODUCT POLISH III — Hinweisbox entfärben
   Stand: 30.04.2026
   ========================================================= */

.vg-product-note{
  background: transparent !important;
  border: 1px solid rgba(120,180,255,.18) !important;
  box-shadow: none !important;
  color: rgba(235,242,255,.82) !important;
}

.vg-product-note:hover{
  background: rgba(255,255,255,.012) !important;
}

.vg-product-article {
  margin-top: 36px;
}
/* =========================================================
   SHOP POLISH I — weniger Katalog, mehr Produktwelt
   Stand: 30.04.2026
   ========================================================= */

/* Shopbühne ruhiger und näher an Produktseite */
.vg-shop-grid{
  gap: 18px !important;
}

/* Karten weniger einzelne Insel, mehr Teil eines Systems */
.vg-shop-card{
  border-color: rgba(34,197,94,.14) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(30,64,120,.18), transparent 38%),
    linear-gradient(180deg, rgba(7,13,26,.86), rgba(4,7,13,.92)) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.025) !important;
}

/* Bildbereich als Bühne, nicht als Produktfoto-Kasten */
.vg-shop-media{
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.055), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.012)) !important;
}

.vg-shop-media img{
  object-fit: contain !important;
  padding: 28px !important;
}

/* Textblock kompakter */
.vg-shop-content{
  padding: 18px !important;
}

.vg-shop-text{
  margin-top: 8px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,.72) !important;
}

/* Technische Merkmale in der Übersicht leiser machen */
.vg-shop-attrs{
  display: none !important;
}

/* Hinweisbox in Karten nicht mehr als zweite Bühne */
.vg-shop-note{
  display: none !important;
}

/* Kartenabschluss: Preis + Button stärker als klare Entscheidung */
.vg-shop-bottom{
  margin-top: auto !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
}

.vg-shop-price{
  font-size: 17px !important;
  color: #f7f3ea !important;
}

.vg-shop-stock{
  font-size: 11px !important;
  color: rgba(255,255,255,.46) !important;
}

/* Button etwas ruhiger */
.vg-shop-btn{
  min-height: 36px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
}

/* Badges etwas kleiner, damit sie nicht schreien */
.vg-shop-card .vg-news-badge{
  min-height: 18px !important;
  padding: 0 8px !important;
  font-size: 10px !important;
}

/* Shopkarte bekommt mehr "Systemlinie" */
.vg-shop-card .vg-news-title{
  margin-top: 8px !important;
  color: #f7f3ea !important;
}

.vg-shop-card .vg-news-subtitle{
  color: #E8DFC1 !important;
}

/* Mobil sauber */
@media (max-width: 760px){
  .vg-shop-media img{
    padding: 18px !important;
  }

  .vg-shop-content{
    padding: 16px !important;
  }
}

.vg-section-titleline {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.vg-inline-link {
  color: #f0d88e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 216, 142, .45);
}

.vg-inline-link:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

/* SHOP HOVER FINAL */
.vg-shop-card{
  transition:
    transform .16s ease,
    border-color .16s ease,
    box-shadow .16s ease,
    filter .16s ease !important;
}

.vg-shop-card:hover{
  transform: translateY(-4px) !important;
  border-color: rgba(249,227,145,.34) !important;
  box-shadow:
    0 24px 56px rgba(0,0,0,.46),
    0 0 26px rgba(34,197,94,.10),
    inset 0 1px 0 rgba(255,255,255,.035) !important;
  filter: brightness(1.045) !important;
}

.vg-shop-card:hover .vg-shop-media img{
  transform: scale(1.025) !important;
}

.vg-shop-media img{
  transition: transform .18s ease !important;
}

/* SHOP HOVER FINAL II — weniger Gold, ruhiger */
.vg-shop-card:hover{
  transform: translateY(-3px) !important;
  border-color: rgba(34,197,94,.30) !important;
  box-shadow:
    0 20px 46px rgba(0,0,0,.42),
    0 0 18px rgba(34,197,94,.08),
    inset 0 1px 0 rgba(255,255,255,.03) !important;
  filter: brightness(1.025) !important;
}

.vg-shop-card:hover .vg-shop-media img{
  transform: scale(1.012) !important;
}
/* =========================================================
   VAKTEN PUBLIC PAGE
   /vakten.php
   ========================================================= */

.vg-vakten-page .vg-vakten-hero {
  margin-bottom: 28px;
}

.vg-vakten-stage {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}

.vg-vakten-intro {
  max-width: 980px;
}

.vg-vakten-intro h2,
.vg-vakten-final h2 {
  color: #f7f3ea;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
  margin-bottom: 10px;
}

.vg-vakten-intro p,
.vg-vakten-final p {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}

.vg-vakten-scenes {
  display: grid;
  gap: 18px;
}

.vg-vakten-scene {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
}

.vg-vakten-scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vg-vakten-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 14px;
  background: rgba(249,227,145,.10);
  border: 1px solid rgba(249,227,145,.18);
  box-shadow: inset 0 0 18px rgba(249,227,145,.05);
  font-size: 22px;
}

.vg-vakten-scene h2 {
  color: #f7f3ea;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.18;
  margin-bottom: 10px;
}

.vg-vakten-scene p {
  color: rgba(255,255,255,.76);
  line-height: 1.62;
}

.vg-vakten-render {
  min-height: 290px;
  display: flex;
  align-items: center;
}

.vg-vakten-window {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(249,227,145,.10), transparent 34%),
    linear-gradient(180deg, rgba(17,24,39,.96), rgba(3,7,18,.98));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 26px 55px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.05);
}

.vg-vakten-window-top {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
}

.vg-vakten-window-top span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.30);
}

.vg-vakten-window-top strong {
  margin-left: auto;
  color: #f9e391;
  font-size: 12px;
  letter-spacing: .18em;
}

.vg-vakten-demo {
  padding: 22px;
}

.vg-demo-label {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-demo-temp {
  color: #f7f3ea;
  font-size: 48px;
  font-weight: 750;
  letter-spacing: -.04em;
  margin-bottom: 14px;
}

.vg-demo-bar {
  position: relative;
  height: 12px;
  margin: 12px 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(59,130,246,.55), rgba(34,197,94,.55), rgba(249,115,22,.55));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.vg-demo-bar i {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #f7f3ea;
  box-shadow: 0 0 0 5px rgba(247,243,234,.12);
}

.vg-demo-row,
.vg-demo-report-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.70);
}

.vg-demo-row strong,
.vg-demo-report-line strong,
.vg-demo-report-line em {
  color: #f7f3ea;
  font-style: normal;
}

.vg-demo-door {
  height: 150px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34,197,94,.20), rgba(34,197,94,.07));
  border: 1px solid rgba(34,197,94,.26);
  padding: 16px;
  margin-bottom: 14px;
}

.vg-demo-door span {
  display: block;
  height: 100%;
  border-radius: 12px;
  background: rgba(34,197,94,.26);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.vg-demo-state {
  color: #dff7e8;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 12px;
}

.vg-demo-toggle {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(249,227,145,.14);
  color: #f9e391;
  cursor: pointer;
}

.vg-demo-logistics-zone,
.vg-demo-watch,
.vg-demo-book {
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.09);
  color: #f7f3ea;
  margin-bottom: 14px;
}

.vg-demo-book div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.vg-demo-book div:first-child {
  border-top: 0;
}

.vg-demo-book span {
  color: rgba(255,255,255,.66);
}

.vg-demo-watch {
  display: grid;
  gap: 10px;
}

.vg-demo-watch-eye {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249,227,145,.16);
  border: 1px solid rgba(249,227,145,.25);
  color: #f9e391;
  font-weight: 900;
  font-size: 24px;
}

.vg-demo-watch span {
  color: rgba(255,255,255,.68);
}

.vg-vakten-final {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .vg-vakten-scene {
    grid-template-columns: 1fr;
  }

  .vg-vakten-render {
    min-height: 0;
  }

  .vg-demo-temp {
    font-size: 38px;
  }
}


/* VAKTEN PAGE · first correction pass */
.vg-vakten-page .vg-vakten-scenes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.vg-vakten-page .vg-vakten-scene {
  display: grid !important;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: 24px;
  align-items: stretch;
  border-color: rgba(34,197,94,.18);
  background:
    radial-gradient(circle at top left, rgba(34,197,94,.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.014));
}

.vg-vakten-page .vg-vakten-window {
  background:
    radial-gradient(circle at top, rgba(249,227,145,.08), transparent 34%),
    linear-gradient(180deg, #141820, #07090d 72%);
  border: 1px solid rgba(34,197,94,.18);
}

.vg-vakten-page .vg-vakten-window-top {
  background: linear-gradient(135deg, #111827, #1f2937);
}

.vg-vakten-page .vg-vakten-demo {
  min-height: 250px;
}

@media (max-width: 1180px) {
  .vg-vakten-page .vg-vakten-scene {
    grid-template-columns: 1fr;
  }
}


/* VAKTEN PAGE · scale and presence pass */
.vg-vakten-page .vg-panel {
  max-width: 1480px;
}

.vg-vakten-page .vg-hero-title {
  max-width: 1050px;
  font-size: clamp(34px, 3.4vw, 58px);
}

.vg-vakten-page .vg-hero-text {
  max-width: 980px;
  font-size: 17px;
}

.vg-vakten-page .vg-vakten-intro {
  max-width: 1120px;
  padding: 26px 30px;
}

.vg-vakten-page .vg-vakten-scene {
  min-height: 330px;
  padding: 28px;
  grid-template-columns: minmax(340px, .78fr) minmax(620px, 1.22fr);
}

.vg-vakten-page .vg-vakten-scene h2 {
  font-size: clamp(28px, 2.3vw, 42px);
  letter-spacing: -.03em;
}

.vg-vakten-page .vg-vakten-scene p {
  max-width: 520px;
  font-size: 15px;
}

.vg-vakten-page .vg-vakten-render {
  min-height: 300px;
}

.vg-vakten-page .vg-vakten-demo {
  min-height: 260px;
  padding: 26px;
}

.vg-vakten-page .vg-vakten-window {
  border-radius: 24px;
}

.vg-vakten-page .vg-demo-temp {
  font-size: 58px;
}

.vg-vakten-page .vg-demo-row,
.vg-vakten-page .vg-demo-report-line {
  font-size: 14px;
}

.vg-vakten-page .vg-vakten-final {
  padding: 28px 30px;
}

.vg-vakten-page .vg-vakten-final h2 {
  font-size: clamp(30px, 2.6vw, 48px);
}

@media (max-width: 1180px) {
  .vg-vakten-page .vg-vakten-scene {
    grid-template-columns: 1fr;
  }
}


/* VAKTEN PAGE · polish pass: calmer scale, closer to article/product tone */
.vg-vakten-page .vg-panel {
  max-width: 1180px;
}

.vg-vakten-page .vg-hero-title {
  max-width: 780px;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.12;
}

.vg-vakten-page .vg-hero-text {
  max-width: 760px;
  font-size: 14px;
  line-height: 1.55;
}

.vg-vakten-page .vg-vakten-intro {
  max-width: 760px;
  padding: 22px 24px;
}

.vg-vakten-page .vg-vakten-intro h2 {
  font-size: clamp(24px, 1.8vw, 32px);
}

.vg-vakten-page .vg-vakten-intro p,
.vg-vakten-page .vg-vakten-final p {
  font-size: 14px;
}

.vg-vakten-page .vg-vakten-scenes {
  gap: 18px;
}

.vg-vakten-page .vg-vakten-scene {
  min-height: 250px;
  padding: 22px;
  grid-template-columns: minmax(270px, .82fr) minmax(460px, 1.18fr);
  gap: 22px;
}

.vg-vakten-page .vg-vakten-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  font-size: 18px;
  margin-bottom: 10px;
}

.vg-vakten-page .vg-vakten-scene h2 {
  font-size: clamp(24px, 1.8vw, 32px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.vg-vakten-page .vg-vakten-scene p {
  max-width: 420px;
  font-size: 13px;
  line-height: 1.55;
}

.vg-vakten-page .vg-vakten-render {
  min-height: 230px;
}

.vg-vakten-page .vg-vakten-demo {
  min-height: 190px;
  padding: 20px;
}

.vg-vakten-page .vg-vakten-window {
  border-radius: 18px;
}

.vg-vakten-page .vg-vakten-window-top {
  height: 34px;
}

.vg-vakten-page .vg-demo-temp {
  font-size: 44px;
}

.vg-vakten-page .vg-demo-door {
  height: 118px;
}

.vg-vakten-page .vg-demo-row,
.vg-vakten-page .vg-demo-report-line {
  font-size: 12px;
  padding: 8px 0;
}

.vg-vakten-page .vg-demo-logistics-zone,
.vg-vakten-page .vg-demo-watch,
.vg-vakten-page .vg-demo-book {
  padding: 14px;
}

.vg-vakten-page .vg-vakten-final {
  padding: 22px 24px;
}

.vg-vakten-page .vg-vakten-final h2 {
  font-size: clamp(26px, 2vw, 36px);
}

@media (max-width: 980px) {
  .vg-vakten-page .vg-vakten-scene {
    grid-template-columns: 1fr;
  }
}


/* VAKTEN PAGE · report demo tabs */
.vg-vakten-page .vg-vakten-mini-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.vg-vakten-page .vg-vakten-mini-tabs button {
  border: 1px solid rgba(249,227,145,.20);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.78);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
}

.vg-vakten-page .vg-vakten-mini-tabs button.is-active {
  background: linear-gradient(135deg, #f9e391, #d59b2d);
  color: #10131a;
  border-color: rgba(249,227,145,.65);
}

.vg-vakten-page .vg-vakten-report-panel {
  display: none;
}

.vg-vakten-page .vg-vakten-report-panel.is-active {
  display: block;
}

.vg-vakten-page .vg-demo-report-head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.vg-vakten-page .vg-demo-report-head strong {
  display: block;
  color: #f7f3ea;
  font-size: 15px;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-demo-report-head span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.45;
}

.vg-vakten-page .vg-demo-report-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.vg-vakten-page .vg-demo-report-summary span,
.vg-vakten-page .vg-demo-export-grid div {
  border-radius: 12px;
  padding: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.vg-vakten-page .vg-demo-unit-table {
  display: grid;
  gap: 6px;
}

.vg-vakten-page .vg-demo-unit-table div {
  display: grid;
  grid-template-columns: minmax(120px, 1.1fr) minmax(90px, .9fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.70);
  font-size: 12px;
}

.vg-vakten-page .vg-demo-unit-table strong {
  color: #f7f3ea;
}

.vg-vakten-page .vg-demo-unit-table em {
  justify-self: end;
  font-style: normal;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
}

.vg-vakten-page .vg-demo-unit-table em.ok {
  color: #7ee0a1;
  background: rgba(34,197,94,.12);
}

.vg-vakten-page .vg-demo-unit-table em.warn {
  color: #f9e391;
  background: rgba(249,227,145,.12);
}

.vg-vakten-page .vg-demo-unit-table em.bad {
  color: #ff7b7b;
  background: rgba(239,68,68,.12);
}

.vg-vakten-page .vg-demo-export-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.vg-vakten-page .vg-demo-export-grid strong {
  display: block;
  color: #f9e391;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-demo-export-grid span {
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

@media (max-width: 720px) {
  .vg-vakten-page .vg-demo-report-summary,
  .vg-vakten-page .vg-demo-export-grid {
    grid-template-columns: 1fr;
  }

  .vg-vakten-page .vg-demo-unit-table div {
    grid-template-columns: 1fr;
  }

  .vg-vakten-page .vg-demo-unit-table em {
    justify-self: start;
  }
}


/* VAKTEN PAGE · real report demo tables */
.vg-vakten-page .vg-vakten-report-real {
  grid-template-columns: minmax(250px, .58fr) minmax(620px, 1.42fr) !important;
}

.vg-vakten-page .vg-report-demo-window {
  overflow: hidden;
}

.vg-vakten-page .vg-public-report-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.vg-vakten-page .vg-public-report-title strong {
  display: block;
  color: #f4efe3;
  font-size: 14px;
  margin-bottom: 3px;
}

.vg-vakten-page .vg-public-report-title span {
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

.vg-vakten-page .vg-public-report-table {
  display: grid;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(90,120,170,.14);
  background: rgba(5,8,14,.72);
}

.vg-vakten-page .vg-public-report-table > div {
  display: grid;
  grid-template-columns: 1.1fr 1.45fr .85fr .9fr .9fr .75fr;
  gap: 8px;
  align-items: center;
  padding: 7px 9px;
  border-bottom: 1px solid rgba(255,255,255,.055);
  font-size: 10.5px;
  color: rgba(230,235,245,.72);
}

.vg-vakten-page .vg-public-report-table > div:last-child {
  border-bottom: 0;
}

.vg-vakten-page .vg-public-report-table .head {
  background: rgba(10,18,34,.92);
  color: rgba(255,255,255,.46);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.vg-vakten-page .vg-public-report-table strong {
  color: #e9edf7;
  font-weight: 800;
}

.vg-vakten-page .vg-public-report-table em {
  justify-self: start;
  font-style: normal;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.vg-vakten-page .vg-public-report-table em.ok {
  color: #74e29a;
  background: rgba(34,197,94,.13);
}

.vg-vakten-page .vg-public-report-table em.warn {
  color: #f9e391;
  background: rgba(249,227,145,.13);
}

.vg-vakten-page .vg-public-report-table em.bad {
  color: #ff7b7b;
  background: rgba(239,68,68,.15);
}

.vg-vakten-page .vg-public-report-table .red {
  color: #ff7b7b;
}

.vg-vakten-page .vg-public-report-table .yellow {
  color: #f9e391;
}

.vg-vakten-page .vg-public-report-table .green {
  color: #74e29a;
}

.vg-vakten-page .vg-public-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 12px 0;
}

.vg-vakten-page .vg-public-system-grid div {
  border-radius: 12px;
  padding: 12px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
}

.vg-vakten-page .vg-public-system-grid strong {
  display: block;
  color: #f9e391;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}

.vg-vakten-page .vg-public-system-grid span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

.vg-vakten-page .vg-public-report-table.compact > div {
  grid-template-columns: 1.3fr 1fr auto;
}

@media (max-width: 1180px) {
  .vg-vakten-page .vg-vakten-report-real {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .vg-vakten-page .vg-public-report-table {
    overflow-x: auto;
  }

  .vg-vakten-page .vg-public-report-table > div {
    min-width: 720px;
  }

  .vg-vakten-page .vg-public-system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* VAKTEN PAGE · report soll/ist pills */
.vg-vakten-page .vg-si {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,.10);
}

.vg-vakten-page .vg-si.ok {
  color: #74e29a;
  background: rgba(34,197,94,.12);
  border-color: rgba(34,197,94,.28);
}

.vg-vakten-page .vg-si.bad {
  color: #ff7b7b;
  background: rgba(239,68,68,.13);
  border-color: rgba(239,68,68,.30);
}

.vg-vakten-page .vg-si.warn {
  color: #f9e391;
  background: rgba(249,227,145,.12);
  border-color: rgba(249,227,145,.26);
}


/* VAKTEN PAGE · Soll/Ist wie report.html */
.vg-vakten-page .vg-public-si {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: 800;
  color: rgba(230,235,245,.82);
}

.vg-vakten-page .vg-public-si .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(255,255,255,.035);
}

.vg-vakten-page .vg-public-si.ok .dot {
  background: #22c55e;
}

.vg-vakten-page .vg-public-si.bad .dot {
  background: #ef4444;
}

.vg-vakten-page .vg-public-si.neutral .dot {
  background: rgba(148,163,184,.62);
}


/* VAKTEN PAGE · Soll/Ist fixed rhythm */
.vg-vakten-page .vg-public-si {
  display: grid;
  grid-template-columns: minmax(44px, max-content) 10px minmax(58px, max-content);
  align-items: center;
  column-gap: 7px;
  justify-content: start;
  font-variant-numeric: tabular-nums;
}

.vg-vakten-page .vg-public-si .dot {
  justify-self: center;
}


/* VAKTEN PAGE · Soll rechts / Ist links */
.vg-vakten-page .vg-public-si {
  display: grid;
  grid-template-columns: 72px 10px 82px;
  align-items: center;
  column-gap: 7px;
  justify-content: start;
  font-variant-numeric: tabular-nums;
}

.vg-vakten-page .vg-public-si b {
  text-align: right;
  font: inherit;
  color: inherit;
}

.vg-vakten-page .vg-public-si u {
  text-align: left;
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.vg-vakten-page .vg-public-si .dot {
  justify-self: center;
}


/* VAKTEN PAGE · Soll/Ist final alignment */
.vg-vakten-page .vg-public-si {
  display: grid !important;
  grid-template-columns: 76px 10px 90px !important;
  column-gap: 7px !important;
  align-items: center !important;
  justify-content: start !important;
  font-variant-numeric: tabular-nums !important;
}

.vg-vakten-page .vg-public-si .si-soll {
  text-align: right !important;
  font: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.vg-vakten-page .vg-public-si .si-ist {
  text-align: left !important;
  font: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.vg-vakten-page .vg-public-si .dot {
  justify-self: center !important;
}


/* VAKTEN PAGE · Single focus rendering */
.vg-vakten-page .vg-single-demo-window {
  overflow: hidden;
}

.vg-vakten-page .vg-vakten-demo-single-focus {
  display: grid;
  gap: 12px;
}

.vg-vakten-page .vg-single-focus-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.vg-vakten-page .vg-single-focus-head span {
  display: block;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-single-focus-head strong {
  display: block;
  color: #f7f3ea;
  font-size: 18px;
  line-height: 1.15;
}

.vg-vakten-page .vg-single-focus-head small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

.vg-vakten-page .vg-single-focus-head em {
  flex: 0 0 auto;
  font-style: normal;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.vg-vakten-page .vg-single-focus-head em.ok {
  color: #74e29a;
  background: rgba(34,197,94,.13);
}

.vg-vakten-page .vg-single-state-card {
  border-radius: 16px;
  padding: 16px;
  background:
    radial-gradient(circle at top left, rgba(34,197,94,.16), transparent 40%),
    rgba(255,255,255,.035);
  border: 1px solid rgba(34,197,94,.18);
}

.vg-vakten-page .vg-single-state-card span {
  display: block;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-single-state-card strong {
  display: block;
  color: #7ee0a1;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.03em;
}

.vg-vakten-page .vg-single-state-card small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.vg-vakten-page .vg-single-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(90,120,170,.14);
  background: rgba(5,8,14,.62);
}

.vg-vakten-page .vg-single-facts div {
  padding: 10px 11px;
  border-right: 1px solid rgba(255,255,255,.055);
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.vg-vakten-page .vg-single-facts div:nth-child(2n) {
  border-right: 0;
}

.vg-vakten-page .vg-single-facts div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.vg-vakten-page .vg-single-facts span {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-single-facts strong {
  display: block;
  color: rgba(245,248,255,.88);
  font-size: 12px;
  line-height: 1.25;
}

.vg-vakten-page .vg-single-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(34,197,94,.07);
  border: 1px solid rgba(34,197,94,.16);
  color: rgba(255,255,255,.66);
  font-size: 11px;
}

.vg-vakten-page .vg-single-action-row strong {
  color: #7ee0a1;
}

@media (max-width: 720px) {
  .vg-vakten-page .vg-single-facts {
    grid-template-columns: 1fr;
  }

  .vg-vakten-page .vg-single-facts div,
  .vg-vakten-page .vg-single-facts div:nth-child(2n),
  .vg-vakten-page .vg-single-facts div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.055);
  }

  .vg-vakten-page .vg-single-facts div:last-child {
    border-bottom: 0;
  }
}


/* VAKTEN PAGE · signal flow */
.vg-vakten-page .vg-vakten-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 22px 0 28px;
  padding: 24px 28px;
  overflow: hidden;
}

.vg-vakten-page .vg-vakten-flow-line {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249,227,145,.38), rgba(126,224,161,.35), transparent);
}

.vg-vakten-page .vg-flow-pulse {
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #7ee0a1;
  box-shadow: 0 0 0 5px rgba(126,224,161,.10), 0 0 22px rgba(126,224,161,.55);
  animation: vgFlowPulse 4.8s ease-in-out infinite;
}

.vg-vakten-page .vg-flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 7px;
}

.vg-vakten-page .vg-flow-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(5,8,14,.66);
  border: 1px solid rgba(249,227,145,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.vg-vakten-page .vg-flow-step strong {
  color: #f7f3ea;
  font-size: 14px;
  letter-spacing: .04em;
}

.vg-vakten-page .vg-flow-step span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

/* tiny drawn symbols */
.vg-vakten-page .vg-flow-door i {
  width: 28px;
  height: 42px;
  border: 2px solid rgba(249,227,145,.85);
  border-radius: 3px;
  display: block;
  position: relative;
}

.vg-vakten-page .vg-flow-door i::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 20px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7ee0a1;
}

.vg-vakten-page .vg-flow-sensor i {
  width: 42px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(249,227,145,.82);
  display: block;
  position: relative;
}

.vg-vakten-page .vg-flow-sensor i::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ee0a1;
  box-shadow: 0 0 14px rgba(126,224,161,.6);
}

.vg-vakten-page .vg-flow-hjarta i {
  width: 42px;
  height: 34px;
  border-radius: 8px;
  border: 2px solid rgba(249,227,145,.82);
  display: block;
  position: relative;
}

.vg-vakten-page .vg-flow-hjarta i::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 7px;
  height: 5px;
  border-radius: 999px;
  background: rgba(126,224,161,.75);
}

.vg-vakten-page .vg-flow-hjarta i::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -7px;
  height: 2px;
  border-radius: 999px;
  background: rgba(249,227,145,.55);
}

.vg-vakten-page .vg-flow-vakten i {
  width: 44px;
  height: 34px;
  border-radius: 7px;
  border: 2px solid rgba(249,227,145,.82);
  display: block;
  position: relative;
}

.vg-vakten-page .vg-flow-vakten i::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ee0a1;
}

.vg-vakten-page .vg-flow-vakten i::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 7px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 9px 0 rgba(255,255,255,.32);
}

@keyframes vgFlowPulse {
  0% { left: 0%; opacity: 0; transform: scale(.8); }
  10% { opacity: 1; }
  45% { opacity: 1; }
  85% { left: 100%; opacity: 1; transform: scale(1); }
  100% { left: 100%; opacity: 0; transform: scale(.8); }
}

@media (max-width: 860px) {
  .vg-vakten-page .vg-vakten-flow {
    grid-template-columns: 1fr 1fr;
  }

  .vg-vakten-page .vg-vakten-flow-line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vg-vakten-page .vg-flow-pulse {
    animation: none;
    opacity: .9;
  }
}


/* VAKTEN PAGE · keep signal pulse inside line */
@keyframes vgFlowPulse {
  0% { left: 0%; opacity: 0; transform: translateX(0) scale(.8); }
  10% { opacity: 1; }
  45% { opacity: 1; }
  85% { left: calc(100% - 9px); opacity: 1; transform: translateX(0) scale(1); }
  100% { left: calc(100% - 9px); opacity: 0; transform: translateX(0) scale(.8); }
}


/* VAKTEN PAGE · flow line endpoint correction */
.vg-vakten-page .vg-vakten-flow-line {
  right: calc(12.5% - -10px);
}


/* VAKTEN PAGE · softer moving signal */
.vg-vakten-page .vg-flow-pulse {
  background: #7ee0a1;
  box-shadow:
    0 0 0 5px rgba(126,224,161,.10),
    0 0 18px rgba(126,224,161,.65),
    -18px 0 22px rgba(126,224,161,.18),
    -34px 0 30px rgba(249,227,145,.08);
}

.vg-vakten-page .vg-flow-pulse::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 8px;
  width: 46px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(126,224,161,.40));
}

/* VAKTEN PAGE · feature table */
.vg-vakten-page .vg-vakten-features {
  margin-top: 28px;
  padding: 28px 30px;
}

.vg-vakten-page .vg-vakten-features h2 {
  margin-bottom: 18px;
  font-size: clamp(22px, 2vw, 32px);
}

.vg-vakten-page .vg-feature-table {
  display: grid;
  grid-template-columns: 260px 1fr;
  row-gap: 14px;
  column-gap: 22px;
}

.vg-vakten-page .vg-feature-table div {
  display: contents;
}

.vg-vakten-page .vg-feature-table strong {
  color: #f7f3ea;
  font-size: 14px;
  letter-spacing: .03em;
}

.vg-vakten-page .vg-feature-table span {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.5;
}

/* mobile */
@media (max-width: 820px) {
  .vg-vakten-page .vg-feature-table {
    grid-template-columns: 1fr;
  }

  .vg-vakten-page .vg-feature-table strong {
    margin-top: 10px;
  }
}

.vg-coolometer.alert {
  box-shadow: 0 0 0 1px rgba(255,80,80,0.3),
              0 0 18px rgba(255,80,80,0.15);
  transition: all 0.4s ease;
}

.cool-status.bad {
  color: #ff5a5a;
}
/* VAKTEN PAGE · interactive coolometer */
.vg-vakten-page .vg-public-coolometer {
  transition: box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.vg-vakten-page .vg-public-coolometer .coolometer-needle {
  transition: left .45s ease, box-shadow .35s ease, background .35s ease;
}

.vg-vakten-page .vg-public-coolometer.is-outside {
  border-color: rgba(239,68,68,.32);
  box-shadow:
    inset 0 0 0 1px rgba(239,68,68,.14),
    0 0 22px rgba(239,68,68,.14);
}

.vg-vakten-page .vg-public-coolometer.is-outside .coolometer-needle {
  background: #ef4444;
  box-shadow: 0 0 18px rgba(239,68,68,.55);
}

.vg-vakten-page .vg-public-coolometer .cool-status.bad {
  color: #ff6b6b;
}

.vg-vakten-page .vg-public-coolometer .cool-status.ok {
  color: #7ee0a1;
}

.vg-vakten-page .vg-cool-trigger {
  cursor: pointer;
}


/* VAKTEN PAGE · Cool-O-Meter public v2 */
.vg-vakten-page .vg-public-coolometer {
  position: relative;
  border-radius: 22px;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(249,227,145,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.18)),
    rgba(3,6,11,.84);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 18px 45px rgba(0,0,0,.28);
  transition: box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.vg-vakten-page .coolometer-live {
  width: fit-content;
  margin: -8px auto 12px;
  padding: 5px 22px;
  border-radius: 999px;
  color: rgba(245,248,255,.80);
  background: rgba(7,15,30,.84);
  border: 1px solid rgba(122,150,210,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.vg-vakten-page .vg-public-coolometer .coolometer-head strong {
  display: block;
  color: #f9e391;
  font-size: 34px;
  line-height: 1;
  margin-top: 7px;
  text-shadow: 0 0 18px rgba(249,227,145,.20);
  transition: color .35s ease, text-shadow .35s ease;
}

.vg-vakten-page .vg-public-coolometer .coolometer-track {
  position: relative;
  height: 12px;
  margin: 18px 0 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f7a45 0%, #64b969 42%, #f5df83 58%, #a85d28 82%, #7f3030 100%);
  box-shadow:
    inset 0 2px 4px rgba(0,0,0,.45),
    0 0 18px rgba(126,224,161,.10);
  overflow: visible;
}

.vg-vakten-page .vg-public-coolometer .coolometer-zone {
  position: absolute;
  left: 38%;
  width: 24%;
  top: -3px;
  bottom: -3px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}

.vg-vakten-page .vg-public-coolometer .coolometer-target {
  position: absolute;
  top: -6px;
  width: 2px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 0 12px rgba(255,255,255,.28);
}

.vg-vakten-page .vg-public-coolometer .coolometer-needle {
  position: absolute;
  top: -7px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-radius: 999px;
  background: #f9e391;
  border: 3px solid rgba(255,255,255,.86);
  box-shadow:
    0 0 0 4px rgba(249,227,145,.10),
    0 0 22px rgba(249,227,145,.42);
  transition: left .45s ease, background .35s ease, box-shadow .35s ease;
}

.vg-vakten-page .vg-public-coolometer .coolometer-scale {
  display: flex;
  justify-content: space-between;
  color: rgba(245,248,255,.78);
  font-size: 12px;
}

.vg-vakten-page .vg-public-coolometer .coolometer-sub {
  margin-top: 9px;
  color: rgba(245,248,255,.76);
  font-size: 13px;
}

.vg-vakten-page .vg-public-coolometer .coolometer-dev {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
}

.vg-vakten-page .vg-public-coolometer .cool-status.ok {
  color: #7ee0a1;
}

.vg-vakten-page .vg-public-coolometer .cool-status.bad {
  color: #ff6b6b;
}

.vg-vakten-page .vg-public-coolometer.is-outside {
  border-color: rgba(239,68,68,.34);
  box-shadow:
    inset 0 0 0 1px rgba(239,68,68,.16),
    0 0 22px rgba(239,68,68,.16),
    0 18px 45px rgba(0,0,0,.30);
}

.vg-vakten-page .vg-public-coolometer.is-outside .coolometer-head strong {
  color: #ff8a8a;
  text-shadow: 0 0 20px rgba(239,68,68,.28);
}

.vg-vakten-page .vg-public-coolometer.is-outside .coolometer-needle {
  background: #ef4444;
  box-shadow:
    0 0 0 4px rgba(239,68,68,.12),
    0 0 24px rgba(239,68,68,.58);
}

.vg-vakten-page .vg-cool-trigger {
  cursor: pointer;
}


/* VAKTEN PAGE · Cool-O-Meter buttons and states */
.vg-vakten-page .vg-public-coolometer .coolometer-zone {
  position: absolute;
  left: 41%;
  width: 18%;
  top: -3px;
  bottom: -3px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.07);
}

.vg-vakten-page .vg-public-coolometer.is-watch .coolometer-head strong {
  color: #f9e391;
}

.vg-vakten-page .vg-public-coolometer.is-cool .coolometer-head strong {
  color: #7ee0ff;
}

.vg-vakten-page .vg-public-coolometer.is-hot .coolometer-head strong {
  color: #ff8a8a;
}

.vg-vakten-page .vg-public-coolometer.is-hot {
  border-color: rgba(239,68,68,.34);
  box-shadow:
    inset 0 0 0 1px rgba(239,68,68,.16),
    0 0 22px rgba(239,68,68,.16),
    0 18px 45px rgba(0,0,0,.30);
}

.vg-vakten-page .vg-public-coolometer.is-hot .coolometer-needle {
  background: #ef4444;
  box-shadow:
    0 0 0 4px rgba(239,68,68,.12),
    0 0 24px rgba(239,68,68,.58);
}

.vg-vakten-page .vg-public-coolometer.is-cool .coolometer-needle {
  background: #7ee0ff;
  box-shadow:
    0 0 0 4px rgba(126,224,255,.12),
    0 0 24px rgba(126,224,255,.44);
}

.vg-vakten-page .cool-status.watch {
  color: #f9e391;
}

.vg-vakten-page .vg-cool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.vg-vakten-page .vg-cool-action {
  border: 1px solid rgba(249,227,145,.28);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  cursor: pointer;
}

.vg-vakten-page .vg-cool-action:hover {
  border-color: rgba(249,227,145,.58);
  background: rgba(249,227,145,.10);
}


/* VAKTEN PAGE · modes selector and panels */
.vg-vakten-page .vg-mode-intro {
  margin-bottom: 14px;
}

.vg-vakten-page .vg-vakten-mode-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.vg-vakten-page .vg-mode-option {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 15px;
  padding: 12px 13px;
  background: rgba(255,255,255,.025);
  color: rgba(255,255,255,.72);
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.vg-vakten-page .vg-mode-option strong {
  display: block;
  color: #f7f3ea;
  font-size: 13px;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-mode-option span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.vg-vakten-page .vg-mode-option:hover {
  transform: translateY(-1px);
  border-color: rgba(249,227,145,.22);
  background: rgba(249,227,145,.045);
}

.vg-vakten-page .vg-mode-option.is-active {
  border-color: rgba(126,224,161,.26);
  background:
    radial-gradient(circle at left, rgba(126,224,161,.10), transparent 42%),
    rgba(255,255,255,.035);
  box-shadow: inset 3px 0 0 rgba(126,224,161,.56);
}

.vg-vakten-page .vg-vakten-mode-panel {
  display: none;
}

.vg-vakten-page .vg-vakten-mode-panel.is-active {
  display: block;
}

.vg-vakten-page .vg-logistometer,
.vg-vakten-page .vg-doormeter {
  border-radius: 22px;
  padding: 24px;
  min-height: 310px;
  background:
    radial-gradient(circle at 20% 0%, rgba(249,227,145,.08), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.20)),
    rgba(3,6,11,.84);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 18px 45px rgba(0,0,0,.28);
}

.vg-vakten-page .vg-meter-kicker {
  color: rgba(255,255,255,.52);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-vakten-page .vg-logistometer > strong,
.vg-vakten-page .vg-doormeter > strong {
  display: block;
  color: #f7f3ea;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
  margin-bottom: 18px;
}

.vg-vakten-page .vg-logistics-lane {
  position: relative;
  height: 74px;
  border-radius: 18px;
  margin: 12px 0 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(5,8,14,.72);
  border: 1px solid rgba(255,255,255,.08);
}

.vg-vakten-page .vg-logistics-lane::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 16px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 12px, transparent 12px 28px);
  opacity: .34;
}

.vg-vakten-page .vg-logistics-beam {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(126,224,161,.85), transparent);
  box-shadow: 0 0 16px rgba(126,224,161,.45);
}

.vg-vakten-page .vg-logistics-box {
  position: absolute;
  left: 18%;
  top: 18px;
  width: 58px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(249,227,145,.34), rgba(120,80,35,.52));
  border: 1px solid rgba(249,227,145,.18);
  animation: vgLogisticsBox 4.5s ease-in-out infinite;
}

@keyframes vgLogisticsBox {
  0% { left: 12%; opacity: .72; }
  45% { left: 58%; opacity: 1; }
  100% { left: 12%; opacity: .72; }
}

.vg-vakten-page .vg-meter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.vg-vakten-page .vg-meter-grid div {
  border-radius: 13px;
  padding: 10px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.075);
}

.vg-vakten-page .vg-meter-grid span {
  display: block;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.vg-vakten-page .vg-meter-grid strong {
  display: block;
  color: #7ee0a1;
  font-size: 13px;
}

.vg-vakten-page .vg-logistometer p,
.vg-vakten-page .vg-doormeter p {
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.vg-vakten-page .vg-door-visual {
  height: 92px;
  border-radius: 18px;
  margin: 12px 0 18px;
  background:
    radial-gradient(circle at center, rgba(126,224,161,.12), transparent 48%),
    rgba(5,8,14,.72);
  border: 1px solid rgba(34,197,94,.18);
  display: grid;
  place-items: center;
}

.vg-vakten-page .vg-door-visual span {
  width: 70px;
  height: 54px;
  border-radius: 8px;
  border: 3px solid rgba(249,227,145,.78);
  position: relative;
}

.vg-vakten-page .vg-door-visual span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 24px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #7ee0a1;
  box-shadow: 0 0 16px rgba(126,224,161,.62);
}

@media (max-width: 720px) {
  .vg-vakten-page .vg-meter-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vg-vakten-page .vg-logistics-box {
    animation: none;
  }
}

.vg-log-controls {
  margin-top: 14px;
}

.vg-log-controls .vg-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  transition: all 0.2s ease;
}

.vg-log-controls .vg-btn:hover {
  background: rgba(255,255,255,0.1);
}
/* VAKTEN PAGE · logistics interaction fix */
.vg-vakten-page .vg-logistics-beam {
  transition: background .18s ease, box-shadow .18s ease;
}

.vg-vakten-page .vg-logistics-beam.is-blocked {
  background: linear-gradient(90deg, transparent, rgba(239,68,68,.95), transparent);
  box-shadow: 0 0 18px rgba(239,68,68,.62);
}

.vg-vakten-page .vg-logistics-box {
  left: 10%;
  transform: translateX(-50%);
  animation: none !important;
  transition: box-shadow .18s ease, border-color .18s ease;
}

.vg-vakten-page .vg-logistics-box.is-blocked {
  border-color: rgba(239,68,68,.34);
  box-shadow: 0 0 22px rgba(239,68,68,.28);
}

.vg-vakten-page .vg-logistics-actions {
  margin-top: 14px;
}

.vg-vakten-page .vg-logistics-toggle {
  border: 1px solid rgba(249,227,145,.28);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.vg-vakten-page .vg-logistics-toggle:hover {
  border-color: rgba(249,227,145,.58);
  background: rgba(249,227,145,.10);
}


/* VAKTEN PAGE · logistics vertical light barrier */
.vg-vakten-page .vg-logistics-lane::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(126,224,161,.88);
  box-shadow:
    0 0 10px rgba(126,224,161,.75),
    0 0 22px rgba(126,224,161,.35);
  z-index: 4;
  transition: background .18s ease, box-shadow .18s ease;
}

.vg-vakten-page .vg-logistics-lane:has(.vg-logistics-beam.is-blocked)::after {
  background: rgba(239,68,68,.96);
  box-shadow:
    0 0 12px rgba(239,68,68,.85),
    0 0 26px rgba(239,68,68,.48);
}

.vg-vakten-page .vg-logistics-box {
  z-index: 5;
}


/* VAKTEN PAGE · logistics laser definitive */
.vg-vakten-page .vg-logistics-lane::after {
  display: none !important;
}

.vg-vakten-page .vg-logistics-beam {
  z-index: 10 !important;
}

.vg-vakten-page .vg-logistics-beam::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  width: 4px;
  height: 54px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(126,224,161,.95);
  box-shadow:
    0 0 10px rgba(126,224,161,.85),
    0 0 24px rgba(126,224,161,.45);
  transition: background .18s ease, box-shadow .18s ease;
}

.vg-vakten-page .vg-logistics-beam.is-blocked::after {
  background: rgba(239,68,68,.98);
  box-shadow:
    0 0 12px rgba(239,68,68,.90),
    0 0 28px rgba(239,68,68,.55);
}

.vg-vakten-page .vg-logistics-box {
  z-index: 6 !important;
}


/* VAKTEN PAGE · logistics conveyor final */
.vg-vakten-page .vg-logistics-lane {
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.16)),
    rgba(5,8,14,.72) !important;
}

/* horizontale Lichtlinie entfernen */
.vg-vakten-page .vg-logistics-beam {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}

/* Förderrollen */
.vg-vakten-page .vg-logistics-lane::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 17px;
  height: 18px;
  opacity: .42;
  border-radius: 999px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.16) 0 14px,
      transparent 14px 32px
    ) !important;
  animation: vgConveyorRollRight 1.1s linear infinite;
}

/* leichte Bandkante */
.vg-vakten-page .vg-logistics-lane::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 13px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  box-shadow: 0 -22px 0 rgba(255,255,255,.035);
}

/* vertikaler Laser */
.vg-vakten-page .vg-logistics-beam::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 4px;
  height: 46px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(126,224,161,.96);
  box-shadow:
    0 0 10px rgba(126,224,161,.90),
    0 0 26px rgba(126,224,161,.48);
  z-index: 12;
}

/* Sender + Reflektor */
.vg-vakten-page .vg-logistics-beam::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 18px;
  height: 56px;
  transform: translateX(-50%);
  border-top: 5px solid rgba(249,227,145,.70);
  border-bottom: 5px solid rgba(249,227,145,.70);
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(249,227,145,.16));
  z-index: 13;
}

/* Rot bei Belegung */
.vg-vakten-page .vg-logistics-beam.is-blocked::after {
  background: rgba(239,68,68,.98);
  box-shadow:
    0 0 12px rgba(239,68,68,.92),
    0 0 30px rgba(239,68,68,.58);
}

/* Kiste bleibt unter Sensor/Reflektor, aber über dem Band */
.vg-vakten-page .vg-logistics-box {
  z-index: 8 !important;
}

/* Rollrichtung */
.vg-vakten-page .vg-logistics-lane.is-reverse::before {
  animation-name: vgConveyorRollLeft;
}

@keyframes vgConveyorRollRight {
  from { background-position: 0 0; }
  to   { background-position: 32px 0; }
}

@keyframes vgConveyorRollLeft {
  from { background-position: 32px 0; }
  to   { background-position: 0 0; }
}


/* VAKTEN PAGE · Door Feierabend interaction */
.vg-vakten-page .vg-door-timepill {
  width: fit-content;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin: -6px 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(126,224,161,.22);
  background: rgba(34,197,94,.075);
  color: rgba(235,255,242,.86);
  font-size: 12px;
  transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.vg-vakten-page .vg-door-timepill strong {
  color: #f7f3ea;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.vg-vakten-page .vg-door-timepill.is-jumping {
  transform: scale(1.08);
  border-color: rgba(126,224,255,.48);
  background: rgba(56,189,248,.12);
  box-shadow: 0 0 24px rgba(56,189,248,.16);
}

.vg-vakten-page .vg-door-visual-real {
  height: 160px;
  margin: 10px 0 14px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(126,224,161,.10), transparent 48%),
    rgba(5,8,14,.72);
  border: 1px solid rgba(34,197,94,.16);
}

.vg-vakten-page .vg-door-visual-real img {
  max-width: 86%;
  max-height: 150px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.36));
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}

.vg-vakten-page .vg-doormeter.is-bad .vg-door-visual-real {
  border-color: rgba(239,68,68,.22);
  background:
    radial-gradient(circle at center, rgba(239,68,68,.10), transparent 48%),
    rgba(5,8,14,.72);
}

.vg-vakten-page .vg-door-rule {
  margin: 8px 0 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.075);
  background: rgba(255,255,255,.028);
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.45;
}

.vg-vakten-page .vg-door-rule strong {
  display: block;
  color: #7ee0a1;
  margin-bottom: 3px;
}

.vg-vakten-page .vg-door-status {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
}

.vg-vakten-page .vg-door-status.ok {
  color: #7ee0a1;
}

.vg-vakten-page .vg-door-status.bad {
  color: #ff6b6b;
}

.vg-vakten-page .vg-door-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.vg-vakten-page .vg-door-action {
  border: 1px solid rgba(249,227,145,.28);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.vg-vakten-page .vg-door-action:hover {
  border-color: rgba(249,227,145,.58);
  background: rgba(249,227,145,.10);
}

.vg-vakten-page .vg-doormeter.is-bad > strong {
  color: #ff8a8a;
}

.vg-vakten-page .vg-doormeter.is-bad .vg-meter-grid strong {
  color: #ff8a8a;
}

.vg-vakten-page .vg-doormeter.is-ok .vg-meter-grid strong {
  color: #7ee0a1;
}


/* =========================================================
   VAKTEN PAGE · final shell alignment
   eine Bühne, eine Flucht, ein Footer
   ========================================================= */

body.vg-vakten-page .vg-root {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.vg-vakten-page .vg-panel {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 18px 26px 24px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%) !important;
  box-shadow: 0 22px 45px rgba(0,0,0,.75), 0 0 0 1px #252525 !important;
}

body.vg-vakten-page .vg-vakten-stage,
body.vg-vakten-page .vg-vakten-features,
body.vg-vakten-page .vg-vakten-final,
body.vg-vakten-page .vg-footer {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.vg-vakten-page .vg-vakten-features {
  margin-top: 24px !important;
}

body.vg-vakten-page .vg-vakten-final {
  margin-top: 18px !important;
}

/* =========================================================
   VAKTEN PAGE · bottom alignment hard fix
   Untere Karten + Footer wieder in die VAKTEN-Flucht
   ========================================================= */

body.vg-vakten-page .vg-vakten-features,
body.vg-vakten-page .vg-vakten-final,
body.vg-vakten-page .vg-footer.vg-footer-minimal {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.vg-vakten-page .vg-vakten-features {
  margin-top: 24px !important;
}

body.vg-vakten-page .vg-vakten-final {
  margin-top: 18px !important;
}

body.vg-vakten-page .vg-footer.vg-footer-minimal {
  margin-top: 18px !important;
}

/* =========================================================
   VAKTEN PAGE · one continuous stage fix
   Die ganze vakten.php bekommt eine gemeinsame Hauptbühne
   ========================================================= */

body.vg-vakten-page .vg-root {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 18px 26px 24px !important;

  border-radius: 22px !important;
  background: radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%) !important;
  box-shadow: 0 22px 45px rgba(0,0,0,.75), 0 0 0 1px #252525 !important;
}

body.vg-vakten-page .vg-panel {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 18px 26px 24px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%) !important;
  box-shadow: 0 22px 45px rgba(0,0,0,.75), 0 0 0 1px #252525 !important;
}

body.vg-vakten-page .vg-vakten-features,
body.vg-vakten-page .vg-vakten-final,
body.vg-vakten-page .vg-footer.vg-footer-minimal {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================================================
   VAKTEN PUBLIC · final cleanup after structure fix
   ========================================================= */

body.vg-vakten-page .vg-root {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.vg-vakten-page .vg-panel {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 18px 26px 24px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%) !important;
  box-shadow: 0 22px 45px rgba(0,0,0,.75), 0 0 0 1px #252525 !important;
}

/* Intro-Kachel auf Bühnenbreite ziehen */
body.vg-vakten-page .vg-vakten-intro {
  max-width: none !important;
  width: 100% !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(68,120,190,.16), transparent 42%),
    linear-gradient(180deg, rgba(14,26,50,.72), rgba(8,13,24,.82)) !important;
  border-color: rgba(113,157,207,.22) !important;
}

/* Untere Bereiche bleiben Kinder der Bühne */
body.vg-vakten-page .vg-vakten-stage,
body.vg-vakten-page .vg-vakten-features,
body.vg-vakten-page .vg-vakten-final,
body.vg-vakten-page .vg-footer.vg-footer-minimal {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================================================
   NEWS PAGE · align to VAKTEN panel style
   ========================================================= */

body.vg-news-page .vg-panel {
  max-width: 1320px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 18px 26px 24px !important;
  border-radius: 22px !important;

  background:
    radial-gradient(circle at top, #2b2d33 0, #101015 55%, #050608 100%) !important;

  box-shadow: 0 22px 45px rgba(0,0,0,.75),
              0 0 0 1px #252525 !important;
}

/* =========================================================
   NEWS PAGE · nachgeladene Karten abdunkeln
   ========================================================= */

body.vg-news-page .vg-highlight-card.vg-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.008)) !important;
  border-color: rgba(34,197,94,.10) !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.018) !important;
}

body.vg-news-page .vg-highlight-media {
  background:
    radial-gradient(circle at top, rgba(56,189,248,.08), rgba(8,12,20,.92)) !important;
  border-bottom: 1px solid rgba(255,255,255,.045) !important;
}

body.vg-news-page .vg-highlight-card:hover {
  border-color: rgba(34,197,94,.20) !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.34),
    0 0 12px rgba(34,197,94,.045) !important;
}

/* NEWS · Kartenkörper stabilisieren, Bilder dürfen leben */
body.vg-news-page #newsArchiveList .vg-highlight-card.vg-card {
  background: #080d16 !important;
  border-color: rgba(34,197,94,.13) !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.018) !important;
}

body.vg-news-page #newsArchiveList .vg-highlight-content {
  background: #080d16 !important;
  position: relative;
  z-index: 2;
}

body.vg-news-page #newsArchiveList .vg-highlight-media {
  background: #050608 !important;
  border-bottom: 1px solid rgba(255,255,255,.055) !important;
}

.vg-news-item:hover {
  background: rgba(255,255,255,0.02);
}

/* =========================================================
   HOME CURATION I — Produktnutzen vor Magazinrauschen
   ========================================================= */

.vg-home .vg-hero-title {
  max-width: 880px;
}

.vg-home .vg-hero-text {
  max-width: 960px;
}

.vg-home-grid {
  margin-top: 18px;
}

.vg-home .vg-news-list .vg-news-item:nth-child(n+5) {
  display: none;
}

.vg-home .vg-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vg-home .vg-highlight-card:nth-child(n+4) {
  display: none;
}

.vg-home-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}

.vg-home-benefit {
  border: 1px solid rgba(34,197,94,.14);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.024), rgba(255,255,255,.012));
}

.vg-home-benefit strong {
  display: block;
  color: #f7f3ea;
  font-size: 14px;
  margin-bottom: 5px;
}

.vg-home-benefit span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .vg-home-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vg-home-benefits {
    grid-template-columns: 1fr;
  }
}

.vg-article-hero-media img {
  object-fit: contain !important;
  max-height: 760px !important;
  background: #111722;
}

/* HOME · Portrait-Teaser sauber zeigen */
.vg-highlight-media-portrait {
  background: #111722;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-highlight-media-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
}

/* HOME · Portrait-Highlights als echte Hochkantkarten */
.vg-highlight-card-portrait {
  min-height: auto;
}

.vg-highlight-card-portrait .vg-highlight-media {
  height: 520px;
  overflow: hidden;
  background: #111722;
}

.vg-highlight-card-portrait .vg-highlight-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
}

/* HOME FINAL · Portrait-Highlights wirklich hochkant */
.vg-highlight-card-portrait {
  min-height: 760px !important;
}

.vg-highlight-card-portrait .vg-highlight-media,
.vg-highlight-card-portrait .vg-highlight-media-portrait {
  aspect-ratio: auto !important;
  height: 640px !important;
  min-height: 640px !important;
  max-height: none !important;
  overflow: hidden !important;
  background: #111722 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vg-highlight-card-portrait .vg-highlight-media img,
.vg-highlight-card-portrait .vg-highlight-media-portrait img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

/* HOME FINAL · drei starke Teaser statt News-Leiste */
.vg-home-grid{
  grid-template-columns: 1fr !important;
}

.vg-home-grid > .vg-column:first-child{
  display: none !important;
}

.vg-highlight-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.vg-highlight-card-portrait .vg-highlight-media{
  aspect-ratio: 9 / 16 !important;
  background: #101722 !important;
}

.vg-highlight-card-portrait .vg-highlight-media img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 980px){
  .vg-highlight-grid{
    grid-template-columns: 1fr !important;
  }
}

/* HOME FINAL II · Portrait-Teaser nicht beschneiden */
.vg-highlight-card-portrait .vg-highlight-media,
.vg-highlight-card-portrait .vg-highlight-media-portrait {
  aspect-ratio: 9 / 16 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #101722 !important;
}

.vg-highlight-card-portrait .vg-highlight-media img,
.vg-highlight-card-portrait .vg-highlight-media-portrait img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* HOME FINAL III · Teaserbilder im echten 4:5-Format */
.vg-highlight-card-portrait .vg-highlight-media,
.vg-highlight-card-portrait .vg-highlight-media-portrait {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #101722 !important;
}

.vg-highlight-card-portrait .vg-highlight-media img,
.vg-highlight-card-portrait .vg-highlight-media-portrait img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}
/* =========================================================
   HOME FINAL IV · Teaser als reine Bildkarten + Nutzenzeile ruhig
   ========================================================= */

.vg-home .vg-highlight-card,
.vg-home .vg-highlight-card-portrait{
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #101722 !important;
}

.vg-home .vg-highlight-content,
.vg-home .vg-news-meta,
.vg-home .vg-news-title,
.vg-home .vg-news-subtitle{
  display: none !important;
}

.vg-home .vg-highlight-media,
.vg-home .vg-highlight-media-portrait{
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #101722 !important;
}

.vg-home .vg-highlight-media img,
.vg-home .vg-highlight-media-portrait img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.vg-home-benefits{
  gap: 8px !important;
  margin: 0 0 16px !important;
}

.vg-home-benefit{
  padding: 10px 12px !important;
  border-radius: 13px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.010)) !important;
}

.vg-home-benefit strong{
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.vg-home-benefit span{
  display: none !important;
}

@media (max-width: 640px){
  .vg-home-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   HOME FINAL · Nutzenpillen + Proof-Satz
   ========================================================= */

.vg-hero{
  margin-bottom: 18px !important;
}

.vg-shell-nav{
  margin-bottom: 18px !important;
}

.vg-home-benefits{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
  margin: 18px 0 14px;
}

.vg-home-benefit{
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 13px;
  border:1px solid rgba(34,197,94,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.012));
  display:flex;
  align-items:center;
  gap:8px;
}

.vg-home-benefit strong{
  color:#f7f3ea;
  font-size:13px;
  line-height:1.15;
  white-space:nowrap;
}

.vg-home-benefit span{
  color:rgba(226,232,240,.66);
  font-size:12px;
  line-height:1.2;
}

.vg-home-proof{
  margin: 0 0 22px;
  padding: 10px 14px;
  border-radius: 14px;
  border:1px solid rgba(249,227,145,.14);
  background:linear-gradient(180deg, rgba(249,227,145,.055), rgba(255,255,255,.012));
  color:rgba(232,223,193,.88);
  font-size:13px;
  line-height:1.45;
  font-weight:650;
  letter-spacing:.01em;
}

@media (max-width: 980px){
  .vg-home-benefits{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .vg-home-benefits{
    grid-template-columns:1fr;
  }

  .vg-home-benefit{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
}

/* HOME FINAL · Nutzenpillen mit ruhigem Aufklappen */
.vg-home-benefit{
  cursor:pointer !important;
  position:relative !important;
  transition:
    border-color .16s ease,
    background .16s ease,
    box-shadow .16s ease,
    transform .16s ease !important;
}

.vg-home-benefit:hover,
.vg-home-benefit.is-open{
  border-color:rgba(34,197,94,.28) !important;
  background:linear-gradient(180deg, rgba(34,197,94,.045), rgba(255,255,255,.012)) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.18), 0 0 16px rgba(34,197,94,.055) !important;
}

.vg-home-benefit.is-open{
  transform:translateY(-1px) !important;
}

.vg-home-benefit span{
  display:block !important;
  max-height:0 !important;
  opacity:0 !important;
  overflow:hidden !important;
  margin-top:0 !important;
  color:rgba(226,232,240,.72) !important;
  font-size:12px !important;
  line-height:1.35 !important;
  transition:max-height .18s ease, opacity .18s ease, margin-top .18s ease !important;
}

.vg-home-benefit.is-open span{
  max-height:60px !important;
  opacity:1 !important;
  margin-top:6px !important;
}

.vg-home-benefit:focus-visible{
  outline:2px solid rgba(249,227,145,.45) !important;
  outline-offset:3px !important;
}

/* HOME FINAL · Nutzenpillen ruhig, ohne Aufklapptext */
.vg-home-benefit{
  cursor: default !important;
}

.vg-home-benefit span{
  display: none !important;
}

.vg-home-benefit.is-open{
  transform: none !important;
}

.vg-home-benefit:hover{
  border-color: rgba(34,197,94,.22) !important;
  background: linear-gradient(180deg, rgba(34,197,94,.028), rgba(255,255,255,.010)) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.14) !important;
}

/* HOME FINAL · Positionierungs-Pillen statt Nutzen-Tooltips */
.vg-home-positioning{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin: 16px 0 14px !important;
}

.vg-home-positioning .vg-home-benefit{
  cursor: default !important;
  min-height: 38px !important;
  padding: 9px 10px !important;
  justify-content: center !important;
  text-align: center !important;
}

.vg-home-positioning .vg-home-benefit strong{
  white-space: normal !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: .015em !important;
}

.vg-home-positioning .vg-home-benefit span{
  display: none !important;
}

@media (max-width: 1080px){
  .vg-home-positioning{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px){
  .vg-home-positioning{
    grid-template-columns: 1fr !important;
  }
}

/* ARTICLE FINAL · Hero-Bild ruhiger, eingerückt, editorial */
.vg-article-hero-media{
  width: 78% !important;
  max-width: 620px !important;
  margin: 18px auto 22px !important;
  border-radius: 18px !important;
}

.vg-article-hero-media img{
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 760px){
  .vg-article-hero-media{
    width: 100% !important;
    max-width: none !important;
    margin: 16px 0 20px !important;
  }
}

/* ARTICLE FINAL II · Opener linksbündig und kompakter */
.vg-article-hero-media{
  width: 40% !important;
  max-width: 420px !important;
  min-width: 280px !important;
  margin: 18px 0 22px !important;
  border-radius: 16px !important;
}

.vg-article-hero-media img{
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 760px){
  .vg-article-hero-media{
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 16px 0 20px !important;
  }
}

/* ARTICLE FINAL III · kompaktes Opener-Bild mit Textfluss */
.vg-article-hero-media{
  float: left !important;
  width: 40% !important;
  max-width: 420px !important;
  min-width: 280px !important;
  margin: 6px 28px 18px 0 !important;
  border-radius: 16px !important;
}

.vg-article-hero-media img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.vg-article-body::after{
  content: "" !important;
  display: block !important;
  clear: both !important;
}

@media (max-width: 760px){
  .vg-article-hero-media{
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 16px 0 20px !important;
  }
}

/* ARTICLE FINAL IV · Textfluss-Wrapper */
.vg-article-flow::after{
  content: "";
  display: block;
  clear: both;
}
