/* Group brand skin — teal/green (not blue) */
:root {
  --brand: #0f766e;
  --brand-soft: #5eead4;
  --brand-deep: #042f2e;
  --lux-ink: #071614;
  --lux-forest: #0a221f;
  --lux-green: #0f766e;
  --lux-green-mid: #0d9488;
  --lux-gold: #14b8a6;
  --lux-gold-soft: #5eead4;
  --lux-champagne: #e7f5f2;
  --lux-mist: #f4f7f6;
  --lux-paper: #fbfcfb;
  --lux-muted: #5b6b66;
  --lux-line: rgba(15,118,110,.28);
  --lux-glow: 0 0 0 1px rgba(15,118,110,.35), 0 12px 40px rgba(15,118,110,.18);
  --green: var(--lux-green);
  --green-deep: var(--lux-forest);
  --green-soft: var(--lux-green-mid);
  --bg: var(--lux-mist);
  --ink: var(--lux-ink);
  --muted: var(--lux-muted);
  --cream: var(--lux-champagne);
  --white: var(--lux-paper);
}
.site-header, .gp-header, body.t-hy .site-header {
  background: rgba(8,28,26,.94) !important;
  border-bottom: 1px solid rgba(94,234,212,.22) !important;
  color: #e8f5f2 !important;
}
.site-header .nav a, .site-header .logo-name, .site-header .logo-domain,
.site-header .lang-dd-btn, .site-header .lang-switch a, .gp-header a,
.gp-header .brand, body.t-hy .nav a, body.t-hy .logo {
  color: #e8f5f2 !important;
}
.site-header .nav a:hover, .site-header .nav a[aria-current="page"],
.site-header .nav a[aria-current="true"], .site-header .lang-switch a:hover,
.site-header .lang-switch a[aria-current="true"], body.t-hy .nav a:hover {
  color: #5eead4 !important;
}
.logo-badge, body.t-hy .logo::before {
  background: radial-gradient(circle at 30% 25%, #5eead4, #0f766e 55%, #115e59) !important;
  color: #042f2e !important;
  box-shadow: 0 0 0 1px rgba(15,118,110,.4), 0 8px 24px rgba(15,118,110,.35) !important;
}
.btn, a.btn, .gp-chip-list a {
  border-color: rgba(15,118,110,.45) !important;
  background: linear-gradient(145deg, #0d9488, #0f766e 48%, #115e59) !important;
  color: #fff !important;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  background: #5eead4 !important;
}
