/* Generated from approved design. */


    body { font-family: 'Outfit', sans-serif; background: #fff; color: #0a0a0f; }
    /* ── LAYOUT ── */
    .sec-wrap { max-width: 1792px; margin: 0 auto; padding: 0 64px; }

    /* ── HERO ── */
    .wtb-hero {
      background: linear-gradient(143deg, #0a0a0f 0%, #140008 55%, #3d0010 100%);
      padding: 88px 0;
      position: relative;
      overflow: hidden;
    }
    .wtb-hero::after {
      content: '';
      position: absolute;
      top: -180px; right: -180px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(215,0,15,0.22) 0%, transparent 65%);
      pointer-events: none;
    }
    .wtb-hero-inner { position: relative; }
    .wtb-hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
      margin-bottom: 26px;
    }
    .wtb-hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 2px;
      background: #ccc;
      flex-shrink: 0;
    }
    .wtb-hero-heading {
      font-family: 'Outfit', sans-serif;
      font-size: 78px;
      font-weight: 900;
      color: #fff;
      line-height: 1.0;
      letter-spacing: -3.9px;
      margin-bottom: 22px;
    }
    .wtb-hero-sub {
      font-family: 'Outfit', sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #9898a8;
      line-height: 1.7;
      max-width: 560px;
      margin-bottom: 40px;
    }
    .wtb-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
    .wtb-btn-primary {
      background: #d7000f;
      color: #fff;
      font-family: 'Outfit', sans-serif;
      font-weight: 600;
      font-size: 15px;
      width: 179px;
      height: 47px;
      border-radius: 10px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }
    .wtb-btn-primary:hover { background: #b5000d; }
    .wtb-btn-outline {
      background: transparent;
      color: #fff;
      font-family: 'Outfit', sans-serif;
      font-weight: 500;
      font-size: 15px;
      width: 160px;
      height: 47px;
      border-radius: 10px;
      border: 1px solid #fff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }
    .wtb-btn-outline:hover { background: rgba(255,255,255,0.08); }

    /* ── MARQUEE ── */
    .marquee-strip { background: #0d0d0d; height: 46px; overflow: hidden; position: relative; }
    .marquee-track { display: flex; align-items: center; height: 100%; width: max-content; animation: mq-scroll 28s linear infinite; }
    .marquee-strip:hover .marquee-track { animation-play-state: paused; }
    .marquee-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 8px 0 28px; }
    .marquee-text { font-weight: 600; font-size: 12px; color: #555; letter-spacing: 1.44px; text-transform: uppercase; white-space: nowrap; }
    .marquee-sep { font-weight: 400; font-size: 8px; color: #555; }
    @keyframes mq-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

    /* ── ONLINE CHANNELS ── */
    .wtb-channels { padding: 80px 0 96px; background: #fff; }
    .wtb-section-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #d7000f;
      letter-spacing: 1.9775px;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    .wtb-section-eyebrow::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 2px;
      background: #d7000f;
      border-radius: 1px;
      flex-shrink: 0;
    }
    .wtb-section-heading {
      font-family: 'Outfit', sans-serif;
      font-size: 54px;
      font-weight: 800;
      color: #0a0a0f;
      letter-spacing: -2.16px;
      line-height: 56.7px;
      margin-bottom: 12px;
    }
    .wtb-section-desc {
      font-family: 'Outfit', sans-serif;
      font-size: 17px;
      font-weight: 300;
      color: #5c5c72;
      line-height: 30.6px;
      max-width: 560px;
      margin-bottom: 36px;
    }
    .wtb-region-filters {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 48px;
    }
    .wtb-filter {
      height: 36px;
      padding: 0 20px;
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 400;
      border-radius: 100px;
      border: 1px solid #e8e8e8;
      background: #fff;
      color: #5c5c72;
      cursor: pointer;
      transition: all 0.18s;
    }
    .wtb-filter.active { background: #d7000f; color: #fff; border-color: #d7000f; }
    .wtb-filter:hover:not(.active) { border-color: #d7000f; color: #d7000f; }

    .wtb-channels-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    .wtb-channel-card {
      border: 1px solid #e3e2df;
      border-radius: 16px;
      padding: 28px 24px;
      display: flex;
      flex-direction: column;
      min-height: 208px;
      background: #fff;
      text-decoration: none;
      transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }
    .wtb-channel-card:hover {
      border-color: #d7000f;
      box-shadow: 0 6px 24px rgba(0,0,0,0.07);
      transform: translateY(-2px);
    }
    .wtb-channel-logo {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 16px;
      flex-shrink: 0;
    }
    .wtb-channel-name {
      font-family: 'Outfit', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #09090b;
      line-height: 1.42;
      margin-bottom: 4px;
    }
    .wtb-channel-region {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #a8a7a3;
      line-height: 1.2;
    }
    .wtb-channel-url {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #e8341a;
      margin-top: auto;
      padding-top: 16px;
    }

    /* ── LOCAL DISTRIBUTORS ── */
    .wtb-dist { padding: 80px 0 96px; background: #f7f7f7; }
    .wtb-dist-inner {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 48px;
      align-items: center;
      margin-top: 16px;
    }
    .wtb-dist-card {
      background: #000;
      border-radius: 20px;
      height: 360px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .wtb-dist-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url('/wp-content/themes/hikesemi-approved/images/approved-external/figma-missing-layer.svg') center/cover no-repeat;
      opacity: 0.16;
    }
    .wtb-dist-card-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      width: 339px;
      text-align: center;
    }
    .wtb-dist-card-title {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
    }
    .wtb-dist-stats {
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }
    .wtb-dist-stat { text-align: center; }
    .wtb-dist-stat-num {
      font-family: 'Outfit', sans-serif;
      font-size: 36px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -1.44px;
      line-height: 1;
    }
    .wtb-stat-plus { color: #ccc; }
    .wtb-dist-stat-lbl {
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #9898a8;
      margin-top: 6px;
    }
    .wtb-dist-sublabel {
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #b9b4b4;
    }
    .wtb-dist-selector {
      display: flex;
      flex-direction: column;
      gap: 26px;
    }
    .wtb-dist-selector-label {
      font-family: 'Outfit', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #0a0a0f;
    }
    .wtb-dist-select {
      width: 100%;
      height: 44px;
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 0 40px 0 16px;
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      color: #0a0a0f;
      outline: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%235c5c72' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      cursor: pointer;
      transition: border-color 0.2s;
    }
    .wtb-dist-select:focus { border-color: #d7000f; }
    .wtb-dist-selector-note {
      font-family: 'Outfit', sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #9898a8;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 1200px) {
      .wtb-channels-grid { grid-template-columns: repeat(3, 1fr); }
      .wtb-dist-inner { grid-template-columns: 1fr; }
    }
    @media (max-width: 992px) {
      .wtb-hero-heading { font-size: 52px; }
      .wtb-section-heading { font-size: 36px; }
      .wtb-channels-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
      .wtb-hero-heading { font-size: 40px; }
      .wtb-cta-heading { font-size: 36px; }
      .wtb-channels-grid { grid-template-columns: repeat(2, 1fr); }
      .wtb-dist-stats { gap: 20px; }
    }
    @media (max-width: 480px) {
      .wtb-hero-heading { font-size: 32px; }
      .wtb-channels-grid { grid-template-columns: 1fr 1fr; }
      .wtb-hero-btns { flex-direction: column; }
    }
  