/* Simple homepage banner — full 1200×900 image, text column stays on the right */

.hero-section .elementor-element-b8f4fcb,
.hero-section .elementor-element-b8f4fcb.elementor-invisible,
.hero-section .elementor-element-4ace325,
.hero-section .elementor-element-4ace325.elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.hero-section .elementor-element-04d4520 {
	display: none !important;
}

.elementor-element-b8f4fcb > .elementor-widget-container {
	margin: 0 !important;
}

@media (min-width: 1025px) {
	.hero-section > .elementor-element-6648d58,
	.elementor-element-c9f9550 > .elementor-element-6648d58 {
		--width: 40% !important;
		width: 40% !important;
		max-width: 40% !important;
		flex: 0 0 40% !important;
		min-height: 0 !important;
	}

	.hero-section > .elementor-element-4ace325,
	.elementor-element-c9f9550 > .elementor-element-4ace325 {
		--width: 60% !important;
		width: 60% !important;
		max-width: 60% !important;
		flex: 0 0 60% !important;
		align-self: flex-start !important;
		height: auto !important;
		min-height: 0 !important;
	}
}

/* The banner box — horizontal slide track */
.atlas-banner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: #f3f4f6;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(28, 25, 23, 0.08);
	direction: ltr;
	touch-action: pan-y;
}

.atlas-banner__track {
	display: flex;
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
	will-change: transform;
}

.atlas-banner.is-dragging .atlas-banner__track {
	transition: none;
}

.atlas-banner__img {
	display: block;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: 1200 / 900;
	object-fit: contain;
	object-position: center center;
	background: #f3f4f6;
	border: 0;
	border-radius: 0;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.atlas-banner__dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 2;
	display: flex;
	gap: 6px;
	transform: translateX(-50%);
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(28, 25, 23, 0.35);
}

.atlas-banner__dot {
	appearance: none;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}

.atlas-banner__dot.is-on {
	background: #fff;
	transform: scale(1.2);
}

/* Text column — readable height next to banner */
@media (min-width: 1025px) {
	.hero-section > .elementor-element-6648d58,
	.elementor-element-c9f9550 > .elementor-element-6648d58 {
		min-height: 0 !important;
		padding-top: 28px !important;
		padding-bottom: 28px !important;
		gap: 18px !important;
		justify-content: center !important;
	}
}

.hero-section .elementor-element-c65292d .elementor-heading-title {
	font-size: clamp(1.55rem, 2.4vw, 2.05rem) !important;
	line-height: 1.4 !important;
}

.hero-section .elementor-element-8d738c5 {
	font-size: 0.98rem !important;
	line-height: 1.85 !important;
}

/* Trust bar — bold cards, clear breathing room */
.atlas-trust {
	--trust-ink: #1c1917;
	--trust-muted: #57534e;
	--trust-amber: #e89a2e;
	--trust-amber-deep: #c2410c;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100%;
	max-width: 1280px;
	margin: 28px auto 48px;
	padding: 0 14px 8px;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

.atlas-trust__shell {
	position: relative;
	padding: 22px 20px 20px;
	border-radius: 20px;
	background:
		linear-gradient(145deg, #fffaf5 0%, #ffffff 50%, #fff7ed 100%);
	border: 1px solid rgba(232, 154, 46, 0.28);
	box-shadow:
		0 18px 40px rgba(194, 65, 12, 0.12),
		0 2px 0 rgba(255, 255, 255, 0.9) inset;
}

.atlas-trust__shell::before {
	content: '';
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	height: 5px;
	border-radius: 0 0 8px 8px;
	background: linear-gradient(90deg, #c2410c 0%, #e89a2e 50%, #fbbf24 100%);
}

.atlas-trust__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 4px 6px 16px;
	text-align: right;
}

.atlas-trust__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--trust-amber-deep);
}

.atlas-trust__eyebrow::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--trust-amber);
	box-shadow: 0 0 0 5px rgba(232, 154, 46, 0.22);
}

.atlas-trust__title {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 900;
	line-height: 1.35;
	color: var(--trust-ink);
}

.atlas-trust__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding: 0;
}

.atlas-trust__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	min-height: 148px;
	padding: 20px 18px 18px;
	margin: 0;
	border-radius: 16px;
	border: 1px solid transparent;
	box-shadow: 0 10px 24px rgba(28, 25, 23, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.atlas-trust__item:nth-child(1) {
	background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 55%, #fed7aa 100%);
	border-color: rgba(234, 88, 12, 0.28);
}

.atlas-trust__item:nth-child(2) {
	background: linear-gradient(165deg, #fff1f2 0%, #ffe4e6 55%, #fecdd3 100%);
	border-color: rgba(225, 29, 72, 0.22);
}

.atlas-trust__item:nth-child(3) {
	background: linear-gradient(165deg, #fffbeb 0%, #fef3c7 55%, #fde68a 100%);
	border-color: rgba(217, 119, 6, 0.28);
}

.atlas-trust__item:nth-child(4) {
	background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 40%, #fdba74 100%);
	border-color: rgba(194, 65, 12, 0.28);
}

.atlas-trust__item:hover {
	filter: saturate(1.08) brightness(1.02);
	box-shadow: 0 16px 32px rgba(194, 65, 12, 0.16);
	transform: translateY(-3px);
}

.atlas-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 16px;
	background: #fff;
	color: var(--trust-amber-deep);
	border: 1px solid rgba(232, 154, 46, 0.35);
	box-shadow: 0 6px 14px rgba(232, 154, 46, 0.18);
	flex: 0 0 auto;
}

.atlas-trust__item:nth-child(2) .atlas-trust__icon {
	color: #be123c;
	border-color: rgba(225, 29, 72, 0.28);
	box-shadow: 0 6px 14px rgba(225, 29, 72, 0.14);
}

.atlas-trust__item:nth-child(3) .atlas-trust__icon {
	color: #b45309;
	border-color: rgba(217, 119, 6, 0.3);
	box-shadow: 0 6px 14px rgba(217, 119, 6, 0.14);
}

.atlas-trust__item:nth-child(4) .atlas-trust__icon {
	color: #9a3412;
	border-color: rgba(154, 52, 18, 0.28);
	box-shadow: 0 6px 14px rgba(154, 52, 18, 0.14);
}

.atlas-trust__icon svg {
	width: 28px;
	height: 28px;
}

.atlas-trust__copy {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	width: 100%;
}

.atlas-trust__copy strong {
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.35;
	color: var(--trust-ink);
}

.atlas-trust__copy em {
	font-style: normal;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--trust-muted);
}

@media (max-width: 1024px) {
	.hero-section > .elementor-element-6648d58,
	.hero-section > .elementor-element-4ace325 {
		width: 100% !important;
		max-width: 100% !important;
		flex: 1 1 100% !important;
	}

	.atlas-trust {
		margin: 16px auto 28px;
		padding: 0 10px 4px;
	}

	.atlas-trust__shell {
		padding: 14px 12px 12px;
	}

	.atlas-trust__head {
		padding: 0 2px 10px;
		gap: 4px;
	}

	.atlas-trust__title {
		font-size: 1.05rem;
	}

	.atlas-trust__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.atlas-trust__item {
		min-height: 0;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		padding: 12px;
	}

	.atlas-trust__icon {
		width: 40px;
		height: 40px;
		border-radius: 12px;
	}

	.atlas-trust__icon svg {
		width: 20px;
		height: 20px;
	}

	.atlas-trust__copy {
		gap: 2px;
	}

	.atlas-trust__copy strong {
		font-size: 0.88rem;
		line-height: 1.3;
	}

	.atlas-trust__copy em {
		font-size: 0.72rem;
		line-height: 1.35;
	}
}

@media (max-width: 560px) {
	.atlas-trust {
		margin: 12px auto 24px;
		padding: 0 8px 4px;
	}

	.atlas-trust__shell {
		padding: 12px 10px 10px;
		border-radius: 14px;
	}

	.atlas-trust__shell::before {
		left: 10px;
		right: 10px;
		height: 3px;
	}

	.atlas-trust__eyebrow {
		font-size: 0.7rem;
	}

	.atlas-trust__title {
		font-size: 0.98rem;
		line-height: 1.3;
	}

	.atlas-trust__inner {
		gap: 8px;
	}

	.atlas-trust__item {
		padding: 10px;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(28, 25, 23, 0.06);
	}

	.atlas-trust__item:hover {
		transform: none;
	}
}
