:root {
	--as-home-ink: #103d60;
	--as-home-primary: #0b74b5;
	--as-home-accent: #c82333;
	--as-home-warm: #f6ead6;
	--as-home-surface: #ffffff;
	--as-home-soft: #f4f8fb;
	--as-home-border: #dbe5ec;
	--as-home-muted: #5d6d78;
	--as-home-shadow: 0 18px 50px rgba(16, 61, 96, 0.1);
}

body.home .slider-main {
	display: none !important;
}

body.home {
	overflow-x: hidden;
	background: var(--as-home-surface);
	color: var(--as-home-ink);
}

body.home .skt-header-button {
	display: none !important;
}

body.home .elementor-14 > .elementor-section {
	padding-inline: max(20px, calc((100vw - 1180px) / 2));
}

body.home .elementor-14 > .as-home-slider-section {
	padding-inline: 0;
}

.as-home-slider {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background: var(--as-home-ink);
}

.as-home-slider__track,
.as-home-slide {
	position: absolute;
	inset: 0;
}

.as-home-slide {
	display: grid;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.as-home-slide.is-active {
	visibility: visible;
	opacity: 1;
}

.as-home-slide > picture,
.as-home-slide > picture > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.as-home-slide > picture > img {
	object-fit: cover;
	object-position: center;
}

.as-home-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 26, 43, 0.2), rgba(5, 26, 43, 0.94));
}

.as-home-slide__content {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
	padding-block: 90px 120px;
	color: #fff;
}

.as-home-slide__content > span {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 99px;
	background: rgba(11, 116, 181, 0.28);
	color: #c9ebff;
	font-size: 0.86rem;
	font-weight: 800;
}

.as-home-slide__content h1,
.as-home-slide__content h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.45rem, 5vw, 4.8rem);
	line-height: 1.12;
}

.as-home-slide__content p {
	max-width: 650px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1.03rem, 2vw, 1.25rem);
	line-height: 1.85;
}

.as-home-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.as-home-slide__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 14px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.as-home-slide__actions a.is-primary {
	border-color: var(--as-home-primary);
	background: var(--as-home-primary);
}

.as-home-slider__arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(5, 26, 43, 0.42);
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	transform: translateY(-50%);
}

.as-home-slider__arrow.is-prev {
	right: 20px;
}

.as-home-slider__arrow.is-next {
	left: 20px;
}

.as-home-slider__dots {
	position: absolute;
	z-index: 4;
	right: 50%;
	bottom: 30px;
	display: flex;
	gap: 8px;
	transform: translateX(50%);
}

.as-home-slider__dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.48);
	cursor: pointer;
	transition: width 180ms ease, background 180ms ease;
}

.as-home-slider__dots button[aria-selected="true"] {
	width: 34px;
	background: #fff;
}

.as-home-slider a:focus-visible,
.as-home-slider button:focus-visible,
.as-home-distributor-directory button:focus-visible,
.as-home-distributor-directory a:focus-visible {
	outline: 3px solid #8bd2ff;
	outline-offset: 3px;
}

body.home .as-home-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	isolation: isolate;
}

body.home .as-home-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(5, 26, 43, 0.28), rgba(5, 26, 43, 0.88));
}

body.home .as-home-hero .elementor-container {
	width: 100%;
}

body.home .as-home-hero .elementor-heading-title {
	max-width: 760px;
	font-size: clamp(2.45rem, 5vw, 4.8rem);
	line-height: 1.12;
	color: #fff;
}

body.home .as-home-hero .elementor-widget-text-editor {
	max-width: 650px;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.9);
}

body.home .as-home-eyebrow .elementor-heading-title {
	font-size: 0.92rem;
	color: #8bd2ff;
}

body.home .as-home-actions .elementor-widget-wrap {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

body.home .as-home-actions .elementor-button {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border-radius: 14px;
	font-weight: 800;
	background: var(--as-home-primary);
	box-shadow: none;
}

body.home .as-home-actions .as-home-secondary .elementor-button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

body.home .as-home-section {
	padding-block: 88px;
}

body.home .as-home-section.is-soft {
	background: var(--as-home-soft);
}

body.home .as-home-section-heading .elementor-heading-title {
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.2;
	color: var(--as-home-ink);
}

body.home .as-home-section-copy {
	max-width: 720px;
	color: var(--as-home-muted);
	font-size: 1.05rem;
	line-height: 1.85;
}

.as-home-categories {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.as-home-category {
	min-height: 164px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	padding: 22px;
	border: 1px solid var(--as-home-border);
	border-radius: 22px;
	background: var(--as-home-surface);
	color: var(--as-home-ink);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.as-home-category:hover,
.as-home-category:focus-visible {
	transform: translateY(-4px);
	border-color: var(--as-home-primary);
	box-shadow: var(--as-home-shadow);
}

.as-home-category__icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--as-home-soft);
	color: var(--as-home-primary);
	font-size: 1.3rem;
}

.as-home-category strong {
	font-size: 1.12rem;
}

.as-home-category span:last-child {
	color: var(--as-home-muted);
}

.as-home-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.as-home-product {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--as-home-border);
	border-radius: 20px;
	background: var(--as-home-surface);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.as-home-product:hover {
	transform: translateY(-4px);
	box-shadow: var(--as-home-shadow);
}

.as-home-product__media {
	display: block;
	aspect-ratio: 1;
	background: #f8fafc;
}

.as-home-product__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.as-home-product__body {
	display: grid;
	gap: 9px;
	padding: 16px;
}

.as-home-product__stock {
	width: fit-content;
	padding: 4px 9px;
	border-radius: 999px;
	background: #e8f6ee;
	color: #176b3a;
	font-size: 0.78rem;
}

.as-home-product__name {
	min-height: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--as-home-ink);
	font-weight: 800;
	line-height: 1.55;
	text-decoration: none;
}

.as-home-product__sku {
	overflow: hidden;
	color: var(--as-home-muted);
	font-size: 0.78rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.as-home-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.as-home-product__footer strong {
	color: var(--as-home-accent);
}

.as-home-product__footer button {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 13px;
	background: var(--as-home-primary);
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}

.as-home-product__footer button:disabled {
	opacity: 0.6;
	cursor: wait;
}

body.home .as-home-paths > .elementor-container,
body.home .as-home-about > .elementor-container,
body.home .as-home-distributors > .elementor-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

/* Elementor columns carry percentage widths from the old layout. Reset them
 * inside the new card grids so each audience/distributor card gets a stable
 * track instead of collapsing into a narrow text strip. */
body.home .as-home-paths > .elementor-container > .elementor-column,
body.home .as-home-distributors > .elementor-container > .elementor-column,
body.home .as-home-about > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

body.home .as-home-about > .elementor-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .as-home-path-card > .elementor-widget-wrap,
body.home .as-home-distributor > .elementor-widget-wrap {
	height: 100%;
	padding: 28px;
	border: 1px solid var(--as-home-border);
	border-radius: 24px;
	background: var(--as-home-surface);
}

body.home .as-home-path-card > .elementor-widget-wrap {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	justify-content: flex-start;
}

body.home .as-home-path-card .elementor-widget-button {
	margin-top: auto;
}

body.home .as-home-path-card:first-child > .elementor-widget-wrap {
	background: var(--as-home-ink);
}

body.home .as-home-path-card:first-child .elementor-heading-title,
body.home .as-home-path-card:first-child .elementor-widget-text-editor {
	color: #fff;
}

body.home .as-home-about-image img {
	width: 100%;
	min-height: 480px;
	object-fit: cover;
	border-radius: 28px;
}

body.home .as-home-about-copy > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

body.home .as-home-about-copy .elementor-widget-text-editor,
body.home .as-home-distributor .elementor-widget-text-editor {
	color: var(--as-home-muted);
	line-height: 1.85;
}

body.home .as-home-distributors > .elementor-container {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .as-home-order-steps > .elementor-container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.home .as-home-order-steps > .elementor-container > .elementor-column {
	position: relative;
	width: auto !important;
	min-width: 0;
}

body.home .as-home-step > .elementor-widget-wrap {
	position: relative;
	height: 100%;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	padding: 34px 28px 28px;
	border: 1px solid var(--as-home-border);
	border-radius: 22px;
	background: var(--as-home-surface);
	box-shadow: 0 14px 34px rgba(16, 61, 96, 0.06);
}

body.home .as-home-step > .elementor-widget-wrap::before {
	position: absolute;
	top: -16px;
	right: 24px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 5px solid var(--as-home-soft);
	border-radius: 50%;
	background: var(--as-home-primary);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	box-shadow: 0 7px 18px rgba(11, 116, 181, 0.2);
}

body.home .as-home-step:nth-child(1) > .elementor-widget-wrap::before { content: '\0661'; }
body.home .as-home-step:nth-child(2) > .elementor-widget-wrap::before { content: '\0662'; }
body.home .as-home-step:nth-child(3) > .elementor-widget-wrap::before { content: '\0663'; }

body.home .as-home-step:not(:last-child)::after {
	content: '\2190';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -18px;
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid var(--as-home-border);
	border-radius: 50%;
	background: var(--as-home-soft);
	color: var(--as-home-primary);
	font-size: 1.2rem;
	font-weight: 900;
	transform: translateY(-50%);
}

body.home .as-home-step .elementor-heading-title {
	color: var(--as-home-ink);
}

body.home .as-home-step .elementor-widget-text-editor {
	color: var(--as-home-muted);
	line-height: 1.8;
}

body.home .as-home-step .elementor-widget-text-editor {
	margin-top: auto;
}

.as-home-distributor-filters {
	display: flex;
	gap: 9px;
	overflow: auto;
	margin: 28px 0 20px;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.as-home-distributor-filters button {
	min-height: 44px;
	flex: none;
	padding: 0 18px;
	border: 1px solid var(--as-home-border);
	border-radius: 99px;
	background: var(--as-home-surface);
	color: var(--as-home-ink);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.as-home-distributor-filters button.is-active {
	border-color: var(--as-home-primary);
	background: var(--as-home-primary);
	color: #fff;
}

.as-home-distributor-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.as-home-distributor-card {
	display: flex;
	min-height: 205px;
	flex-direction: column;
	padding: 22px;
	border: 1px solid var(--as-home-border);
	border-radius: 20px;
	background: var(--as-home-surface);
	box-shadow: 0 10px 30px rgba(16, 61, 96, 0.05);
}

.as-home-distributor-card[hidden] {
	display: none;
}

.as-home-distributor-card > span {
	width: fit-content;
	padding: 4px 9px;
	border-radius: 99px;
	background: var(--as-home-soft);
	color: var(--as-home-primary);
	font-size: 0.75rem;
	font-weight: 800;
}

.as-home-distributor-card h3 {
	margin: 15px 0 3px;
	color: var(--as-home-ink);
	font-size: 1.25rem;
}

.as-home-distributor-card p {
	margin: 0;
	color: var(--as-home-muted);
}

.as-home-distributor-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--as-home-ink);
	text-decoration: none;
}

.as-home-distributor-card a bdi {
	direction: ltr;
}

.as-home-distributor-card a strong {
	padding: 7px 11px;
	border-radius: 9px;
	background: var(--as-home-primary);
	color: #fff;
	font-size: 0.78rem;
}

.as-home-distributor-card small {
	margin-top: auto;
	padding-top: 18px;
	color: var(--as-home-accent);
	font-weight: 800;
}

.as-home-distributor-help {
	margin: 22px 0 0;
	padding: 16px 18px;
	border-radius: 14px;
	background: var(--as-home-soft);
	color: var(--as-home-muted);
}

.as-home-distributor-help a {
	color: var(--as-home-primary);
	font-weight: 800;
}

body.home .as-home-contact {
	padding-block: 70px;
	background: var(--as-home-ink);
}

body.home .as-home-contact .elementor-heading-title,
body.home .as-home-contact .elementor-widget-text-editor {
	color: #fff;
}

.as-home-toast {
	position: fixed;
	inset-inline-start: 20px;
	bottom: 24px;
	z-index: 99999;
	max-width: min(360px, calc(100vw - 40px));
	padding: 14px 18px;
	border-radius: 14px;
	background: #176b3a;
	color: #fff;
	box-shadow: var(--as-home-shadow);
}

.as-home-toast.is-error {
	background: var(--as-home-accent);
}

@media (max-width: 900px) {
	.as-home-slider {
		min-height: 570px;
	}

	body.home .as-home-hero {
		min-height: 540px;
	}

	.as-home-products,
	.as-home-categories,
	.as-home-distributor-grid,
	body.home .as-home-distributors > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .as-home-about > .elementor-container {
		grid-template-columns: 1fr;
	}

	body.home .as-home-order-steps > .elementor-container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	body.home .elementor-14 > .elementor-section {
		padding-inline: 16px;
	}

	body.home .as-home-hero {
		min-height: 530px;
		background-position: 38% center;
	}

	.as-home-slider {
		min-height: 565px;
	}

	.as-home-slide > picture > img {
		object-position: 42% center;
	}

	.as-home-slide__overlay {
		background: rgba(5, 26, 43, 0.78);
	}

	.as-home-slide__content {
		width: calc(100% - 32px);
		padding-block: 72px 100px;
	}

	.as-home-slide__content h1,
	.as-home-slide__content h2 {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.as-home-slide__content p {
		font-size: 0.98rem;
	}

	.as-home-slide__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.as-home-slide__actions a {
		padding-inline: 10px;
		font-size: 0.86rem;
		text-align: center;
	}

	.as-home-slider__arrow {
		top: auto;
		bottom: 20px;
		width: 42px;
		height: 42px;
		transform: none;
	}

	.as-home-slider__arrow.is-prev {
		right: 16px;
	}

	.as-home-slider__arrow.is-next {
		left: 16px;
	}

	.as-home-slider__dots {
		bottom: 34px;
	}

	body.home .as-home-hero::before {
		background: rgba(5, 26, 43, 0.76);
	}

	body.home .as-home-section {
		padding-block: 58px;
	}

	body.home .as-home-actions .elementor-widget-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	body.home .as-home-actions .elementor-button {
		width: 100%;
		padding-inline: 12px;
	}

	.as-home-products {
		gap: 10px;
	}

	.as-home-product__body {
		padding: 12px;
	}

	.as-home-product__name {
		min-height: 44px;
		font-size: 0.88rem;
	}

	.as-home-product__footer {
		align-items: flex-end;
	}

	.as-home-product__footer strong {
		font-size: 0.82rem;
	}

	body.home .as-home-paths > .elementor-container,
	body.home .as-home-distributors > .elementor-container {
		grid-template-columns: 1fr;
	}

	body.home .as-home-order-steps > .elementor-container {
		gap: 30px;
		padding-inline: 12px;
	}

	body.home .as-home-step:not(:last-child)::after {
		top: auto;
		right: 50%;
		bottom: -33px;
		left: auto;
		content: '\2193';
		transform: translateX(50%);
	}

	body.home .as-home-step > .elementor-widget-wrap {
		min-height: 190px;
		padding: 32px 22px 22px;
	}

	body.home .as-home-about-image img {
		min-height: 320px;
	}

	.as-home-distributor-grid {
		grid-template-columns: 1fr;
	}

	.as-home-distributor-card {
		min-height: 180px;
	}

	.as-home-toast {
		bottom: 86px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.as-home-category,
	.as-home-product,
	.as-home-slide,
	.as-home-slider__dots button {
		transition: none;
	}
}
