
  .tbj-season-hero,
  .tbj-season-hero * {
    box-sizing: border-box;
  }

  .tbj-season-hero {
    --tbj-gold: #e7ae38;
    --tbj-cream: #f4f1e9;
    --tbj-dark: #0b1015;
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: clamp(680px, 46vw, 900px);
    overflow: hidden;
    color: #fff;
    background-color: var(--tbj-dark);
    background-image: url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2608/25/photo/tbj-2026-27-new-season-football-jerseys-homepage-banner_result.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
  }

  .tbj-season-hero__shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      linear-gradient(90deg,
        rgba(4, 8, 11, .96) 0%,
        rgba(4, 8, 11, .82) 25%,
        rgba(4, 8, 11, .28) 48%,
        rgba(4, 8, 11, .04) 75%),
      linear-gradient(0deg,
        rgba(3, 6, 9, .78) 0%,
        rgba(3, 6, 9, 0) 42%);
    pointer-events: none;
  }

  .tbj-season-hero__inner {
    width: min(1500px, calc(100% - 64px));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(78px, 8vw, 138px) 0 34px;
    display: flex;
    flex-direction: column;
  }

  .tbj-season-hero__copy {
    width: min(600px, 42vw);
  }

  .tbj-season-hero__eyebrow {
    margin: 0 0 22px;
    color: var(--tbj-gold);
    font-size: clamp(12px, .9vw, 16px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .24em;
  }

  .tbj-season-hero__title {
    margin: 0;
    font-size: clamp(52px, 4.6vw, 86px);
    font-weight: 900;
    line-height: .93;
    letter-spacing: -.045em;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .22);
  }

  .tbj-season-hero__title span,
  .tbj-season-hero__title strong {
    display: block;
  }

  .tbj-season-hero__title strong {
    margin-top: 10px;
    color: var(--tbj-gold);
  }

  .tbj-season-hero__desc {
    max-width: 510px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(16px, 1.15vw, 21px);
    line-height: 1.5;
  }

  .tbj-season-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .tbj-season-hero__button {
    min-height: 54px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tbj-gold);
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em;
    text-decoration: none !important;
    transition: transform .22s ease, background-color .22s ease, color .22s ease;
  }

  .tbj-season-hero__button:hover {
    transform: translateY(-2px);
  }

  .tbj-season-hero__button--primary {
    background: var(--tbj-gold);
    color: #111820;
  }

  .tbj-season-hero__button--primary:hover {
    background: #f0bd50;
    color: #111820;
  }

  .tbj-season-hero__button--secondary {
    background: rgba(8, 13, 18, .38);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

  .tbj-season-hero__categories {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: auto;
  }

  .tbj-season-card {
    position: relative;
    min-height: 96px;
    padding: 10px 43px 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    background: linear-gradient(120deg, rgba(10, 16, 22, .78), rgba(28, 32, 35, .46));
    box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
    color: #fff !important;
    text-decoration: none !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
  }

  .tbj-season-card__thumb {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9px;
    background: rgba(244, 241, 233, .96);
  }

  .tbj-season-card__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
  }

  .tbj-season-card__text {
    min-width: 0;
    margin-left: 15px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
  }

  .tbj-season-card:hover {
    transform: translateY(-4px);
    border-color: rgba(231, 174, 56, .78);
    background-color: rgba(12, 18, 24, .86);
  }

  .tbj-season-card__club {
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .15em;
  }

  .tbj-season-card__player {
    margin-top: 8px;
    color: #fff;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 800;
    line-height: 1.2;
  }

  .tbj-season-card__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--tbj-gold);
    font-size: 24px;
    transform: translateY(-50%);
  }

  .tbj-season-hero__all {
    align-self: center;
    margin-top: 24px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .18em;
    text-decoration: none !important;
  }

  .tbj-season-hero__all span {
    color: var(--tbj-gold);
    font-size: 16px;
  }

  @media (max-width: 1050px) {
    .tbj-season-hero {
      min-height: 760px;
      background-position: 62% center;
    }

    .tbj-season-hero__copy {
      width: min(540px, 55vw);
    }

    .tbj-season-hero__categories {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 700px) {
    .tbj-season-hero {
      min-height: 820px;
      background-image: url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2608/25/photo/tbj-2026-27-new-season-football-jerseys-mobile-banner_result.webp");
      background-position: center 50%;
      background-size: 100% auto;
    }

    .tbj-season-hero__shade {
      background:
        linear-gradient(180deg,
          rgba(3, 7, 10, .94) 0%,
          rgba(3, 7, 10, .72) 38%,
          rgba(3, 7, 10, .2) 60%,
          rgba(3, 7, 10, .84) 100%),
        linear-gradient(90deg, rgba(3, 7, 10, .45), rgba(3, 7, 10, .05));
    }

    .tbj-season-hero__inner {
      width: calc(100% - 28px);
      padding: 44px 0 22px;
    }

    .tbj-season-hero__copy {
      width: 100%;
      max-width: 520px;
    }

    .tbj-season-hero__eyebrow {
      margin-bottom: 14px;
      font-size: 10px;
      letter-spacing: .18em;
    }

    .tbj-season-hero__title {
      font-size: clamp(42px, 13vw, 61px);
    }

    .tbj-season-hero__desc {
      max-width: 390px;
      margin-top: 17px;
      font-size: 15px;
    }

    .tbj-season-hero__actions {
      gap: 10px;
      margin-top: 21px;
    }

    .tbj-season-hero__button {
      min-height: 48px;
      padding: 0 17px;
      font-size: 11px;
    }

    .tbj-season-hero__categories {
      gap: 8px;
    }

    .tbj-season-card {
      min-height: 76px;
      padding: 7px 28px 7px 7px;
      border-radius: 9px;
    }

    .tbj-season-card__thumb {
      width: 56px;
      height: 56px;
      flex-basis: 56px;
      border-radius: 7px;
    }

    .tbj-season-card__text {
      margin-left: 9px;
    }

    .tbj-season-card__club {
      font-size: 8px;
      letter-spacing: .1em;
    }

    .tbj-season-card__player {
      margin-top: 5px;
      font-size: 13px;
    }

    .tbj-season-card__arrow {
      right: 12px;
      font-size: 18px;
    }

    .tbj-season-hero__all {
      margin-top: 16px;
      font-size: 9px;
      letter-spacing: .13em;
    }
  }

  @media (max-width: 390px) {
    .tbj-season-hero__button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .tbj-season-hero__button,
    .tbj-season-card {
      transition: none;
    }
  }
