/*
 * Ratna Shastra - Unified Premium Homepage Stylesheet
 * Integrated from Luxury Atelier, Trust-Science, Editorial Story, and Vedic concepts.
 * Under organic Sandalwood & Terracotta Indian color palette.
 */

:root {
    --earth-sand: #FDFBF8;          /* Organic Sand Background */
    --organic-black: #1E221F;       /* Absolute Charcoal Text */
    --soft-charcoal: #4A4F4B;       /* Secondary Muted Text */
    --terracotta: #B95938;          /* Crimson accent */
    --terracotta-light: rgba(185, 89, 56, 0.1);
    --gold-accent: #CBA358;         /* Astrological Gold highlights */
    --gold-glow: rgba(203, 163, 88, 0.25);
    --soft-sage: #5A6F60;           /* Positive/Active green */
    --sage-trans: rgba(90, 111, 96, 0.08);
    --linen-border: #E8E4DD;        /* Subtle divider borders */
    --brand-deep: #141715;          /* Velvet Obsidian / Footer Background */
    
    --transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    --mono-font: 'JetBrains Mono', monospace;
    --font-heading: 'Cinzel', serif;
    --font-sans: 'Outfit', sans-serif;
}

/* ═══════════ CORE RESETS & GLOBAL UI ═══════════ */
body {
    background-color: var(--earth-sand);
    color: var(--organic-black);
    font-family: var(--font-sans);
    letter-spacing: 0.02em;
    font-size: 0.95rem;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .serif-font {
    font-family: var(--font-heading);
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--organic-black);
}

a {
    transition: var(--transition);
    color: inherit;
    text-decoration: none;
}

/* Scroll tracker below navbar */
#scroll-tracker {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--terracotta), var(--gold-accent));
    width: 0%;
    z-index: 1200;
    transition: width 0.1s ease-out;
}

/* Trust Ticker Banner */
.trust-ticker {
    background: var(--organic-black);
    color: rgba(253, 251, 248, 0.85);
    padding: 8px 4%;
    font-size: 0.72rem;
    font-family: var(--mono-font);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--linen-border);
    flex-wrap: wrap;
    gap: 10px;
}

.trust-ticker span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-ticker span::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--gold-accent);
    border-radius: 50%;
}

/* Jali Backdrop Pattern styling */
.bg-royal-jali {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z' stroke='%23E8E4DD' stroke-width='0.75' fill='none'/%3E%3Cpath d='M30 10 L50 30 L30 50 L10 30 Z' stroke='%23E8E4DD' stroke-width='0.5' stroke-dasharray='1,1' fill='none'/%3E%3Ccircle cx='30' cy='30' r='1.5' fill='%23CBA358'/%3E%3C/svg%3E");
    background-size: 30px 30px;
    opacity: 1.45;
    pointer-events: none;
}

/* ═══════════ HEADER STICKY NAVBAR ═══════════ */
.navbar-premium {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(253, 251, 248, 0.92) !important;
    border-bottom: 1px solid var(--linen-border);
    padding: 20px 0;
    transition: var(--transition);
}

.navbar-premium.navbar-scrolled {
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(30, 34, 31, 0.05);
    background: rgba(253, 251, 248, 0.98) !important;
}

.navbar-premium .brand-logo {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: 2px;
    color: var(--organic-black) !important;
    text-transform: uppercase;
}

.navbar-premium .brand-logo span {
    color: var(--terracotta);
    font-weight: 400;
}

.navbar-premium .nav-link {
    color: var(--soft-charcoal) !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 8px 15px !important;
    transition: var(--transition);
}

.navbar-premium .nav-link:hover, 
.navbar-premium .nav-item.active .nav-link {
    color: var(--terracotta) !important;
}

.btn-consult-nav {
    background: var(--soft-sage);
    color: var(--earth-sand) !important;
    border: none;
    padding: 10px 22px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(90, 111, 96, 0.15);
    transition: var(--transition);
}

.btn-consult-nav:hover {
    background: var(--organic-black);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(30, 34, 31, 0.2);
}

/* ═══════════ CINEMATIC HERO SECTION ═══════════ */
.cinematic-hero {
    position: relative;
    padding: 42px 0 85px 0; /* Compact proportional footprint */
    overflow: visible;
    background: radial-gradient(circle at 90% 20%, var(--terracotta-light) 0%, transparent 60%);
    border-bottom: 1px solid var(--linen-border);
}

@media (max-width: 991px) {
    .cinematic-hero {
        padding: 25px 0 45px 0;
    }
}

/* Image style for gemstone banner */
.hero-gem-banner {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(30, 34, 31, 0.08);
    transition: var(--transition);
}

.hero-gem-banner:hover {
    transform: scale(1.015);
}

/* Trust Bar Overlap */
.trust-overlap {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 90%;
    max-width: 1100px;
    padding: 22px 30px;
    color: var(--organic-black);
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    z-index: 10;
    box-shadow: 0 16px 40px rgba(30, 34, 31, 0.07);
    border: 1px solid var(--linen-border);
    border-radius: 6px;
    transition: var(--transition);
}

.trust-unit {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-unit i {
    color: var(--terracotta);
    font-size: 1.7rem;
}

.trust-text {
    line-height: 1.25;
}

.trust-text strong {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--organic-black);
}

.trust-text small {
    font-size: 0.72rem;
    color: var(--soft-charcoal);
}

@media (max-width: 991px) {
    .trust-overlap {
        position: relative;
        bottom: -20px; /* Floating look on mobile */
        left: unset;
        transform: none;
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        border: 1px solid var(--linen-border);
        border-radius: 6px;
        box-shadow: 0 10px 25px rgba(30, 34, 31, 0.05);
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        z-index: 10;
    }
    
    .trust-unit {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .trust-unit i {
        font-size: 1.6rem;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 5;
}

.vedic-quote-badge {
    align-self: flex-start;
    background: var(--terracotta-light);
    color: var(--terracotta);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid rgba(185, 89, 56, 0.2);
}

.hero-title {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    line-height: 1.15;
    font-weight: 500;
}

.hero-title em {
    font-style: italic;
    color: var(--terracotta);
}

.hero-desc {
    color: var(--soft-charcoal);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 530px;
}

.hero-action-box {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.btn-luxury-solid {
    background: var(--terracotta);
    color: white !important;
    padding: 14px 28px;
    font-weight: 650;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(185, 89, 56, 0.15);
    border: 1px solid var(--terracotta);
}

.btn-luxury-solid:hover {
    background: var(--organic-black);
    border-color: var(--organic-black);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 34, 31, 0.25);
}

.btn-luxury-outline-white {
    background: transparent;
    color: var(--organic-black) !important;
    padding: 14px 28px;
    font-weight: 650;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--organic-black);
    border-radius: 4px;
}

.btn-luxury-outline-white:hover {
    background: var(--terracotta);
    border-color: var(--terracotta);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(185, 89, 56, 0.2);
}

.hero-trust-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.hero-bullet-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    color: var(--soft-charcoal);
    font-weight: 550;
}

.hero-bullet-point i {
    color: var(--gold-accent);
    font-size: 1.1rem;
}

.hero-right-container {
    perspective: 1000px;
}

.hero-frame-gold {
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(30,34,31,0.06);
    position: relative;
    overflow: hidden;
}

/* Diagnostic spectrometry wireframe view styling */
.hero-image-placeholder {
    width: 100%;
    height: 480px;
    background: var(--earth-sand);
    border: 1.5px dashed var(--linen-border);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--soft-charcoal);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.hero-image-placeholder svg {
    width: 60px;
    height: 60px;
    stroke: var(--terracotta);
    stroke-width: 1.2;
    fill: none;
    margin-bottom: 20px;
    opacity: 0.8;
}

.hero-image-placeholder .spectroscopy-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    pointer-events: none;
}

.hero-image-placeholder strong {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-image-placeholder p {
    font-size: 0.75rem;
    text-align: center;
    max-width: 280px;
    margin-bottom: 12px;
}

.badge-resolution {
    font-family: var(--mono-font);
    font-size: 0.62rem;
    letter-spacing: 1px;
    background: var(--linen-border);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* ═══════════ SECTION BRASS STRIP ═══════════ */
.trust-strip {
    background: #F3ECE2;
    border-bottom: 1px solid var(--linen-border);
    padding: 68px 0 20px 0; /* Clear the absolute trust-overlap card overlap */
}

.trust-strip-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.trust-strip-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--organic-black);
    text-transform: uppercase;
}

.trust-strip-item i {
    color: var(--terracotta);
    font-size: 1.05rem;
}

.trust-strip-divider {
    color: var(--linen-border);
}

@media (max-width: 768px) {
    .trust-strip {
        display: none; /* Hide duplicate dots on mobile to eliminate clutter */
    }
}

/* ═══════════ WIDGET: SPECTRUM CERT CHECKER ═══════════ */
.verification-sec {
    padding: 100px 0;
    border-bottom: 1px solid var(--linen-border);
}

.cert-card-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 50px;
    align-items: center;
}

.verification-form {
    background: white;
    border: 1px solid var(--linen-border);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.verification-form h3 {
    font-size: 1.35rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.verification-form p {
    font-size: 0.88rem;
    color: var(--soft-charcoal);
    margin-bottom: 30px;
}

.cert-input-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.cert-input-wrap input {
    height: 48px;
    flex: 1;
    border: 1px solid var(--linen-border);
    padding: 12px 18px;
    border-radius: 4px;
    font-family: var(--mono-font);
    font-size: 0.85rem;
    color: var(--organic-black);
    outline: none;
}

.cert-input-wrap input:focus {
    border-color: var(--terracotta);
}

.cert-verify-btn {
    background: var(--organic-black);
    color: white;
    border: none;
    padding: 0 24px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

.cert-verify-btn:hover {
    background: var(--terracotta);
}

.cert-suggestions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cert-sugg-pill {
    font-family: var(--mono-font);
    font-size: 0.72rem;
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.cert-sugg-pill:hover {
    border-color: var(--terracotta);
    color: var(--terracotta);
}

.verification-report-card {
    background: white;
    border: 1.5px solid var(--linen-border);
    border-top: 5px solid var(--terracotta);
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}

.verification-report-card.loading::after {
    content: 'DECRYPTING LAB REPORT SECURE MATRICES...';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 251, 248, 0.95);
    font-family: var(--mono-font);
    font-size: 0.8rem;
    color: var(--terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 10;
    letter-spacing: 2px;
}

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid var(--linen-border);
    padding-bottom: 18px;
    margin-bottom: 24px;
}

.report-org-logo {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
}

.report-id {
    font-family: var(--mono-font);
    font-size: 0.72rem;
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    padding: 4px 8px;
    border-radius: 4px;
}

.report-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-family: var(--mono-font);
    font-size: 0.78rem;
    margin-bottom: 24px;
}

.report-row-header {
    color: var(--soft-charcoal);
    font-size: 0.65rem;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.report-value {
    font-weight: 600;
    color: var(--organic-black);
}

.report-footer {
    border-top: 1px solid var(--linen-border);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.report-seal {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    color: var(--soft-sage);
    font-weight: 700;
    font-family: var(--mono-font);
}

.report-seal svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--soft-sage);
    stroke-width: 2.5;
}

/* ═══════════ WIDGET: DIGITAL FITTING ROOM ═══════════ */
.config-section {
    padding: 100px 0;
    background: #F3ECE2;
    border-bottom: 1px solid var(--linen-border);
}

.config-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

.config-preview-panel {
    position: relative;
    aspect-ratio: 1.1/1;
    width: 100%;
    border-radius: 8px;
    padding: 30px;
    background: white;
    border: 1px solid var(--linen-border);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.02);
}

.stone-ring-aura {
    position: absolute;
    width: 55%;
    height: 55%;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.25;
    transition: var(--transition);
}

.stone-placeholder-canvas {
    width: 65%;
    height: 65%;
    border: 2px solid var(--linen-border);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.stone-wireframe {
    width: 65%;
    height: 65%;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: var(--transition);
}

.config-controls {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.option-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.group-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--soft-charcoal);
    font-weight: 600;
}

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

.selector-pill {
    padding: 10px 20px;
    border: 1px solid var(--linen-border);
    background: white;
    color: var(--organic-black);
    cursor: pointer;
    font-size: 0.78rem;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 550;
    transition: var(--transition);
}

.selector-pill:hover {
    border-color: var(--terracotta);
    color: var(--terracotta);
}

.selector-pill.active {
    border-color: var(--terracotta);
    background-color: var(--terracotta-light);
    color: var(--terracotta);
    box-shadow: 0 4px 8px rgba(185, 89, 56, 0.1);
}

.config-specs {
    border-top: 1px solid var(--linen-border);
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.spec-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.spec-label {
    font-size: 0.65rem;
    color: var(--soft-charcoal);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.spec-val {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--organic-black);
}

.config-pricing-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent; /* Removed bloated box background */
    padding: 16px 0 0 0; /* Tightened padding */
    border: none; /* Removed heavy border */
    border-top: 1px dashed var(--linen-border); /* Elegant thin separator line */
    margin-top: 20px;
    gap: 15px;
}

.price-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--soft-charcoal);
    margin-bottom: 2px;
}

.price-tag {
    font-family: var(--mono-font);
    font-size: 1.45rem; /* Reduced weight sizes to avoid bloating */
    color: var(--terracotta);
    font-weight: 700;
    line-height: 1;
}

/* Slimmer button sizing inside config room */
.config-pricing-block .btn {
    padding: 10px 18px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-radius: 4px;
    height: auto;
    transition: var(--transition);
}

/* ═══════════ WIZARD: ASTRAL FINDER ═══════════ */
.section-padding {
    padding: 100px 0;
}

.section-intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 55px auto;
}

.section-eyebrow {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--terracotta);
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.section-title-premium {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-title-premium em {
    font-style: italic;
    color: var(--terracotta);
}

.title-divider-auspicious {
    color: var(--gold-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.title-divider-auspicious::before, .title-divider-auspicious::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1.5px;
    background-color: var(--linen-border);
}

.section-intro-desc {
    color: var(--soft-charcoal);
    font-size: 0.95rem;
    font-weight: 350;
    line-height: 1.7;
}

.wizard-card {
    background: white;
    border: 1px solid var(--linen-border);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(30,34,31,0.03);
}

.wizard-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--linen-border);
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.wizard-tab-btn {
    padding: 12px 25px;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--soft-charcoal);
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.wizard-tab-btn:hover {
    color: var(--terracotta);
}

.wizard-tab-btn.active {
    color: var(--terracotta);
    border-bottom-color: var(--terracotta);
}

.wizard-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Compact 2x2 / 2-column Grid */
    gap: 12px;
    margin-bottom: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.wizard-option-card {
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    border-radius: 6px;
    padding: 12px 10px; /* Reduced vertical padding */
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: var(--transition);
    min-height: 85px;
}

.wizard-option-card:hover {
    border-color: var(--terracotta);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(185, 89, 56, 0.05);
}

.wizard-option-card.selected {
    border-color: var(--terracotta);
    background-color: var(--terracotta-light);
    box-shadow: 0 6px 15px rgba(185, 89, 56, 0.1);
}

.wizard-option-icon {
    font-size: 1.8rem;
    color: var(--gold-accent);
}

.wizard-option-title {
    font-weight: 600;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    color: var(--organic-black);
}

.wizard-option-sub {
    font-size: 0.72rem;
    color: var(--soft-charcoal);
}

.wizard-result-box {
    display: none;
    border-top: 1.5px dashed var(--linen-border);
    padding-top: 35px;
    margin-top: 20px;
}

.result-card-inner {
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.result-img-placeholder {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    border: 1px solid var(--linen-border);
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--soft-charcoal);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.result-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.result-intro-tag {
    font-family: var(--mono-font);
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--terracotta);
    font-weight: 700;
}

.result-gem-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    color: var(--organic-black);
    font-weight: 600;
}

.result-gem-desc {
    font-size: 0.88rem;
    color: var(--soft-charcoal);
    line-height: 1.6;
}

.result-specs-row {
    display: flex;
    gap: 20px;
    font-family: var(--mono-font);
    font-size: 0.72rem;
    flex-wrap: wrap;
}

.btn-wizard-cta {
    background: var(--organic-black);
    color: white;
    padding: 10px 24px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    align-self: flex-start;
    border-radius: 4px;
}

.btn-wizard-cta:hover {
    background: var(--terracotta);
    color: white;
}

/* ═══════════ CATEGORIES & STOCK PRODUCTS ═══════════ */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.category-card-premium {
    background: white;
    border: 1px solid var(--linen-border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.015);
    transition: var(--transition);
    display: block;
    color: inherit;
    text-decoration: none;
}

.category-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(30,34,31,0.06);
    color: inherit;
    text-decoration: none;
}

.cat-image-placeholder {
    height: 250px;
    background: var(--earth-sand);
    border-bottom: 1px solid var(--linen-border);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-image-placeholder img.cat-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    opacity: 0.88;
}

.category-card-premium:hover .cat-image-placeholder img.cat-img-bg {
    transform: scale(1.08);
}

.cat-image-label-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(30, 34, 31, 0.75) 0%, rgba(30, 34, 31, 0.35) 60%, rgba(30, 34, 31, 0) 100%);
    padding: 15px 20px;
    color: white;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 90px;
    z-index: 2;
}

.cat-image-label-overlay span {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cat-image-label-overlay small {
    font-family: var(--mono-font);
    font-size: 0.68rem;
    letter-spacing: 0.5px;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin-top: 3px;
}

.cat-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cat-card-sub {
    font-family: var(--mono-font);
    font-size: 0.68rem;
    color: var(--terracotta);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cat-card-title {
    font-size: 1.15rem;
    font-weight: 600;
}

.cat-card-desc {
    font-size: 0.82rem;
    color: var(--soft-charcoal);
    line-height: 1.5;
}

.cat-card-btn {
    align-self: flex-start;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--organic-black);
    margin-top: 5px;
}

.cat-card-btn:hover {
    color: var(--terracotta);
}

.featured-section {
    background: #F5F1E9;
    border-top: 1px solid var(--linen-border);
    border-bottom: 1px solid var(--linen-border);
}

.gem-card-certified {
    background: white;
    border: 1px solid var(--linen-border);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.015);
    height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.gem-card-certified:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(30,34,31,0.06);
    color: inherit;
    text-decoration: none;
}

.gem-tag-cert {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--organic-black);
    color: white;
    font-family: var(--mono-font);
    font-size: 0.62rem;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 1px;
    z-index: 5;
    text-transform: uppercase;
}

.gem-card-visual-placeholder {
    height: 230px;
    background: var(--earth-sand);
    border-bottom: 1px solid var(--linen-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--soft-charcoal);
    padding: 20px;
    font-family: var(--font-heading);
    font-size: 0.85rem;
}

.gem-card-visual-placeholder i {
    font-size: 2.8rem;
    color: var(--gold-accent);
    margin-bottom: 12px;
}

.gem-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gem-card-origin {
    font-family: var(--mono-font);
    font-size: 0.65rem;
    color: var(--terracotta);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gem-card-name {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.gem-card-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-family: var(--mono-font);
    font-size: 0.72rem;
    background: var(--earth-sand);
    padding: 12px;
    border: 1px solid var(--linen-border);
    border-radius: 4px;
}

.gem-spec-val {
    color: var(--soft-charcoal);
}

.gem-spec-val strong {
    color: var(--organic-black);
}

.gem-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid var(--linen-border);
    padding-top: 15px;
}

.gem-price {
    font-family: var(--mono-font);
    font-weight: 700;
    color: var(--terracotta);
    font-size: 0.95rem;
}

.btn-view-gem {
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--organic-black);
}

.btn-view-gem:hover {
    color: var(--terracotta);
}

/* ═══════════ SHASTRA EDU CLASSIFICATIONS ═══════════ */
.edu-section {
    border-bottom: 1px solid var(--linen-border);
}

.edu-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-edu-gem {
    padding: 10px 22px;
    border: 2px solid var(--organic-black);
    background: transparent;
    color: var(--organic-black);
    font-weight: 650;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-edu-gem:hover {
    background: var(--organic-black);
    color: white;
}

.btn-edu-gem.active {
    background: var(--organic-black);
    color: white;
}

.edu-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.edu-feature-card {
    background: white;
    border: 1.5px solid var(--linen-border);
    border-radius: 6px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: var(--transition);
}

.edu-feature-card:hover {
    border-color: var(--terracotta);
    transform: translateY(-3px);
}

.edu-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: var(--terracotta-light);
    color: var(--terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.edu-card-heading {
    font-size: 1.1rem;
    font-weight: 600;
}

.edu-card-text {
    font-size: 0.85rem;
    color: var(--soft-charcoal);
    line-height: 1.6;
}

/* ═══════════ GEOLOGICAL PREVALENCE MAP ═══════════ */
.map-section {
    background: #F5F1E9;
    border-top: 1px solid var(--linen-border);
    border-bottom: 1px solid var(--linen-border);
}

.map-container {
    max-width: 1200px;
    margin: 0 auto;
}

.map-svg-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    border: 1.5px solid var(--linen-border);
    background: var(--earth-sand);
    border-radius: 8px;
    overflow: hidden;
}

.map-svg-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.world-map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
}

.map-pin {
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--terracotta);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(185, 89, 56, 0.7);
    transition: var(--transition);
}

.map-pin:hover, .map-pin.active {
    transform: scale(1.35);
    background: var(--soft-sage);
    box-shadow: 0 0 16px rgba(90, 111, 96, 0.9);
}

/* Coordinates spots in absolute % terms */
.pin-colombia { top: 48%; left: 24%; }
.pin-kashmir { top: 38%; left: 63%; }
.pin-ceylon { top: 58%; left: 65%; }
.pin-burma { top: 44%; left: 72%; }
.pin-madagascar { top: 76%; left: 52%; }

.map-detail-panel {
    background: white;
    border: 1px solid var(--linen-border);
    border-left: 5px solid var(--terracotta);
    padding: 35px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.origin-gem-type {
    font-family: var(--mono-font);
    font-size: 0.68rem;
    color: var(--terracotta);
    font-weight: 700;
    letter-spacing: 1px;
}

.origin-title {
    font-size: 1.45rem;
    font-weight: 600;
}

.origin-desc {
    font-size: 0.88rem;
    color: var(--soft-charcoal);
    line-height: 1.6;
}

.stat-provenance {
    display: flex;
    gap: 25px;
    border-top: 1px solid var(--linen-border);
    padding-top: 18px;
}

.stat-prov-item {
    display: flex;
    flex-direction: column;
}

.stat-prov-val {
    font-family: var(--mono-font);
    font-size: 0.95rem;
    color: var(--organic-black);
    font-weight: 700;
}

.stat-prov-lbl {
    font-size: 0.65rem;
    color: var(--soft-charcoal);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

/* ═══════════ LAB TESTING COMPLIANCE ═══════════ */
.cert-section {
    border-bottom: 1px solid var(--linen-border);
}

.cert-badge-strip {
    display: flex;
    gap: 18px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.cert-badge-unit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-family: var(--mono-font);
    background: var(--earth-sand);
    border: 1px solid var(--linen-border);
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 550;
}

.cert-badge-unit i {
    color: var(--terracotta);
}

.cert-card-interactive {
    perspective: 1000px;
}

.cert-mockup {
    background: white;
    border: 2px solid var(--linen-border);
    border-radius: 8px;
    padding: 35px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(30,34,31,0.03);
}

.cert-header {
    text-align: center;
    border-bottom: 2px solid var(--linen-border);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cert-header h4 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cert-header p {
    font-size: 0.72rem;
    color: var(--soft-charcoal);
    margin-top: 4px;
}

.cert-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
}

.cert-spec-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cert-spec-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.74rem;
    border-bottom: 1px dashed var(--linen-border);
    padding-bottom: 6px;
}

.cert-spec-lbl {
    color: var(--soft-charcoal);
}

.cert-spec-val {
    font-weight: 600;
    font-family: var(--mono-font);
}

.cert-right-pane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid var(--linen-border);
    padding-left: 20px;
}

.cert-photo-placeholder {
    width: 120px;
    height: 120px;
    border: 1px solid var(--linen-border);
    background: var(--earth-sand);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.58rem;
    text-align: center;
    color: var(--soft-charcoal);
    text-transform: uppercase;
    border-radius: 4px;
}

.cert-seal {
    width: 60px;
    height: 60px;
    border: 2px double var(--terracotta);
    border-radius: 50%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    font-weight: 700;
    color: var(--terracotta);
    text-align: center;
    transform: rotate(-10deg);
}

.cert-verifier-tag {
    font-size: 0.62rem;
    border-top: 1px solid var(--organic-black);
    padding-top: 4px;
    width: 100%;
    text-align: center;
    font-family: var(--mono-font);
    color: var(--soft-charcoal);
}

/* ═══════════ TRANSFORMATION BEFORE/AFTER SLIDER ═══════════ */
.slider-sec {
    padding: 100px 0;
    border-bottom: 1px solid var(--linen-border);
    background: #FDF9F2;
}

.slider-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.slider-desc-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slider-desc-panel h2 {
    font-size: 2rem;
    line-height: 1.25;
}

.slider-desc-panel p {
    color: var(--soft-charcoal);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Split slider display wrapper */
.before-after-visualizer {
    position: relative;
    width: 100%;
    height: 380px;
    background: #EAE6DF;
    border: 1px solid var(--linen-border);
    border-radius: 8px;
    overflow: hidden;
    user-select: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.visualizer-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage-raw {
    z-index: 2;
}

.compare-img-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.stage-raw {
    z-index: 2;
}

.stage-polished {
    z-index: 4;
    width: 48%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.stage-polished .polished-inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.split-slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
}

.split-bar-indicator {
    position: absolute;
    top: 0;
    left: 48%;
    width: 2px;
    height: 100%;
    background-color: var(--organic-black);
    z-index: 8;
    pointer-events: none;
}

.split-handle-badge {
    position: absolute;
    top: 50%;
    left: calc(48% - 15px);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--organic-black);
    color: white;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* ═══════════ CHRONOGRAPHIC SOURCE TIMELINE ═══════════ */
.story-sec {
    padding: 100px 0;
    background-color: var(--brand-deep);
    color: white;
    position: relative;
    overflow: hidden;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
}

.story-sec h2 {
    color: white;
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 60px;
}

.timeline-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.timeline-node {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.node-step-badge {
    background-color: var(--terracotta);
    color: white;
    font-family: var(--mono-font);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    align-self: flex-start;
    border-radius: 2px;
    text-transform: uppercase;
}

.timeline-node h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.timeline-node p {
    color: #94A3B8;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* ═══════════ SCIENCE-BACKED SOURCING AGREEMENT ═══════════ */
.guarantees-sec {
    padding: 100px 0;
    background: var(--earth-sand);
    border-bottom: 1px solid var(--linen-border);
}

.guarantee-title {
    text-align: center;
    font-size: 1.80rem;
    color: var(--organic-black);
    margin-bottom: 50px;
    font-weight: 500;
}

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

.guarantee-card {
    background: white;
    border: 1px solid var(--linen-border);
    padding: 35px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: var(--transition);
}

.guarantee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.02);
    border-color: var(--terracotta);
}

.guarantee-icon {
    width: 44px;
    height: 44px;
    background: var(--terracotta-light);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarantee-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--terracotta);
    stroke-width: 2.2;
    fill: none;
}

.guarantee-card h4 {
    font-size: 1.1rem;
    color: var(--organic-black);
    font-weight: 600;
}

.guarantee-card p {
    font-size: 0.85rem;
    color: var(--soft-charcoal);
    line-height: 1.6;
}

/* ═══════════ TESTIMONIALS MASONRY ═══════════ */
.testi-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testi-item-premium {
    background: white;
    border: 1px solid var(--linen-border);
    padding: 35px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: var(--transition);
}

.testi-item-premium:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.03);
    border-color: var(--terracotta);
}

.testi-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi-stars-gold {
    color: var(--gold-accent);
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.testi-quote-mark {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    color: var(--linen-border);
    line-height: 0.5;
}

.testi-body-text {
    font-size: 0.88rem;
    color: var(--soft-charcoal);
    line-height: 1.7;
    font-style: italic;
}

.testi-tag-verified {
    font-family: var(--mono-font);
    font-size: 0.65rem;
    color: var(--soft-sage);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testi-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid var(--linen-border);
    padding-top: 15px;
    margin-top: 5px;
}

.testi-av-char {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--terracotta-light);
    color: var(--terracotta);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 650;
    font-size: 0.85rem;
}

.testi-author-details {
    display: flex;
    flex-direction: column;
}

.testi-author-details strong {
    font-size: 0.88rem;
    font-weight: 650;
    color: var(--organic-black);
}

.testi-author-details small {
    font-size: 0.72rem;
    color: var(--soft-charcoal);
}

/* ═══════════ EDUCATION BLOG & FAQS ═══════════ */
.edu-centre-section {
    background: #FDF9F2;
    border-top: 1px solid var(--linen-border);
    border-bottom: 1px solid var(--linen-border);
}

.article-card-premium {
    background: white;
    border: 1px solid var(--linen-border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.01);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-visual-placeholder {
    height: 200px;
    background: var(--earth-sand);
    border-bottom: 1px solid var(--linen-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--soft-charcoal);
    font-family: var(--font-heading);
    font-size: 0.85rem;
    text-transform: uppercase;
}

.article-visual-placeholder small {
    font-family: var(--mono-font);
    font-size: 0.65rem;
    margin-top: 4px;
}

.article-padding {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.article-date {
    font-family: var(--mono-font);
    font-size: 0.65rem;
    color: var(--terracotta);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article-title-premium {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.article-title-premium a:hover {
    color: var(--terracotta);
}

.article-lead {
    font-size: 0.82rem;
    color: var(--soft-charcoal);
    line-height: 1.6;
}

.btn-read-article {
    align-self: flex-start;
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--organic-black);
    margin-top: auto;
}

.btn-read-article:hover {
    color: var(--terracotta);
}

/* FAQ Accordion Styling overrides */
.faq-accordion-premium {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-accordion-premium .accordion-item {
    background: white;
    border: 1px solid var(--linen-border) !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.faq-accordion-premium .accordion-button {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--organic-black);
    background: white;
    box-shadow: none;
    padding: 20px 24px;
}

.faq-accordion-premium .accordion-button:not(.collapsed) {
    color: var(--terracotta);
    background-color: var(--earth-sand);
    border-bottom: 1px solid var(--linen-border);
}

.faq-accordion-premium .accordion-body {
    padding: 24px;
    color: var(--soft-charcoal);
    font-size: 0.88rem;
    line-height: 1.7;
    background: white;
}

/* ═══════════ LUXURY TIMBER FOOTER ═══════════ */
.footer-luxury {
    background: var(--brand-deep);
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid var(--linen-border);
    padding: 90px 0 40px;
    position: relative;
}

.footer-luxury .bg-royal-jali {
    opacity: 0.04;
}

.footer-logo {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: white !important;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo span {
    color: var(--terracotta);
    font-weight: 400;
}

.footer-about-text {
    font-size: 0.88rem;
    line-height: 1.75;
    margin-bottom: 25px;
    max-width: 320px;
}

.footer-social-links {
    display: flex;
    gap: 12px;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: var(--transition);
}

.footer-social-btn:hover {
    background: var(--terracotta);
    border-color: var(--terracotta);
    transform: translateY(-2px);
}

.footer-head-title {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-accent);
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-nav a {
    color: rgba(255,255,255,0.6) !important;
    font-size: 0.82rem;
    transition: var(--transition);
}

.footer-nav a:hover {
    color: var(--terracotta) !important;
}

.footer-newsletter-box p {
    font-size: 0.82rem;
    margin-bottom: 18px;
}

.newsletter-field-wrapper {
    display: flex;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    overflow: hidden;
}

.newsletter-input-premium {
    background: rgba(255,255,255,0.05);
    border: none;
    padding: 12px;
    color: white;
    font-size: 0.82rem;
    outline: none;
    flex: 1;
}

.newsletter-input-premium::placeholder {
    color: rgba(255,255,255,0.3);
}

.btn-news-submit {
    background: var(--terracotta);
    border: none;
    color: white;
    padding: 0 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-news-submit:hover {
    background: #a3482a;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 60px;
    padding-top: 30px;
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    color: rgba(255,255,255,0.35);
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.35) !important;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    color: var(--terracotta) !important;
}

/* ═══════════ BREAKPOINTS RESPONSIVITY ═══════════ */
@media (max-width: 1024px) {
    .cinematic-hero {
        padding: 40px 0;
        text-align: center;
    }
    
    .hero-left {
        align-items: center;
    }
    
    .hero-title {
        font-size: 2.4rem;
    }
    
    .hero-desc {
        margin: 0 auto;
    }
    
    .hero-action-box {
        justify-content: center;
    }
    
    .hero-bullet-point {
        justify-content: center;
    }
    
    .hero-right-container {
        margin-top: 50px;
    }
    
    .hero-image-placeholder {
        height: 380px;
    }
    
    .cert-card-grid, .config-grid, .slider-grid, .map-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .categories-grid, .edu-card-grid, .testi-masonry, .guarantee-grid, .timeline-flex {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .categories-grid, .edu-card-grid, .testi-masonry, .guarantee-grid, .timeline-flex {
        grid-template-columns: 1fr;
    }
    
    .wizard-card {
        padding: 20px;
    }
    
    .result-card-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .result-img-placeholder {
        width: 100%;
        height: 180px;
    }
    
    .result-specs-row {
        justify-content: center;
    }
    
    .btn-wizard-cta {
        align-self: center;
    }
    
    .cert-grid {
        grid-template-columns: 1fr;
    }
    
    .cert-right-pane {
        border-left: none;
        padding-left: 0;
        border-top: 1px dashed var(--linen-border);
        padding-top: 20px;
    }
    
    .map-svg-wrapper {
        height: 300px;
    }
    
    .footer-bottom-bar {
        flex-direction: column;
        text-align: center;
    }
}

/* =============================================
   CATEGORIES SECTION STYLING
   ============================================= */
.categories-section { 
    background: var(--earth-sand, #FDFBF8); 
    border-bottom: 1px solid var(--linen-border, #E8E4DD);
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 0.8rem;
    border: 1px solid var(--linen-border, rgba(42,27,56,0.12));
    border-radius: 6px;
    text-decoration: none;
    color: var(--organic-black, #1E221F);
    background: #ffffff;
    transition: var(--transition, all 0.35s ease);
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(30, 34, 31, 0.03);
    height: 100%;
}

.category-card:hover {
    border-color: var(--terracotta, #B95938);
    background: var(--terracotta, #B95938);
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(185, 89, 56, 0.28);
}

.category-card span {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.category-card:hover span {
    color: #ffffff;
}

.gemstone-img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
}

.category-card:hover .gemstone-img {
    transform: scale(1.1);
}

@media (min-width: 992px) {
    .custom-col {
        width: 20%;
    }
}
