/* Editable bilingual Contact page */
.ksa-contact-page {
	--ksa-contact-gold: #d9ad36;
	--ksa-contact-gold-dark: #b88716;
	--ksa-contact-ink: #111719;
	--ksa-contact-text: #253039;
	--ksa-contact-muted: #69757e;
	--ksa-contact-line: #e4e8eb;
	--ksa-contact-soft: #f5f7f8;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 54px 20px 72px;
	box-sizing: border-box;
	color: var(--ksa-contact-text);
}

.ksa-contact-page,
.ksa-contact-page * {
	box-sizing: border-box;
}

.ksa-contact-page[dir="rtl"] {
	direction: rtl;
	text-align: right;
}

.ksa-contact-page[dir="ltr"] {
	direction: ltr;
	text-align: left;
}

.ksa-contact-hero {
	max-width: 790px;
	margin: 0 auto 36px;
	text-align: center;
}

.ksa-contact-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	padding: 7px 15px;
	border: 1px solid rgba(217, 173, 54, .42);
	border-radius: 999px;
	background: rgba(217, 173, 54, .12);
	color: var(--ksa-contact-gold-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.ksa-contact-hero h1 {
	margin: 0 0 14px;
	color: var(--ksa-contact-ink);
	font-size: clamp(34px, 5vw, 52px);
	font-weight: 800;
	line-height: 1.18;
}

.ksa-contact-hero p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--ksa-contact-muted);
	font-size: 17px;
	line-height: 1.85;
}

.ksa-contact-email-card {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin: 0 0 22px;
	padding: 27px;
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 15px;
	background: linear-gradient(135deg, #101517 0%, #171e21 100%);
	box-shadow: 0 16px 42px rgba(16, 23, 25, .15);
}

.ksa-contact-page[dir="rtl"] .ksa-contact-email-card {
	grid-template-columns: 60px minmax(0, 1fr) auto;
}

.ksa-contact-email-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--ksa-contact-gold);
	box-shadow: 0 8px 20px rgba(217, 173, 54, .25);
}

.ksa-contact-email-icon svg {
	width: 26px;
	height: 26px;
	fill: #fff;
}

.ksa-contact-email-content {
	min-width: 0;
}

.ksa-contact-email-content > span {
	display: block;
	margin-bottom: 4px;
	color: #aab5ba;
	font-size: 12px;
	font-weight: 600;
}

.ksa-contact-email-content > a {
	display: inline-block;
	max-width: 100%;
	color: #fff !important;
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.ksa-contact-email-content > a:hover {
	color: var(--ksa-contact-gold) !important;
}

.ksa-contact-email-content p {
	margin: 7px 0 0;
	color: #b5bfc4;
	font-size: 13px;
	line-height: 1.7;
}

.ksa-contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	min-height: 47px;
	padding: 10px 21px;
	border-radius: 8px;
	background: var(--ksa-contact-gold);
	color: #fff !important;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
	transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.ksa-contact-button:hover,
.ksa-contact-button:focus {
	background: var(--ksa-contact-gold-dark);
	box-shadow: 0 8px 20px rgba(184, 135, 22, .22);
	transform: translateY(-1px);
}

.ksa-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 22px;
}

.ksa-contact-box {
	position: relative;
	margin: 0;
	padding: 26px 24px;
	border: 1px solid var(--ksa-contact-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 23, 25, .055);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ksa-contact-box:hover {
	border-color: rgba(217, 173, 54, .55);
	box-shadow: 0 13px 30px rgba(17, 23, 25, .085);
	transform: translateY(-2px);
}

.ksa-contact-box-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: rgba(217, 173, 54, .12);
	color: var(--ksa-contact-gold-dark);
	font-size: 12px;
	font-weight: 800;
}

.ksa-contact-box h2 {
	margin: 0 0 9px;
	color: var(--ksa-contact-ink);
	font-size: 19px;
	font-weight: 750;
	line-height: 1.4;
}

.ksa-contact-box p {
	margin: 0;
	color: var(--ksa-contact-muted);
	font-size: 14px;
	line-height: 1.8;
}

.ksa-contact-response {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 34px;
	margin: 0 0 22px;
	padding: 26px 28px;
	border: 1px solid var(--ksa-contact-line);
	border-radius: 13px;
	background: var(--ksa-contact-soft);
}

.ksa-contact-response span {
	display: block;
	margin-bottom: 5px;
	color: var(--ksa-contact-gold-dark);
	font-size: 12px;
	font-weight: 750;
}

.ksa-contact-response h2 {
	margin: 0;
	color: var(--ksa-contact-ink);
	font-size: 23px;
	font-weight: 780;
	line-height: 1.4;
}

.ksa-contact-response ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ksa-contact-response li {
	position: relative;
	margin: 0 0 7px;
	padding-inline-start: 22px;
	color: var(--ksa-contact-muted);
	font-size: 13px;
	line-height: 1.65;
}

.ksa-contact-response li:last-child {
	margin-bottom: 0;
}

.ksa-contact-response li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: .62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ksa-contact-gold);
}

.ksa-contact-notice {
	padding: 23px 25px;
	border-inline-start: 4px solid var(--ksa-contact-gold);
	border-radius: 9px;
	background: #fffaf0;
}

.ksa-contact-notice h2 {
	margin: 0 0 7px;
	color: var(--ksa-contact-ink);
	font-size: 17px;
	font-weight: 750;
	line-height: 1.4;
}

.ksa-contact-notice p {
	margin: 0 0 10px;
	color: var(--ksa-contact-muted);
	font-size: 13px;
	line-height: 1.8;
}

.ksa-contact-notice a {
	color: var(--ksa-contact-gold-dark) !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}

.ksa-contact-notice a:hover {
	text-decoration: underline !important;
}

@media (max-width: 860px) {
	.ksa-contact-grid {
		grid-template-columns: 1fr;
	}

	.ksa-contact-email-card {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 16px;
		padding: 22px;
	}

	.ksa-contact-email-icon {
		width: 52px;
		height: 52px;
	}

	.ksa-contact-button {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 220px;
		margin: 2px auto 0;
	}

	.ksa-contact-response {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

@media (max-width: 520px) {
	.ksa-contact-page {
		padding: 34px 14px 52px;
	}

	.ksa-contact-hero {
		margin-bottom: 28px;
	}

	.ksa-contact-hero h1 {
		font-size: 34px;
	}

	.ksa-contact-hero p {
		font-size: 15px;
		line-height: 1.75;
	}

	.ksa-contact-email-card {
		display: block;
		padding: 22px 18px;
		text-align: center;
	}

	.ksa-contact-email-icon {
		margin: 0 auto 14px;
	}

	.ksa-contact-button {
		margin-top: 17px;
	}

	.ksa-contact-box,
	.ksa-contact-response,
	.ksa-contact-notice {
		padding: 20px;
	}
}
