    /* =========================================================
       OFFERING SECTION — fully scoped to avoid affecting website
       ========================================================= */
    .jpm-offering-section {
      --jpm-navy: #071a3d;
      --jpm-blue: #0b5ed7;
      --jpm-cyan: #15b9ff;
      --jpm-gold: #f6b93b;
      --jpm-orange: #ff7a00;
      --jpm-green: #159447;
      --jpm-cream: #fffaf0;
      --jpm-white: #ffffff;
      position: relative;
      isolation: isolate;
      overflow: hidden;
      padding: 92px 0;
      font-family: "Noto Sans Tamil", sans-serif;
      color: var(--jpm-navy);
      background:
        radial-gradient(circle at 12% 18%, rgba(21,185,255,.18), transparent 26%),
        radial-gradient(circle at 88% 10%, rgba(246,185,59,.22), transparent 25%),
        radial-gradient(circle at 78% 86%, rgba(21,148,71,.14), transparent 28%),
        linear-gradient(135deg, #f4f9ff 0%, #fffaf1 48%, #f1fff7 100%);
    }

    .jpm-offering-section *,
    .jpm-offering-section *::before,
    .jpm-offering-section *::after {
      box-sizing: border-box;
    }

    .jpm-offering-section .jpm-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(1px);
      opacity: .65;
      z-index: -1;
      animation: jpmFloat 8s ease-in-out infinite;
    }

    .jpm-offering-section .jpm-orb-one {
      width: 155px;
      height: 155px;
      left: -58px;
      top: 120px;
      background: linear-gradient(135deg, rgba(11,94,215,.22), rgba(21,185,255,.06));
    }

    .jpm-offering-section .jpm-orb-two {
      width: 225px;
      height: 225px;
      right: -95px;
      bottom: 60px;
      background: linear-gradient(135deg, rgba(246,185,59,.22), rgba(255,122,0,.06));
      animation-delay: -3s;
    }

    .jpm-offering-section .jpm-grid {
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: .38;
      background-image:
        linear-gradient(rgba(7,26,61,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,26,61,.04) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
    }

    .jpm-offering-section .jpm-heading-wrap {
      margin: 0 auto 44px;
      text-align: center;
    }

    .jpm-offering-section .jpm-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 9px 17px;
      border: 1px solid rgba(11,94,215,.18);
      border-radius: 999px;
      color: var(--jpm-blue);
      background: rgba(255,255,255,.76);
      box-shadow: 0 9px 28px rgba(11,94,215,.09);
      font-size: .88rem;
      font-weight: 800;
      letter-spacing: .7px;
      backdrop-filter: blur(12px);
    }

    .jpm-offering-section .jpm-title {
      margin: 18px 0 12px;
      font-size: clamp(2rem, 4.2vw, 2rem);
      line-height: 1.12;
      font-weight: 900;
      color: var(--jpm-navy);
    }

    .jpm-offering-section .jpm-title span {
      background: linear-gradient(90deg, var(--jpm-blue), var(--jpm-cyan), var(--jpm-green));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .jpm-offering-section .jpm-subtitle {
      margin: 0 auto;
      max-width: 760px;
      color: #53617b;
      font-size: clamp(.98rem, 1.7vw, 1.12rem);
      line-height: 1.9;
      font-weight: 500;
    }

    .jpm-offering-section .jpm-shell {
      position: relative;
      padding: 13px;
      border-radius: 32px;
      background: linear-gradient(135deg,
        rgba(255,255,255,.95),
        rgba(255,255,255,.64));
      box-shadow:
        0 30px 70px rgba(7,26,61,.14),
        inset 0 1px 0 rgba(255,255,255,.9);
      border: 1px solid rgba(255,255,255,.84);
      backdrop-filter: blur(15px);
    }

    .jpm-offering-section .jpm-shell::before {
      content: "";
      position: absolute;
      inset: -2px;
      border-radius: 34px;
      z-index: -1;
      background: linear-gradient(120deg,
        rgba(11,94,215,.32),
        rgba(21,185,255,.08),
        rgba(246,185,59,.28),
        rgba(21,148,71,.22));
      filter: blur(12px);
      opacity: .7;
      animation: jpmGlow 5s ease-in-out infinite alternate;
    }

    .jpm-offering-section .jpm-panel {
      height: 100%;
      border-radius: 24px;
      overflow: hidden;
    }

    .jpm-offering-section .jpm-qr-panel {
      position: relative;
      min-height: 100%;
      padding: 28px;
      background:
        linear-gradient(160deg, rgba(7,26,61,.98), rgba(11,94,215,.93));
      color: #fff;
    }

    .jpm-offering-section .jpm-qr-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 85% 10%, rgba(246,185,59,.25), transparent 24%),
        radial-gradient(circle at 10% 90%, rgba(21,185,255,.18), transparent 26%);
      pointer-events: none;
    }

    .jpm-offering-section .jpm-panel-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
    }

    .jpm-offering-section .jpm-icon-box {
      display: grid;
      place-items: center;
      width: 54px;
      height: 54px;
      flex: 0 0 54px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--jpm-gold), var(--jpm-orange));
      color: #fff;
      box-shadow: 0 14px 32px rgba(246,185,59,.28);
      font-size: 1.3rem;
    }

    .jpm-offering-section .jpm-panel-title {
      margin: 0;
      font-size: 1.45rem;
      font-weight: 900;
    }

    .jpm-offering-section .jpm-panel-note {
      margin: 5px 0 0;
      color: rgba(255,255,255,.72);
      font-size: .9rem;
      line-height: 1.65;
    }

    .jpm-offering-section .jpm-secure {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(255,255,255,.11);
      border: 1px solid rgba(255,255,255,.16);
      color: #dff8ff;
      font-size: .74rem;
      font-weight: 700;
    }

    .jpm-offering-section .jpm-qr-card {
      position: relative;
      z-index: 1;
      padding: 12px;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 22px 48px rgba(0,0,0,.28);
    }

    .jpm-offering-section .jpm-qr-card img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 720px;
      object-fit: contain;
      border-radius: 14px;
    }

    .jpm-offering-section .jpm-scan-tip {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 11px;
      margin-top: 18px;
      padding: 13px 15px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 15px;
      background: rgba(255,255,255,.09);
      color: rgba(255,255,255,.88);
      font-size: .88rem;
      line-height: 1.6;
    }

    .jpm-offering-section .jpm-bank-panel {
      position: relative;
      padding: clamp(27px, 4vw, 46px);
      background:
        radial-gradient(circle at 100% 0%, rgba(246,185,59,.18), transparent 30%),
        #ffffff;
    }

    .jpm-offering-section .jpm-bank-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #edf5ff;
      color: var(--jpm-blue);
      font-size: .78rem;
      font-weight: 900;
      letter-spacing: .45px;
    }

    .jpm-offering-section .jpm-bank-title {
      margin: 0 0 10px;
      font-size: clamp(1.6rem, 3vw, 1.6rem);
      line-height: 1.25;
      font-weight: 900;
      color: var(--jpm-navy);
    }

    .jpm-offering-section .jpm-bank-desc {
      margin: 0 0 25px;
      color: #63708a;
      line-height: 1.8;
      font-size: .96rem;
    }

    .jpm-offering-section .jpm-bank-list {
      display: grid;
      gap: 12px;
    }

    .jpm-offering-section .jpm-bank-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 15px 16px;
      border: 1px solid #e4ebf6;
      border-radius: 16px;
      background: linear-gradient(135deg, #fff, #f8fbff);
      box-shadow: 0 9px 24px rgba(7,26,61,.055);
      transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    }

    .jpm-offering-section .jpm-bank-item:hover {
      transform: translateY(-3px);
      border-color: rgba(11,94,215,.28);
      box-shadow: 0 14px 30px rgba(7,26,61,.1);
    }

    .jpm-offering-section .jpm-bank-item-icon {
      display: grid;
      place-items: center;
      width: 43px;
      height: 43px;
      flex: 0 0 43px;
      border-radius: 13px;
      color: var(--jpm-blue);
      background: #eaf3ff;
      font-size: 1rem;
    }

    .jpm-offering-section .jpm-bank-item-copy {
      min-width: 0;
      flex: 1;
    }

    .jpm-offering-section .jpm-bank-item small {
      display: block;
      margin-bottom: 3px;
      color: #7b879c;
      font-size: .72rem;
      font-weight: 700;
    }

    .jpm-offering-section .jpm-bank-item strong {
      display: block;
      color: #10254a;
      font-size: clamp(.86rem, 1.4vw, .98rem);
      font-weight: 800;
      overflow-wrap: anywhere;
    }

    .jpm-offering-section .jpm-copy-btn {
      display: grid;
      place-items: center;
      width: 37px;
      height: 37px;
      flex: 0 0 37px;
      border: 0;
      border-radius: 11px;
      color: var(--jpm-blue);
      background: #eef5ff;
      transition: .25s ease;
    }

    .jpm-offering-section .jpm-copy-btn:hover {
      color: #fff;
      background: var(--jpm-blue);
      transform: scale(1.06);
    }

    .jpm-offering-section .jpm-copy-btn.is-copied {
      color: #fff;
      background: var(--jpm-green);
    }

    .jpm-offering-section .jpm-scripture {
      margin-top: 23px;
      padding: 18px 19px;
      border-left: 4px solid var(--jpm-gold);
      border-radius: 0 15px 15px 0;
      color: #364867;
      background: #fff9ec;
      line-height: 1.8;
      font-size: .88rem;
    }

    .jpm-offering-section .jpm-scripture i {
      color: var(--jpm-gold);
      margin-right: 7px;
    }

    .jpm-offering-section .jpm-footer-note {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      max-width: 900px;
      margin: 28px auto 0;
      padding: 15px 17px;
      border-radius: 15px;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(11,94,215,.12);
      box-shadow: 0 10px 26px rgba(7,26,61,.06);
      color: #52617a;
      font-size: .84rem;
      line-height: 1.7;
      backdrop-filter: blur(9px);
    }

    .jpm-offering-section .jpm-footer-note i {
      margin-top: 3px;
      color: var(--jpm-blue);
    }

    .jpm-toast {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 99999;
      display: flex;
      align-items: center;
      gap: 9px;
      max-width: calc(100vw - 40px);
      padding: 12px 16px;
      border-radius: 12px;
      color: #fff;
      background: #159447;
      box-shadow: 0 16px 40px rgba(0,0,0,.2);
      opacity: 0;
      transform: translateY(14px);
      pointer-events: none;
      transition: .28s ease;
      font-family: "Noto Sans Tamil", sans-serif;
      font-size: .85rem;
      font-weight: 700;
    }

    .jpm-toast.show {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes jpmFloat {
      0%, 100% { transform: translate3d(0,0,0); }
      50% { transform: translate3d(0,-18px,0); }
    }

    @keyframes jpmGlow {
      from { opacity: .45; transform: scale(.99); }
      to { opacity: .85; transform: scale(1.01); }
    }

    @media (max-width: 991.98px) {
      .jpm-offering-section {
        padding: 72px 0;
      }
      .jpm-offering-section .jpm-qr-panel {
        padding: 22px;
      }
    }

    @media (max-width: 575.98px) {
      .jpm-offering-section {
        padding: 58px 0;
      }

      .jpm-offering-section .jpm-heading-wrap {
        margin-bottom: 30px;
      }

      .jpm-offering-section .jpm-shell {
        padding: 8px;
        border-radius: 24px;
      }

      .jpm-offering-section .jpm-panel {
        border-radius: 18px;
      }

      .jpm-offering-section .jpm-qr-panel,
      .jpm-offering-section .jpm-bank-panel {
        padding: 20px 16px;
      }

      .jpm-offering-section .jpm-panel-head {
        align-items: flex-start;
      }

      .jpm-offering-section .jpm-secure {
        display: none;
      }

      .jpm-offering-section .jpm-bank-item {
        gap: 10px;
        padding: 13px 12px;
      }

      .jpm-offering-section .jpm-bank-item-icon {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .jpm-offering-section *,
      .jpm-offering-section *::before,
      .jpm-offering-section *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
      }
    }