/* =========================================================
   Shree Rudraksha Bhandar — Premium Landing Page Styles
   ========================================================= */

   :root {
    --saffron: #C96A16;
    --saffron-light: #E8905A;
    --gold: #D4AF37;
    --gold-light: #F1D57A;
    --brown: #3E2723;
    --brown-soft: #5D4037;
    --cream: #FFF8E7;
    --cream-dark: #FBEFD2;
    --white: #FFFFFF;
    --ink: #2B1B12;
    --shadow-soft: 0 10px 30px rgba(62, 39, 35, 0.10);
    --shadow-strong: 0 20px 50px rgba(62, 39, 35, 0.18);
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --font-display: 'Poppins', sans-serif;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  
  body {
    font-family: var(--font-display);
    color: var(--ink);
    background-color: var(--white);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    line-height: 1.65;
  }
  
  img,
  svg,
  video,
  canvas {
    max-width: 100%;
    height: auto;
  }
  
  iframe {
    max-width: 100%;
  }
  
  .yt-iframe-holder iframe {
    height: 100%;
  }
  
  a {
    text-decoration: none;
    transition: all .25s ease;
  }
  
  .container-xl-custom {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    width: 100%;
  }
  
  section[id],
  header[id] {
    scroll-margin-top: 84px;
  }
  
  /* Prevent any section from creating horizontal scroll */
  section,
  header,
  footer,
  nav,
  .trust-strip,
  .sticky-mobile-cta {
    max-width: 100%;
    overflow-x: clip;
  }
  
  /* ---------- Utility ---------- */
  .text-saffron {
    color: var(--saffron) !important;
  }
  
  .text-gold {
    color: var(--gold) !important;
  }
  
  .text-brown {
    color: var(--brown) !important;
  }
  
  .bg-cream {
    background-color: var(--cream) !important;
  }
  
  .bg-brown {
    background-color: var(--brown) !important;
  }
  
  .section-padding {
    padding: 90px 0;
  }
  
  @media (max-width: 767px) {
    .section-padding {
      padding: 56px 0;
    }
  }
  
  .divider-om {
    width: 70px;
    height: 3px;
    margin: 14px auto 26px;
    background: linear-gradient(90deg, var(--saffron), var(--gold));
    border-radius: 4px;
    position: relative;
  }
  
  .divider-om::before {
    content: "\f6e8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    background: var(--white);
    padding: 0 8px;
    font-size: 18px;
  }
  
  .section-eyebrow {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--saffron);
    background: var(--cream);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 12px;
  }
  
  .section-title {
    font-weight: 700;
    color: var(--brown);
    font-size: 2.2rem;
  }
  
  @media (max-width: 767px) {
    .section-title {
      font-size: 1.6rem;
    }
  }
  
  .section-subtitle {
    color: var(--brown-soft);
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.02rem;
  }
  
  /* ---------- Buttons ---------- */
  .btn-saffron {
    background: linear-gradient(135deg, var(--saffron), #a9550f);
    border: none;
    color: var(--white);
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(201, 106, 22, 0.35);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  
  .btn-saffron:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(201, 106, 22, 0.45);
    color: var(--white);
  }
  
  .btn-gold-outline {
    border: 2px solid var(--gold);
  
    background: #dbad18;
  
    color: var(--brown);
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 50px;
    transition: all .25s ease;
  }
  
  .btn-gold-outline:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-3px);
  }
  
  .btn-whatsapp {
    background: #25D366;
    border: none;
    color: var(--white);
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  
  .btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.45);
    background: #15c958;
    color: var(--white);
  }
  
  .btn-sm-outline-brown {
    border: 1.5px solid var(--brown);
    color: var(--brown);
    font-size: .85rem;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 40px;
    background: transparent;
  }
  
  .btn-sm-outline-brown:hover {
    background: var(--brown);
    color: var(--white);
  }
  
  .btn-sm-whatsapp {
    background: #25D366;
    color: var(--white);
    font-size: .85rem;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 40px;
    border: none;
  }
  
  .btn-sm-whatsapp:hover {
    background: #1eb958;
    color: var(--white);
  }
  
  /* ---------- Navbar ---------- */
  .navbar-rudraksha {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 18px rgba(62, 39, 35, 0.08);
    padding: 12px 0;
  }
  
  .navbar-rudraksha .navbar-brand {
    font-weight: 700;
    color: var(--brown);
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .navbar-rudraksha .navbar-brand img {
    width: auto;
    max-width: min(200px, 55vw);
    height: 40px !important;
    object-fit: contain;
  }
  
  .navbar-rudraksha .nav-link {
    color: var(--brown);
    font-weight: 500;
    margin: 0 8px;
    position: relative;
  }
  
  .navbar-rudraksha .nav-link:hover {
    color: var(--saffron);
  }
  
  .navbar-rudraksha .nav-cta {
    margin-left: 10px;
  }
  
  /* ---------- Hero ---------- */
  .hero-section {
    position: relative;
    background: linear-gradient(135deg, var(--cream) 0%, var(--white) 55%, var(--cream-dark) 100%);
    padding: 60px 0px;
    overflow: hidden;
  }
  
  .hero-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 70%);
  }
  
  .hero-section::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 106, 22, 0.14), transparent 70%);
  }
  
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--gold-light);
    color: var(--brown);
    font-size: .85rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 40px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 20px;
  }
  
  .hero-title {
    font-weight: 700;
    font-size: 3rem;
    color: var(--brown);
    line-height: 1.2;
    margin-bottom: 18px;
  }
  
  .hero-title span {
    color: var(--saffron);
  }
  
  @media (max-width: 767px) {
    .hero-title {
      font-size: 2rem;
    }
  }
  
  .hero-subtitle {
    font-size: 1.15rem;
    color: var(--brown-soft);
    margin-bottom: 30px;
    font-weight: 500;
  }
  
  .hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 34px;
  }
  
  .trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
  }
  
  .trust-badges .badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .92rem;
    font-weight: 600;
    color: var(--brown-soft);
  }
  
  .trust-badges .badge-item i {
    color: var(--saffron);
    font-size: 1rem;
  }
  
  .hero-image-wrap {
    position: relative;
    text-align: center;
  }
  
  .hero-image-wrap .glow-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.35), transparent 65%);
    filter: blur(10px);
    z-index: 0;
  }
  
  .hero-image-wrap img {
    position: relative;
    z-index: 1;
    margin-top: 35px !important;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-strong);
    border: 6px solid var(--white);
  }
  
  .hero-float-card {
    position: absolute;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-strong);
    padding: 12px 18px;
    z-index: 2;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brown);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .hero-float-card i {
    color: var(--gold);
    font-size: 1.3rem;
  }
  
  .hero-float-card.top-card {
    top: 10%;
    right: 4%;
  }
  
  .hero-float-card.bottom-card {
    bottom: 7%;
    left: 4%;
  }
  
  @media (max-width: 991px) {
    .hero-float-card {
      display: none;
    }
  }
  
  /* ---------- Benefit Cards ---------- */
  .benefit-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 34px 26px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-strong);
  }
  
  .benefit-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--saffron), var(--gold));
    color: var(--white);
    font-size: 1.7rem;
    box-shadow: 0 10px 22px rgba(201, 106, 22, 0.3);
  }
  
  .benefit-card h5 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 10px;
  }
  
  .benefit-card p {
    color: var(--brown-soft);
    font-size: .93rem;
    margin-bottom: 0;
  }
  
  /* ---------- Benefits Images Grid ---------- */
  .benefits-images {
    align-items: stretch;
  }
  
  .benefit-image-card {
    height: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.18);
    background: var(--white);
    transition: transform .35s ease, box-shadow .35s ease;
  }
  
  .benefit-image-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
  }
  
  .benefit-image-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  @media (max-width: 767px) {
    .benefits-images .col-12 {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .benefit-image-card {
      border-radius: var(--radius-md);
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .benefit-image-card img {
      min-height: 220px;
      object-fit: cover;
    }
  }
  
  /* ---------- Mukhi Collection ---------- */
  .mukhi-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .mukhi-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
  }
  
  .mukhi-img-wrap {
    position: relative;
    background: linear-gradient(135deg, var(--cream), var(--cream-dark));
    padding: 22px;
    text-align: center;
  }
  
  .mukhi-img-wrap img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: var(--shadow-soft);
  }
  
  .mukhi-number-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--brown);
    color: var(--gold-light);
    font-weight: 700;
    font-size: .78rem;
    padding: 5px 12px;
    border-radius: 30px;
  }
  
  .mukhi-card-body {
    padding: 20px;
  }
  
  .mukhi-card-body h5 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 8px;
  }
  
  .mukhi-card-body p.desc {
    font-size: .85rem;
    color: var(--brown-soft);
    min-height: 58px;
    margin-bottom: 12px;
  }
  
  .mukhi-price {
    font-weight: 700;
    color: var(--saffron);
    font-size: 1.05rem;
    margin-bottom: 14px;
  }
  
  .mukhi-price span {
    font-size: .78rem;
    color: var(--brown-soft);
    font-weight: 500;
    display: block;
  }
  
  .mukhi-card-actions {
    display: flex;
    gap: 8px;
  }
  
  .mukhi-card-actions .btn-sm-outline-brown,
  .mukhi-card-actions .btn-sm-whatsapp {
    flex: 1;
    text-align: center;
  }
  
  /* ---------- Why Choose Us ---------- */
  .why-card {
    background: var(--cream);
    border-radius: var(--radius-md);
    padding: 26px 20px;
    height: 100%;
    text-align: center;
    transition: transform .3s ease;
  }
  
  .why-card:hover {
    transform: translateY(-6px);
  }
  
  .why-card i {
    font-size: 2rem;
    color: var(--saffron);
    margin-bottom: 14px;
  }
  
  .why-card h6 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 6px;
  }
  
  .why-card p {
    font-size: .82rem;
    color: var(--brown-soft);
    margin-bottom: 0;
  }
  
  /* ---------- Certification ---------- */
  .cert-section {
    background: linear-gradient(135deg, var(--brown) 0%, #2A1A16 100%);
    color: var(--cream);
    border-radius: var(--radius-lg);
    padding: 56px 48px;
    position: relative;
    overflow: hidden;
  }
  
  .cert-section::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 70%);
    pointer-events: none;
  }
  
  .cert-eyebrow {
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold-light);
    background: rgba(212, 175, 55, 0.15);
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
  }
  
  .cert-title {
    color: var(--gold-light);
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin-bottom: 12px;
    line-height: 1.25;
  }
  
  .cert-lead {
    color: #E8DCC8;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
  }
  
  .cert-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 26px;
  }
  
  .cert-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  
  .cert-point-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: var(--gold);
    font-size: 1.15rem;
  }
  
  .cert-point strong {
    display: block;
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 4px;
  }
  
  .cert-point p {
    color: #E8DCC8;
    font-size: .9rem;
    margin: 0;
    line-height: 1.55;
  }
  
  .cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .cert-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: var(--gold-light);
    font-size: .8rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 40px;
  }
  
  .cert-badges span i {
    color: var(--gold);
  }
  
  .cert-visual {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
  }
  
  .cert-image-frame {
    background: var(--white);
    padding: 12px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-strong);
    border: 2px solid rgba(212, 175, 55, 0.35);
  }
  
  .cert-image-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(var(--radius-md) - 4px);
  }
  
  .cert-seal {
    position: absolute;
    bottom: -14px;
    right: -10px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--saffron));
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    border: 3px solid var(--white);
  }
  
  .cert-seal i {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  
  @media (max-width: 991px) {
    .cert-section {
      padding: 40px 24px;
      text-align: center;
    }
  
    .cert-lead {
      margin-left: auto;
      margin-right: auto;
    }
  
    .cert-point {
      text-align: left;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .cert-badges {
      justify-content: center;
    }
  
    .cert-visual {
      margin-top: 10px;
    }
  
    .cert-seal {
      right: 8px;
      bottom: -12px;
    }
  }
  
  @media (max-width: 767px) {
    .cert-section {
      padding: 32px 18px;
    }
  
    .cert-point-icon {
      width: 42px;
      height: 42px;
      font-size: 1rem;
    }
  
    .cert-seal {
      width: 78px;
      height: 78px;
      font-size: .62rem;
    }
  }
  
  /* ---------- Testimonials ---------- */
  .testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    box-shadow: var(--shadow-soft);
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.15);
  }
  
  .testimonial-stars {
    color: var(--gold);
    font-size: .9rem;
    margin-bottom: 12px;
  }
  
  .testimonial-card p.review-text {
    color: var(--brown-soft);
    font-style: italic;
    font-size: .95rem;
    margin-bottom: 20px;
  }
  
  .testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-light);
  }
  
  .testimonial-user h6 {
    margin-bottom: 2px;
    color: var(--brown);
    font-weight: 700;
  }
  
  .testimonial-user span {
    font-size: .78rem;
    color: var(--brown-soft);
  }
  
  /* ---------- Process ---------- */
  .process-step {
    text-align: center;
    position: relative;
    padding: 0 10px;
  }
  
  .process-step .step-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: var(--white);
    border: 3px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    color: var(--saffron);
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 2;
  }
  
  .process-step .step-num {
    position: absolute;
    top: -8px;
    right: 6px;
    background: var(--saffron);
    color: var(--white);
    font-size: .72rem;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .process-step h6 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 6px;
  }
  
  .process-step p {
    font-size: .82rem;
    color: var(--brown-soft);
  }
  
  .process-line {
    position: absolute;
    top: 42px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--gold-light) 0, var(--gold-light) 6px, transparent 6px, transparent 12px);
    z-index: 1;
    pointer-events: none;
  }
  
  @media (max-width: 767px) {
    .process-line {
      display: none;
    }
  }
  
  /* ---------- FAQ ---------- */
  .accordion-rudraksha .accordion-item {
    border: none;
    margin-bottom: 14px;
    border-radius: var(--radius-md) !important;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
  }
  
  .accordion-rudraksha .accordion-button {
    font-weight: 600;
    color: var(--brown);
    background: var(--white);
    padding: 18px 22px;
  }
  
  .accordion-rudraksha .accordion-button:not(.collapsed) {
    background: var(--cream);
    color: var(--saffron);
    box-shadow: none;
  }
  
  .accordion-rudraksha .accordion-button:focus {
    box-shadow: none;
    border: none;
  }
  
  .accordion-rudraksha .accordion-body {
    color: var(--brown-soft);
    font-size: .92rem;
    background: var(--white);
  }
  
  /* ---------- Lead Form ---------- */
  .lead-form-section {
    background: linear-gradient(135deg, var(--cream-dark), var(--cream));
    border-radius: var(--radius-lg);
    padding: 50px;
    box-shadow: var(--shadow-strong);
  }
  
  @media (max-width: 767px) {
    .lead-form-section {
      padding: 28px 20px;
    }
  }
  
  .lead-form-section .form-control,
  .lead-form-section .form-select {
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    border: 1px solid rgba(62, 39, 35, 0.15);
    margin-bottom: 16px;
  }
  
  .lead-form-section .form-control:focus,
  .lead-form-section .form-select:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 .2rem rgba(201, 106, 22, 0.15);
  }
  
  .lead-form-section label {
    font-weight: 600;
    color: var(--brown);
    font-size: .88rem;
    margin-bottom: 6px;
  }
  
  .form-alert-success {
    background: #e8f7ee;
    color: #1c7a3d;
    border: 1px solid #b7e6c6;
    border-radius: var(--radius-sm);
    padding: 14px 18px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: .9rem;
  }
  
  .form-alert-error {
    background: #fdecea;
    color: #c0392b;
    border: 1px solid #f5c6c1;
    border-radius: var(--radius-sm);
    padding: 14px 18px;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: .9rem;
  }
  
  /* ---------- Sticky Mobile CTA ---------- */
  .sticky-mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: none;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.14);
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    padding: env(safe-area-inset-bottom, 0);
  }
  
  .sticky-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 14px 10px;
    font-weight: 700;
    font-size: .92rem;
    color: var(--white);
    min-height: 54px;
    transition: filter .2s ease, transform .2s ease;
  }
  
  .sticky-mobile-cta a i {
    font-size: 1.05rem;
  }
  
  .sticky-mobile-cta a:active {
    transform: scale(0.98);
  }
  
  .sticky-mobile-cta a.call-btn {
    background: linear-gradient(135deg, var(--brown), #2A1A16);
  }
  
  .sticky-mobile-cta a.wa-btn {
    background: linear-gradient(135deg, #25D366, #1eb958);
  }
  
  @media (max-width: 991px) {
    .sticky-mobile-cta {
      display: grid;
    }
  
    body {
      padding-bottom: calc(54px + env(safe-area-inset-bottom, 0px));
    }
  
    .whatsapp-float {
      display: none;
    }
  }
  
  @media (max-width: 480px) {
    .sticky-mobile-cta a {
      flex-direction: column;
      gap: 4px;
      padding: 10px 6px;
      font-size: .78rem;
      min-height: 58px;
    }
  
    .sticky-mobile-cta a i {
      font-size: 1.15rem;
    }
  }
  
  /* ---------- Floating WhatsApp ---------- */
  .whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 22px;
    z-index: 1060;
    background: #25D366;
    color: var(--white);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    animation: pulse-wa 2.4s infinite;
  }
  
  @media (max-width: 991px) {
    .whatsapp-float {
      display: none;
    }
  }
  
  @media (min-width: 992px) {
    .whatsapp-float {
      bottom: 28px;
    }
  }
  
  @keyframes pulse-wa {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    }
  
    70% {
      box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  }
  
  /* ---------- Footer ---------- */
  .footer-rudraksha {
    background: linear-gradient(180deg, var(--brown) 0%, #2A1A16 100%);
    color: var(--cream);
    padding: 56px 0 0;
  }
  
  .footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
    padding-bottom: 36px;
  }
  
  .footer-about p {
    color: #D9C9BE;
    font-size: .92rem;
    line-height: 1.7;
    margin: 0 0 18px;
    max-width: 520px;
  }
  
  .footer-rudraksha h5 {
    color: var(--gold-light);
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 1.05rem;
  }
  
  .footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 16px;
  }
  
  .footer-brand img {
    width: auto;
    max-width: min(200px, 70vw);
    height: auto;
    object-fit: contain;
  }
  
  .footer-website-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-light) !important;
    font-weight: 600;
    font-size: .92rem;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.25);
    transition: background .25s ease, color .25s ease, transform .25s ease;
  }
  
  .footer-website-link:hover {
    background: rgba(212, 175, 55, 0.15);
    color: var(--white) !important;
    transform: translateY(-2px);
  }
  
  .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--gold-light) !important;
    transition: background .25s ease, color .25s ease, transform .25s ease;
  }
  
  .footer-social a:hover {
    background: var(--gold);
    color: var(--brown) !important;
    transform: translateY(-3px);
  }
  
  .footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #D9C9BE;
    font-size: .9rem;
    line-height: 1.55;
  }
  
  .footer-contact ul li i {
    color: var(--gold);
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
  }
  
  .footer-contact ul li a {
    color: #D9C9BE;
  }
  
  .footer-contact ul li a:hover {
    color: var(--gold-light);
  }
  
  .footer-rudraksha a {
    color: #D9C9BE;
    font-size: .9rem;
  }
  
  .footer-rudraksha a:hover {
    color: var(--gold-light);
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding: 18px 0;
    text-align: center;
    font-size: .82rem;
    color: #C9B8AC;
  }
  
  @media (max-width: 991px) {
    .footer-main {
      grid-template-columns: 1fr;
      gap: 28px;
      text-align: center;
    }
  
    .footer-about p {
      max-width: none;
      margin-left: auto;
      margin-right: auto;
    }
  
    .footer-brand {
      justify-content: center;
    }
  
    .footer-social {
      justify-content: center;
    }
  
    .footer-contact ul li {
      justify-content: center;
      text-align: left;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media (max-width: 767px) {
    .footer-rudraksha {
      padding-top: 40px;
      padding-bottom: 0;
    }
  
    .footer-main {
      padding-bottom: 28px;
    }
  }
  
  /* ---------- Section title bar (reused) ---------- */
  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }
  
  /* ---------- Search by Mukhi ---------- */
  .mukhi-search-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--cream);
    border-radius: var(--radius-lg);
    padding: 18px 22px;
    margin-bottom: 36px;
  }
  
  .mukhi-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: var(--shadow-soft);
    flex: 1 1 260px;
    max-width: 340px;
  }
  
  .mukhi-search-input i {
    color: var(--saffron);
  }
  
  .mukhi-search-input input {
    border: none;
    outline: none;
    width: 100%;
    font-family: var(--font-display);
    font-size: .92rem;
    color: var(--ink);
    background: transparent;
  }
  
  .mukhi-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .mukhi-filter-chip {
    border: 1.5px solid var(--gold-light);
    background: var(--white);
    color: var(--brown);
    font-size: .8rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .2s ease;
  }
  
  .mukhi-filter-chip:hover {
    border-color: var(--saffron);
  }
  
  .mukhi-filter-chip.active {
    background: var(--saffron);
    border-color: var(--saffron);
    color: var(--white);
  }
  
  .mukhi-no-results {
    text-align: center;
    color: var(--brown-soft);
    font-size: .95rem;
    margin-top: 30px;
  }
  
  .mukhi-no-results a {
    color: var(--saffron);
    font-weight: 600;
  }
  
  .mukhi-number-badge.tag-bestseller {
    background: var(--saffron);
    color: var(--white);
  }
  
  .mukhi-number-badge.tag-new {
    background: #1c7a3d;
    color: var(--white);
  }
  
  /* ---------- Shop By Purpose ---------- */
  .purpose-card {
    display: block;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px 18px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    height: 100%;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .purpose-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
  }
  
  .purpose-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    color: var(--saffron);
    font-size: 1.5rem;
  }
  
  .purpose-card h6 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 6px;
  }
  
  .purpose-card p {
    font-size: .82rem;
    color: var(--brown-soft);
    margin-bottom: 0;
  }
  
  /* ---------- Combo Packs ---------- */
  .combo-card {
    position: relative;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px 26px;
    height: 100%;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .combo-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
  }
  
  .combo-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--saffron));
    color: var(--white);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
  }
  
  .combo-card h5 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 8px;
  }
  
  .combo-card p {
    color: var(--brown-soft);
    font-size: .88rem;
    min-height: 60px;
  }
  
  .combo-price {
    font-weight: 700;
    color: var(--saffron);
    font-size: 1.3rem;
    margin: 10px 0 16px;
  }
  
  .combo-mrp {
    color: var(--brown-soft);
    font-weight: 500;
    font-size: .9rem;
    text-decoration: line-through;
    margin-left: 8px;
  }
  
  /* ---------- Pricing Table ---------- */
  .pricing-table-wrap {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.16);
    overflow: hidden;
  }
  
  .pricing-table {
    --bs-table-bg: transparent;
    --bs-table-border-color: rgba(62, 39, 35, 0.08);
    margin-bottom: 0;
  }
  
  .pricing-table thead th {
    background: linear-gradient(135deg, var(--brown), #2A1A16);
    color: var(--gold-light);
    font-size: .83rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 16px 18px;
    border: none;
    white-space: nowrap;
  }
  
  .pricing-table tbody td {
    padding: 16px 18px;
    color: var(--brown);
    font-size: .92rem;
    vertical-align: middle;
  }
  
  .pricing-table tbody tr:nth-child(even) {
    background: rgba(255, 248, 231, 0.55);
  }
  
  .pricing-table tbody tr:hover {
    background: rgba(212, 175, 55, 0.08);
  }
  
  .pricing-code {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(201, 106, 22, 0.1);
    color: var(--saffron);
    font-weight: 700;
    font-size: .82rem;
  }
  
  .pricing-amount {
    color: var(--saffron);
    font-weight: 700;
    white-space: nowrap;
  }
  
  .pricing-wa-btn {
    white-space: nowrap;
  }
  
  @media (max-width: 767px) {
    .pricing-table-wrap {
      background: transparent;
      border: none;
      box-shadow: none;
    }
  
    .pricing-table,
    .pricing-table thead,
    .pricing-table tbody,
    .pricing-table th,
    .pricing-table td,
    .pricing-table tr {
      display: block;
      width: 100%;
    }
  
    .pricing-table thead {
      display: none;
    }
  
    .pricing-table tbody {
      display: grid;
      gap: 14px;
    }
  
    .pricing-table tbody tr {
      background: var(--white) !important;
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-soft);
      border: 1px solid rgba(212, 175, 55, 0.16);
      padding: 8px 0;
      overflow: hidden;
    }
  
    .pricing-table tbody td {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      padding: 10px 14px;
      border: none;
      font-size: .88rem;
      text-align: right;
    }
  
    .pricing-table tbody td::before {
      content: attr(data-label);
      color: var(--brown-soft);
      font-weight: 700;
      text-align: left;
    }
  
    .pricing-table tbody td:last-child {
      padding-top: 14px;
    }
  
    .pricing-table .pricing-wa-btn {
      margin-left: auto;
    }
  }
  
  /* ---------- How We Test ---------- */
  .test-step-card {
    position: relative;
  }
  
  .test-step-num {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--gold);
    border: 1.5px solid var(--gold);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* ---------- How To Choose ---------- */
  .choose-by-card p {
    min-height: 66px;
  }
  /* ---------- YouTube Video Cards ---------- */
.yt-video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .3s ease, box-shadow .3s ease;
  background: var(--white);
  border: 1px solid rgba(212, 175, 55, 0.15);
  height: 100%;
}

.yt-video-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-strong);
}

.yt-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: var(--brown);
}

.yt-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.yt-video-body {
  padding: 16px 20px;
}

.video-sub {
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--saffron);
}

.yt-video-body h6 {
  color: var(--brown);
  font-weight: 700;
  margin: 4px 0 0;
  font-size: .95rem;
}
  
  /* ---------- Knowledge Center / Blog ---------- */
  .blog-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    height: 100%;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
  }
  
  .blog-tag {
    display: inline-block;
    background: var(--cream);
    color: var(--saffron);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
  }
  
  .blog-card h5 {
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 10px;
  }
  
  .blog-card p {
    color: var(--brown-soft);
    font-size: .9rem;
    min-height: 70px;
  }
  
  .blog-read-more {
    color: var(--saffron);
    font-weight: 600;
    font-size: .88rem;
  }
  
  .blog-read-more:hover {
    color: var(--brown);
  }
  
  /* ---------- Final CTA ---------- */
  .final-cta-section {
    background: linear-gradient(135deg, var(--brown) 0%, #2A1A16 100%);
    padding: 80px 0;
    color: var(--white);
  }
  
  .final-cta-section h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: var(--white);
    margin-bottom: 12px;
  }
  
  .final-cta-section p {
    color: #E8DCC8;
    font-size: 1.05rem;
    margin-bottom: 30px;
  }
  
  @media (max-width: 767px) {
    .final-cta-section {
      padding: 56px 0;
    }
  
    .final-cta-section h2 {
      font-size: 1.6rem;
    }
  }
  
  /* ---------- Trust Strip ---------- */
  .trust-strip {
    background: var(--cream-dark);
    padding: 26px 0;
  }
  
  .trust-strip-item {
    text-align: center;
    font-weight: 700;
    font-size: .92rem;
    color: var(--brown);
  }
  
  .trust-strip-item i {
    color: var(--saffron);
    margin-right: 8px;
  }
  
  .payment-icons {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 18px;
    font-size: 1.6rem;
    color: var(--brown-soft);
  }
  
  /* ---------- Footer Newsletter ---------- */
  .footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: var(--radius-lg);
    padding: 26px 30px;
    margin: 36px 0 6px;
  }
  
  .footer-newsletter h5 {
    color: var(--white);
    margin-bottom: 4px;
  }
  
  .footer-newsletter p {
    color: #D9C9BE;
    margin-bottom: 0;
    font-size: .88rem;
  }
  
  .newsletter-form {
    display: flex;
    gap: 10px;
    flex: 1 1 360px;
    max-width: 420px;
  }
  
  .newsletter-form input {
    flex: 1;
    border: none;
    border-radius: 50px;
    padding: 11px 18px;
    font-family: var(--font-display);
    font-size: .88rem;
    outline: none;
  }
  
  .newsletter-form button {
    padding: 10px 22px;
    white-space: nowrap;
  }
  
  /* ========== CUSTOM ANIMATIONS ========== */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
  }
  
  @keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }
  
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  
  @keyframes scaleIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }
  
  .hero-float-card.top-card {
    animation: float 3.5s ease-in-out infinite;
  }
  
  .hero-float-card.bottom-card {
    animation: float 4s ease-in-out infinite 0.5s;
  }
  
  .hero-badge {
    animation: scaleIn 0.6s ease-out;
  }
  
  .divider-om {
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
  }
  
  .benefit-card,
  .mukhi-card,
  .yt-video-card,
  .testimonial-card,
  .blog-card,
  .why-card,
  .combo-card,
  .purpose-card {
    transition: transform .35s cubic-bezier(.25,.46,.45,.94), box-shadow .35s ease;
  }
  
  .section-eyebrow {
    transition: transform .3s ease;
  }
  
  .section-eyebrow:hover {
    transform: scale(1.05);
  }
  
  /* ========== COMPREHENSIVE RESPONSIVE ========== */
  
  /* Tablet landscape */
  @media (max-width: 1199px) {
    .container-xl-custom {
      max-width: 960px;
    }
  
    .hero-title {
      font-size: 2.5rem;
    }
  
    .section-title {
      font-size: 2rem;
    }
  }
  
  /* Tablet portrait */
  @media (max-width: 991px) {
    .hero-section {
      padding: 120px 0 70px;
      text-align: center;
    }
  
    .hero-cta-group {
      justify-content: center;
    }
  
    .trust-badges {
      justify-content: center;
    }
  
    .hero-image-wrap {
      margin-top: 30px;
    }
  
    .hero-image-wrap img {
      max-width: 420px;
    }
  
    .cert-section {
      text-align: center;
    }
  
    .cert-section .cert-point {
      justify-content: flex-start;
      text-align: left;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .navbar-rudraksha .navbar-brand img {
      width: auto;
      max-width: min(160px, 55vw);
    }
  
    .section-title {
      font-size: 1.8rem;
    }
  
    .mukhi-card-body p.desc {
      min-height: auto;
    }
  
    .choose-by-card p {
      min-height: auto;
    }
  
    .blog-card p {
      min-height: auto;
    }
  
    .combo-card p {
      min-height: auto;
    }
  }
  
  /* Mobile landscape / large phones */
  @media (max-width: 767px) {
    .container-xl-custom {
      padding: 0 16px;
    }
  
    .hero-section {
      padding: 110px 0 50px;
    }
  
    .hero-title {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  
    .hero-subtitle {
      font-size: 1rem;
    }
  
    .hero-image-wrap img {
      max-width: 300px;
      margin-top: 20px !important;
    }
  
    .hero-cta-group {
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
  
    .hero-cta-group .btn {
      width: 100%;
      max-width: 320px;
    }
  
    .trust-badges {
      gap: 10px 18px;
      font-size: .82rem;
    }
  
    .trust-badges .badge-item {
      font-size: .82rem;
    }
  
    .section-header {
      margin-bottom: 30px;
    }
  
    .section-title {
      font-size: 1.5rem;
    }
  
    .section-subtitle {
      font-size: .9rem;
    }
  
    .mukhi-card-body {
      padding: 14px;
    }
  
    .mukhi-card-body h5 {
      font-size: .95rem;
    }
  
    .mukhi-card-body p.desc {
      font-size: .8rem;
      min-height: auto;
      margin-bottom: 8px;
      display: -webkit-box;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  
    .mukhi-price {
      font-size: .95rem;
      margin-bottom: 10px;
    }
  
    .mukhi-img-wrap {
      padding: 16px;
    }
  
    .mukhi-img-wrap img {
      width: 90px;
      height: 90px;
    }
  
    .benefit-card {
      padding: 24px 18px;
    }
  
    .benefit-icon {
      width: 60px;
      height: 60px;
      font-size: 1.4rem;
    }
  
    .why-card {
      padding: 20px 14px;
    }
  
    .why-card i {
      font-size: 1.6rem;
    }
  
    .cert-section {
      padding: 30px 18px;
    }
  
    .cert-title {
      font-size: 1.5rem;
    }
  
    .process-step .step-circle {
      width: 64px;
      height: 64px;
      font-size: 1.4rem;
    }
  
    .final-cta-section {
      padding: 44px 0;
    }
  
    .final-cta-section h2 {
      font-size: 1.4rem;
    }
  
    .final-cta-section .hero-cta-group {
      flex-direction: column;
      align-items: center;
    }
  
    .final-cta-section .hero-cta-group .btn {
      width: 100%;
      max-width: 300px;
    }
  
    .payment-icons {
      flex-wrap: wrap;
      gap: 14px;
      font-size: 1.3rem;
    }
  
    .yt-video-body {
      padding: 12px 14px;
    }
  
    .yt-video-body h6 {
      font-size: .85rem;
    }
  
    .testimonial-card {
      padding: 22px;
    }
  
    .blog-card {
      padding: 20px;
    }
  }
  
  /* Small phones */
  @media (max-width: 480px) {
    .hero-title {
      font-size: 1.5rem;
    }
  
    .hero-badge {
      font-size: .78rem;
      padding: 6px 12px;
    }
  
    .section-title {
      font-size: 1.3rem;
    }
  
    .section-eyebrow {
      font-size: 11px;
      padding: 5px 14px;
    }
  
    .btn-saffron,
    .btn-whatsapp,
    .btn-gold-outline {
      padding: 11px 22px;
      font-size: .9rem;
    }
  
    .mukhi-number-badge {
      font-size: .68rem;
      padding: 4px 8px;
    }
  
    .mukhi-img-wrap img {
      width: 70px;
      height: 70px;
    }
  
    .mukhi-card-body h5 {
      font-size: .85rem;
    }
  
    .mukhi-price {
      font-size: .88rem;
    }
  
    .btn-sm-whatsapp {
      font-size: .78rem;
      padding: 6px 12px;
    }
  
    .trust-strip-item {
      font-size: .8rem;
    }
  
    .navbar-rudraksha .navbar-brand img {
      width: auto;
      max-width: min(140px, 55vw);
      height: 35px !important;
    }
  
    .navbar-rudraksha {
      padding: 8px 0;
    }
  }
  
  /* Extra small phones */
  @media (max-width: 360px) {
    .hero-title {
      font-size: 1.3rem;
    }
  
    .hero-subtitle {
      font-size: .88rem;
    }
  
    .section-padding {
      padding: 40px 0;
    }
  
    .mukhi-card-body p.desc {
      display: -webkit-box;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  
  /* Large desktop */
  @media (min-width: 1400px) {
    .container-xl-custom {
      max-width: 1340px;
    }
  
    .hero-title {
      font-size: 3.4rem;
    }
  }
  
  /* ========== HARD FIX: kill horizontal scrollbar on phones/tablets ========== */
  @media (max-width: 991px) {
    html,
    body {
      overflow-x: hidden !important;
      max-width: 100% !important;
      width: 100% !important;
    }
  
    .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
      --bs-gutter-x: 1rem;
    }
  
    .hero-section,
    .final-cta-section,
    .footer-rudraksha,
    .trust-strip,
    #process,
    #certification,
    #mukhi-collection,
    #benefits,
    #videos {
      overflow-x: hidden;
    }
  
    .whatsapp-float {
      right: 12px;
    }
  
    .navbar-rudraksha .navbar-brand img,
    .footer-brand img {
      max-width: min(180px, 60vw);
      height: auto !important;
    }
  
    /* Prevent AOS side-slide from creating blank right space */
    [data-aos="fade-left"],
    [data-aos="fade-right"] {
      transform: none !important;
    }
  }
  
  @media (max-width: 360px) {
    .container-xl-custom {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
  
  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }