.ros-privacy-page {
	background: #ffffff;
	color: #1d2433;
}

.ros-privacy-page .container {
	width: min(900px, calc(100% - 32px));
	margin: 0 auto;
}

/* ─── Hero ─── */

.ros-privacy-hero {
	align-items: end;
	background: linear-gradient(135deg, #07192f 0%, #0c294d 50%, #0d1e32 100%);
	display: flex;
	min-height: 60vh;
	padding: 120px;
	position: relative;
}

.ros-privacy-hero::after {
	background: linear-gradient(180deg, rgba(5, 17, 33, 0) 0%, rgba(5, 17, 33, 0.22) 100%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ros-privacy-hero__inner {
	position: relative;
	z-index: 1;
}

.ros-privacy-hero__copy {
	max-width: 720px;
}

.ros-privacy-hero__copy h1 {
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	font-size: 54px;
	line-height: 1.06;
	margin: 0 0 18px;
}

.ros-privacy-hero__eyebrow {
	color: #ffd7b8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ros-privacy-hero__lead {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 20px;
}

.ros-privacy-hero__meta {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

/* ─── Table of Contents ─── */

.ros-privacy-toc {
	padding: 0;
	margin-top: -48px;
	position: relative;
	z-index: 2;
}

.ros-privacy-toc__card {
	background: #ffffff;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(8, 28, 49, 0.08);
	padding: 28px 32px;
}

.ros-privacy-toc__card h2 {
	color: #0e1c31;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ros-privacy-toc__card ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ros-privacy-toc__card li {
	margin-bottom: 0;
}

.ros-privacy-toc__card a {
	border-bottom: 1px solid rgba(14, 28, 49, 0.06);
	color: #1d2433;
	display: block;
	font-size: 15px;
	padding: 10px 0;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.ros-privacy-toc__card a::before {
	color: #f15a24;
	content: '0' counter(toc-item) '. ';
	counter-increment: toc-item;
	font-weight: 600;
	margin-right: 6px;
}

.ros-privacy-toc__card ol {
	counter-reset: toc-item;
}

.ros-privacy-toc__card a:hover,
.ros-privacy-toc__card a:focus-visible {
	color: #f15a24;
	padding-left: 4px;
}

/* ─── Sections ─── */

.ros-privacy-section {
	padding: 88px 0;
}

.ros-privacy-section--light {
	background: #ffffff;
}

.ros-privacy-section--alt {
	background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.ros-privacy-section--contact {
	background: #edf5f7;
}

.ros-privacy-section__inner {
	max-width: 780px;
}

.ros-privacy-eyebrow {
	color: #f15a24;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ros-privacy-section__content h2 {
	color: #0e1c31;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 1.14;
	margin: 0 0 24px;
}

.ros-privacy-section__content p {
	color: #4c5666;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 18px;
}

.ros-privacy-section__content p strong {
	color: #0e1c31;
	font-weight: 600;
}

/* ─── List ─── */

.ros-privacy-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 24px 0;
	padding: 0;
}

.ros-privacy-list li {
	color: #4c5666;
	font-size: 16px;
	line-height: 1.7;
	padding-left: 20px;
	position: relative;
}

.ros-privacy-list li::before {
	background: #f15a24;
	border-radius: 999px;
	content: '';
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.ros-privacy-list li strong {
	color: #0e1c31;
	font-weight: 600;
}

/* ─── Contact Card ─── */

.ros-privacy-contact-card {
	background: #ffffff;
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(8, 28, 49, 0.08);
	display: grid;
	gap: 0;
	margin: 28px 0;
}

.ros-privacy-contact-card__item {
	align-items: center;
	border-bottom: 1px solid rgba(14, 28, 49, 0.06);
	display: flex;
	justify-content: space-between;
	padding: 18px 24px;
}

.ros-privacy-contact-card__item:last-child {
	border-bottom: none;
}

.ros-privacy-contact-card__label {
	color: #5d6675;
	font-size: 14px;
	font-weight: 500;
}

.ros-privacy-contact-card__item strong {
	color: #0e1c31;
	font-size: 16px;
}

/* ─── Addresses ─── */

.ros-privacy-addresses {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.ros-privacy-address {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(14, 28, 49, 0.08);
	border-radius: 8px;
	padding: 24px;
}

.ros-privacy-address h3 {
	color: #0e1c31;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.ros-privacy-address address {
	display: grid;
	font-style: normal;
	gap: 6px;
}

.ros-privacy-address address span {
	color: #4c5666;
	font-size: 15px;
	line-height: 1.65;
}

/* ─── CTA ─── */

.ros-privacy-cta {
	background: #0c1728;
	padding: 88px 0;
}

.ros-privacy-cta__inner {
	text-align: center;
}

.ros-privacy-cta__inner h2 {
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	line-height: 1.14;
	margin: 0 0 18px;
}

.ros-privacy-cta__inner > p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.75;
	margin: 0 auto 28px;
	max-width: 28rem;
}

.ros-privacy-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.ros-privacy-cta .ros-contact-button--primary {
	background: #f15a24;
	color: #ffffff;
}

.ros-privacy-cta .ros-contact-button--primary:hover {
	background: #cc4b1c;
}

.ros-privacy-cta .ros-contact-button--secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
	color: #ffffff;
}

.ros-privacy-cta .ros-contact-button--secondary:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* ─── Responsive ─── */

@media (max-width: 1024px) {
	.ros-privacy-addresses {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ros-privacy-hero {
		min-height: auto;
		padding: 104px 0 56px;
	}

	.ros-privacy-hero__copy h1 {
		font-size: 38px;
	}

	.ros-privacy-section {
		padding: 64px 0;
	}

	.ros-privacy-section__content h2,
	.ros-privacy-cta__inner h2 {
		font-size: 30px;
	}

	.ros-privacy-toc {
		margin-top: -32px;
	}

	.ros-privacy-toc__card {
		padding: 20px 22px;
	}

	.ros-privacy-contact-card__item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		padding: 14px 18px;
	}

	.ros-privacy-addresses {
		grid-template-columns: 1fr;
	}

	.ros-privacy-cta {
		padding: 64px 0;
	}
}
