/* ==========================================================================
   AURA WHOLESALE - HOMEPAGE & FAQ ACCORDION STYLES
   ========================================================================== */

/* Page Background & Layout Resets */
body.home,
body.home #page,
body.home .site,
body.home .grid-container,
body.home .site-content,
body.home #content,
body.home #primary,
body.home main,
body.home article,
body.home .inside-article {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.aura-home-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #0f172a;
    background-color: #f8fafc;
    width: 100% !important;
    overflow-x: hidden;
}

.aura-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Scroll Reveal Classes */
.aura-reveal {
    opacity: 1 !important; /* Ensures sections are always visible */
    transform: translateY(0) !important;
}

/* Hero Section */
.aura-hero-section {
    position: relative;
    padding: 110px 0 140px;
    background: linear-gradient(135deg, #0b1329 0%, #1e293b 50%, #0f172a 100%);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.aura-hero-bg-glow {
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(15, 23, 42, 0) 60%);
    animation: aura-mesh-spin 22s linear infinite;
    pointer-events: none;
}

@keyframes aura-mesh-spin { 100% { transform: rotate(360deg); } }

.aura-hero-content { position: relative; z-index: 2; max-width: 920px; margin: 0 auto; }

.aura-pill-tag {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 8px 20px; border-radius: 30px; font-size: 13px; font-weight: 600; color: #38bdf8;
    margin-bottom: 28px; backdrop-filter: blur(6px);
}

.aura-hero-title {
    font-size: 58px; line-height: 1.12; font-weight: 900; color: #ffffff !important;
    margin-bottom: 24px !important; letter-spacing: -1px;
}

.aura-gradient-text {
    background: linear-gradient(90deg, #38bdf8 0%, #818cf8 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.aura-hero-subtitle { font-size: 19px; color: #94a3b8; line-height: 1.65; margin-bottom: 42px !important; font-weight: 400; }

.aura-hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.aura-btn-primary {
    background: #0056b3; color: #ffffff !important; padding: 16px 36px; border-radius: 8px;
    font-size: 15px; font-weight: 700; text-decoration: none; transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 86, 179, 0.4);
}

.aura-btn-primary:hover { background: #004085; transform: translateY(-2px); }

.aura-btn-outline {
    background: rgba(255, 255, 255, 0.05); color: #ffffff !important; padding: 16px 36px; border-radius: 8px;
    font-size: 15px; font-weight: 700; text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s ease;
}

.aura-btn-outline:hover { background: rgba(255, 255, 255, 0.15); border-color: #38bdf8; transform: translateY(-2px); }

/* Live Stats Bar */
.aura-stats-wrapper {
    background: #ffffff; border-radius: 16px; box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0; margin-top: -50px; position: relative; z-index: 10; padding: 35px 20px;
}

.aura-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.aura-stat-card h3 { font-size: 38px; font-weight: 900; color: #0f172a; margin: 0 0 4px 0 !important; }
.aura-stat-card .aura-plus { color: #0056b3; }
.aura-stat-card p { font-size: 13px; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 !important; }

/* Enterprise Features Grid */
.aura-features-section { padding: 90px 0; }
.aura-section-header { text-align: center; max-width: 750px; margin: 0 auto 60px; }
.aura-section-tag { font-size: 12px; font-weight: 800; color: #0056b3; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; display: block; }
.aura-section-title { font-size: 36px; font-weight: 800; color: #0f172a !important; margin: 0 0 16px 0 !important; }
.aura-section-desc { font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 !important; }

.aura-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.aura-feature-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px 24px; transition: all 0.3s ease; }
.aura-feature-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08); border-color: #cbd5e1; }
.aura-feature-icon { width: 52px; height: 52px; background: #f0f7ff; color: #0056b3; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.aura-feature-card h4 { font-size: 18px; font-weight: 700; color: #0f172a; margin: 0 0 10px 0 !important; }
.aura-feature-card p { font-size: 14px; color: #64748b; line-height: 1.55; margin: 0 !important; }

/* Comparison Matrix */
.aura-comparison-section { padding: 90px 0; background: #ffffff; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.aura-matrix-card { background: #ffffff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border: 1px solid #e2e8f0; overflow: hidden; }
.aura-compare-table { width: 100%; border-collapse: collapse; text-align: left; }
.aura-compare-table th { padding: 22px 24px; font-size: 15px; font-weight: 800; color: #0f172a; background: #f8fafc; border-bottom: 2px solid #e2e8f0; }
.aura-compare-table th.highlight { background: #0f172a; color: #ffffff; font-size: 16px; position: relative; }
.aura-compare-table th.highlight::after { content: 'OFFICIAL PLATFORM'; position: absolute; top: 6px; right: 12px; background: #38bdf8; color: #0f172a; font-size: 9px; font-weight: 900; padding: 2px 6px; border-radius: 4px; }
.aura-compare-table td { padding: 18px 24px; font-size: 14px; color: #334155; border-bottom: 1px solid #f1f5f9; }
.aura-compare-table td.highlight { background: #f0fdf4; font-weight: 700; color: #047857; border-left: 2px solid #10b981; border-right: 2px solid #10b981; }
.aura-badge-check { display: inline-flex; align-items: center; gap: 6px; background: #d1fae5; color: #047857; padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.aura-badge-cross { display: inline-flex; align-items: center; gap: 6px; background: #fee2e2; color: #b91c1c; padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }

/* 4-Step Pipeline */
.aura-pipeline-section { padding: 90px 0; background: #f8fafc; }
.aura-pipeline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.aura-pipeline-step { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 28px 20px; }
.aura-step-number { width: 36px; height: 36px; background: #0f172a; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; margin-bottom: 16px; }
.aura-pipeline-step h4 { font-size: 16px; font-weight: 700; color: #0f172a; margin: 0 0 8px 0 !important; }
.aura-pipeline-step p { font-size: 13px; color: #64748b; line-height: 1.5; margin: 0 !important; }

/* SEO Copy Section */
.aura-seo-copy-section { padding: 90px 0; background: #ffffff; border-top: 1px solid #e2e8f0; }
.aura-seo-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.aura-seo-text h2 { font-size: 30px; font-weight: 800; color: #0f172a !important; margin: 0 0 20px 0 !important; }
.aura-seo-text h3 { font-size: 22px; font-weight: 700; color: #0f172a !important; margin: 32px 0 14px 0 !important; }
.aura-seo-text p { font-size: 15px; color: #475569; line-height: 1.75; margin-bottom: 18px !important; }

.aura-seo-sidebar { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px; height: fit-content; }
.aura-seo-sidebar h4 { font-size: 18px; font-weight: 800; color: #0f172a; margin: 0 0 16px 0 !important; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; }
.aura-bullet-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.aura-bullet-list li { font-size: 14px; color: #334155; padding: 10px 0; border-bottom: 1px dashed #e2e8f0; display: flex; align-items: center; gap: 10px; }

/* Concierge Box */
.aura-concierge-section { padding: 80px 0; }
.aura-concierge-box { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 20px; padding: 60px 40px; text-align: center; color: #ffffff; box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2); }
.aura-concierge-box h2 { font-size: 34px; font-weight: 800; color: #ffffff !important; margin: 0 0 16px 0 !important; }
.aura-concierge-box p { font-size: 16px; color: #94a3b8; max-width: 680px; margin: 0 auto 32px !important; line-height: 1.6; }

.aura-btn-glow {
    background: linear-gradient(90deg, #f59e0b, #d97706); color: #ffffff !important; border: 1px solid #fbbf24;
    padding: 16px 42px; border-radius: 30px; font-size: 16px; font-weight: 800; cursor: pointer;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4); animation: aura-glow-pulse 2s infinite; text-decoration: none; display: inline-block;
}

@keyframes aura-glow-pulse { 0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6); } 70% { box-shadow: 0 0 0 16px rgba(245, 158, 11, 0); } 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); } }

/* FAQ Accordion Styling */
.aura-faq-section { padding: 90px 0 120px; background: #f8fafc; }
.aura-faq-container { max-width: 860px; margin: 0 auto; }

.aura-faq-item {
    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 14px;
    overflow: hidden; transition: all 0.25s ease;
}

.aura-faq-item.active {
    border-color: #0056b3; box-shadow: 0 4px 15px rgba(0, 86, 179, 0.08);
}

.aura-faq-question {
    width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
    font-size: 16px; font-weight: 700; color: #0f172a; cursor: pointer; display: flex;
    justify-content: space-between; align-items: center; outline: none;
}

.aura-faq-icon { font-size: 22px; color: #0056b3; transition: transform 0.3s ease; font-weight: bold; }

.aura-faq-item.active .aura-faq-icon { transform: rotate(45deg); }

.aura-faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
    background: #ffffff;
}

.aura-faq-answer p {
    padding: 0 24px 22px; font-size: 14px; color: #475569; line-height: 1.65; margin: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .aura-stats-grid, .aura-grid-4, .aura-pipeline-grid { grid-template-columns: repeat(2, 1fr); }
    .aura-seo-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .aura-hero-title { font-size: 36px; }
    .aura-stats-grid, .aura-grid-4, .aura-pipeline-grid { grid-template-columns: 1fr; }
}