
  .ynf-contact-why-cta-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 68px 24px 82px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .ynf-contact-why-cta-section * {
    box-sizing: border-box;
  }

  .ynf-contact-why-cta-container {
    max-width: 1500px;
    margin: 0 auto;
  }

  .ynf-contact-why-block {
    margin-bottom: 58px;
  }

  .ynf-contact-section-title {
    text-align: center;
    margin-bottom: 42px;
  }

  .ynf-contact-section-title h2 {
    margin: 0;
    color: #111111;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }

  .ynf-contact-section-title span {
    display: block;
    width: 44px;
    height: 3px;
    margin: 16px auto 0;
    background: #e60012;
    border-radius: 2px;
  }

  .ynf-contact-why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .ynf-contact-why-item {
    min-height: 150px;
    padding: 0 34px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
  }

  .ynf-contact-why-item:first-child {
    border-left: 1px solid #e1e1e1;
  }

  .ynf-contact-why-icon {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 22px;
    color: #e60012;
  }

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

  .ynf-contact-why-item h3 {
    margin: 0 0 13px;
    color: #111111;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
  }

  .ynf-contact-why-item p {
    margin: 0 auto;
    max-width: 180px;
    color: #444444;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
  }

  .ynf-contact-quick-cta {
    min-height: 160px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 38px;
    align-items: center;
    padding: 40px 52px;
    color: #ffffff;
    border-radius: 8px;
    background:
      linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.84)),
      url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI873/2607/09/photo/bottomCTA.png");
    background-size: cover;
    background-position: center right;
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
  }

  .ynf-contact-quick-text h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }

  .ynf-contact-quick-text p {
    margin: 0;
    max-width: 680px;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.62;
    font-weight: 500;
  }

  .ynf-contact-quick-buttons {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .ynf-contact-quick-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 240px;
    min-height: 60px;
    padding: 17px 32px;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    transition: all .22s ease;
  }

  .ynf-contact-quick-red {
    background: #e60012;
    border: 2px solid #e60012;
    box-shadow: 0 8px 18px rgba(230, 0, 18, .22);
  }

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

  .ynf-contact-quick-red span {
    font-size: 26px;
    line-height: 1;
  }

  .ynf-contact-quick-outline {
    background: rgba(0, 0, 0, .20);
    border: 2px solid rgba(255, 255, 255, .70);
  }

  .ynf-contact-quick-outline:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-2px);
  }

  @media (max-width: 1180px) {
    .ynf-contact-why-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 0;
    }

    .ynf-contact-why-item,
    .ynf-contact-why-item:first-child {
      border-left: none;
      border-right: none;
      padding: 0 28px;
    }

    .ynf-contact-quick-cta {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .ynf-contact-quick-buttons {
      justify-content: flex-start;
    }
  }

  @media (max-width: 640px) {
    .ynf-contact-why-cta-section {
      padding: 52px 16px 66px;
    }

    .ynf-contact-why-block {
      margin-bottom: 44px;
    }

    .ynf-contact-section-title {
      margin-bottom: 32px;
    }

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

    .ynf-contact-why-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .ynf-contact-why-item {
      min-height: auto;
      padding: 0 12px 32px;
      border-bottom: 1px solid #ececec;
    }

    .ynf-contact-why-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .ynf-contact-why-icon {
      width: 48px;
      height: 48px;
      margin-bottom: 16px;
    }

    .ynf-contact-quick-cta {
      padding: 34px 22px;
      border-radius: 7px;
    }

    .ynf-contact-quick-text h2 {
      font-size: 26px;
    }

    .ynf-contact-quick-text p {
      font-size: 15px;
    }

    .ynf-contact-quick-buttons {
      width: 100%;
      gap: 14px;
    }

    .ynf-contact-quick-btn {
      width: 100%;
      min-width: 0;
      min-height: 54px;
      font-size: 15px;
    }
  }
