
  html,
  body {
    overflow-x: hidden;
  }

  .ynf-collection-bottom-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f5f7;
    padding: 0 20px 70px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }

  .ynf-collection-bottom-container {
    max-width: 1280px;
    margin: 0 auto;
    background: #ffffff;
    box-sizing: border-box;
  }

  .ynf-compatible-block {
    padding: 55px 70px 28px;
    text-align: center;
    box-sizing: border-box;
  }

  .ynf-compatible-block h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-compatible-block p {
    margin: 0 0 24px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
  }

  .ynf-compatible-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
  }

  .ynf-compatible-grid span {
    height: 36px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    background: #ffffff;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
  }

  .ynf-compatible-grid span:hover {
    color: #d71920;
    border-color: #d71920;
    background: #fffafa;
  }

  .ynf-seo-card {
    margin: 12px 70px 58px;
    padding: 36px 42px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
  }

  .ynf-seo-card h2 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-seo-card p {
    margin: 0 0 12px;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
  }

  .ynf-seo-card p:last-child {
    margin-bottom: 0;
  }

  .ynf-category-faq {
    padding: 0 70px 58px;
    box-sizing: border-box;
  }

  .ynf-category-faq h2 {
    margin: 0 0 26px;
    text-align: center;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-faq-list {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
  }

  .ynf-faq-item {
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .ynf-faq-item:last-child {
    border-bottom: none;
  }

  .ynf-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 34px 1fr 22px;
    gap: 14px;
    align-items: center;
    padding: 14px 18px;
    box-sizing: border-box;
  }

  .ynf-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .ynf-faq-item summary:hover {
    background: #fffafa;
  }

  .ynf-faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d71920;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
  }

  .ynf-faq-item strong {
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
  }

  .ynf-faq-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

  .ynf-faq-item[open] .ynf-faq-arrow {
    transform: rotate(225deg);
  }

  .ynf-faq-item p {
    margin: 0;
    padding: 0 54px 16px 66px;
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
  }

  .ynf-bottom-cta {
    position: relative;
    min-height: 260px;
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: center;
    overflow: hidden;
    background: #d71920;
  }

  .ynf-bottom-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(120deg, rgba(215, 25, 32, 1) 0%, rgba(215, 25, 32, 1) 52%, rgba(150, 0, 0, 1) 52%, rgba(150, 0, 0, 1) 100%);
    z-index: 0;
  }

  .ynf-bottom-cta-text,
  .ynf-bottom-cta-visual {
    position: relative;
    z-index: 1;
  }

  .ynf-bottom-cta-text {
    padding: 55px 70px;
    box-sizing: border-box;
  }

  .ynf-bottom-cta-text h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-bottom-cta-text p {
    max-width: 610px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
  }

  .ynf-bottom-cta-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }

  .ynf-cta-btn {
    min-width: 145px;
    height: 42px;
    padding: 0 24px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 800;
    transition: all 0.25s ease;
  }

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

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

  .ynf-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }

  .ynf-bottom-cta-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px;
  }

  .ynf-bottom-cta-visual svg {
    width: 280px;
    max-width: 100%;
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.18));
  }

  @media (max-width: 991px) {
    .ynf-compatible-block {
      padding: 48px 24px 26px;
    }

    .ynf-compatible-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .ynf-seo-card {
      margin: 12px 24px 48px;
      padding: 30px 26px;
    }

    .ynf-category-faq {
      padding: 0 24px 50px;
    }

    .ynf-bottom-cta {
      grid-template-columns: 1fr;
    }

    .ynf-bottom-cta-text {
      padding: 48px 24px 20px;
    }

    .ynf-bottom-cta-visual {
      justify-content: flex-start;
      padding: 0 24px 42px;
    }
  }

  @media (max-width: 575px) {
    .ynf-collection-bottom-section {
      padding: 0 15px 50px;
    }

    .ynf-compatible-block {
      padding: 42px 15px 24px;
    }

    .ynf-compatible-block h2 {
      font-size: 24px;
    }

    .ynf-compatible-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .ynf-seo-card {
      margin: 10px 15px 42px;
      padding: 24px 18px;
    }

    .ynf-seo-card h2 {
      font-size: 23px;
    }

    .ynf-seo-card p {
      font-size: 14px;
    }

    .ynf-category-faq {
      padding: 0 15px 42px;
    }

    .ynf-category-faq h2 {
      font-size: 24px;
    }

    .ynf-faq-item summary {
      grid-template-columns: 30px 1fr 18px;
      padding: 14px 12px;
    }

    .ynf-faq-item strong {
      font-size: 14px;
    }

    .ynf-faq-item p {
      padding: 0 18px 16px 56px;
      font-size: 13px;
    }

    .ynf-bottom-cta-text {
      padding: 42px 15px 20px;
    }

    .ynf-bottom-cta-text h2 {
      font-size: 26px;
    }

    .ynf-bottom-cta-buttons {
      gap: 12px;
    }

    .ynf-cta-btn {
      width: 100%;
    }

    .ynf-bottom-cta-visual {
      padding: 0 15px 36px;
    }
  }
