html body .nsv-policies-module,html body .nsv-policies-module *{box-sizing:border-box}html body .nsv-policies-module{background:linear-gradient(180deg,#f8fafc 0%,#fff 48%,#f8fafc 100%);min-height:70vh;padding-bottom:80px}html body .nsv-policies-container{width:min(1120px,calc(100% - 32px));margin-inline:auto}html body .nsv-policies-hero{text-align:center;padding:66px 0 40px}html body .nsv-policies-kicker{display:inline-flex;padding:9px 18px;border-radius:999px;background:rgba(15,118,110,.10);color:#0f766e;font-weight:900;margin-bottom:18px}html body .nsv-policies-hero h1{margin:0 0 14px!important;color:#0f172a!important;font-size:clamp(34px,5vw,56px)!important;line-height:1.25!important;font-weight:950!important}html body .nsv-policies-intro{max-width:780px;margin:0 auto;color:#64748b;font-size:18px;line-height:2}html body .nsv-policies-section{padding:20px 0 70px}html body .nsv-policies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}html body .nsv-policy-card{position:relative;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);overflow:hidden}html body .nsv-policy-card::before{content:"";position:absolute;top:0;right:0;left:0;height:8px;background:linear-gradient(135deg,#0f766e,#14b8a6);z-index:2}html body .nsv-policy-cover{height:190px;overflow:hidden;background:#e2e8f0}html body .nsv-policy-cover img{width:100%;height:100%;object-fit:cover;display:block}html body .nsv-policy-body{padding:28px}html body .nsv-policy-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:12px}html body .nsv-policy-meta span,html body .nsv-policy-meta time{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:13px;font-weight:800}html body .nsv-policy-status-active .nsv-policy-meta span:nth-child(2){background:#ecfdf5;color:#047857}html body .nsv-policy-status-updated .nsv-policy-meta span:nth-child(2){background:#eff6ff;color:#1d4ed8}html body .nsv-policy-status-archived .nsv-policy-meta span:nth-child(2){background:#f8fafc;color:#64748b}html body .nsv-policy-card h2{margin:0 0 12px!important;color:#0f172a!important;font-size:24px!important;font-weight:900!important;line-height:1.45!important}html body .nsv-policy-card p{color:#475569!important;line-height:2!important;margin:0 0 18px!important}html body .nsv-policy-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px}html body .nsv-policy-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;background:#0f766e;color:#fff!important;text-decoration:none!important;font-weight:800}html body .nsv-policy-button-outline{background:#f8fafc!important;color:#0f766e!important;border:1px solid rgba(15,118,110,.18)}html body .nsv-policies-empty{max-width:760px;margin:0 auto;padding:38px 24px;background:#fff;border:1px dashed rgba(15,23,42,.20);border-radius:28px;text-align:center;box-shadow:0 16px 44px rgba(15,23,42,.06)}@media(max-width:640px){html body .nsv-policies-hero h1{font-size:34px!important}html body .nsv-policies-grid{grid-template-columns:1fr}}

html body .nsv-policy-card{
	display:flex;
	flex-direction:column;
	min-height:100%;
}

html body .nsv-policy-cover{
	position:relative;
}

html body .nsv-policy-cover::after{
	content:"سياسة";
	position:absolute;
	top:14px;
	right:14px;
	padding:6px 12px;
	border-radius:999px;
	background:rgba(255,255,255,.92);
	color:#0f766e;
	font-weight:900;
	font-size:13px;
	box-shadow:0 8px 18px rgba(15,23,42,.10);
}

html body .nsv-policy-body{
	display:flex;
	flex-direction:column;
	flex:1;
}

html body .nsv-policy-actions{
	margin-top:auto;
	padding-top:16px;
}

html body .nsv-policy-button::before{
	content:"📄";
	margin-inline-end:6px;
}

html body .nsv-policy-button-outline::before{
	content:"🔗";
	margin-inline-end:6px;
}
