
  /* =========================
     Sponsorship Info + Apply CTA
  ========================= */
  .mb-sponsor-merge {
    width: 100%;
    background: #f5f4ef;
    padding: 54px 0 56px;
    border-bottom: 1px solid rgba(20, 38, 29, 0.08);
    font-family: Arial, Helvetica, sans-serif;
    color: #14261d;
  }

  .mb-sponsor-merge * {
    box-sizing: border-box;
  }

  .mb-sponsor-merge-box {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    border: 1px solid #dcd7ca;
    border-radius: 18px;
    background: #fbfaf6;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 36px;
    padding: 36px 36px;
    box-shadow: 0 12px 34px rgba(20, 38, 29, 0.04);
  }

  .mb-sponsor-left {
    position: relative;
    min-height: 286px;
    padding: 14px 28px 10px 8px;
  }

  .mb-sponsor-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #475a52;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
  }

  .mb-sponsor-label::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: #d7ab2f;
  }

  .mb-info-carousel {
    overflow: hidden;
    position: relative;
  }

  .mb-info-track {
    display: flex;
    transition: transform 0.45s ease;
  }

  .mb-info-slide {
    min-width: 100%;
    text-align: left;
  }

  .mb-info-slide h2 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: -0.3px;
    color: #052b2b;
  }

  .mb-info-slide p,
  .mb-info-slide span {
    display: block;
    margin: 0 0 10px;
    max-width: 820px;
    font-size: 14px;
    line-height: 1.68;
    color: #344b4b;
  }

  .mb-info-slide strong {
    display: block;
    margin: 16px 0 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #052b2b;
  }

  .mb-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #8a928d;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    z-index: 2;
  }

  .mb-carousel-arrow:hover {
    color: #0d4a26;
  }

  .mb-carousel-prev {
    left: -24px;
  }

  .mb-carousel-next {
    right: -2px;
  }

  .mb-info-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
  }

  .mb-info-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c8cfcb;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .mb-info-dot.active {
    width: 22px;
    border-radius: 999px;
    background: #c39a22;
  }

  .mb-sponsor-cta-card {
    border: 1px solid #dcd7ca;
    border-radius: 16px;
    background: #fffdf8;
    padding: 28px 22px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 286px;
  }

  .mb-cta-icon {
    width: 58px;
    height: 58px;
    margin: 0 0 22px;
    border-radius: 50%;
    background: #f0eee6;
    color: #0d4a26;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mb-cta-icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
  }

  .mb-sponsor-cta-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 900;
    color: #14261d;
  }

  .mb-sponsor-cta-card p {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.65;
    color: #506057;
  }

  .manbily-open-form-btn {
    border: 0;
    outline: none;
    height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #314f0f 0%, #0d4a26 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(20, 55, 28, 0.16);
    transition: all 0.22s ease;
  }

  .mb-sponsor-cta-card .manbily-open-form-btn {
    width: 100%;
  }

  .manbily-open-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(20, 55, 28, 0.22);
  }

  .mb-cta-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e8e3d7;
    color: #506057;
    font-size: 12px;
    line-height: 1.55;
  }

  .mb-cta-note svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    color: #0d4a26;
    stroke: currentColor;
    margin-top: 2px;
  }

  /* =========================
     Main Form Modal
  ========================= */
  .mb-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mb-modal.is-visible {
    display: flex;
  }

  .mb-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 14, 0.56);
    backdrop-filter: blur(5px);
  }

  .mb-modal-window {
    position: relative;
    z-index: 2;
    width: min(1380px, 100%);
    height: min(86vh, 900px);
    min-height: 680px;
    background: #ffffff;
    border: 1px solid #e1ddd2;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(10, 20, 14, 0.28);
    display: flex;
    flex-direction: column;
    animation: mbModalIn 0.24s ease-out;
  }

  @keyframes mbModalIn {
    from {
      opacity: 0;
      transform: translateY(14px) scale(0.985);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .mb-modal-top {
    flex: 0 0 auto;
    padding: 26px 34px 22px;
    border-bottom: 1px solid #ece8dd;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-start;
  }

  .mb-modal-top h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    color: #14261d;
  }

  .mb-modal-top p {
    margin: 0;
    max-width: 760px;
    font-size: 14px;
    line-height: 1.72;
    color: #607068;
  }

  .mb-modal-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f3f2ec;
    color: #14261d;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .mb-modal-close:hover {
    background: #e9e6dc;
  }

  .mb-form-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 28px;
    background: #fbfaf7;
  }

  .mb-form-scroll::-webkit-scrollbar {
    width: 10px;
  }

  .mb-form-scroll::-webkit-scrollbar-track {
    background: #efede6;
    border-radius: 999px;
  }

  .mb-form-scroll::-webkit-scrollbar-thumb {
    background: #c9cfc7;
    border-radius: 999px;
  }

  .mb-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
  }

  .mb-form-card {
    background: #ffffff;
    border: 1px solid #ddd9cf;
    border-radius: 24px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(20, 38, 29, 0.035);
  }

  .mb-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
  }

  .mb-card-left {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .mb-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #224d16 0%, #0c3f1e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 auto;
  }

  .mb-card-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
  }

  .mb-card-title h4 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
    color: #14261d;
  }

  .mb-card-title p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #6f8585;
    font-weight: 700;
  }

  .mb-card-step {
    min-width: 44px;
    height: 34px;
    padding: 0 12px;
    border-radius: 12px;
    background: #f7edd4;
    border: 1px solid #ecd7a0;
    color: #b18100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
  }

  .mb-field {
    margin-bottom: 16px;
  }

  .mb-field:last-child {
    margin-bottom: 0;
  }

  .mb-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13.5px;
    line-height: 1.4;
    font-weight: 800;
    color: #14261d;
  }

  .mb-input,
  .mb-select,
  .mb-textarea {
    width: 100%;
    border: 1px solid #dedbd2;
    background: #ffffff;
    border-radius: 11px;
    padding: 11px 13px;
    font-size: 14px;
    color: #14261d;
    outline: none;
    transition: all 0.2s ease;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mb-input::placeholder,
  .mb-textarea::placeholder {
    color: #98a19a;
  }

  .mb-input:focus,
  .mb-select:focus,
  .mb-textarea:focus {
    border-color: #8ca09a;
    box-shadow: 0 0 0 3px rgba(111, 133, 133, 0.11);
    background: #ffffff;
  }

  .mb-textarea {
    min-height: 92px;
    resize: vertical;
  }

  .mb-note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
    color: #7d8a83;
  }

  .mb-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #dedbd2;
    border-radius: 11px;
    background: #ffffff;
    padding: 13px;
  }

  .mb-check input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  .mb-check span {
    font-size: 13.5px;
    line-height: 1.65;
    color: #14261d;
    font-weight: 650;
  }

  .mb-file-upload {
    width: 100%;
    border: 1px solid #dedbd2;
    border-radius: 11px;
    background: #ffffff;
    padding: 11px 13px;
  }

  .mb-file-upload input[type="file"] {
    display: none;
  }

  .mb-file-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .mb-file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef1ec;
    border: 1px solid #d9dfd6;
    color: #14261d;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
  }

  .mb-file-name {
    color: #6f7670;
    font-size: 13px;
    line-height: 1.4;
  }

  .mb-modal-footer {
    flex: 0 0 auto;
    padding: 18px 28px;
    border-top: 1px solid #ece8dd;
    background: linear-gradient(90deg, #314f0f 0%, #005c2b 55%, #2f4d3a 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .mb-footer-text h5 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900;
    color: #ffffff;
  }

  .mb-footer-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
  }

  .mb-submit-btn {
    border: none;
    outline: none;
    background: #e0b22b;
    color: #14261d;
    font-size: 15px;
    font-weight: 900;
    border-radius: 999px;
    padding: 14px 30px;
    cursor: pointer;
    min-width: 170px;
    transition: all 0.22s ease;
  }

  .mb-submit-btn:hover {
    background: #d3a11b;
    transform: translateY(-1px);
  }

  .mb-submit-btn:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
  }

  body.mb-modal-open {
    overflow: hidden;
  }

  /* =========================
     Thank You Popup
  ========================= */
  .mb-thankyou {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .mb-thankyou.is-visible {
    display: flex;
  }

  .mb-thankyou-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 14, 0.58);
    backdrop-filter: blur(4px);
  }

  .mb-thankyou-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid #dfd9cb;
    border-radius: 24px;
    padding: 38px 34px 34px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(20, 35, 24, 0.24);
  }

  .mb-thankyou-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d3815 0%, #0d4a26 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mb-thankyou-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
  }

  .mb-thankyou-box h3 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    color: #14261d;
  }

  .mb-thankyou-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.72;
    color: #4d574d;
  }

  .mb-thankyou-btn {
    margin-top: 26px;
    height: 46px;
    min-width: 138px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #d7ab2f;
    color: #14261d;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
  }

  /* =========================
     Responsive
  ========================= */
  @media (max-width: 1200px) {
    .mb-sponsor-merge-box {
      width: 86%;
      grid-template-columns: 1fr;
      gap: 28px;
      padding: 34px 28px;
    }

    .mb-sponsor-left {
      min-height: auto;
      padding-right: 8px;
    }

    .mb-carousel-prev {
      left: -20px;
    }

    .mb-carousel-next {
      right: -20px;
    }

    .mb-sponsor-cta-card {
      max-width: 430px;
    }

    .mb-modal-window {
      height: 90vh;
      min-height: auto;
    }

    .mb-form-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .mb-sponsor-merge {
      padding: 42px 16px 44px;
    }

    .mb-sponsor-merge-box {
      width: 100%;
      padding: 26px 20px;
      border-radius: 16px;
    }

    .mb-info-slide h2 {
      font-size: 23px;
    }

    .mb-info-slide p,
    .mb-info-slide span,
    .mb-info-slide strong {
      font-size: 13.5px;
    }

    .mb-carousel-arrow {
      display: none;
    }

    .mb-info-dots {
      margin-top: 22px;
    }

    .mb-sponsor-cta-card {
      width: 100%;
      max-width: none;
    }

    .mb-modal {
      padding: 10px;
    }

    .mb-modal-window {
      height: 92vh;
      border-radius: 20px;
    }

    .mb-modal-top {
      padding: 20px 18px;
    }

    .mb-modal-top h3 {
      font-size: 20px;
    }

    .mb-form-scroll {
      padding: 18px 16px;
    }

    .mb-modal-footer {
      flex-direction: column;
      align-items: stretch;
      padding: 18px 16px;
    }

    .mb-submit-btn {
      width: 100%;
    }
  }
