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

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

  .ynf-collection-hero-bg {
    position: relative;
    min-height: 430px;
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.78) 35%, rgba(0, 0, 0, 0.38) 63%, rgba(0, 0, 0, 0.42) 100%),
      url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI873/2607/09/photo/collectionbanner.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .ynf-collection-hero-container {
    max-width: 1500px;
    min-height: 430px;
    margin: 0 auto;
    padding: 46px 70px 42px;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) 340px;
    gap: 48px;
    align-items: center;
  }

  .ynf-collection-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
  }

  .ynf-collection-breadcrumb a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
  }

  .ynf-collection-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  .ynf-collection-breadcrumb span {
    color: rgba(255, 255, 255, 0.72);
  }

  .ynf-collection-hero-content h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.02em;
  }

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

  .ynf-collection-hero-desc {
    margin: 0 0 42px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
  }

  .ynf-collection-hero-features {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 46px;
    align-items: start;
  }

  .ynf-collection-feature {
    color: #ffffff;
    text-align: center;
  }

  .ynf-collection-feature-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 10px;
    color: #ffffff;
  }

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

  .ynf-collection-feature strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-quick-quote-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    padding: 30px 28px 28px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  }

  .ynf-quick-quote-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .ynf-quick-quote-title span {
    width: 28px;
    height: 28px;
    color: #e60012;
  }

  .ynf-quick-quote-title svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ynf-quick-quote-title h2 {
    margin: 0;
    color: #111111;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
  }

  .ynf-quick-quote-card p {
    margin: 0 0 24px;
    color: #444444;
    font-size: 16px;
    line-height: 1.65;
  }

  .ynf-quote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    padding: 15px 24px;
    color: #ffffff !important;
    background: #e60012;
    border: 2px solid #e60012;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(230, 0, 18, 0.24);
    transition: all 0.22s ease;
  }

  .ynf-quote-btn:hover {
    background: #b9000e;
    border-color: #b9000e;
    transform: translateY(-2px);
  }

  .ynf-quote-contact {
    margin-top: 18px;
    color: #555555;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
  }

  .ynf-quote-contact a {
    color: #e60012;
    font-weight: 800;
    text-decoration: none;
  }

  .ynf-quote-contact a:hover {
    text-decoration: underline;
  }

  @media (max-width: 1200px) {
    .ynf-collection-hero-container {
      padding: 44px 36px 42px;
      grid-template-columns: 1fr 320px;
      gap: 34px;
    }

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

    .ynf-collection-hero-features {
      gap: 28px;
    }
  }

  @media (max-width: 900px) {
    .ynf-collection-hero-bg {
      min-height: auto;
    }

    .ynf-collection-hero-container {
      min-height: auto;
      grid-template-columns: 1fr;
      padding: 42px 22px 46px;
      gap: 30px;
    }

    .ynf-collection-breadcrumb {
      margin-bottom: 26px;
    }

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

    .ynf-collection-hero-desc {
      margin-bottom: 30px;
      font-size: 17px;
    }

    .ynf-collection-hero-features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      max-width: 480px;
    }

    .ynf-quick-quote-card {
      max-width: 420px;
    }
  }

  @media (max-width: 520px) {
    .ynf-collection-hero-container {
      padding: 36px 16px 42px;
    }

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

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

    .ynf-collection-hero-features {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .ynf-quick-quote-card {
      padding: 24px 20px;
    }
  }
