
.namifly-premium-light-hero {
    background-color: #f8fafc;
    background-image: 
        linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
    background-size: 30px 30px;
    padding: 100px 0 85px 0;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-premium-content-area {
    background-color: #f1f5f9;
    padding: 75px 0;
}

/* Deep Slate Ultra-Visible Typography Tokens */
.text-slate { color: #0f172a !important; }
.text-slate-muted { color: #334155 !important; line-height: 1.65; font-size: 0.95rem; }
.hero-title-dark { font-size: 3.4rem; font-weight: 900; color: #0f172a; letter-spacing: -1.5px; margin: 0; }
.hero-subtitle-dark { font-size: 1.15rem; color: #475569; max-width: 680px; margin: 18px auto 0 auto; line-height: 1.6; }

.text-nami-gradient {
    background: linear-gradient(90deg, #d63384, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Premium Status Dots */
.nami-pulse-dot {
    width: 8px; height: 8px; background: #d63384; border-radius: 50%; display: inline-block;
    box-shadow: 0 0 10px rgba(214, 51, 132, 0.4);
}
.nami-badge-status { font-size: 11px; font-weight: 800; text-transform: uppercase; color: #d63384; letter-spacing: 1px; }

/* Breadcrumb Styling Elements */
.bread-link { color: #64748b; text-decoration: none; font-size: 0.85rem; font-weight: 700; transition: color 0.2s; }
.bread-link:hover { color: #0f172a; }
.bread-sep { color: #cbd5e1; font-size: 10px; display: flex; align-items: center; }
.bread-active { color: #0f172a; font-size: 0.85rem; font-weight: 800; }

/* Main White Layer Canvas Configuration */
.cookie-luxury-canvas {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.02);
}

/* High Contrast Input Form Box */
.luxury-search-wrapper { max-width: 100%; }
.luxury-search-field {
    background: #fafafa !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 16px !important;
    padding: 18px 24px 18px 55px !important;
    font-size: 1rem !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: all 0.25s ease-in-out !important;
}
.luxury-search-field:focus {
    border-color: #d63384 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(214, 51, 132, 0.08) !important;
}
.luxury-search-field::placeholder { color: #94a3b8; font-weight: 500; }
.search-inner-icon {
    position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
    font-size: 18px; color: #475569; z-index: 4; pointer-events: none;
}

/* Category Structural Items */
.category-heading-dark { font-size: 1.25rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; }
.text-pink { color: #d63384 !important; }
.text-orange { color: #ff8c00 !important; }

/* EXQUISITE LUXURY ACCORDION STEMS */
.faq-accordion-stack { display: flex; flex-direction: column; gap: 12px; }
.faq-luxury-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-luxury-item:hover { border-color: #cbd5e1; box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01); }
.faq-luxury-item.active-item { border-color: #0f172a; box-shadow: 0 10px 25px rgba(15, 23, 42, 0.02); }

.faq-trigger-header {
    padding: 22px 28px; display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; user-select: none; gap: 20px; transition: background 0.2s;
}
.faq-trigger-header:hover { background: #fafafa; }
.faq-question-text { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.3px; line-height: 1.4; }

.faq-icon-box {
    width: 32px; height: 32px; background: #f1f5f9; color: #0f172a; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 12px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s;
}
.faq-luxury-item.active-item .faq-icon-box { transform: rotate(180deg); background: #0f172a; color: #fff; }

/* Smooth Max Height CSS Collapse Pipeline */
.faq-hidden-panel {
    max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
}
.faq-inner-body { padding: 0 28px 24px 28px; border-top: 0 solid transparent; }

/* FOOTER INSET DARK BOARD */
.luxury-preference-center-dashboard {
    background: #0f172a; border-radius: 24px; padding: 35px 40px; box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}
.luxury-save-preferences-btn {
    background: linear-gradient(90deg, #d63384, #ff8c00); color: #ffffff; border: none; font-weight: 800;
    font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.5px; padding: 14px 28px; border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s; text-align: center; white-space: nowrap;
}
.luxury-save-preferences-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(214, 51, 132, 0.3); color: #fff; }

/* Responsive adjustments */
@media (max-width: 767px) {
    .hero-title-dark { font-size: 2.3rem; }
    .cookie-luxury-canvas { padding: 25px 15px !important; border-radius: 20px; }
    .faq-trigger-header { padding: 18px 20px; }
    .faq-inner-body { padding: 0 20px 20px 20px; }
    .faq-question-text { font-size: 0.95rem; }
    .luxury-preference-center-dashboard { padding: 25px 20px; text-center: center; }
    .luxury-save-preferences-btn { width: 100%; margin-top: 10px; }
}