@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #ecac48 #060602;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #060602;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f5d18f, #ecac48, #b9822c);
  border-radius: 999px;
  transition: background 0.2s ease-in-out;
}
@media (hover: hover) {
  ::-webkit-scrollbar-thumb:hover {
    background: #f5d18f;
  }
}

::-webkit-scrollbar-corner {
  background: #060602;
}

body.modal-open {
  overflow: hidden;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal=up] {
  transform: translateY(32px);
}

[data-reveal=down] {
  transform: translateY(-32px);
}

[data-reveal=left] {
  transform: translateX(-40px);
}

[data-reveal=right] {
  transform: translateX(40px);
}

[data-reveal=up].is-revealed,
[data-reveal=down].is-revealed,
[data-reveal=left].is-revealed,
[data-reveal=right].is-revealed {
  transform: translate(0, 0);
}

[data-reveal].is-revealed {
  opacity: 1;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-lockup-badge,
.hero-coming-soon,
.hero-partner,
.hero-divider,
.hero-tagline,
.hero-content .btn-nominate,
.hero-scroll {
  opacity: 0;
  animation: hero-fade-up 0.7s ease forwards;
}

.hero-lockup-badge {
  animation-delay: 0.1s;
}

.hero-partner {
  animation-delay: 0.3s;
}

.hero-divider {
  animation-delay: 0.5s;
}

.hero-tagline {
  animation-delay: 0.6s;
}

.hero-coming-soon {
  animation-delay: 0.68s;
}

.hero-content .btn-nominate {
  animation-delay: 0.75s;
}

.hero-scroll {
  animation-delay: 1s;
}

.mouse-follower,
.mouse-follower-dot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.mouse-follower {
  width: 26px;
  height: 26px;
  border: 1.5px solid rgba(236, 172, 72, 0.85);
  z-index: 9999;
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  will-change: transform;
}

.mouse-follower-dot {
  width: 5px;
  height: 5px;
  background: #ecac48;
  z-index: 10000;
  transition: opacity 0.2s ease-in-out;
  will-change: transform;
}

.mouse-follower.is-hover {
  width: 46px;
  height: 46px;
  background: rgba(236, 172, 72, 0.14);
}

.mouse-follower-dot.is-hover {
  opacity: 0;
}

@media (hover: none), (pointer: coarse) {
  .mouse-follower,
  .mouse-follower-dot {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-lockup-badge,
  .hero-coming-soon,
  .hero-partner,
  .hero-divider,
  .hero-tagline,
  .hero-content .btn-nominate,
  .hero-scroll {
    opacity: 1;
    animation: none;
  }
  .mouse-follower,
  .mouse-follower-dot {
    display: none;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 1.35rem 0;
  background: transparent;
  transition: padding 0.35s ease-in-out;
}
.site-header.is-scrolled {
  padding: 0.85rem 0;
}

.site-header .container-fluid {
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.35s ease-in-out;
}

.site-header.is-scrolled .container-fluid {
  width: calc(100% - max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) * 2);
  margin: 0 auto;
  padding: 0.3rem 1.25rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.brand-box {
  display: inline-grid;
  align-items: center;
}

.brand-logo {
  grid-area: 1/1;
  height: 68px;
  width: auto;
  transition: opacity 0.25s ease-in-out;
}

.brand-logo--dark {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo--light {
  opacity: 0;
}
.site-header.is-scrolled .brand-logo--dark {
  opacity: 1;
}
.site-header.is-scrolled .brand-logo {
  height: 48px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    margin: 0;
  }
}

.main-nav .nav-link {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: relative;
  padding: 0.4rem 0.1rem;
  transition: color 0.2s ease-in-out;
}
.main-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ecac48;
  transition: width 0.25s ease-in-out;
}
.main-nav .nav-link.active {
  color: #f5d18f;
}
.main-nav .nav-link.active::after {
  width: 100%;
}
@media (hover: hover) {
  .main-nav .nav-link:hover {
    color: #f5d18f;
  }
  .main-nav .nav-link:hover::after {
    width: 100%;
  }
}

.site-header.is-scrolled .main-nav .nav-link {
  color: #0f1422;
}
.site-header.is-scrolled .main-nav .nav-link::after {
  background: #b9822c;
}
.site-header.is-scrolled .main-nav .nav-link.active {
  color: #b9822c;
}
@media (hover: hover) {
  .site-header.is-scrolled .main-nav .nav-link:hover {
    color: #b9822c;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(6, 9, 26, 0.96);
    margin-top: 0.75rem;
    border-radius: 12px;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .main-nav .nav-item {
    text-align: center;
    padding: 0.4rem 0;
  }
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header.is-scrolled .navbar-toggler {
  border-color: rgba(15, 20, 34, 0.35);
}
.site-header.is-scrolled .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818,32,107,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .site-header.is-scrolled .navbar-collapse {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.floating-award-badge {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 30;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: all 0.35s ease-in-out;
}
.floating-award-badge.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) {
  .floating-award-badge:hover .floating-award-badge__img {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45), 0 0 0 4px rgba(236, 172, 72, 0.16);
  }
}

.floating-award-badge__img {
  display: block;
  height: clamp(56px, 7vw, 84px);
  width: auto;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(236, 172, 72, 0.75);
  border-radius: 10px;
  padding: 0.5rem 0.85rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(236, 172, 72, 0.1);
  transition: all 0.25s ease-in-out;
}

.site-footer {
  background: #1a1a1a;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.footer-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0f1422 0%, #060602 100%);
  border: 1px solid rgba(236, 172, 72, 0.18);
  border-radius: 28px;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem) 0;
}

.footer-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}
@media (min-width: 992px) {
  .footer-top {
    grid-template-columns: minmax(280px, 380px) 1fr;
    gap: clamp(2.5rem, 6vw, 5rem);
  }
}

.footer-newsletter__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.footer-newsletter__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 340px;
  margin: 0 0 1.5rem;
}

.footer-newsletter__form {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(236, 172, 72, 0.4);
  padding-bottom: 0.6rem;
  max-width: 360px;
}

.footer-newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.98rem;
  padding: 0.3rem 0;
}
.footer-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.footer-newsletter__input:focus {
  outline: none;
}

.footer-newsletter__submit {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  color: #1a1a1a;
  background: linear-gradient(135deg, #f5d18f, #ecac48);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
@media (hover: hover) {
  .footer-newsletter__submit:hover {
    transform: translate(2px, -2px);
  }
}

.footer-newsletter__disclaimer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.78rem;
  line-height: 1.6;
  max-width: 320px;
  margin: 1.25rem 0 0;
}

.footer-links {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .footer-links {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-links__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}
.footer-links__col--contact {
  grid-column: 1/-1;
}
@media (min-width: 576px) {
  .footer-links__col--contact {
    grid-column: auto;
  }
}
.footer-links__col a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .footer-links__col a:hover {
    color: #f5d18f;
  }
}

.footer-links__heading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ecac48;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}

.footer-contact-person {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.footer-contact-person__name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
}

.footer-wordmark {
  display: block;
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(115deg, #f5d18f 0%, #ecac48 45%, #b9822c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.4rem, 8vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: clamp(2.5rem, 7vw, 4.5rem) 0 0;
  pointer-events: none;
  user-select: none;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom__copy {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0;
}

.footer-bottom__legal {
  display: flex;
  gap: 1.5rem;
}
.footer-bottom__legal a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .footer-bottom__legal a:hover {
    color: #f5d18f;
  }
}

.section-kicker {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ecac48;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.section-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f1422;
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.section-divider {
  display: block;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #f5d18f, #ecac48, #b9822c);
  margin-bottom: 1.5rem;
}

.section-intro {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.75);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
  max-width: 720px;
}

.on-dark .section-heading {
  color: #ffffff;
}
.on-dark .section-intro {
  color: rgba(255, 255, 255, 0.78);
}
.on-dark .section-link {
  color: #ffffff;
}
@media (hover: hover) {
  .on-dark .section-link:hover {
    color: #ecac48;
  }
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: clamp(2rem, 4vh, 2.5rem);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f1422;
  text-decoration: none;
  border-bottom: 2px solid #ecac48;
  padding-bottom: 0.2rem;
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .section-link:hover {
    color: #b9822c;
  }
}

.nominate-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.nominate-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.nominate-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 4, 13, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nominate-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  background: linear-gradient(160deg, #0f1422 0%, #060602 100%);
  border: 1px solid rgba(236, 172, 72, 0.25);
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  transform: translateY(18px) scale(0.97);
  transition: transform 0.35s ease-in-out;
}
.nominate-modal.is-open .nominate-modal__dialog {
  transform: translateY(0) scale(1);
}
@media (max-width: 479.98px) {
  .nominate-modal__dialog {
    padding: 1.25rem;
  }
}

.nominate-modal__close {
  position: absolute;
  top: clamp(1.25rem, 3vw, 1.75rem);
  right: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .nominate-modal__close:hover {
    color: #f5d18f;
    border-color: rgba(236, 172, 72, 0.5);
  }
}

.nominate-modal__kicker {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ecac48;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 479.98px) {
  .nominate-modal__kicker {
    font-size: 1.25rem;
    line-height: 1.2;
    max-width: calc(100% - 2.5rem);
  }
}

.nominate-modal__brand-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 0.45rem;
  background: url("../img/logos/hero-logo-badge.webp") left center/auto 56px no-repeat;
}

@media (max-width: 479.98px) {
  .nominate-modal__brand-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0.3rem;
    background-size: auto 44px;
  }
}
.nominate-modal__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.15;
  margin: 0 0 0.6rem;
}

.nominate-modal__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}
@media (max-width: 479.98px) {
  .nominate-modal__text {
    font-size: 0.82rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.nominate-modal__form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 479.98px) {
  .nominate-modal__form {
    gap: 0.65rem;
  }
}

.nominate-modal__row {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 480px) {
  .nominate-modal__row {
    grid-template-columns: 1fr 1fr;
  }
}

.nominate-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.nominate-modal__field label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}
.nominate-modal__field input,
.nominate-modal__field select {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.2s ease-in-out;
}
.nominate-modal__field input::placeholder,
.nominate-modal__field select::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nominate-modal__field input:focus,
.nominate-modal__field select:focus {
  outline: none;
  border-color: rgba(236, 172, 72, 0.6);
}
.nominate-modal__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1L6 6L11 1' stroke='%23d4af37' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.25rem;
}
.nominate-modal__field select option {
  color: #1a1a1a;
}
@media (max-width: 479.98px) {
  .nominate-modal__field {
    gap: 0.2rem;
  }
  .nominate-modal__field input,
  .nominate-modal__field select {
    padding: 0.48rem 0.7rem;
    font-size: 0.85rem;
  }
}

.nominate-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 0.5rem;
  background: linear-gradient(135deg, #f5d18f, #ecac48);
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 50px;
  padding: 0.85rem 1rem 0.85rem 1.75rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .nominate-modal__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 479.98px) {
  .nominate-modal__submit {
    margin-top: 0.2rem;
    padding: 0.55rem 0.75rem 0.55rem 1rem;
    font-size: 0.88rem;
  }
}

.nominate-modal__submit-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.12);
  color: #1a1a1a;
}

.nominate-modal__success {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f5d18f;
  background: rgba(236, 172, 72, 0.1);
  border: 1px solid rgba(236, 172, 72, 0.3);
  border-radius: 10px;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 1rem 1.1rem;
  margin: 0.5rem 0 0;
}

.nominate-modal__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nominate-modal__error {
  color: #ffd2cd;
  font-size: 0.85rem;
  margin: 0.4rem 0 0;
}

.nominate-modal__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.nominate-modal__form.is-submitted .nominate-modal__field, .nominate-modal__form.is-submitted .nominate-modal__row, .nominate-modal__form.is-submitted .nominate-modal__submit {
  display: none;
}

[data-word-reveal] .word-reveal-word {
  display: inline-block;
  opacity: 0.22;
  filter: blur(3px);
  transform: translateY(0.15em);
  transition: opacity 0.6s ease, filter 0.6s ease, transform 0.6s ease;
  transition-delay: var(--word-reveal-delay, 0s);
}

[data-word-reveal].is-revealed .word-reveal-word {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-word-reveal] .word-reveal-word {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(90px, 12vh, 130px) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(40px, 7vh, 80px);
  background: #060602;
}

.hero-split {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-split--gradient {
  display: none;
}
@media (min-width: 992px) {
  .hero-split--gradient {
    display: block;
    mask-image: linear-gradient(100deg, transparent 42%, black 66%, black 100%);
    -webkit-mask-image: linear-gradient(100deg, transparent 42%, black 66%, black 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
}
.hero-split--gradient {
  background: radial-gradient(circle at 12% 88%, rgba(236, 172, 72, 0.3), transparent 45%), radial-gradient(circle at 88% 8%, rgba(245, 209, 143, 0.18), transparent 40%), linear-gradient(160deg, #060602 0%, #060602 38%, rgba(36, 64, 122, 0.6) 55%, #060602 72%, #060602 100%);
}

.hero-split--photo {
  background-image: linear-gradient(90deg, rgba(2, 4, 13, 0.55) 0%, transparent 20%), linear-gradient(135deg, rgba(6, 6, 2, 0.94) 0%, rgba(15, 20, 34, 0.86) 45%, rgba(6, 6, 2, 0.8) 100%), url("../img/banners/hero-banner-2026.webp");
  background-size: cover;
  background-position: center 22%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero-split--photo {
    mask-image: linear-gradient(100deg, black 0%, black 42%, transparent 66%);
    -webkit-mask-image: linear-gradient(100deg, black 0%, black 42%, transparent 66%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-image: linear-gradient(90deg, rgba(2, 4, 13, 0.5) 0%, transparent 16%), linear-gradient(115deg, rgba(6, 6, 2, 0.6) 0%, rgba(15, 20, 34, 0.35) 45%, rgba(6, 6, 2, 0.3) 100%), url("../img/banners/hero-banner-2026.webp");
  }
}

.hero-rays {
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .hero-rays {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(90deg, rgba(245, 209, 143, 0.4) 0, rgba(236, 172, 72, 0.26) 8px, rgba(185, 130, 44, 0.08) 16px, transparent 26px, transparent 62px);
    mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    -webkit-mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    mix-blend-mode: overlay;
    opacity: 0.85;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: clamp(320px, 50%, 760px);
  text-align: right;
}
@media (min-width: 992px) {
  .hero-content {
    max-width: clamp(340px, 74vw, 1180px);
  }
}

.hero-lockup-badge {
  display: block;
  margin-left: auto;
  width: min(100%, 270px);
  height: auto;
  margin-bottom: clamp(1.1rem, 2.75vh, 1.6rem);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}

.hero-lockup-badge--large {
  width: min(100%, 520px);
  margin-bottom: clamp(1.5rem, 3.5vh, 2.25rem);
}

.hero-coming-soon {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f5d18f;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.hero-title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  line-height: 1;
  margin-bottom: clamp(0.6rem, 1.75vh, 1rem);
}

.hero-title__line {
  display: block;
  font-size: clamp(2.5rem, 5.6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.hero-title__line + .hero-title__line {
  margin-top: 0.15em;
}
@media (min-width: 992px) {
  .hero-title__line {
    white-space: nowrap;
  }
}

.hero-title__brand,
.hero-title__sub {
  font-weight: 800;
  color: #ffffff;
}

.hero-title__accent {
  font-weight: 800;
  background: linear-gradient(180deg, #f5d18f, #ecac48);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title__tiny {
  font-size: 0.55em;
  font-weight: 500;
  opacity: 0.85;
}

.hero-divider {
  display: inline-block;
  width: 90px;
  height: 3px;
  margin-bottom: clamp(0.75rem, 2vh, 1.25rem);
  background: linear-gradient(90deg, transparent, #ecac48, #f5d18f, #ecac48, transparent);
}

.hero-tagline {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.8rem, 1.3vw, 1rem);
  margin-bottom: clamp(1rem, 3vh, 1.75rem);
}

.btn-nominate {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #ffffff;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 0.5rem 0.5rem 0.5rem 1.85rem;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  .btn-nominate:hover {
    color: #1a1a1a;
    transform: translateY(-3px) scale(1.03);
  }
  .btn-nominate:hover .btn-nominate__arrow {
    transform: translate(3px, -3px) rotate(8deg);
  }
}

.btn-nominate__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5d18f, #ecac48);
  color: #1a1a1a;
  transition: transform 0.25s ease-in-out;
}

.hero-partner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: fit-content;
  margin: 0 0 clamp(0.85rem, 2vh, 1.25rem) auto;
}

.hero-partner__label {
  display: block;
  white-space: nowrap;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f5d18f;
  opacity: 0.9;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.hero-partner-logo {
  width: 12rem;
  height: auto;
  align-self: flex-end;
  opacity: 0.9;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: clamp(1.25rem, 3vw, 2.5rem);
  bottom: clamp(1.5rem, 4vh, 3rem);
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  color: #ecac48;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(236, 172, 72, 0.65);
  transition: color 0.2s ease-in-out;
}
@media (hover: hover) {
  .hero-scroll:hover {
    color: #f5d18f;
  }
}

.hero-scroll__text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.hero-scroll__line {
  width: 2px;
  height: 60px;
  background: currentColor;
  opacity: 0.9;
}

.hero-scroll__arrow {
  width: 16px;
  height: 11px;
  animation: hero-scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes hero-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  padding: clamp(1.25rem, 2.2vw, 1.85rem) 0;
}

.marquee--top {
  background: linear-gradient(120deg, #060602, #0f1422, #060602);
}

.marquee--bottom {
  background: linear-gradient(120deg, #000000, #1a1a1a 45%, #000000);
  border-top: 1px solid rgba(236, 172, 72, 0.4);
  border-bottom: 1px solid rgba(236, 172, 72, 0.4);
}

.marquee__track {
  will-change: transform;
}

.marquee__inner {
  display: inline-flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll-left 52s linear infinite;
}

.marquee__inner--reverse {
  animation-name: marquee-scroll-right;
  animation-duration: 60s;
}

.marquee__item {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: #ffffff;
  padding: 0 1.25rem;
}

.marquee__sep {
  color: #ecac48;
  font-size: 0.85em;
}

.marquee--bottom .marquee__item {
  color: #ecac48;
  text-shadow: 0 0 18px rgba(236, 172, 72, 0.35);
}

.marquee--bottom .marquee__sep {
  color: #f5d18f;
}

@keyframes marquee-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__inner {
    animation: none;
  }
}
.celebrate {
  overflow: hidden;
}

.celebrate .row {
  min-height: 294px;
}

.celebrate-headline {
  display: flex;
  align-items: center;
  background: linear-gradient(115deg, #1a1a1a 0%, #b9822c 42%, #ecac48 100%);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
}

.celebrate-headline__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.1rem, 3vh, 1.75rem);
}

.celebrate-headline__text {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.15;
  max-width: 720px;
  margin: 0;
}

.celebrate-headline__tagline {
  display: inline-block;
  background: #1a1a1a;
  color: #ecac48;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  padding: 0.5rem 1.15rem;
  border-radius: 50px;
}

.celebrate-panel {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 0;
}

.celebrate-panel__image {
  position: relative;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background-image: url("../img/banners/celebrate-panel.avif");
  background-size: cover;
  background-position: center 30%;
  text-decoration: none;
  overflow: hidden;
}
@media (hover: hover) {
  .celebrate-panel__image:hover .celebrate-panel__arrow {
    transform: translate(4px, -4px);
  }
}

.celebrate-panel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 7, 20, 0.5), rgba(4, 7, 20, 0.88));
}

.celebrate-panel__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.05;
}

.celebrate-panel__arrow {
  flex-shrink: 0;
  color: #ecac48;
  transition: transform 0.25s ease-in-out;
}

.celebrate-panel__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-top: 3px solid #ecac48;
  padding: 1rem clamp(1.5rem, 3vw, 2.5rem);
}

.celebrate-panel__meta-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: #1a1a1a;
}

.celebrate-panel__meta-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 1rem;
}

.overview {
  background: #f8f9fa;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.overview-container {
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: 0;
}

.overview-row {
  gap: 2.5rem 0;
  margin-right: 0;
}

.overview-visual-col {
  display: flex;
}
@media (min-width: 992px) {
  .overview-visual-col {
    margin-left: calc(-1 * max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)));
    padding-left: 0;
  }
}

.overview-visual {
  position: relative;
  width: 100%;
  min-height: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: #060602;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .overview-visual {
    min-height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    border-radius: 0;
  }
}

.overview-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  animation: overview-visual-kenburns 20s ease-in-out infinite alternate;
}
@media (min-width: 992px) {
  .overview-visual-image {
    position: absolute;
    inset: 0;
  }
}

@keyframes overview-visual-kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.09) translate(-1%, -1%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .overview-visual-image {
    animation: none;
  }
}
.overview-visual-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: repeating-linear-gradient(-45deg, rgba(236, 172, 72, 0.5) 0, rgba(236, 172, 72, 0.5) 2px, transparent 2px, transparent 8px);
  opacity: 0.7;
}

.overview-body-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overview-kicker {
  display: block;
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ecac48;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.overview-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f1422;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.overview-divider {
  display: block;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #f5d18f, #ecac48, #b9822c);
  margin-bottom: 1.5rem;
}

.overview-lead {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.overview-body-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.75);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.jury-chair {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(6, 6, 2, 0.97), rgba(6, 6, 2, 0.86) 45%, rgba(69, 75, 94, 0.5)), url("../img/sections/jury-chair-bg.webp") center/cover no-repeat;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.jury-chair--page-top {
  padding-top: clamp(150px, 22vh, 200px);
}

.jury-chair-container {
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.jury-chair-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .jury-chair-grid {
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 3.5rem);
  }
}

.jury-chair-grid-divider {
  display: none;
}
@media (min-width: 992px) {
  .jury-chair-grid-divider {
    display: block;
    align-self: stretch;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(236, 172, 72, 0.4), transparent);
  }
}

.jury-chair-panel--chair {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .jury-chair-panel--chair {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(236, 172, 72, 0.25);
  }
}
@media (max-width: 575.98px) {
  .jury-chair-panel--chair {
    flex-direction: column;
    text-align: center;
  }
}

.jury-chair-photo-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
}
.jury-chair-photo-frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(236, 172, 72, 0.28), transparent 65%);
  filter: blur(28px);
  z-index: 0;
}

.jury-chair-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(170px, 19vw, 225px);
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 16px;
  border: 2px solid rgba(236, 172, 72, 0.7);
  box-shadow: 0 0 0 6px rgba(236, 172, 72, 0.1), 0 0 0 7px rgba(236, 172, 72, 0.35), 0 18px 40px rgba(0, 0, 0, 0.5);
}

.jury-chair-photo-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -6px;
  width: 34px;
  height: 34px;
  background: repeating-linear-gradient(-45deg, rgba(236, 172, 72, 0.65) 0, rgba(236, 172, 72, 0.65) 2px, transparent 2px, transparent 7px);
  mask-image: linear-gradient(-45deg, black 30%, transparent 75%);
  -webkit-mask-image: linear-gradient(-45deg, black 30%, transparent 75%);
}

.jury-chair-text {
  flex: 1 1 auto;
  min-width: 0;
}

.jury-chair-name {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  margin-bottom: 0.35rem;
}

.jury-chair-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #f5d18f;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  margin-bottom: 0.3rem;
}
.jury-chair-subtitle:last-of-type {
  margin-bottom: 1.1rem;
}

.jury-chair-subtitle--secondary {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
}

.jury-chair-panel--founding {
  min-width: 0;
  text-align: right;
}
@media (max-width: 575.98px) {
  .jury-chair-panel--founding {
    text-align: center;
  }
}

.founding-edition-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #f5d18f;
  border: 1px solid rgba(236, 172, 72, 0.6);
  background: rgba(236, 172, 72, 0.08);
}

.founding-edition-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  margin: 0 0 1rem;
}
.founding-edition-heading span {
  display: block;
  color: #f5d18f;
}

.founding-edition-divider {
  display: block;
  width: 48px;
  height: 2px;
  margin: 0 0 1rem auto;
  background: linear-gradient(90deg, #f5d18f, #ecac48, #b9822c);
}
@media (max-width: 575.98px) {
  .founding-edition-divider {
    margin-left: auto;
    margin-right: auto;
  }
}

.founding-edition-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 0 auto;
  max-width: 460px;
}
@media (max-width: 575.98px) {
  .founding-edition-text {
    margin: 0 auto;
  }
}

.jury-chair-members {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid rgba(236, 172, 72, 0.25);
}

.jury-chair .jury-members-grid-kicker {
  display: block;
  text-align: center;
  margin-top: 0;
}

.jury-chair .jury-member-card__name {
  color: #ffffff;
}

.jury-chair .jury-member-card__role {
  color: rgba(255, 255, 255, 0.6);
}

.jury-chair .jury-member-card__role--company {
  color: #f5d18f;
}

.timeline {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.timeline::before {
  top: -320px;
  left: -280px;
  background: radial-gradient(circle, rgba(69, 75, 94, 0.22), transparent 70%);
}

.timeline::after {
  bottom: -320px;
  right: -280px;
  background: radial-gradient(circle, rgba(236, 172, 72, 0.18), transparent 70%);
}

.timeline-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.timeline-layout {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .timeline-layout {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 5vw, 3.5rem);
  }
}

.timeline-heading {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .timeline-heading {
    width: clamp(260px, 30vw, 380px);
  }
}

.timeline-watermark {
  display: block;
  margin-top: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(5.5rem, 11vw, 8.5rem);
  line-height: 1;
  color: rgba(15, 20, 34, 0.14);
}

.timeline-heading .section-kicker, .timeline-heading__title {
  position: relative;
  z-index: 1;
}

.timeline-heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f1422;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.1;
  margin: 0 0 0.85rem;
}

.timeline-heading__tagline {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.6);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 0 1.5rem;
}

.timeline-heading__cta {
  border: 1px solid rgba(69, 75, 94, 0.22);
}

.timeline-track {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding-left: 1.6rem;
}

.timeline-decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.timeline-decor--dots {
  display: none;
}
@media (min-width: 992px) {
  .timeline-decor--dots {
    display: block;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(rgba(69, 75, 94, 0.5) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
  }
}

.timeline-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(15, 20, 34, 0.12);
}

.timeline-step {
  position: relative;
}
.timeline-step::before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0f1422;
  z-index: 1;
}
.timeline-step:nth-child(1)::before {
  border-color: #1a1a1a;
}
.timeline-step:nth-child(2)::before {
  border-color: #0f1422;
}
.timeline-step:nth-child(3)::before {
  border-color: #ecac48;
}
.timeline-step:nth-child(4)::before {
  border-color: #454b5e;
}
.timeline-step:nth-child(5)::before {
  border-color: #b9822c;
}

.timeline-step__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.35rem 1.75rem;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(69, 75, 94, 0.22);
  box-shadow: 0 10px 24px rgba(6, 6, 2, 0.06);
  transition: transform 0.25s ease-in-out;
  transition-property: transform, box-shadow, border-color;
}
@media (hover: hover) {
  .timeline-step__card:hover {
    transform: translateY(-5px);
    border-color: rgba(236, 172, 72, 0.35);
    box-shadow: 0 18px 34px rgba(6, 6, 2, 0.14);
  }
}

.timeline-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
}
.timeline-step:nth-child(1) .timeline-step__icon {
  background: #1a1a1a;
}
.timeline-step:nth-child(2) .timeline-step__icon {
  background: #0f1422;
}
.timeline-step:nth-child(3) .timeline-step__icon {
  background: #ecac48;
}
.timeline-step:nth-child(4) .timeline-step__icon {
  background: #454b5e;
}
.timeline-step:nth-child(5) .timeline-step__icon {
  background: #b9822c;
}

.timeline-step__num {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.timeline-step:nth-child(1) .timeline-step__num {
  color: #1a1a1a;
}
.timeline-step:nth-child(2) .timeline-step__num {
  color: #0f1422;
}
.timeline-step:nth-child(3) .timeline-step__num {
  color: #ecac48;
}
.timeline-step:nth-child(4) .timeline-step__num {
  color: #454b5e;
}
.timeline-step:nth-child(5) .timeline-step__num {
  color: #b9822c;
}

.timeline-step__label {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f1422;
  font-size: 1.1rem;
}

.timeline-step__dash {
  flex: 1 1 auto;
  min-width: 16px;
  height: 0;
  border-top: 1px dashed rgba(15, 20, 34, 0.18);
  margin: 0 0.5rem;
}

.timeline-step__date {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}
.timeline-step:nth-child(1) .timeline-step__date {
  color: #1a1a1a;
}
.timeline-step:nth-child(2) .timeline-step__date {
  color: #0f1422;
}
.timeline-step:nth-child(3) .timeline-step__date {
  color: #ecac48;
}
.timeline-step:nth-child(4) .timeline-step__date {
  color: #454b5e;
}
.timeline-step:nth-child(5) .timeline-step__date {
  color: #b9822c;
}

@media (max-width: 480px) {
  .timeline-step__card {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
  .timeline-step__label {
    flex: 1 1 auto;
    min-width: 0;
  }
  .timeline-step__dash {
    display: none;
  }
  .timeline-step__date {
    flex: 1 0 100%;
    text-align: right;
    padding-left: calc(38px + 0.85rem);
  }
}
.categories {
  position: relative;
  overflow: hidden;
  background: #060602;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.categories-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.categories-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.categories-bg-slide.is-active {
  opacity: 1;
}

.categories-bg-mask {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 6% 10%, rgba(69, 75, 94, 0.22), transparent 42%), radial-gradient(circle at 92% 88%, rgba(236, 172, 72, 0.16), transparent 42%), linear-gradient(160deg, rgba(6, 6, 2, 0.93) 0%, rgba(6, 6, 2, 0.93) 40%, rgba(36, 64, 122, 0.45) 60%, rgba(6, 6, 2, 0.93) 80%, rgba(6, 6, 2, 0.93) 100%);
}

.categories-decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(60vw, 620px);
  height: 55%;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(35deg, transparent 46%, rgba(236, 172, 72, 0.35) 47%, rgba(236, 172, 72, 0.35) 47.6%, transparent 48.6%), radial-gradient(rgba(236, 172, 72, 0.5) 1px, transparent 1px);
  background-size: 100% 100%, 16px 16px;
  background-position: 0 0, 0 0;
  mask-image: radial-gradient(ellipse 90% 90% at 0% 100%, black 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 90% at 0% 100%, black 40%, transparent 75%);
}

.categories-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.categories-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .categories-layout {
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: clamp(2rem, 5vw, 4rem);
  }
}

.categories-heading .section-intro {
  margin-top: 1rem;
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  max-width: 560px;
}
@media (min-width: 768px) {
  .categories-item:nth-child(1) {
    margin-left: clamp(0px, 5vw, 54px);
  }
  .categories-item:nth-child(2) {
    margin-left: clamp(0px, 20vw, 210px);
  }
  .categories-item:nth-child(3) {
    margin-left: clamp(0px, 34vw, 370px);
  }
  .categories-item.categories-item--last {
    margin-left: clamp(0px, 48vw, 528px);
  }
}

.categories-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #f5d18f;
  border: 1.5px solid rgba(236, 172, 72, 0.55);
  background: rgba(236, 172, 72, 0.08);
}

.categories-item__divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(236, 172, 72, 0.5), transparent);
}

.categories-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.categories-item__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.categories-item__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cat-fold {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cat-fold .marquee--top {
  flex: 0 0 auto;
}

.cat-hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(90px, 12vh, 130px) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(40px, 7vh, 80px);
  background: #060602;
}

.cat-hero .hero-scroll {
  left: auto;
  right: clamp(1.25rem, 3vw, 2.5rem);
}

.cat-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at 14% 18%, rgba(236, 172, 72, 0.28), transparent 45%), radial-gradient(circle at 88% 82%, rgba(245, 209, 143, 0.16), transparent 42%), linear-gradient(165deg, rgba(6, 6, 2, 0.94) 0%, rgba(6, 6, 2, 0.9) 42%, rgba(36, 64, 122, 0.42) 62%, rgba(6, 6, 2, 0.94) 100%), url("../img/sections/categories-page-hero-bg.webp");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

.cat-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cat-hero-particles canvas {
  display: block;
}

.cat-hero-rays {
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .cat-hero-rays {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: repeating-linear-gradient(90deg, rgba(245, 209, 143, 0.4) 0, rgba(236, 172, 72, 0.26) 8px, rgba(185, 130, 44, 0.08) 16px, transparent 26px, transparent 62px);
    mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    -webkit-mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    mix-blend-mode: overlay;
    opacity: 0.85;
  }
}

.cat-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.cat-hero-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(2.35rem, 5.9vw, 3.85rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

#categories-hero .section-intro {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.65vw, 1.25rem);
}

.cat-pillars-container .section-heading,
.cat-detail-container .section-heading {
  font-size: clamp(1.95rem, 3.9vw, 2.95rem);
}

.cat-pillars {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  padding: 0 0 clamp(4rem, 8vw, 6rem);
}

.cat-pillars-sparkle {
  position: absolute;
  z-index: 1;
  top: clamp(1.5rem, 4vw, 2.5rem);
  right: clamp(1.5rem, 5vw, 3.5rem);
  width: clamp(32px, 4vw, 44px);
  height: auto;
  pointer-events: none;
}

.cat-pillars-container {
  position: relative;
  z-index: 1;
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.cat-pillars-grid {
  display: grid;
  gap: 3rem 1.5rem;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cat-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .cat-pillars-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cat-pillars-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  transition: transform 0.25s ease-in-out;
}
@media (hover: hover) {
  .cat-pillars-card:hover {
    transform: translateY(-4px);
  }
  .cat-pillars-card:hover .cat-pillars-card__icon {
    border-color: rgba(236, 172, 72, 0.7);
    background: #ecac48;
    color: #1a1a1a;
    box-shadow: 0 10px 26px rgba(185, 130, 44, 0.35);
  }
  .cat-pillars-card:hover .cat-pillars-card__num {
    -webkit-text-stroke-color: rgba(185, 130, 44, 0.65);
    text-stroke-color: rgba(185, 130, 44, 0.65);
  }
  .cat-pillars-card:hover .cat-pillars-card__title {
    color: #b9822c;
  }
  .cat-pillars-card:hover .cat-pillars-card__rule {
    width: 52px;
  }
}
@media (min-width: 768px) {
  .cat-pillars-card:not(:nth-child(odd)) {
    border-left: 1px dashed rgba(26, 26, 26, 0.12);
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .cat-pillars-card:not(:first-child) {
    border-left: 1px dashed rgba(26, 26, 26, 0.12);
    padding-left: 1.5rem;
  }
  .cat-pillars-card:not(:first-child)::before {
    content: "›";
    position: absolute;
    left: -0.65rem;
    top: 40px;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fafafa;
    color: rgba(26, 26, 26, 0.35);
    font-size: 1rem;
    font-weight: 700;
  }
}

.cat-pillars-card__cluster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 88px;
  margin-bottom: 1rem;
}

.cat-pillars-card__num {
  order: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.75rem, 4.6vw, 4.25rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(185, 130, 44, 0.45);
  text-stroke: 1px rgba(185, 130, 44, 0.45);
  transition: -webkit-text-stroke-color 0.25s ease-in-out;
}

.cat-pillars-card__icon {
  order: 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(236, 172, 72, 0.4);
  background: #ffffff;
  color: #b9822c;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease-in-out;
}

.cat-pillars-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f1422;
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  min-height: 2.73rem;
  transition: color 0.25s ease-in-out;
}

.cat-pillars-card__rule {
  width: 34px;
  height: 2px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #f5d18f, #ecac48);
  transition: width 0.25s ease-in-out;
}

.cat-pillars-card__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 26ch;
  min-height: 4.56rem;
}

.cat-pillars-card:nth-child(2) .cat-pillars-card__desc,
.cat-pillars-card:nth-child(4) .cat-pillars-card__desc {
  font-weight: 600;
  color: rgba(26, 26, 26, 0.92);
}

.cat-pillars-card:nth-child(2) .cat-pillars-card__title,
.cat-pillars-card:nth-child(4) .cat-pillars-card__title {
  color: #b9822c;
}

.cat-pillars-card__tags {
  list-style: none;
  width: 100%;
  margin: 1.5rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-align: left;
}
.cat-pillars-card__tags li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.88);
  font-size: 0.9rem;
  line-height: 1.4;
  padding-left: 1rem;
  position: relative;
}
.cat-pillars-card__tags li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ecac48;
}

.cat-detail {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.cat-detail--special {
  background: #f8f9fa;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #f5d18f, #ecac48, #b9822c) 1;
}

.cat-detail--moody {
  background: radial-gradient(circle at 88% 8%, rgba(236, 172, 72, 0.18), transparent 40%), radial-gradient(circle at 8% 92%, rgba(69, 75, 94, 0.24), transparent 45%), linear-gradient(135deg, rgba(36, 64, 122, 0) 0%, rgba(36, 64, 122, 0) 32%, rgba(36, 64, 122, 0.4) 55%, rgba(36, 64, 122, 0) 78%, rgba(36, 64, 122, 0) 100%), #060602;
}

.cat-detail--b2b {
  background: url("../img/sections/b2b-corridor.webp") right center/auto 100% no-repeat #f8f9fa;
}

#b2b-marketing .cat-detail-item {
  padding: 0.9rem 0;
}

.cat-detail-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.cat-detail-head {
  position: relative;
  max-width: 760px;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.cat-detail-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cat-detail-layout {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
  }
}
.cat-detail-layout .cat-detail-head {
  margin-bottom: 0;
  max-width: 520px;
}

.cat-detail-head .cat-detail-num {
  position: absolute;
  left: -0.35rem;
  top: -0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 1;
  color: rgba(236, 172, 72, 0.14);
  z-index: 0;
}

.cat-detail > .cat-detail-num {
  position: absolute;
  z-index: 0;
  top: clamp(1.5rem, 4vw, 2.5rem);
  right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  color: rgba(236, 172, 72, 0.18);
}

.cat-detail-pill {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #b9822c;
  border: 1px solid rgba(236, 172, 72, 0.45);
  border-radius: 50px;
  padding: 0.3rem 0.9rem;
  margin-bottom: 1rem;
}

.on-dark .cat-detail-pill {
  color: #f5d18f;
}

.cat-detail-label {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.5);
  margin-top: 1.75rem;
}

.on-dark .cat-detail-label {
  color: rgba(255, 255, 255, 0.5);
}

.cat-detail-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 760px;
}

.cat-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.cat-detail-item:first-child {
  padding-top: 0;
}

.on-dark .cat-detail-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.cat-detail-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-top: 0.1rem;
  border-radius: 50%;
  color: #f5d18f;
  border: 1.5px solid rgba(236, 172, 72, 0.5);
  background: rgba(236, 172, 72, 0.08);
}

.cat-detail--b2b .cat-detail-item__icon {
  color: #b9822c;
  border-color: rgba(185, 130, 44, 0.55);
  background: rgba(236, 172, 72, 0.16);
}

.cat-detail-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.cat-detail-item__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f1422;
  font-size: 1.05rem;
}

.on-dark .cat-detail-item__title {
  color: #ffffff;
}

.cat-detail-item__desc {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.85);
  font-size: 0.92rem;
  line-height: 1.6;
}

.on-dark .cat-detail-item__desc {
  color: rgba(255, 255, 255, 0.65);
}

.cat-detail-tabs {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-detail-tab {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cat-detail-tab:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .cat-detail-tab:hover {
    background: rgba(255, 255, 255, 0.03);
  }
}
.cat-detail-tab.is-active {
  background: linear-gradient(90deg, rgba(236, 172, 72, 0.14), transparent);
  border-left-color: #ecac48;
}
.cat-detail-tab.is-active .cat-detail-tab__icon {
  color: #060602;
  background: #ecac48;
  border-color: #ecac48;
}
.cat-detail-tab.is-active .cat-detail-tab__title {
  color: #ffffff;
}

.cat-detail-tab__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-top: 0.1rem;
  border-radius: 50%;
  color: #f5d18f;
  border: 1.5px solid rgba(236, 172, 72, 0.5);
  background: rgba(236, 172, 72, 0.08);
  transition: all 0.2s ease-in-out;
}

.cat-detail-tab__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cat-detail-tab__title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.4;
  transition: color 0.2s ease-in-out;
}

.cat-detail-tab__desc {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.6;
  transition: max-height 0.4s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.cat-detail-tab.is-active .cat-detail-tab__desc {
  max-height: 4rem;
  margin-top: 0.4rem;
  opacity: 1;
}

.cat-impact {
  overflow: visible;
}

.cat-impact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .cat-impact-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(2.5rem, 4vw, 4rem);
    align-items: start;
  }
}

@media (min-width: 992px) {
  .cat-impact-sticky {
    position: sticky;
    top: calc(92px + 2rem);
  }
}

.cat-impact-sticky {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2rem);
}
.cat-impact-sticky .cat-detail-head {
  margin-bottom: 0;
}

.cat-impact-counter {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.cat-impact-counter__current {
  color: #ecac48;
  font-size: 1.9rem;
}

.cat-impact-counter__sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
}

.cat-impact-counter__total {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
}

.cat-impact-progress {
  position: relative;
  width: 160px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.cat-impact-progress__fill {
  position: absolute;
  inset: 0;
  width: 20%;
  background: linear-gradient(90deg, #f5d18f, #ecac48);
  transition: width 0.4s ease;
}

.cat-impact-track {
  --cat-impact-steps: 5;
  --cat-impact-step-height: 60vh;
}
@media (min-width: 992px) {
  .cat-impact-track {
    position: relative;
    height: calc(var(--cat-impact-steps) * var(--cat-impact-step-height));
  }
}

.cat-impact-stage {
  position: relative;
}
@media (min-width: 992px) {
  .cat-impact-stage {
    position: sticky;
    top: calc(92px + 2rem);
    height: min(70vh, 640px);
    border-radius: 20px;
    background: linear-gradient(160deg, #f5d18f, #ecac48);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
  }
}

.cat-impact-card {
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cat-impact-card {
    display: flex;
    position: absolute;
    inset: 0;
    padding: clamp(2.25rem, 4vw, 3.5rem);
    opacity: 0;
    transform: translateX(56px);
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .cat-impact-card.is-prev {
    transform: translateX(-56px);
  }
  .cat-impact-card.is-active {
    z-index: 1;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}

.cat-impact-card__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  color: #ecac48;
  background: #1a1a1a;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.cat-impact-card__decor {
  position: absolute;
  right: clamp(1rem, 2.5vw, 1.75rem);
  bottom: clamp(1rem, 2.5vw, 1.75rem);
  z-index: 0;
  color: #1a1a1a;
  opacity: 0.14;
  pointer-events: none;
}
.cat-impact-card__decor svg {
  display: block;
  width: clamp(120px, 14vw, 200px);
  height: clamp(120px, 14vw, 200px);
}

.cat-impact-card__title {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: clamp(1.3rem, 2.3vw, 1.65rem);
  line-height: 1.3;
  margin-bottom: 0.85rem;
}

.cat-impact-card__rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 1rem;
  background: rgba(26, 26, 26, 0.35);
}

.cat-impact-card__desc {
  position: relative;
  z-index: 1;
  display: block;
  max-width: none;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.78);
  font-size: 0.94rem;
  line-height: 1.65;
}
.cat-impact-card__desc::-webkit-scrollbar {
  display: none;
}

.cat-impact-list {
  display: none;
}

@media (max-width: 991px) {
  .cat-impact-track {
    display: none;
  }
  .cat-impact-list {
    display: block;
  }
  .cat-impact-counter,
  .cat-impact-progress {
    display: none;
  }
}
.special-faq-head {
  margin: 0 0 clamp(2rem, 4vw, 2.5rem);
  text-align: left;
}

.special-faq-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.special-faq-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  transition: background-color 0.25s ease-in-out;
}
@media (hover: hover) {
  .special-faq-item:hover {
    background: rgba(236, 172, 72, 0.05);
  }
}

.special-faq-item__toggle {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  border: none;
  background: none;
  padding: clamp(1.15rem, 2.5vw, 1.5rem) clamp(0.5rem, 2vw, 1rem);
  cursor: pointer;
  text-align: left;
}
.special-faq-item__toggle:focus-visible {
  outline: 2px solid #ecac48;
  outline-offset: -2px;
}

.special-faq-item__num {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.35);
  font-size: 0.85rem;
}

.special-faq-item__question {
  flex: 1 1 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0f1422;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.4;
  transition: color 0.25s ease-in-out;
}

@media (hover: hover) {
  .special-faq-item__toggle:hover .special-faq-item__question {
    color: #b9822c;
  }
}
.special-faq-item__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #b9822c;
  border: 1.5px solid rgba(236, 172, 72, 0.4);
  background: rgba(236, 172, 72, 0.08);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.special-faq-item.is-active .special-faq-item__question {
  color: #b9822c;
}
.special-faq-item.is-active .special-faq-item__arrow {
  color: #ffffff;
  background: #b9822c;
  border-color: #b9822c;
  transform: rotate(0deg);
}

.special-faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in-out;
}
.is-active .special-faq-item__panel {
  grid-template-rows: 1fr;
}

.special-faq-item__panel-inner {
  overflow: hidden;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}

.special-faq-item__answer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 clamp(1.15rem, 2.5vw, 1.5rem);
}

.special-faq-item__note {
  margin: -0.25rem 0 clamp(1.15rem, 2.5vw, 1.5rem);
  padding-left: 1rem;
  border-left: 2px solid rgba(236, 172, 72, 0.4);
}

.special-faq-item__note-title {
  display: block;
  margin-bottom: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #b9822c;
  font-size: 0.9rem;
}

.special-faq-item__note-list {
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

.special-faq-item__note p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.9rem;
  line-height: 1.65;
}

.who-can-enter {
  position: relative;
  overflow: hidden;
  background: #f8f9fa url("../img/sections/who-can-enter-bg.avif") center/cover no-repeat;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.who-can-enter-container {
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.who-can-enter-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .who-can-enter-layout {
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: clamp(2.5rem, 6vw, 5rem);
  }
}

.who-can-enter-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 560px;
}

.who-can-enter-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed rgba(15, 20, 34, 0.14);
}
.who-can-enter-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.who-can-enter-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #b9822c;
  background: rgba(236, 172, 72, 0.12);
}

.who-can-enter-item__connector {
  flex: 0 0 auto;
  width: 22px;
  height: 0;
  border-top: 1.5px dashed rgba(185, 130, 44, 0.5);
}
@media (max-width: 575.98px) {
  .who-can-enter-item__connector {
    display: none;
  }
}

.who-can-enter-item__body {
  min-width: 0;
}

.who-can-enter-item__text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f1422;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.5;
}

.why-participate {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 88% 8%, rgba(236, 172, 72, 0.18), transparent 40%), radial-gradient(circle at 8% 92%, rgba(69, 75, 94, 0.24), transparent 45%), linear-gradient(135deg, rgba(36, 64, 122, 0) 0%, rgba(36, 64, 122, 0) 32%, rgba(36, 64, 122, 0.4) 55%, rgba(36, 64, 122, 0) 78%, rgba(36, 64, 122, 0) 100%), #060602;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.why-participate-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.why-participate-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
@media (min-width: 992px) {
  .why-participate-layout {
    grid-template-columns: 2fr 3fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: stretch;
  }
}

.why-participate-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-participate-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.why-participate-tab:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .why-participate-tab:hover {
    background: rgba(255, 255, 255, 0.03);
  }
}
.why-participate-tab.is-active {
  background: linear-gradient(90deg, rgba(236, 172, 72, 0.14), transparent);
  border-left-color: #ecac48;
}
.why-participate-tab.is-active .why-participate-tab__num {
  color: #ecac48;
}
.why-participate-tab.is-active .why-participate-tab__title {
  color: #ffffff;
}
.why-participate-tab.is-active .why-participate-tab__toggle {
  transform: rotate(45deg);
  border-color: #ecac48;
  color: #ecac48;
}

.why-participate-tab__num {
  flex: 0 0 auto;
  width: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  line-height: 1;
  transition: color 0.2s ease-in-out;
}

.why-participate-tab__divider {
  flex: 0 0 auto;
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.15);
}

.why-participate-tab__title {
  flex: 1 1 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.4;
  transition: color 0.2s ease-in-out;
}

.why-participate-tab__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-in-out;
}
.why-participate-tab__toggle::before, .why-participate-tab__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.why-participate-tab__toggle::before {
  width: 10px;
  height: 1.5px;
}
.why-participate-tab__toggle::after {
  width: 1.5px;
  height: 10px;
}

.why-participate-panels {
  position: relative;
}

.why-participate-panel {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(236, 172, 72, 0.3);
  border-radius: 16px;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
}
.why-participate-panel.is-active {
  display: block;
  animation: why-participate-fade 0.35s ease both;
}
.why-participate-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #b9822c, #ecac48, transparent);
}

@keyframes why-participate-fade {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.why-participate-panel__decor {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 0;
  color: #ecac48;
  opacity: 0.14;
  pointer-events: none;
}
.why-participate-panel__decor svg {
  display: block;
  width: clamp(120px, 13vw, 190px);
  height: clamp(120px, 13vw, 190px);
}

.why-participate-panel__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  color: #ecac48;
  border: 1.5px solid rgba(236, 172, 72, 0.55);
  background: rgba(236, 172, 72, 0.1);
}

.why-participate-panel__num {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ecac48;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.why-participate-panel__title {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.25;
  margin: 0 0 1rem;
}

.why-participate-panel__divider {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 2px;
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, #b9822c, #ecac48, #f5d18f);
}

.why-participate-panel__desc {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}

.jury-members {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.jury-members-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.jury-members-sparkle {
  position: absolute;
  z-index: 0;
  color: #ecac48;
  pointer-events: none;
}

.jury-members-sparkle--large {
  right: -2%;
  top: -4%;
  width: clamp(180px, 22vw, 320px);
  height: clamp(180px, 22vw, 320px);
  opacity: 0.5;
}

.jury-members-sparkle--small {
  right: 10%;
  top: 6%;
  width: clamp(70px, 9vw, 120px);
  height: clamp(70px, 9vw, 120px);
  opacity: 0.4;
}

.jury-members-empty {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: clamp(1.5rem, 4vh, 2rem);
  padding: 2rem 2.5rem;
  max-width: 620px;
  background: #ffffff;
  border: 1px solid rgba(15, 20, 34, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(6, 6, 2, 0.08);
  overflow: hidden;
}
.jury-members-empty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a1a1a, #ecac48, transparent);
}
@media (max-width: 575.98px) {
  .jury-members-empty {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

.jury-members-empty__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #ecac48;
  background: #1a1a1a;
}

.jury-members-empty__text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.72);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0;
}

.jury-members-grid-kicker {
  margin-top: clamp(1.5rem, 4vh, 2rem);
  margin-bottom: 0;
}

.jury-members-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2rem);
  list-style: none;
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  padding: 0;
}

.jury-member-card {
  display: flex;
  flex: 1 1 210px;
  max-width: 230px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jury-members-grid--cols4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: initial;
}
.jury-members-grid--cols4 .jury-member-card {
  flex: initial;
  max-width: none;
}
@media (max-width: 767.98px) {
  .jury-members-grid--cols4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .jury-members-grid--cols4 {
    grid-template-columns: 1fr;
  }
}

.jury-member-card__photo-frame {
  position: relative;
  margin-bottom: 1rem;
}
.jury-member-card__photo-frame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(236, 172, 72, 0.22), transparent 65%);
  filter: blur(20px);
  z-index: 0;
}

.jury-member-card__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: 50% 15%;
  border-radius: 14px;
  border: 2px solid rgba(236, 172, 72, 0.65);
  box-shadow: 0 0 0 5px rgba(236, 172, 72, 0.1), 0 0 0 6px rgba(236, 172, 72, 0.3), 0 14px 30px rgba(6, 6, 2, 0.16);
}

.jury-member-card__name {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 0 0 0.35rem;
}

.jury-member-card__role {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  max-width: 230px;
}

.jury-member-card__role--company {
  font-weight: 600;
  color: #b9822c;
  margin-top: 0.2rem;
}

.entry-guidelines {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 90% 12%, rgba(236, 172, 72, 0.16), transparent 40%), radial-gradient(circle at 10% 88%, rgba(69, 75, 94, 0.22), transparent 45%), linear-gradient(135deg, rgba(36, 64, 122, 0) 0%, rgba(36, 64, 122, 0) 32%, rgba(36, 64, 122, 0.4) 55%, rgba(36, 64, 122, 0) 78%, rgba(36, 64, 122, 0) 100%), #060602;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.entry-guidelines-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.entry-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
@media (min-width: 768px) {
  .entry-steps {
    flex-direction: row;
    align-items: stretch;
    height: clamp(400px, 50vw, 520px);
    gap: 0.85rem;
  }
}

.entry-step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 16px;
  padding: 1.5rem;
  cursor: pointer;
  background-color: #0a0d1f;
  background-size: cover;
  background-position: center;
  transition: flex-grow 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .entry-step {
    flex: 1 1 0;
    min-width: 0;
    padding: 1.75rem;
  }
  .entry-step.is-active {
    flex: 4.5 1 0;
  }
}
@media (max-width: 767.98px) {
  .entry-step {
    min-height: auto;
  }
}

.entry-step__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0.62) saturate(0.92);
}

.entry-step__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 4, 13, 0.66) 0%, rgba(2, 4, 13, 0.34) 25%, rgba(2, 4, 13, 0.22) 42%, rgba(2, 4, 13, 0.6) 58%, rgba(2, 4, 13, 0.92) 75%, #02040d 100%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .entry-step__overlay {
    background: rgba(2, 4, 13, 0.82);
  }
}

.entry-step__top {
  position: relative;
  z-index: 1;
}

.entry-step__num {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ecac48;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1;
}

.entry-step__category {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ecac48;
  font-size: 0.7rem;
  margin-top: 0.5rem;
}

.entry-step__content {
  position: relative;
  z-index: 1;
  max-width: 380px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s ease-in-out;
}
.entry-step.is-active .entry-step__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.entry-step__content.entry-step__content--wide {
  max-width: 720px;
}
@media (max-width: 767.98px) {
  .entry-step__content {
    opacity: 1;
    transform: none;
  }
}

.entry-step__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #f5d18f;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.3;
  margin: 0 0 0.6rem;
}

.entry-step__content:not(.entry-step__content--wide) .entry-step__title {
  font-size: clamp(1.3rem, 2.1vw, 1.6rem);
}
.entry-step__content:not(.entry-step__content--wide) .entry-step__desc {
  font-size: 1rem;
  font-weight: 500;
}

.entry-step__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.55;
}
.entry-step__desc p {
  margin: 0 0 0.6rem;
}
.entry-step__desc p:last-child {
  margin-bottom: 0;
}
.entry-step__desc ul {
  list-style: none;
  margin: 0 0 0.6rem;
  padding-left: 0;
}
.entry-step__desc ul:last-child {
  margin-bottom: 0;
}
.entry-step__desc li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.4rem;
}
.entry-step__desc li:last-child {
  margin-bottom: 0;
}
.entry-step__desc li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ecac48;
  border-right: 2px solid #ecac48;
  transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 992px) {
  .entry-step__desc.entry-step__desc--split {
    display: flex;
    gap: 2rem;
  }
}

.entry-step__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 992px) {
  .entry-step__col {
    flex: 1 1 0;
  }
}

.entry-step__note {
  margin-top: auto !important;
}

.entry-eligibility {
  background: #f8f9fa;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.entry-eligibility-container {
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.entry-eligibility-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .entry-eligibility-layout {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
  }
}

.entry-eligibility-heading {
  flex: 0 0 auto;
}
.entry-eligibility-heading .section-kicker {
  margin-bottom: 0.35rem;
}
.entry-eligibility-heading .section-heading {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
}

.entry-eligibility-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .entry-eligibility-list {
    gap: 0.5rem;
  }
}

.entry-eligibility-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.75);
  font-size: 0.92rem;
  line-height: 1.5;
}

.entry-eligibility-item__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 0.05em;
  border-radius: 50%;
  color: #ecac48;
  background: #1a1a1a;
  border: 1px solid rgba(236, 172, 72, 0.5);
}

.post-awards {
  position: relative;
  background: #060602;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.post-awards-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.post-awards-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 92% 10%, rgba(236, 172, 72, 0.16), transparent 42%), radial-gradient(circle at 6% 90%, rgba(36, 64, 122, 0.4), transparent 45%);
}

.post-awards-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .post-awards-layout {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 4vw, 4rem);
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .post-awards-sticky {
    order: -1;
  }
}
@media (min-width: 768px) {
  .post-awards-sticky {
    position: sticky;
    top: calc(50vh - clamp(340px, 44vh, 420px) * 0.5);
  }
}

.post-awards-header {
  padding-bottom: 1px;
}

.post-awards-track {
  --post-awards-steps: 4;
  --post-awards-step-height: max(42vh, 360px);
}
@media (min-width: 768px) {
  .post-awards-track {
    position: relative;
    height: calc(var(--post-awards-steps) * var(--post-awards-step-height));
  }
}

.post-awards-stage {
  position: relative;
}
@media (min-width: 768px) {
  .post-awards-stage {
    position: sticky;
    top: calc(50vh - clamp(340px, 44vh, 420px) * 0.5);
    height: clamp(340px, 44vh, 420px);
  }
}

.post-awards-spacer {
  height: 1.5rem;
}
@media (min-width: 768px) {
  .post-awards-spacer {
    display: none;
  }
}

.post-awards-card {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
.post-awards-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-awards-card {
    position: absolute;
    inset: 0;
    margin-bottom: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(-64px, 56px) scale(0.94);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }
  .post-awards-card.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0) scale(1);
  }
  .post-awards-card.is-prev {
    opacity: 1;
    pointer-events: none;
    transform: translate(0, -16px) scale(0.94);
  }
  .post-awards-card.is-prev::after {
    opacity: 0.35;
  }
}
.post-awards-card {
  background: radial-gradient(circle at 9% 14%, var(--post-awards-glow), transparent 48%), radial-gradient(circle at 88% 78%, var(--post-awards-glow), transparent 55%), #14120d;
  border: 1px solid rgba(236, 172, 72, 0.22);
  border-radius: 26px;
  padding: clamp(2.25rem, 6vw, 4rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .post-awards-card {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  }
}
.post-awards-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.post-awards-card.post-awards-card--1 {
  border-top: 4px solid #ecac48;
  --post-awards-glow: rgba(236, 172, 72, 0.22);
  --post-awards-accent: #ecac48;
  --post-awards-accent-light: rgb(95.9019607843%, 82.0980392157%, 60.5294117647%);
}
.post-awards-card.post-awards-card--2 {
  border-top: 4px solid #454b5e;
  --post-awards-glow: rgba(69, 75, 94, 0.22);
  --post-awards-accent: #454b5e;
  --post-awards-accent-light: rgb(59.8823529412%, 61.1764705882%, 65.2745098039%);
}
.post-awards-card.post-awards-card--3 {
  border-top: 4px solid #b9822c;
  --post-awards-glow: rgba(185, 130, 44, 0.22);
  --post-awards-accent: #b9822c;
  --post-awards-accent-light: rgb(84.9019607843%, 73.0392156863%, 54.4901960784%);
}
.post-awards-card.post-awards-card--4 {
  border-top: 4px solid #454b5e;
  --post-awards-glow: rgba(69, 75, 94, 0.22);
  --post-awards-accent: #454b5e;
  --post-awards-accent-light: rgb(59.8823529412%, 61.1764705882%, 65.2745098039%);
}

.post-awards-card__blob {
  display: none;
}
@media (min-width: 768px) {
  .post-awards-card__blob {
    display: block;
  }
}
.post-awards-card__blob {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(38px);
  pointer-events: none;
  opacity: 0.55;
  will-change: transform;
}

.post-awards-card__blob--a {
  top: -10%;
  right: 4%;
  width: clamp(160px, 22vw, 260px);
  height: clamp(160px, 22vw, 260px);
  background: radial-gradient(circle, var(--post-awards-accent), transparent 70%);
  animation: post-awards-drift-a 14s ease-in-out infinite;
}

.post-awards-card__blob--b {
  bottom: -14%;
  right: 22%;
  width: clamp(120px, 16vw, 200px);
  height: clamp(120px, 16vw, 200px);
  background: radial-gradient(circle, var(--post-awards-accent-light), transparent 70%);
  animation: post-awards-drift-b 16s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .post-awards-card__blob {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .post-awards-card {
    transition: opacity 0.2s ease;
    transform: none !important;
  }
}
@keyframes post-awards-drift-a {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-18px, 14px) scale(1.12);
  }
}
@keyframes post-awards-drift-b {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(14px, -12px) scale(1.08);
  }
}
.post-awards-card__showcase {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%);
  width: clamp(160px, 20vw, 260px);
  height: clamp(160px, 20vw, 260px);
  color: var(--post-awards-accent);
  opacity: 0.16;
  display: none;
}
@media (min-width: 640px) {
  .post-awards-card__showcase {
    display: block;
  }
}

.post-awards-card__numeral {
  position: absolute;
  z-index: 1;
  top: clamp(1.5rem, 4vw, 2.25rem);
  right: clamp(1.75rem, 5vw, 2.75rem);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.22);
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .post-awards-card__numeral {
    display: none;
  }
}

.post-awards-card__icon {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-bottom: 1.1rem;
  background: rgba(236, 172, 72, 0.14);
  border: 1px solid rgba(236, 172, 72, 0.32);
  color: #f5d18f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.post-awards-card--1 .post-awards-card__icon {
  background: rgba(236, 172, 72, 0.16);
  border-color: rgba(236, 172, 72, 0.4);
  color: rgb(95.9019607843%, 82.0980392157%, 60.5294117647%);
}
.post-awards-card--2 .post-awards-card__icon {
  background: rgba(69, 75, 94, 0.16);
  border-color: rgba(69, 75, 94, 0.4);
  color: rgb(59.8823529412%, 61.1764705882%, 65.2745098039%);
}
.post-awards-card--3 .post-awards-card__icon {
  background: rgba(185, 130, 44, 0.16);
  border-color: rgba(185, 130, 44, 0.4);
  color: rgb(84.9019607843%, 73.0392156863%, 54.4901960784%);
}
.post-awards-card--4 .post-awards-card__icon {
  background: rgba(69, 75, 94, 0.16);
  border-color: rgba(69, 75, 94, 0.4);
  color: rgb(59.8823529412%, 61.1764705882%, 65.2745098039%);
}

.post-awards-card__tag {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-block;
  align-self: flex-start;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5d18f;
  font-size: 0.72rem;
  background: rgba(236, 172, 72, 0.12);
  border: 1px solid rgba(236, 172, 72, 0.3);
  border-radius: 50px;
  padding: 0.3rem 0.85rem;
  margin-bottom: 1rem;
}

.post-awards-card__title {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  line-height: 1.3;
  max-width: 26rem;
  margin: 0 0 0.6rem;
}
@media (min-width: 768px) {
  .post-awards-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.post-awards-card__desc {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 30rem;
  margin: 0;
}
@media (min-width: 768px) {
  .post-awards-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.fees {
  position: relative;
  overflow: hidden;
  background: #f8f9fa url("../img/sections/fees-waves.webp") right center/cover no-repeat;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
@media (max-width: 767.98px) {
  .fees {
    background-image: none;
  }
}

.fees-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.fees-body {
  max-width: 640px;
}

.fees-list {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.75);
  font-size: 1rem;
  line-height: 1.65;
}

.fees-cta {
  margin-top: clamp(2rem, 4vh, 2.5rem);
}
.fees-cta .btn-nominate {
  border: 1px solid rgba(69, 75, 94, 0.22);
}

.faq {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 8% 12%, rgba(69, 75, 94, 0.2), transparent 42%), radial-gradient(circle at 94% 90%, rgba(236, 172, 72, 0.14), transparent 42%), linear-gradient(160deg, rgba(36, 64, 122, 0) 0%, rgba(36, 64, 122, 0) 35%, rgba(36, 64, 122, 0.4) 60%, rgba(36, 64, 122, 0) 82%, rgba(36, 64, 122, 0) 100%), #060602;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.faq-container {
  position: relative;
  z-index: 1;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}
@media (max-width: 767.98px) {
  .faq-container .section-heading {
    font-size: 1.2rem;
  }
}

.dark-faq-list {
  list-style: none;
  margin: clamp(1.5rem, 4vh, 2.5rem) 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dark-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: background-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .dark-faq-item:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.03);
  }
}
.dark-faq-item.is-active {
  background: linear-gradient(135deg, #ecac48, #f5d18f 65%);
}
.dark-faq-item.is-active .dark-faq-item__toggle {
  padding-top: clamp(1.4rem, 3vw, 1.85rem);
  padding-bottom: clamp(1.1rem, 2.5vw, 1.4rem);
}
.dark-faq-item.is-active .dark-faq-item__num {
  color: rgba(26, 26, 26, 0.6);
}
.dark-faq-item.is-active .dark-faq-item__question {
  color: #1a1a1a;
}
.dark-faq-item.is-active .dark-faq-item__arrow {
  color: #1a1a1a;
  background: rgba(26, 26, 26, 0.12);
  transform: rotate(0deg);
}

.dark-faq-item__toggle {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  border: none;
  background: none;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 3vw, 2rem);
  cursor: pointer;
  text-align: left;
  transition: padding 0.3s ease-in-out;
}

.dark-faq-item__num {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  transition: color 0.3s ease-in-out;
}

.dark-faq-item__question {
  flex: 1 1 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.35;
  transition: color 0.3s ease-in-out;
}

.dark-faq-item__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.dark-faq-item__arrow svg {
  width: 20px;
  height: 20px;
}

.dark-faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in-out;
}
.is-active .dark-faq-item__panel {
  grid-template-rows: 1fr;
}

.dark-faq-item__panel-inner {
  overflow: hidden;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.dark-faq-item__answer {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 clamp(1.5rem, 3.5vw, 2rem);
}

.ag-fold {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ag-fold .marquee--top {
  flex: 0 0 auto;
}

.ag-hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(90px, 12vh, 130px) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(40px, 7vh, 80px);
  background: #060602;
}

.ag-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at 6% 8%, rgba(236, 172, 72, 0.22), transparent 38%), linear-gradient(90deg, rgba(2, 4, 13, 0.5) 0%, transparent 22%), radial-gradient(circle at 88% 82%, rgba(245, 209, 143, 0.16), transparent 42%), linear-gradient(165deg, rgba(6, 6, 2, 0.9) 0%, rgba(6, 6, 2, 0.82) 42%, rgba(36, 64, 122, 0.38) 62%, rgba(6, 6, 2, 0.9) 100%), url("../img/sections/award-guidelines-hero-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ag-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ag-hero-particles canvas {
  display: block;
}

.ag-hero-rays {
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .ag-hero-rays {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image: repeating-linear-gradient(90deg, rgba(245, 209, 143, 0.4) 0, rgba(236, 172, 72, 0.26) 8px, rgba(185, 130, 44, 0.08) 16px, transparent 26px, transparent 62px);
    mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    -webkit-mask-image: linear-gradient(90deg, black 0%, transparent 38%, transparent 62%, black 100%);
    mix-blend-mode: overlay;
    opacity: 0.85;
  }
}

.ag-hero-container {
  position: relative;
  z-index: 3;
  max-width: clamp(320px, 68%, 1040px);
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.ag-hero-logo {
  display: block;
  margin-left: auto;
  width: min(56%, 300px);
  height: auto;
  margin-bottom: clamp(0.85rem, 2vh, 1.2rem);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}
@media (min-width: 576px) {
  .ag-hero-logo {
    width: min(100%, 300px);
  }
}

.ag-hero-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
  font-size: clamp(1.9rem, 9vw, 4.4rem);
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 576px) {
  .ag-hero-heading {
    font-size: clamp(2.6rem, 6.5vw, 4.4rem);
    line-height: 1.1;
  }
}

.ag-section {
  background: #f8f9fa;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.ag-section.on-dark {
  background: radial-gradient(circle at 8% 12%, rgba(69, 75, 94, 0.2), transparent 42%), radial-gradient(circle at 94% 90%, rgba(236, 172, 72, 0.14), transparent 42%), linear-gradient(160deg, rgba(36, 64, 122, 0) 0%, rgba(36, 64, 122, 0) 35%, rgba(36, 64, 122, 0.4) 60%, rgba(36, 64, 122, 0) 82%, rgba(36, 64, 122, 0) 100%), #060602;
}

.ag-container {
  position: relative;
  padding-left: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
  padding-right: max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

#ag-what-can-be-submitted {
  position: relative;
  overflow: hidden;
}
#ag-what-can-be-submitted::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/sections/what-can-be-submitted-bg.avif") center/cover no-repeat;
  opacity: 0.1;
}
#ag-what-can-be-submitted .ag-container {
  z-index: 1;
}

#ag-who-can-enter {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
#ag-who-can-enter .ag-container {
  position: relative;
  padding-top: clamp(2.25rem, 4.5vw, 3.25rem);
}

.ag-who-can-enter-decor {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(220px, 26vw, 420px);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .ag-who-can-enter-decor {
    display: none;
  }
}

.ag-decor-star {
  position: absolute;
  color: #ecac48;
}

.ag-decor-star--1 {
  top: 8%;
  right: 6%;
  width: clamp(70px, 9vw, 120px);
  height: clamp(70px, 9vw, 120px);
  opacity: 0.55;
}

.ag-decor-star--2 {
  top: 46%;
  right: -6%;
  width: clamp(50px, 6.5vw, 84px);
  height: clamp(50px, 6.5vw, 84px);
  opacity: 0.4;
  transform: rotate(14deg);
}

.ag-decor-star--3 {
  bottom: 6%;
  right: 32%;
  width: clamp(34px, 4.5vw, 56px);
  height: clamp(34px, 4.5vw, 56px);
  opacity: 0.35;
}

.ag-decor-star--4 {
  top: 20%;
  right: 48%;
  width: clamp(22px, 3vw, 34px);
  height: clamp(22px, 3vw, 34px);
  opacity: 0.25;
  transform: rotate(-18deg);
}

.ag-who-can-enter-text {
  position: relative;
  max-width: 640px;
}
@media (min-width: 768px) {
  .ag-who-can-enter-text {
    max-width: 58%;
  }
}

.ag-who-can-enter-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
  padding: 0;
  width: 100%;
}

.ag-who-can-enter-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
}

.ag-who-can-enter-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(236, 172, 72, 0.1);
  color: #b9822c;
}

.ag-who-can-enter-item__text {
  flex: 1 1 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.85);
  font-size: 1.05rem;
  line-height: 1.55;
}

.ag-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  max-width: 900px;
}
.ag-list li {
  position: relative;
  padding-left: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.8);
  font-size: 1rem;
  line-height: 1.65;
}
.ag-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ecac48;
}
.ag-list li strong {
  color: #1a1a1a;
  font-weight: 700;
}

.on-dark .ag-list li {
  color: rgba(255, 255, 255, 0.82);
}
.on-dark .ag-list li strong {
  color: #ffffff;
}

.ag-tiers-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ag-tiers-section {
    flex-direction: row;
    min-height: 420px;
  }
}

.ag-tiers-intro {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  overflow: hidden;
  background: radial-gradient(circle at 85% 15%, rgba(236, 172, 72, 0.18), transparent 45%), radial-gradient(circle at 12% 85%, rgba(36, 64, 122, 0.22), transparent 50%), #060602;
}
@media (min-width: 768px) {
  .ag-tiers-intro {
    flex: 0 0 38%;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - clamp(28px, 4vw, 64px)) 100%, 0 100%);
    margin-right: calc(clamp(28px, 4vw, 64px) * -1.1);
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}

.ag-tiers-intro__inner {
  padding: clamp(2.5rem, 6vw, 4rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(2.5rem, 6vw, 4rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}
@media (min-width: 768px) {
  .ag-tiers-intro__inner {
    padding-right: calc(max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) + clamp(28px, 4vw, 64px));
  }
}

.ag-tiers-intro__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}

.ag-tiers-intro__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
  max-width: 420px;
}

.ag-tiers-rows {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  background: linear-gradient(90deg, rgba(236, 172, 72, 0.08) 0%, transparent 10%), #f8f9fa;
  display: flex;
  align-items: center;
}

.ag-tiers-rows__inner {
  width: 100%;
  padding: clamp(1.25rem, 4vw, 1.75rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}
@media (min-width: 768px) {
  .ag-tiers-rows__inner {
    padding: clamp(1.5rem, 3.5vw, 2.25rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(1.5rem, 3.5vw, 2.25rem) clamp(3rem, 7vw, 4.75rem);
  }
}
.ag-tiers-rows__inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ag-tiers-row--head {
  display: none;
}
@media (min-width: 576px) {
  .ag-tiers-row--head {
    display: grid;
  }
}

.ag-tiers-row__label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: rgb(49.9289322716%, 35.0851956503%, 11.874989297%);
  text-align: left;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(26, 26, 26, 0.18);
}
.ag-tiers-row__label:last-child {
  text-align: right;
}

.ag-tiers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ag-tiers-row,
.ag-tiers-row--head {
  display: grid;
  grid-template-columns: clamp(230px, 26vw, 320px) 1fr;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}
@media (max-width: 575.98px) {
  .ag-tiers-row,
  .ag-tiers-row--head {
    grid-template-columns: 128px 1fr;
    gap: 0.6rem;
  }
}

.ag-tiers-row {
  padding: clamp(0.6rem, 1.4vw, 0.9rem) 0;
}

.ag-tiers-row__tier {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
}

.ag-tiers-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(236, 172, 72, 0.14);
  color: #b9822c;
}
.ag-tiers-row__icon svg {
  width: 21px;
  height: 21px;
}

.ag-tiers-row__threshold {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.92rem;
  text-align: right;
}

@media (max-width: 575.98px) {
  .ag-tiers-row__icon {
    width: 30px;
    height: 30px;
  }
  .ag-tiers-row__icon svg {
    width: 15px;
    height: 15px;
  }
  .ag-tiers-row__tier {
    gap: 0.4rem;
    font-size: 0.8rem;
  }
  .ag-tiers-row__threshold {
    font-size: 0.72rem;
  }
  .ag-tiers-row__label {
    font-size: 0.68rem;
  }
}
.ag-table-wrap {
  margin-top: 1.5rem;
  overflow-x: auto;
}

.ag-table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
}
.ag-table th,
.ag-table td {
  text-align: left;
  padding: 0.9rem 1.25rem;
  font-size: 0.95rem;
}
.ag-table th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  color: #b9822c;
  border-bottom: 2px solid rgba(236, 172, 72, 0.5);
}
.ag-table td {
  color: rgba(26, 26, 26, 0.8);
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.ag-table tr:last-child td {
  border-bottom: none;
}

.on-dark .ag-table th {
  color: #ecac48;
  border-bottom-color: rgba(236, 172, 72, 0.4);
}
.on-dark .ag-table td {
  color: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.ag-strong-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
  --ag-strong-accent: transparent;
}

.ag-strong-carousel::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -20% -4%;
  background: radial-gradient(circle, var(--ag-strong-accent) 0%, transparent 70%);
  opacity: 0.4;
  filter: blur(70px);
  transition: background 0.6s ease;
  pointer-events: none;
}

.ag-strong-carousel__viewport {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 6%, black 94%, transparent 100%);
}

.ag-strong-carousel__track {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 1.25rem 0;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}

.ag-strong-card {
  position: relative;
  flex: 0 0 auto;
  width: min(640px, 82vw);
  min-height: clamp(300px, 78vw, 460px);
  margin: 0 clamp(0.4rem, 1.6vw, 1.25rem);
  border-radius: 20px;
  overflow: hidden;
  background-color: #060602;
  background-size: cover;
  background-position: center;
  transform: scale(0.86);
  opacity: 0.45;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s ease;
}
@media (max-width: 575.98px) {
  .ag-strong-card {
    width: 78vw;
    margin: 0 0.5rem;
  }
}
.ag-strong-card.is-active {
  transform: scale(1);
  opacity: 1;
}

.ag-strong-card--limitations {
  background-position: center center;
}

.ag-strong-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(6, 6, 2, 0.94) 0%, rgba(6, 6, 2, 0.55) 48%, rgba(6, 6, 2, 0.15) 75%, rgba(6, 6, 2, 0.35) 100%);
}

.ag-strong-card__num {
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  right: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

.ag-strong-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.ag-strong-card__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
  margin: 0 0 0.65rem;
}

.ag-strong-card__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.ag-strong-carousel__arrow {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(236, 172, 72, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #ecac48;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media (hover: hover) {
  .ag-strong-carousel__arrow:hover {
    background: rgba(236, 172, 72, 0.14);
  }
}
@media (max-width: 575.98px) {
  .ag-strong-carousel__arrow {
    display: none;
  }
}

.ag-strong-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1rem;
}

#ag-strong-entry {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.ag-strong-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.2s ease;
}
.ag-strong-carousel__dot.is-active {
  background: #ecac48;
}

.ag-avoid-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ag-avoid-section {
    flex-direction: row;
    min-height: 480px;
  }
}

.ag-avoid-text {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .ag-avoid-text {
    flex: 0 0 58%;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, calc(100% - clamp(28px, 4vw, 64px)) 100%, 0 100%);
    margin-right: calc(clamp(28px, 4vw, 64px) * -1.1);
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}

.ag-avoid-text__inner {
  padding: clamp(2.5rem, 6vw, 4rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) clamp(2.5rem, 6vw, 4rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}
@media (min-width: 768px) {
  .ag-avoid-text__inner {
    padding-right: calc(max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem)) + clamp(28px, 4vw, 64px));
  }
}

.ag-avoid-list {
  list-style: none;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  padding: 0;
  max-width: 640px;
}

.ag-avoid-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0;
}

.ag-avoid-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(238, 150, 75, 0.14);
  color: #b5590f;
}

.ag-avoid-item__text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.92);
  font-size: 1rem;
  line-height: 1.55;
}

.ag-avoid-photo {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 260px;
  background-color: #060602;
  background-size: cover;
  background-position: center;
}
.ag-avoid-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 150, 75, 0.1) 0%, transparent 10%);
}

@keyframes ag-radial-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ag-radial-spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.ag-supporting-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3rem);
}
@media (min-width: 992px) {
  .ag-supporting-layout {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
  }
}

.ag-supporting-text {
  flex: 0 0 auto;
  max-width: 460px;
}
@media (min-width: 992px) {
  .ag-supporting-text {
    flex: 0 0 36%;
  }
}

.ag-supporting-radial {
  position: relative;
  flex: 0 1 700px;
  width: min(700px, 100%);
  aspect-ratio: 16/10.5;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ag-supporting-radial {
    aspect-ratio: auto;
  }
}

.ag-supporting-radial__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  column-gap: clamp(2.5rem, 7vw, 5rem);
  row-gap: clamp(2.5rem, 7vw, 4.5rem);
}
@media (max-width: 767.98px) {
  .ag-supporting-radial__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1.75rem;
  }
}

.ag-supporting-radial__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 clamp(0.5rem, 2vw, 1.25rem);
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}

.ag-supporting-radial__item--tl,
.ag-supporting-radial__item--tr {
  justify-content: flex-start;
}

.ag-supporting-radial__item--bl,
.ag-supporting-radial__item--br {
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .ag-supporting-radial__item,
  .ag-supporting-radial__item--tl,
  .ag-supporting-radial__item--tr,
  .ag-supporting-radial__item--bl,
  .ag-supporting-radial__item--br {
    justify-content: flex-start;
    padding: 0;
    width: auto;
    max-width: none;
  }
}
.ag-supporting-radial__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(236, 172, 72, 0.14);
  color: #ecac48;
  margin-bottom: 0.75rem;
}

.ag-supporting-radial__title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  color: #f5d18f;
  margin: 0 0 0.4rem;
}

.ag-supporting-radial__text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  min-height: 5.9rem;
}
@media (max-width: 767.98px) {
  .ag-supporting-radial__text {
    min-height: 0;
  }
}

.ag-supporting-radial__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(170px, 24vw, 230px);
  height: clamp(170px, 24vw, 230px);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .ag-supporting-radial__core {
    display: none;
  }
}

.ag-supporting-radial__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.ag-supporting-radial__ring--faint {
  inset: -14%;
  border: 1px solid rgba(236, 172, 72, 0.16);
  animation: ag-radial-spin 46s linear infinite;
}

.ag-supporting-radial__ring--outer {
  border: 1.5px solid rgba(236, 172, 72, 0.35);
  animation: ag-radial-spin 26s linear infinite;
}

.ag-supporting-radial__ring--dashed {
  inset: 13%;
  border: 1.5px dashed rgba(245, 209, 143, 0.55);
  animation: ag-radial-spin-reverse 18s linear infinite;
}

.ag-supporting-radial__node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5d18f;
  box-shadow: 0 0 8px 1px rgba(236, 172, 72, 0.8);
}

.ag-supporting-radial__node--n {
  top: -3.5px;
  left: 50%;
  transform: translateX(-50%);
}

.ag-supporting-radial__node--e {
  top: 50%;
  right: -3.5px;
  transform: translateY(-50%);
}

.ag-supporting-radial__node--s {
  bottom: -3.5px;
  left: 50%;
  transform: translateX(-50%);
}

.ag-supporting-radial__node--w {
  top: 50%;
  left: -3.5px;
  transform: translateY(-50%);
}

.ag-supporting-radial__center {
  position: absolute;
  inset: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 64, 122, 0.4) 0%, #060602 72%);
  border: 1px solid rgba(236, 172, 72, 0.5);
  color: #f5d18f;
  animation: ag-radial-pulse 4.5s ease-in-out infinite;
}
.ag-supporting-radial__center svg {
  width: clamp(38px, 6vw, 46px);
  height: clamp(38px, 6vw, 46px);
}

@keyframes ag-radial-pulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(236, 172, 72, 0.2);
  }
  50% {
    box-shadow: 0 0 44px rgba(236, 172, 72, 0.4);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ag-supporting-radial__ring--outer,
  .ag-supporting-radial__ring--dashed,
  .ag-supporting-radial__ring--faint,
  .ag-supporting-radial__center {
    animation: none;
  }
}
.ag-eval-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ag-eval-section {
    flex-direction: row;
    min-height: 520px;
  }
}

.ag-eval-photo {
  flex: 0 0 auto;
  min-height: 220px;
  background-color: #f8f9fa;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .ag-eval-photo {
    flex: 0 0 30%;
  }
}

.ag-eval-content {
  flex: 1 1 auto;
  background: #f8f9fa;
  display: flex;
  align-items: center;
}

.ag-eval-content__inner {
  width: 100%;
  padding: clamp(2.5rem, 5vw, 4rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 2400px) / 2 + clamp(1.5rem, 4vw, 4rem));
}

.ag-eval-table {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 20, 34, 0.12);
}

.ag-eval-row {
  display: grid;
  grid-template-columns: clamp(64px, 7vw, 84px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.85rem, 2.2vw, 1.75rem);
  padding: 1.1rem clamp(1.25rem, 2.5vw, 1.75rem);
}
@media (min-width: 576px) {
  .ag-eval-row {
    grid-template-columns: clamp(140px, 16vw, 220px) minmax(0, 1fr);
  }
}
@media (max-width: 575.98px) {
  .ag-eval-row {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.85rem 0.9rem;
  }
}

.ag-eval-row--head {
  background: linear-gradient(90deg, #b9822c, rgb(59.6232554157%, 41.8974227245%, 14.1806661529%));
  border-radius: 12px 12px 0 0;
}

.ag-eval-row__label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
  color: #ffffff;
  text-align: left;
}

.ag-eval-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  background: #ffffff;
}
.ag-eval-list li:nth-child(odd) {
  background: rgba(236, 172, 72, 0.07);
}

.ag-eval-row__num {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #b9822c;
  font-size: 1.15rem;
}

.ag-eval-row__crit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1rem;
  text-align: left;
}

.ag-eval-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(236, 172, 72, 0.16);
  color: #b9822c;
}

@media (max-width: 575.98px) {
  .ag-eval-row__num {
    font-size: 0.9rem;
  }
  .ag-eval-row__crit {
    gap: 0.5rem;
    font-size: 0.82rem;
  }
  .ag-eval-row__icon {
    width: 26px;
    height: 26px;
  }
  .ag-eval-row__icon svg {
    width: 13px;
    height: 13px;
  }
  .ag-eval-row__label {
    font-size: 0.68rem;
  }
}
.ag-submit-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 768px) {
  .ag-submit-cards {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}

.ag-submit-card {
  flex: 1 1 0;
  padding: 0;
}
@media (min-width: 768px) {
  .ag-submit-card {
    padding: 0 clamp(1.25rem, 3vw, 2rem);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .ag-submit-card:first-child {
    padding-left: 0;
    border-left: none;
  }
  .ag-submit-card:last-child {
    padding-right: 0;
  }
}

.ag-submit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(236, 172, 72, 0.12);
  color: #ecac48;
  margin-bottom: 1.1rem;
}

.ag-submit-card__text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.6;
  margin: 0;
}

.ag-confidentiality {
  position: relative;
  padding: clamp(4rem, 9vw, 7rem) 0;
  background: url("../img/sections/confidentiality-bg.webp") center center/cover no-repeat, #060602;
}

.ag-confidentiality-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.ag-confidentiality-container .section-divider {
  margin-left: auto;
  margin-right: auto;
}

.ag-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.ag-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ag-reveal--left {
  transform: translateX(-60px);
}
.ag-reveal--left.is-visible {
  transform: translateX(0);
}

.ag-reveal--right {
  transform: translateX(60px);
}
.ag-reveal--right.is-visible {
  transform: translateX(0);
}

.ag-reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ag-reveal-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}

.ag-reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.09s;
}

.ag-reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.18s;
}

.ag-reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.27s;
}

.ag-reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.36s;
}

.ag-reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.45s;
}

.ag-reveal-stagger.is-visible > *:nth-child(7) {
  transition-delay: 0.54s;
}

.ag-reveal-stagger.is-visible > *:nth-child(8) {
  transition-delay: 0.63s;
}

.ag-reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ag-reveal,
  .ag-reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@keyframes ag-hero-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ag-hero-logo,
.ag-hero-heading {
  animation: ag-hero-rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ag-hero-heading {
  animation-delay: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .ag-hero-logo,
  .ag-hero-heading {
    animation: none;
  }
}
