/* Auto-generated by the styles.css split-and-dedupe cleanup. */

.site-header {
  display: grid;
  grid-template-columns: minmax(210px, 260px) 1fr auto;
  align-items: center;
  gap: var(--space-6);
  padding: 16px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 10;
  min-height: 80px;
  border-bottom-color: #d8e0eb;
  box-shadow: 0 1px 0 rgba(18, 24, 38, .02);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border: 1px solid #c9dcfb;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #0e7cff 0%, #1769e8 100%);
  border-color: #1769e8;
  color: #fff;
  box-shadow: 0 10px 22px rgba(23, 105, 232, .22);
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  display: block;
  color: var(--text);
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: .01em;
}

.brand-subtitle {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
}

.site-nav a,
.footer a,
.language-switcher {
  color: #253044;
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

.site-nav a:hover,
.footer a:hover,
.language-switcher:hover {
  color: var(--accent);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 10px;
}

.language-switcher svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-switcher .chevron {
  width: 13px;
  height: 13px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-4) var(--space-6);
  max-width: var(--container);
  margin: 0 auto;
  padding: var(--space-8) var(--space-6);
  border-top: 1px solid var(--border);
}
