
  .ynf-contact-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #111111;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .ynf-contact-hero * {
    box-sizing: border-box;
  }

  .ynf-contact-hero-bg {
    position: relative;
    min-height: 520px;
    background-image: url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI873/2607/10/photo/CONTACTUSbanner.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .ynf-contact-hero-container {
    max-width: 1500px;
    min-height: 520px;
    margin: 0 auto;
    padding: 78px 70px 70px;
    display: flex;
    align-items: center;
  }

  .ynf-contact-hero-content {
    max-width: 690px;
    color: #ffffff;
  }

  .ynf-contact-hero-content h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .35);
  }

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

  .ynf-contact-hero-content h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
  }

  .ynf-contact-hero-content p {
    margin: 0 0 54px;
    max-width: 660px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  }

  .ynf-contact-hero-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 760px;
  }

  .ynf-contact-feature {
    min-height: 98px;
    padding: 0 28px 0 0;
    margin-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .24);
  }

  .ynf-contact-feature:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }

  .ynf-contact-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    color: #ffffff;
  }

  .ynf-contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.45;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ynf-contact-feature strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
  }

  .ynf-contact-feature em {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
  }

  @media (max-width: 1200px) {
    .ynf-contact-hero-bg {
      min-height: 500px;
      background-position: center right;
    }

    .ynf-contact-hero-container {
      min-height: 500px;
      padding: 66px 38px 64px;
    }

    .ynf-contact-hero-content {
      max-width: 620px;
    }

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

    .ynf-contact-hero-content h2 {
      font-size: 24px;
    }

    .ynf-contact-hero-content p {
      font-size: 16px;
      margin-bottom: 42px;
    }

    .ynf-contact-feature {
      padding-right: 18px;
      margin-right: 18px;
    }
  }

  @media (max-width: 768px) {
    .ynf-contact-hero-bg {
      min-height: auto;
      background-position: center right;
    }

    .ynf-contact-hero-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.68));
      pointer-events: none;
    }

    .ynf-contact-hero-container {
      position: relative;
      z-index: 1;
      min-height: auto;
      padding: 54px 20px 58px;
    }

    .ynf-contact-hero-content h1 {
      font-size: 42px;
      margin-bottom: 20px;
    }

    .ynf-contact-hero-content h2 {
      font-size: 21px;
      margin-bottom: 18px;
    }

    .ynf-contact-hero-content p {
      font-size: 15px;
      line-height: 1.65;
      margin-bottom: 34px;
    }

    .ynf-contact-hero-features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px 18px;
    }

    .ynf-contact-feature {
      min-height: auto;
      padding-right: 0;
      margin-right: 0;
      border-right: none;
    }

    .ynf-contact-icon {
      width: 32px;
      height: 32px;
      margin-bottom: 10px;
    }
  }

  @media (max-width: 420px) {
    .ynf-contact-hero-content h1 {
      font-size: 36px;
    }

    .ynf-contact-hero-features {
      grid-template-columns: 1fr;
    }
  }
