@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");

@font-face {
  font-family: "Vipnagorgialla";
  src: url("Vipnagorgialla Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Vipnagorgialla";
  src: url("Vipnagorgialla Rg It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Vipnagorgialla";
  src: url("Vipnagorgialla Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Vipnagorgialla";
  src: url("Vipnagorgialla Bd It.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* ==========================================================================
   GLOBAL & BACKGROUND STYLES
   ========================================================================== */
/* #region Global Styles */

/* Hide old styles.css backgrounds */
body::before,
body::after {
  display: none !important;
}

.bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -100;
  overflow: hidden;
  pointer-events: none;
  background: url("../images/props/2452 3.png") repeat;
}

.bg-blob-1 {
  position: absolute;
  width: 2163.64px;
  height: 850.7px;
  left: calc(50% - 2163.64px / 2 - 1496.18px);
  top: calc(50% - 850.7px / 2 + 222.35px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 425.352px;
  transform: rotate(179.07deg);
  z-index: -1;
}

.bg-blob-2 {
  position: absolute;
  width: 2163.64px;
  height: 850.7px;
  left: calc(50% - 2163.64px / 2 + 610.82px);
  top: calc(50% - 850.7px / 2 + 1711.35px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 425.352px;
  transform: rotate(179.07deg);
}

.bg-blob-3 {
  position: absolute;
  width: 2163.64px;
  height: 1053.69px;
  left: calc(50% - 2163.64px / 2 - 886.18px);
  top: calc(50% - 1053.69px / 2 + 2984.84px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 526.843px;
  transform: rotate(-14.52deg);
}

.bg-blob-4 {
  position: absolute;
  width: 2163.64px;
  height: 850.7px;
  left: calc(50% - 2163.64px / 2 - 1323.18px);
  top: calc(50% - 850.7px / 2 - 1934.65px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 425.352px;
  transform: rotate(179.07deg);
}

.bg-blob-5 {
  position: absolute;
  width: 2163.64px;
  height: 850.7px;
  left: calc(50% - 2163.64px / 2 + 999.82px);
  top: calc(50% - 850.7px / 2 - 2543.65px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 425.352px;
  transform: rotate(179.07deg);
}

.bg-blob-6 {
  position: absolute;
  width: 2163.64px;
  height: 850.7px;
  left: calc(50% - 2163.64px / 2 + 708.82px);
  top: calc(50% - 850.7px / 2 - 912.65px);
  background:
    linear-gradient(263.04deg,
      rgba(37, 40, 93, 0) 11.03%,
      rgba(13, 47, 184, 0.3) 53.42%),
    url("../images/iPhone 14 Wallpaper 7@3-3008x1692.jpg");
  filter: blur(100px);
  border-radius: 425.352px;
  transform: rotate(179.07deg);
}

/* #endregion */

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */
/* #region Navigation */

.navbar {
  position: absolute;
  width: 100%;
  height: 84px;
  left: 0px;
  top: 0px;
  background: rgba(0, 31, 175, 0.08);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right,
      transparent 30%,
      #889eff 50%,
      transparent 70%) 1;
  backdrop-filter: none;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.navbar__container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* Tight to viewport; overrides .container padding from styles.css */
  padding-top: 0;
  padding-bottom: 0;
  padding-left: max(24px, env(safe-area-inset-left, 20px));
  padding-right: max(24px, env(safe-area-inset-right, 20px));
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navbar__logo {
  margin-right: auto;
  margin-bottom: 4px;
}

.navbar__logo-img {
  width: 168px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.navbar__menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.navbar__link {
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar__link:hover {
  color: #00d7ff;
}

.navbar__link--active {
  color: #00d7ff;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

/* #endregion */

/* ==========================================================================
   HERO BANNER
   ========================================================================== */
/* #region Hero Banner */

/* Adjust padding for hero section to accommodate header */
.hero {
  padding-top: 168px;
}

/* Desktop: hero + 5M promo stack. Mobile: hidden in favor of .hero-promo-mobile */
.hero-promo-desktop {
  display: block;
}

.hero-promo-mobile {
  display: none;
}

/* #endregion */

/* ==========================================================================
   SECTION: EXPLORE EVENTS (ALLIANCE BOX)
   ========================================================================== */
/* #region Alliance Box */

.alliance-box {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 480px;
  margin: 40px auto 150px auto;
  align-items: center;
  justify-content: flex-end;
  background: radial-gradient(69.9% 110.16% at 17.58% 4.3%,
      rgba(46, 167, 255, 0.2) 0%,
      rgba(28, 27, 51, 0.4) 78.06%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(0, 215, 255, 0.4);
  padding: 40px 60px;
  z-index: 21;
}

.alliance-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(180deg, #00d7ff 0%, rgba(0, 215, 255, 0.1) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.alliance-box__images {
  position: absolute;
  left: -20px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.alliance-box__bg {
  position: absolute;
  width: 72%;
  height: auto;
  bottom: 0px;
  left: -45px;
  z-index: 1;
}

.alliance-box__hero {
  position: absolute;
  width: 43%;
  height: auto;
  left: 60px;
  bottom: 0px;
  z-index: 2;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.alliance-box__content {
  position: relative;
  z-index: 20;
  width: 60%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.alliance-box__logo {
  max-width: 500px;
  margin-bottom: 20px;
}

.alliance-box__text {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0.02em;
  color: #ffffff;
  max-width: 700px;
}

/* Gold CTA — shared with Explore Events, Go to Event, Player Protection */
.alliance-box__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 85px;
  background: linear-gradient(11.32deg, #b78e00 30.72%, #fff431 91.47%);
  border: 2px solid #fffe00;
  border-radius: 46px;
  color: #000000;
  font-family: "Red Hat Display", "Outfit", sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(183, 142, 0, 0.35);
}

.alliance-box__btn::before {
  display: none;
}

.alliance-box__btn span {
  position: relative;
  z-index: 1;
}

.alliance-box__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(255, 254, 0, 0.45);
}

/* #endregion */

/* ==========================================================================
   SECTION: WHAT IS ALLIANCE PH (ABOUT HEADER)
   ========================================================================== */
/* #region About Header */

.new-about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100vw;
  padding: 0;
}

.new-about-header__text {
  flex: 0 0 70%;
  text-align: left;
  padding-left: 170px;
  max-width: 1000px;
}

.new-about-header__title {
  margin-bottom: 20px;
  line-height: 1;
}

.new-about-header__title-small {
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #ffffff;
  -webkit-text-stroke: 1.5px #000000;
}

.new-about-header__title-large {
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 2px;

  background: linear-gradient(145.58deg,
      #026dff 3.03%,
      #00d7ff 58.38%,
      #026dff 107.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-stroke: 3px #000000;
}

.new-about-header__desc {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: unset;
  letter-spacing: 1px;
  max-width: 90%;
}

.new-about-header__images {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  z-index: -100;
}

.new-about-header__combined-image {
  position: absolute;
  width: 1300px;
  height: auto;
  max-width: none;
  right: 0px;
  bottom: -120px;
  z-index: -100;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}

/* Mobile / tablet art (centered composition); toggled via max-width — see media queries */
.new-about-header__combined-image-narrow {
  display: none;
}

/* #endregion */

/* ==========================================================================
   ABOUT FEATURES (CARDS)
   ========================================================================== */
/* #region About Features */

.features-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 130px;
  position: relative;
  z-index: 10;
}

.feature-card {
  box-sizing: border-box;
  flex: 1 1 350px;
  max-width: 320px;
  min-height: 380px;
  background: radial-gradient(77.45% 95.7% at 17.58% 4.3%,
      rgba(46, 167, 255, 0.4) 0%,
      rgba(28, 27, 51, 0.16) 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 1px solid #17b9ff;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 20px;
  z-index: 1;
}

.feature-card__icon-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.feature-card__icon-wrapper img {
  max-width: unset;
}

@keyframes spinCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.feature-card__circle {
  position: absolute;
  width: 250%;
  height: 250%;
  z-index: -1;
  bottom: -70px;
  transform-origin: center center;
  animation: spinCircle 15s linear infinite;
}

.feature-card__icon {
  position: absolute;
  z-index: 2;
  max-width: 200%;
  max-height: 200%;
  object-fit: contain;
}

/* Individual Icon & Circle adjustments */
.feature-card__circle--management {
  position: absolute;
  width: 250%;
  height: 250%;
  z-index: -1;
  bottom: -70px;
}

.feature-card__icon--management {
  position: absolute;
  z-index: 2;
  max-width: 200%;
  max-height: 200%;
  bottom: -50px;
  object-fit: contain;
}

.feature-card__circle--events {
  position: absolute;
  width: 250%;
  height: 250%;
  z-index: -1;
  bottom: -70px;
}

.feature-card__icon--events {
  position: absolute;
  z-index: 2;
  max-width: 200%;
  max-height: 200%;
  bottom: -30px;
  object-fit: contain;
}

.feature-card__circle--scam {
  position: absolute;
  width: 250%;
  height: 250%;
  z-index: -1;
  bottom: -70px;
}

.feature-card__icon--scam {
  position: absolute;
  z-index: 2;
  max-width: 200%;
  max-height: 200%;
  bottom: -40px;
  object-fit: contain;
}

.feature-card__title {
  /* Anti-Scam Protection */
  width: 100%;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Vipnagorgialla";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  /* or 32px */
  text-align: center;

  color: #ffc600;
}

.feature-card__text {
  /* We enforce strict anti-scam processes, verification standards, and support channels to protect members and maintain trust at every level. */

  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  /* or 17px */
  text-align: center;

  color: #ffffff;
}

/* #endregion */

/* ==========================================================================
   EVENTS PAGE
   ========================================================================== */
/* #region Events Page */

.events-page {
  padding-top: 156px;
  padding-bottom: 80px;
  min-height: 100vh;
}

/* Inner pages: clear absolute / fixed navbar (same rhythm as events-page) */
.alliance-page,
.join-page,
.antiscam-page,
.management-page {
  padding-top: 156px;
  padding-bottom: 80px;
  min-height: 100vh;
}

/* #endregion */

/* ==========================================================================
   ANTISCAM PAGE — HERO
   ========================================================================== */
/* #region Antiscam Hero */

.antiscam-page {
  color: #fff;
  /* Report band meets footer with no main padding gap */
  padding-bottom: 0;
}

.antiscam-hero {
  margin: 0 auto 4vw;
  /* side padding keeps content away from the screen edges at any zoom/width */
  padding: 0 6vw;
}

.antiscam-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* fixed visual gap between text and image (in viewport units) */
  gap: 4vw;
  width: 100%;
  margin: 0 auto;
}

.antiscam-hero__content {
  flex: 1 1 52%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.antiscam-hero__kicker {
  margin: 0 0 0.5vw;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2vw;
  line-height: 100%;
  color: #ffffff;
}

.antiscam-hero__title {
  margin: 0 0 1.6vw;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4vw;
  line-height: 100%;
  max-width: 34ch;
  background: linear-gradient(145.58deg,
      #026dff 3.03%,
      #00d7ff 58.38%,
      #026dff 107.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.antiscam-hero__desc {
  margin: 0 0 1.6vw;
  max-width: 38ch;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/* Player Protection Guarantee — smaller variant of shared gold CTA */
.antiscam-hero .alliance-box__btn {
  width: auto;
  max-width: 30vw;
  min-width: 0;
  min-height: 4vw;
  height: auto;
  padding: 0.8vw 1.8vw;
  margin-top: 0;
  border-radius: 2.2vw;
  font-size: 1vw;
  letter-spacing: 0.08em;
  box-shadow: 0 3px 12px rgba(183, 142, 0, 0.32);
}

.antiscam-hero .alliance-box__btn:hover {
  box-shadow: 0 6px 22px rgba(255, 254, 0, 0.4);
}

.antiscam-hero__media {
  flex: 1 1 48%;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.antiscam-hero__img {
  width: 100%;
  height: auto;
  max-width: 45vw;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.3));
}

@media (max-width: 960px) {
  .antiscam-hero {
    padding: 0 5vw;
    margin-bottom: 6vw;
  }

  .antiscam-hero__inner {
    flex-direction: column;
    /* stretch so children span full width; we center text via text-align */
    align-items: stretch;
    text-align: center;
    gap: 3vw;
  }

  .antiscam-hero__content {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .antiscam-hero__media {
    order: -1;
    width: 100%;
    max-width: 100%;
  }

  .antiscam-hero__img {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }

  .antiscam-hero__kicker {
    font-size: 3vw;
  }

  .antiscam-hero__title {
    max-width: 100%;
    font-size: 6vw;
  }

  .antiscam-hero__desc {
    max-width: 90%;
    font-size: 2.4vw;
  }

  .antiscam-hero .alliance-box__btn {
    max-width: 60vw;
    min-height: 7vw;
    padding: 1.4vw 3vw;
    border-radius: 4vw;
    font-size: 2vw;
  }
}

@media (max-width: 520px) {
  .antiscam-hero__kicker {
    font-size: 4vw;
  }

  .antiscam-hero__title {
    font-size: 8vw;
  }

  .antiscam-hero__desc {
    max-width: 100%;
    font-size: 3.4vw;
  }

  .antiscam-hero__img {
    max-width: 80vw;
  }

  .antiscam-hero .alliance-box__btn {
    max-width: 100%;
    min-height: 10vw;
    padding: 2.4vw 4vw;
    border-radius: 6vw;
    font-size: 3vw;
    letter-spacing: 0.04em;
  }
}

/* Guaranteed balance — no card; full-bleed art below */
.antiscam-coverage {
  position: relative;
  margin: 0 0 64px;
  height: clamp(420px, 58vw, 760px);
  width: 100vw;
  overflow: hidden;
  --coverage-text-axis-gap: clamp(16px, 2.6vw, 34px);
}

.antiscam-coverage__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: calc(60% + var(--coverage-text-axis-gap));
  transform: translateX(-50%);
  width: 100%;
  max-width: unset;
  z-index: 2;
}

.antiscam-coverage__label {
  margin: 0;
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2vw;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 5px 20px #03051a;
}

.antiscam-coverage__amount-line {
  margin: 0;
  padding: 0;
  display: flex;
  height: auto;
  justify-content: center;
  width: 100%;
}

.antiscam-coverage__amount {
  max-width: 100%;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 7vw;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(11.32deg, #b78e00 30.72%, #fff431 91.47%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-text-stroke: 1px #fffe00;
  text-stroke: 1px #fffe00;
  /* PHP 3,000.000 */
}

.antiscam-coverage__sub {
  margin: 0;
  max-width: 36em;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1vw;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.antiscam-coverage__art {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.antiscam-coverage__img {
  display: block;
  width: clamp(100vw, 118vw, 1480px);
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {

  .antiscam-coverage {
    height: clamp(300px, 70vw, 420px);
    margin-bottom: 10vh;
    --coverage-text-axis-gap: clamp(8px, 3.5vw, 18px);
  }

  .antiscam-coverage__head {
    left: 50%;
    bottom: calc(60% + var(--coverage-text-axis-gap));
    transform: translateX(-50%);
    padding: 0 16px;
  }

  .antiscam-coverage__art {
    align-items: center;
    justify-content: center;
  }

  .antiscam-coverage__img {
    width: clamp(100vw, 150vw, 760px);
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .antiscam-coverage__label {
    font-size: clamp(12px, 2.7vw, 15px);
  }

  .antiscam-coverage__amount {
    font-size: clamp(30px, 8.2vw, 46px);
  }

  .antiscam-coverage__sub {
    font-size: clamp(10px, 2.4vw, 13px);
    letter-spacing: 0.1em;
    max-width: 100%;
  }
}

/* Terms of Protection — intro + 3-column cards (compact) */
.antiscam-tos {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 40px;
}

.antiscam-tos__intro {
  text-align: center;
  max-width: 70vw;
  width: 100%;
  margin: 0 0 clamp(22px, 4vw, 36px);
  padding: 0 8px;
}

.antiscam-tos__title {
  margin: 0 0 clamp(10px, 1.8vw, 16px);
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 4.2vw, 42px);
  line-height: 100%;
  color: #00d7ff;
}

.antiscam-tos__lead {
  margin: 0;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1.5vw, 17px);
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #ffffff;
}

.antiscam-tos__grid,
.join-benefits__grid {
  --antiscam-tos-card-max: 280px;
  --antiscam-tos-gap: clamp(12px, 2vw, 20px);
  list-style: none;
  align-self: center;
  margin: 0;
  padding: 0;
  gap: var(--antiscam-tos-gap);
  align-items: stretch;
  width: 100%;
  max-width: min(100%,
      calc(3 * var(--antiscam-tos-card-max) + 2 * var(--antiscam-tos-gap)));
}

.antiscam-tos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}

/* 6-column grid: row 1 fills three pairs; row 2 two pairs centered — same column gap as row 1 */
.join-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  justify-items: stretch;
  align-items: stretch;
}

.join-benefits__grid>.join-benefits__card:nth-child(1) {
  grid-column: 1 / 3;
}

.join-benefits__grid>.join-benefits__card:nth-child(2) {
  grid-column: 3 / 5;
}

.join-benefits__grid>.join-benefits__card:nth-child(3) {
  grid-column: 5 / 7;
}

.join-benefits__grid>.join-benefits__card:nth-child(4) {
  grid-column: 2 / 4;
}

.join-benefits__grid>.join-benefits__card:nth-child(5) {
  grid-column: 4 / 6;
}

.join-benefits__grid>.join-benefits__card {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

.antiscam-tos__card,
.join-benefits__card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: min(100%, var(--antiscam-tos-card-max));
  max-width: var(--antiscam-tos-card-max);
  min-width: 0;
  min-height: 100%;
  height: 100%;
  margin-inline: auto;
  padding: clamp(16px, 2.2vw, 20px) clamp(14px, 3vw, 28px);
  gap: clamp(8px, 1.4vw, 12px);
  background: linear-gradient(180deg,
      rgba(129, 236, 255, 0.8) 0%,
      rgba(0, 0, 53, 0.8) 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 36px;
  border: 1px solid #17b9ff;
}

.antiscam-tos__icon,
.join-benefits__icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.antiscam-tos__card-title,
.join-benefits__card-title {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(13px, 1.65vw, 22px);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffd133;
}

.antiscam-tos__card-desc,
.join-benefits__card-desc {
  margin: 0;
  flex-grow: 1;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #ffffff;
}

.join-benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(40px, 6vw, 64px);
}

@media (max-width: 960px) {

  .antiscam-tos__grid,
  .join-benefits__grid {
    max-width: min(100%,
        calc(2 * var(--antiscam-tos-card-max) + 1 * var(--antiscam-tos-gap)));
  }

  .antiscam-tos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .join-benefits__grid>.join-benefits__card:nth-child(1) {
    grid-column: 1 / 3;
  }

  .join-benefits__grid>.join-benefits__card:nth-child(2) {
    grid-column: 3 / 5;
  }

  .join-benefits__grid>.join-benefits__card:nth-child(3) {
    grid-column: 1 / 3;
  }

  .join-benefits__grid>.join-benefits__card:nth-child(4) {
    grid-column: 3 / 5;
  }

  .join-benefits__grid>.join-benefits__card:nth-child(5) {
    grid-column: 2 / 4;
  }
}

@media (max-width: 560px) {
  .antiscam-tos__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .antiscam-tos__grid,
  .join-benefits__grid {
    max-width: 100%;
  }

  .join-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .join-benefits__grid>.join-benefits__card:nth-child(n) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .antiscam-tos__card,
  .join-benefits__card {
    width: 100%;
    max-width: min(100%, 320px);
    border-radius: 28px;
  }
}

/* Report a scam — full-bleed band, flush footer; copy vertically centered */
.antiscam-report {
  width: 100%;
  max-width: 100%;
  margin: clamp(28px, 5vw, 56px) 0 0;
  padding: clamp(28px, 4vw, 48px) 0 0;
  box-sizing: border-box;
}

.antiscam-report__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  justify-items: stretch;
  column-gap: clamp(16px, 3vw, 40px);
  width: 100%;
  max-width: none;
  min-height: clamp(260px, 38vw, 480px);
  padding: 0;
  padding-inline-end: clamp(16px, 4vw, 80px);
  box-sizing: border-box;
}

.antiscam-report__media {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

/* Background + foreground art share one cell, bottom-aligned */
.antiscam-report__stack {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  justify-items: center;
  align-items: end;
  width: 100%;
}

.antiscam-report__bg,
.antiscam-report__img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  align-self: end;
}

.antiscam-report__bg {
  z-index: 0;
  max-height: min(92vh, 920px);
  transform: scale(1.68);
  transform-origin: bottom center;
}

.antiscam-report__img {
  position: relative;
  z-index: 1;
  max-height: min(72vh, 680px);
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.35));
}

.antiscam-report__content {
  min-width: 0;
  padding-block-end: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  gap: clamp(10px, 1.8vw, 18px);
}

.antiscam-report__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.06em;
}

.antiscam-report__title-line {
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 52px);
  line-height: 100%;
  text-align: right;
  color: #ffffff;
}

.antiscam-report__title-accent {
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(44px, 9vw, 96px);
  line-height: 100%;
  text-align: right;
  background: linear-gradient(176deg,
      #026dff -30.69%,
      #00d7ff 89.8%,
      #026dff 197.14%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.antiscam-report__desc {
  margin: 0;
  max-width: min(32rem, 100%);
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 24px);
  line-height: 120%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #ffffff;
}

.antiscam-report .alliance-box__btn {
  margin-top: 0;
  width: auto;
  max-width: 100%;
  min-width: min(100%, 280px);
  min-height: 85px;
  height: auto;
  padding: 16px 28px;
}

@media (max-width: 900px) {
  .antiscam-report__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    gap: clamp(20px, 4vw, 32px);
    min-height: 0;
    padding-inline: clamp(16px, 4vw, 28px);
    padding-inline-end: clamp(16px, 4vw, 28px);
  }

  /* Image last in DOM order = visually at bottom, flush above footer */
  .antiscam-report__media {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: 0;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
  }

  .antiscam-report__bg {
    max-height: min(30vh, 560px);
    transform: scale(1.86);
    transform-origin: bottom center;
  }

  .antiscam-report__img {
    max-height: min(48vh, 420px);
    object-position: bottom center;
  }

  .antiscam-report__content {
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    padding-block-end: clamp(12px, 3vw, 20px);
    width: 100%;
    max-width: 100%;
  }

  .antiscam-report__title {
    align-items: center;
  }

  .antiscam-report__title-line,
  .antiscam-report__title-accent {
    text-align: center;
  }

  .antiscam-report__desc {
    text-align: center;
    max-width: 36rem;
  }

  .antiscam-report .alliance-box__btn {
    align-self: center;
    min-width: min(100%, 260px);
  }
}

@media (max-width: 520px) {
  .antiscam-report .alliance-box__btn {
    min-height: 56px;
    font-size: clamp(12px, 3.2vw, 16px);
    letter-spacing: 1px;
    padding: 12px 20px;
  }
}

/* #endregion */

/* ==========================================================================
   JOIN PAGE
   ========================================================================== */
/* #region Join Page */

.join-page {
  color: #fff;
}

.join-hero {
  position: relative;
  width: 100%;
  margin: -12px 0 clamp(32px, 5vw, 56px);
}

.join-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.join-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(64px, 12vh, 132px);
  pointer-events: none;
}

.join-hero__overlay .container {
  pointer-events: auto;
  width: 100%;
}

.join-hero__title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.join-hero__kicker {
  margin: 0 0 8px;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4cqw;
  line-height: 100%;
  color: #ffffff;
  text-transform: lowercase;
}

.join-hero__accent {
  margin: 0;
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5.2vw;
  line-height: 100%;
  background: linear-gradient(145.58deg,
      #026dff 3.03%,
      #00d7ff 58.38%,
      #026dff 107.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.join-tos {
  margin: 150px 0 clamp(48px, 7vw, 80px);
}

.join-tos__panel {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 48px);
  padding-right: min(50%, 380px);
  min-height: clamp(260px, 36vw, 360px);
  background: radial-gradient(77.45% 95.7% at 17.58% 4.3%,
      rgba(46, 167, 255, 0.4) 0%,
      rgba(28, 27, 51, 0.16) 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 61px;
  border: 1px solid #17b9ff;
}

.join-tos__art-stack {
  position: absolute;
  right: -50px;
  bottom: 170px;
  display: grid;
  grid-template: 1fr / 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  height: 125%;
  max-height: 300px;
  pointer-events: none;
  z-index: 1;
}

.join-tos__circle-bg,
.join-tos__art {
  position: relative;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: bottom right;
  display: block;
}

.join-tos__circle-bg {
  z-index: 0;
}

.join-tos__art {
  z-index: 1;
}

.join-tos__content {
  position: relative;
  z-index: 2;
  max-width: min(100%, 87%);
}

.join-tos__heading {
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12em;
}

.join-tos__heading-small {
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 36px);
  line-height: 100%;
  color: #ffffff;
}

.join-tos__heading-large {
  font-family: "Vipnagorgialla", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 72px);
  line-height: 100%;
  background: linear-gradient(145.58deg,
      #026dff 3.03%,
      #00d7ff 58.38%,
      #026dff 107.69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.join-tos__desc {
  margin: 0;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 1.35vw, 17px);
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: #ffffff;
}

.join-process {
  --join-process-line: #17b9ff;
  --join-process-node-bg: #17b9ff;
  --join-process-node-text: #0a0a0a;
  --join-process-icon-size: clamp(56px, 7.5vw, 88px);
  --join-process-line-y: calc(var(--join-process-icon-size) + clamp(10px, 1.5vw, 16px) + 20px);
  margin: 0 0 48px;
  padding: 0 clamp(12px, 3vw, 24px);
}

.join-process__title {
  margin: 0 0 clamp(24px, 4vw, 40px);
  font-family: "Vipnagorgialla", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 40px);
  color: #ffffff;
  text-align: center;
}

/* Desktop: horizontal timeline — icon, numbered node on line, then copy */
.join-process__steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(6px, 1.2vw, 14px);
  position: relative;
}

.join-process__steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: var(--join-process-line-y);
  height: 2px;
  background: var(--join-process-line);
  z-index: 0;
  pointer-events: none;
}

.join-process__step {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-areas:
    "icon"
    "rail"
    "copy";
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  padding: 0 4px;
}

.join-process__body {
  display: contents;
}

.join-process__icon {
  grid-area: icon;
  width: var(--join-process-icon-size);
  height: var(--join-process-icon-size);
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  margin: 0 0 clamp(10px, 1.5vw, 16px);
}

.join-process__rail-col {
  grid-area: rail;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 clamp(12px, 2vw, 18px);
  flex-shrink: 0;
}

.join-process__node {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--join-process-node-text);
  background: var(--join-process-node-bg);
  border: 2px solid var(--join-process-node-bg);
  box-shadow: 0 0 0 2px rgba(10, 10, 20, 0.35);
}

.join-process__copy {
  grid-area: copy;
  width: 100%;
  max-width: 22ch;
  margin: 0 auto;
}

.join-process__name {
  margin: 0 0 clamp(8px, 1.2vw, 12px);
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(11px, 1.15vw, 14px);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffd133;
}

.join-process__text {
  margin: 0;
  font-family: "Red Hat Text", sans-serif;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  color: #ffffff;
}

.join-process__fee {
  color: #ffd133;
  font-weight: 700;
  font-size: inherit;
}

.join-process__link {
  color: #ffd133;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.join-process__link:hover {
  color: #ffe566;
}

.join-lock-end {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.join-lock-end__img {
  display: block;
  width: clamp(200px, 52vw, 760px);
  height: auto;
  max-width: min(94vw, 760px);
  object-fit: contain;
}

@media (max-width: 720px) {
  .join-tos__panel {
    padding-right: clamp(20px, 5vw, 28px);
    min-height: 0;
  }

  .join-tos__art-stack {
    position: static;
    display: grid;
    grid-template: 1fr / 1fr;
    justify-items: center;
    align-items: center;
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 1;
    max-width: 100%;
    margin: clamp(20px, 4vw, 28px) auto 0;
  }

  .join-tos__circle-bg,
  .join-tos__art {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .join-tos__content {
    max-width: 100%;
  }

  .join-tos__heading {
    align-items: center;
    text-align: center;
  }

  .join-tos__heading-small,
  .join-tos__heading-large {
    text-align: center;
  }

  /* Join — application process: vertical timeline, rail left */

  .join-process {
    margin: 0;
  }

  .join-process__title {
    margin: 0;
    margin-bottom: 0px;
  }

  .join-process__steps::before {
    display: none;
  }

  .join-process__steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(clamp(210px, 48vmin, 280px), auto);
    gap: 0;
    max-width: 520px;
    margin-inline: auto;
  }

  .join-process__step {
    flex: none;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "rail body";
    column-gap: clamp(12px, 3vw, 20px);
    align-items: stretch;
    min-height: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .join-process__step:last-child {
    padding-bottom: 0;
  }

  .join-process__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-area: body;
    gap: clamp(8px, 2vw, 12px);
    min-width: 0;
    width: 100%;
    padding-block: clamp(4px, 1vw, 8px);
  }

  .join-process__rail-col {
    grid-area: rail;
    align-self: stretch;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .join-process__rail-col::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    top: 0;
    bottom: 0;
    background: var(--join-process-line);
    z-index: 0;
  }

  .join-process__step:not(:last-child) .join-process__rail-col::before {
    bottom: calc(-1 * clamp(18px, 4vw, 28px));
  }

  /* Line starts at node center (node is vertically centered in the row) */
  .join-process__step:first-child .join-process__rail-col::before {
    top: 50%;
    bottom: 0;
  }

  /* Line ends at node center on the final step */
  .join-process__step:last-child .join-process__rail-col::before {
    top: 0;
    bottom: 50%;
  }

  .join-process__node {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .join-process__icon {
    grid-area: unset;
    width: clamp(52px, 16vw, 76px);
    height: clamp(52px, 16vw, 76px);
    margin: 0;
  }

  .join-process__copy {
    grid-area: unset;
    width: 100%;
    max-width: min(100%, 34ch);
    margin: 0;
    text-align: center;
  }

  .join-process__name {
    text-align: center;
  }

  .join-hero__overlay {
    /* Don't change padding-top on mobile */
    padding-top: clamp(2vh, 3vh, 10vh);
  }

  .join-lock-end img {
    margin: 0px;
    max-width: unset;
    width: 100%;
    margin-inline: auto;
  }

  .join-hero__kicker {
    font-size: clamp(25px, 1vw, 40px);
  }

  .join-hero__accent {
    font-size: clamp(35px, 1.5vw, 60px);
  }
}

/* #endregion */

.events-page__title-block {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 960px;
}

.events-page__h1 {
  margin: 0 0 24px;
  line-height: 1;
}

.events-page__h1 .new-about-header__title-large {
  font-size: clamp(44px, 9vw, 96px);
}

.events-page__intro {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  color: #ffffff;
  letter-spacing: 1px;
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

.events__list--page {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  margin-top: 8px;
}

/* #endregion */

/* ==========================================================================
   ALLIANCE MEMBERS PAGE — HERO
   ========================================================================== */
/* #region Alliance Members Hero */

/* Full-bleed strip: background edge-to-edge, no horizontal padding */
.alliance-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
}

.alliance-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/props/alliance%20members%20bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.alliance-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.alliance-hero__image-wrap {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.alliance-hero__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* Title stack near bottom of hero art; single line when it fits */
.alliance-hero__caption {
  position: absolute;
  left: 50%;
  bottom: 0.1vw;
  transform: translateX(-50%);
  width: min(1176px, 100%);
  max-width: calc(100% - 16px);
  text-align: center;
  box-sizing: border-box;
  padding: 0 8px;
}

/* Fluid type: scales with viewport (avoid container-type on image-wrap — it can collapse fit-content width) */
.alliance-hero__title {
  margin: 0;
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.05;
  color: #ffd133;
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  text-shadow:
    0.04em 0.04em 0.06em #2ea7ff,
    0.06em 0.08em 0.06em #000120,
    0 0.12em 0.22em #000000;
}

.alliance-hero__tagline {
  margin: clamp(4px, 0.9vw, 12px) auto 0;
  max-width: min(1025px, 100%);
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2vw;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
}

.alliance-hero__cta {
  display: inline-block;
  margin-top: 10.2vw;
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.35rem, 5.2vw, 85px);
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  max-width: min(568px, 100%);
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  cursor: pointer;

  background: linear-gradient(145.58deg,
      #026dff 3.03%,
      #00d7ff 58.38%,
      #026dff 107.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.alliance-hero__cta:hover {
  filter: brightness(1.12);
}

.alliance-hero__cta:focus-visible {
  outline: 2px solid #00d7ff;
  outline-offset: 6px;
  border-radius: 4px;
}

.alliance-page__members {
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 380px) {

  .alliance-hero__title,
  .alliance-hero__tagline,
  .alliance-hero__cta {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* #endregion */

/* ==========================================================================
   FEATURED EVENT
   ========================================================================== */
/* #region Featured Event */

#featured-event {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#featured-event .section__title {
  font-family: "Vipnagorgialla", "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 8vw, 60px);
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.events__card--featured {
  padding: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(180deg,
      rgba(129, 236, 255, 0.8) 0%,
      rgba(0, 0, 53, 0.8) 100%);
  border-radius: 50px;
  border: 2px solid #17b9ff;
  box-shadow: none;
}

.events__banner {
  width: 100%;
  border-radius: 46px;
  border: 2px solid #00d7ff;
  margin-bottom: 30px;
  display: block;
}

.events__info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  padding: 10px 20px;
}

.events__info-text {
  max-width: 100%;
  text-align: left;
}

.events__meta {
  display: inline-block;
  border: 2px solid #81ecff;
  border-radius: 46px;
  padding: 8px 25px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #81ecff;
  margin-bottom: 15px;
  background: transparent;
}

.events__title {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
}

.events__description {
  font-family: "Red Hat Text", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  text-transform: lowercase;
  margin-bottom: 0;
}

.events__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 70px;
  background: linear-gradient(11.32deg, #b78e00 30.72%, #fff431 91.47%);
  border: 2px solid #fffe00;
  border-radius: 46px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  margin-left: 0;
  box-shadow: 0 4px 16px rgba(183, 142, 0, 0.35);
  overflow: hidden;
  align-self: flex-end;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.events__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(255, 254, 0, 0.45);
}

.events__button span {
  position: relative;
  z-index: 2;
}

.events__view-all {
  text-align: center;
  margin-top: 60px;
}

.events__view-all .btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
  background: linear-gradient(0.62deg,
      rgba(9, 15, 38, 0.7) -20.88%,
      rgba(2, 109, 255, 0.7) 38.21%,
      rgba(0, 215, 255, 0.7) 93.49%);
  border-radius: 30px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: none;
}

/* #endregion */

/* ==========================================================================
   PARTNERS HEADLINE
   ========================================================================== */
/* #region Partners Headline */

.alliance__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}

.alliance__headline-title {
  font-family: "Vipnagorgialla", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 56px);
  text-align: center;
  line-height: 1.1;
  background: linear-gradient(266.93deg,
      #026dff -2.1%,
      #00d7ff 50.86%,
      #026dff 105.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.alliance__headline-subtitle {
  font-family: "Vipnagorgialla", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 26px);
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}

.alliance__headline--accent {
  font-family: "Vipnagorgialla", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  text-align: center;
  color: #ffd133;
  line-height: 1;
}

/* #endregion */

/* ==========================================================================
   PARTNERS CARDS
   ========================================================================== */
/* #region Partners Cards */

.alliance__pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.alliance__pillar {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 100%;
  min-height: 250px;
  background: radial-gradient(77.45% 95.7% at 17.58% 4.3%,
      rgba(46, 167, 255, 0.4) 0%,
      rgba(28, 27, 51, 0.16) 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid #17b9ff;
  border-radius: 61px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
}

.alliance__pillar:hover {
  transform: translateY(0px);
  box-shadow: 0px 8px 25px rgba(46, 167, 255, 0.3);
}

.alliance__pillar-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

/* Alliance Members page only: 3 per row, name below card (not inside) */
.alliance-page .alliance__pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 40px);
  max-width: 1200px;
  align-items: start;
}

.alliance-page .alliance-page__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.alliance-page .alliance-page__member .alliance__pillar {
  width: 100%;
  min-height: 0;
  padding: 18px 22px;
  border-radius: 36px;
}

.alliance-page .alliance-page__member .alliance__pillar-logo {
  width: auto;
  height: auto;
  max-width: min(100%, 240px);
  max-height: 72px;
}

.alliance-page .alliance-page__member .alliance__pillar-logo--large {
  max-height: 82px;
  transform: scale(1.06);
  position: relative;
  z-index: 0;
}

.alliance-page .alliance-page__member:hover .alliance__pillar {
  box-shadow: 0 8px 25px rgba(46, 167, 255, 0.35);
}

.alliance-page .alliance-page__member:focus-visible {
  outline: 2px solid #00d7ff;
  outline-offset: 6px;
  border-radius: 8px;
}

.alliance-page .alliance-page__member .alliance__pillar-name {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: min(235px, 100%);
  min-height: 0;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(12px, 2.2vw, 12px);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffd133;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .alliance-page .alliance__pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .alliance-page .alliance__pillars {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* #endregion */

/* ==========================================================================
   MANAGEMENT PROFILE PAGE
   ========================================================================== */
/* #region Management Profile */

.management-page {
  color: #fff;
}

.management-page .mgmt-header {
  text-align: center;
}

.management-page .mgmt-logo {
  display: block;
  margin: 0 auto 24px;
  width: min(70vw, 920px);
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}

.management-page .mgmt-name {
  font-family: "Vipnagorgialla";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  /* or 48px */

  color: #ffd133;
}

.management-page__brands-title {
  /* Our Brands */

  margin-bottom: 32px;
  font-size: 1.5rem;

  font-family: "Vipnagorgialla";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  /* or 40px */
  text-align: center;
  text-transform: lowercase;

  color: #ffffff;
}

.management-page .brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(28px, 4vw, 40px);
  padding-bottom: 80px;
  justify-items: center;
}

.management-page .brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 498px;
  text-align: center;
}

/* Logo-only capsule (Figma Rectangle 100) */
.management-page .brand-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 498px;
  height: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px;
  background: radial-gradient(77.45% 95.7% at 17.58% 4.3%,
      rgba(46, 167, 255, 0.4) 0%,
      rgba(28, 27, 51, 0.16) 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 35px;
  border: 1px solid #17b9ff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.management-page .brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.management-page .brand-logo {
  display: block;
  max-width: 88%;
  max-height: 67%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
}

.management-page .brand-name {
  margin: clamp(16px, 2.5vw, 24px) 0 0;
  padding: 0 4px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 5vw, 32px);
  line-height: 100%;
  text-transform: uppercase;
  color: #00e5ff;
}

.management-page .brand-contact {
  margin-top: clamp(10px, 2vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Red Hat Text", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(14px, 3.5vw, 20px);
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffd133;
}

.management-page .brand-contact:hover {
  text-decoration: underline;
}

.management-page .brand-contact__icon {
  flex-shrink: 0;
  display: block;
}

/* #endregion */

/* ==========================================================================
   FOOTER PARTNERS
   ========================================================================== */
/* #region Footer Partners */

.footer {
  padding: 0;
  padding-top: 12px;
}

.brand-ticker {
  background: transparent;
  padding: 8px 16px 14px;
  border-top: none;
  border-bottom: 2px solid #00439d;
  overflow: visible;
  margin: 0;
}

/* Desktop: one row of names; clone segment is for mobile marquee only */
.footer .brand-ticker__segment {
  display: contents;
}

.footer .brand-ticker__segment[aria-hidden="true"] {
  display: none;
}

.footer .brand-ticker__track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  width: 100%;
  animation: none !important;
  /* Mobile: marquee re-enabled in max-width:1000px block */
}

@keyframes footer-brand-ticker-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.footer .brand-ticker__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 1.1vw, 13px);
  letter-spacing: 0.18em;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-transform: unset;
}

.footer .brand-ticker__logo {
  display: block;
  width: clamp(48px, 5.4vw, 76px);
  height: auto;
  object-fit: contain;
}

/* #endregion */

/* ==========================================================================
   FOOTER TEXT
   ========================================================================== */
/* #region Footer Text */

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 16px 28px;
}

.footer__text {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1.6vw, 18px);
  text-align: center;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}

.footer__copy {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(11px, 1.2vw, 13px);
  text-align: center;
  color: #ffffffb7;
  margin: 0;
  line-height: 1.25;
}

/* #endregion */

/* ==========================================================================
   MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */
/* #region Media Queries */

@media (max-width: 1200px) {

  /* Navbar */
  .navbar__menu {
    gap: 18px;
  }

  /* Explore Events */
  .alliance-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 300px 30px 40px;
    text-align: center;
    margin-top: 150px;
  }

  .alliance-box__images {
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    bottom: auto;
    height: 450px;
  }

  .alliance-box__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .alliance-box__text {
    text-align: center;
    font-size: 100%;
  }

  .alliance-box__content {
    gap: 0px;
  }
}

/* What Is Alliance PH — below 1200px: narrow art (whatis image 2.png), centered; desktop art hidden */
@media (max-width: 1199px) {
  .new-about-header {
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 20px;
    min-height: 320px;
    margin-bottom: 200px;
  }

  .new-about-header__text {
    position: relative;
    z-index: 1;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .new-about-header__title {
    width: 100%;
    text-align: center;
    font-size: 1vw;
  }

  .new-about-header__desc {
    margin: 0 auto;
    text-align: center;
    max-width: 34rem;
    text-shadow: 0 8px 8px rgba(0, 0, 0, 0.7);
    -webkit-text-stroke: 0.1px #6b6b6b;
  }

  .new-about-header__images {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 0;
    opacity: 0.6;
    pointer-events: none;
  }

  .new-about-header__combined-image {
    display: none;
  }

  .new-about-header__combined-image-narrow {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: none;
    height: auto;
    max-height: none;
    z-index: 0;
    filter: none;
  }


}

@media (max-width: 992px) {
  .new-about-header__title-large {
    font-size: 50px;
  }
}

@media (max-width: 1000px) {

  /* Navbar */
  .navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 72px;
    background: rgba(26, 26, 46, 0.4);
    backdrop-filter: blur(20px);
  }

  .navbar__container {
    position: relative;
    justify-content: flex-end;
  }

  .navbar__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar__logo-img {
    width: 128px;
    height: auto;
    max-height: 48px;
  }

  .navbar__toggle {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    z-index: 1010;
    position: absolute;
    right: 15px;
  }

  .navbar__toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .navbar__toggle.active span:nth-child(2) {
    opacity: 0 !important;
  }

  .navbar__toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .navbar__menu {
    position: fixed;
    top: 72px !important;
    right: 0 !important;
    width: 100vw;
    height: calc(100vh - 72px);
    background: transparent;
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-end;
    /* pin to right */
    padding: 30px 20px;
    gap: 15px;

    /* Animation base: Container just handles visibility */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .navbar__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .navbar__menu li {
    background: rgba(20, 20, 35, 0.98);
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid rgba(0, 215, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);

    /* Segmented slide from right */
    opacity: 0;
    transform: translateX(120%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .navbar__menu.active li {
    opacity: 1;
    transform: translateX(0);
    transition-delay: calc(var(--i) * 0.1s);
  }

  .navbar__link {
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
  }

  .events-page {
    padding-top: 96px;
  }

  .alliance-page,
  .join-page,
  .antiscam-page,
  .management-page {
    padding-top: 96px;
  }

  /* Hero + 5M promo → single banner on mobile */
  .hero-promo-desktop {
    display: none;
  }

  .hero-promo-mobile {
    display: block;
  }

  .hero-promo-mobile.section {
    padding-top: 96px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-promo-mobile__inner {
    text-align: center;
    max-width: 100vw;
  }

  .hero-promo-mobile__img {
    display: block;
    width: 100%;
    max-width: 90vw;
    height: auto;
    margin: 0 auto;
  }

  /* Hero */
  .hero {
    padding-top: 96px;
  }

  /* Features Grid */
  .features-grid {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .feature-card {
    max-width: 100%;
    width: 90%;
    min-height: auto;
    padding: 40px 20px;
  }

  /* Events Layout */
  .alliance-box {
    margin: 40px auto 150px auto;
    padding: 0;
    min-height: 380px;
    max-width: 90vw;
    justify-content: flex-end;
  }

  .alliance-box__images {
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    position: absolute;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
  }

  .alliance-box__bg {
    width: auto;
    max-width: unset;
    /* Swelled heavily to simulate desktop span */
    height: 100%;
    left: 52%;
    top: -90px;
    transform: translateX(-41.5%);
  }

  .alliance-box__hero {
    width: auto;
    min-width: 400px;
    max-width: unset;
    /* Safely maintains the ratio against background */
    height: 100%;
    left: 52%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .alliance-box__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 180px 20px 40px;
    background: linear-gradient(to bottom,
        rgba(20, 20, 35, 0) 0%,
        rgba(20, 20, 35, 0.95) 55%,
        rgba(20, 20, 35, 1) 100%);
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .alliance-box__logo {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin-bottom: 0px;
  }

  .alliance-box__btn {
    width: 250px;
    height: 60px;
    font-size: 16px;
  }

  /* Featured Event */
  .events__card--featured {
    padding: 20px 20px;
  }

  .events__info-wrapper,
  .events__info-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .events__button {
    align-self: center;
    width: min(240px, 85vw);
    height: 52px;
    font-size: 17px;
    letter-spacing: 1px;
    border: 2px solid #fffe00;
    border-radius: 36px;
  }

  .events__view-all {
    margin-top: 40px;
    padding: 0 12px;
  }

  .events__view-all .btn--secondary {
    width: min(280px, 100%);
    max-width: 100%;
    height: 52px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 26px;
    box-sizing: border-box;
  }

  .events__featured-img-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .events__featured-img {
    height: auto;
    max-height: 250px;
    object-position: center;
  }

  .events__banner {
    border-radius: 35px;

  }

  /* Partners Cards */
  .alliance__pillars {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 10px;
  }

  .alliance__pillar {
    min-height: 200px;
    border-radius: 40px;
    padding: 25px;
  }

  .alliance__pillar-logo {
    max-height: 100px;
  }

  .alliance-page .alliance-page__member .alliance__pillar {
    padding: 14px 16px;
    border-radius: 28px;
  }

  .alliance-page .alliance-page__member .alliance__pillar-logo {
    width: auto;
    height: auto;
    max-width: min(100%, 210px);
    max-height: 58px;
  }

  .alliance-page .alliance-page__member .alliance__pillar-logo--large {
    max-height: 68px;
    transform: scale(1.04);
  }

  /* Footer brand ticker — infinite marquee (mobile / narrow only) */
  .footer .brand-ticker {
    overflow: hidden;
    white-space: nowrap;
  }

  .footer .brand-ticker__segment,
  .footer .brand-ticker__segment[aria-hidden="true"] {
    display: inline-flex;
    align-items: center;
    gap: clamp(18px, 4.5vw, 32px);
    flex-shrink: 0;
  }

  .footer .brand-ticker__track {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    max-width: none;
    gap: clamp(18px, 4.5vw, 32px);
    /* duration: keep in sync with config/site-motion.json → footerBrandTickerMarqueeDurationSec */
    animation: footer-brand-ticker-marquee 45s linear infinite !important;
  }

  .footer .brand-ticker__item {
    flex-shrink: 0;
  }

  .footer .brand-ticker__logo {
    width: clamp(44px, 16vw, 72px);
  }
}

@media (max-width: 1000px) and (prefers-reduced-motion: reduce) {
  .footer .brand-ticker {
    overflow: visible;
    white-space: normal;
  }

  .footer .brand-ticker__track {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .footer .brand-ticker__segment[aria-hidden="true"] {
    display: none;
  }

  .footer .brand-ticker__segment:not([aria-hidden="true"]) {
    display: contents;
  }
}

/* #endregion */