:root {
	--elsafir-navy: #112a3b;
	--elsafir-navy-soft: #1b3a4d;
	--elsafir-blue: #112a3b;
	--elsafir-blue-dark: #091c28;
	--elsafir-gold: #d8843c;
	--elsafir-gold-soft: #f2c18f;
	--elsafir-sand: #f3eee6;
	--elsafir-sand-light: #fbfaf6;
	--elsafir-ink: #17232b;
	--elsafir-muted: #5b6677;
	--elsafir-line: #dce2ea;
	--elsafir-white: #fff;
	--elsafir-whatsapp: #087a3e;
	--elsafir-whatsapp-dark: #056232;
	--elsafir-shell: min(1200px, calc(100% - 32px));
	--elsafir-shadow-sm: 0 10px 30px rgb(10 27 51 / 8%);
	--elsafir-shadow-lg: 0 28px 80px rgb(10 27 51 / 20%);
	--elsafir-radius-sm: 14px;
	--elsafir-radius: 24px;
	--elsafir-radius-lg: 36px;
	--elsafir-header-height: 76px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--elsafir-header-height) + 20px);
}

body.elsafir-theme {
	background: var(--elsafir-white);
	color: var(--elsafir-ink);
	font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", Alexandria, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	line-height: 1.75;
	margin: 0;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.elsafir-theme *,
body.elsafir-theme *::before,
body.elsafir-theme *::after {
	box-sizing: border-box;
}

body.elsafir-theme img,
body.elsafir-theme svg {
	display: block;
	max-width: 100%;
}

body.elsafir-theme a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

body.elsafir-theme button,
body.elsafir-theme input,
body.elsafir-theme textarea,
body.elsafir-theme select {
	font: inherit;
}

body.elsafir-theme h1,
body.elsafir-theme h2,
body.elsafir-theme h3,
body.elsafir-theme p {
	margin-block-start: 0;
}

body.elsafir-theme h1,
body.elsafir-theme h2,
body.elsafir-theme h3 {
	text-wrap: balance;
}

.elsafir-shell {
	margin-inline: auto;
	width: var(--elsafir-shell);
}

.elsafir-skip-link {
	background: var(--elsafir-gold);
	border-radius: 0 0 10px 10px;
	color: var(--elsafir-navy);
	font-weight: 800;
	inset-block-start: -100px;
	inset-inline-start: 16px;
	padding: 10px 16px;
	position: fixed;
	z-index: 9999;
}

.elsafir-skip-link:focus {
	inset-block-start: 0;
}

:where(a, button, summary, input, textarea, select):focus-visible {
	outline: 3px solid var(--elsafir-gold);
	outline-offset: 3px;
}

.elsafir-header {
	backdrop-filter: blur(16px);
	background: rgb(255 255 255 / 92%);
	border-block-end: 1px solid rgb(10 27 51 / 8%);
	inset-block-start: 0;
	position: sticky;
	z-index: 100;
}

.admin-bar .elsafir-header {
	inset-block-start: 32px;
}

.elsafir-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: var(--elsafir-header-height);
}

.elsafir-brand {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	text-decoration: none;
}

.elsafir-brand__mark {
	align-items: center;
	background: linear-gradient(145deg, var(--elsafir-gold), var(--elsafir-gold-soft));
	border-radius: 12px;
	color: var(--elsafir-navy);
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	line-height: 1;
	transform: rotate(-4deg);
	width: 44px;
}

.elsafir-brand__mark img {
	display: block;
	height: 34px;
	width: 34px;
}

[dir="rtl"] .elsafir-brand__mark {
	transform: rotate(4deg);
}

.elsafir-brand__word {
	color: var(--elsafir-navy);
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.elsafir-brand__image {
	height: 48px;
	object-fit: contain;
	width: auto;
}

.elsafir-nav__list {
	align-items: center;
	display: flex;
	gap: clamp(16px, 2vw, 30px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.elsafir-nav a,
.elsafir-language {
	color: var(--elsafir-ink);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.elsafir-nav a:hover,
.elsafir-language:hover {
	color: var(--elsafir-blue);
}

.elsafir-header__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.elsafir-language {
	border: 1px solid var(--elsafir-line);
	border-radius: 999px;
	padding: 7px 12px;
}

.elsafir-button {
	align-items: center;
	background: var(--elsafir-navy);
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--elsafir-white);
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 12px 22px;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.elsafir-button:hover {
	background: var(--elsafir-blue-dark);
	color: var(--elsafir-white);
	transform: translateY(-2px);
}

.elsafir-button--compact {
	min-height: 44px;
	padding: 8px 16px;
}

.elsafir-button--secondary {
	background: transparent;
	border-color: rgb(255 255 255 / 55%);
	color: var(--elsafir-white);
}

.elsafir-button--secondary:hover {
	background: var(--elsafir-white);
	border-color: var(--elsafir-white);
	color: var(--elsafir-navy);
}

.elsafir-button--whatsapp {
	background: var(--elsafir-whatsapp);
}

.elsafir-button--whatsapp:hover {
	background: var(--elsafir-whatsapp-dark);
}

.elsafir-button--light {
	background: var(--elsafir-white);
	color: var(--elsafir-navy);
}

.elsafir-button--light:hover {
	background: var(--elsafir-sand);
	color: var(--elsafir-navy);
}

.elsafir-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.elsafir-icon svg {
	fill: currentColor;
	height: 21px;
	width: 21px;
}

.elsafir-mobile-menu {
	display: none;
	position: relative;
}

.elsafir-mobile-menu summary {
	align-items: center;
	background: var(--elsafir-navy);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 44px;
	justify-content: center;
	list-style: none;
	width: 44px;
}

.elsafir-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.elsafir-mobile-menu summary span {
	background: var(--elsafir-white);
	border-radius: 999px;
	height: 2px;
	width: 18px;
}

.elsafir-mobile-menu nav {
	background: var(--elsafir-white);
	border: 1px solid var(--elsafir-line);
	border-radius: var(--elsafir-radius-sm);
	box-shadow: var(--elsafir-shadow-lg);
	display: grid;
	gap: 4px;
	inset-block-start: calc(100% + 12px);
	inset-inline-end: 0;
	min-width: 230px;
	padding: 10px;
	position: absolute;
}

.elsafir-mobile-menu nav a {
	border-radius: 10px;
	font-weight: 700;
	padding: 10px 12px;
	text-decoration: none;
}

.elsafir-mobile-menu nav a:hover {
	background: var(--elsafir-sand);
}

.elsafir-main {
	background: var(--elsafir-white);
}

.elsafir-hero {
	background:
		radial-gradient(circle at 15% 15%, rgb(216 168 62 / 17%), transparent 32%),
		linear-gradient(135deg, var(--elsafir-navy), #1b3a4d);
	color: var(--elsafir-white);
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(70px, 9vw, 132px);
	position: relative;
}

.elsafir-hero::after {
	background-image: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, black, transparent);
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.elsafir-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(42px, 7vw, 90px);
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
}

.elsafir-kicker {
	color: var(--elsafir-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-block-end: 14px;
	text-transform: uppercase;
}

[dir="rtl"] .elsafir-kicker {
	letter-spacing: 0;
}

.elsafir-hero .elsafir-kicker,
.elsafir-section--navy .elsafir-kicker {
	color: var(--elsafir-gold-soft);
}

.elsafir-hero h1 {
	color: var(--elsafir-white);
	font-size: clamp(2.45rem, 4.7vw, 5.2rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.06;
	margin-block-end: 24px;
	max-width: 13ch;
}

[dir="rtl"] .elsafir-hero h1 {
	letter-spacing: -0.02em;
}

.elsafir-hero__lead {
	color: rgb(255 255 255 / 80%);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	line-height: 1.8;
	margin-block-end: 28px;
	max-width: 58ch;
}

.elsafir-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.elsafir-hero__note {
	align-items: flex-start;
	color: rgb(255 255 255 / 72%);
	display: flex;
	font-size: 0.9rem;
	gap: 9px;
	margin-block: 24px 0;
	max-width: 60ch;
}

.elsafir-hero__note span {
	color: var(--elsafir-gold);
	line-height: 1.7;
}

.elsafir-hero__visual {
	min-width: 0;
}

.elsafir-hero__visual picture {
	display: block;
}

.elsafir-hero__image,
.elsafir-hero-art {
	aspect-ratio: 5 / 5.3;
	border: 1px solid rgb(255 255 255 / 17%);
	border-radius: var(--elsafir-radius-lg);
	box-shadow: var(--elsafir-shadow-lg);
	width: 100%;
}

.elsafir-hero__image {
	object-fit: cover;
}

.elsafir-hero-art {
	background:
		radial-gradient(circle at 78% 18%, rgb(216 168 62 / 40%), transparent 22%),
		linear-gradient(150deg, #284b5f, #0b202d 78%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: clamp(24px, 4vw, 44px);
	position: relative;
}

.elsafir-hero-art::before {
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 50%;
	content: "";
	height: 420px;
	inset-block-start: -170px;
	inset-inline-end: -170px;
	position: absolute;
	width: 420px;
}

.elsafir-hero-art__route {
	align-items: center;
	display: flex;
	gap: 8px;
	inset-block-start: 22%;
	inset-inline: 12%;
	position: absolute;
}

.elsafir-hero-art__route span {
	background: var(--elsafir-gold);
	border: 5px solid rgb(255 255 255 / 16%);
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--elsafir-gold);
	height: 20px;
	width: 20px;
}

.elsafir-hero-art__route i {
	border-block-start: 2px dashed rgb(255 255 255 / 52%);
	flex: 1;
}

.elsafir-hero-art__card {
	backdrop-filter: blur(14px);
	background: rgb(255 255 255 / 11%);
	border: 1px solid rgb(255 255 255 / 15%);
	border-radius: var(--elsafir-radius);
	display: grid;
	gap: 8px;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.elsafir-hero-art__card span,
.elsafir-hero-art__card small {
	color: rgb(255 255 255 / 70%);
}

.elsafir-hero-art__card strong {
	font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.elsafir-hero-art__monogram {
	color: rgb(255 255 255 / 7%);
	font-size: clamp(10rem, 22vw, 19rem);
	font-weight: 900;
	inset-block-start: 5%;
	inset-inline-end: 8%;
	line-height: 1;
	position: absolute;
}

.elsafir-section {
	padding-block: clamp(72px, 9vw, 124px);
}

.elsafir-section--light {
	background: var(--elsafir-sand-light);
}

.elsafir-section-heading {
	margin-block-end: clamp(32px, 5vw, 58px);
	max-width: 740px;
}

.elsafir-section-heading h2,
.elsafir-clarity h2 {
	color: var(--elsafir-navy);
	font-size: clamp(2rem, 3.5vw, 3.55rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.13;
	margin-block-end: 18px;
}

[dir="rtl"] .elsafir-section-heading h2,
[dir="rtl"] .elsafir-clarity h2 {
	letter-spacing: -0.015em;
}

.elsafir-section-heading > p:last-child,
.elsafir-clarity > div > p {
	color: var(--elsafir-muted);
	font-size: 1.08rem;
	margin-block-end: 0;
	max-width: 64ch;
}

.elsafir-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.elsafir-eligibility-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elsafir-eligibility-item {
	align-items: center;
	background: var(--elsafir-white);
	border: 1px solid var(--elsafir-line);
	border-radius: var(--elsafir-radius-sm);
	box-shadow: var(--elsafir-shadow-sm);
	display: flex;
	gap: 14px;
	min-height: 82px;
	padding: 18px 20px;
}

.elsafir-eligibility-item > span {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.1rem;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.elsafir-eligibility-item.is-eligible > span {
	background: rgb(8 122 62 / 12%);
	color: var(--elsafir-whatsapp);
}

.elsafir-eligibility-item.is-excluded > span {
	background: rgb(173 54 54 / 10%);
	color: #9f2f2f;
}

.elsafir-eligibility-item strong {
	color: var(--elsafir-navy);
	line-height: 1.45;
}

.elsafir-text-link--spaced {
	margin-block-start: 28px;
}

.elsafir-card {
	background: var(--elsafir-white);
	border: 1px solid var(--elsafir-line);
	border-radius: var(--elsafir-radius);
	box-shadow: var(--elsafir-shadow-sm);
	padding: clamp(24px, 3vw, 34px);
}

.elsafir-card__icon,
.elsafir-area__pin {
	align-items: center;
	background: var(--elsafir-sand);
	border-radius: 16px;
	color: var(--elsafir-blue);
	display: inline-flex;
	height: 52px;
	justify-content: center;
	margin-block-end: 24px;
	width: 52px;
}

.elsafir-card__icon svg,
.elsafir-area__pin svg {
	fill: currentColor;
	height: 25px;
	width: 25px;
}

.elsafir-card h3 {
	color: var(--elsafir-navy);
	font-size: 1.25rem;
	margin-block-end: 10px;
}

.elsafir-card p {
	color: var(--elsafir-muted);
	margin: 0;
}

.elsafir-section--navy {
	background: var(--elsafir-navy);
	color: var(--elsafir-white);
}

.elsafir-section-heading--light h2 {
	color: var(--elsafir-white);
}

.elsafir-section-heading--light > p:last-child {
	color: rgb(255 255 255 / 68%);
}

.elsafir-steps {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.elsafir-step {
	background: rgb(255 255 255 / 6%);
	border: 1px solid rgb(255 255 255 / 10%);
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr;
	padding: clamp(24px, 3vw, 36px);
}

.elsafir-step:first-child {
	border-end-start-radius: var(--elsafir-radius);
	border-start-start-radius: var(--elsafir-radius);
}

.elsafir-step:last-child {
	border-end-end-radius: var(--elsafir-radius);
	border-start-end-radius: var(--elsafir-radius);
}

.elsafir-step__number {
	color: var(--elsafir-gold-soft);
	font-size: 0.85rem;
	font-weight: 900;
}

.elsafir-step h3 {
	color: var(--elsafir-white);
	font-size: 1.2rem;
	margin-block-end: 10px;
}

.elsafir-step p {
	color: rgb(255 255 255 / 65%);
	margin: 0;
}

.elsafir-section--areas {
	background:
		radial-gradient(circle at 85% 20%, rgb(20 93 160 / 10%), transparent 30%),
		var(--elsafir-white);
}

.elsafir-editorial-visual {
	background: var(--elsafir-navy);
	border: 1px solid var(--elsafir-line);
	border-radius: var(--elsafir-radius);
	box-shadow: var(--elsafir-shadow);
	display: block;
	margin-block-end: 26px;
	overflow: hidden;
}

.elsafir-editorial-visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.elsafir-editorial-visual--qualifier {
	aspect-ratio: 4 / 3;
	max-width: 520px;
}

.elsafir-editorial-visual--coverage {
	aspect-ratio: 16 / 7;
}

.elsafir-area-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.elsafir-area {
	background: var(--elsafir-sand-light);
	border: 1px solid var(--elsafir-line);
	border-radius: var(--elsafir-radius);
	display: grid;
	padding: 30px;
}

.elsafir-area__pin {
	background: var(--elsafir-white);
	margin-block-end: 34px;
}

.elsafir-area strong {
	color: var(--elsafir-navy);
	font-size: 1.45rem;
}

.elsafir-area small {
	color: var(--elsafir-muted);
	margin-block-start: 4px;
}

.elsafir-area-note {
	align-items: center;
	background: var(--elsafir-sand);
	border-radius: var(--elsafir-radius-sm);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-block-start: 22px;
	padding: 18px 22px;
}

.elsafir-area-note p {
	color: var(--elsafir-muted);
	margin: 0;
}

.elsafir-area-note .elsafir-text-link {
	flex: 0 0 auto;
	margin: 0;
}

.elsafir-section--clarity {
	background: var(--elsafir-gold);
}

.elsafir-clarity {
	align-items: center;
	display: grid;
	gap: clamp(34px, 7vw, 90px);
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.elsafir-section--clarity .elsafir-kicker,
.elsafir-section--clarity .elsafir-clarity > div > p {
	color: rgb(10 27 51 / 75%);
}

.elsafir-actions--request {
	margin-block-start: 24px;
}

.elsafir-button--request-secondary {
	background: transparent;
	border-color: var(--elsafir-navy);
	color: var(--elsafir-navy);
}

.elsafir-button--request-secondary:hover {
	background: var(--elsafir-navy);
	color: var(--elsafir-white);
}

.elsafir-text-link {
	align-items: center;
	color: var(--elsafir-navy);
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
	margin-block-start: 22px;
}

[dir="rtl"] .elsafir-text-link .elsafir-icon {
	transform: scaleX(-1);
}

.elsafir-check-list {
	background: rgb(255 255 255 / 50%);
	border: 1px solid rgb(255 255 255 / 58%);
	border-radius: var(--elsafir-radius);
	display: grid;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: clamp(24px, 4vw, 40px);
}

.elsafir-check-list li {
	align-items: flex-start;
	color: var(--elsafir-navy);
	display: flex;
	font-weight: 750;
	gap: 12px;
}

.elsafir-check-list .elsafir-icon {
	background: var(--elsafir-navy);
	border-radius: 50%;
	color: var(--elsafir-white);
	margin-block-start: 3px;
	padding: 3px;
}

.elsafir-check-list svg {
	height: 15px;
	width: 15px;
}

.elsafir-section--focus {
	background: var(--elsafir-white);
}

.elsafir-focus-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elsafir-focus-card {
	border-block-start: 4px solid var(--elsafir-gold);
	border-radius: 0 0 var(--elsafir-radius-sm) var(--elsafir-radius-sm);
	box-shadow: var(--elsafir-shadow-sm);
	padding: 24px;
}

.elsafir-focus-card h3 {
	color: var(--elsafir-navy);
	font-size: 1.1rem;
	margin-block-end: 10px;
}

.elsafir-focus-card p {
	color: var(--elsafir-muted);
	margin: 0;
}

.elsafir-section--faq {
	background: var(--elsafir-sand-light);
}

.elsafir-faq-layout {
	display: grid;
	gap: clamp(40px, 8vw, 100px);
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.elsafir-faq-list {
	border-block-start: 1px solid var(--elsafir-line);
}

.elsafir-faq {
	border-block-end: 1px solid var(--elsafir-line);
}

.elsafir-faq summary {
	align-items: center;
	color: var(--elsafir-navy);
	cursor: pointer;
	display: flex;
	font-size: 1.08rem;
	font-weight: 800;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding-block: 22px;
}

.elsafir-faq summary::-webkit-details-marker {
	display: none;
}

.elsafir-faq summary span {
	align-items: center;
	background: var(--elsafir-white);
	border: 1px solid var(--elsafir-line);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.2rem;
	height: 34px;
	justify-content: center;
	transition: transform 180ms ease;
	width: 34px;
}

.elsafir-faq[open] summary span {
	transform: rotate(45deg);
}

.elsafir-faq div {
	color: var(--elsafir-muted);
	max-width: 64ch;
	padding-block-end: 22px;
}

.elsafir-faq div p {
	margin: 0;
}

.elsafir-final-cta {
	background: var(--elsafir-navy-soft);
	color: var(--elsafir-white);
	overflow: hidden;
	padding-block: clamp(48px, 7vw, 84px);
	position: relative;
}

.elsafir-final-cta__visual {
	inset: 0;
	opacity: 0.16;
	position: absolute;
}

.elsafir-final-cta__visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.elsafir-final-cta__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.elsafir-final-cta h2 {
	color: var(--elsafir-white);
	font-size: clamp(1.8rem, 3vw, 3rem);
	margin-block-end: 8px;
}

.elsafir-final-cta p {
	color: rgb(255 255 255 / 75%);
	margin: 0;
}

.elsafir-footer {
	background: #071426;
	color: rgb(255 255 255 / 72%);
	padding-block: 64px 100px;
}

.elsafir-footer__grid {
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.55fr) minmax(190px, 0.55fr);
}

.elsafir-brand--footer .elsafir-brand__word {
	color: var(--elsafir-white);
}

.elsafir-footer__grid p {
	margin-block: 20px 0;
	max-width: 48ch;
}

.elsafir-footer__scope {
	font-size: 0.9rem;
	opacity: 0.78;
}

.elsafir-footer__links,
.elsafir-footer__contact {
	display: grid;
	gap: 8px;
}

.elsafir-footer__contact strong {
	color: var(--elsafir-white);
	margin-block-end: 8px;
}

.elsafir-footer__links a,
.elsafir-footer__contact a {
	width: fit-content;
}

.elsafir-footer__bottom {
	align-items: center;
	border-block-start: 1px solid rgb(255 255 255 / 12%);
	display: flex;
	font-size: 0.84rem;
	gap: 24px;
	justify-content: space-between;
	margin-block-start: 48px;
	padding-block-start: 24px;
}

.elsafir-footer__bottom p {
	margin: 0;
}

.elsafir-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.elsafir-floating-contact {
	background: var(--elsafir-white);
	border: 1px solid var(--elsafir-line);
	border-radius: 999px;
	box-shadow: var(--elsafir-shadow-lg);
	display: flex;
	gap: 6px;
	inset-block-end: 20px;
	inset-inline-end: 20px;
	padding: 6px;
	position: fixed;
	z-index: 90;
}

.elsafir-floating-contact a {
	align-items: center;
	border-radius: 999px;
	display: flex;
	font-size: 0.9rem;
	font-weight: 850;
	gap: 7px;
	min-height: 44px;
	padding: 8px 14px;
	text-decoration: none;
}

.elsafir-floating-contact__whatsapp {
	background: var(--elsafir-whatsapp);
	color: var(--elsafir-white);
}

.elsafir-floating-contact__call {
	background: var(--elsafir-navy);
	color: var(--elsafir-white);
}

.elsafir-content-page {
	min-height: 60vh;
	padding-block: clamp(70px, 9vw, 120px);
	width: var(--elsafir-shell);
}

.elsafir-content-page > .wp-block-post-title {
	font-size: clamp(2.2rem, 4.5vw, 4.5rem);
}

.elsafir-content-page :where(p, li) {
	color: var(--elsafir-muted);
}

.elsafir-content-page :where(a) {
	color: var(--elsafir-blue);
}

.elsafir-content-page .wp-block-post-featured-image img {
	border-radius: var(--elsafir-radius);
}

.elsafir-index-card {
	border-block-end: 1px solid var(--elsafir-line);
	padding-block: 28px;
}

.elsafir-system-page {
	align-items: center;
	background: var(--elsafir-sand-light);
	display: flex;
	min-height: 62vh;
	padding-block: 80px;
	text-align: center;
}

.elsafir-system-page__inner {
	max-width: 680px;
}

.elsafir-system-page__code {
	color: var(--elsafir-gold);
	font-size: clamp(5rem, 15vw, 11rem);
	font-weight: 950;
	line-height: 1;
	margin-block-end: 10px;
}

.elsafir-system-page h1 {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.elsafir-system-page > div > p:not(.elsafir-system-page__code) {
	color: var(--elsafir-muted);
	margin-block-end: 28px;
}

@media (max-width: 1020px) {
	.elsafir-nav--desktop,
	.elsafir-header__call {
		display: none;
	}

	.elsafir-mobile-menu {
		display: block;
	}

	.elsafir-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
	}

	.elsafir-card-grid,
	.elsafir-focus-grid,
	.elsafir-steps,
	.elsafir-area-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.elsafir-step:first-child {
		border-end-start-radius: 0;
		border-start-end-radius: var(--elsafir-radius);
	}

	.elsafir-step:last-child {
		border-end-start-radius: var(--elsafir-radius);
		border-start-end-radius: 0;
	}
}

@media (max-width: 760px) {
	:root {
		--elsafir-shell: min(100% - 28px, 1200px);
		--elsafir-header-height: 68px;
	}

	body.elsafir-theme {
		padding-block-end: calc(72px + env(safe-area-inset-bottom));
	}

	.admin-bar .elsafir-header {
		inset-block-start: 46px;
	}

	.elsafir-brand__mark {
		border-radius: 10px;
		font-size: 1.2rem;
		height: 38px;
		width: 38px;
	}

	.elsafir-brand__word {
		font-size: 1.05rem;
	}

	.elsafir-brand__image {
		height: 42px;
	}

	.elsafir-language {
		font-size: 0.8rem;
		padding: 6px 9px;
	}

	.elsafir-hero {
		padding-block: 58px 70px;
	}

	.elsafir-hero__grid {
		grid-template-columns: 1fr;
	}

	.elsafir-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.85rem);
		max-width: 14ch;
	}

	.elsafir-hero__visual {
		margin-block-start: 12px;
	}

	.elsafir-hero__image,
	.elsafir-hero-art {
		aspect-ratio: 4 / 4.3;
	}

	.elsafir-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.elsafir-actions .elsafir-button {
		width: 100%;
	}

	.elsafir-clarity,
	.elsafir-faq-layout {
		grid-template-columns: 1fr;
	}

	.elsafir-eligibility-grid,
	.elsafir-focus-grid,
	.elsafir-steps,
	.elsafir-area-grid {
		grid-template-columns: 1fr;
	}

	.elsafir-area-note {
		align-items: flex-start;
		flex-direction: column;
	}

	.elsafir-final-cta__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.elsafir-footer {
		padding-block-end: 64px;
	}

	.elsafir-footer__grid {
		grid-template-columns: 1fr;
	}

	.elsafir-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.elsafir-floating-contact {
		border-block-end: 0;
		border-inline: 0;
		border-radius: 18px 18px 0 0;
		bottom: 0;
		box-shadow: 0 -12px 40px rgb(10 27 51 / 16%);
		display: grid;
		gap: 8px;
		grid-template-columns: 1.35fr 0.65fr;
		inset-inline: 0;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
	}

	.elsafir-floating-contact a {
		justify-content: center;
		min-height: 50px;
	}
}

@media (max-width: 380px) {
	.elsafir-brand__word {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.elsafir-button,
	.elsafir-floating-contact a,
	.elsafir-brand__mark {
		border: 2px solid ButtonText;
	}
}

@media print {
	.elsafir-header,
	.elsafir-floating-contact,
	.elsafir-final-cta {
		display: none !important;
	}

	body.elsafir-theme {
		color: #000;
		padding: 0;
	}
}
