/* Base Theme Hookups */
.namifly-policy-hero {
    background: #0f172a;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 120px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.namifly-policy-hero .hero-mesh-bg {
    position: absolute;
    top: -50%; right: -20%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(214, 51, 132, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 1;
}

.privacy-content-wrapper {
    background: #f8fafc;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

/* Elite Base Text Details */
.fw-900 { font-weight: 900; letter-spacing: -1.5px; }
.fw-800 { font-weight: 800; }
.fw-700 { font-weight: 700; }
.text-light-muted { color: #94a3b8; font-size: 1.15rem; }
.max-w-600 { max-width: 600px; }

.text-nami-gradient {
    background: linear-gradient(90deg, #d63384, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-pink-gradient { background: linear-gradient(90deg, #d63384, #ff4d94); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-orange-gradient { background: linear-gradient(90deg, #ff8c00, #ffaa44); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Dynamic Badge */
.nami-badge-glow {
    display: inline-block;
    background: rgba(214, 51, 132, 0.15);
    color: #ff4d94;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(214, 51, 132, 0.2);
}

/* Content Main Bento Card Style */
.policy-main-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.04);
}

/* Top Accent Banner */
.commitment-banner {
    background: linear-gradient(135deg, rgba(214, 51, 132, 0.02) 0%, rgba(255, 140, 0, 0.02) 100%);
    border: 1px dashed rgba(214, 51, 132, 0.15);
    border-radius: 24px;
    padding: 30px;
}

.accent-icon-box {
    width: 45px; height: 45px;
    background: linear-gradient(135deg, #d63384, #ff8c00);
    color: #fff;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}

/* Sections Configurations */
.policy-card-section {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #f1f5f9;
}

.policy-card-section .section-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.policy-card-section .section-num {
    font-size: 1rem;
    font-weight: 900;
    background: rgba(15, 23, 42, 0.05);
    color: #64748b;
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
}

/* Custom Styled Sub Lists */
.data-type-box {
    background: #fafafa;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
}
.border-pink { border-left: 4px solid #d63384; }
.border-orange { border-left: 4px solid #ff8c00; }

.nami-custom-list { list-style: none; padding-left: 0; margin: 0; }
.nami-custom-list li {
    position: relative;
    padding-left: 22px;
    font-size: 0.92rem;
    color: #475569;
    margin-bottom: 10px;
    line-height: 1.5;
}
.nami-custom-list li::before {
    content: ''; position: absolute; left: 4px; top: 8px;
    width: 6px; height: 6px; border-radius: 50%;
}
.list-pink li::before { background: #d63384; box-shadow: 0 0 8px #d63384; }
.list-orange li::before { background: #ff8c00; box-shadow: 0 0 8px #ff8c00; }

/* Premium Table Structure */
.nami-table-container {
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.01);
}

.nami-table-container table thead {
    background: #0f172a; color: #fff; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase;
}
.nami-table-container table th { padding: 18px 24px; font-weight: 700; border: none; }
.nami-table-container table td { padding: 18px 24px; font-size: 0.95rem; border-bottom: 1px solid #f1f5f9; }
.nami-table-container table tr:last-child td { border: none; }

.table-tag-accent {
    background: rgba(15, 23, 42, 0.05); color: #0f172a;
    font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 6px; text-transform: uppercase;
}

/* Callouts & Grid Nodes */
.nami-gradient-callout {
    background: linear-gradient(90deg, rgba(214, 51, 132, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
    border-left: 4px solid #d63384;
    padding: 20px; border-radius: 0 16px 16px 0;
}

.mini-pill-card {
    background: #f8fafc; border: 1px solid #e2e8f0; padding: 14px 20px; border-radius: 14px;
    font-size: 0.88rem; color: #334155; height: 100%;
}

.security-metric-card {
    background: #f8fafc; border: 1px solid #f1f5f9; padding: 25px; border-radius: 20px; height: 100%;
    transition: transform 0.3s ease;
}
.security-metric-card:hover { transform: translateY(-4px); }
.security-metric-card i { font-size: 28px; display: block; margin-bottom: 12px; }
.security-metric-card h5 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.security-metric-card p { font-size: 0.85rem; color: #64748b; margin: 0; line-height: 1.6; }

.rights-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 15px;
}
.right-item-box {
    border: 1px solid #e2e8f0; padding: 20px; border-radius: 16px;
}
.right-item-box strong { display: block; font-size: 0.95rem; color: #0f172a; margin-bottom: 4px; }
.right-item-box span { font-size: 0.85rem; color: #64748b; display: block; line-height: 1.5; }

/* Responsive Adaptations */
@media (max-width: 991px) {
    .policy-main-card { padding: 35px 25px; border-radius: 24px; }
    .rights-grid { grid-template-columns: 1fr; }
    .display-3 { font-size: 2.5rem; }
}