.identity-hero {
  --overlay-start: rgba(4, 8, 22, 0.84);
  --overlay-end: rgba(7, 34, 62, 0.62);
  --overlay-accent: rgba(241, 196, 15, 0.18);
  position: relative;
  overflow: hidden;
  min-height: min(800px, 92vh);
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(23, 35, 36, 0.12);
}

.identity-hero::before {
  content: "";
  position: absolute;
  inset: -12%;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.12) brightness(0.48);
  transform: scale(1.05);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.identity-hero.has-slides::before {
  display: none;
}

.identity-hero__slides {
  position: absolute;
  inset: 0;
}

.identity-hero__slide {
  position: absolute;
  inset: -8%;
  background-image: var(--slide-image);
  background-size: cover;
  background-position: center;
  opacity: 0;
  filter: saturate(1.08) contrast(1.12) brightness(0.48);
  transform: scale(1.08);
  animation: slideFade 18s infinite;
}

.identity-hero__slide:nth-child(2) {
  animation-delay: 6s;
}

.identity-hero__slide:nth-child(3) {
  animation-delay: 12s;
}

.identity-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(241, 174, 43, 0.14), transparent 36%),
    radial-gradient(circle at 86% 78%, var(--overlay-accent), transparent 34%),
    linear-gradient(120deg, var(--overlay-start), var(--overlay-end));
}

.identity-hero__content {
  position: relative;
  z-index: 1;
  width: min(92%, 72rem);
  margin: 0 auto;
  padding: 3.2rem 0 2.8rem;
  color: #ffffff;
}

.identity-hero__kicker {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(241, 196, 15, 0.94);
  color: #0f1530;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.identity-hero__title {
  margin: 0.85rem 0 0.55rem;
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.15;
  font-weight: 900;
}

.identity-hero__meta {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.identity-badges {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.identity-hero__actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.identity-hero__cta {
  display: inline-block;
  text-decoration: none;
  padding: 0.55rem 0.9rem;
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.identity-hero__cta:hover {
  transform: translateY(-2px);
}

.identity-hero__cta--primary {
  color: #ffffff;
  background: linear-gradient(120deg, #0f8dcf, #0f1530);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.identity-hero__cta--ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.identity-badge {
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(15, 21, 48, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  width: 100%;
  padding: 0.8rem clamp(1rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.site-brand__logo {
  height: 3.4rem;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(15, 21, 48, 0.18));
}

.site-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  color: #0f1530;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav__link:hover {
  background: rgba(15, 141, 207, 0.1);
  color: #0f8dcf;
  transform: translateY(-1px);
}

.site-nav__link.is-active {
  background: linear-gradient(120deg, rgba(15, 141, 207, 0.14), rgba(241, 196, 15, 0.16));
  color: #0f1530;
  box-shadow: inset 0 0 0 1px rgba(15, 21, 48, 0.08);
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.site-socials {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-lang {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.site-lang__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  color: #0f1530;
  background: rgba(15, 21, 48, 0.04);
  border: 1px solid rgba(15, 21, 48, 0.08);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.site-lang__link:hover {
  transform: translateY(-2px);
  color: #0f8dcf;
  background: rgba(15, 141, 207, 0.12);
}

.site-lang__link.is-active {
  color: #ffffff;
  background: linear-gradient(120deg, #0f8dcf, #0f1530);
  border-color: transparent;
}

.site-socials__link {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #0f1530;
  background: rgba(15, 21, 48, 0.05);
  border: 1px solid rgba(15, 21, 48, 0.08);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.site-socials__link:hover {
  transform: translateY(-2px);
  color: #0f8dcf;
  background: rgba(15, 141, 207, 0.12);
}

.site-socials__link svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(120deg, #0f8dcf, #0f1530);
  box-shadow: 0 12px 22px rgba(15, 21, 48, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px rgba(15, 21, 48, 0.22);
}

.site-cta--ghost {
  color: #0f1530;
  background: rgba(15, 21, 48, 0.04);
  border: 1px solid rgba(15, 21, 48, 0.08);
  box-shadow: none;
}

@media (max-width: 1024px) {
  .site-header__inner {
    grid-template-columns: auto 1fr;
  }

  .site-actions {
    grid-column: 1 / -1;
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-lang {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-inline: 1rem;
  }

  .site-nav {
    justify-content: center;
  }
}

@keyframes heroZoom {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.16) translate3d(-1.5%, -1.2%, 0);
  }
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: scale(1.09);
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: scale(1.15);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .identity-hero {
    min-height: min(700px, 88vh);
  }
}

@media (max-width: 768px) {
  .identity-hero {
    min-height: min(560px, 84vh);
  }

  .identity-hero__content {
    padding: 2.6rem 0 2.2rem;
  }
}
