/* =========================================================
   NAZAR SURAKSHA KAVACH - PURE LIGHT SPIRITUAL LUXURY THEME
   Palette: Divine Ivory White, Warm Amber, Burnished Gold, Sacred Blue
   Font: Clean, Simple, Universal Arial Across All Devices
   ========================================================= */

:root {
    --bg-body: #faf8f5;
    --bg-surface: #ffffff;
    --bg-alt: #f5f2eb;
    --bg-tint-warm: #fffdf9;
    --bg-tint-amber: #fefce8;
    --bg-tint-rose: #fff5f5;
    --border-gold: #f3d690;
    --border-gold-strong: #d97706;
    --border-subtle: #e7e5e4;
    --gold-primary: #b45309;
    --gold-accent: #d97706;
    --gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
    --gold-gradient-hover: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);
    --gold-text: #854d0e;
    --text-primary: #18181b;
    --text-secondary: #3f3f46;
    --text-muted: #71717a;
    --blue-mystic: #0284c7;
    --danger: #dc2626;
    --success: #16a34a;
    --font-heading: Arial, Helvetica, sans-serif;
    --font-body: Arial, Helvetica, sans-serif;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --shadow-card: 0 4px 20px rgba(180, 83, 9, 0.06);
    --shadow-hover: 0 12px 30px rgba(180, 83, 9, 0.12);
    --shadow-btn: 0 6px 18px rgba(217, 119, 6, 0.35);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif !important;
}

html {
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif !important;
}

body {
    background-color: var(--bg-body);
    color: var(--text-primary);
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography - Universal Simple Arial */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
select,
textarea,
label,
td,
th,
li,
div,
.brand-font {
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: normal;
}

.text-gold-gradient {
    background: linear-gradient(135deg, #92400e 0%, #d97706 50%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Card System */
.glass-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: var(--gold-accent);
    box-shadow: var(--shadow-hover);
}

/* Buttons */
.btn-primary {
    background: var(--gold-gradient);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 13px 26px;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: var(--shadow-btn);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}

.btn-primary:hover {
    background: var(--gold-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.45);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.02rem;
    padding: 13px 24px;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.btn-secondary {
    background: #fefce8;
    color: #854d0e;
    border: 1px solid var(--border-gold);
    font-weight: 600;
    padding: 11px 22px;
    border-radius: var(--radius-full);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background: #fef3c7;
    border-color: var(--gold-accent);
}

/* =========================================================
   TOP NOTICE TICKER & HEADER
   ========================================================= */
.top-notice {
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 50%, #fffbeb 100%);
    border-bottom: 1px solid #fde68a;
    padding: 8px 16px;
    text-align: center;
    font-size: 0.88rem;
    color: #78350f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    font-weight: 500;
}

.notice-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-notice .highlight-badge {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
}

.timer-box {
    background: #ffffff;
    border: 1px solid #fcd34d;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 800;
    color: #b45309;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.95rem;
}

.phone-link {
    color: #b45309;
    text-decoration: none;
    font-weight: 800;
    transition: color 0.2s ease;
}

.phone-link:hover {
    color: #d97706;
    text-decoration: underline;
}

/* CLEAN ELEGANT LIGHT NAVBAR */
header.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(217, 119, 6, 0.18);
    box-shadow: 0 4px 20px rgba(180, 83, 9, 0.05);
    padding: 10px 0;
    transition: all 0.3s ease;
}

.navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-eye {
    width: 44px;
    height: 44px;
    background: radial-gradient(circle, #38bdf8 0%, #0284c7 35%, #1e3a8a 85%, #0f172a 100%);
    border: 2px solid #d97706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    box-shadow: 0 2px 12px rgba(2, 132, 199, 0.35);
    transition: transform 0.3s ease;
}

.logo-container:hover .logo-eye {
    transform: rotate(20deg) scale(1.05);
}

.logo-text-wrap {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #18181b;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.logo-subtitle {
    font-size: 0.68rem;
    color: #b45309;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 6px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #374151;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: var(--radius-full);
    transition: all 0.25s ease;
    white-space: nowrap;
    border: 1px solid transparent;
}

.nav-link:hover,
.nav-link.active {
    color: #b45309;
    background: #fefce8;
    border-color: #fde68a;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.08);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.btn-nav-order {
    background: var(--gold-gradient);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.94rem;
    padding: 9px 20px;
    border-radius: var(--radius-full);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.btn-nav-order:hover {
    background: var(--gold-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(217, 119, 6, 0.45);
}

.mobile-menu-btn {
    display: none;
    background: #fffbeb;
    border: 1px solid var(--border-gold);
    color: #18181b;
    font-size: 1.4rem;
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    cursor: pointer;
}

/* =========================================================
   HERO BANNER SECTION (bracelet_hero1.jpg)
   ========================================================= */
.hero-banner-section {
    width: 100%;
    background: #080a10;
    position: relative;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 2px solid var(--border-gold);
}

.hero-banner-bg {
    position: absolute;
    inset: -35px;
    background: url('../images/bracelet_hero1.jpg') center center / cover no-repeat;
    filter: blur(18px) brightness(0.42);
    transform: scale(1.08);
    z-index: 0;
    pointer-events: none;
}

.hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(8, 10, 16, 0.25) 0%, rgba(8, 10, 16, 0.72) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-banner-container {
    width: 90%;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-banner-wrap {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(217, 119, 6, 0.55);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-banner-wrap:hover {
    box-shadow: 0 22px 55px rgba(217, 119, 6, 0.25);
}

.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.banner-hotspot {
    position: absolute;
    cursor: pointer;
    z-index: 5;
    border-radius: 35px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-hotspot:hover {
    transform: scale(1.02);
}

.banner-hotspot-order {
    bottom: 4.5%;
    left: 4.8%;
    width: 17%;
    height: 14%;
}

.banner-hotspot-wa {
    bottom: 4.5%;
    left: 23%;
    width: 15.5%;
    height: 14%;
}

.banner-mobile-cta {
    display: none;
    padding: 12px 16px;
    background: #ffffff;
    gap: 10px;
    border-top: 1px solid var(--border-gold);
    border-radius: 0 0 16px 16px;
}

@media (max-width: 768px) {
    .hero-banner-section {
        padding: 14px 0;
    }

    .hero-banner-container {
        width: 95%;
    }

    .hero-banner-wrap {
        border-radius: 12px;
    }

    .banner-mobile-cta {
        display: flex;
        border-radius: 0 0 12px 12px;
    }
}

/* =========================================================
   FEATURED PRODUCT SHOWCASE SECTION (Reference Layout)
   ========================================================= */
.product-showcase-section {
    position: relative;
    padding: 55px 0 45px;
    background: #0c0f17;
    border-bottom: 2px solid var(--border-gold);
    overflow: hidden;
}

.product-showcase-bg {
    position: absolute;
    inset: -40px;
    background: url('../images/bracelet_hero1.jpg') center center / cover no-repeat;
    filter: blur(16px) brightness(0.42);
    transform: scale(1.08);
    z-index: 0;
    pointer-events: none;
}

.product-showcase-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(12, 15, 23, 0.42) 0%, rgba(12, 15, 23, 0.78) 100%);
    z-index: 1;
    pointer-events: none;
}

.showcase-container {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 10px;
}

.product-showcase-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.45fr 1.05fr;
    gap: 28px;
    align-items: stretch;
}

/* 1. Left Gallery */
.showcase-gallery-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(254, 243, 199, 0.9);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.showcase-main-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #0f172a;
    border: 1px solid #334155;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.showcase-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.7);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
    z-index: 2;
}

.gallery-nav-btn:hover {
    background: rgba(217, 119, 6, 0.95);
    border-color: #fcd34d;
    transform: translateY(-50%) scale(1.08);
}

.gallery-nav-btn.prev-btn {
    left: 14px;
}

.gallery-nav-btn.next-btn {
    right: 14px;
}

.showcase-thumbs-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.showcase-thumb-btn {
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.showcase-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.showcase-thumb-btn.active,
.showcase-thumb-btn:hover {
    border-color: #d97706;
    box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.35);
    transform: scale(1.04);
}

/* 2. Middle Purchase Details Card */
.showcase-details-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(254, 243, 199, 0.9);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showcase-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
    line-height: 1.2;
}

.showcase-subtitle {
    font-size: 1.02rem;
    color: #64748b;
    margin-bottom: 14px;
    font-weight: 500;
}

.showcase-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.showcase-stars {
    color: #f59e0b;
    font-size: 1.15rem;
    letter-spacing: 1px;
}

.showcase-reviews-count {
    font-size: 0.92rem;
    font-weight: 700;
    color: #374151;
}

.showcase-verified-badge {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #059669;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.showcase-price-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 16px;
}

.showcase-price-main {
    font-size: 2.6rem;
    font-weight: 900;
    color: #b45309;
    line-height: 1;
}

.showcase-price-strike {
    font-size: 1.3rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
}

.showcase-price-discount {
    font-size: 0.92rem;
    font-weight: 800;
    color: #dc2626;
    background: #fee2e2;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
}

.showcase-desc-text {
    font-size: 1.02rem;
    color: #334155;
    line-height: 1.65;
    margin-bottom: 24px;
}

.showcase-actions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.showcase-qty-box {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-md);
    background: #f8fafc;
    overflow: hidden;
    height: 52px;
}

.showcase-qty-btn {
    width: 44px;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 1.35rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-qty-btn:hover {
    background: #e2e8f0;
}

.showcase-qty-num {
    min-width: 42px;
    text-align: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: #0f172a;
}

.showcase-btn-whatsapp {
    flex: 1;
    height: 52px;
    background: #10b981;
    color: #ffffff !important;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
    white-space: nowrap;
}

.showcase-btn-whatsapp:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

.showcase-btn-order {
    width: 100%;
    height: 54px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff !important;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 800;
    font-size: 1.15rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(180, 83, 9, 0.35);
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 22px;
    box-sizing: border-box;
}

.showcase-btn-order:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(180, 83, 9, 0.45);
}

.showcase-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 18px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.showcase-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #475569;
    font-weight: 600;
}

/* 3. Right Key Spiritual Benefits Card */
.showcase-benefits-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(254, 243, 199, 0.9);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showcase-benefits-heading {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #0f172a;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 20px;
}

.showcase-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
}

.showcase-benefit-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.showcase-benefit-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.showcase-benefit-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.showcase-quote-box {
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: var(--radius-md);
    padding: 18px 16px;
    text-align: center;
    margin-top: auto;
}

.showcase-quote-icon {
    font-size: 1.4rem;
    margin-bottom: 6px;
    display: block;
}

.showcase-quote-text {
    font-size: 0.94rem;
    color: #991b1b;
    font-weight: 600;
    line-height: 1.55;
    font-style: italic;
}

/* =========================================================
   COMMON SECTION STYLING (All Pure Light)
   ========================================================= */
.section-wrapper {
    padding: 75px 0;
    position: relative;
    background: #ffffff;
}

.section-wrapper:nth-of-type(even) {
    background: #faf8f4;
}

.section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 45px;
}

.section-tag {
    display: inline-block;
    color: #0284c7;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.3;
    color: #18181b;
}

.section-desc {
    font-size: 1.08rem;
    color: #4b5563;
    line-height: 1.6;
}

/* =========================================================
   NAZAR SYMPTOMS SECTION (Light & Crisp)
   ========================================================= */
.nazar-symptoms-section {
    background: #fff8f8 !important;
    border-top: 1px solid #fed7d7;
    border-bottom: 1px solid #fed7d7;
}

.symptoms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 35px;
}

.symptom-card {
    background: #ffffff;
    border: 1px solid #fecaca;
    border-left: 4px solid #dc2626;
    border-radius: var(--radius-md);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(220, 38, 38, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.symptom-card:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.1);
}

.symptom-icon {
    font-size: 1.9rem;
    min-width: 40px;
    text-align: center;
}

.symptom-text {
    font-size: 1.02rem;
    color: #1f2937;
    font-weight: 600;
}

.remedy-highlight-box {
    background: #ffffff;
    border: 2px solid var(--border-gold-strong);
    border-radius: var(--radius-lg);
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(217, 119, 6, 0.1);
}

.remedy-point {
    font-size: 1.15rem;
    color: #18181b;
    margin-bottom: 14px;
    line-height: 1.6;
}

.remedy-point strong {
    color: #b45309;
}

/* =========================================================
   21 BEADS COMPOSITION SECTION
   ========================================================= */
.beads-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 35px;
}

.bead-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 22px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--shadow-card);
}

.bead-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-accent);
    box-shadow: var(--shadow-hover);
}

.bead-img-circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-bottom: 12px;
    overflow: hidden;
    border: 2px solid #d97706;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.bead-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bead-count-pill {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--gold-gradient);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 3px 9px;
    border-radius: var(--radius-full);
}

.bead-name {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #18181b;
}

.bead-property {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.5;
}

.central-bead-banner {
    background: linear-gradient(135deg, #f0fdf4 0%, #fffbeb 100%);
    border: 1px solid #86efac;
    border-radius: var(--radius-lg);
    padding: 26px 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.central-eye-large {
    font-size: 3.2rem;
    width: 82px;
    height: 82px;
    min-width: 82px;
    background: radial-gradient(circle, #0284c7 10%, #1e40af 60%, #0f172a 100%);
    border: 3px solid #d97706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.central-bead-info h3 {
    font-size: 1.4rem;
    color: #0369a1;
    margin-bottom: 6px;
}

.central-bead-info p {
    color: #374151;
    font-size: 1rem;
}

/* =========================================================
   SPIRITUAL MECHANISM SECTION
   ========================================================= */
.mechanism-card {
    padding: 35px 30px;
    background: #ffffff;
    border: 1.5px solid var(--border-gold);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.mechanism-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 32px;
    align-items: start;
}

.mechanism-heading {
    font-size: 1.45rem;
    color: #92400e;
    margin-bottom: 14px;
    font-weight: 800;
}

.mechanism-desc {
    font-size: 1.02rem;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 14px;
}

.mechanism-table-box {
    background: #fffdf7;
    border: 1.5px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: 0 4px 14px rgba(180, 83, 9, 0.05);
}

.mechanism-table-title {
    font-size: 1.15rem;
    color: #0369a1;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 2px dashed #fcd34d;
    padding-bottom: 8px;
}

.mechanism-table {
    width: 100%;
    border-collapse: collapse;
}

.mechanism-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #fef3c7;
    font-size: 0.95rem;
    color: #1f2937;
    font-weight: 600;
}

.mechanism-table td.col-count {
    text-align: right;
    font-weight: 800;
    color: #b45309;
    white-space: nowrap;
}

.mechanism-table tr.row-total td {
    border-bottom: none;
    font-weight: 800;
    color: #0369a1;
    font-size: 1.05rem;
    padding-top: 12px;
}

.mechanism-table tr.row-total td.col-total {
    text-align: right;
    color: #0369a1;
    font-size: 1.12rem;
    white-space: nowrap;
}

.mechanism-disclaimer-note {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    margin-top: 22px;
    font-size: 0.86rem;
    color: #92400e;
    line-height: 1.5;
    text-align: center;
}

.cta-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cta-btn-wrap .btn-primary,
.cta-btn-wrap .btn-whatsapp {
    padding: 13px 28px;
    font-size: 1rem;
}

/* =========================================================
   30 BENEFITS SECTION
   ========================================================= */
.quote-highlight-banner {
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 50%, #fffbeb 100%);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 18px 25px;
    text-align: center;
    margin-bottom: 35px;
    font-size: 1.22rem;
    font-weight: 700;
    color: #854d0e;
}

.benefits-filter-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.filter-btn {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 7px 16px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--gold-gradient);
    color: #ffffff;
    font-weight: 700;
    border-color: #d97706;
}

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

.benefit-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.benefit-card:hover {
    border-color: var(--gold-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.benefit-num {
    background: #fef3c7;
    color: #854d0e;
    border: 1px solid var(--border-gold);
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
}

.benefit-text {
    font-size: 0.98rem;
    color: #1f2937;
    font-weight: 600;
    line-height: 1.5;
}

.spiritual-disclaimer {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: var(--radius-md);
    padding: 15px 22px;
    margin-top: 35px;
    font-size: 0.9rem;
    color: #9f1239;
    text-align: center;
}

/* =========================================================
   WHO CAN WEAR (कौन-कौन पहन सकता है?)
   ========================================================= */
.wearers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.wearer-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}

.wearer-card:hover {
    border-color: var(--gold-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.wearer-icon {
    font-size: 2.2rem;
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: #fefce8;
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wearer-info h4 {
    font-size: 1.1rem;
    color: #18181b;
    margin-bottom: 4px;
}

.wearer-info p {
    font-size: 0.88rem;
    color: #4b5563;
}

/* =========================================================
   GIFT & BLESSING SECTION (Side by Side Banners)
   ========================================================= */
.gift-banners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 40px;
}

.gift-banner-card {
    background: #ffffff;
    border: 2px solid var(--border-gold);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.gift-banner-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-accent);
    box-shadow: 0 16px 38px rgba(217, 119, 6, 0.18);
}

.gift-banner-card img {
    width: 100%;
    height: auto;
    display: block;
}

.gift-banner-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border-gold);
    color: #854d0e;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.gift-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.gift-cat-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 24px 20px;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}

.gift-cat-card:hover {
    border-color: var(--gold-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.gift-cat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 10px;
}

.gift-cat-icon {
    font-size: 1.8rem;
    width: 44px;
    height: 44px;
    background: #fefce8;
    border: 1px solid var(--border-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-cat-title {
    font-size: 1.18rem;
    color: #854d0e;
    font-weight: 700;
}

.gift-items-list {
    list-style: none;
}

.gift-items-list li {
    padding: 7px 0;
    color: #374151;
    font-size: 0.94rem;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px dashed #f3f4f6;
}

.gift-items-list li:last-child {
    border-bottom: none;
}

.gift-items-list li span.bullet {
    color: #0284c7;
    font-size: 0.85rem;
}

/* =========================================================
   HOW TO USE / WEAR (कैसे धारण करें?)
   ========================================================= */
.how-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.step-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 22px 16px;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: all 0.25s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold-accent);
}

.step-badge {
    background: var(--gold-gradient);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.3);
}

.step-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #18181b;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 0.86rem;
    color: #4b5563;
    line-height: 1.5;
}

/* =========================================================
   ORDER BOOKING & UPI QR PAYMENT FORM
   ========================================================= */
.order-section {
    background: #fbf9f4 !important;
    border-top: 1px solid rgba(217, 119, 6, 0.15);
    border-bottom: 1px solid rgba(217, 119, 6, 0.15);
}

.order-box-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 35px;
    align-items: start;
}

.product-showcase-panel {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-lg);
    padding: 26px;
    box-shadow: var(--shadow-card);
}

.product-img-box {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid var(--border-gold);
    position: relative;
}

.product-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.price-main {
    font-size: 2.5rem;
    font-weight: 900;
    color: #b45309;
    line-height: 1;
}

.price-strike {
    font-size: 1.15rem;
    color: #9ca3af;
    text-decoration: line-through;
    margin-left: 10px;
}

.discount-pill {
    background: #dc2626;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--radius-full);
}

.package-features-list {
    list-style: none;
    margin-bottom: 22px;
}

.package-features-list li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #f3f4f6;
}

.package-features-list li span.check {
    color: #16a34a;
    font-size: 1.05rem;
    font-weight: bold;
}

/* Order Form Panel */
.order-form-panel {
    background: #ffffff;
    border: 2px solid var(--gold-accent);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: 0 10px 35px rgba(217, 119, 6, 0.1);
}

.form-title {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: #18181b;
}

.form-subtitle {
    font-size: 0.92rem;
    color: #52525b;
    margin-bottom: 22px;
}

.qty-selector-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fefce8;
    border: 1px solid var(--border-gold);
    padding: 12px 18px;
    border-radius: var(--radius-md);
    margin-bottom: 20px;
}

.qty-btn {
    width: 36px;
    height: 36px;
    background: var(--gold-gradient);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease;
}

.qty-btn:active {
    transform: scale(0.92);
}

.qty-val {
    font-size: 1.35rem;
    font-weight: 800;
    color: #18181b;
    min-width: 36px;
    text-align: center;
}

.payment-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px;
}

.payment-tab {
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: var(--radius-md);
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.payment-tab.active {
    background: #fefce8;
    border-color: #d97706;
    box-shadow: 0 0 12px rgba(217, 119, 6, 0.15);
}

.payment-tab span.title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #18181b;
}

.payment-tab span.sub {
    font-size: 0.76rem;
    color: #854d0e;
}

/* UPI QR Box */
.upi-qr-box {
    background: #fdfbf7;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 22px;
    text-align: center;
    margin-bottom: 22px;
}

.qr-code-frame {
    background: #ffffff;
    padding: 12px;
    border-radius: var(--radius-md);
    display: inline-block;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
}

.qr-code-frame img,
.qr-code-frame canvas {
    display: block;
    width: 190px;
    height: 190px;
}

.upi-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.upi-badge {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 3px 9px;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
}

.upi-id-copy-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fefce8;
    border: 1px dashed #d97706;
    padding: 9px 15px;
    border-radius: var(--radius-sm);
    margin: 10px auto;
    max-width: 360px;
}

.copy-btn {
    background: var(--gold-gradient);
    border: none;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.76rem;
    cursor: pointer;
}

.direct-upi-btn {
    background: linear-gradient(135deg, #0284c7 0%, #1e40af 100%);
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
    transition: transform 0.2s ease;
}

.direct-upi-btn:hover {
    transform: translateY(-2px);
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: var(--radius-sm);
    padding: 11px 14px;
    font-size: 0.98rem;
    color: #111827;
    font-family: inherit;
    transition: all 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: #d97706;
    box-shadow: 0 0 8px rgba(217, 119, 6, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.submit-order-btn {
    width: 100%;
    padding: 16px;
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 10px;
}

/* =========================================================
   REVIEWS SECTION
   ========================================================= */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review-card {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.review-card:hover {
    border-color: var(--gold-accent);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.stars-rating {
    color: #f59e0b;
    font-size: 1.1rem;
    margin-bottom: 12px;
    display: flex;
    gap: 3px;
}

.review-body {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 18px;
    font-style: italic;
}

.reviewer-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
}

.reviewer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: #ffffff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.reviewer-details h5 {
    font-size: 0.98rem;
    color: #18181b;
}

.reviewer-details span {
    font-size: 0.78rem;
    color: #854d0e;
}

/* =========================================================
   FAQ ACCORDION
   ========================================================= */
.faq-container {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.faq-question {
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    color: #18181b;
}

.faq-question:hover {
    color: #b45309;
}

.faq-toggle-icon {
    font-size: 1.2rem;
    color: #d97706;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.65;
}

.faq-item.active .faq-answer {
    padding: 0 22px 20px;
    max-height: 400px;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(180deg);
}

/* =========================================================
   FINAL CTA & FOOTER
   ========================================================= */
.final-cta-section {
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
    padding: 75px 0;
    text-align: center;
    border-top: 1px solid var(--border-gold);
}

.final-cta-card {
    max-width: 840px;
    margin: 0 auto;
    padding: 45px 35px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 2px solid var(--border-gold);
    box-shadow: 0 10px 35px rgba(217, 119, 6, 0.12);
}

footer.main-footer {
    background: #f5f2eb;
    border-top: 1px solid rgba(217, 119, 6, 0.2);
    padding: 50px 0 25px;
    font-size: 0.9rem;
    color: #4b5563;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 35px;
    margin-bottom: 35px;
}

.footer-col h4 {
    font-size: 1.15rem;
    margin-bottom: 16px;
    color: #18181b;
}

.footer-links-list {
    list-style: none;
}

.footer-links-list li {
    margin-bottom: 8px;
}

.footer-links-list a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: #b45309;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #e7e5e4;
    padding-top: 22px;
    font-size: 0.84rem;
    color: #71717a;
}

/* =========================================================
   STICKY MOBILE BOTTOM BAR
   ========================================================= */
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 2px solid #d97706;
    padding: 10px 16px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.sticky-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.sticky-price-wrap {
    display: flex;
    flex-direction: column;
}

.sticky-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: #b45309;
    line-height: 1.1;
}

.sticky-sub {
    font-size: 0.72rem;
    color: #6b7280;
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-card {
    background: #ffffff;
    border: 2px solid #d97706;
    border-radius: var(--radius-lg);
    max-width: 500px;
    width: 100%;
    padding: 30px 22px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.modal-close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    color: #6b7280;
    font-size: 1.5rem;
    cursor: pointer;
}

/* =========================================================
   RESPONSIVE MEDIA QUERIES (Mobile & Tablet)
   ========================================================= */
@media (max-width: 1150px) {
    .nav-menu {
        gap: 4px;
    }

    .nav-link {
        font-size: 0.85rem;
        padding: 6px 9px;
    }

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

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

@media (max-width: 992px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 2px solid #d97706;
        padding: 15px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.show-mobile {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 35px;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-cta-group,
    .hero-trust-row {
        justify-content: center;
    }

    .order-box-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

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

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

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .gift-banners-grid {
        grid-template-columns: 1fr;
    }

    .gift-categories-grid {
        grid-template-columns: 1fr;
    }

    .product-showcase-grid {
        grid-template-columns: 1fr 1fr;
    }

    .showcase-benefits-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }

    .section-wrapper {
        padding: 42px 0;
    }

    .section-header {
        margin-bottom: 25px;
    }

    .section-title {
        font-size: 1.65rem;
        line-height: 1.3;
    }

    .section-desc {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    /* PRODUCT SHOWCASE ON MOBILE */
    .product-showcase-section {
        padding: 24px 0 18px;
    }

    .showcase-container {
        width: 100% !important;
        padding: 0 12px !important;
    }

    .product-showcase-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .showcase-benefits-card {
        grid-column: span 1;
    }

    .showcase-details-card,
    .showcase-gallery-card,
    .showcase-benefits-card {
        padding: 18px 14px;
    }

    .showcase-title {
        font-size: 1.45rem;
    }

    .showcase-price-main {
        font-size: 1.85rem;
    }

    /* TOP NOTICE TICKER ON MOBILE (Screenshot 1 Fix) */
    .top-notice {
        padding: 8px 10px;
        font-size: 0.78rem;
        flex-direction: column;
        gap: 5px;
        line-height: 1.4;
    }

    .notice-item {
        justify-content: center;
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 5px;
    }

    .timer-box {
        padding: 1px 5px;
        font-size: 0.85rem;
    }

    /* NAVBAR ON MOBILE (Screenshot 1 Fix) */
    header.navbar {
        padding: 8px 0;
    }

    .navbar-inner {
        padding: 0 10px;
        gap: 8px;
    }

    .logo-container {
        gap: 7px;
    }

    .logo-eye {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 1.15rem;
    }

    .logo-title {
        font-size: 0.98rem;
        letter-spacing: 0.2px;
        line-height: 1.15;
    }

    .logo-subtitle {
        display: none !important;
        /* Conceal on mobile to avoid crowded navbar */
    }

    .btn-nav-order {
        padding: 6px 11px;
        font-size: 0.8rem;
        gap: 4px;
        border-radius: var(--radius-full);
        white-space: nowrap;
    }

    .mobile-menu-btn {
        padding: 5px 9px;
        font-size: 1.15rem;
        line-height: 1;
        border-radius: 6px;
    }

    /* BANNER MOBILE CTA */
    .banner-mobile-cta {
        padding: 10px 12px;
        flex-direction: column;
        gap: 8px;
    }

    .banner-mobile-cta .btn-primary,
    .banner-mobile-cta .btn-whatsapp {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 12px 14px;
        font-size: 0.95rem;
        box-sizing: border-box;
    }

    /* SPIRITUAL MECHANISM CARD ON MOBILE (Screenshots 2 & 3 Fix) */
    .mechanism-card {
        padding: 16px 12px !important;
        border-radius: var(--radius-md);
    }

    .mechanism-grid {
        grid-template-columns: 1fr !important;
        /* Stack vertically to give 100% width to text and table */
        gap: 20px !important;
    }

    .mechanism-heading {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .mechanism-desc {
        font-size: 0.94rem;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .mechanism-table-box {
        padding: 14px 10px !important;
        width: 100%;
        box-sizing: border-box;
    }

    .mechanism-table td {
        padding: 8px 4px;
        font-size: 0.88rem;
    }

    .mechanism-table td.col-count {
        font-size: 0.88rem;
    }

    .mechanism-table tr.row-total td {
        font-size: 0.95rem;
        padding-top: 10px;
    }

    .mechanism-table tr.row-total td.col-total {
        font-size: 1.05rem;
    }

    /* CTA BUTTON GROUPS ON MOBILE (Screenshot 4 Fix) */
    .cta-btn-wrap,
    .gift-cta-wrap {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        margin-top: 16px;
    }

    .cta-btn-wrap .btn-primary,
    .cta-btn-wrap .btn-whatsapp,
    .gift-cta-wrap .btn-primary,
    .gift-cta-wrap .btn-whatsapp,
    .remedy-highlight-box a {
        width: 100% !important;
        padding: 13px 14px !important;
        font-size: 0.94rem !important;
        text-align: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .quote-highlight-banner {
        padding: 13px 12px;
        font-size: 0.96rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    /* SYMPTOMS & REMEDY ON MOBILE */
    .symptoms-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 24px;
    }

    .symptom-card {
        padding: 12px 14px;
        gap: 12px;
    }

    .symptom-icon {
        font-size: 1.6rem;
        min-width: 32px;
    }

    .symptom-text {
        font-size: 0.92rem;
    }

    .remedy-highlight-box {
        padding: 18px 12px;
    }

    .remedy-point {
        font-size: 0.96rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    /* BEADS BREAKDOWN ON MOBILE */
    .beads-breakdown-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 24px;
    }

    .bead-card {
        padding: 16px 10px;
    }

    .bead-img-circle {
        width: 66px;
        height: 66px;
        margin-bottom: 8px;
    }

    .bead-name {
        font-size: 0.95rem;
    }

    .bead-property {
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .central-bead-banner {
        flex-direction: column;
        text-align: center;
        padding: 18px 12px;
        gap: 12px;
    }

    .central-eye-large {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 2.2rem;
        margin: 0 auto;
    }

    .central-bead-info h3 {
        font-size: 1.2rem;
    }

    .central-bead-info p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    /* BENEFITS ON MOBILE */
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .benefit-card {
        padding: 11px 12px;
        font-size: 0.9rem;
    }

    .benefits-filter-bar {
        gap: 5px;
        margin-bottom: 20px;
    }

    .filter-btn {
        padding: 5px 11px;
        font-size: 0.8rem;
    }

    /* WEARERS ON MOBILE */
    .wearers-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wearer-card {
        padding: 13px 12px;
        gap: 12px;
    }

    /* GIFT GUIDE ON MOBILE */
    .gift-banners-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 22px;
    }

    .gift-categories-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 22px;
    }

    .gift-cat-card {
        padding: 16px 12px;
    }

    .gift-items-list li {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    /* HOW TO WEAR ON MOBILE */
    .how-steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .step-card {
        padding: 16px 14px;
    }

    /* REVIEWS ON MOBILE */
    .reviews-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .review-card {
        padding: 16px 14px;
    }

    /* ORDER & CHECKOUT ON MOBILE */
    .order-box-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .order-summary-panel,
    .order-form-panel {
        padding: 18px 12px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .form-group {
        margin-bottom: 11px;
    }

    .qty-selector-wrap {
        padding: 10px 12px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .qr-code-frame {
        max-width: 180px;
        padding: 8px;
        margin: 12px auto;
    }

    .upi-logos-row {
        gap: 5px;
        flex-wrap: wrap;
    }

    .upi-badge {
        font-size: 0.72rem;
        padding: 2px 7px;
    }

    .direct-upi-btn {
        padding: 11px 12px;
        font-size: 0.88rem;
        width: 100%;
        box-sizing: border-box;
    }

    .submit-order-btn {
        padding: 13px 14px;
        font-size: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    /* FAQ ON MOBILE */
    .faq-list {
        gap: 10px;
    }

    .faq-question {
        padding: 14px 12px;
        font-size: 0.96rem;
    }

    .faq-answer {
        padding: 0 12px 14px;
        font-size: 0.9rem;
    }

    /* FOOTER ON MOBILE */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    /* MOBILE STICKY BAR */
    .mobile-sticky-bar {
        display: block !important;
    }

    body {
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .beads-breakdown-grid {
        grid-template-columns: 1fr;
    }

    .logo-title {
        font-size: 0.92rem;
    }

    .btn-nav-order {
        padding: 5px 9px;
        font-size: 0.76rem;
    }

    .top-notice {
        font-size: 0.74rem;
    }

    .notice-item {
        font-size: 0.74rem;
    }

    .showcase-actions-row {
        flex-direction: column;
        align-items: stretch;
    }

    .showcase-qty-box {
        justify-content: center;
        width: 100%;
    }

    .showcase-btn-whatsapp {
        width: 100%;
    }

    .showcase-trust-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .payment-choice-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Payment Method Selector Styles */
.payment-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.payment-choice-card {
    border-radius: var(--radius-md);
    padding: 14px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    user-select: none;
}

.payment-choice-card:hover {
    border-color: #d97706 !important;
}

.payment-choice-card input[type="radio"] {
    accent-color: #d97706;
    width: 20px;
    height: 20px;
    cursor: pointer;
}