/* =========================================================================
   IGNITRA FINAL FLAWLESS CSS ENGINE (BUG-FREE & 100% RESPONSIVE)
   COLOR SCHEME: FIERY ORANGE & DEEP CORPORATE NAVY
   ========================================================================= */

/* --- ROOT SYSTEM CONSTANTS --- */
:root {
    --fiery-orange: #E65100;
    --bright-coral-accent: #FF5722;
    --corporate-navy-dark: #0A1118;
    --corporate-blue-medium: #152238;
    --neutral-dark-text: #1a1e23;
    --neutral-light-body: #4a5568;
    --background-clean-white: #FFFFFF;
    --background-tint-light: #F7FAFC;
    --safety-green-accent: #059669;
    --safety-green-bg: #D1FAE5;
    --border-subtle-grey: #E2E8F0;
    --shadow-md: 0 10px 25px -5px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 40px -10px rgba(0,0,0,0.15);
    --font-stack-primary: "Open Sans", system-ui, -apple-system, sans-serif;
    --font-stack-heading: "Montserrat", system-ui, -apple-system, sans-serif;
}

/* --- SYSTEM RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-stack-primary);
    color: var(--neutral-dark-text);
    background-color: var(--background-clean-white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 90px; /* Space for sticky footer */
}
img { max-width: 100%; height: auto; display: block; }
.clear-fix::after { content: ""; display: block; clear: both; }

/* --- GLOBAL STRUCTURE & FLEXBOX LAYOUT --- */
.global-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Smart Auto-Stacking Grid */
.block-layout { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
.alignment-vertical-center { align-items: center; }
.layout-column, .column-size-6 { flex: 1; min-width: 320px; }

/* Card Grids */
.dynamic-two-column-flex-grid, .testimonial-three-column-grid, .pricing-three-card-container {
    display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: stretch;
}
.flex-column-item { flex: 1; min-width: 320px; display: flex; flex-direction: column; }
.testimonial-grid-card, .pricing-individual-card { flex: 1; min-width: 300px; display: flex; flex-direction: column; }

/* Utilities */
.layout-text-center, .text-center-wrapper { text-align: center; }
.style-top-margin-small { margin-top: 20px; }

/* --- ANIMATIONS --- */
@keyframes softPulse {
    0% { transform: scale(1); box-shadow: 0 5px 15px rgba(230,81,0,0.4); }
    50% { transform: scale(1.02); box-shadow: 0 15px 30px rgba(230,81,0,0.5); }
    100% { transform: scale(1); box-shadow: 0 5px 15px rgba(230,81,0,0.4); }
}
@keyframes opacityPulse { from { opacity: 0.3; } to { opacity: 1; } }
.pulse-animation { animation: softPulse 2.5s infinite ease-in-out; }

/* --- 1. SCARCITY ALERT BANNER --- */
.top-scarcity-alert-bar {
    background: linear-gradient(90deg, #0A1118, #152238, #0A1118);
    color: #fff; font-size: 14px; font-weight: 600; padding: 12px 0; text-align: center;
    border-bottom: 3px solid var(--bright-coral-accent);
}
.pulse-marker {
    display: inline-block; width: 10px; height: 10px; background-color: #EF4444;
    border-radius: 50%; margin-right: 8px; animation: opacityPulse 1s infinite alternate;
}

/* --- 2. HEADER --- */
.main-corporate-header {
    background-color: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px);
    padding: 15px 0; border-bottom: 1px solid var(--border-subtle-grey);
    position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md);
}
.main-corporate-header .global-wrapper { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.brand-anchor-link { font-family: var(--font-stack-heading); font-size: 32px; font-weight: 900; color: var(--fiery-orange); text-decoration: none; text-transform: uppercase; }
.navigation-link-matrix ul { display: flex; gap: 20px; list-style: none; flex-wrap: wrap; justify-content: center; }
.nav-anchor-link { color: var(--corporate-blue-medium); font-weight: 700; text-decoration: none; font-size: 14px; text-transform: uppercase; transition: 0.3s; }
.nav-anchor-link:hover { color: var(--bright-coral-accent); }
.header-conversion-btn {
    background-color: var(--corporate-navy-dark); color: #fff; padding: 10px 24px; border-radius: 50px;
    font-family: var(--font-stack-heading); font-weight: 800; text-decoration: none; font-size: 14px; text-transform: uppercase;
}

/* --- 3. HERO SECTION (BUG FIXED) --- */
.hero-conversion-gateway { 
    background: radial-gradient(circle at center, #ffffff 0%, #f0f4f8 100%); 
    padding: 60px 0; 
}

.social-proof-trust-badge { 
    display: inline-block; 
    background: #fff; 
    border: 1px solid var(--border-subtle-grey); 
    padding: 8px 20px; 
    border-radius: 50px; 
    font-size: 14px; 
    font-weight: 700; 
    color: var(--corporate-blue-medium); 
    margin-bottom: 25px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
}

.glowing-stars { 
    color: #F59E0B; 
    letter-spacing: 2px; 
}

.hero-primary-headline { 
    font-family: var(--font-stack-heading); 
    font-size: 48px; 
    font-weight: 900; 
    color: var(--corporate-navy-dark); 
    line-height: 1.15; 
    margin-bottom: 20px; 
}

.gradient-text-accent { 
    background: linear-gradient(135deg, var(--fiery-orange), #FF9800); 
    -webkit-background-clip: text; 
    background-clip: text; /* FIX: Added standard property for all browsers */
    -webkit-text-fill-color: transparent; 
    color: transparent; /* FIX: Standard fallback */
    display: inline-block; /* FIX: Prevents gradient from breaking if text wraps */
}

.hero-supporting-paragraph { 
    font-size: 18px; 
    color: var(--neutral-light-body); 
    margin-bottom: 30px; 
    line-height: 1.8; 
}

.hero-optimized-image-asset { 
    display: block; /* FIX: Crucial for margin: 0 auto to work */
    max-width: 100%; /* FIX: Prevents image overflow on smaller screens */
    margin: 0 auto; 
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15)); 
}
/* High-Converting Buttons */
.primary-conversion-anchor-button, .tier-checkout-anchor-button, .conversion-bar-action-anchor-button {
    display: inline-block; background: linear-gradient(to bottom, #FF7043, var(--fiery-orange)); color: #fff !important;
    font-family: var(--font-stack-heading); font-weight: 900; border-radius: 50px; text-decoration: none; text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(230, 81, 0, 0.3); transition: all 0.3s; text-align: center; border: none; cursor: pointer;
}
.primary-conversion-anchor-button { font-size: 20px; padding: 18px 40px; }
.primary-conversion-anchor-button:hover, .tier-checkout-anchor-button:hover, .conversion-bar-action-anchor-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(230, 81, 0, 0.4); }
.hero-guarantee-subtext-ribbon { margin-top: 15px; font-size: 14px; font-weight: 700; color: var(--safety-green-accent); }

/* --- 4. TRUST BADGES --- */
.trust-badge-ribbon-module { background: linear-gradient(135deg, var(--corporate-blue-medium), var(--corporate-navy-dark)); padding: 25px 0; color: #fff; border-top: 4px solid var(--fiery-orange); }
.trust-badge-ribbon-module .global-wrapper { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.badge-item-container { display: flex; align-items: center; font-size: 15px; font-weight: 700; }
.badge-icon-placeholder { margin-right: 8px; font-size: 20px; }

/* --- CONTENT SECTIONS --- */
.dense-editorial-content-block { padding: 80px 0; }
.alternative-background-tint { background-color: var(--background-tint-light); }
.standard-background-white { background-color: var(--background-clean-white); }
.editorial-section-title { font-family: var(--font-stack-heading); font-size: 36px; font-weight: 900; color: var(--corporate-navy-dark); text-align: center; margin-bottom: 20px; line-height: 1.2; }
.editorial-section-subtitle { font-size: 18px; color: var(--neutral-light-body); text-align: center; margin-bottom: 40px; font-weight: 600; }
.single-text-column-layout { max-width: 850px; margin: 0 auto; }
.editorial-body-paragraph { font-size: 17px; color: var(--neutral-light-body); margin-bottom: 25px; line-height: 1.8; text-align: left; }

/* --- CARDS (Ingredients & Reviews) --- */
.shadow-card, .testimonial-grid-card { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 35px; box-shadow: var(--shadow-md); position: relative; overflow: hidden; transition: 0.3s; }
.shadow-card::before, .testimonial-grid-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--fiery-orange), var(--bright-coral-accent)); }
.shadow-card:hover, .testimonial-grid-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

.ingredient-header-card { display: flex; align-items: center; margin-bottom: 20px; }
.ingredient-icon-asset { width: 60px; height: auto; margin-right: 20px; }
.ingredient-card-title { font-family: var(--font-stack-heading); font-size: 22px; font-weight: 800; color: var(--corporate-navy-dark); }
.ingredient-card-description { font-size: 15px; color: var(--neutral-light-body); margin-bottom: 20px; flex-grow: 1; }
.ingredient-bullet-list { list-style: none; padding: 0; }
.ingredient-bullet-item { position: relative; padding-left: 25px; margin-bottom: 10px; font-size: 15px; font-weight: 700; color: var(--corporate-blue-medium); }
.ingredient-bullet-item::before { content: "✔"; position: absolute; left: 0; top: 0; color: var(--fiery-orange); }

/* --- TESTIMONIALS --- */
.card-star-rating { color: #F59E0B; font-size: 20px; margin-bottom: 15px; }
.testimonial-quote-text { font-size: 15px; font-style: italic; color: var(--neutral-light-body); margin-bottom: 20px; flex-grow: 1; }
.testimonial-user-profile { font-size: 14px; color: var(--corporate-navy-dark); }
.testimonial-user-profile strong { font-family: var(--font-stack-heading); font-size: 16px; font-weight: 800; display: block; margin-bottom: 5px; }
.verified-tag { color: var(--safety-green-accent); font-weight: 800; background: var(--safety-green-bg); padding: 2px 6px; border-radius: 4px; font-size: 12px; }

/* --- BONUSES --- */
.bonus-value-sticker { display: inline-block; background-color: var(--safety-green-bg); color: var(--safety-green-accent); padding: 6px 16px; border-radius: 50px; font-size: 14px; font-weight: 800; margin-bottom: 20px; }
.bonus-headline-title { font-family: var(--font-stack-heading); font-size: 28px; font-weight: 900; color: var(--corporate-navy-dark); margin-bottom: 20px; line-height: 1.3; }
.digital-book-mockup-graphic { width: 220px; height: 300px; background: linear-gradient(135deg, var(--fiery-orange), #C24100); border-radius: 6px 16px 16px 6px; position: relative; box-shadow: 10px 10px 30px rgba(0,0,0,0.2); margin: 0 auto; }
.style-blue-book { background: linear-gradient(135deg, var(--corporate-blue-medium), var(--corporate-navy-dark)); }
.book-spine-accent { position: absolute; left: 0; top: 0; width: 15px; height: 100%; background: rgba(0,0,0,0.1); border-radius: 6px 0 0 6px; }
.book-cover-text-content { padding: 40px 20px; color: #fff; text-align: left; }
.book-cover-text-content h4 { font-family: var(--font-stack-heading); font-size: 24px; font-weight: 900; line-height: 1; }
.book-cover-text-content h5 { font-size: 16px; font-weight: 600; margin-bottom: 30px; }
.book-cover-text-content p { font-size: 12px; text-transform: uppercase; font-weight: 700; }

/* --- PRICING SECTION --- */
.pricing-three-card-container { align-items: center; /* Ensures center card can be taller without stretching others */ }
.pricing-individual-card { background: #fff; border: 2px solid var(--border-subtle-grey); border-radius: 16px; padding: 40px 25px; text-align: center; position: relative; transition: 0.3s; }
.pricing-individual-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #CBD5E1; }

.highlighted-master-tier {
    border: 3px solid var(--fiery-orange); background-color: #FFFDFB;
    box-shadow: 0 15px 35px rgba(230,81,0,0.15); z-index: 2;
    padding: 55px 30px; /* Naturally taller instead of scale() to prevent overlapping */
}

.master-offer-ribbon-tag { position: absolute; top: -16px; left: 5%; width: 90%; background: linear-gradient(90deg, var(--fiery-orange), var(--bright-coral-accent)); color: #fff; padding: 6px 0; font-size: 12px; font-weight: 900; border-radius: 50px; text-transform: uppercase; box-shadow: 0 4px 10px rgba(230,81,0,0.3); }
.tier-package-title { font-family: var(--font-stack-heading); font-size: 24px; font-weight: 900; color: var(--corporate-navy-dark); margin-bottom: 5px; }
.tier-supply-subline { font-size: 15px; color: var(--neutral-light-body); font-weight: 700; margin-bottom: 20px; }
.tier-price-large-display { font-family: var(--font-stack-heading); font-size: 64px; font-weight: 900; color: var(--corporate-navy-dark); line-height: 1; margin-bottom: 15px; }
.currency-symbol { font-size: 28px; vertical-align: top; font-weight: 800; }
.per-unit-subtext { font-size: 16px; font-weight: 700; color: #718096; }
.tier-total-retail-line { font-size: 13px; color: #A0AEC0; font-weight: 700; margin-bottom: 10px; text-decoration: line-through; }
.tier-actual-cost-box { display: inline-block; background-color: var(--background-tint-light); border: 1px solid var(--border-subtle-grey); padding: 6px 20px; font-size: 18px; font-weight: 900; border-radius: 50px; margin-bottom: 15px; color: var(--corporate-navy-dark); }
.highlighted-master-tier .tier-actual-cost-box { background-color: var(--fiery-orange); color: white; border-color: var(--fiery-orange); }
.tier-shipping-status-label { font-size: 13px; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; }
.style-standard-shipping { color: #718096; }
.style-free-shipping { color: var(--safety-green-accent); background: var(--safety-green-bg); display: inline-block; padding: 4px 10px; border-radius: 4px; }
.bonus-inclusion-highlight-label { font-size: 13px; font-weight: 800; color: var(--fiery-orange); margin-bottom: 20px; }
.tier-action-button-wrapper { margin-top: 20px; margin-bottom: 15px; }
.tier-checkout-anchor-button { display: block; width: 100%; font-size: 18px; padding: 15px 0; }
.tier-card-footer-notice { font-size: 13px; color: #A0AEC0; font-weight: 600; margin-top: auto; }

/* --- Pricing Product Images Styling --- */
.tier-product-image-wrapper {
    margin: 15px 0 25px 0;
    min-height: 180px; /* Keeps card heights aligned even if images load late */
    display: flex;
    align-items: center;
    justify-content: center;
}

.tier-product-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.master-tier-image {
    max-height: 230px; /* Makes the 6-bottle image slightly larger for emphasis */
    filter: drop-shadow(0 15px 20px rgba(230, 81, 0, 0.2));
}

.pricing-individual-card:hover .tier-product-image {
    transform: scale(1.05); /* Zoom effect when user hovers over the price card */
}

/* --- GUARANTEE --- */
.seal-circular-graphic { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 120px; height: 120px; background: linear-gradient(135deg, var(--corporate-navy-dark), var(--corporate-blue-medium)); border: 5px double var(--fiery-orange); color: #fff; border-radius: 50%; font-family: var(--font-stack-heading); font-size: 36px; font-weight: 900; line-height: 1; margin: 0 auto 20px auto; box-shadow: var(--shadow-md); }
.seal-days-text { font-size: 14px; font-weight: 800; letter-spacing: 1px; margin-top: 5px; }

/* --- FAQ --- */
.faq-accordion-container { max-width: 850px; margin: 0 auto; }
.faq-individual-node { background-color: #fff; border: 1px solid var(--border-subtle-grey); border-radius: 8px; margin-bottom: 15px; padding: 20px 25px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.faq-node-question { font-family: var(--font-stack-heading); font-size: 18px; font-weight: 800; color: var(--corporate-navy-dark); margin-bottom: 10px; }
.faq-node-answer { font-size: 16px; color: var(--neutral-light-body); line-height: 1.7; }

/* --- FOOTER --- */
.compliance-legal-footer { background-color: #0A1118; color: #94A3B8; padding-top: 60px; padding-bottom: 50px; font-size: 13px; border-top: 5px solid var(--fiery-orange); }
.footer-navigation-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }
.footer-link-anchor { color: #E2E8F0; text-decoration: none; font-weight: 600; }
.footer-link-anchor:hover { color: var(--fiery-orange); }
.compliance-disclaimer-text-box { border-top: 1px solid #1E293B; padding-top: 30px; }
.disclaimer-text-line { margin-bottom: 20px; line-height: 1.7; text-align: justify; }
.disclaimer-text-line strong { color: #E2E8F0; }
.footer-copyright-line { margin-top: 40px; color: #64748B; font-weight: 600; text-align: center; }

/* --- SECTION 22: ADVANCED PERSISTENT BOTTOM CTA BANNER --- */
.bottom-cta-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(10, 17, 24, 0.98), rgba(21, 34, 56, 0.98));
    backdrop-filter: blur(12px);
    border-top: 3px solid var(--fiery-orange);
    z-index: 99999;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
    /* Smooth slide down animation */
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s ease;
}

/* This class hides the banner when close is clicked */
.bottom-cta-banner.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.cta-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    position: relative;
    gap: 20px;
}

.cta-banner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cta-banner-text h4 {
    color: var(--background-clean-white);
    font-family: var(--font-stack-heading);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.cta-banner-text p {
    color: #10B981;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.cta-banner-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 15px;
}

.cta-price {
    color: var(--fiery-orange);
    font-family: var(--font-stack-heading);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.cta-original-price {
    color: #94A3B8;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
}

.cta-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to bottom, #FF7043, var(--fiery-orange));
    color: var(--background-clean-white) !important;
    font-family: var(--font-stack-heading);
    font-size: 16px;
    font-weight: 900;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(230, 81, 0, 0.4);
    transition: var(--transition-smooth);
    white-space: nowrap;
}

.cta-banner-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 81, 0, 0.6);
    background: linear-gradient(to bottom, #FF8A65, #E64A19);
}

.cta-banner-close {
    position: absolute;
    top: -15px;
    right: 15px;
    background: #1E293B;
    color: #fff;
    border: 2px solid var(--fiery-orange);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: var(--transition-smooth);
    padding-bottom: 2px;
}

.cta-banner-close:hover {
    background: var(--fiery-orange);
    transform: scale(1.1) rotate(90deg);
}

/* --- Mobile Queries for CTA Banner --- */
@media (max-width: 991px) {
    .cta-banner-content { padding: 12px 15px; }
    .cta-banner-text h4 { font-size: 16px; }
    .cta-price { font-size: 20px; }
    .cta-banner-button { padding: 10px 25px; font-size: 15px; }
}

@media (max-width: 767px) {
    .cta-banner-content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding-top: 18px;
    }
    
    .cta-banner-text { flex: 100%; text-align: center; }
    .cta-banner-price { align-items: center; margin-right: 0; margin-bottom: 5px; flex: 100%; }
    .cta-banner-button { width: 100%; margin-top: 5px; }
    
    .cta-banner-close {
        top: -12px;
        right: 10px;
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
    
    body {
        padding-bottom: 180px; /* Space for the taller mobile banner */
    }
}


/* =========================================================================
   MEDIA QUERIES (FLAWLESS RESPONSIVE ADJUSTMENTS)
   ========================================================================= */

@media (max-width: 991px) {
    /* Handle Nav Wrapping gracefully on Tablet */
    .navigation-link-matrix { order: 3; width: 100%; margin-top: 10px; }
    .main-corporate-header .global-wrapper { justify-content: center; text-align: center; }
    
    .hero-primary-headline { font-size: 42px; }
    .pricing-three-card-container { align-items: stretch; } /* Reset alignment for stacking if needed */
    .highlighted-master-tier { padding: 40px 25px; /* Reset padding to standard on smaller screens */ }
}

@media (max-width: 767px) {
    .hero-primary-headline { font-size: 34px; }
    .editorial-section-title { font-size: 28px; }
    .tier-price-large-display { font-size: 52px; }
    
    .hero-conversion-gateway { padding: 40px 0; text-align: center; }
    .dense-editorial-content-block { padding: 50px 0; }
    
    /* Sticky Bar Stacking */
    .conversion-bar-flex-layout { gap: 10px; flex-direction: column; text-align: center; }
    .conversion-bar-main-callout { font-size: 14px; text-align: center; }
    body { padding-bottom: 120px; } /* Increased space so sticky bar doesn't cover footer text */
}
/* --- Real Image Styling for Bonuses --- */
.bonus-book-image-asset {
    max-width: 100%;
    width: 280px; /* Isko apni image ke size ke hisaab se adjust kar lena */
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));
    transition: transform 0.4s ease;
}

.bonus-book-image-asset:hover {
    transform: translateY(-8px) rotate(-3deg);
    filter: drop-shadow(0 20px 35px rgba(0,0,0,0.2));
}