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

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

  .ynf-bottom-cta-bg {
    position: relative;
    min-height: 330px;
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.78) 28%, rgba(0, 0, 0, 0.24) 56%, rgba(0, 0, 0, 0.26) 100%),
      url("//ueeshop.ly200-cdn.com/u_file/UPBI/UPBI873/2607/09/photo/bottomCTA.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .ynf-bottom-cta-container {
    position: relative;
    max-width: 1500px;
    min-height: 330px;
    margin: 0 auto;
    padding: 58px 70px 54px;
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(120px, 0.22fr);
    gap: 36px;
    align-items: center;
  }

  .ynf-bottom-cta-content {
    max-width: 620px;
    color: #fff;
  }

  .ynf-bottom-cta-content h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .ynf-bottom-cta-content h2 span {
    color: #e60012;
  }

  .ynf-bottom-cta-content p {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.58;
    font-weight: 400;
  }

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

  .ynf-bottom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 46px;
    padding: 13px 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.22s ease;
  }

  .ynf-bottom-btn-primary {
    color: #ffffff !important;
    background: #e60012;
    border: 2px solid #e60012;
    box-shadow: 0 6px 16px rgba(230, 0, 18, 0.28);
  }

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

  .ynf-bottom-btn-outline {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.20);
    border: 2px solid rgba(255, 255, 255, 0.60);
  }

  .ynf-bottom-btn-outline:hover {
    background: #ffffff;
    color: #111111 !important;
    border-color: #ffffff;
    transform: translateY(-2px);
  }

  .ynf-whatsapp-box {
    justify-self: end;
    width: 138px;
    padding: 10px 10px 9px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
  }

  .ynf-whatsapp-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
  }

  .ynf-whatsapp-box span {
    display: block;
    margin-top: 7px;
    color: #333;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
  }

  .ynf-bottom-feature-bar {
    background: #242424;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ynf-bottom-feature-container {
    max-width: 1500px;
    min-height: 72px;
    margin: 0 auto;
    padding: 16px 70px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: center;
  }

  .ynf-bottom-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
  }

  .ynf-bottom-feature-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.86);
  }

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

  @media (max-width: 1100px) {
    .ynf-bottom-cta-container {
      padding: 54px 36px 50px;
      grid-template-columns: 1fr 130px;
    }

    .ynf-bottom-feature-container {
      padding: 16px 36px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .ynf-bottom-cta-bg {
      min-height: auto;
      background-position: center right;
    }

    .ynf-bottom-cta-container {
      min-height: auto;
      padding: 48px 18px 44px;
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: left;
    }

    .ynf-bottom-cta-content h2 {
      font-size: 34px;
    }

    .ynf-bottom-cta-content p {
      font-size: 15px;
    }

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

    .ynf-bottom-btn {
      width: 100%;
      min-width: 0;
    }

    .ynf-whatsapp-box {
      justify-self: start;
      width: 128px;
    }

    .ynf-bottom-feature-container {
      padding: 18px;
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .ynf-bottom-feature-item {
      justify-content: flex-start;
    }
  }
