
  .ynf-search-process-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ffffff;
    padding: 52px 24px 62px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ynf-search-process-section * {
    box-sizing: border-box;
  }

  .ynf-search-process-container {
    max-width: 1500px;
    margin: 0 auto;
  }

  .ynf-section-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .ynf-section-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .ynf-section-heading h2 span {
    color: #e60012;
  }

  .ynf-model-search-block {
    margin-bottom: 52px;
  }

  .ynf-model-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    align-items: stretch;
  }

  .ynf-model-card {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 26px 34px 30px;
    text-align: center;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
  }

  .ynf-model-card h3 {
    margin: 0 0 20px;
    color: #222222;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ynf-tag-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(86px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
  }

  .ynf-tag-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px;
    color: #222222;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.22s ease;
  }

  .ynf-tag-grid a:hover {
    color: #ffffff;
    background: #e60012;
    border-color: #e60012;
    transform: translateY(-2px);
  }

  .ynf-red-btn,
  .ynf-large-red-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: #e60012;
    border: 2px solid #e60012;
    border-radius: 5px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(230, 0, 18, 0.22);
    transition: all 0.22s ease;
  }

  .ynf-red-btn {
    min-width: 230px;
    min-height: 44px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .ynf-large-red-btn {
    min-width: 330px;
    min-height: 48px;
    padding: 14px 28px;
    font-size: 16px;
  }

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

  .ynf-process-block {
    padding-top: 8px;
  }

  .ynf-process-flow {
    display: grid;
    grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 20px;
  }

  .ynf-process-card {
    min-height: 118px;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: center;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);
  }

  .ynf-process-icon {
    width: 58px;
    height: 58px;
    color: #e60012;
  }

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

  .ynf-process-text h3 {
    margin: 0 0 8px;
    color: #111111;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-process-text p {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
  }

  .ynf-arrow {
    color: #999999;
    font-size: 38px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
  }

  .ynf-process-cta {
    text-align: center;
    margin-top: 30px;
  }

  @media (max-width: 1200px) {
    .ynf-model-grid {
      gap: 24px;
    }

    .ynf-tag-grid {
      grid-template-columns: repeat(3, minmax(84px, 1fr));
    }

    .ynf-process-flow {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .ynf-arrow {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .ynf-search-process-section {
      padding: 44px 16px 52px;
    }

    .ynf-section-heading h2 {
      font-size: 25px;
    }

    .ynf-model-search-block {
      margin-bottom: 44px;
    }

    .ynf-model-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .ynf-model-card {
      padding: 24px 18px 28px;
    }

    .ynf-model-card h3 {
      font-size: 18px;
    }

    .ynf-tag-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .ynf-tag-grid a {
      min-height: 40px;
      font-size: 14px;
    }

    .ynf-red-btn,
    .ynf-large-red-btn {
      width: 100%;
      min-width: 0;
      font-size: 14px;
    }

    .ynf-process-flow {
      grid-template-columns: 1fr;
    }

    .ynf-process-card {
      grid-template-columns: 54px 1fr;
      min-height: 108px;
      padding: 20px 16px;
    }

    .ynf-process-icon {
      width: 50px;
      height: 50px;
    }

    .ynf-process-text h3 {
      font-size: 16px;
    }

    .ynf-process-text p {
      font-size: 14px;
    }
  }

  @media (max-width: 420px) {
    .ynf-tag-grid {
      grid-template-columns: 1fr;
    }
  }
