:root {
  --ts-orange: #ea580c;
  --ts-yellow: #ffd41f;
  --ts-blue: #005f8b;
  --ts-black: #000413;
  --ts-white: #e8f1fb;
}

body {
  font-family: "Roboto", "Segoe UI", system-ui, -apple-system, sans-serif;
  background-color: var(--ts-white);
  color: var(--ts-black);
}

.font-brand {
  font-family: "Modet", "Roboto", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0.02em;
}

.brand-gradient {
  background:
    radial-gradient(1200px 600px at 0% 0%, rgba(234, 88, 12, 0.16), transparent 60%),
    radial-gradient(900px 500px at 100% 10%, rgba(0, 95, 139, 0.18), transparent 65%),
    linear-gradient(180deg, rgba(232, 241, 251, 1) 0%, rgba(232, 241, 251, 0.85) 100%);
}

.glass {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 4, 19, 0.08);
}

.grid-dots {
  background-image: radial-gradient(rgba(0, 4, 19, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.logo-primary {
  height: 50px;
  width: auto;
}

.menu-primary {
  font-size: 1.2em;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 260px;
  background: #ffffff;
  border: 1px solid rgba(0, 4, 19, 0.12);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 24px 60px rgba(0, 4, 19, 0.15);
  display: none;
  z-index: 50;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.95em;
  color: rgba(0, 4, 19, 0.8);
}

.dropdown-link.with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-link:hover {
  background: rgba(234, 88, 12, 0.08);
  color: #ea580c;
}

.logo-client {
  max-height: 48px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-client:hover {
  filter: grayscale(0);
  opacity: 1;
}

.logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(0, 4, 19, 0.06);
  color: rgba(0, 4, 19, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.logo-cloud {
  max-height: 48px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.85;
}

.logo-cloud-custom {
  max-height: 148px;
}

.logo-cloud-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
