.elementor-212 .elementor-element.elementor-element-6afd324{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-c5907e4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-acd8b23{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-1f4db62{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-37c4484{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-d9b64a7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-212 .elementor-element.elementor-element-2fb9685{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9957781 *//* =====================================================
   RANKINGS PAGE — SECTION 01
   FULL CSS / MATCH WEBSITE EXISTING THEME
===================================================== */

.ranking-hero,
.ranking-hero * {
  box-sizing: border-box;
}

.ranking-hero {
  --rank-midnight: #090f19;
  --rank-navy: #111927;
  --rank-navy-soft: #182235;
  --rank-white: #f7f7f7;
  --rank-muted: #aeb7c5;
  --rank-red: #d91f45;
  --rank-coral: #ff827d;
  --rank-peach: #ffad9d;
  --rank-line: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  color: var(--rank-white);
  background:
    radial-gradient(
      circle at 86% 8%,
      rgba(255, 130, 125, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 15% 100%,
      rgba(217, 31, 69, 0.1),
      transparent 28%
    ),
    linear-gradient(
      125deg,
      #080e18 0%,
      #0c131f 55%,
      #121622 100%
    );

  /* Ikut font asal website */
  font-family: inherit;
}

.ranking-hero a,
.ranking-hero button,
.ranking-hero input,
.ranking-hero textarea {
  font-family: inherit;
}

.ranking-hero::before {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 620px;
  height: 620px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 173, 157, 0.08);
  border-radius: 50%;
}

.ranking-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 130, 125, 0.8)
  );
}

.ranking-hero__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
}

.ranking-hero__glow--one {
  top: -170px;
  right: -80px;
  width: 500px;
  height: 500px;
  opacity: 0.13;
  background: var(--rank-coral);
}

.ranking-hero__glow--two {
  bottom: -260px;
  left: 15%;
  width: 560px;
  height: 560px;
  opacity: 0.08;
  background: var(--rank-red);
}

.ranking-hero__container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 72px 0 42px;
}

/* =====================================================
   INTRO
===================================================== */

.ranking-hero__intro {
  margin-bottom: 42px;
}

.ranking-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--rank-peach);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ranking-hero__eyebrow-line {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--rank-coral);
}

.ranking-hero__heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 390px);
  align-items: end;
  gap: 70px;
}

.ranking-hero__title {
  max-width: 850px;
  margin: 0;
  color: var(--rank-white);
  font-family: inherit;
  font-size: clamp(64px, 7.3vw, 112px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.ranking-hero__title span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--rank-peach) 0%,
    var(--rank-coral) 52%,
    #ef5269 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.ranking-hero__description {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--rank-muted);
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

/* =====================================================
   RANKING SHOWCASE
===================================================== */

.ranking-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.72fr 1.05fr;
  width: 100%;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--rank-line);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.27);
}

/* =====================================================
   FEATURE IMAGE
===================================================== */

.ranking-showcase__visual {
  position: relative;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      rgba(27, 38, 58, 0.95),
      rgba(9, 15, 25, 1)
    );
}

.ranking-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  filter: saturate(0.8) contrast(1.05);
  transition:
    transform 700ms ease,
    opacity 700ms ease;
}

.ranking-showcase:hover .ranking-showcase__image {
  opacity: 0.96;
  transform: scale(1.025);
}

.ranking-showcase__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(8, 14, 24, 0.04) 20%,
      rgba(8, 14, 24, 0.25) 58%,
      rgba(8, 14, 24, 0.94) 100%
    );
}

.ranking-showcase__visual-label {
  position: absolute;
  right: 30px;
  bottom: 28px;
  left: 30px;
}

.ranking-showcase__visual-label span {
  display: block;
  margin-bottom: 7px;
  color: var(--rank-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ranking-showcase__visual-label strong {
  display: block;
  font-family: inherit;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

.ranking-showcase__year {
  position: absolute;
  top: 27px;
  right: 27px;
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  text-align: right;
}

.ranking-showcase__year span {
  display: block;
  margin-bottom: 3px;
  color: var(--rank-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ranking-showcase__year strong {
  display: block;
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
}

/* =====================================================
   FEATURED CHAMPION
===================================================== */

.ranking-champion {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 410px;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid var(--rank-line);
  border-left: 1px solid var(--rank-line);
  background:
    radial-gradient(
      circle at 100% 100%,
      rgba(255, 173, 157, 0.22),
      transparent 38%
    ),
    linear-gradient(
      150deg,
      #d52144 0%,
      #a81838 55%,
      #70172e 100%
    );
}

.ranking-champion::before {
  position: absolute;
  right: -82px;
  bottom: -92px;
  width: 225px;
  height: 225px;
  content: "";
  border: 42px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.ranking-champion__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ranking-champion__category {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ranking-champion__status {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ranking-champion__position {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.ranking-champion__position span {
  margin-top: 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
}

.ranking-champion__position strong {
  font-family: inherit;
  font-size: clamp(76px, 6.3vw, 105px);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.095em;
}

.ranking-champion__details {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.ranking-champion__mark {
  display: grid;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  color: var(--rank-red);
  background: var(--rank-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
}

.ranking-champion__label {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ranking-champion__details h2 {
  margin: 0;
  color: var(--rank-white);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.ranking-champion__score {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  padding-top: 19px;
}

.ranking-champion__score span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ranking-champion__score strong {
  font-family: inherit;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

/* =====================================================
   OTHER CATEGORY LEADERS
===================================================== */

.ranking-leaders {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(3, 1fr);
}

.ranking-leader {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  min-width: 0;
  padding: 24px 27px;
  border-bottom: 1px solid var(--rank-line);
  background: rgba(255, 255, 255, 0.008);
  transition:
    background-color 250ms ease,
    padding-left 250ms ease;
}

.ranking-leader:last-child {
  border-bottom: 0;
}

.ranking-leader:hover {
  padding-left: 31px;
  background: rgba(255, 255, 255, 0.045);
}

.ranking-leader__number {
  color: rgba(255, 255, 255, 0.24);
  font-family: inherit;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.ranking-leader__content {
  min-width: 0;
}

.ranking-leader__category {
  display: block;
  margin-bottom: 7px;
  color: var(--rank-coral);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ranking-leader__content h3 {
  max-width: 250px;
  margin: 0 0 5px;
  color: var(--rank-white);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.ranking-leader__content p {
  margin: 0;
  color: var(--rank-muted);
  font-size: 9px;
  line-height: 1.4;
}

.ranking-leader__score {
  min-width: 65px;
  text-align: right;
}

.ranking-leader__score strong {
  display: block;
  margin-bottom: 3px;
  color: var(--rank-white);
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.ranking-leader__score span {
  color: var(--rank-muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* =====================================================
   CATEGORY NAVIGATION
===================================================== */

.ranking-categories {
  display: grid;
  grid-template-columns: auto 1fr 64px;
  align-items: stretch;
  margin-top: 20px;
  border-top: 1px solid var(--rank-line);
  border-bottom: 1px solid var(--rank-line);
}

.ranking-categories__label {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
  border-right: 1px solid var(--rank-line);
}

.ranking-categories__label span {
  color: var(--rank-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ranking-categories__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ranking-category {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 62px;
  padding: 0 18px;
  border-right: 1px solid var(--rank-line);
  color: var(--rank-muted);
  background: transparent;
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.ranking-category span {
  color: rgba(255, 255, 255, 0.28);
  font-size: 7px;
  font-weight: 700;
}

.ranking-category:hover,
.ranking-category.is-active {
  color: var(--rank-white);
  background: rgba(255, 255, 255, 0.04);
}

.ranking-category.is-active span {
  color: var(--rank-coral);
}

.ranking-categories__arrow {
  display: grid;
  width: 64px;
  min-height: 62px;
  place-items: center;
  color: var(--rank-white);
  background: var(--rank-red);
  text-decoration: none;
  transition: background-color 220ms ease;
}

.ranking-categories__arrow:hover {
  background: var(--rank-coral);
}

.ranking-categories__arrow svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1200px) {
  .ranking-hero__container {
    width: min(1120px, calc(100% - 56px));
  }

  .ranking-hero__heading-row {
    gap: 45px;
  }

  .ranking-hero__title {
    font-size: clamp(60px, 7vw, 88px);
  }

  .ranking-showcase {
    grid-template-columns: 1fr 0.8fr;
  }

  .ranking-leaders {
    grid-column: 1 / -1;
    grid-template-rows: none;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--rank-line);
  }

  .ranking-leader {
    grid-template-columns: 40px minmax(0, 1fr);
    border-right: 1px solid var(--rank-line);
    border-bottom: 0;
  }

  .ranking-leader:last-child {
    border-right: 0;
  }

  .ranking-leader__score {
    grid-column: 2;
    text-align: left;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 820px) {
  .ranking-hero {
    min-height: auto;
  }

  .ranking-hero__container {
    width: min(680px, calc(100% - 36px));
    padding: 58px 0 34px;
  }

  .ranking-hero__heading-row {
    display: block;
  }

  .ranking-hero__title {
    max-width: 650px;
    font-size: clamp(55px, 11vw, 76px);
    line-height: 0.9;
  }

  .ranking-hero__description {
    max-width: 500px;
    margin-top: 27px;
  }

  .ranking-showcase {
    display: block;
  }

  .ranking-showcase__visual {
    min-height: 400px;
  }

  .ranking-showcase__image {
    min-height: 400px;
  }

  .ranking-champion {
    min-height: 400px;
    border-right: 0;
    border-left: 0;
  }

  .ranking-leaders {
    display: block;
  }

  .ranking-leader {
    grid-template-columns: 45px minmax(0, 1fr) auto;
    border-right: 0;
    border-bottom: 1px solid var(--rank-line);
  }

  .ranking-leader__score {
    grid-column: auto;
    text-align: right;
  }

  .ranking-categories {
    grid-template-columns: 1fr 60px;
  }

  .ranking-categories__label {
    grid-column: 1 / -1;
    min-height: 50px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rank-line);
  }

  .ranking-categories__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-hero__container {
    width: calc(100% - 28px);
    padding: 45px 0 25px;
  }

  .ranking-hero__intro {
    margin-bottom: 32px;
  }

  .ranking-hero__eyebrow {
    font-size: 8px;
  }

  .ranking-hero__title {
    font-size: clamp(45px, 14vw, 61px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .ranking-hero__description {
    font-size: 12px;
    line-height: 1.7;
  }

  .ranking-showcase__visual,
  .ranking-showcase__image {
    min-height: 330px;
  }

  .ranking-showcase__visual-label {
    right: 22px;
    bottom: 23px;
    left: 22px;
  }

  .ranking-champion {
    min-height: 390px;
    padding: 24px 21px;
  }

  .ranking-champion__position strong {
    font-size: 82px;
  }

  .ranking-champion__details h2 {
    font-size: 17px;
  }

  .ranking-leader {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 18px;
  }

  .ranking-leader:hover {
    padding-left: 18px;
  }

  .ranking-leader__content h3 {
    max-width: none;
    font-size: 14px;
  }

  .ranking-leader__score {
    grid-column: 2;
    text-align: left;
  }

  .ranking-categories__items {
    grid-template-columns: 1fr;
  }

  .ranking-category {
    border-bottom: 1px solid var(--rank-line);
  }

  .ranking-categories__arrow {
    width: 60px;
    height: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59d1303 *//* =====================================================
   RANKINGS PAGE — SECTION 02
===================================================== */

.ranking-board,
.ranking-board * {
  box-sizing: border-box;
}

.ranking-board {
  --board-midnight: #090f19;
  --board-navy: #121c2d;
  --board-text: #111827;
  --board-muted: #727b88;
  --board-red: #d91f45;
  --board-coral: #f36b70;
  --board-peach: #ffad9d;
  --board-white: #ffffff;
  --board-surface: #f5f3f0;
  --board-line: #dddcd8;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--board-text);
  background: var(--board-surface);
  font-family: inherit;
}

.ranking-board::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 3px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--board-red),
    var(--board-peach)
  );
}

.ranking-board__container {
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 110px 0 90px;
}

/* SECTION HEADING */

.ranking-board__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.ranking-board__heading-left {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.ranking-board__number {
  margin-top: 7px;
  color: var(--board-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.ranking-board__eyebrow {
  margin: 0 0 15px;
  color: var(--board-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ranking-board__heading h2 {
  margin: 0;
  color: var(--board-midnight);
  font-family: inherit;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ranking-board__heading h2 span {
  color: var(--board-coral);
}

.ranking-board__intro {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--board-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* CATEGORY GRID */

.ranking-board__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* CATEGORY CARD */

.ranking-table-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--board-line);
  background: var(--board-white);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.ranking-table-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(11, 19, 31, 0.09);
}

.ranking-table-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  padding: 25px 27px;
  border-bottom: 1px solid var(--board-line);
  background: var(--board-midnight);
}

.ranking-table-card--featured .ranking-table-card__header {
  background:
    linear-gradient(
      130deg,
      var(--board-red),
      #a91838
    );
}

.ranking-table-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--board-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ranking-table-card__header h3 {
  margin: 0;
  color: var(--board-white);
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.ranking-table-card__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--board-white);
}

.ranking-table-card__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ranking-table-card__column-labels {
  display: flex;
  justify-content: space-between;
  padding: 13px 27px;
  border-bottom: 1px solid var(--board-line);
  color: #959ba4;
  background: #faf9f7;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* RANKING ROW */

.ranking-entry {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  min-height: 100px;
  padding: 18px 27px;
  border-bottom: 1px solid var(--board-line);
  transition: background-color 220ms ease;
}

.ranking-entry:last-child {
  border-bottom: 0;
}

.ranking-entry:hover {
  background: #faf9f7;
}

.ranking-entry--winner {
  background:
    linear-gradient(
      90deg,
      rgba(255, 173, 157, 0.14),
      rgba(255, 255, 255, 0)
    );
}

.ranking-entry--winner:hover {
  background:
    linear-gradient(
      90deg,
      rgba(255, 173, 157, 0.22),
      rgba(255, 255, 255, 0.3)
    );
}

.ranking-entry__position {
  color: #a0a4aa;
  font-size: 15px;
  font-weight: 700;
}

.ranking-entry--winner .ranking-entry__position {
  color: var(--board-red);
}

.ranking-entry__person {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
}

.ranking-entry__avatar {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--board-line);
  border-radius: 50%;
  color: var(--board-midnight);
  background: #f1efec;
}

.ranking-entry--winner .ranking-entry__avatar {
  border-color: var(--board-red);
  color: var(--board-white);
  background: var(--board-red);
}

.ranking-entry__avatar span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.ranking-entry__person > div:last-child {
  min-width: 0;
}

.ranking-entry__person h4 {
  margin: 0 0 5px;
  color: var(--board-midnight);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.ranking-entry__person p {
  margin: 0;
  color: var(--board-muted);
  font-size: 8px;
  line-height: 1.4;
}

.ranking-entry__points {
  min-width: 62px;
  text-align: right;
}

.ranking-entry__points strong {
  display: block;
  margin-bottom: 4px;
  color: var(--board-midnight);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.ranking-entry--winner .ranking-entry__points strong {
  color: var(--board-red);
}

.ranking-entry__points span {
  color: var(--board-muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* SECTION FOOTER */

.ranking-board__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--board-line);
}

.ranking-board__footer p {
  max-width: 580px;
  margin: 0;
  color: var(--board-muted);
  font-size: 10px;
  line-height: 1.6;
}

.ranking-board__footer > span {
  color: var(--board-red);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* TABLET */

@media (max-width: 900px) {
  .ranking-board__container {
    width: min(720px, calc(100% - 40px));
    padding: 80px 0 70px;
  }

  .ranking-board__heading {
    display: block;
  }

  .ranking-board__intro {
    max-width: 520px;
    margin-top: 24px;
  }

  .ranking-board__grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */

@media (max-width: 560px) {
  .ranking-board__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .ranking-board__heading {
    margin-bottom: 38px;
  }

  .ranking-board__heading-left {
    gap: 14px;
  }

  .ranking-board__number {
    font-size: 9px;
  }

  .ranking-board__heading h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .ranking-board__intro {
    font-size: 12px;
  }

  .ranking-table-card__header {
    min-height: 100px;
    padding: 22px 19px;
  }

  .ranking-table-card__header h3 {
    font-size: 22px;
  }

  .ranking-table-card__column-labels {
    padding: 12px 19px;
  }

  .ranking-entry {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 96px;
    padding: 17px 15px;
  }

  .ranking-entry__avatar {
    display: none;
  }

  .ranking-entry__person h4 {
    font-size: 12px;
  }

  .ranking-entry__points {
    min-width: 54px;
  }

  .ranking-entry__points strong {
    font-size: 16px;
  }

  .ranking-board__footer {
    display: block;
  }

  .ranking-board__footer > span {
    display: block;
    margin-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5484c3 *//* =====================================================
   RANKINGS PAGE — SECTION 03
===================================================== */

.ranking-standards,
.ranking-standards * {
  box-sizing: border-box;
}

.ranking-standards {
  --standards-midnight: #090f19;
  --standards-navy: #121b2a;
  --standards-white: #ffffff;
  --standards-muted: #aab3c0;
  --standards-red: #d91f45;
  --standards-coral: #f36b70;
  --standards-peach: #ffad9d;
  --standards-line: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--standards-white);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(217, 31, 69, 0.12),
      transparent 35%
    ),
    var(--standards-midnight);
  font-family: inherit;
}

.ranking-standards::after {
  position: absolute;
  right: -140px;
  bottom: -190px;
  width: 470px;
  height: 470px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 173, 157, 0.08);
  border-radius: 50%;
}

.ranking-standards__container {
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1.12fr);
  width: min(1380px, calc(100% - 80px));
  min-height: 760px;
  margin: 0 auto;
}

/* =====================================================
   IMAGE
===================================================== */

.ranking-standards__visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--standards-navy);
}

.ranking-standards__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  filter: saturate(0.75) contrast(1.06);
  transition:
    transform 800ms ease,
    opacity 800ms ease;
}

.ranking-standards__visual:hover .ranking-standards__image {
  opacity: 0.92;
  transform: scale(1.025);
}

.ranking-standards__image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(9, 15, 25, 0.05) 15%,
      rgba(9, 15, 25, 0.2) 55%,
      rgba(9, 15, 25, 0.94) 100%
    );
}

.ranking-standards__image-number {
  position: absolute;
  top: 30px;
  left: 30px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.ranking-standards__image-number span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ranking-standards__image-caption {
  position: absolute;
  right: 35px;
  bottom: 40px;
  left: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ranking-standards__image-caption span {
  display: block;
  margin-bottom: 10px;
  color: var(--standards-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ranking-standards__image-caption p {
  max-width: 360px;
  margin: 0;
  color: var(--standards-white);
  font-size: 14px;
  line-height: 1.55;
}

/* =====================================================
   CONTENT
===================================================== */

.ranking-standards__content {
  position: relative;
  z-index: 2;
  padding: 95px 0 80px 85px;
}

.ranking-standards__heading {
  max-width: 640px;
  margin-bottom: 46px;
}

.ranking-standards__eyebrow {
  margin: 0 0 18px;
  color: var(--standards-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ranking-standards__heading h2 {
  margin: 0;
  color: var(--standards-white);
  font-family: inherit;
  font-size: clamp(46px, 4.7vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.ranking-standards__heading h2 span {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--standards-peach),
    var(--standards-coral)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.ranking-standards__description {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--standards-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   STANDARD LIST
===================================================== */

.ranking-standards__list {
  border-top: 1px solid var(--standards-line);
}

.ranking-standard-item {
  display: grid;
  grid-template-columns: 35px 45px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 116px;
  padding: 22px 0;
  border-bottom: 1px solid var(--standards-line);
  transition: padding-left 250ms ease;
}

.ranking-standard-item:hover {
  padding-left: 10px;
}

.ranking-standard-item__number {
  color: rgba(255, 255, 255, 0.28);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ranking-standard-item__icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 173, 157, 0.32);
  color: var(--standards-peach);
  background: rgba(255, 173, 157, 0.04);
}

.ranking-standard-item__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ranking-standard-item__text h3 {
  margin: 0 0 7px;
  color: var(--standards-white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.ranking-standard-item__text p {
  max-width: 520px;
  margin: 0;
  color: var(--standards-muted);
  font-size: 11px;
  line-height: 1.65;
}

/* =====================================================
   NOTE
===================================================== */

.ranking-standards__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 27px;
}

.ranking-standards__note-icon {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 173, 157, 0.5);
  border-radius: 50%;
  color: var(--standards-peach);
  font-size: 9px;
  font-weight: 700;
}

.ranking-standards__note p {
  max-width: 520px;
  margin: 2px 0 0;
  color: #818b99;
  font-size: 9px;
  line-height: 1.6;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1100px) {
  .ranking-standards__container {
    width: min(1000px, calc(100% - 56px));
    grid-template-columns: 0.85fr 1.15fr;
  }

  .ranking-standards__content {
    padding-left: 55px;
  }

  .ranking-standards__heading h2 {
    font-size: clamp(44px, 5vw, 62px);
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 820px) {
  .ranking-standards__container {
    display: block;
    width: min(680px, calc(100% - 36px));
    min-height: auto;
    padding: 70px 0;
  }

  .ranking-standards__visual {
    min-height: 520px;
  }

  .ranking-standards__image {
    min-height: 520px;
  }

  .ranking-standards__content {
    padding: 65px 0 0;
  }

  .ranking-standards__heading h2 {
    font-size: clamp(48px, 9vw, 65px);
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-standards__container {
    width: calc(100% - 28px);
    padding: 55px 0;
  }

  .ranking-standards__visual,
  .ranking-standards__image {
    min-height: 410px;
  }

  .ranking-standards__image-caption {
    right: 22px;
    bottom: 25px;
    left: 22px;
  }

  .ranking-standards__image-caption p {
    font-size: 12px;
  }

  .ranking-standards__content {
    padding-top: 50px;
  }

  .ranking-standards__heading {
    margin-bottom: 34px;
  }

  .ranking-standards__heading h2 {
    font-size: clamp(42px, 13vw, 57px);
  }

  .ranking-standards__description {
    font-size: 12px;
  }

  .ranking-standard-item {
    grid-template-columns: 30px 40px minmax(0, 1fr);
    gap: 12px;
    min-height: 125px;
  }

  .ranking-standard-item__icon {
    width: 40px;
    height: 40px;
  }

  .ranking-standard-item__text h3 {
    font-size: 14px;
  }

  .ranking-standard-item__text p {
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-064c63f *//* =====================================================
   RANKINGS PAGE — SECTION 04
===================================================== */

.ranking-insights,
.ranking-insights * {
  box-sizing: border-box;
}

.ranking-insights {
  --insights-midnight: #090f19;
  --insights-navy: #131c2b;
  --insights-white: #ffffff;
  --insights-surface: #f4f2ef;
  --insights-text: #111827;
  --insights-muted: #747d89;
  --insights-red: #d91f45;
  --insights-coral: #f36b70;
  --insights-peach: #ffad9d;
  --insights-line: #dad9d5;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--insights-text);
  background: var(--insights-surface);
  font-family: inherit;
}

.ranking-insights::before {
  position: absolute;
  top: -190px;
  left: -190px;
  width: 430px;
  height: 430px;
  content: "";
  border: 1px solid rgba(217, 31, 69, 0.08);
  border-radius: 50%;
}

.ranking-insights__container {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 100px;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 115px 0 105px;
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.ranking-insights__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ranking-insights__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.ranking-insights__eyebrow span {
  color: var(--insights-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ranking-insights__eyebrow p {
  margin: 0;
  color: var(--insights-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ranking-insights__heading h2 {
  margin: 0;
  color: var(--insights-midnight);
  font-family: inherit;
  font-size: clamp(48px, 5vw, 75px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ranking-insights__heading h2 span {
  color: var(--insights-coral);
}

.ranking-insights__description {
  max-width: 490px;
  margin: 25px 0 0;
  color: var(--insights-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   STATISTICS
===================================================== */

.ranking-insights__statistics {
  margin-top: 70px;
  border-top: 1px solid var(--insights-line);
}

.ranking-stat {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 94px;
  border-bottom: 1px solid var(--insights-line);
}

.ranking-stat strong {
  color: var(--insights-midnight);
  font-family: inherit;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.ranking-stat--primary strong {
  color: var(--insights-red);
}

.ranking-stat span {
  display: block;
  margin-bottom: 5px;
  color: var(--insights-midnight);
  font-size: 11px;
  font-weight: 700;
}

.ranking-stat p {
  margin: 0;
  color: var(--insights-muted);
  font-size: 9px;
  line-height: 1.5;
}

/* =====================================================
   SCORE CHART
===================================================== */

.ranking-insights__chart {
  position: relative;
  overflow: hidden;
  color: var(--insights-white);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(217, 31, 69, 0.2),
      transparent 34%
    ),
    var(--insights-midnight);
  box-shadow: 0 35px 70px rgba(9, 15, 25, 0.16);
}

.ranking-insights__chart::after {
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  content: "";
  border: 40px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
}

.ranking-insights__chart-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  min-height: 135px;
  padding: 34px 38px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ranking-insights__chart-header span {
  display: block;
  margin-bottom: 8px;
  color: var(--insights-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ranking-insights__chart-header h3 {
  margin: 0;
  color: var(--insights-white);
  font-family: inherit;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.ranking-insights__chart-unit {
  color: #8e98a8;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =====================================================
   SCORE ROWS
===================================================== */

.ranking-score-list {
  position: relative;
  z-index: 2;
  padding: 10px 38px;
}

.ranking-score-row {
  padding: 25px 0 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ranking-score-row:last-child {
  border-bottom: 0;
}

.ranking-score-row__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
}

.ranking-score-row__heading > div {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
}

.ranking-score-row__heading span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
  font-weight: 700;
}

.ranking-score-row__heading h4 {
  margin: 0;
  color: var(--insights-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ranking-score-row__heading strong {
  color: var(--insights-white);
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ranking-score-row:first-child .ranking-score-row__heading strong {
  color: var(--insights-peach);
}

.ranking-score-row__track {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.ranking-score-row__track span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(
    90deg,
    var(--insights-red),
    var(--insights-peach)
  );
}

.ranking-score-row p {
  margin: 10px 0 0;
  color: #8f99a8;
  font-size: 9px;
  line-height: 1.4;
}

/* =====================================================
   CHART FOOTER
===================================================== */

.ranking-insights__chart-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 65px;
  padding: 0 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.ranking-insights__chart-dot {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--insights-coral);
  box-shadow: 0 0 0 5px rgba(243, 107, 112, 0.1);
}

.ranking-insights__chart-footer p {
  margin: 0;
  color: #8f99a8;
  font-size: 8px;
  line-height: 1.5;
}

/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1100px) {
  .ranking-insights__container {
    grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
    gap: 60px;
    width: min(1020px, calc(100% - 56px));
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
  .ranking-insights__container {
    display: block;
    width: min(680px, calc(100% - 36px));
    padding: 85px 0 75px;
  }

  .ranking-insights__content {
    display: block;
  }

  .ranking-insights__statistics {
    margin: 50px 0;
  }

  .ranking-insights__chart {
    width: 100%;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-insights__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .ranking-insights__heading h2 {
    font-size: clamp(43px, 13vw, 57px);
  }

  .ranking-insights__description {
    font-size: 12px;
  }

  .ranking-stat {
    grid-template-columns: 85px minmax(0, 1fr);
    min-height: 88px;
  }

  .ranking-stat strong {
    font-size: 28px;
  }

  .ranking-insights__chart-header {
    min-height: 120px;
    padding: 28px 22px 25px;
  }

  .ranking-insights__chart-header h3 {
    font-size: 23px;
  }

  .ranking-insights__chart-unit {
    display: none;
  }

  .ranking-score-list {
    padding: 8px 22px;
  }

  .ranking-score-row {
    padding: 23px 0 21px;
  }

  .ranking-insights__chart-footer {
    padding: 0 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72b93d0 *//* =====================================================
   RANKINGS PAGE — SECTION 05
===================================================== */

.ranking-archive,
.ranking-archive * {
  box-sizing: border-box;
}

.ranking-archive {
  --archive-midnight: #090f19;
  --archive-navy: #121b2a;
  --archive-white: #ffffff;
  --archive-muted: #aab3c0;
  --archive-red: #d91f45;
  --archive-coral: #f36b70;
  --archive-peach: #ffad9d;
  --archive-line: rgba(255, 255, 255, 0.14);

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--archive-white);
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(217, 31, 69, 0.13),
      transparent 30%
    ),
    var(--archive-midnight);
  font-family: inherit;
}

.ranking-archive::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 3px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--archive-red),
    var(--archive-peach)
  );
}

.ranking-archive::after {
  position: absolute;
  right: -180px;
  bottom: -210px;
  width: 500px;
  height: 500px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 173, 157, 0.07);
  border-radius: 50%;
}

.ranking-archive__container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 110px 0 100px;
}

/* =====================================================
   SECTION HEADING
===================================================== */

.ranking-archive__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 70px;
  margin-bottom: 55px;
}

.ranking-archive__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.ranking-archive__eyebrow span {
  color: var(--archive-coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ranking-archive__eyebrow p {
  margin: 0;
  color: var(--archive-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ranking-archive__heading h2 {
  max-width: 800px;
  margin: 0;
  color: var(--archive-white);
  font-family: inherit;
  font-size: clamp(48px, 5vw, 75px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ranking-archive__heading h2 span {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--archive-peach),
    var(--archive-coral)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.ranking-archive__description {
  max-width: 390px;
  margin: 0 0 5px;
  color: var(--archive-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   MAIN LAYOUT
===================================================== */

.ranking-archive__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  gap: 22px;
}

/* =====================================================
   FEATURED EVENT
===================================================== */

.ranking-archive__featured {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--archive-line);
  background: rgba(255, 255, 255, 0.025);
}

.ranking-archive__featured-image {
  position: relative;
  height: 345px;
  overflow: hidden;
  background: var(--archive-navy);
}

.ranking-archive__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.83;
  filter: saturate(0.8) contrast(1.05);
  transition:
    transform 750ms ease,
    opacity 750ms ease;
}

.ranking-archive__featured:hover
.ranking-archive__featured-image img {
  opacity: 0.95;
  transform: scale(1.025);
}

.ranking-archive__featured-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(9, 15, 25, 0.05),
      rgba(9, 15, 25, 0.18) 50%,
      rgba(9, 15, 25, 0.9)
    );
}

.ranking-archive__featured-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 9px 13px;
  color: var(--archive-white);
  background: var(--archive-red);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ranking-archive__featured-year {
  position: absolute;
  right: 27px;
  bottom: 24px;
  text-align: right;
}

.ranking-archive__featured-year span {
  display: block;
  margin-bottom: 4px;
  color: var(--archive-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ranking-archive__featured-year strong {
  color: var(--archive-white);
  font-family: inherit;
  font-size: 39px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ranking-archive__featured-content {
  padding: 31px;
}

.ranking-archive__event-type {
  display: block;
  margin-bottom: 10px;
  color: var(--archive-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ranking-archive__featured-content h3 {
  max-width: 570px;
  margin: 0;
  color: var(--archive-white);
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.ranking-archive__featured-content > div:first-child > p {
  max-width: 540px;
  margin: 15px 0 0;
  color: var(--archive-muted);
  font-size: 11px;
  line-height: 1.7;
}

.ranking-archive__featured-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--archive-line);
}

.ranking-archive__event-stats {
  display: flex;
  gap: 38px;
}

.ranking-archive__event-stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--archive-white);
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
}

.ranking-archive__event-stats span {
  color: var(--archive-muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ranking-archive__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 18px;
  color: var(--archive-white);
  background: var(--archive-red);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease;
}

.ranking-archive__view:hover {
  background: var(--archive-coral);
}

.ranking-archive__view svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =====================================================
   PREVIOUS RECORDS
===================================================== */

.ranking-archive__records {
  min-width: 0;
  border: 1px solid var(--archive-line);
  background: rgba(255, 255, 255, 0.018);
}

.ranking-archive__records-heading {
  min-height: 86px;
  padding: 24px 27px;
  border-bottom: 1px solid var(--archive-line);
}

.ranking-archive__records-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--archive-white);
  font-size: 14px;
  font-weight: 700;
}

.ranking-archive__records-heading p {
  margin: 0;
  color: var(--archive-muted);
  font-size: 9px;
}

.ranking-record {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 45px;
  align-items: center;
  gap: 22px;
  min-height: 137px;
  padding: 23px 26px;
  border-bottom: 1px solid var(--archive-line);
  transition: background-color 220ms ease;
}

.ranking-record:hover {
  background: rgba(255, 255, 255, 0.04);
}

.ranking-record__year {
  padding-right: 20px;
  border-right: 1px solid var(--archive-line);
}

.ranking-record__year span {
  display: block;
  margin-bottom: 6px;
  color: var(--archive-muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ranking-record__year strong {
  color: var(--archive-white);
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
}

.ranking-record__content {
  min-width: 0;
}

.ranking-record__content > span {
  display: block;
  margin-bottom: 7px;
  color: var(--archive-coral);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ranking-record__content h3 {
  margin: 0 0 6px;
  color: var(--archive-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ranking-record__content p {
  margin: 0;
  color: var(--archive-muted);
  font-size: 8px;
  line-height: 1.5;
}

.ranking-record__link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--archive-line);
  color: var(--archive-white);
  text-decoration: none;
  transition:
    border-color 220ms ease,
    color 220ms ease,
    background-color 220ms ease;
}

.ranking-record__link:hover {
  border-color: var(--archive-red);
  color: var(--archive-white);
  background: var(--archive-red);
}

.ranking-record__link svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ranking-archive__records-note {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 0 27px;
}

.ranking-archive__records-note span {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--archive-coral);
  box-shadow: 0 0 0 5px rgba(243, 107, 112, 0.1);
}

.ranking-archive__records-note p {
  margin: 0;
  color: var(--archive-muted);
  font-size: 8px;
  line-height: 1.5;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 950px) {
  .ranking-archive__container {
    width: min(740px, calc(100% - 40px));
    padding: 85px 0 75px;
  }

  .ranking-archive__heading {
    display: block;
  }

  .ranking-archive__description {
    max-width: 520px;
    margin-top: 25px;
  }

  .ranking-archive__layout {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-archive__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .ranking-archive__heading {
    margin-bottom: 38px;
  }

  .ranking-archive__heading h2 {
    font-size: clamp(43px, 13vw, 57px);
  }

  .ranking-archive__description {
    font-size: 12px;
  }

  .ranking-archive__featured-image {
    height: 310px;
  }

  .ranking-archive__featured-content {
    padding: 24px 20px;
  }

  .ranking-archive__featured-content h3 {
    font-size: 23px;
  }

  .ranking-archive__featured-footer {
    display: block;
  }

  .ranking-archive__view {
    width: 100%;
    margin-top: 24px;
  }

  .ranking-record {
    grid-template-columns: 62px minmax(0, 1fr) 38px;
    gap: 13px;
    padding: 20px 17px;
  }

  .ranking-record__year {
    padding-right: 12px;
  }

  .ranking-record__link {
    width: 36px;
    height: 36px;
  }

  .ranking-archive__records-note {
    padding: 0 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da501a1 *//* =====================================================
   RANKINGS PAGE — SECTION 06
===================================================== */

.ranking-faq,
.ranking-faq * {
  box-sizing: border-box;
}

.ranking-faq {
  --faq-midnight: #090f19;
  --faq-white: #ffffff;
  --faq-surface: #f4f2ef;
  --faq-card: #ffffff;
  --faq-text: #111827;
  --faq-muted: #747d89;
  --faq-line: #d9d8d4;
  --faq-red: #d91f45;
  --faq-coral: #f36b70;
  --faq-peach: #ffad9d;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--faq-text);
  background: var(--faq-surface);
  font-family: inherit;
}

.ranking-faq::before {
  position: absolute;
  top: -160px;
  right: -170px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(217, 31, 69, 0.08);
  border-radius: 50%;
}

.ranking-faq__container {
  display: grid;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  width: min(1380px, calc(100% - 80px));
  margin: 0 auto;
  padding: 110px 0 100px;
}

/* =====================================================
   LEFT HEADING
===================================================== */

.ranking-faq__intro {
  min-width: 0;
}

.ranking-faq__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.ranking-faq__eyebrow span {
  color: var(--faq-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ranking-faq__eyebrow p {
  margin: 0;
  color: var(--faq-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ranking-faq__heading h2 {
  margin: 0;
  color: var(--faq-midnight);
  font-family: inherit;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ranking-faq__heading h2 span {
  color: var(--faq-coral);
}

.ranking-faq__heading > p {
  max-width: 470px;
  margin: 25px 0 0;
  color: var(--faq-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   LEFT IMAGE
===================================================== */

.ranking-faq__visual {
  position: relative;
  height: 310px;
  margin-top: 50px;
  overflow: hidden;
  background: var(--faq-midnight);
}

.ranking-faq__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
  filter: saturate(0.8) contrast(1.05);
  transition:
    transform 700ms ease,
    opacity 700ms ease;
}

.ranking-faq__visual:hover img {
  opacity: 0.94;
  transform: scale(1.025);
}

.ranking-faq__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(9, 15, 25, 0.03),
      rgba(9, 15, 25, 0.18) 45%,
      rgba(9, 15, 25, 0.92) 100%
    );
}

.ranking-faq__visual-caption {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ranking-faq__visual-caption span {
  display: block;
  margin-bottom: 7px;
  color: var(--faq-peach);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ranking-faq__visual-caption strong {
  display: block;
  max-width: 380px;
  color: var(--faq-white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* =====================================================
   FAQ PANEL
===================================================== */

.ranking-faq__questions {
  min-width: 0;
  border-top: 3px solid var(--faq-red);
  background: var(--faq-card);
  box-shadow: 0 30px 70px rgba(9, 15, 25, 0.08);
}

.ranking-faq__questions-heading {
  min-height: 105px;
  padding: 30px 32px;
  border-bottom: 1px solid var(--faq-line);
}

.ranking-faq__questions-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--faq-midnight);
  font-size: 15px;
  font-weight: 700;
}

.ranking-faq__questions-heading p {
  margin: 0;
  color: var(--faq-muted);
  font-size: 10px;
  line-height: 1.5;
}

/* =====================================================
   FAQ ITEMS
===================================================== */

.ranking-faq__item {
  margin: 0;
  border-bottom: 1px solid var(--faq-line);
  background: var(--faq-card);
}

.ranking-faq__item summary {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 16px;
  min-height: 83px;
  padding: 19px 30px;
  cursor: pointer;
  list-style: none;
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.ranking-faq__item summary::-webkit-details-marker {
  display: none;
}

.ranking-faq__item summary:hover {
  background: #faf9f7;
}

.ranking-faq__item[open] summary {
  color: var(--faq-red);
  background:
    linear-gradient(
      90deg,
      rgba(255, 173, 157, 0.12),
      rgba(255, 255, 255, 0)
    );
}

.ranking-faq__item-number {
  color: #a1a6ae;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ranking-faq__item[open] .ranking-faq__item-number {
  color: var(--faq-red);
}

.ranking-faq__item summary strong {
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

/* PLUS / MINUS ICON */

.ranking-faq__toggle {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid var(--faq-line);
  border-radius: 50%;
}

.ranking-faq__toggle::before,
.ranking-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--faq-midnight);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.ranking-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ranking-faq__item[open] .ranking-faq__toggle {
  border-color: var(--faq-red);
  background: var(--faq-red);
}

.ranking-faq__item[open] .ranking-faq__toggle::before,
.ranking-faq__item[open] .ranking-faq__toggle::after {
  background: var(--faq-white);
}

.ranking-faq__item[open] .ranking-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ANSWER */

.ranking-faq__answer {
  padding: 0 75px 25px 81px;
}

.ranking-faq__answer p {
  max-width: 570px;
  margin: 0;
  color: var(--faq-muted);
  font-size: 11px;
  line-height: 1.75;
}

/* =====================================================
   SUPPORT BOX
===================================================== */

.ranking-faq__support {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 16px;
  min-height: 98px;
  padding: 20px 30px;
  color: var(--faq-white);
  background: var(--faq-midnight);
}

.ranking-faq__support-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 173, 157, 0.35);
  color: var(--faq-peach);
}

.ranking-faq__support-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.ranking-faq__support span {
  display: block;
  margin-bottom: 5px;
  color: var(--faq-white);
  font-size: 11px;
  font-weight: 700;
}

.ranking-faq__support p {
  margin: 0;
  color: #9ca6b5;
  font-size: 8px;
  line-height: 1.5;
}

.ranking-faq__support > a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--faq-white);
  background: var(--faq-red);
  text-decoration: none;
  transition: background-color 220ms ease;
}

.ranking-faq__support > a:hover {
  background: var(--faq-coral);
}

.ranking-faq__support > a svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .ranking-faq__container {
    display: block;
    width: min(700px, calc(100% - 40px));
    padding: 85px 0 75px;
  }

  .ranking-faq__visual {
    height: 420px;
  }

  .ranking-faq__questions {
    margin-top: 45px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-faq__container {
    width: calc(100% - 28px);
    padding: 65px 0 55px;
  }

  .ranking-faq__heading h2 {
    font-size: clamp(43px, 13vw, 57px);
  }

  .ranking-faq__heading > p {
    font-size: 12px;
  }

  .ranking-faq__visual {
    height: 330px;
    margin-top: 38px;
  }

  .ranking-faq__questions-heading {
    padding: 25px 20px;
  }

  .ranking-faq__item summary {
    grid-template-columns: 25px minmax(0, 1fr) 28px;
    gap: 10px;
    min-height: 82px;
    padding: 17px 18px;
  }

  .ranking-faq__item summary strong {
    font-size: 12px;
  }

  .ranking-faq__answer {
    padding: 0 50px 22px 53px;
  }

  .ranking-faq__answer p {
    font-size: 10px;
  }

  .ranking-faq__support {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 18px;
  }

  .ranking-faq__support-icon,
  .ranking-faq__support > a {
    width: 38px;
    height: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d7d2b7 *//* =====================================================
   RANKINGS PAGE — SECTION 07
===================================================== */

.ranking-final,
.ranking-final * {
  box-sizing: border-box;
}

.ranking-final {
  --final-midnight: #080e18;
  --final-white: #ffffff;
  --final-muted: #aab3c0;
  --final-red: #d91f45;
  --final-coral: #f36b70;
  --final-peach: #ffad9d;
  --final-line: rgba(255, 255, 255, 0.18);

  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  color: var(--final-white);
  background: var(--final-midnight);
  font-family: inherit;
}

/* =====================================================
   BACKGROUND
===================================================== */

.ranking-final__background {
  position: absolute;
  inset: 0;
}

.ranking-final__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: saturate(0.72) contrast(1.08);
  transition:
    transform 1000ms ease,
    opacity 1000ms ease;
}

.ranking-final:hover .ranking-final__background img {
  opacity: 0.79;
  transform: scale(1.018);
}

.ranking-final__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 14, 24, 0.98) 0%,
      rgba(8, 14, 24, 0.91) 42%,
      rgba(8, 14, 24, 0.5) 72%,
      rgba(8, 14, 24, 0.68) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 14, 24, 0.18),
      rgba(8, 14, 24, 0.35) 60%,
      rgba(8, 14, 24, 0.95)
    );
}

.ranking-final__glow {
  position: absolute;
  top: -280px;
  left: -200px;
  width: 650px;
  height: 650px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.14;
  background: var(--final-red);
  filter: blur(100px);
}

.ranking-final::after {
  position: absolute;
  top: 0;
  right: 9%;
  width: 1px;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}

/* =====================================================
   CONTAINER
===================================================== */

.ranking-final__container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: min(1380px, calc(100% - 80px));
  min-height: 760px;
  margin: 0 auto;
  padding: 42px 0 34px;
}

/* =====================================================
   TOP LINE
===================================================== */

.ranking-final__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--final-line);
}

.ranking-final__section-label {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ranking-final__section-label span {
  color: var(--final-coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ranking-final__section-label p {
  margin: 0;
  color: var(--final-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ranking-final__availability {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--final-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ranking-final__availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28d79a;
  box-shadow: 0 0 0 6px rgba(40, 215, 154, 0.12);
}

/* =====================================================
   MAIN CONTENT
===================================================== */

.ranking-final__content {
  width: min(930px, 78%);
  margin: auto 0;
  padding: 75px 0;
}

.ranking-final__eyebrow {
  margin: 0 0 20px;
  color: var(--final-peach);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.ranking-final__content h2 {
  margin: 0;
  color: var(--final-white);
  font-family: inherit;
  font-size: clamp(56px, 6vw, 92px);
  font-weight: 800;
  line-height: 0.91;
  letter-spacing: -0.06em;
}

.ranking-final__content h2 span {
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--final-peach),
    var(--final-coral),
    #eb4965
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.ranking-final__description {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--final-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* =====================================================
   BUTTONS
===================================================== */

.ranking-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.ranking-final__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 21px;
  font-family: inherit;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.ranking-final__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.ranking-final__button--primary {
  min-width: 235px;
  color: var(--final-white);
  border: 1px solid var(--final-red);
  background: var(--final-red);
}

.ranking-final__button--primary:hover {
  border-color: var(--final-coral);
  background: var(--final-coral);
}

.ranking-final__button--secondary {
  min-width: 215px;
  color: var(--final-white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(8, 14, 24, 0.32);
  backdrop-filter: blur(8px);
}

.ranking-final__button--secondary:hover {
  border-color: var(--final-white);
  background: var(--final-white);
  color: var(--final-midnight);
}

/* =====================================================
   BOTTOM STRIP
===================================================== */

.ranking-final__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 27px;
  border-top: 1px solid var(--final-line);
}

.ranking-final__brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ranking-final__brand > span {
  color: var(--final-white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ranking-final__brand p {
  margin: 0;
  padding-left: 13px;
  border-left: 1px solid var(--final-line);
  color: var(--final-muted);
  font-size: 8px;
  line-height: 1.4;
}

.ranking-final__details {
  display: flex;
  gap: 50px;
}

.ranking-final__details span {
  display: block;
  margin-bottom: 5px;
  color: var(--final-white);
  font-size: 9px;
  font-weight: 700;
}

.ranking-final__details p {
  margin: 0;
  color: var(--final-muted);
  font-size: 7px;
  line-height: 1.4;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
  .ranking-final,
  .ranking-final__container {
    min-height: 720px;
  }

  .ranking-final__container {
    width: min(700px, calc(100% - 40px));
  }

  .ranking-final__content {
    width: 100%;
  }

  .ranking-final__content h2 {
    font-size: clamp(55px, 10vw, 78px);
  }

  .ranking-final__details {
    gap: 25px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 560px) {
  .ranking-final,
  .ranking-final__container {
    min-height: 690px;
  }

  .ranking-final__container {
    width: calc(100% - 28px);
    padding: 30px 0 25px;
  }

  .ranking-final__availability {
    display: none;
  }

  .ranking-final__content {
    padding: 65px 0;
  }

  .ranking-final__content h2 {
    font-size: clamp(44px, 13vw, 59px);
    line-height: 0.94;
  }

  .ranking-final__description {
    font-size: 12px;
  }

  .ranking-final__actions {
    display: grid;
    width: 100%;
  }

  .ranking-final__button {
    width: 100%;
  }

  .ranking-final__bottom {
    display: block;
  }

  .ranking-final__details {
    display: none;
  }
}/* End custom CSS */