/* ============================================================
   Privacy Policy Page – Shared Styles
   Used by: picker/privacypolicy & delivery/privacypolicy
   ============================================================ */

body {
	background: #f8fafc;
	color: #334155;
	scroll-behavior: smooth;
}

/* ---- Hero ---- */
.privacy-hero {
	background: linear-gradient(135deg, #00506a 0%, #0c130c 100%);
	padding: 80px 0 100px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.privacy-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 80% 50%, rgba(0, 80, 106, 0.15) 0%, transparent 60%);
	pointer-events: none;
}

.privacy-hero h1 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.privacy-hero p.lead {
	font-size: 18px;
	color: #ffffff !important;
	opacity: 1;
	font-weight: 400;
	max-width: 700px;
	line-height: 1.6;
}

/* ---- Meta Badge ---- */
.meta-info {
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff !important;
}

.meta-info i {
	margin-right: 8px;
	color: #38bdf8;
}

/* ---- Layout ---- */
.privacy-container {
	margin-top: -50px;
	padding-bottom: 100px;
	position: relative;
	z-index: 10;
}

/* ---- Policy Card ---- */
.policy-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	padding: 40px;
	border: 1px solid #e2e8f0;
}

.policy-section {
	padding: 30px 0;
	border-bottom: 1px solid #f1f5f9;
}

.policy-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.policy-section:first-child {
	padding-top: 0;
}

.policy-section h2 {
	font-size: 22px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.policy-section h2 span.section-number {
	background: rgba(0, 80, 106, 0.08);
	color: #00506a;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	margin-right: 15px;
	flex-shrink: 0;
}

/* ---- Checkmark List ---- */
.policy-list {
	margin-top: 15px;
	padding-left: 5px;
}

.policy-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.6;
	color: #475569;
}

.policy-list li::before {
	content: "\f00c"; /* FontAwesome check */
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	color: #00506a;
	font-size: 12px;
	background: rgba(0, 80, 106, 0.08);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* ---- Sticky Sidebar TOC ---- */
.sidebar-nav {
	position: sticky;
	top: 110px;
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
	border: 1px solid #e2e8f0;
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}

.sidebar-nav h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #94a3b8;
	margin-bottom: 16px;
	font-weight: 700;
}

.toc-link {
	display: block;
	padding: 8px 12px;
	color: #64748b;
	font-size: 14px;
	font-weight: 500;
	border-radius: 6px;
	margin-bottom: 4px;
	transition: all 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.toc-link:hover,
.toc-link.active {
	color: #00506a;
	background: rgba(0, 80, 106, 0.05);
	text-decoration: none;
	padding-left: 16px;
}

/* ---- Highlight Callout Boxes ---- */
.highlight-box {
	background: rgba(14, 165, 233, 0.04);
	border-left: 4px solid #0ea5e9;
	border-radius: 0 12px 12px 0;
	padding: 20px;
	margin: 20px 0;
}

.highlight-box p {
	margin: 0;
	color: #0369a1;
	font-weight: 500;
	font-size: 14.5px;
}

.highlight-box h4 {
	color: #0369a1;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.highlight-box h4 i {
	margin-right: 8px;
	font-size: 18px;
}

/* ---- Contact Card ---- */
.contact-widget {
	background: #f8fafc;
	border-radius: 12px;
	padding: 24px;
	margin-top: 25px;
	border: 1px dashed #cbd5e1;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.contact-item:last-child {
	margin-bottom: 0;
}

.contact-icon {
	width: 40px;
	height: 40px;
	background: #ffffff;
	color: #00506a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	margin-right: 15px;
	border: 1px solid #e2e8f0;
}

.contact-details h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 2px;
	font-weight: 600;
}

.contact-details a {
	color: #0f172a;
	font-size: 15px;
	font-weight: 600;
}

.contact-details a:hover {
	color: #00506a;
	text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.privacy-hero {
		padding: 50px 0 70px;
	}

	.privacy-hero h1 {
		font-size: 32px;
	}

	.sidebar-nav {
		display: none;
	}

	.policy-card {
		padding: 24px;
	}
}
