:root {
    --primary: #0f5d9a;
    --primary-dark: #0a4a7a;
    --secondary: #0f5d9a;
    --secondary-dark: #08143f;
    --text: #1d2939;
    --muted: #484848;
    --bg: #f5f9ff;
    --white: #ffffff;
    --border: #f0e4d8;
    --success: #17b26a;
    --shadow: 0 12px 30px rgba(15, 93, 154, 0.08);
    --radius: 20px;
    --container: 1140px;
  }


    .call-instruction-box {
  background: linear-gradient(135deg, #fff7ed 0%, #fef3e2 100%);
  border: 1.5px solid #f59e0b;
  border-left: 4px solid #f59e0b;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.call-instruction-box p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 6px;
}
.call-instruction-box p::before {
  content: "📞";
  font-size: 14px;
}


.faq-item.active {
    border: 2px solid var(--primary);
}

button:focus {
    outline: 1px dotted !important;
  }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { color: var(--secondary); background: var(--white); line-height: 1.6; font-size: 15px; }
    main { padding: 0px 0; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
    .section { padding: 15px 0; }
    .section-sm { padding: 15px 0; }

    .section-title { text-align: center;  margin: 0 auto 15px; }
    .section-title .eyebrow {
      display: inline-block; padding: 8px 14px;
      background: rgba(15, 93, 154, 0.10); color: var(--primary-dark);
      border-radius: 999px; font-size: 16px; font-weight: 700; margin-bottom: 14px;
    }
    .section-title h2 { font-size: clamp(22px, 3.2vw, 32px); line-height: 1.15; margin-bottom: 12px; color: var(--secondary); }
    .section-title p { font-size: 16px; color: var(--muted); }
    .mt-48 { margin-top: 48px; }

    .btn-primary { background: var(--primary); color: var(--white); box-shadow: 0 10px 20px rgba(15, 93, 154, 0.25); }
    .btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
    .btn-outline { background: var(--white); color: var(--secondary); border-color: rgba(15, 93, 154, 0.18); }
    .btn-outline:hover { border-color: var(--secondary); transform: translateY(-2px); }

    /* Header */
    .topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(15, 93, 154, 0.08); }
    .navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--secondary); font-size: 24px; }
    .brand-mark { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--primary), #4a9fd4); color: var(--white); display: grid; place-items: center; font-weight: 800; box-shadow: var(--shadow); }
    .nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 600; }
    .nav-links a:hover { color: var(--secondary); }

    /* Hero */
    .hero { position: relative; background: radial-gradient(circle at top left, rgba(15,93,154,0.10), transparent 30%), radial-gradient(circle at bottom right, rgba(15,93,154,0.08), transparent 28%), linear-gradient(180deg, #f5faff 0%, #ffffff 100%); overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 36px; min-height: auto; padding: 15px 0; }
    .hero-content .tag { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(15,93,154,0.08); color: var(--secondary); font-size: 16px; font-weight: 700; margin-bottom: 18px; }
    .hero-content h1 { font-size: 32px; line-height: 1.05; letter-spacing: -1.5px; color: var(--secondary); margin-bottom: 18px; }
    .hero-content h1 span { color: var(--primary); }
    .hero-content p { font-size: 16px; max-width: 620px; color: var(--muted); margin-bottom: 30px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
    .trust-line { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: var(--muted); font-weight: 600; }
    .trust-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(23,178,106,0.09); color: var(--success); padding: 10px 14px; border-radius: 999px; font-size: 16px; font-weight: 700; }
    .hero-card { background: var(--white); border: 1px solid var(--border); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); position: relative; }
    .hero-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(145deg, rgba(15,93,154,0.35), rgba(15,93,154,0.14)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
    .hero-visual { display: grid; gap: 18px; }
    .stat-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-radius: 18px; background: #f0f7ff; border: 1px solid #c2ddf2; margin-bottom: 16px; }
    .stat-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--white); border: 1px solid #c2ddf2; color: var(--primary); font-weight: 800; font-size: 20px; }
    .stat-card:last-child { margin-bottom: 0; }
    .stat-card strong { font-size: 24px; color: var(--secondary); }
    .stat-card span { color: var(--muted); font-size: 16px; font-weight: 600; }
    .mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
    .mini-box { background: #f8fbff; border: 1px solid #c2ddf2; border-radius: 18px; padding: 18px; }
    .mini-box h4 { color: var(--secondary); font-size: 16px; margin-bottom: 6px; }
    .mini-box p { color: var(--muted); font-size: 16px; }

    /* Benefits */
    .benefits-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 30px;  }
    .benefits-panel { background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%); border: 1px solid var(--border); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
    .benefits-panel h3 { font-size: 32px; line-height: 1.15; color: var(--secondary); margin-bottom: 14px; }
    .benefits-panel p { color: var(--muted); margin-bottom: 22px; }
    .pain-list, .feature-list { list-style: none; display: grid; gap: 14px; }
    .pain-list li, .feature-list li { display: flex; align-items: flex-start; gap: 12px;align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 7px 7px; }
    .icon-dot { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-weight: 800; background: rgba(15,93,154,0.10); color: var(--primary-dark); }

    /* ===== FIX 1: See More button for mobile benefits ===== */
    .see-more-btn {
      display: none;
      width: 100%;
      justify-content: center;
      align-items: center;
      gap: 6px;
      margin-top: 14px;
      padding: 10px 20px;
      background: transparent;
      border: 1.5px solid var(--primary);
      border-radius: 999px;
      color: var(--primary);
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.2s ease;
    }
    .see-more-btn:hover { background: rgba(15,93,154,0.06); }

    @media (max-width: 768px) {
      .pain-list li:nth-child(n+3),
      .feature-list li:nth-child(n+3) {
        display: none;
      }
      .pain-list li:nth-child(n+3).visible,
      .feature-list li:nth-child(n+3).visible {
        display: flex;
      }
      .see-more-btn {
        display: flex;
      }
    }
    /* ===== END FIX 1 ===== */

    /* Steps */
    .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
    .steps-grid-mobile { display: none; }
    .why-grid-mobile { display: none; }
    .step-card { position: relative; background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%); border: 1px solid var(--border); border-radius: 22px; padding: 26px 22px 28px; box-shadow: var(--shadow); text-align: left; transition: 0.25s ease; overflow: hidden; }
    .step-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), #4a9fd4); }
    .step-card:hover, .package-card:hover, .why-card:hover, .testimonial-card:hover, .faq-item:hover { transform: translateY(-5px); }
    .step-number { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-weight: 800; background: rgba(15,93,154,0.08); color: var(--secondary); margin-bottom: 14px; }
    .step-card h3 { font-size: 18px; color: var(--secondary); line-height: 1.3; margin-bottom: 8px; }
    .step-card p { color: var(--muted); font-size: 16px; }

    /* Packages */
    .packages-section { background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
    .packages-section.other-plans { padding-top: 15px; }
    .packages-section.other-plans .section-title { margin-bottom: 32px; }
    .package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
    .package-card { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: 28px; padding:20px; box-shadow: var(--shadow); transition: 0.25s ease; display: flex; flex-direction: column; overflow: visible; }
    .packages-section.other-plans .package-card { padding-top: 18px; }
    .package-card.recommended { border: 2px solid var(--primary); box-shadow: 0 20px 40px rgba(15,93,154,0.18); }
    .recommended-badge { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px; background: var(--primary); color: var(--white); padding: 4px 10px; border-radius: 999px; font-size: 14px; font-weight: 800; white-space: nowrap; z-index: 2;  }
    .package-card h3 { font-size: 20px; color: var(--secondary); margin-bottom: 6px; }
    .packages-section.other-plans .package-card h3 { min-height: 58px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

    /* ===== FIX 2: package-sub - remove extra margin/height ===== */
    .package-sub {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 14px;
      display: -webkit-box;
      width: 100%;
      max-width: 100%;
      min-height: unset;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    /* ===== END FIX 2 ===== */

    .packages-section.other-plans .package-sub { min-height: unset; }
    .packages-section.other-plans .package-price { min-height: 40px; margin-bottom: 16px; }
    .packages-section.other-plans .package-features { margin: 12px 0 0; flex: unset; align-content: unset; min-height: unset; }
    .packages-section.other-plans .package-features li { min-height: 22px; align-items: center; }
    .packages-section.other-plans .package-features li span:last-child { overflow: hidden; text-overflow: ellipsis; display: block; }
    .package-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 18px; }
    .package-price strong { font-size: 36px; line-height: 1; color: var(--primary); }
    .package-price span { color: var(--muted); font-weight: 600; }
    .package-features { list-style: none; display: grid; gap: 6px; margin: 12px 0 0; padding: 0; }
    .package-spacer { display: none; }
    .package-features li { display: flex; align-items: flex-start; gap: 10px; color: var(--text); font-weight: 500; font-size: 16px; line-height: 1.4; }
    .package-features li span:last-child { display: block; }
    .tick { width: 22px; height: 22px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(23,178,106,0.12); color: var(--success); font-size: 16px; margin-top: 2px; flex-shrink: 0; }
    .package-btn { margin-top: auto;  }
    .packages-section.other-plans .package-btn { margin-top: auto; padding-top: 16px; }

    /* Owl Carousel */
    .owl-carousel .owl-stage { display: flex; }
    .owl-carousel .owl-item { display: flex; }
    .owl-carousel .owl-item .package-card, .owl-carousel .owl-item .video-card { width: 100%; height: 100%; }
    .package-carousel .package-card { margin: 20px 6px 26px; }
    .packages-section:not(.other-plans) .package-carousel .package-card { margin: 20px 5px 26px; }
    .packages-section.other-plans .package-carousel .package-card { margin: 20px 0 26px; }
    .package-carousel .owl-item { overflow: visible; }
    .packages-section.other-plans .package-carousel .owl-stage-outer { padding-left: 0; padding-right: 0; }
    .package-carousel .owl-stage-outer { overflow: hidden; padding-top: 8px; padding-bottom: 24px; }

    .owl-nav button {
      width: 50px;
      height: 50px;
      border-radius: 16px;
      border: 1px solid rgba(15, 93, 154, 0.18);
      background: var(--white);
      color: var(--secondary);
      font-weight: 800;
      box-shadow: var(--shadow);
      transition: 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .owl-nav button span {
      font-size: 30px;
      line-height: 1;
      display: block;
      margin-top: -3px;
    }
    .owl-nav button:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
    .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 6px 4px; background: rgba(15,93,154,0.2); display: block; border-radius: 999px; }
    .owl-dots .owl-dot.active span { background: var(--primary); width: 22px; }
    .owl-nav { display: flex; justify-content: center; gap: 10px; margin-top: 16px; }

    /* Why */
    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
    .why-card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 28px 22px; box-shadow: var(--shadow); text-align: center; }
    .why-carousel .why-card { margin: 8px; }
    .why-carousel .owl-stage-outer { padding: 6px 0 16px; }
    .why-carousel .owl-stage { display: flex; align-items: stretch; }
    .why-carousel .owl-item { display: flex; justify-content: center; }
    .why-carousel .owl-item .why-card { width: 100%; max-width: 320px; margin: 8px auto; text-align: center; }
    .why-carousel .owl-item .why-card .why-icon { margin: 0 auto 16px; }
    .why-carousel .owl-item .why-card h3,
    .why-carousel .owl-item .why-card p { text-align: center; }
    .why-card .why-icon { width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; margin: 0 auto 16px; background: rgba(15,93,154,0.10); color: var(--primary-dark); font-size: 28px; }
    .why-card h3 { font-size: 18px; color: var(--secondary); margin-bottom: 8px; }
    .why-card p { color: var(--muted); font-size: 16px; }

    /* Testimonials */
    .testimonial-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .testimonial-carousel .testimonial-card { margin: 8px; height: 100%; }
    .testimonial-carousel .owl-stage-outer { padding: 6px 0 16px; }
    .testimonial-carousel .owl-item > div { width: 100%; }
    .testimonial-card { background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%); border: 1px solid var(--border); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
    .testimonial-avatar { width: 72px; height: 72px; max-width: 72px; max-height: 72px; border-radius: 50%; object-fit: cover; object-position: center; display: block; flex-shrink: 0; background: radial-gradient(circle at top right, rgba(15,93,154,0.2), transparent 45%), linear-gradient(135deg, #f4f8ff 0%, #e9f0ff 100%); border: 3px solid #ffffff; box-shadow: 0 10px 24px rgba(15,93,154,0.18); }
    .quote { font-size: 18px; color: var(--secondary); margin-bottom: 18px; font-weight: 600; }
    .person { color: var(--muted); font-weight: 700; }

    /* Video */
    .video-card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 18px; display: flex; flex-direction: column; gap: 12px; height: 100%; min-height: 285px;cursor: pointer; }
    .video-frame { position: relative; height: 210px; border-radius: 18px; overflow: hidden; background: radial-gradient(circle at top right, rgba(15,93,154,0.22), transparent 45%), radial-gradient(circle at bottom left, rgba(15,93,154,0.12), transparent 55%), linear-gradient(135deg, #f4f8ff 0%, #e9f0ff 100%); display: grid; place-items: center; }
    .video-placeholder { height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--secondary); text-align: center; }
    .video-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
    .video-overlay { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
    .video-icon { width: 68px; height: 68px; border-radius: 18px; background: linear-gradient(135deg, #0f5d9a 0%, #4a9fd4 100%); box-shadow: 0 14px 30px rgba(15,93,154,0.35); position: relative; }
    .video-icon::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-35%, -50%); width: 0; height: 0; border-left: 18px solid #ffffff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
    .video-text { font-weight: 700; font-size: 16px; }
    .video-carousel .video-card { margin: 0; position: relative; overflow: hidden; }
    .video-carousel .video-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(15,93,154,0.35), rgba(74,159,212,0.3)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
    .video-carousel .owl-stage-outer { padding: 6px 0 16px; }
    .video-card:hover { transform: translateY(-4px); }
    .video-carousel .person { font-size: 16px; color: var(--secondary); font-weight: 700; text-align: center; }
    #youtube-reviews { background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%); }
    #youtube-reviews .container { width: min(100% - 24px, 1240px); }
    .video-carousel .owl-item { display: flex; }
    .video-carousel .owl-item > div { width: 100%; }

    /* Video modal */
    .video-modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; padding: 90px 20px 40px; background: rgba(10,18,31,0.65); }
    .video-modal.show { display: flex; }
    .video-modal-card { width: min(100%, 820px); background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.22); position: relative; max-height: calc(100vh - 140px); }
    .video-modal-frame { position: relative; padding-top: 56.25%; background: #000; max-height: calc(100vh - 200px); }
    .video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
    .video-modal-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 10px; border: none; background: rgba(255,255,255,0.9); color: var(--secondary); font-size: 22px; cursor: pointer; z-index: 2; }

    /* FAQ */
    .faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 16px; }
    .faq-item { border: 1px solid var(--border); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); background: var(--white); }
    .faq-question { width: 100%; text-align: left; border: none; background: var(--white); padding: 22px 24px; font-size: 17px; font-weight: 700; color: var(--secondary); display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
    .faq-answer { display: none; padding: 0 24px 22px; color: var(--muted); }
    .faq-item.active .faq-answer { display: block; }
    .faq-item.active .faq-toggle { transform: rotate(45deg); }
    .faq-toggle { font-size: 28px; transition: 0.2s ease; color: var(--primary); line-height: 1; }

    /* CTA */
    .cta-box { background: linear-gradient(135deg, var(--secondary), #1a7abf); color: var(--white); border-radius: 32px; padding: 44px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; box-shadow: 0 20px 40px rgba(15,93,154,0.20); }
    .cta-box h2 { font-size: clamp(24px, 3.6vw, 36px); line-height: 1.15; margin-bottom: 10px; color: var(--white); }
    .cta-box p { font-size: 16px; opacity: 0.9; max-width: 720px; color: rgba(255,255,255,0.9); }
    .cta-box .btn-outline { background: var(--white); color: var(--secondary); border-color: var(--white); }

    /* ============ MODAL - REDESIGNED ============ */
    .modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; padding: 90px 20px 40px; background: rgba(10,18,31,0.65); }
    .modal.show { display: flex; }

    .modal-card { width: min(100%, 760px); background: var(--white); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,0.22); overflow: hidden; position: relative; max-height: calc(100vh - 140px); display: flex; flex-direction: column; }

    /* Blue gradient header */
    .modal-head {
      padding: 22px 26px;
      background: linear-gradient(135deg, #0f5d9a 0%, #1a7abf 100%);
      border-bottom: none;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 16px;
      flex-shrink: 0;
    }
    .modal-head-text { flex: 1; }
    .modal-head-eyebrow {
      font-size: 16px;
      font-weight: 700;
      color: rgba(255,255,255,0.65);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 4px;
    }
    .modal-head h3 { color: #ffffff; font-size: 22px; line-height: 1.2; margin-bottom: 3px; }
    .modal-head p { color: rgba(255,255,255,0.75); font-size: 16px; }

    .close-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: none;
      background: rgba(255,255,255,0.18);
      color: #ffffff;
      font-size: 22px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: 0.2s ease;
    }
    .close-btn:hover { background: rgba(255,255,255,0.28); }

    .modal-body { padding: 22px 26px; overflow-y: auto; }

    /* Payment info box - redesigned */
    .payment-info-box {
      display: flex;
      align-items: stretch;
      background: #f0f7ff;
      border: 1.5px solid #b5d4f4;
      border-radius: 18px;
      padding: 18px;
      margin-bottom: 18px;
      gap: 0;
    }

    /* QR section */
    .qr-code-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
      width: 185px;
    }
    .qr-top-label {
      font-size: 16px;
      font-weight: 700;
      color: #0f5d9a;
      letter-spacing: 0.6px;
      text-transform: uppercase;
    }
    .qr-img-wrap {
      position: relative;
      width: 170px;
      height: 170px;
    }
    .qr-img-wrap img {
      border: 2.5px solid #0f5d9a;
      border-radius: 14px;
      padding: 8px;
      background: #fff;
    }
    .blurred-qr { filter: blur(7px); transition: filter 0.5s ease; }

    .qr-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(240,247,255,0.82);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      z-index: 10;
      gap: 8px;
    }
    .qr-overlay button {
      padding: 8px 16px;
      font-size: 16px;
      font-weight: 700;
      border-radius: 8px;
      border: none;
      background: #0f5d9a;
      color: #fff;
      cursor: pointer;
      transition: 0.2s ease;
    }
    .qr-overlay button:hover { background: #0a4a7a; }

    .qr-bottom-label {
      font-size: 16px;
      color: #0f5d9a;
      font-weight: 600;
      text-align: center;
      line-height: 1.4;
    }

    /* Divider */
    .qr-divider {
      width: 1px;
      background: #c2ddf2;
      flex-shrink: 0;
      margin: 0 18px;
    }

    /* Bank details */
    .payment-details-section {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 10px;
      text-align: left;
    }
    .bank-details-section {
      display: flex;
      flex-direction: column;
      text-align: left;
    }
    .bank-details-section h4 {
      margin: 0 0 10px 0;
      color: #0f5d9a;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.6px;
    }
    .bank-drawer-toggle {
      display: none;
      width: 100%;
      border: 1.5px solid #c2ddf2;
      background: #ffffff;
      color: #0f5d9a;
      border-radius: 10px;
      padding: 11px 12px;
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
    }
    .bank-drawer-icon {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(15,93,154,0.1);
      display: inline-grid;
      place-items: center;
      font-size: 17px;
      line-height: 1;
      transition: 0.2s ease;
    }
    .bank-details-drawer {
      display: block;
    }
    .bank-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4px 0;
      font-size: 13px;
      border-bottom: 1px solid rgba(194,221,242,0.5);
    }
    .bank-row:last-of-type { border-bottom: none; }
    .bank-row .b-label { color: #6b7280; font-weight: 500; }
    .bank-row .b-val { color: #1d2939; font-weight: 700; }

    .upi-box {
      margin-top: 10px;
      padding: 10px 12px;
      background: #fff;
      border: 1.5px dashed #0f5d9a;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }
    .upi-box-left { display: flex; flex-direction: column; }
    .upi-box-left .upi-label { font-size: 11px; color: #6b7280; font-weight: 600; }
    .upi-box-left .upi-val { font-size: 13px; color: #0f5d9a; font-weight: 700; }

    /* Payment summary - blue */
    .payment-summary {
      background: linear-gradient(135deg, #0f5d9a 0%, #1a7abf 100%);
      border: none;
      border-radius: 14px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 20px;
    }
    .payment-summary strong { color: rgba(255,255,255,0.9); font-size: 15px; }
    .payment-summary .ps-sub { color: rgba(255,255,255,0.6); font-size: 12px; margin-top: 2px; }
    .payment-summary .price { font-size: 32px; font-weight: 800; color: #ffffff; flex-shrink: 0; }

    /* Form */
    .selected-package { display: inline-flex; align-items: center; gap: 10px; background: rgba(15,93,154,0.10); color: var(--primary-dark); border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 800; margin-bottom: 20px; }
    .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .form-group.full { grid-column: 1 / -1; }
    .form-group label { display: block; margin-bottom: 7px; color: var(--secondary); font-size: 13px; font-weight: 700; }
    .form-control { width: 100%; border: 1.5px solid #c2ddf2; background: #fbfdff; border-radius: 12px; padding: 12px 14px; font-size: 14px; color: var(--text); outline: none; transition: 0.2s ease; }
    .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(15,93,154,0.10); background: var(--white); }

    .payment-feedback { display: none; margin-top: 14px; margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-size: 14px; font-weight: 600; border: 1px solid transparent; }
    .payment-feedback.show { display: block; }
    .payment-feedback.info { background: #eef4ff; border-color: rgba(15,93,154,0.18); color: var(--secondary); }
    .payment-feedback.success { background: rgba(23,178,106,0.08); border-color: rgba(23,178,106,0.18); color: #0f7b48; }
    .payment-feedback.error { background: rgba(215,45,45,0.08); border-color: rgba(215,45,45,0.16); color: #b42318; }

    .btn[disabled] { opacity: 0.7; cursor: not-allowed; pointer-events: none; }

    .success-box { display: none; text-align: center; padding: 10px 4px 6px; }
    .success-box.show { display: block; }
    .success-icon { width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: rgba(23,178,106,0.12); color: var(--success); font-size: 34px; font-weight: 800; }
    .success-box h3 { color: var(--secondary); font-size: 30px; margin-bottom: 10px; }
    .success-box p { color: var(--muted); max-width: 540px; margin: 0 auto 24px; }
    .hidden { display: none !important; }

    /* File input */
    input[type="file"].form-control { padding: 8px 14px; line-height: 28px; height: auto; }
    input[type="file"].form-control::file-selector-button { background-color: var(--primary); color: #ffffff; border: none; padding: 6px 14px; border-radius: 8px; margin-right: 12px; cursor: pointer; font-weight: 600; transition: 0.2s ease; }
    input[type="file"].form-control::file-selector-button:hover { background-color: var(--primary-dark); }

    .proof-preview-container { display: none; margin-top: 10px; }
    .proof-preview-img { max-width: 130px; max-height: 130px; object-fit: cover; border-radius: 8px; border: 1px solid #c2ddf2; padding: 4px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.08); }

    label.error { color: #e74c3c; font-size: 13px; font-weight: 600; margin-top: 5px; display: block; }
    input.error, select.error { border-color: #e74c3c !important; background-color: #fdf3f2 !important; }

    /* Copy badge */
    .copy-badge { background: rgba(15,93,154,0.1); color: var(--primary); border: 1px solid rgba(15,93,154,0.2); padding: 5px 12px; border-radius: 7px; font-size: 12px; font-weight: 700; cursor: pointer; transition: 0.2s ease; flex-shrink: 0; }
    .copy-badge:hover { background: var(--primary); color: var(--white); }
    .copy-badge.copied { background: var(--success); color: var(--white); border-color: var(--success); }

    /* QR Spinner */
    .qr-spinner { width: 26px; height: 26px; border: 3px solid var(--primary); border-bottom-color: transparent; border-radius: 50%; display: none; animation: rotation 1s linear infinite; }
    @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

    /* Testimonial read more */
    .testimonial-text .read-more-btn, .testimonial-text .read-less-btn { margin-left: 5px; text-decoration: none; cursor: pointer; }
    .testimonial-text .read-more-btn:hover, .testimonial-text .read-less-btn:hover { text-decoration: underline; }

    /* Responsive */
    @media (max-width: 1100px) {
      .hero-grid, .benefits-wrap, .cta-box { grid-template-columns: 1fr; }
      .steps-grid, .why-grid, .testimonial-wrap, .package-grid { grid-template-columns: repeat(2, 1fr); }
      .package-card.recommended { transform: none; }
    }
    @media (max-width: 768px) {

/*        //mobile mate*/


      .section { padding: 15px 0; }
      .nav-links { display: none; }
      .hero-grid { min-height: auto; padding: 20px 0 15px; }
      .hero-content h1 { letter-spacing: -0.8px; }
      .steps-grid, .why-grid, .testimonial-wrap, .package-grid, .form-grid, .mini-grid { grid-template-columns: 1fr; }
      .steps-grid-desktop { display: none !important; }
      .steps-grid-mobile { display: block !important; }
      .why-grid-desktop { display: none !important; }
      .why-grid-mobile { display: block !important; }
      .verification-steps-carousel .step-card,
      .verification-benefits-carousel .why-card { margin: 6px 4px 16px; }
      .cta-box { padding: 30px 22px; }
      .benefits-panel, .hero-card, .step-card, .package-card, .why-card, .testimonial-card { padding: 18px; }
      .modal-head, .modal-body { padding: 18px; }
      .payment-summary { flex-direction: row; }
      .payment-info-box { flex-direction: column; align-items: center; }
      .qr-divider { width: 100%; height: 1px; margin: 14px 0; }
      .payment-details-section { width: 100%; }
      .bank-details-section { width: 100%; text-align: left; }
      .bank-details-section h4 { display: none; }
      .bank-drawer-toggle { display: flex; }
      .bank-details-drawer {
        display: none;
        padding: 8px 12px 10px;
        background: #ffffff;
        border: 1px solid #c2ddf2;
        border-top: none;
        border-radius: 0 0 10px 10px;
      }
      .bank-details-section.is-open .bank-details-drawer { display: block; }
      .bank-details-section.is-open .bank-drawer-toggle {
        border-radius: 10px 10px 0 0;
        border-bottom-color: rgba(194,221,242,0.6);
      }
      .bank-details-section.is-open .bank-drawer-icon { transform: rotate(45deg); }
      .upi-box { margin-top: 0; }
    }
    @media (max-width: 480px) {
      .form-grid { grid-template-columns: 1fr; }
      .payment-summary { flex-direction: column; align-items: flex-start; gap: 8px; }
    }