
  html,
  body {
    overflow-x: hidden;
  }

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

  .ynf-products-hero-container {
    max-width: 1440px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
  }

  .ynf-products-hero {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    min-height: 560px;
    padding: 70px 70px 45px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 45%, #f8fafc 100%);
    box-sizing: border-box;
  }

  .ynf-products-hero-text {
    position: relative;
    z-index: 2;
  }

  .ynf-products-hero-text h1 {
    margin: 0 0 26px;
    color: #111827;
    font-size: 64px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
  }

  .ynf-products-hero-text p {
    max-width: 560px;
    margin: 0 0 34px;
    color: #374151;
    font-size: 20px;
    line-height: 1.65;
  }

  .ynf-products-hero-buttons {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }

  .ynf-products-btn {
    min-width: 210px;
    height: 58px;
    padding: 0 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.25s ease;
  }

  .ynf-products-btn-red {
    background: #d71920;
    color: #ffffff;
    border: 2px solid #d71920;
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.18);
  }

  .ynf-products-btn-red:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .ynf-products-btn-outline {
    background: #ffffff;
    color: #d71920;
    border: 2px solid #d71920;
  }

  .ynf-products-btn-outline:hover {
    background: #fff1f1;
    color: #b91c1c;
    transform: translateY(-2px);
  }

  .ynf-btn-icon {
    font-size: 18px;
    line-height: 1;
  }

  .ynf-products-trust {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 28px;
    align-items: center;
  }

  .ynf-products-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ynf-products-trust-item span {
    width: 28px;
    height: 28px;
    border: 2px solid #16a34a;
    border-radius: 50%;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    flex: 0 0 28px;
  }

  .ynf-products-trust-item p {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
  }

  .ynf-products-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ynf-products-hero-image img {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .ynf-products-match-strip {
    margin: 0 45px 45px;
    padding: 28px 34px;
    display: grid;
    grid-template-columns: 70px 1fr 260px;
    gap: 28px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
  }

  .ynf-products-match-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #d71920;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
  }

  .ynf-products-match-icon svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .ynf-products-match-text p {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.55;
  }

  .ynf-products-match-text strong {
    font-weight: 800;
  }

  .ynf-products-match-btn {
    height: 56px;
    padding: 0 28px;
    border-radius: 6px;
    background: #d71920;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.25s ease;
  }

  .ynf-products-match-btn span {
    font-size: 32px;
    line-height: 1;
    margin-top: -2px;
  }

  .ynf-products-match-btn:hover {
    background: #b91c1c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
  }

  @media (max-width: 991px) {
    .ynf-products-hero {
      grid-template-columns: 1fr;
      padding: 60px 28px 40px;
    }

    .ynf-products-hero-text h1 {
      font-size: 46px;
    }

    .ynf-products-hero-text p {
      max-width: 100%;
      font-size: 18px;
    }

    .ynf-products-trust {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-bottom: 35px;
    }

    .ynf-products-hero-image img {
      max-width: 680px;
    }

    .ynf-products-match-strip {
      margin: 0 28px 40px;
      grid-template-columns: 58px 1fr;
      gap: 18px;
    }

    .ynf-products-match-btn {
      grid-column: 1 / -1;
      width: 100%;
    }
  }

  @media (max-width: 575px) {
    .ynf-products-hero {
      padding: 48px 15px 32px;
    }

    .ynf-products-hero-text h1 {
      font-size: 36px;
      margin-bottom: 20px;
    }

    .ynf-products-hero-text p {
      font-size: 16px;
      line-height: 1.6;
    }

    .ynf-products-hero-buttons {
      gap: 12px;
      margin-bottom: 30px;
    }

    .ynf-products-btn {
      width: 100%;
      min-width: 100%;
      height: 52px;
      font-size: 16px;
    }

    .ynf-products-trust {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .ynf-products-match-strip {
      margin: 0 15px 35px;
      padding: 24px 18px;
      grid-template-columns: 1fr;
      text-align: left;
    }

    .ynf-products-match-icon {
      width: 52px;
      height: 52px;
    }

    .ynf-products-match-text p {
      font-size: 15px;
    }

    .ynf-products-match-btn {
      height: 50px;
      font-size: 16px;
    }
  }
