/* Unique brand skin */
:root {
  --brand: #2A9D8F;
  --brand-soft: #7EDFD2;
  --brand-deep: #0B2E2A;
  --lux-ink: #071816;
  --lux-forest: #0B2E2A;
  --lux-green: #145C54;
  --lux-green-mid: #145C54;
  --lux-gold: #2A9D8F;
  --lux-gold-soft: #7EDFD2;
  --lux-champagne: #E8F6F3;
  --lux-mist: #F2F7F6;
  --lux-paper: #FBFEFD;
  --lux-muted: #5E726F;
  --lux-line: rgba(42,157,143,.28);
  --lux-glow: 0 0 0 1px rgba(42,157,143,.35), 0 12px 40px rgba(42,157,143,.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(11,46,42,.9) !important;
  border-bottom: 1px solid rgba(42,157,143,.35) !important;
  color: #E8F6F3 !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: #E8F6F3 !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: #7EDFD2 !important;
}
.logo-badge, body.t-hy .logo::before {
  background: radial-gradient(circle at 30% 25%, #7EDFD2, #2A9D8F 55%, #145C54) !important;
  color: #071816 !important;
  box-shadow: 0 0 0 1px rgba(42,157,143,.4), 0 8px 24px rgba(42,157,143,.35) !important;
}
.btn, a.btn, .gp-chip-list a {
  border-color: rgba(42,157,143,.45) !important;
  background: radial-gradient(120% 120% at 20% 0%, rgba(255,255,255,.35), transparent 50%),
    linear-gradient(145deg, #7EDFD2, #2A9D8F 55%, #145C54) !important;
  color: #071816 !important;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  background: #7EDFD2 !important;
}
