
  html,
  body {
    overflow-x: hidden;
  }

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

  .ynf-contact-container {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .ynf-red {
    color: #d71920;
  }

  .ynf-section-title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
  }

  .ynf-section-title::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 12px;
    background: #d71920;
  }

  .ynf-section-subtitle {
    margin: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
  }

  .ynf-contact-btn {
    min-width: 190px;
    height: 54px;
    padding: 0 26px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.25s ease;
  }

  .ynf-contact-btn svg {
    width: 21px;
    height: 21px;
    display: block;
  }

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

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

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

  .ynf-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
  }

  /* Module 1 Hero */
  .ynf-contact-hero {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f8fafc 100%);
    overflow: hidden;
  }

  .ynf-contact-hero-inner {
    max-width: 1440px;
    min-height: 430px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    padding: 70px 70px 45px;
    box-sizing: border-box;
    position: relative;
  }

  .ynf-contact-hero-inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 118px;
    background: #d71920;
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
  }

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

  .ynf-contact-hero-text h1 {
    margin: 0 0 24px;
    color: #111827;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
  }

  .ynf-contact-hero-text h1 span {
    color: #d71920;
  }

  .ynf-contact-hero-text p {
    max-width: 560px;
    margin: 0 0 30px;
    color: #111827;
    font-size: 18px;
    line-height: 1.65;
  }

  .ynf-contact-hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }

  .ynf-contact-hero-image {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .ynf-contact-hero-image img {
    width: 100%;
    max-width: 720px;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 18px 24px rgba(0,0,0,0.18));
  }

  /* Module 2 Contact Cards */
  .ynf-contact-cards-section {
    padding: 45px 20px 0;
  }

  .ynf-contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .ynf-contact-card {
    min-height: 132px;
    padding: 26px 24px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: start;
  }

  .ynf-contact-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #d71920;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ynf-contact-card-icon svg {
    width: 26px;
    height: 26px;
    display: block;
  }

  .ynf-contact-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
  }

  .ynf-contact-card p {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
  }

  /* Module 3 What You Can Send */
  .ynf-send-section {
    padding: 22px 20px 0;
  }

  .ynf-send-card {
    padding: 36px 38px;
  }

  .ynf-send-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    margin-top: 30px;
  }

  .ynf-send-item {
    min-height: 118px;
    padding: 20px 12px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    transition: all 0.25s ease;
  }

  .ynf-send-item:hover {
    border-color: #d71920;
    background: #fffafa;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .ynf-send-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #d71920;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
  }

  .ynf-send-item strong {
    display: block;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
  }

  .ynf-send-note {
    margin-top: 24px;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    background: #fff1f1;
    border-radius: 8px;
    color: #111827;
    box-sizing: border-box;
  }

  .ynf-send-note-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #fca5a5;
    border-radius: 50%;
    color: #d71920;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
  }

  .ynf-send-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  /* Module 4 Form Intro */
  .ynf-form-intro-section {
    padding: 22px 20px 0;
  }

  .ynf-form-intro-card {
    padding: 36px 38px;
    text-align: center;
  }

  .ynf-form-intro-card .ynf-section-title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .ynf-form-anchor {
    scroll-margin-top: 120px;
  }

  /* Module 5 Source */
  .ynf-source-section {
    padding: 22px 20px 0;
  }

  .ynf-source-card {
    padding: 36px 38px;
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 32px;
    align-items: center;
  }

  .ynf-source-text h2 {
    margin: 0 0 18px;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
  }

  .ynf-source-text h2 span {
    color: #d71920;
  }

  .ynf-source-text h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 12px;
    background: #d71920;
  }

  .ynf-source-text p {
    margin: 0 0 12px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
  }

  .ynf-source-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ynf-source-product {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    box-sizing: border-box;
  }

  .ynf-source-product img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
  }

  .ynf-source-product p {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
  }

  /* Module 6 Company */
  .ynf-company-section {
    padding: 22px 20px 0;
  }

  .ynf-company-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    overflow: hidden;
  }

  .ynf-company-info {
    padding: 36px 38px;
  }

  .ynf-company-info p {
    margin: 0 0 16px;
    color: #374151;
    font-size: 15px;
    line-height: 1.65;
  }

  .ynf-company-info strong {
    color: #111827;
  }

  .ynf-map-card {
    min-height: 280px;
    background:
      linear-gradient(45deg, rgba(215,25,32,0.08) 25%, transparent 25%) 0 0 / 40px 40px,
      linear-gradient(-45deg, rgba(215,25,32,0.05) 25%, transparent 25%) 0 0 / 40px 40px,
      #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
  }

  .ynf-map-placeholder {
    max-width: 390px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #fecaca;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  }

  .ynf-map-pin {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .ynf-map-placeholder h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
  }

  .ynf-map-placeholder p {
    margin: 0;
    color: #374151;
    font-size: 14px;
    line-height: 1.55;
  }

  /* Module 7 Bottom CTA */
  .ynf-bottom-cta-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 42px;
    background: #ffffff;
  }

  .ynf-bottom-cta {
    position: relative;
    width: 100%;
    min-height: 260px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 560px;
    align-items: center;
    background: #d71920;
    box-sizing: border-box;
  }

  .ynf-bottom-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        90deg,
        rgba(185, 0, 0, 0.96) 0%,
        rgba(215, 25, 32, 0.94) 42%,
        rgba(160, 0, 0, 0.88) 100%
      );
    z-index: 0;
  }

  .ynf-bottom-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 50%, rgba(255,255,255,0.12), transparent 32%),
      linear-gradient(90deg, rgba(0,0,0,0.08), rgba(0,0,0,0.16));
    z-index: 1;
    pointer-events: none;
  }

  .ynf-bottom-cta-content {
    position: relative;
    z-index: 3;
    padding: 52px 90px;
    box-sizing: border-box;
  }

  .ynf-bottom-cta-content h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 900;
  }

  .ynf-bottom-cta-content p {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.65;
  }

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

  .ynf-bottom-btn {
    min-width: 175px;
    height: 50px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 900;
    transition: all 0.25s ease;
  }

  .ynf-bottom-btn svg {
    width: 20px;
    height: 20px;
  }

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

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

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

  .ynf-bottom-cta-image {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 70px 14px 10px;
  }

  .ynf-bottom-cta-image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 18px 24px rgba(0,0,0,0.28));
  }

  @media (max-width: 991px) {
    .ynf-contact-hero-inner {
      grid-template-columns: 1fr;
      padding: 55px 28px 35px;
    }

    .ynf-contact-hero-inner::after {
      display: none;
    }

    .ynf-contact-hero-text h1 {
      font-size: 44px;
    }

    .ynf-contact-hero-image {
      justify-content: center;
      margin-top: 30px;
    }

    .ynf-contact-cards {
      grid-template-columns: repeat(2, 1fr);
    }

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

    .ynf-source-card,
    .ynf-company-grid,
    .ynf-bottom-cta {
      grid-template-columns: 1fr;
    }

    .ynf-bottom-cta-content {
      padding: 48px 28px 20px;
    }

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

  @media (max-width: 575px) {
    .ynf-contact-hero-inner {
      padding: 45px 15px 30px;
    }

    .ynf-contact-hero-text h1 {
      font-size: 34px;
    }

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

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

    .ynf-contact-cards-section,
    .ynf-send-section,
    .ynf-form-intro-section,
    .ynf-source-section,
    .ynf-company-section {
      padding-left: 15px;
      padding-right: 15px;
    }

    .ynf-contact-cards {
      grid-template-columns: 1fr;
    }

    .ynf-contact-card {
      grid-template-columns: 48px 1fr;
      padding: 22px 18px;
    }

    .ynf-send-card,
    .ynf-form-intro-card,
    .ynf-source-card,
    .ynf-company-info {
      padding: 26px 18px;
    }

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

    .ynf-source-products {
      grid-template-columns: 1fr;
    }

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

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

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

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