.elementor-33871 .elementor-element.elementor-element-d0b5a50{--display:flex;}.elementor-33871 .elementor-element.elementor-element-e3bd4d2{--display:flex;}.elementor-33871 .elementor-element.elementor-element-4e298db{--display:flex;}.elementor-33871 .elementor-element.elementor-element-e9db9ad{--display:flex;}.elementor-33871 .elementor-element.elementor-element-13ef003{--display:flex;}body.elementor-page-33871:not(.elementor-motion-effects-element-type-background), body.elementor-page-33871 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0D0D;}/* Start custom CSS for html, class: .elementor-element-0bc98bc *//* =========================================================
   RFC TACKLE HEIGHT EXPLAINER
   SECTION 1 — PLAYER IMAGE HERO
   ========================================================= */

.rfc-th-hero,
.rfc-th-hero * {
  box-sizing: border-box;
}

.rfc-th-hero {
  --rfc-pink: #ff3d78;
  --rfc-blue: #45b7ff;
  --rfc-green: #41d69a;
  --rfc-white: #f8fbff;
  --rfc-muted: #b8c9d9;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(38px, 7vw, 88px);
  border: 1px solid rgba(121, 204, 255, 0.19);
  border-radius: 30px;
  color: var(--rfc-white);
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(69, 183, 255, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 8% 92%,
      rgba(255, 61, 120, 0.2),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #040b14 0%,
      #071827 40%,
      #0a233c 70%,
      #071524 100%
    );
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 80px rgba(69, 183, 255, 0.07) inset;
}

/* Illuminated top border */
.rfc-th-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 7%;
  width: 48%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--rfc-pink),
    var(--rfc-blue),
    transparent
  );
  filter: drop-shadow(0 0 9px rgba(69, 183, 255, 0.9));
  pointer-events: none;
}

/* Background grid */
.rfc-th-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.065) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.065) 1px,
      transparent 1px
    );
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(
    105deg,
    transparent 2%,
    rgba(0, 0, 0, 0.45) 38%,
    #000 100%
  );
  mask-image: linear-gradient(
    105deg,
    transparent 2%,
    rgba(0, 0, 0, 0.45) 38%,
    #000 100%
  );
}

/* Main layout */
.rfc-th-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(390px, 0.95fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.rfc-th-hero__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

/* RFC Explains label */
.rfc-th-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 21px;
  padding: 99px 14px;
  border: 1px solid rgba(255, 61, 120, 0.28);
  border-radius: 999px;
  color: #ffd3e0;
  background: linear-gradient(
    90deg,
    rgba(255, 61, 120, 0.13),
    rgba(255, 61, 120, 0.045)
  );
  box-shadow:
    0 8px 28px rgba(255, 61, 120, 0.08),
    inset 0 0 18px rgba(255, 61, 120, 0.04);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.rfc-th-hero__eyebrow::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rfc-pink);
  box-shadow:
    0 0 0 5px rgba(255, 61, 120, 0.11),
    0 0 18px rgba(255, 61, 120, 0.9);
}

/* Main page title */
.rfc-th-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--rfc-white);
  font-size: clamp(2.55rem, 5.5vw, 5.15rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.97;
  text-wrap: balance;
  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.38),
    0 0 50px rgba(69, 183, 255, 0.07);
}

/* Colored title underline */
.rfc-th-hero h1::after {
  content: "";
  display: block;
  width: clamp(105px, 18vw, 220px);
  height: 5px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--rfc-pink),
    var(--rfc-blue),
    var(--rfc-green)
  );
  box-shadow:
    0 0 15px rgba(69, 183, 255, 0.55),
    0 0 30px rgba(255, 61, 120, 0.22);
}

/* Introductory deck */
.rfc-th-hero__deck {
  max-width: 790px;
  margin: 24px 0 0;
  color: #dbe8f3;
  font-size: clamp(1.04rem, 1.75vw, 1.28rem);
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.26);
}

/* Page-information tags */
.rfc-th-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.rfc-th-hero__tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #dce9f5;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  font-size: 0.8rem;
  font-weight: 780;
  line-height: 1.2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.rfc-th-hero__tag--current {
  border-color: rgba(65, 214, 154, 0.38);
  color: #b8f9dc;
  background: linear-gradient(
    135deg,
    rgba(65, 214, 154, 0.15),
    rgba(65, 214, 154, 0.05)
  );
}

/* Player-image figure */
.rfc-th-hero__media {
  position: relative;
  min-width: 0;
  margin: 0;
}

/* Colored glow behind the image */
.rfc-th-hero__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% -8% 11% 4%;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 61, 120, 0.22),
    rgba(69, 183, 255, 0.23),
    rgba(65, 214, 154, 0.13)
  );
  filter: blur(32px);
  opacity: 0.82;
}

/* Image frame */
.rfc-th-hero__image-frame {
  position: relative;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  background: #071421;
  box-shadow:
    0 32px 65px rgba(0, 0, 0, 0.4),
    0 0 45px rgba(69, 183, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: rotate(1.2deg);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.rfc-th-hero__image-frame:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.46),
    0 0 60px rgba(69, 183, 255, 0.18);
}

/* Player image */
.rfc-th-hero__image {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  filter:
    saturate(1.06)
    contrast(1.04)
    brightness(0.94);
  transform: scale(1.015);
  transition: transform 700ms ease;
}

.rfc-th-hero__image-frame:hover .rfc-th-hero__image {
  transform: scale(1.05);
}

/* Image shading for overlay visibility */
.rfc-th-hero__image-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(3, 10, 18, 0.82) 0%,
      rgba(3, 10, 18, 0.08) 44%,
      transparent 68%
    ),
    linear-gradient(
      115deg,
      rgba(7, 21, 37, 0.28),
      transparent 44%
    );
}

/* Technique labels */
.rfc-th-hero__technique {
  position: absolute;
  right: 19px;
  bottom: 18px;
  left: 19px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.rfc-th-hero__technique span {
  display: grid;
  place-items: center;
  min-height: 39px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(5, 16, 27, 0.63);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.rfc-th-hero__technique span:nth-child(1) {
  border-color: rgba(255, 61, 120, 0.45);
}

.rfc-th-hero__technique span:nth-child(2) {
  border-color: rgba(69, 183, 255, 0.45);
}

.rfc-th-hero__technique span:nth-child(3) {
  border-color: rgba(65, 214, 154, 0.45);
}

/* Image caption */
.rfc-th-hero__caption {
  max-width: 520px;
  margin: 13px auto 0;
  color: #9fb4c7;
  font-size: 0.72rem;
  line-height: 1.55;
  text-align: center;
}

/* Tablet */
@media (max-width: 980px) {
  .rfc-th-hero__layout {
    grid-template-columns: 1fr;
  }

  .rfc-th-hero__content {
    text-align: center;
  }

  .rfc-th-hero__eyebrow {
    justify-content: center;
  }

  .rfc-th-hero h1 {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }

  .rfc-th-hero h1::after {
    margin-right: auto;
    margin-left: auto;
  }

  .rfc-th-hero__deck {
    margin-right: auto;
    margin-left: auto;
  }

  .rfc-th-hero__meta {
    justify-content: center;
  }

  .rfc-th-hero__media {
    width: min(100%, 720px);
    margin: 5px auto 0;
  }

  .rfc-th-hero__image-frame {
    transform: none;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .rfc-th-hero {
    padding: 32px 20px 40px;
    border-radius: 22px;
  }

  .rfc-th-hero h1 {
    font-size: clamp(2.15rem, 11.5vw, 3.2rem);
    line-height: 1;
  }

  .rfc-th-hero h1::after {
    height: 4px;
    margin-top: 20px;
  }

  .rfc-th-hero__deck {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .rfc-th-hero__meta {
    gap: 8px;
    margin-top: 24px;
  }

  .rfc-th-hero__tag {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.73rem;
  }

  .rfc-th-hero__image-frame {
    min-height: 340px;
    border-radius: 20px;
  }

  .rfc-th-hero__image {
    height: 340px;
    object-position: 62% center;
  }

  .rfc-th-hero__technique {
    right: 12px;
    bottom: 12px;
    left: 12px;
    gap: 5px;
  }

  .rfc-th-hero__technique span {
    min-height: 35px;
    padding: 7px 4px;
    font-size: 0.59rem;
  }
}

/* Very small phones */
@media (max-width: 380px) {
  .rfc-th-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rfc-th-hero h1 {
    font-size: 2rem;
  }

  .rfc-th-hero__image-frame,
  .rfc-th-hero__image {
    height: 310px;
    min-height: 310px;
  }
}

/* Accessibility: reduced motion */
@media (prefers-reduced-motion: reduce) {
  .rfc-th-hero *,
  .rfc-th-hero *::before,
  .rfc-th-hero *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .rfc-th-hero__image-frame,
  .rfc-th-hero__image-frame:hover,
  .rfc-th-hero__image,
  .rfc-th-hero__image-frame:hover .rfc-th-hero__image {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94950ce *//* =========================================================
   RFC TACKLE HEIGHT EXPLAINER
   SECTION 02 — DIRECT ANSWER
   ========================================================= */

.rfc-th-answer,
.rfc-th-answer * {
  box-sizing: border-box;
}

.rfc-th-answer {
  --rfc-answer-navy: #07111f;
  --rfc-answer-navy-soft: #0d1b2d;
  --rfc-answer-panel: #101f33;
  --rfc-answer-panel-light: #172a42;
  --rfc-answer-white: #ffffff;
  --rfc-answer-text: #d7e2ef;
  --rfc-answer-muted: #9fb0c4;
  --rfc-answer-blue: #35a7ff;
  --rfc-answer-blue-soft: #8fd1ff;
  --rfc-answer-pink: #ff3f8f;
  --rfc-answer-green: #48e19c;
  --rfc-answer-yellow: #ffd166;
  --rfc-answer-border: rgba(255, 255, 255, 0.12);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(64px, 8vw, 112px) 24px;
  color: var(--rfc-answer-text);
  background:
    radial-gradient(
      circle at 8% 16%,
      rgba(53, 167, 255, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 72%,
      rgba(255, 63, 143, 0.13),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      #050b14 0%,
      var(--rfc-answer-navy) 44%,
      #091729 100%
    );
}

/* Decorative background grid */

.rfc-th-answer::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 46px 46px;
  pointer-events: none;
}

/* Colored atmospheric glow */

.rfc-th-answer::after {
  position: absolute;
  z-index: -1;
  top: 90px;
  right: -130px;
  width: 380px;
  height: 380px;
  content: "";
  border-radius: 50%;
  opacity: 0.55;
  background: rgba(53, 167, 255, 0.15);
  filter: blur(70px);
  pointer-events: none;
}

.rfc-th-answer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   SECTION HEADER
   ========================================================= */

.rfc-th-answer__header {
  position: relative;
  max-width: 900px;
  margin-bottom: clamp(36px, 5vw, 58px);
  padding-left: 22px;
}

.rfc-th-answer__header::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 5px;
  content: "";
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    var(--rfc-answer-pink),
    var(--rfc-answer-blue)
  );
  box-shadow:
    0 0 18px rgba(255, 63, 143, 0.38),
    0 0 24px rgba(53, 167, 255, 0.25);
}

.rfc-th-answer__number {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  color: var(--rfc-answer-blue-soft);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rfc-th-answer__header h2 {
  max-width: 820px;
  margin: 0;
  color: var(--rfc-answer-white);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

/* =========================================================
   MAIN TWO-COLUMN LAYOUT
   ========================================================= */

.rfc-th-answer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.rfc-th-answer__explanation {
  min-width: 0;
}

.rfc-th-answer__lead {
  margin: 0 0 22px;
  color: var(--rfc-answer-white);
  font-size: clamp(1.22rem, 2vw, 1.62rem);
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: -0.015em;
}

.rfc-th-answer__lead strong {
  position: relative;
  display: inline-block;
  color: var(--rfc-answer-white);
  font-weight: 850;
  white-space: nowrap;
}

.rfc-th-answer__lead strong::after {
  position: absolute;
  right: 0;
  bottom: 0.02em;
  left: 0;
  height: 0.22em;
  content: "";
  border-radius: 999px;
  opacity: 0.7;
  background: linear-gradient(
    90deg,
    var(--rfc-answer-pink),
    var(--rfc-answer-blue)
  );
  transform: skewX(-12deg);
  z-index: -1;
}

.rfc-th-answer__text {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--rfc-answer-text);
  font-size: 1.04rem;
  line-height: 1.78;
}

/* =========================================================
   COMMUNITY / ELITE COMPARISON CARDS
   ========================================================= */

.rfc-th-answer__levels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 24px;
}

.rfc-th-answer__level {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--rfc-answer-border);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.rfc-th-answer__level::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
}

.rfc-th-answer__level::after {
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  content: "";
  border-radius: 50%;
  opacity: 0.17;
  filter: blur(5px);
  pointer-events: none;
}

.rfc-th-answer__level--community::before {
  background: linear-gradient(
    90deg,
    var(--rfc-answer-green),
    var(--rfc-answer-blue)
  );
}

.rfc-th-answer__level--community::after {
  background: var(--rfc-answer-green);
}

.rfc-th-answer__level--elite::before {
  background: linear-gradient(
    90deg,
    var(--rfc-answer-pink),
    var(--rfc-answer-yellow)
  );
}

.rfc-th-answer__level--elite::after {
  background: var(--rfc-answer-pink);
}

.rfc-th-answer__level:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.23);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rfc-th-answer__level-label {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--rfc-answer-navy);
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-th-answer__level--community
.rfc-th-answer__level-label {
  background: var(--rfc-answer-green);
  box-shadow: 0 0 20px rgba(72, 225, 156, 0.2);
}

.rfc-th-answer__level--elite
.rfc-th-answer__level-label {
  background: var(--rfc-answer-yellow);
  box-shadow: 0 0 20px rgba(255, 209, 102, 0.18);
}

.rfc-th-answer__level h3 {
  margin: 0 0 12px;
  color: var(--rfc-answer-white);
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.rfc-th-answer__level p {
  margin: 0;
  color: var(--rfc-answer-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* =========================================================
   WRAPPING REMINDER
   ========================================================= */

.rfc-th-answer__important {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 24px;
  padding: 23px 25px;
  border: 1px solid rgba(255, 209, 102, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 209, 102, 0.12),
      rgba(255, 209, 102, 0.035)
    );
  box-shadow: inset 4px 0 0 var(--rfc-answer-yellow);
}

.rfc-th-answer__important-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--rfc-answer-navy);
  background: var(--rfc-answer-yellow);
  box-shadow: 0 0 20px rgba(255, 209, 102, 0.23);
  font-size: 1.15rem;
  font-weight: 950;
}

.rfc-th-answer__important h3 {
  margin: 0 0 7px;
  color: var(--rfc-answer-white);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
}

.rfc-th-answer__important p {
  margin: 0;
  color: var(--rfc-answer-text);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* =========================================================
   2026 LAW-CHANGE PANEL
   ========================================================= */

.rfc-th-answer__update {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(53, 167, 255, 0.38);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(53, 167, 255, 0.25),
      transparent 38%
    ),
    linear-gradient(
      155deg,
      rgba(20, 45, 72, 0.96),
      rgba(10, 25, 43, 0.98)
    );
  box-shadow:
    0 28px 65px rgba(0, 0, 0, 0.34),
    0 0 50px rgba(53, 167, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.rfc-th-answer__update::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--rfc-answer-blue),
    var(--rfc-answer-pink)
  );
}

.rfc-th-answer__update::after {
  position: absolute;
  top: -90px;
  right: -85px;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 25px rgba(255, 255, 255, 0.025),
    0 0 0 52px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

.rfc-th-answer__update-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 15px;
  padding: 7px 12px;
  border: 1px solid rgba(53, 167, 255, 0.45);
  border-radius: 999px;
  color: var(--rfc-answer-white);
  background: rgba(53, 167, 255, 0.15);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rfc-th-answer__date {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 17px;
  color: var(--rfc-answer-blue-soft);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.5;
}

.rfc-th-answer__update h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: var(--rfc-answer-white);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.rfc-th-answer__update > p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--rfc-answer-text);
  font-size: 0.97rem;
  line-height: 1.72;
}

/* =========================================================
   UPDATE CHECKLIST
   ========================================================= */

.rfc-th-answer__update-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-th-answer__update-list li {
  position: relative;
  min-height: 34px;
  margin: 0;
  padding: 5px 0 5px 42px;
  color: var(--rfc-answer-text);
  font-size: 0.92rem;
  line-height: 1.55;
}

.rfc-th-answer__update-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  content: "✓";
  place-items: center;
  border: 1px solid rgba(72, 225, 156, 0.32);
  border-radius: 50%;
  color: var(--rfc-answer-green);
  background: rgba(72, 225, 156, 0.1);
  font-size: 0.86rem;
  font-weight: 900;
}

/* =========================================================
   EVIDENCE AND CITATION
   ========================================================= */

.rfc-th-answer__evidence {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  padding: 20px;
  border: 1px solid rgba(72, 225, 156, 0.22);
  border-radius: 16px;
  background: rgba(3, 13, 24, 0.45);
}

.rfc-th-answer__evidence-label {
  display: block;
  margin-bottom: 10px;
  color: var(--rfc-answer-green);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-th-answer__evidence p {
  margin: 0;
  color: var(--rfc-answer-text);
  font-size: 0.88rem;
  line-height: 1.62;
}

.rfc-th-answer__evidence
.rfc-th-answer__citation {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--rfc-answer-muted);
  font-size: 0.78rem;
}

.rfc-th-answer__evidence a {
  color: var(--rfc-answer-blue-soft);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(143, 209, 255, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rfc-th-answer__evidence a:hover,
.rfc-th-answer__evidence a:focus-visible {
  color: var(--rfc-answer-white);
  text-decoration-color: var(--rfc-answer-white);
}

/* =========================================================
   PRIMARY LAW SOURCES
   ========================================================= */

.rfc-th-answer__sources {
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: clamp(42px, 6vw, 68px);
  padding-top: 27px;
  border-top: 1px solid var(--rfc-answer-border);
}

.rfc-th-answer__sources-title {
  color: var(--rfc-answer-white);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rfc-th-answer__sources ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-th-answer__sources li {
  margin: 0;
}

.rfc-th-answer__sources a {
  display: flex;
  height: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--rfc-answer-muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.rfc-th-answer__sources a:hover,
.rfc-th-answer__sources a:focus-visible {
  color: var(--rfc-answer-white);
  border-color: rgba(53, 167, 255, 0.42);
  background: rgba(53, 167, 255, 0.09);
  transform: translateY(-2px);
}

.rfc-th-answer a:focus-visible {
  outline: 3px solid var(--rfc-answer-yellow);
  outline-offset: 4px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .rfc-th-answer__main {
    grid-template-columns: 1fr;
  }

  .rfc-th-answer__update {
    max-width: none;
  }

  .rfc-th-answer__sources {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .rfc-th-answer {
    padding:
      clamp(52px, 13vw, 72px)
      18px;
  }

  .rfc-th-answer__header {
    margin-bottom: 34px;
    padding-left: 17px;
  }

  .rfc-th-answer__header::before {
    width: 4px;
  }

  .rfc-th-answer__header h2 {
    font-size: clamp(1.85rem, 9vw, 2.55rem);
  }

  .rfc-th-answer__lead {
    font-size: 1.16rem;
    line-height: 1.55;
  }

  .rfc-th-answer__levels {
    grid-template-columns: 1fr;
  }

  .rfc-th-answer__level {
    min-height: 0;
    padding: 23px;
  }

  .rfc-th-answer__important {
    padding: 20px;
  }

  .rfc-th-answer__update {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .rfc-th-answer__sources ul {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .rfc-th-answer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rfc-th-answer__number {
    font-size: 0.67rem;
    letter-spacing: 0.11em;
  }

  .rfc-th-answer__lead strong {
    white-space: normal;
  }

  .rfc-th-answer__important {
    grid-template-columns: 1fr;
  }

  .rfc-th-answer__important-icon {
    width: 34px;
    height: 34px;
  }

  .rfc-th-answer__update {
    padding: 24px 19px;
  }

  .rfc-th-answer__update h3 {
    font-size: 1.48rem;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rfc-th-answer__level,
  .rfc-th-answer__sources a {
    transition: none;
  }

  .rfc-th-answer__level:hover,
  .rfc-th-answer__sources a:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3a0a38 *//* =========================================================
   RFC TACKLE HEIGHT EXPLAINER
   SECTION 03 — WHY IT MATTERS
   Modern editorial layout
   ========================================================= */

.rfc-th-why,
.rfc-th-why * {
  box-sizing: border-box;
}

.rfc-th-why {
  --why-bg: #050a12;
  --why-surface: #0a1421;
  --why-white: #f7fbff;
  --why-text: #c7d4e2;
  --why-muted: #8395a8;
  --why-green: #54f0a7;
  --why-blue: #42b8ff;
  --why-pink: #ff4f96;
  --why-yellow: #ffd45c;
  --why-purple: #b38cff;
  --why-line: rgba(255, 255, 255, 0.14);

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) 24px;
  color: var(--why-text);
  background:
    linear-gradient(
      115deg,
      rgba(66, 184, 255, 0.05) 0%,
      transparent 30%
    ),
    linear-gradient(
      295deg,
      rgba(255, 79, 150, 0.045) 0%,
      transparent 28%
    ),
    var(--why-bg);
}

/* Clean colored edge — no bubbles */

.rfc-th-why::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--why-green) 0%,
    var(--why-blue) 38%,
    var(--why-purple) 68%,
    var(--why-pink) 100%
  );
}

.rfc-th-why__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.rfc-th-why__header {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.38fr);
  column-gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(58px, 8vw, 94px);
}

.rfc-th-why__number {
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 22px;
  color: var(--why-green);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rfc-th-why__header h2 {
  max-width: 820px;
  margin: 0;
  color: var(--why-white);
  background: linear-gradient(
    100deg,
    var(--why-white) 0%,
    var(--why-white) 32%,
    var(--why-green) 59%,
    var(--why-blue) 82%,
    var(--why-purple) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.rfc-th-why__intro {
  position: relative;
  margin: 0;
  padding: 18px 0 4px 24px;
  border-left: 2px solid var(--why-pink);
  color: var(--why-text);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

/* =========================================================
   EVIDENCE
   Open editorial statistics — no cards
   ========================================================= */

.rfc-th-why__evidence {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(68px, 9vw, 110px);
  border-top: 1px solid var(--why-line);
  border-bottom: 1px solid var(--why-line);
}

/* Central division line */

.rfc-th-why__evidence::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.22) 16%,
    rgba(255, 255, 255, 0.22) 84%,
    transparent
  );
}

.rfc-th-why__stat {
  position: relative;
  min-width: 0;
  padding: clamp(42px, 6vw, 72px);
  background: transparent;
}

.rfc-th-why__stat:first-child {
  padding-left: 0;
}

.rfc-th-why__stat:last-child {
  padding-right: 0;
}

/* Oversized statistics */

.rfc-th-why__stat-value {
  display: block;
  width: max-content;
  margin: 0 0 23px;
  font-size: clamp(5.8rem, 12vw, 10.5rem);
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: -0.09em;
}

.rfc-th-why__stat:first-child
.rfc-th-why__stat-value {
  color: var(--why-green);
  text-shadow: 0 0 38px rgba(84, 240, 167, 0.18);
}

.rfc-th-why__stat:last-child
.rfc-th-why__stat-value {
  color: var(--why-blue);
  text-shadow: 0 0 38px rgba(66, 184, 255, 0.2);
}

.rfc-th-why__stat h3 {
  max-width: 470px;
  margin: 0 0 17px;
  color: var(--why-white);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.rfc-th-why__stat:first-child h3 {
  text-decoration: underline;
  text-decoration-color: rgba(84, 240, 167, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.rfc-th-why__stat:last-child h3 {
  text-decoration: underline;
  text-decoration-color: rgba(66, 184, 255, 0.58);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.rfc-th-why__stat > p:not(.rfc-th-why__stat-source) {
  max-width: 490px;
  margin: 0;
  color: var(--why-text);
  font-size: 0.97rem;
  line-height: 1.72;
}

.rfc-th-why__stat-source {
  margin: 24px 0 0;
  color: var(--why-muted);
  font-size: 0.77rem;
  line-height: 1.55;
}

.rfc-th-why__stat-source a {
  color: var(--why-blue);
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(66, 184, 255, 0.45);
}

.rfc-th-why__stat-source a:hover,
.rfc-th-why__stat-source a:focus-visible {
  color: var(--why-white);
  border-color: var(--why-white);
}

/* =========================================================
   BODY
   Editorial text + stakeholder index
   ========================================================= */

.rfc-th-why__body {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.rfc-th-why__explanation {
  position: relative;
  padding-top: 21px;
  border-top: 4px solid var(--why-pink);
}

.rfc-th-why__explanation > h3,
.rfc-th-why__stakeholders > h3 {
  margin: 0 0 22px;
  color: var(--why-white);
  font-size: clamp(1.55rem, 2.7vw, 2.45rem);
  font-weight: 880;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.rfc-th-why__explanation > h3 {
  color: var(--why-pink);
}

.rfc-th-why__stakeholders > h3 {
  color: var(--why-yellow);
}

.rfc-th-why__explanation > p {
  margin: 0 0 18px;
  color: var(--why-text);
  font-size: 1rem;
  line-height: 1.76;
}

/* =========================================================
   CLARIFICATION BAND
   ========================================================= */

.rfc-th-why__clarification {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  margin-top: 32px;
  padding: 23px 0 23px 22px;
  border-top: 1px solid rgba(255, 212, 92, 0.36);
  border-bottom: 1px solid rgba(255, 212, 92, 0.36);
  border-left: 5px solid var(--why-yellow);
  background: linear-gradient(
    90deg,
    rgba(255, 212, 92, 0.09),
    transparent 85%
  );
}

.rfc-th-why__clarification-icon {
  color: var(--why-yellow);
  font-family: Georgia, serif;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.rfc-th-why__clarification h4 {
  margin: 0 0 7px;
  color: var(--why-yellow);
  font-size: 1.03rem;
  font-weight: 850;
  line-height: 1.35;
}

.rfc-th-why__clarification p {
  margin: 0;
  color: var(--why-text);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* =========================================================
   STAKEHOLDER INDEX
   Rows instead of boxes
   ========================================================= */

.rfc-th-why__stakeholders {
  min-width: 0;
  padding-top: 21px;
  border-top: 4px solid var(--why-yellow);
}

.rfc-th-why__cards {
  border-top: 1px solid var(--why-line);
}

.rfc-th-why__card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 0;
  padding: 25px 0;
  border-bottom: 1px solid var(--why-line);
  background: transparent;
  transition:
    padding-left 180ms ease,
    border-color 180ms ease;
}

.rfc-th-why__card:hover {
  padding-left: 12px;
  border-bottom-color: rgba(255, 255, 255, 0.32);
}

/* Letter markers */

.rfc-th-why__card-icon {
  display: block;
  color: var(--why-green);
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.rfc-th-why__card:nth-child(1)
.rfc-th-why__card-icon {
  color: var(--why-green);
}

.rfc-th-why__card:nth-child(2)
.rfc-th-why__card-icon {
  color: var(--why-blue);
}

.rfc-th-why__card:nth-child(3)
.rfc-th-why__card-icon {
  color: var(--why-purple);
}

.rfc-th-why__card:nth-child(4)
.rfc-th-why__card-icon {
  color: var(--why-pink);
}

.rfc-th-why__card h4 {
  margin: 0 0 7px;
  color: var(--why-white);
  font-size: 1.14rem;
  font-weight: 850;
  line-height: 1.3;
}

.rfc-th-why__card:nth-child(1) h4 {
  color: var(--why-green);
}

.rfc-th-why__card:nth-child(2) h4 {
  color: var(--why-blue);
}

.rfc-th-why__card:nth-child(3) h4 {
  color: var(--why-purple);
}

.rfc-th-why__card:nth-child(4) h4 {
  color: var(--why-pink);
}

.rfc-th-why__card p {
  max-width: 650px;
  margin: 0;
  color: var(--why-text);
  font-size: 0.92rem;
  line-height: 1.67;
}

/* =========================================================
   SOURCE NOTE
   ========================================================= */

.rfc-th-why__source-note {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px 42px;
  margin-top: clamp(66px, 9vw, 108px);
  padding-top: 29px;
  border-top: 1px solid var(--why-line);
}

.rfc-th-why__source-title {
  grid-row: 1 / span 2;
  color: var(--why-purple);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-th-why__source-note > p {
  max-width: 870px;
  margin: 0;
  color: var(--why-muted);
  font-size: 0.84rem;
  line-height: 1.68;
}

.rfc-th-why__source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-th-why__source-links li {
  margin: 0;
}

.rfc-th-why__source-links a {
  color: var(--why-blue);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid rgba(66, 184, 255, 0.38);
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.rfc-th-why__source-links a:hover,
.rfc-th-why__source-links a:focus-visible {
  color: var(--why-white);
  border-color: var(--why-white);
}

.rfc-th-why a:focus-visible {
  outline: 3px solid var(--why-yellow);
  outline-offset: 5px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .rfc-th-why__header {
    grid-template-columns: 1fr;
  }

  .rfc-th-why__intro {
    max-width: 760px;
    margin-top: 30px;
  }

  .rfc-th-why__body {
    grid-template-columns: 1fr;
  }

  .rfc-th-why__source-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rfc-th-why__source-title {
    grid-row: auto;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .rfc-th-why {
    padding:
      clamp(58px, 14vw, 78px)
      18px;
  }

  .rfc-th-why__header {
    margin-bottom: 52px;
  }

  .rfc-th-why__header h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .rfc-th-why__intro {
    padding-left: 18px;
  }

  .rfc-th-why__evidence {
    grid-template-columns: 1fr;
  }

  .rfc-th-why__evidence::before {
    display: none;
  }

  .rfc-th-why__stat {
    padding: 45px 0;
  }

  .rfc-th-why__stat:first-child {
    border-bottom: 1px solid var(--why-line);
  }

  .rfc-th-why__stat-value {
    font-size: clamp(5.8rem, 28vw, 8rem);
  }

  .rfc-th-why__card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
  }

  .rfc-th-why__card:hover {
    padding-left: 0;
  }

  .rfc-th-why__source-links {
    display: grid;
    gap: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .rfc-th-why {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rfc-th-why__number {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .rfc-th-why__clarification {
    grid-template-columns: 1fr;
  }

  .rfc-th-why__card {
    grid-template-columns: 38px minmax(0, 1fr);
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rfc-th-why__card {
    transition: none;
  }

  .rfc-th-why__card:hover {
    padding-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f90da54 *//* =========================================================
   RFC TACKLE HEIGHT EXPLAINER
   SECTION 04 — HOW IT WORKS
   Modern referee-decision sequence
   ========================================================= */

.rfc-th-how,
.rfc-th-how * {
  box-sizing: border-box;
}

.rfc-th-how {
  --how-bg: #07101c;
  --how-bg-deep: #040910;
  --how-white: #f7fbff;
  --how-text: #c8d5e3;
  --how-muted: #8799ad;
  --how-blue: #3db7ff;
  --how-green: #50eca4;
  --how-yellow: #ffd15a;
  --how-orange: #ff9248;
  --how-pink: #ff4e91;
  --how-purple: #ae8cff;
  --how-red: #ff5964;
  --how-line: rgba(255, 255, 255, 0.14);
  --how-line-strong: rgba(255, 255, 255, 0.24);

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) 24px;
  color: var(--how-text);
  background:
    linear-gradient(
      125deg,
      rgba(61, 183, 255, 0.055),
      transparent 32%
    ),
    linear-gradient(
      305deg,
      rgba(255, 146, 72, 0.045),
      transparent 30%
    ),
    var(--how-bg);
}

/* Colored top rule */

.rfc-th-how::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--how-blue),
    var(--how-green),
    var(--how-yellow),
    var(--how-pink)
  );
}

.rfc-th-how__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.rfc-th-how__header {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.38fr);
  column-gap: clamp(42px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(62px, 8vw, 102px);
}

.rfc-th-how__number {
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 22px;
  color: var(--how-blue);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rfc-th-how__header h2 {
  max-width: 820px;
  margin: 0;
  color: var(--how-white);
  background: linear-gradient(
    105deg,
    var(--how-white) 0%,
    var(--how-white) 28%,
    var(--how-blue) 58%,
    var(--how-green) 82%,
    var(--how-yellow) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.rfc-th-how__intro {
  margin: 0;
  padding: 18px 0 4px 24px;
  border-left: 2px solid var(--how-green);
  color: var(--how-text);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

/* =========================================================
   FOUR-STEP PROCESS
   ========================================================= */

.rfc-th-how__process {
  position: relative;
  max-width: 1030px;
  margin: 0 auto clamp(76px, 10vw, 124px);
}

/* Continuous process line */

.rfc-th-how__process::before {
  position: absolute;
  top: 21px;
  bottom: 20px;
  left: 48px;
  width: 2px;
  content: "";
  background: linear-gradient(
    180deg,
    var(--how-blue) 0%,
    var(--how-green) 34%,
    var(--how-yellow) 67%,
    var(--how-pink) 100%
  );
}

.rfc-th-how__step {
  position: relative;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  min-width: 0;
  padding: 0 0 clamp(60px, 8vw, 92px);
}

.rfc-th-how__step:last-child {
  padding-bottom: 0;
}

/* Large numbered markers */

.rfc-th-how__step-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--how-blue);
  background: var(--how-bg);
  box-shadow: 0 0 0 10px var(--how-bg);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rfc-th-how__step:nth-child(2)
.rfc-th-how__step-number {
  color: var(--how-green);
}

.rfc-th-how__step:nth-child(3)
.rfc-th-how__step-number {
  color: var(--how-yellow);
}

.rfc-th-how__step:nth-child(4)
.rfc-th-how__step-number {
  color: var(--how-pink);
}

.rfc-th-how__step-content {
  min-width: 0;
  padding-top: 7px;
}

.rfc-th-how__step-label {
  display: block;
  margin-bottom: 10px;
  color: var(--how-blue);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-th-how__step:nth-child(2)
.rfc-th-how__step-label {
  color: var(--how-green);
}

.rfc-th-how__step:nth-child(3)
.rfc-th-how__step-label {
  color: var(--how-yellow);
}

.rfc-th-how__step:nth-child(4)
.rfc-th-how__step-label {
  color: var(--how-pink);
}

.rfc-th-how__step h3 {
  max-width: 790px;
  margin: 0 0 17px;
  color: var(--how-white);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.rfc-th-how__step p {
  max-width: 810px;
  margin: 0;
  color: var(--how-text);
  font-size: 1rem;
  line-height: 1.76;
}

/* =========================================================
   POSSIBLE SANCTION LINES
   ========================================================= */

.rfc-th-how__lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--how-line);
  border-bottom: 1px solid var(--how-line);
}

.rfc-th-how__line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 100px;
  padding: 21px 22px 18px;
  color: var(--how-white);
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.35;
}

.rfc-th-how__line + .rfc-th-how__line {
  border-left: 1px solid var(--how-line);
}

.rfc-th-how__line::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
}

.rfc-th-how__line--elite::before {
  background: var(--how-blue);
}

.rfc-th-how__line--sternum::before {
  background: var(--how-green);
}

.rfc-th-how__line--waist::before {
  background: var(--how-yellow);
}

.rfc-th-how__line strong {
  color: var(--how-muted);
  font-size: 0.67rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* =========================================================
   OPEN-FIELD NOTE
   ========================================================= */

.rfc-th-how__note {
  max-width: 810px;
  margin-top: 27px;
  padding: 21px 24px;
  border-top: 1px solid rgba(80, 236, 164, 0.42);
  border-bottom: 1px solid rgba(80, 236, 164, 0.42);
  border-left: 5px solid var(--how-green);
  color: var(--how-text);
  background: linear-gradient(
    90deg,
    rgba(80, 236, 164, 0.09),
    transparent 88%
  );
  font-size: 0.91rem;
  line-height: 1.67;
}

.rfc-th-how__note strong {
  color: var(--how-green);
  font-weight: 850;
}

/* =========================================================
   BELOW / ABOVE CONTACT COMPARISON
   ========================================================= */

.rfc-th-how__contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 29px;
  border-top: 1px solid var(--how-line);
  border-bottom: 1px solid var(--how-line);
}

.rfc-th-how__contact-item {
  position: relative;
  min-width: 0;
  padding: 25px 27px;
}

.rfc-th-how__contact-item + .rfc-th-how__contact-item {
  border-left: 1px solid var(--how-line);
}

.rfc-th-how__contact-item::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
}

.rfc-th-how__contact-item--legal::before {
  background: var(--how-green);
}

.rfc-th-how__contact-item--penalty::before {
  background: var(--how-orange);
}

.rfc-th-how__contact-item > span {
  display: block;
  margin-bottom: 11px;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.rfc-th-how__contact-item--legal > span {
  color: var(--how-green);
}

.rfc-th-how__contact-item--penalty > span {
  color: var(--how-orange);
}

.rfc-th-how__contact-item p {
  margin: 0;
  color: var(--how-text);
  font-size: 0.9rem;
  line-height: 1.63;
}

/* =========================================================
   REMAINING LAW CHECKS
   ========================================================= */

.rfc-th-how__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--how-line);
  list-style: none;
}

.rfc-th-how__checks li {
  position: relative;
  min-height: 84px;
  margin: 0;
  padding: 21px 22px 20px 42px;
  border-bottom: 1px solid var(--how-line);
  color: var(--how-text);
  font-size: 0.91rem;
  line-height: 1.58;
}

.rfc-th-how__checks li:nth-child(odd) {
  border-right: 1px solid var(--how-line);
}

.rfc-th-how__checks li::before {
  position: absolute;
  top: 22px;
  left: 12px;
  content: "✓";
  color: var(--how-pink);
  font-size: 0.95rem;
  font-weight: 950;
}

/* =========================================================
   POSSIBLE OUTCOMES
   Horizontal decision strip
   ========================================================= */

.rfc-th-how__outcomes {
  margin-bottom: clamp(64px, 9vw, 105px);
  padding-top: 29px;
  border-top: 4px solid var(--how-purple);
}

.rfc-th-how__outcomes-heading {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 35px;
  align-items: baseline;
  margin-bottom: 33px;
}

.rfc-th-how__outcomes-heading > span {
  color: var(--how-purple);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-th-how__outcomes-heading h3 {
  margin: 0;
  color: var(--how-purple);
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.052em;
}

.rfc-th-how__outcome-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--how-line);
  border-bottom: 1px solid var(--how-line);
}

.rfc-th-how__outcome {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 27px 24px 29px;
}

.rfc-th-how__outcome + .rfc-th-how__outcome {
  border-left: 1px solid var(--how-line);
}

.rfc-th-how__outcome::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
}

.rfc-th-how__outcome--play::before {
  background: var(--how-green);
}

.rfc-th-how__outcome--penalty::before {
  background: var(--how-yellow);
}

.rfc-th-how__outcome--head::before {
  background: var(--how-red);
}

.rfc-th-how__outcome--charge::before {
  background: var(--how-orange);
}

.rfc-th-how__outcome dt {
  margin: 0 0 12px;
  color: var(--how-white);
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1.25;
}

.rfc-th-how__outcome--play dt {
  color: var(--how-green);
}

.rfc-th-how__outcome--penalty dt {
  color: var(--how-yellow);
}

.rfc-th-how__outcome--head dt {
  color: var(--how-red);
}

.rfc-th-how__outcome--charge dt {
  color: var(--how-orange);
}

.rfc-th-how__outcome dd {
  margin: 0;
  color: var(--how-muted);
  font-size: 0.85rem;
  line-height: 1.62;
}

/* =========================================================
   IMPORTANT DISTINCTION
   ========================================================= */

.rfc-th-how__distinction {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(28px, 5vw, 65px);
  margin-bottom: clamp(60px, 8vw, 92px);
  padding: clamp(30px, 5vw, 52px) 0;
  border-top: 1px solid rgba(255, 209, 90, 0.42);
  border-bottom: 1px solid rgba(255, 209, 90, 0.42);
  background: linear-gradient(
    90deg,
    rgba(255, 209, 90, 0.07),
    transparent 76%
  );
}

.rfc-th-how__distinction-label {
  padding-left: 22px;
  border-left: 5px solid var(--how-yellow);
  color: var(--how-yellow);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rfc-th-how__distinction h3 {
  max-width: 760px;
  margin: 0 0 13px;
  color: var(--how-yellow);
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  font-weight: 880;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.rfc-th-how__distinction p {
  max-width: 820px;
  margin: 0;
  color: var(--how-text);
  font-size: 0.96rem;
  line-height: 1.72;
}

/* =========================================================
   SOURCES
   ========================================================= */

.rfc-th-how__sources {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px 42px;
  padding-top: 28px;
  border-top: 1px solid var(--how-line);
}

.rfc-th-how__sources-title {
  color: var(--how-blue);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rfc-th-how__sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-th-how__sources li {
  margin: 0;
}

.rfc-th-how__sources a {
  color: var(--how-blue);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 183, 255, 0.4);
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.rfc-th-how__sources a:hover,
.rfc-th-how__sources a:focus-visible {
  color: var(--how-white);
  border-color: var(--how-white);
}

.rfc-th-how a:focus-visible {
  outline: 3px solid var(--how-yellow);
  outline-offset: 5px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .rfc-th-how__header {
    grid-template-columns: 1fr;
  }

  .rfc-th-how__intro {
    max-width: 760px;
    margin-top: 30px;
  }

  .rfc-th-how__outcome-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rfc-th-how__outcome:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--how-line);
  }

  .rfc-th-how__outcome:nth-child(4) {
    border-top: 1px solid var(--how-line);
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .rfc-th-how {
    padding:
      clamp(58px, 14vw, 78px)
      18px;
  }

  .rfc-th-how__header h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .rfc-th-how__intro {
    padding-left: 18px;
  }

  .rfc-th-how__process::before {
    left: 25px;
  }

  .rfc-th-how__step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
  }

  .rfc-th-how__step-number {
    width: 52px;
    height: 52px;
    box-shadow: 0 0 0 6px var(--how-bg);
    font-size: 0.88rem;
  }

  .rfc-th-how__step-content {
    padding-top: 1px;
  }

  .rfc-th-how__lines,
  .rfc-th-how__contact {
    grid-template-columns: 1fr;
  }

  .rfc-th-how__line + .rfc-th-how__line,
  .rfc-th-how__contact-item + .rfc-th-how__contact-item {
    border-top: 1px solid var(--how-line);
    border-left: 0;
  }

  .rfc-th-how__checks {
    grid-template-columns: 1fr;
  }

  .rfc-th-how__checks li:nth-child(odd) {
    border-right: 0;
  }

  .rfc-th-how__outcomes-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rfc-th-how__outcome-list {
    grid-template-columns: 1fr;
  }

  .rfc-th-how__outcome + .rfc-th-how__outcome {
    border-top: 1px solid var(--how-line);
    border-left: 0;
  }

  .rfc-th-how__distinction,
  .rfc-th-how__sources {
    grid-template-columns: 1fr;
  }

  .rfc-th-how__sources ul {
    display: grid;
    gap: 13px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .rfc-th-how {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rfc-th-how__number {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .rfc-th-how__step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }

  .rfc-th-how__process::before {
    left: 21px;
  }

  .rfc-th-how__step-number {
    width: 44px;
    height: 44px;
    font-size: 0.77rem;
  }

  .rfc-th-how__step h3 {
    font-size: 1.52rem;
  }

  .rfc-th-how__line,
  .rfc-th-how__contact-item,
  .rfc-th-how__outcome {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rfc-th-how__sources a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f796f26 *//* =========================================================
   RFC TACKLE HEIGHT EXPLAINER
   SECTION 05 — AGE AND PLAYING LEVEL
   Modern comparison layout
   ========================================================= */

.rfc-th-levels,
.rfc-th-levels * {
  box-sizing: border-box;
}

.rfc-th-levels {
  --levels-bg: #050a12;
  --levels-white: #f8fbff;
  --levels-text: #c8d5e2;
  --levels-muted: #8799ac;
  --levels-blue: #3eb8ff;
  --levels-green: #50eca4;
  --levels-yellow: #ffd25c;
  --levels-orange: #ff914d;
  --levels-pink: #ff4e91;
  --levels-purple: #ac8cff;
  --levels-line: rgba(255, 255, 255, 0.14);
  --levels-line-strong: rgba(255, 255, 255, 0.25);

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) 24px;
  color: var(--levels-text);
  background:
    linear-gradient(
      120deg,
      rgba(172, 140, 255, 0.055),
      transparent 31%
    ),
    linear-gradient(
      300deg,
      rgba(80, 236, 164, 0.04),
      transparent 28%
    ),
    var(--levels-bg);
}

/* Colored section divider */

.rfc-th-levels::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--levels-purple),
    var(--levels-blue),
    var(--levels-green),
    var(--levels-yellow)
  );
}

.rfc-th-levels__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.rfc-th-levels__header {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.38fr);
  column-gap: clamp(42px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 78px);
}

.rfc-th-levels__number {
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 22px;
  color: var(--levels-purple);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rfc-th-levels__header h2 {
  max-width: 840px;
  margin: 0;
  color: var(--levels-white);
  background: linear-gradient(
    105deg,
    var(--levels-white) 0%,
    var(--levels-white) 28%,
    var(--levels-purple) 55%,
    var(--levels-blue) 77%,
    var(--levels-green) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.rfc-th-levels__intro {
  margin: 0;
  padding: 18px 0 4px 24px;
  border-left: 2px solid var(--levels-purple);
  color: var(--levels-text);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

/* =========================================================
   DIRECT ANSWER BAND
   ========================================================= */

.rfc-th-levels__answer {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  margin-bottom: clamp(58px, 8vw, 92px);
  padding: clamp(28px, 4vw, 43px) 0;
  border-top: 1px solid rgba(62, 184, 255, 0.45);
  border-bottom: 1px solid rgba(62, 184, 255, 0.45);
  background: linear-gradient(
    90deg,
    rgba(62, 184, 255, 0.075),
    transparent 75%
  );
}

.rfc-th-levels__answer-label {
  padding-left: 21px;
  border-left: 5px solid var(--levels-blue);
  color: var(--levels-blue);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-th-levels__answer p {
  max-width: 850px;
  margin: 0;
  color: var(--levels-text);
  font-size: clamp(1.03rem, 1.7vw, 1.2rem);
  line-height: 1.75;
}

.rfc-th-levels__answer strong {
  color: var(--levels-white);
  font-weight: 850;
}

.rfc-th-levels__answer em {
  color: var(--levels-green);
  font-style: normal;
  font-weight: 850;
}

/* =========================================================
   LEVEL GUIDE
   Open comparison rows — no cards
   ========================================================= */

.rfc-th-levels__guide {
  margin-bottom: clamp(70px, 9vw, 112px);
  border-top: 1px solid var(--levels-line-strong);
}

.rfc-th-levels__row {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(250px, 0.82fr)
    minmax(190px, 0.5fr)
    minmax(280px, 1fr);
  gap: clamp(25px, 4vw, 58px);
  align-items: center;
  min-height: 174px;
  padding: 30px 0;
  border-bottom: 1px solid var(--levels-line);
  transition:
    padding-left 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.rfc-th-levels__row::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 4px;
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.rfc-th-levels__row--noncontact::before {
  background: var(--levels-blue);
}

.rfc-th-levels__row--youth::before {
  background: var(--levels-green);
}

.rfc-th-levels__row--college::before {
  background: var(--levels-purple);
}

.rfc-th-levels__row--adult::before {
  background: var(--levels-yellow);
}

.rfc-th-levels__row--elite::before {
  background: var(--levels-pink);
}

.rfc-th-levels__row:hover {
  padding-left: 20px;
  border-bottom-color: var(--levels-line-strong);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.035),
    transparent 75%
  );
}

.rfc-th-levels__row:hover::before {
  opacity: 1;
}

/* =========================================================
   LEVEL IDENTITY
   ========================================================= */

.rfc-th-levels__identity {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  min-width: 0;
}

.rfc-th-levels__index {
  color: var(--levels-blue);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.05em;
}

.rfc-th-levels__row--youth
.rfc-th-levels__index {
  color: var(--levels-green);
}

.rfc-th-levels__row--college
.rfc-th-levels__index {
  color: var(--levels-purple);
}

.rfc-th-levels__row--adult
.rfc-th-levels__index {
  color: var(--levels-yellow);
}

.rfc-th-levels__row--elite
.rfc-th-levels__index {
  color: var(--levels-pink);
}

.rfc-th-levels__category {
  display: block;
  margin-bottom: 8px;
  color: var(--levels-muted);
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rfc-th-levels__identity h3 {
  margin: 0;
  color: var(--levels-white);
  font-size: clamp(1.17rem, 1.9vw, 1.52rem);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.027em;
}

/* =========================================================
   RULE COLUMN
   ========================================================= */

.rfc-th-levels__rule {
  position: relative;
  min-width: 0;
  padding-left: 21px;
  border-left: 2px solid var(--levels-blue);
}

.rfc-th-levels__row--youth
.rfc-th-levels__rule {
  border-left-color: var(--levels-green);
}

.rfc-th-levels__row--college
.rfc-th-levels__rule {
  border-left-color: var(--levels-purple);
}

.rfc-th-levels__row--adult
.rfc-th-levels__rule {
  border-left-color: var(--levels-yellow);
}

.rfc-th-levels__row--elite
.rfc-th-levels__rule {
  border-left-color: var(--levels-pink);
}

.rfc-th-levels__rule-label {
  display: block;
  margin-bottom: 8px;
  color: var(--levels-muted);
  font-size: 0.65rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-th-levels__rule strong {
  display: block;
  color: var(--levels-blue);
  font-size: clamp(1.08rem, 1.8vw, 1.38rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.rfc-th-levels__row--youth
.rfc-th-levels__rule strong {
  color: var(--levels-green);
}

.rfc-th-levels__row--college
.rfc-th-levels__rule strong {
  color: var(--levels-purple);
}

.rfc-th-levels__row--adult
.rfc-th-levels__rule strong {
  color: var(--levels-yellow);
}

.rfc-th-levels__row--elite
.rfc-th-levels__rule strong {
  color: var(--levels-pink);
}

.rfc-th-levels__description {
  margin: 0;
  color: var(--levels-text);
  font-size: 0.92rem;
  line-height: 1.68;
}

/* =========================================================
   USA RUGBY GUIDANCE
   ========================================================= */

.rfc-th-levels__usa {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 110px);
  margin-bottom: clamp(64px, 9vw, 104px);
  padding-top: 29px;
  border-top: 4px solid var(--levels-green);
}

.rfc-th-levels__usa-heading > span {
  display: block;
  margin-bottom: 11px;
  color: var(--levels-green);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rfc-th-levels__usa-heading h3 {
  max-width: 390px;
  margin: 0;
  color: var(--levels-green);
  font-size: clamp(1.85rem, 3.6vw, 3.2rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.rfc-th-levels__usa-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 48px);
}

.rfc-th-levels__usa-content p {
  margin: 0;
  color: var(--levels-text);
  font-size: 0.97rem;
  line-height: 1.75;
}

.rfc-th-levels__usa-content strong {
  color: var(--levels-green);
  font-weight: 900;
}

/* =========================================================
   COMPETITION-RULE WARNING
   ========================================================= */

.rfc-th-levels__warning {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(28px, 5vw, 65px);
  margin-bottom: clamp(62px, 8vw, 96px);
  padding: clamp(30px, 5vw, 52px) 0;
  border-top: 1px solid rgba(255, 210, 92, 0.43);
  border-bottom: 1px solid rgba(255, 210, 92, 0.43);
  background: linear-gradient(
    90deg,
    rgba(255, 210, 92, 0.075),
    transparent 78%
  );
}

.rfc-th-levels__warning-label {
  padding-left: 22px;
  border-left: 5px solid var(--levels-yellow);
  color: var(--levels-yellow);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rfc-th-levels__warning h3 {
  max-width: 780px;
  margin: 0 0 13px;
  color: var(--levels-yellow);
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  font-weight: 880;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.rfc-th-levels__warning p {
  max-width: 850px;
  margin: 0;
  color: var(--levels-text);
  font-size: 0.96rem;
  line-height: 1.72;
}

/* =========================================================
   SOURCES
   ========================================================= */

.rfc-th-levels__sources {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px 42px;
  padding-top: 28px;
  border-top: 1px solid var(--levels-line);
}

.rfc-th-levels__sources-title {
  color: var(--levels-purple);
  font-size: 0.73rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rfc-th-levels__sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rfc-th-levels__sources li {
  margin: 0;
}

.rfc-th-levels__sources a {
  color: var(--levels-blue);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 184, 255, 0.4);
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.rfc-th-levels__sources a:hover,
.rfc-th-levels__sources a:focus-visible {
  color: var(--levels-white);
  border-color: var(--levels-white);
}

.rfc-th-levels a:focus-visible {
  outline: 3px solid var(--levels-yellow);
  outline-offset: 5px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .rfc-th-levels__header {
    grid-template-columns: 1fr;
  }

  .rfc-th-levels__intro {
    max-width: 760px;
    margin-top: 30px;
  }

  .rfc-th-levels__row {
    grid-template-columns:
      minmax(240px, 0.8fr)
      minmax(190px, 0.5fr);
  }

  .rfc-th-levels__description {
    grid-column: 1 / -1;
    max-width: 800px;
    padding-left: 75px;
  }

  .rfc-th-levels__usa {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .rfc-th-levels {
    padding:
      clamp(58px, 14vw, 78px)
      18px;
  }

  .rfc-th-levels__header h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .rfc-th-levels__intro {
    padding-left: 18px;
  }

  .rfc-th-levels__answer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rfc-th-levels__row {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 31px 0;
  }

  .rfc-th-levels__row:hover {
    padding-left: 0;
  }

  .rfc-th-levels__row:hover::before {
    opacity: 0;
  }

  .rfc-th-levels__rule {
    margin-left: 75px;
  }

  .rfc-th-levels__description {
    grid-column: auto;
    padding-left: 75px;
  }

  .rfc-th-levels__usa-content {
    grid-template-columns: 1fr;
  }

  .rfc-th-levels__warning,
  .rfc-th-levels__sources {
    grid-template-columns: 1fr;
  }

  .rfc-th-levels__sources ul {
    display: grid;
    gap: 13px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {
  .rfc-th-levels {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rfc-th-levels__number {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .rfc-th-levels__identity {
    grid-template-columns: 41px minmax(0, 1fr);
    gap: 13px;
  }

  .rfc-th-levels__rule,
  .rfc-th-levels__description {
    margin-left: 0;
    padding-left: 54px;
  }

  .rfc-th-levels__rule {
    border-left: 0;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rfc-th-levels__row,
  .rfc-th-levels__row::before,
  .rfc-th-levels__sources a {
    transition: none;
  }

  .rfc-th-levels__row:hover {
    padding-left: 0;
  }
}/* End custom CSS */