/* Aladdin Related Destinations — Cobalt Energy section */
.ard-section,
.ard-section * {
	box-sizing: border-box;
}

.ard-section {
	--ard-color-navy: #0A1D47;
	--ard-color-cobalt: #135BDA;
	--ard-color-sky: #2E73E8;
	--ard-color-gold: #D8A63A;
	--ard-color-pale-blue: #EAF2FF;
	--ard-color-gray: #F5F7FA;
	--ard-color-white: #FFFFFF;
	--ard-border: 1px solid rgba(10, 29, 71, .16);
	--ard-border-strong: 1px solid var(--ard-color-cobalt);
	--ard-shadow-soft: 0 4px 16px rgba(10, 29, 71, .10);
	--ard-container-max: 1280px;
	--ard-gutter: 40px;
	--ard-transition: 150ms ease;
	position: relative;
	display: block;
	isolation: isolate;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: clamp(42px, 5vw, 56px) 0;
	background: linear-gradient(135deg, #FFFFFF 0%, #EAF2FF 100%);
	color: var(--ard-color-navy);
	font-family: "Manrope", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

.ard-section--compact {
	padding-block: clamp(32px, 4vw, 44px);
}

.ard-section::before,
.ard-section::after {
	position: absolute;
	display: block;
	pointer-events: none;
	content: "";
}

.ard-section::before {
	top: -35%;
	right: -8%;
	width: 42%;
	height: 170%;
	z-index: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(46, 115, 232, .12) 0%, rgba(19, 91, 218, .03) 70%, rgba(19, 91, 218, 0) 100%);
	transform: rotate(-16deg);
}

.ard-section::after {
	top: 8%;
	right: 12%;
	width: 13%;
	height: 52%;
	z-index: 0;
	background: radial-gradient(circle, rgba(216, 166, 58, .42) 0%, rgba(216, 166, 58, .12) 38%, rgba(216, 166, 58, 0) 72%);
}

.ard-section .ard-decoration {
	position: absolute;
	display: block;
	pointer-events: none;
	z-index: 1;
}

.ard-section .ard-decoration--blue {
	bottom: -20%;
	left: -3%;
	width: 24%;
	height: 75%;
	border: 1px solid rgba(46, 115, 232, .14);
	border-radius: 50%;
	transform: rotate(18deg);
}

.ard-section .ard-decoration--gold {
	top: 16%;
	right: 21%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ard-color-gold);
	box-shadow: 0 0 0 6px rgba(216, 166, 58, .12);
}

.ard-section .ard-container {
	position: relative;
	z-index: 2;
	width: min(calc(100% - (2 * var(--ard-gutter))), var(--ard-container-max));
	max-width: var(--ard-container-max);
	min-width: 0;
	margin-inline: auto;
}

.ard-section .ard-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0 0 20px;
}

.ard-section .ard-heading {
	/* The heading owns a complete header row; controls may occupy a later row. */
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	color: var(--ard-color-navy);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.025em;
}

.ard-section .ard-heading:is(h1) {
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.03em;
}

.ard-section .ard-heading:is(h3) {
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.015em;
}

.ard-section .ard-controls {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.ard-section .ard-controls[hidden] {
	display: none;
}

.ard-section .ard-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	padding: 0;
	border: 1px solid var(--ard-color-cobalt);
	border-radius: 8px;
	background: var(--ard-color-white);
	box-shadow: none;
	color: var(--ard-color-navy);
	font: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: color var(--ard-transition), background-color var(--ard-transition), border-color var(--ard-transition), box-shadow var(--ard-transition);
}

.ard-section .ard-control:hover:not(:disabled) {
	border-color: var(--ard-color-cobalt);
	background: var(--ard-color-pale-blue);
}

.ard-section .ard-control:focus-visible,
.ard-section .ard-link:focus-visible {
	outline: 3px solid var(--ard-color-gold);
	outline-offset: 2px;
	box-shadow: 0 0 0 5px var(--ard-color-white), 0 0 0 6px rgba(10, 29, 71, .78);
}

.ard-section .ard-control:disabled {
	border-color: rgba(10, 29, 71, .22);
	background: var(--ard-color-gray);
	color: rgba(10, 29, 71, .55);
	cursor: not-allowed;
}

.ard-section .ard-nav {
	position: relative;
	width: 100%;
	min-width: 0;
}

/* A quiet right-edge fade leaves the next destination partially discoverable
 * without adding a second copy, label, or gray trough to the no-JS rail. */
.ard-section .ard-nav::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 6px;
	display: block;
	width: 30px;
	background: linear-gradient(90deg, rgba(234, 242, 255, 0), rgba(234, 242, 255, .96));
	content: "";
	pointer-events: none;
}

.ard-section .ard-rail {
	display: flex;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 2px 24px 10px 2px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: var(--ard-color-cobalt) transparent;
	scrollbar-width: thin;
}

.ard-section .ard-rail::-webkit-scrollbar {
	height: 6px;
}

.ard-section .ard-rail::-webkit-scrollbar-track {
	background: transparent;
}

.ard-section .ard-rail::-webkit-scrollbar-thumb {
	border: 0;
	border-radius: 6px;
	background: var(--ard-color-cobalt);
}

.ard-section .ard-item {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	scroll-snap-align: start;
}

.ard-section .ard-link {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 16px;
	border: 1px solid rgba(10, 29, 71, .16);
	border-radius: 10px;
	background: var(--ard-color-white);
	box-shadow: none;
	color: var(--ard-color-navy);
	font: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--ard-transition), background-color var(--ard-transition), border-color var(--ard-transition), box-shadow var(--ard-transition);
}

.ard-section .ard-link:hover {
	border-color: var(--ard-color-cobalt);
	background: var(--ard-color-pale-blue);
	color: var(--ard-color-navy);
}

.ard-section .ard-link--current {
	border: 2px solid var(--ard-color-cobalt);
	background: var(--ard-color-pale-blue);
	font-weight: 700;
}

@media (max-width: 1279px) {
	.ard-section {
		--ard-gutter: 32px;
	}
}

@media (max-width: 980px) {
	.ard-section .ard-header {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.ard-section .ard-heading {
		flex: 0 0 100%;
		max-width: none;
	}

	.ard-section .ard-controls {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.ard-section {
		--ard-gutter: 20px;
	}

	.ard-section .ard-header {
		gap: 16px;
		margin-bottom: 20px;
	}

	.ard-section .ard-heading {
		font-size: 2rem;
		line-height: 1.12;
	}

	.ard-section .ard-heading:is(h1) {
		font-size: 2.5rem;
	}

	.ard-section .ard-heading:is(h3) {
		font-size: 1.5rem;
	}

	.ard-section .ard-rail {
		gap: 12px;
		padding-bottom: 10px;
	}

	.ard-section .ard-control {
		width: 44px;
		height: 44px;
	}

	.ard-section::before {
		right: -22%;
		width: 62%;
	}

	.ard-section::after {
		right: 14%;
		width: 20%;
	}
}

@media (max-width: 389px) {
	.ard-section {
		--ard-gutter: 16px;
	}

	.ard-section .ard-heading {
		font-size: 1.75rem;
	}

	.ard-section .ard-rail {
		gap: 10px;
		padding-inline-end: 20px;
	}

	.ard-section .ard-nav::after {
		width: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ard-section *,
	.ard-section *::before,
	.ard-section *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

@media (forced-colors: active) {
	.ard-section .ard-nav::after {
		display: none;
	}

	.ard-section .ard-rail {
		scrollbar-color: auto;
		scrollbar-width: auto;
	}

	.ard-section .ard-rail::-webkit-scrollbar {
		height: auto;
	}

	.ard-section .ard-rail::-webkit-scrollbar-track {
		background: Canvas;
	}

	.ard-section .ard-rail::-webkit-scrollbar-thumb {
		background: ButtonText;
	}

	.ard-section .ard-link,
	.ard-section .ard-control {
		border: 1px solid ButtonText;
		background: Canvas;
		color: CanvasText;
	}

	.ard-section .ard-link--current {
		border-width: 2px;
	}

	.ard-section .ard-control:focus-visible,
	.ard-section .ard-link:focus-visible {
		outline-color: Highlight;
		box-shadow: none;
	}
}

/* Generated Divi wrappers are an intentionally narrow contract. They carry
 * no layout ownership: the ARD section owns its surface, rhythm, and rail. */
.et_pb_section.ard-divi-section,
.ard-divi-section {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.et_pb_section.ard-divi-section .et_pb_row.ard-divi-row,
.ard-divi-section .ard-divi-row {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.ard-divi-section .ard-divi-code {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}
