* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
  line-height: 1.6;
  color: #111827;
  overflow-x: hidden;
  background: radial-gradient(circle at 18% 32%, rgba(99, 102, 241, 0.18), transparent 60%), radial-gradient(circle at 82% 68%, rgba(14, 165, 233, 0.2), transparent 65%), radial-gradient(circle at 70% 25%, rgba(79, 70, 229, 0.15), transparent 60%), linear-gradient(135deg, #ffffff 0%, #f0f3f7 100%);
  background-attachment: fixed;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.16'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.35;
}

a {
  color: #2563eb;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #1d4ed8;
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.u-visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.u-container, .footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 2rem;
}

.u-container--wide {
  max-width: 1400px;
}

@media (max-width: 768px) {
  .u-container, .footer__container {
    padding-inline: 1rem;
  }
}
.header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-block-end: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 2rem;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 80px;
  padding-inline: 1.1rem;
}
.header__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__logo {
  inline-size: 54px;
  block-size: 54px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: linear-gradient(135deg, #0f1115 0%, #1f2330 70%);
}
.header__logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 60%);
  mix-blend-mode: overlay;
}
.header__logo:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
}
.header__logo img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  display: block;
}
.header__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
}
.header__name {
  color: rgb(17, 24, 39) !important;
  text-decoration: none !important;
  transition: none;
}
.header__name:hover, .header__name:focus {
  color: rgb(17, 24, 39) !important;
  text-decoration: none !important;
}
.header__nav {
  display: flex;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  gap: 0.75rem;
  box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.45s cubic-bezier(0.16, 0.8, 0.24, 1);
  z-index: 999;
}
.header__nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav ul,
.header__nav .header__menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav li {
  margin: 0;
  padding: 0;
}
.header__nav a {
  text-decoration: none;
  color: #111827;
  font-weight: 500;
  position: relative;
  transition: color 0.3s;
  font-size: 0.95rem;
  display: block;
  padding: 0.2em 0.1em;
}
.header__nav a::after {
  content: "";
  position: absolute;
  inset-block-end: -4px;
  inset-inline-start: 0;
  inline-size: 0;
  block-size: 2px;
  background: #6366f1;
  transition: inline-size 0.3s ease;
}
.header__nav a:hover {
  color: #6366f1;
}
.header__nav a:hover::after {
  inline-size: 100%;
}
.header__toggle {
  display: inline-flex;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  line-height: 0;
  position: relative;
  transition: background 0.3s;
}
.header__toggle:hover {
  background: #e5e7eb;
}
.header__toggle span,
.header__toggle span::before,
.header__toggle span::after {
  display: block;
  inline-size: 22px;
  block-size: 2px;
  background: #000;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.header__toggle span::before,
.header__toggle span::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
}
.header__toggle span::before {
  inset-block-start: -6px;
}
.header__toggle span::after {
  inset-block-start: 6px;
}
.header__toggle.is-active span {
  background: transparent;
}
.header__toggle.is-active span::before {
  inset-block-start: 0;
  transform: rotate(45deg);
}
.header__toggle.is-active span::after {
  inset-block-start: 0;
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .header__container {
    padding-inline: 2rem;
  }
  .header__toggle {
    display: none;
  }
  .header__nav {
    position: static;
    inset: auto;
    flex-direction: row;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    gap: 2rem;
    box-shadow: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav ul,
  .header__nav .header__menu {
    flex-direction: row;
    gap: 2rem;
  }
  .header__nav a {
    font-size: inherit;
  }
}

body {
  padding-top: 80px;
}

html {
  scroll-padding-top: 80px;
}

body.admin-bar html {
  scroll-padding-top: 112px;
}
body.admin-bar .header {
  top: 32px;
}
body.admin-bar .header__nav {
  top: 112px;
}

@media (max-width: 782px) {
  body.admin-bar html {
    scroll-padding-top: 126px;
  }
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header__nav {
    top: 126px;
  }
}
#menu-footer,
#menu-footer li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  background: #111827;
  color: #fff;
  padding: 3rem 2rem 2rem;
  text-align: center;
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer__section h4 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.footer__section p,
.footer__section a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}
.footer__section a:hover {
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__nav {
  margin: 2rem 0 0 0;
}
.footer__nav ul,
.footer__nav .footer__menu {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.footer__nav .footer__menu,
.footer__nav .footer__menu li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.footer__nav li {
  margin: 0;
  padding: 0;
}
.footer__nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  position: relative;
  transition: color 0.3s;
  font-size: 1rem;
  display: block;
  padding: 0.2em 0.1em;
}
.footer__nav a::after {
  content: "";
  position: absolute;
  inset-block-end: -4px;
  inset-inline-start: 0;
  inline-size: 0;
  block-size: 2px;
  background: #6366f1;
  transition: inline-size 0.3s ease;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__nav a:hover::after {
  inline-size: 100%;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
