:root {
	--dilumek-navy: #082852;
	--dilumek-navy-dark: #061d3c;
	--dilumek-blue: #0b4da2;
	--dilumek-sky: #d8edf9;
	--dilumek-red: #ec1c2e;
	--dilumek-text: #1c2a39;
	--dilumek-muted: #5d6673;
	--dilumek-white: #ffffff;
	--dilumek-title-font: "League Gothic", Impact, sans-serif;
	--dilumek-body-font: "DM Sans", Arial, sans-serif;
}

.dilumek-home,
.dilumek-home p,
.dilumek-home a,
.dilumek-home span {
	font-family: var(--dilumek-body-font);
}

/* Full-bleed homepage: override Astra container limits */
body.home .site-content > .ast-container,
body.home.ast-page-builder-template .site-content > .ast-container,
body.home #content > .ast-container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.home #content,
body.home .site-content,
body.home #primary,
body.home .content-area,
body.home .ast-plain-container.ast-no-sidebar #primary,
body.home .ast-page-builder-template .entry-header {
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

body.home .entry-header {
	display: none;
}

.dilumek-home {
	background: var(--dilumek-sky);
	color: var(--dilumek-text);
	margin: 0;
	max-width: 100%;
	overflow-x: clip;
	overflow-y: visible;
	padding: 0;
	width: 100%;
}

.dilumek-home > section {
	width: 100%;
}

.dilumek-home h1,
.dilumek-home h2:not(.dilumek-image-text__title),
.dilumek-home h3 {
	font-family: var(--dilumek-title-font);
	font-weight: 400;
	letter-spacing: 0.045em;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.dilumek-home__container {
	inline-size: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.dilumek-home__eyebrow {
	color: var(--dilumek-red);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.dilumek-button {
	align-items: center;
	background: var(--dilumek-red);
	border-radius: 6px;
	box-shadow: none;
	color: var(--dilumek-white);
	display: inline-flex;
	font-family: var(--dilumek-body-font);
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	min-block-size: 48px;
	padding: 14px 28px;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

.dilumek-button:hover,
.dilumek-button:focus-visible {
	background: #c91524;
	box-shadow: none;
	color: var(--dilumek-white);
	transform: translateY(-1px);
}

.dilumek-home-hero {
	--dilumek-hero-min-height: clamp(320px, 52vw, 640px);
	background-color: var(--dilumek-navy);
	isolation: isolate;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.dilumek-home-hero__viewport {
	min-block-size: var(--dilumek-hero-min-height);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.dilumek-home-hero__track {
	display: grid;
	isolation: isolate;
	min-block-size: inherit;
	position: relative;
}

.dilumek-home-hero__slide {
	grid-area: 1 / 1;
	min-block-size: var(--dilumek-hero-min-height);
	opacity: 0;
	pointer-events: none;
	position: relative;
	transition: opacity 520ms ease;
	visibility: hidden;
	z-index: 1;
}

.dilumek-home-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 2;
}

.dilumek-home-hero__bg {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.dilumek-home-hero__slide:not(:has(.dilumek-home-hero__bg)) {
	background-color: var(--dilumek-navy);
}

.dilumek-home-hero__grid {
	display: flex;
	inset: 0;
	padding-block: clamp(40px, 6vw, 72px);
	padding-inline: max(24px, calc((100% - 1160px) / 3 + 31px));
	position: absolute;
	width: 100%;
	z-index: 2;
}

.dilumek-home-hero__slide.is-align-x-left .dilumek-home-hero__grid {
	justify-content: flex-start;
	text-align: left;
}

.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__grid {
	justify-content: center;
	text-align: center;
}

.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__grid {
	justify-content: flex-end;
	text-align: right;
}

.dilumek-home-hero__slide.is-align-y-top .dilumek-home-hero__grid {
	align-items: flex-start;
}

.dilumek-home-hero__slide.is-align-y-center .dilumek-home-hero__grid {
	align-items: center;
}

.dilumek-home-hero__slide.is-align-y-bottom .dilumek-home-hero__grid {
	align-items: flex-end;
}

.dilumek-home-hero__content {
	color: var(--dilumek-white);
	max-inline-size: min(820px, 100%);
}

.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__content {
	margin-inline: auto;
}

.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__content {
	margin-inline-start: auto;
}

.dilumek-home-hero__title,
.dilumek-home-hero h1,
.dilumek-home-hero .dilumek-home-hero__title {
	color: var(--dilumek-white);
	font-size: clamp(2rem, 5.5vw, 64px);
	line-height: 1.05;
	margin: 0;
	max-inline-size: 820px;
	text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.65);
	text-wrap: balance;
}

/* Match first-slide (h1) title font without overriding the h1 itself. */
p.dilumek-home-hero__title {
	font-family: var(--dilumek-title-font);
	font-weight: 400;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.dilumek-home-hero__text {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.45vw, 1.3rem);
	font-weight: 600;
	line-height: 1.45;
	margin-block: 20px 0;
	max-inline-size: 560px;
	text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.65);
}

.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__text {
	margin-inline: auto;
}

.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__text {
	margin-inline-start: auto;
}

.dilumek-home-hero__text p {
	margin: 0;
}

/* Last slide — anniversary / accent typography (red lead + white support). */
.dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__content {
	max-inline-size: min(720px, 100%);
}

.dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title,
.dilumek-home-hero__slide.is-style-accent h1.dilumek-home-hero__title,
.dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title {
	color: var(--dilumek-red);
	font-family: var(--dilumek-title-font);
	font-size: clamp(3.4rem, 9.5vw, 110px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 0.9;
	text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
}

.dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__text {
	color: var(--dilumek-white);
	font-family: var(--dilumek-title-font);
	font-size: clamp(1.55rem, 4.2vw, 48px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 0.95;
	margin-block: 8px 0;
	max-inline-size: min(640px, 100%);
	text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.65);
	text-transform: uppercase;
}

.dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__text p {
	margin: 0;
}

.dilumek-home-hero__controls {
	display: flex;
	gap: 10px;
	inset-block-end: 20px;
	inset-inline-end: max(16px, calc((100% - 1160px) / 2 + 16px));
	position: absolute;
	z-index: 4;
}

.dilumek-home-hero__nav {
	align-items: center;
	background: rgba(6, 29, 60, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	color: var(--dilumek-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.6rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background 180ms ease, transform 180ms ease;
	width: 44px;
}

.dilumek-home-hero__nav:hover,
.dilumek-home-hero__nav:focus-visible {
	background: rgba(6, 29, 60, 0.85);
	color: var(--dilumek-white);
	outline: 2px solid var(--dilumek-white);
	outline-offset: 2px;
	transform: translateY(-1px);
}

.dilumek-home-hero__dots {
	bottom: 24px;
	display: flex;
	gap: 10px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 4;
}

.dilumek-home-hero__dot {
	background: rgba(255, 255, 255, 0.45);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	transition: background 180ms ease, transform 180ms ease, width 180ms ease;
	width: 10px;
}

.dilumek-home-hero__dot.is-active,
.dilumek-home-hero__dot[aria-selected="true"] {
	background: var(--dilumek-white);
	width: 28px;
}

.dilumek-home-hero__dot:hover,
.dilumek-home-hero__dot:focus-visible {
	background: var(--dilumek-white);
	outline: 2px solid rgba(255, 255, 255, 0.7);
	outline-offset: 2px;
}

.dilumek-quick-access {
	background: var(--dilumek-sky);
	overflow: visible;
	padding-block: clamp(64px, 8vw, 100px) clamp(72px, 9vw, 120px);
}

.dilumek-quick-access__header {
	margin-block-end: clamp(36px, 5vw, 56px);
	text-align: center;
}

.dilumek-quick-access h2,
.dilumek-home #dilumek-quick-title,
.dilumek-home p.dilumek-quick-access__subtitle,
.dilumek-quick-access__subtitle {
	color: var(--dilumek-navy-dark);
	font-family: "League Gothic", Impact, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 87%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.dilumek-home #dilumek-quick-title,
.dilumek-quick-access h2 {
	margin-block-end: 16px;
}

.dilumek-home p.dilumek-quick-access__subtitle {
	margin-block-start: 0;
}

.dilumek-allies {
	background: var(--dilumek-sky);
	overflow: visible;
	padding-block: clamp(64px, 8vw, 100px) clamp(72px, 9vw, 110px);
}

.dilumek-home .dilumek-allies #dilumek-why-cards-title,
.dilumek-allies h2 {
	color: var(--dilumek-navy-dark);
	font-family: "League Gothic", Impact, sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 87%;
	margin: 0 0 clamp(36px, 5vw, 56px);
	max-inline-size: 920px;
	margin-inline: auto;
	text-align: center;
	text-transform: uppercase;
}

.dilumek-allies__cards {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-block: 12px;
}

.dilumek-benefit-card {
	background: var(--dilumek-white);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(8, 40, 82, 0.12);
	display: flex;
	flex-direction: column;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(28px, 3.5vw, 40px) clamp(22px, 2.5vw, 32px);
	position: relative;
	text-align: center;
	transition:
		transform 280ms ease,
		box-shadow 280ms ease;
	z-index: 1;
}

.dilumek-benefit-card::before {
	background-color: var(--dilumek-navy-dark);
	background-image:
		linear-gradient(rgb(6 29 60 / 78%), rgb(6 29 60 / 78%)),
		var(--dilumek-benefit-image, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 280ms ease;
	z-index: -1;
}

.dilumek-benefit-card:hover,
.dilumek-benefit-card:focus-within {
	box-shadow: 0 22px 40px rgba(8, 40, 82, 0.28);
	transform: scale(1.06);
	z-index: 2;
}

.dilumek-benefit-card:hover::before,
.dilumek-benefit-card:focus-within::before {
	opacity: 1;
}

.dilumek-home .dilumek-benefit-card h3 {
	color: #2f5f91;
	font-family: var(--dilumek-body-font);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	position: relative;
	text-transform: none;
	transition: color 280ms ease;
}

.dilumek-home .dilumek-benefit-card__text p,
.dilumek-home .dilumek-benefit-card p {
	color: #5a6570;
	font-family: var(--dilumek-body-font);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.55;
	margin: 16px 0 0;
	position: relative;
	transition: color 280ms ease;
}

.dilumek-home .dilumek-benefit-card a {
	color: #2f5f91;
	display: inline-flex;
	font-family: var(--dilumek-body-font);
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	margin-block-start: auto;
	padding-block-start: 22px;
	position: relative;
	text-decoration: none;
	transition: color 280ms ease;
}

.dilumek-home .dilumek-benefit-card a::after {
	content: "›";
	font-size: 1.15rem;
	line-height: 0.85;
	margin-inline-start: 6px;
}

.dilumek-home .dilumek-benefit-card:hover h3,
.dilumek-home .dilumek-benefit-card:focus-within h3,
.dilumek-home .dilumek-benefit-card:hover p,
.dilumek-home .dilumek-benefit-card:focus-within p,
.dilumek-home .dilumek-benefit-card:hover a,
.dilumek-home .dilumek-benefit-card:focus-within a {
	color: var(--dilumek-white);
}

.dilumek-faq {
	background: var(--dilumek-sky);
	overflow: visible;
	padding-block: clamp(64px, 8vw, 100px) clamp(90px, 11vw, 140px);
}

.dilumek-faq__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	justify-content: space-around;
	margin-block-end: clamp(28px, 4vw, 40px);
}

.dilumek-home .dilumek-faq #dilumek-faq-title,
.dilumek-faq h2,
#dilumek-faq-title {
	color: var(--dilumek-navy-dark);
	font-family: "League Gothic", Impact, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin: 0;
	text-transform: uppercase;
}

.dilumek-faq__accent {
	background: var(--dilumek-red);
	border-radius: 0 999px 999px 0;
	display: inline-block;
	flex: 1 1 220px;
	height: 38px;
	margin-inline-start: 56px;
	max-inline-size: 380px;
	min-inline-size: 140px;
	position: relative;
}

.dilumek-faq__accent::before {
	background: repeating-linear-gradient(
		-30deg,
		var(--dilumek-red) 0 7px,
		transparent 7px 14px
	);
	content: "";
	height: 100%;
	inline-size: 68px;
	inset-block: 0;
	inset-inline-start: -62px;
	position: absolute;
}

.dilumek-faq__accent-image {
	display: block;
	flex: 1 1 220px;
	height: auto;
	margin-inline-start: 24px;
	max-block-size: 56px;
	max-inline-size: min(420px, 42vw);
	min-inline-size: 140px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.dilumek-faq__list {
	display: grid;
	gap: 14px;
}

.dilumek-faq__item {
	background: var(--dilumek-white);
	border: 1.5px solid var(--dilumek-navy-dark);
	border-radius: 12px;
	overflow: hidden;
}

.dilumek-faq__item:hover,
.dilumek-faq__item:focus-within,
.dilumek-faq__item.is-open {
	background: var(--dilumek-white);
}

.dilumek-faq__question {
	align-items: center;
	appearance: none;
	background: transparent;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: var(--dilumek-navy-dark);
	cursor: pointer;
	display: flex;
	font-family: var(--dilumek-body-font);
	font-size: 1rem;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	line-height: 1.35;
	outline: none;
	padding: 18px 22px;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}

.dilumek-faq__question:hover,
.dilumek-faq__question:focus,
.dilumek-faq__question:focus-visible,
.dilumek-faq__question:active {
	background: transparent;
	background-color: transparent;
	box-shadow: none;
	color: var(--dilumek-navy-dark);
}

.dilumek-faq__icon {
	color: var(--dilumek-navy-dark);
	flex: 0 0 auto;
	font-size: 1.4rem;
	line-height: 1;
	transition: transform 280ms ease;
}

.dilumek-faq__item.is-open .dilumek-faq__icon {
	transform: rotate(90deg);
}

.dilumek-faq__answer {
	color: #3d4853;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 280ms ease;
}

.dilumek-faq__item.is-open .dilumek-faq__answer {
	grid-template-rows: 1fr;
}

.dilumek-faq__answer-inner {
	min-height: 0;
	overflow: hidden;
	padding: 0 22px;
	transition: padding 280ms ease;
}

.dilumek-faq__item.is-open .dilumek-faq__answer-inner {
	padding: 0 22px 18px;
}

.dilumek-home .dilumek-faq__answer-inner p {
	color: #3d4853;
	font-family: var(--dilumek-body-font);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.55;
	margin: 0;
}

.dilumek-why {
	background: transparent;
	overflow: visible;
	padding: 0;
	position: relative;
	z-index: 2;
}

.dilumek-why__decor {
	display: block;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
	height: auto;
	inset-inline-end: max(24px, calc((100% - 1160px) / 2));
	max-inline-size: min(460px, 40vw);
	object-fit: contain;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(-30%);
	width: auto;
	z-index: 5;
}

.dilumek-why__feature {
	background-color: #484848;
	background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), var(--dilumek-why-image, none);
	background-position: center, var(--dilumek-why-image-x, 50%) var(--dilumek-why-image-y, 50%);
	background-repeat: no-repeat;
	background-size: cover, cover;
	box-sizing: border-box;
	color: var(--dilumek-white);
	min-block-size: clamp(340px, 38vw, 420px);
	overflow: visible;
	padding-block: 0;
	position: relative;
	z-index: 1;
}

.dilumek-why__feature .dilumek-home__container {
	inline-size: min(1160px, calc(100% - 40px));
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -42%);
	z-index: 2;
}

.dilumek-why__content {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 2;
}

.dilumek-home .dilumek-why__content h2,
.dilumek-why__content h2,
#dilumek-why-title {
	color: #ffffff;
	font-family: "League Gothic", Impact, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin: 0 0 20px;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.dilumek-home .dilumek-why__content p,
.dilumek-why__content p {
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0 0 14px;
	max-inline-size: none;
	vertical-align: middle;
}

.dilumek-why__content .dilumek-button {
	display: flex;
	margin-block-start: 16px;
	margin-inline: auto;
	width: fit-content;
}

.dilumek-quick-carousel {
	box-sizing: border-box;
	overflow: visible;
	position: relative;
	width: 100%;
}

.dilumek-quick-carousel__viewport {
	box-sizing: border-box;
	overflow: hidden;
	padding-block: 10px 28px;
	width: 100%;
}

.dilumek-quick-carousel__track {
	display: flex;
	gap: 28px;
	padding-block: 4px 8px;
	will-change: transform;
}

.dilumek-quick-carousel__slide {
	box-sizing: border-box;
	flex: 0 0 var(--dilumek-quick-carousel-slide-size, 368px);
	min-inline-size: 0;
}

.dilumek-quick-card {
	background: var(--dilumek-white);
	border-radius: 14px;
	box-shadow: 0 14px 32px rgba(8, 40, 82, 0.14);
	color: var(--dilumek-navy);
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.dilumek-quick-card:hover,
.dilumek-quick-card:focus-visible {
	box-shadow: 0 20px 40px rgba(8, 40, 82, 0.2);
	color: var(--dilumek-navy);
	transform: translateY(-4px);
}

.dilumek-quick-card__media {
	aspect-ratio: 4 / 3;
	background: #f4f8fc;
	display: block;
	overflow: hidden;
}

.dilumek-quick-card__media img {
	block-size: 100%;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

.dilumek-quick-card__placeholder {
	align-items: center;
	color: var(--dilumek-navy);
	display: flex;
	font-family: var(--dilumek-title-font);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	justify-content: center;
	letter-spacing: 0.04em;
	min-block-size: 100%;
	padding: 24px;
	text-align: center;
	text-transform: uppercase;
}

.dilumek-home button.dilumek-quick-carousel__nav,
.dilumek-quick-carousel__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(8, 40, 82, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(8, 40, 82, 0.16);
	color: var(--dilumek-navy);
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 48px;
	z-index: 3;
}

.dilumek-home button.dilumek-quick-carousel__nav span,
.dilumek-quick-carousel__nav span {
	color: inherit;
	line-height: 1;
}

.dilumek-home button.dilumek-quick-carousel__nav:hover,
.dilumek-home button.dilumek-quick-carousel__nav:focus-visible,
.dilumek-quick-carousel__nav:hover,
.dilumek-quick-carousel__nav:focus-visible {
	background: var(--dilumek-white);
	border-color: rgba(8, 40, 82, 0.24);
	box-shadow: 0 12px 28px rgba(8, 40, 82, 0.2);
	color: var(--dilumek-navy);
	transform: translateY(-50%) scale(1.05);
}

.dilumek-home button.dilumek-quick-carousel__nav:disabled,
.dilumek-home button.dilumek-quick-carousel__nav:disabled:hover,
.dilumek-quick-carousel__nav:disabled,
.dilumek-quick-carousel__nav:disabled:hover {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(8, 40, 82, 0.12);
	box-shadow: 0 10px 24px rgba(8, 40, 82, 0.16);
	color: var(--dilumek-navy);
	cursor: default;
	opacity: 0.35;
	transform: translateY(-50%);
}

.dilumek-quick-carousel__nav--prev {
	left: 16px;
}

.dilumek-quick-carousel__nav--next {
	right: 16px;
}

.dilumek-brands {
	background: var(--dilumek-sky);
	padding-block: clamp(48px, 6vw, 72px) clamp(56px, 7vw, 88px);
}

.dilumek-home .dilumek-brands #dilumek-brands-title,
.dilumek-brands h2,
#dilumek-brands-title {
	color: var(--dilumek-navy-dark);
	font-family: "League Gothic", Impact, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin: 0 0 clamp(28px, 4vw, 40px);
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.dilumek-brands__track-wrap {
	background: var(--dilumek-navy-dark);
	overflow: hidden;
	padding-block: clamp(28px, 4vw, 44px);
	position: relative;
}

.dilumek-brands__track-wrap::before,
.dilumek-brands__track-wrap::after {
	content: "";
	inline-size: 110px;
	inset-block: 0;
	position: absolute;
	z-index: 2;
}

.dilumek-brands__track-wrap::before {
	background: linear-gradient(90deg, var(--dilumek-navy-dark), rgba(6, 29, 60, 0));
	inset-inline-start: 0;
}

.dilumek-brands__track-wrap::after {
	background: linear-gradient(270deg, var(--dilumek-navy-dark), rgba(6, 29, 60, 0));
	inset-inline-end: 0;
}

.dilumek-brands__track {
	align-items: center;
	animation: dilumek-marquee var(--dilumek-marquee-duration, 28s) linear infinite;
	display: flex;
	gap: clamp(32px, 6vw, 78px);
	inline-size: max-content;
	padding-inline: 40px;
}

.dilumek-brands__track-wrap:hover .dilumek-brands__track {
	animation-play-state: paused;
}

.dilumek-brand-card {
	align-items: center;
	color: var(--dilumek-white);
	display: flex;
	font-family: var(--dilumek-title-font);
	font-size: clamp(2.3rem, 5vw, 4.5rem);
	letter-spacing: 0.035em;
	line-height: 1;
	min-block-size: 82px;
	min-inline-size: 160px;
	opacity: 0.95;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.dilumek-brand-card img {
	block-size: auto;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
	max-block-size: 78px;
	max-inline-size: 210px;
	object-fit: contain;
}

.dilumek-brand-card:hover,
.dilumek-brand-card:focus-visible {
	color: var(--dilumek-white);
	opacity: 1;
}

@keyframes dilumek-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dilumek-home-hero__slide {
		transition: none;
	}

	.dilumek-brands__track {
		animation: none;
	}

	.dilumek-button,
	.dilumek-quick-card,
	.dilumek-faq__icon,
	.dilumek-faq__answer,
	.dilumek-faq__answer-inner,
	.dilumek-benefit-card,
	.dilumek-benefit-card::before,
	.dilumek-home .dilumek-benefit-card h3,
	.dilumek-home .dilumek-benefit-card p,
	.dilumek-home .dilumek-benefit-card a,
	.dilumek-home-hero__nav,
	.dilumek-home-hero__dot {
		transition: none;
	}

	.dilumek-benefit-card:hover,
	.dilumek-benefit-card:focus-within {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.dilumek-allies__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.dilumek-home__container {
		inline-size: min(100% - 28px, 1160px);
	}

	.dilumek-home-hero {
		--dilumek-hero-min-height: clamp(280px, 78vw, 480px);
	}

	.dilumek-home-hero__grid {
		justify-content: flex-start;
		padding-block: 28px 56px;
		padding-inline: 12px 16px;
		text-align: left;
	}

	.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__grid,
	.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__grid {
		justify-content: flex-start;
		text-align: left;
	}

	.dilumek-home-hero__content {
		margin-inline: 0;
		max-inline-size: 150px;
		max-width: 150px;
	}

	.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__content,
	.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__content {
		margin-inline: 0;
	}

	.dilumek-home .dilumek-home-hero .dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero h1.dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero h1,
	.dilumek-home .dilumek-home-hero .dilumek-home-hero__title {
		font-size: 1.4rem;
		line-height: 1.02;
		max-inline-size: 100%;
	}

	.dilumek-home .dilumek-home-hero .dilumek-home-hero__text {
		font-size: 0.7rem;
		line-height: 1.28;
		margin-block-start: 4px;
		max-inline-size: 150px;
		max-width: 150px;
	}

	.dilumek-home-hero__slide.is-align-x-center .dilumek-home-hero__text,
	.dilumek-home-hero__slide.is-align-x-right .dilumek-home-hero__text {
		margin-inline: 0;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__content {
		max-inline-size: 170px;
		max-width: 170px;
	}

	.dilumek-home-hero__controls {
		inset-block-end: 16px;
		inset-inline-end: 12px;
	}

	.dilumek-home-hero__nav {
		height: 40px;
		width: 40px;
	}

	.dilumek-home-hero__dots {
		bottom: 18px;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero__slide.is-style-accent h1.dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title {
		font-size: 2.15rem;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__text {
		font-size: 0.95rem;
		margin-block-start: 4px;
		max-inline-size: 150px;
		max-width: 150px;
	}

	.dilumek-why__feature {
		min-block-size: 0;
		padding-block: 48px;
	}

	.dilumek-why__feature .dilumek-home__container {
		left: auto;
		position: relative;
		top: auto;
		transform: none;
		margin-inline: auto;
	}

	.dilumek-why__decor {
		max-inline-size: min(240px, 48vw);
		inset-inline-end: 12px;
	}

	.dilumek-why__content {
		max-inline-size: 100%;
		padding-inline-end: 0;
	}

	.dilumek-home .dilumek-why__content h2,
	.dilumek-why__content h2,
	#dilumek-why-title {
		font-size: clamp(2rem, 8vw, 48px);
	}

	.dilumek-home .dilumek-why__content p,
	.dilumek-why__content p {
		font-size: clamp(1.05rem, 4.5vw, 24px);
		line-height: 1.2;
	}

	.dilumek-quick-carousel__nav {
		height: 42px;
		width: 42px;
	}

	.dilumek-brands__track-wrap::before,
	.dilumek-brands__track-wrap::after {
		inline-size: 56px;
	}
}

@media (min-width: 390px) and (max-width: 767px) {
	.dilumek-home-hero__content {
		max-inline-size: 185px;
		max-width: 185px;
	}

	.dilumek-home .dilumek-home-hero .dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero h1.dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero h1,
	.dilumek-home .dilumek-home-hero .dilumek-home-hero__title {
		font-size: 1.65rem;
	}

	.dilumek-home .dilumek-home-hero .dilumek-home-hero__text {
		font-size: 0.77rem;
		margin-block-start: 6px;
		max-inline-size: 180px;
		max-width: 180px;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__content {
		max-inline-size: 200px;
		max-width: 200px;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero__slide.is-style-accent h1.dilumek-home-hero__title,
	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__title {
		font-size: 2.55rem;
	}

	.dilumek-home .dilumek-home-hero__slide.is-style-accent .dilumek-home-hero__text {
		font-size: 1.12rem;
		margin-block-start: 6px;
		max-inline-size: 180px;
		max-width: 180px;
	}
}
