/* Clean Ultra-Readable Corporate Typography Tokens */
.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: 110px 0 90px 0;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-premium-content-area {
    background-color: #f1f5f9;
    padding: 80px 0;
}

/* Precise Text Visibility Tokens */
.text-slate { color: #0f172a !important; }
.text-slate-muted { color: #334155 !important; line-height: 1.65; }
.hero-title-dark { font-size: 3.5rem; font-weight: 900; color: #0f172a; letter-spacing: -1.5px; margin: 0; }
.hero-subtitle-dark { font-size: 1.15rem; color: #475569; max-width: 650px; margin: 20px 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;
}

.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; }

/* Main White High-Contrast Box */
.cookie-luxury-canvas {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.03);
}

.cookie-summary-box {
    background: linear-gradient(135deg, rgba(214, 51, 132, 0.02) 0%, rgba(255, 140, 0, 0.02) 100%);
    border: 1px solid rgba(214, 51, 132, 0.12);
    border-radius: 20px; padding: 30px;
}
.accent-icon-square {
    width: 42px; height: 42px; background: #0f172a; color: #fff; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 18px;
}

/* Sections & Structural Heading Badges */
.cookie-luxury-section { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #f1f5f9; }
.section-heading-dark { font-size: 1.5rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.section-num-badge {
    font-size: 0.9rem; font-weight: 900; background: #0f172a; color: #ffffff;
    width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
}

/* Inset Callout Components */
.nami-callout-card { background: #fafafa; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; position: relative; }
.callout-indicator-stripe { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; border-radius: 16px 0 0 16px; }
.callout-indicator-stripe.pink { background: #d63384; }

/* Modern Row Matrix Instead of Ugly Tables */
.cyber-clean-matrix-grid { display: flex; flex-direction: column; gap: 10px; }
.matrix-card-item { background: #fafafa; border: 1px solid #e2e8f0; padding: 20px 24px; border-radius: 14px; transition: border-color 0.2s ease; }
.matrix-card-item:hover { border-color: #cbd5e1; }
.matrix-pill-tag { font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 5px 12px; border-radius: 6px; display: inline-block; letter-spacing: 0.5px; }
.matrix-pill-tag.pink { background: rgba(214, 51, 132, 0.08); color: #d63384; }
.matrix-pill-tag.orange { background: rgba(255, 140, 0, 0.08); color: #ff8c00; }
.matrix-expiry-label { font-family: monospace; font-size: 11px; color: #64748b; font-weight: 600; }

/* Origin Blocks */
.origin-luxury-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 30px; height: 100%; }
.luxury-bullet-list { list-style: none; padding-left: 0; margin: 0; }
.luxury-bullet-list li { position: relative; padding-left: 20px; font-size: 0.9rem; color: #334155; margin-bottom: 12px; line-height: 1.5; }
.luxury-bullet-list li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 6px; height: 6px; border-radius: 50%; }
.luxury-bullet-list.pink li::before { background: #d63384; }
.luxury-bullet-list.orange li::before { background: #ff8c00; }

/* Luxury Manifest High-Contrast Table Grid */
.luxury-table-wrapper { border: 1px solid #e2e8f0; border-radius: 20px; overflow: hidden; }
.luxury-table-wrapper table { margin: 0; }
.luxury-table-wrapper thead { background: #0f172a; color: #ffffff; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.luxury-table-wrapper th { padding: 16px 24px; border: none; font-weight: 700; }
.luxury-table-wrapper td { padding: 18px 24px; border-bottom: 1px solid #e2e8f0; font-size: 0.92rem; }
.luxury-table-wrapper tr:last-child td { border: none; }
.luxury-token-code { font-family: monospace; font-size: 0.88rem; background: #f1f5f9; padding: 4px 8px; border-radius: 6px; color: #d63384; font-weight: 700; border: 1px solid #e2e8f0; }
.badge-expiry-pill { font-family: monospace; font-size: 11px; background: #e2e8f0; color: #334155; padding: 4px 10px; border-radius: 6px; font-weight: 600; }

/* Interactive Panels */
.control-luxury-panel { background: #fafafa; border: 1px solid #e2e8f0; border-radius: 16px; padding: 25px; }
.luxury-links-flex { display: flex; flex-wrap: wrap; gap: 8px; }
.luxury-link-item {
    background: #ffffff; border: 1px solid #cbd5e1; border-radius: 8px; padding: 6px 14px; font-size: 0.8rem; font-weight: 700; color: #475569; text-decoration: none; transition: all 0.2s ease;
}
.luxury-link-item:hover { border-color: #d63384; color: #d63384; background: rgba(214, 51, 132, 0.02); }

/* LUXURY INTERACTIVE PREFERENCE CONTROL NODE */
.luxury-preference-center-dashboard {
    background: #0f172a; border-radius: 28px; padding: 45px; border: 1px solid #0f172a; box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
}
.dashboard-header-light { border-bottom: 1px solid rgba(255,255,255,0.08); }
.dashboard-header-light h4 { color: #ffffff !important; }
.shield-icon-glow { width: 44px; height: 44px; background: rgba(255,140,0,0.15); color: #ff8c00; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; }

.preference-toggle-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); padding: 20px 24px; border-radius: 16px; margin-bottom: 15px; }
.preference-toggle-item h5 { color: #ffffff !important; }
.badge-locked { background: rgba(255,255,255,0.08); color: #94a3b8; font-size: 9px; text-transform: uppercase; font-weight: 700; padding: 3px 8px; border-radius: 4px; margin-left: 8px; border: 1px solid rgba(255,255,255,0.05); }

/* iOS Premium Switches style integration */
.luxury-ios-switch { padding-left: 3em; margin: 0; }
.luxury-ios-switch .form-check-input {
    width: 2.8em; height: 1.5em; background-color: rgba(255,255,255,0.15); border: none; cursor: pointer; transition: background-color 0.2s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%2394a3b8' d='M10 0a10 10 0 1010 10A10 10 0 0010 0z'/%3e%3c/svg%3e");
}
.luxury-ios-switch .form-check-input:checked {
    background-color: #10b981;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 0a10 10 0 1010 10A10 10 0 0010 0z'/%3e%3c/svg%3e");
}
.luxury-ios-switch.switch-pink .form-check-input:checked { background-color: #d63384; }
.luxury-ios-switch.switch-orange .form-check-input:checked { background-color: #ff8c00; }
.luxury-ios-switch .form-check-input:disabled { opacity: 0.25; cursor: not-allowed; }

.luxury-save-preferences-btn {
    background: linear-gradient(90deg, #d63384, #ff8c00); color: #ffffff; border: none; font-weight: 800; font-size: 0.9rem; padding: 14px 35px; border-radius: 12px; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.luxury-save-preferences-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(214, 51, 132, 0.35); color: #fff; }

.luxury-contact-card { background: rgba(214, 51, 132, 0.02); border: 1px dashed rgba(214, 51, 132, 0.25); padding: 20px; border-radius: 16px; text-md-end: right; }

/* Responsive Media Queries */
@media (max-width: 991px) {
    .cookie-luxury-canvas { padding: 35px 20px; border-radius: 24px; }
    .luxury-preference-center-dashboard { padding: 30px 20px; }
    .hero-title-dark { font-size: 2.6rem; }
}