
  /* Full-bleed hero: breaks out of Ueeshop/container width */
  .ynf-hero-fullwidth {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 640px;
    background-image: url('//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI873/2607/09/photo/banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ynf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.55) 32%, rgba(0,0,0,0.10) 62%, rgba(0,0,0,0.20) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .ynf-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    min-height: 640px;
    margin: 0 auto;
    padding: 84px 70px 82px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .ynf-hero-content {
    max-width: 560px;
    color: #fff;
  }

  .ynf-hero-content h1 {
    margin: 0 0 24px;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
  }

  .ynf-hero-content h1 span {
    color: #E60012;
  }

  .ynf-hero-desc,
  .ynf-hero-subdesc {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255,255,255,0.92);
  }

  .ynf-hero-subdesc {
    margin-top: 26px;
  }

  .ynf-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
  }

  .ynf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 54px;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .25s ease;
    box-sizing: border-box;
  }

  .ynf-btn-red {
    background: #E60012;
    color: #fff !important;
    border: 2px solid #E60012;
  }

  .ynf-btn-red:hover {
    background: #c90010;
    border-color: #c90010;
    color: #fff !important;
    transform: translateY(-2px);
  }

  .ynf-btn-dark {
    background: rgba(0,0,0,0.35);
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.65);
  }

  .ynf-btn-dark:hover {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
    transform: translateY(-2px);
  }

  .ynf-hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 44px;
  }

  .ynf-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
  }

  .ynf-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #E60012;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }

  .ynf-feature-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
  }

  .ynf-feature-item em {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.2;
    color: rgba(255,255,255,0.76);
    font-style: normal;
  }

  @media (max-width: 1024px) {
    .ynf-hero-fullwidth,
    .ynf-hero-inner {
      min-height: 600px;
    }

    .ynf-hero-inner {
      padding: 72px 36px;
    }

    .ynf-hero-content h1 {
      font-size: 44px;
    }

    .ynf-hero-desc,
    .ynf-hero-subdesc {
      font-size: 16px;
    }
  }

  @media (max-width: 768px) {
    .ynf-hero-fullwidth {
      min-height: 620px;
      background-position: 64% center;
    }

    .ynf-hero-overlay {
      background: linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.72) 58%, rgba(0,0,0,0.38) 100%);
    }

    .ynf-hero-inner {
      min-height: 660px;
      padding: 64px 22px;
      align-items: center;
    }

    .ynf-hero-content {
      max-width: 100%;
    }

    .ynf-hero-content h1 {
      font-size: 36px;
      line-height: 1.12;
    }

    .ynf-hero-desc,
    .ynf-hero-subdesc {
      font-size: 15px;
    }

    .ynf-hero-desc br,
    .ynf-hero-subdesc br {
      display: none;
    }

    .ynf-hero-buttons {
      flex-direction: column;
      gap: 12px;
    }

    .ynf-btn {
      width: 100%;
      min-width: 0;
    }

    .ynf-hero-features {
      gap: 18px;
      margin-top: 28px;
    }
  }

  @media (max-width: 480px) {
    .ynf-hero-content h1 {
      font-size: 30px;
    }

    .ynf-hero-fullwidth,
    .ynf-hero-inner {
      min-height: 630px;
    }

    .ynf-feature-item {
      width: 100%;
    }
  }
