/* ===== CSS RESET & ADULT PREMIUM VARIABLES ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Gold & Metallic Palette */
    --gold-100: #fff9e6;
    --gold-200: #ffe899;
    --gold-300: #ffd700;
    --gold-400: #ffb700;
    --gold-500: #d4af37;
    --gold-600: #aa8600;
    --gold-gradient: linear-gradient(135deg, #ffe899 0%, #ffd700 30%, #d4af37 70%, #aa8600 100%);
    --gold-glow: 0 0 25px rgba(255, 215, 0, 0.4);

    /* Dark Luxury Palette */
    --dark-900: #060609;
    --dark-800: #0d0d14;
    --dark-700: #14141f;
    --dark-600: #1b1b2a;
    --dark-500: #252538;
    --dark-border: rgba(255, 215, 0, 0.2);

    /* Crimson & Red Accent for Adult Energy */
    --red-primary: #ff2a5f;
    --red-gradient: linear-gradient(135deg, #ff2a5f 0%, #e60039 100%);
    --green-whatsapp: linear-gradient(135deg, #25D366 0%, #128C7E 100%);

    /* Text */
    --text-primary: #ffffff;
    --text-secondary: #c8c8dc;
    --text-muted: #808098;

    /* Spacing & Radii */
    --container-max: 1100px;
    --section-padding: 70px 0;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 8px;

    /* Shadows */
    --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.5);
    --shadow-gold: 0 6px 30px rgba(212, 175, 55, 0.35);
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Outfit', 'Noto Sans Devanagari', sans-serif;
    background-color: var(--dark-900);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

/* SVG ICON UTILITIES */
.icon-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.icon-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.fire-icon {
    color: #ffaa00;
}

/* ===== TEXT ACCENTS ===== */
.gold-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gold-text-glow {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.red-text {
    color: var(--red-primary);
}

/* ===== OFFICIAL AYUSH & HEALTH AUTHORITY SAFFRON TRUST BANNER ===== */
.official-trust-banner {
    background: linear-gradient(90deg, #ffb86c 0%, #ffa751 35%, #ff9800 70%, #f57c00 100%);
    padding: 14px 0;
    min-height: 56px;
    box-shadow: 0 4px 18px rgba(255, 152, 0, 0.45);
    position: relative;
    z-index: 101;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.trust-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.trust-badge-item svg {
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.trust-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.t-main {
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-family: 'Noto Sans Devanagari', 'Outfit', sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.t-sub {
    font-size: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .official-trust-banner {
        padding: 8px 12px;
        min-height: 48px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Hide scrollbar Firefox */
    }

    .official-trust-banner::-webkit-scrollbar {
        display: none; /* Hide scrollbar Chrome/Safari */
    }

    .trust-banner-inner {
        justify-content: space-around;
        align-items: center;
        gap: 12px;
        padding: 0 4px;
        width: 100%;
        min-width: max-content;
    }

    .trust-badge-item {
        gap: 6px;
    }

    .trust-badge-item img {
        max-height: 28px;
        width: auto;
        object-fit: contain;
    }

    .patanjali-svg {
        width: 95px;
        height: 24px;
    }

    .t-main {
        font-size: 11px;
    }

    .t-sub {
        font-size: 8px;
    }
}

/* ===== HEADER ===== */
.header {
    background: rgba(13, 13, 20, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--dark-border);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
}

.logo-text {
    font-size: 22px;
    font-weight: 800;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.logo-tagline {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-cta {
    background: var(--gold-gradient);
    color: var(--dark-900);
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-gold);
    display: inline-flex;
    align-items: center;
}

.header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6);
}

/* ===== HERO SECTION ===== */
.hero {
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.08) 0%, transparent 60%);
}

.hero-bg-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.12;
}

.hero-circle-1 {
    width: 450px;
    height: 450px;
    background: var(--gold-300);
    top: -100px;
    right: -100px;
}

.hero-circle-2 {
    width: 350px;
    height: 350px;
    background: var(--red-primary);
    bottom: -80px;
    left: -100px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(230, 0, 57, 0.15);
    border: 1px solid rgba(230, 0, 57, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    color: #ff6b8b;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-headline {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 18px;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 16px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.7;
}

.adult-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.adult-tag {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: var(--gold-200);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Hero Price Card */
.hero-price-card {
    background: rgba(20, 20, 31, 0.8);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-md);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.price-label {
    display: block;
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
}

.price-group {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-old {
    font-size: 18px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.price-new {
    font-size: 36px;
    font-weight: 900;
    color: var(--gold-300);
}

.price-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.save-badge {
    background: var(--red-gradient);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
}

.stock-status {
    font-size: 12px;
    color: #ffaa00;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Dual Action Buttons in Hero */
.hero-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

/* CTA BUTTONS */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: inherit;
    text-align: center;
    width: 100%;
}

.cta-primary {
    background: var(--gold-gradient);
    color: var(--dark-900);
    box-shadow: var(--shadow-gold);
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.6);
}

.cta-whatsapp,
.whatsapp-float {
    display: none !important;
}

.cta-pulse {
    animation: ctaPulseAnim 2s infinite;
}

@keyframes ctaPulseAnim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.trust-strip {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    margin-top: 18px;
}

.trust-item {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* HERO IMAGE */
.hero-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 480px;
    width: 100%;
    background: radial-gradient(circle at center, rgba(30, 30, 45, 0.8) 0%, rgba(13, 13, 20, 0.95) 100%);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.ribbon-21 {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--red-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(255, 42, 95, 0.5);
}

.product-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(35px);
}

.product-img {
    position: relative;
    z-index: 1;
    height: 100%;
    max-height: 480px;
    width: 100%;
    object-fit: contain;
}



.hero-image-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(13, 13, 20, 0.9);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-sm);
    padding: 10px 16px;
    text-align: center;
    z-index: 2;
}

.badge-num {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: var(--gold-300);
}

.badge-txt {
    font-size: 10px;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* ===== URGENT BAR ===== */
.urgent-bar {
    background: rgba(255, 215, 0, 0.1);
    border-y: 1px solid rgba(255, 215, 0, 0.2);
    padding: 12px 0;
    text-align: center;
    color: var(--gold-200);
    font-size: 14px;
    font-weight: 700;
}

/* ===== ADULT ROMANCE SHOWCASE SECTION ===== */
.romance-showcase-section {
    padding: var(--section-padding);
    background: rgba(13, 13, 20, 0.8);
    position: relative;
    overflow: hidden;
}

.romance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.romance-image-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2px solid var(--gold-400);
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.2);
}

.romance-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.romance-image-card:hover .romance-img {
    transform: scale(1.04);
}

.romance-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(13, 13, 20, 0.9);
    border: 1px solid var(--gold-400);
    color: var(--gold-300);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
}

.romance-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 16px;
}

.romance-desc {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
}

.romance-bullets {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.r-bullet {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: var(--radius-md);
    padding: 14px 18px;
}

.rb-icon {
    font-size: 22px;
}

.r-bullet h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--gold-300);
    margin-bottom: 2px;
}

.r-bullet p {
    font-size: 13px;
    color: var(--text-muted);
}

.romance-cta {
    margin-top: 10px;
}

/* HIGH CONVERTING INGREDIENTS GRAPHIC SHOWCASE */
.ingredients-showcase-section {
    padding: var(--section-padding);
}

.ingredients-showcase-card {
    background: rgba(20, 20, 31, 0.9);
    border: 2px solid var(--gold-400);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 40px;
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.15);
}

.ing-showcase-text h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 14px;
    line-height: 1.3;
}

.ing-showcase-text p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.7;
}

.ing-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ing-b-tag {
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: var(--gold-300);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}

.ing-showcase-graphic {
    text-align: center;
}

.herbal-graphic-img {
    max-height: 320px;
    width: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 30px rgba(255, 215, 0, 0.25));
    border-radius: var(--radius-md);
}

/* BUNDLE GRAPHIC IN ORDER FORM */
.bundle-showcase-box {
    text-align: center;
    margin-bottom: 20px;
    background: rgba(255, 215, 0, 0.03);
    border: 1px dashed rgba(255, 215, 0, 0.3);
    border-radius: var(--radius-md);
    padding: 16px;
}

.bundle-graphic-img {
    width: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

/* SECOND ROMANCE BANNER */
.romance-banner-second {
    padding: var(--section-padding);
}

.banner-inner-card {
    background: rgba(20, 20, 31, 0.95);
    border: 2px solid var(--gold-400);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.15);
}

.second-couple-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.banner-text-content {
    padding: 30px 30px 30px 0;
}

.banner-text-content h3 {
    font-size: 26px;
    font-weight: 900;
    color: var(--gold-300);
    margin-bottom: 12px;
}

.banner-text-content p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.6;
}

.shadow-glow-btn {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
}

/* ===== SECTION HEADERS ===== */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-tag {
    display: inline-block;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: var(--gold-300);
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-desc {
    font-size: 15px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* ===== PROBLEM VS SOLUTION ===== */
.problem-solution-section {
    padding: var(--section-padding);
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.problem-card,
.solution-card {
    background: rgba(20, 20, 31, 0.7);
    border-radius: var(--radius-lg);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-card {
    border-color: rgba(255, 42, 95, 0.3);
}

.solution-card {
    border-color: rgba(255, 215, 0, 0.4);
    background: rgba(255, 215, 0, 0.03);
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.05);
}

.card-head {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.head-problem {
    color: #ff5277;
}

.head-solution {
    color: var(--gold-300);
}

.comp-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.comp-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--text-secondary);
}

.icon-bad {
    color: #ff2a5f;
    font-weight: 900;
}

.icon-good {
    color: #25D366;
    font-weight: 900;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
    padding: var(--section-padding);
    background: rgba(13, 13, 20, 0.5);
}

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

.benefit-card {
    background: rgba(20, 20, 31, 0.8);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: var(--radius-md);
    padding: 28px 22px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: var(--gold-400);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.15);
}

.benefit-icon-wrap {
    width: 54px;
    height: 54px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.benefit-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffffff;
}

.benefit-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ===== INGREDIENTS SECTION ===== */
.ingredients-section {
    padding: var(--section-padding);
}

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

.ing-card {
    background: rgba(20, 20, 31, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    padding: 22px 16px;
    text-align: center;
}

.ing-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.ing-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: var(--gold-300);
    margin-bottom: 6px;
}

.ing-card p {
    font-size: 13px;
    color: var(--text-muted);
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: var(--section-padding);
    background: rgba(13, 13, 20, 0.6);
}

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

.testimonial-card {
    background: rgba(20, 20, 31, 0.9);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: var(--radius-md);
    padding: 24px;
}

.testimonial-stars {
    color: var(--gold-300);
    font-size: 16px;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 18px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-avatar-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold-400);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
    flex-shrink: 0;
}

.review-summary {
    font-size: 14px;
    color: var(--gold-300);
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: 0.3px;
}

/* Reviews Pagination */
.reviews-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.pagination-btn {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--gold-400);
    color: var(--gold-300);
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:hover:not(:disabled) {
    background: var(--gold-400);
    color: var(--dark-900);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}

.pagination-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--text-muted);
}

.pagination-numbers {
    display: flex;
    gap: 8px;
}

.page-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(15, 15, 26, 0.8);
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.page-num:hover {
    border-color: var(--gold-400);
    color: var(--gold-300);
}

.page-num.active {
    background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
    color: var(--dark-900);
    border-color: var(--gold-400);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.author-name {
    font-size: 14px;
    font-weight: 800;
}

.author-location {
    font-size: 11px;
    color: var(--text-muted);
}

.verified-badge {
    margin-left: auto;
    font-size: 11px;
    color: #25D366;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== DOSAGE SECTION ===== */
.dosage-section {
    padding: var(--section-padding);
}

.dosage-box {
    background: rgba(20, 20, 31, 0.8);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
    padding: 36px;
}

.dosage-box h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--gold-300);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dosage-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.d-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.d-num {
    width: 32px;
    height: 32px;
    background: var(--gold-gradient);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex-shrink: 0;
}

.d-step p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: var(--section-padding);
    background: rgba(13, 13, 20, 0.5);
}

.faq-list {
    max-width: 750px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(20, 20, 31, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}

.faq-icon {
    font-size: 20px;
    color: var(--gold-300);
    transition: transform 0.3s ease;
}

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

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 20px 16px;
    font-size: 14px;
    color: var(--text-secondary);
}

/* ===== DUAL ORDER CARD & FORM STYLES ===== */
.order-section {
    padding: var(--section-padding);
}

.order-card {
    max-width: 680px;
    margin: 0 auto;
    background: rgba(18, 18, 28, 0.98);
    border: 2px solid var(--gold-400);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.15);
}

.discreet-badge {
    background: rgba(37, 211, 102, 0.15);
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.order-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.order-subtitle {
    color: var(--gold-200);
    font-size: 14px;
    margin-bottom: 24px;
    text-align: center;
}

/* Package Selection Cards */
.package-selection {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.package-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.package-card:hover {
    border-color: rgba(255, 215, 0, 0.5);
}

.package-card.selected {
    background: rgba(255, 215, 0, 0.08);
    border-color: var(--gold-300);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.package-card input[type="radio"] {
    accent-color: var(--gold-300);
    width: 20px;
    height: 20px;
}

.pack-details {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    flex-grow: 1;
}

.pack-name {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

.pack-sub {
    font-size: 12px;
    color: var(--text-muted);
}

.pack-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-mrp {
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.p-final {
    font-size: 24px;
    font-weight: 900;
    color: var(--gold-300);
}

.best-value-tag {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--red-gradient);
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 2px 10px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

/* FORM STYLES */
.cod-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-200);
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group input,
.form-group textarea {
    background: rgba(10, 10, 15, 0.8);
    border: 1px solid rgba(255, 215, 0, 0.25);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--gold-300);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.25);
    background: rgba(15, 15, 22, 1);
}

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

.form-submit-btn {
    margin-top: 10px;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.or-divider span {
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
}

.click-hint {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* ===== GUARANTEE ===== */
.guarantee-card {
    max-width: 650px;
    margin: 0 auto 50px;
    text-align: center;
    background: rgba(20, 20, 31, 0.6);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-md);
    padding: 28px;
}

.guarantee-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.guarantee-card h3 {
    font-size: 20px;
    color: var(--gold-300);
    margin-bottom: 8px;
}

.guarantee-card p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* ===== FOOTER ===== */
.footer {
    background: #040406;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    padding: 40px 0 100px;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.footer-disclaimer p {
    font-size: 12px;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 16px;
}

.footer-copyright p {
    font-size: 12px;
    color: var(--text-muted);
}

/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}

/* ===== STICKY BOTTOM BAR ===== */
.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 97;
    background: rgba(13, 13, 20, 0.95);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--gold-400);
    padding: 10px 16px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.sticky-bottom.visible {
    transform: translateY(0);
}

.sticky-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.s-old {
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.s-new {
    font-size: 24px;
    font-weight: 900;
    color: var(--gold-300);
}

.sticky-cta {
    background: var(--gold-gradient);
    color: var(--dark-900);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 14px;
}

/* ===== LIVE ORDER TOAST ===== */
.order-toast {
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 96;
    background: rgba(15, 15, 24, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid var(--gold-400);
    border-radius: var(--radius-md);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 215, 0, 0.25);
    transform: translateX(-140%);
    transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-toast.visible {
    transform: translateX(0);
}

.toast-img-wrap {
    width: 46px;
    height: 46px;
    background: #0d0d14;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-border);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

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

.toast-info {
    display: flex;
    flex-direction: column;
}

.toast-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--gold-300);
}

.toast-desc {
    font-size: 11px;
    color: var(--text-secondary);
    line-height: 1.3;
}

/* ===== ORDER SUCCESS MODAL ===== */
.order-success-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.order-success-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    background: rgba(20, 20, 31, 0.98);
    border: 2px solid var(--gold-300);
    border-radius: var(--radius-lg);
    padding: 30px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.3);
}

.modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.modal-content h2 {
    font-size: 22px;
    font-weight: 900;
    color: var(--gold-300);
    margin-bottom: 10px;
}

.modal-content p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.modal-summary {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-sm);
    padding: 14px;
    text-align: left;
    margin-bottom: 16px;
    font-size: 13px;
}

.modal-summary p {
    margin-bottom: 6px;
    color: #ffffff;
}

.modal-note {
    font-size: 12px;
    color: var(--gold-200);
    margin-bottom: 20px;
}

.modal-wa-btn {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 12px 20px;
}

.modal-close-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-muted);
    padding: 8px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 13px;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-headline {
        font-size: 30px;
    }

    .adult-highlights {
        justify-content: center;
    }

    .hero-price-card {
        justify-content: center;
        gap: 20px;
    }

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

    .ingredients-showcase-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .banner-inner-card {
        grid-template-columns: 1fr;
    }

    .banner-text-content {
        padding: 24px;
    }

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

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

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

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

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

    .dosage-steps {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        display: none !important;
    }
}

/* ===== EXTRA RESPONSIVE & MOBILE FIXES ===== */
@media (max-width: 768px) {
    :root {
        --section-padding: 40px 0;
    }

    /* Container Padding */
    .container {
        padding: 0 16px;
    }

    /* Prevent Horizontal Scroll */
    body, html {
        overflow-x: hidden;
        width: 100%;
    }

    /* Header adjustments */
    .logo-text {
        font-size: 18px;
    }

    .header-cta {
        padding: 8px 14px;
        font-size: 12px;
    }

    /* Hero section fixes */
    .hero {
        padding: 24px 0 40px;
    }

    .hero-badge {
        font-size: 11px;
        padding: 4px 12px;
    }

    .hero-headline {
        font-size: 24px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-price-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 16px;
        gap: 12px;
    }

    .price-group {
        justify-content: center;
    }

    /* Section headers */
    .section-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .section-tag {
        font-size: 11px;
    }

    /* Ingredients Grid */
    .ing-grid {
        grid-template-columns: 1fr;
    }

    /* Package Selection Grid */
    .package-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Toast notification position to avoid overlapping sticky bar */
    .order-toast {
        left: 10px;
        right: 10px;
        bottom: 75px;
        width: calc(100% - 20px);
        transform: translateY(150%);
    }

    .order-toast.visible {
        transform: translateY(0);
    }

    /* Sticky Bottom Bar on Mobile */
    .sticky-bottom {
        padding: 8px 12px;
    }

    .sticky-inner {
        gap: 10px;
    }

    .s-new {
        font-size: 18px;
    }

    .sticky-cta {
        padding: 10px 18px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    /* Reviews Pagination on Mobile */
    .reviews-pagination {
        gap: 8px;
    }

    .pagination-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .page-num {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    /* Form & Package Card Responsiveness */
    .order-card {
        padding: 24px 16px;
        border-radius: var(--radius-md);
    }

    .order-title {
        font-size: 24px;
    }

    .order-subtitle {
        font-size: 13px;
        margin-bottom: 18px;
    }

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

    .package-card input[type="radio"] {
        flex-shrink: 0;
    }

    .pack-name {
        font-size: 14px;
        line-height: 1.2;
    }

    .pack-sub {
        font-size: 11px;
    }

    .pack-price {
        align-items: flex-end;
        flex-shrink: 0;
    }

    .p-mrp {
        font-size: 11px;
    }

    .p-final {
        font-size: 18px;
    }

    .best-value-tag {
        font-size: 9px;
        padding: 2px 8px;
        right: 10px;
        top: -9px;
    }

    .bundle-showcase-box {
        margin-bottom: 20px;
    }

    .bundle-graphic-img {
        max-height: 160px;
    }

    .cod-form {
        gap: 14px;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }

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

    .form-submit-btn {
        font-size: 16px;
        padding: 14px 20px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 21px;
    }

    .adult-highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .adult-tag {
        justify-content: center;
        font-size: 12px;
    }
}