body.home {
	--iw-paper: #f5efe6;
	--iw-paper-deep: #e8decf;
	--iw-paper-soft: #fcfaf6;
	--iw-ink: #111417;
	--iw-ink-soft: #4b4f56;
	--iw-line: rgba(17, 20, 23, 0.1);
	--iw-blue: #0f5fad;
	--iw-blue-deep: #163d68;
	--iw-gold: #dcc083;
	--iw-shadow-soft: 0 24px 70px rgba(17, 20, 23, 0.08);
	--iw-shadow-strong: 0 32px 90px rgba(17, 20, 23, 0.2);
	background:
		radial-gradient(circle at top left, rgba(15, 95, 173, 0.14), transparent 32%),
		linear-gradient(180deg, #f4ede2 0%, #fbfaf7 40%, #f2ebe0 100%);
	color: var(--iw-ink);
}

body.home #content {
	overflow: clip;
}

body.home .elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 50;
}

body.home .elementor-location-header .elementor-element-a7687f5 {
	background: rgba(15, 15, 15, 0.84) !important;
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home .elementor-location-header .elementor-element-3cf5326 .elementor-nav-menu--main .elementor-item {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .elementor-location-header .elementor-element-f452045 img {
	width: clamp(30px, 3.5vw, 54px);
}

body.home .elementor-location-header .elementor-menu-cart__toggle .elementor-button {
	padding: 0.72rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
}

body.home .elementor-3652 .elementor-widget-text-editor {
	width: 100%;
	max-width: 100%;
	color: inherit;
	font-family: inherit;
}

body.home .elementor-3652 .elementor-widget-text-editor p {
	margin-bottom: 0;
}

body.home .elementor-3652 .elementor-widget-text-editor p + p {
	margin-top: 1rem;
}

body.home .iw-homepage {
	position: relative;
	padding-bottom: 8rem;
	color: var(--iw-ink);
}

body.home .iw-homepage *,
body.home .iw-homepage *::before,
body.home .iw-homepage *::after {
	box-sizing: border-box;
}

body.home .iw-homepage img {
	display: block;
	width: 100%;
	height: auto;
}

body.home .iw-homepage a {
	text-decoration: none;
}

body.home .iw-shell {
	width: min(100% - 2rem, 1280px);
	margin: 0 auto;
}

body.home .iw-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	color: var(--iw-blue-deep);
	font-family: "Lato", sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .iw-kicker::before {
	content: "";
	width: 2.4rem;
	height: 1px;
	background: currentColor;
	opacity: 0.45;
}

body.home .iw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.35rem;
	padding: 0.9rem 1.45rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-family: "Lato", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		background-color 0.24s ease,
		color 0.24s ease,
		border-color 0.24s ease;
}

body.home .iw-button:hover {
	transform: translateY(-2px);
}

body.home .iw-button--primary {
	background: var(--iw-blue);
	color: #ffffff !important;
	box-shadow: 0 18px 38px rgba(15, 95, 173, 0.22);
}

body.home .iw-button--primary:hover {
	background: #0d548f;
}

body.home .iw-button--dark {
	background: var(--iw-ink);
	color: #ffffff !important;
	box-shadow: 0 18px 38px rgba(17, 20, 23, 0.2);
}

body.home .iw-button--ghost {
	border-color: rgba(17, 20, 23, 0.14);
	background: rgba(255, 255, 255, 0.58);
	color: var(--iw-ink) !important;
}

body.home .iw-button--ghost-light {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

body.home .iw-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

body.home .iw-hero {
	position: relative;
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 7vw, 6rem);
}

body.home .iw-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(17, 20, 23, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(17, 20, 23, 0.03) 1px, transparent 1px);
	background-size: 32px 32px;
	opacity: 0.28;
	pointer-events: none;
}

body.home .iw-hero::after {
	content: "";
	position: absolute;
	right: -8rem;
	top: 6rem;
	width: min(36vw, 480px);
	height: min(36vw, 480px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(15, 95, 173, 0.18), rgba(15, 95, 173, 0) 70%);
	filter: blur(10px);
	pointer-events: none;
}

body.home .iw-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}

body.home .iw-hero__copy h1,
body.home .iw-section-head h2,
body.home .iw-inside__lead h2,
body.home .iw-breaker__copy h2,
body.home .iw-final h2 {
	margin: 0;
	font-family: "Georgia", serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.98;
	text-wrap: balance;
}

body.home .iw-hero__copy h1 {
	max-width: 8.6ch;
	font-size: clamp(3.15rem, 6.2vw, 6rem);
}

body.home .iw-dek,
body.home .iw-section-head > p:last-child,
body.home .iw-inside__lead > p:last-child,
body.home .iw-inline-cta p,
body.home .iw-spec-note,
body.home .iw-final__cta p {
	max-width: 40rem;
	color: var(--iw-ink-soft);
	font-family: "Lato", sans-serif;
	font-size: clamp(1.02rem, 1.45vw, 1.15rem);
	line-height: 1.72;
}

body.home .iw-hero__copy {
	display: grid;
	gap: 1.15rem;
	max-width: 40rem;
}

body.home .iw-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .iw-facts li {
	padding: 0.62rem 0.92rem;
	border: 1px solid rgba(17, 20, 23, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	font-family: "Lato", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .iw-microcopy {
	color: rgba(17, 20, 23, 0.58);
	font-family: "Lato", sans-serif;
	font-size: 0.96rem;
}

body.home .iw-hero__visual {
	position: relative;
	min-height: 780px;
}

body.home .iw-hero__visual::before {
	content: "";
	position: absolute;
	inset: 6% 8% 13% 12%;
	border-radius: 40px;
	border: 1px solid rgba(17, 20, 23, 0.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(233, 225, 211, 0.94));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 34px 90px rgba(17, 20, 23, 0.08);
	transform: rotate(-6deg);
}

body.home .iw-shot {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: var(--iw-shadow-strong);
}

body.home .iw-shot img {
	height: 100%;
	object-fit: cover;
}

body.home .iw-shot--main {
	left: 18%;
	top: 0;
	width: min(58%, 25rem);
	aspect-ratio: 0.72;
	transform: rotate(6deg);
	border: 10px solid rgba(255, 255, 255, 0.92);
}

body.home .iw-shot--top {
	top: 7%;
	right: 2%;
	width: min(36%, 13rem);
	aspect-ratio: 0.94;
	transform: rotate(9deg);
	border: 8px solid rgba(255, 255, 255, 0.94);
}

body.home .iw-shot--bottom {
	left: 0;
	bottom: 7%;
	width: min(40%, 14rem);
	aspect-ratio: 0.94;
	transform: rotate(-8deg);
	border: 8px solid rgba(255, 255, 255, 0.94);
}

body.home .iw-price-card {
	position: absolute;
	right: 4%;
	bottom: 0;
	display: grid;
	align-content: start;
	gap: 0.6rem;
	width: min(42%, 18rem);
	padding: 1.3rem;
	border: 1px solid rgba(17, 20, 23, 0.08);
	border-radius: 28px;
	background: rgba(252, 249, 243, 0.9);
	box-shadow: var(--iw-shadow-soft);
	backdrop-filter: blur(12px);
}

body.home .iw-price-card__eyebrow {
	margin: 0;
	color: var(--iw-blue-deep);
	font-family: "Lato", sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.home .iw-price-card__price {
	margin: 0;
	font-family: "Georgia", serif;
	font-size: clamp(2.3rem, 4vw, 3.2rem);
	font-weight: 700;
	line-height: 0.95;
}

body.home .iw-price-card__text {
	margin: 0;
	color: var(--iw-ink-soft);
	font-family: "Lato", sans-serif;
	font-size: 0.96rem;
	line-height: 1.6;
}

body.home .iw-price-card .iw-button {
	align-self: start;
	margin-top: 0.35rem;
}

body.home .iw-narrative,
body.home .iw-inside,
body.home .iw-breaker,
body.home .iw-final {
	padding: clamp(2rem, 5vw, 4rem) 0;
}

body.home .iw-section-head {
	display: grid;
	gap: 1rem;
	max-width: 52rem;
	margin-bottom: 2.2rem;
}

body.home .iw-section-head h2,
body.home .iw-inside__lead h2 {
	font-size: clamp(2.15rem, 4.1vw, 3.55rem);
}

body.home .iw-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

body.home .iw-card {
	padding: 1.5rem;
	border: 1px solid var(--iw-line);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: var(--iw-shadow-soft);
}

body.home .iw-card__index {
	margin: 0 0 1rem;
	color: rgba(17, 20, 23, 0.35);
	font-family: "Lato", sans-serif;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home .iw-card h3 {
	margin: 0 0 0.75rem;
	font-family: "Georgia", serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.08;
}

body.home .iw-card p:last-child {
	color: var(--iw-ink-soft);
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	line-height: 1.68;
}

body.home .iw-inline-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.4rem;
	padding: 1.4rem 1.5rem;
	border: 1px solid rgba(17, 20, 23, 0.08);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(244, 237, 226, 0.92));
}

body.home .iw-inline-cta p {
	margin: 0;
	max-width: 44rem;
}

body.home .iw-inside__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
	gap: 1.25rem;
	align-items: start;
}

body.home .iw-inside__lead {
	grid-column: 1 / -1;
	display: grid;
	gap: 1rem;
	max-width: 54rem;
}

body.home .iw-preview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

body.home .iw-preview {
	margin: 0;
	overflow: hidden;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: var(--iw-shadow-soft);
}

body.home .iw-preview img {
	transition: transform 0.8s ease;
}

body.home .iw-preview:hover img {
	transform: scale(1.04);
}

body.home .iw-preview--wide {
	grid-column: span 2;
}

body.home .iw-preview--tall img {
	aspect-ratio: 0.76;
	object-fit: cover;
}

body.home .iw-spec-card {
	position: sticky;
	top: 7rem;
	padding: 1.45rem;
	border: 1px solid rgba(17, 20, 23, 0.08);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 235, 224, 0.96));
	box-shadow: var(--iw-shadow-soft);
}

body.home .iw-spec-list {
	display: grid;
	gap: 0.8rem;
	margin: 1.1rem 0;
	padding: 0;
	list-style: none;
}

body.home .iw-spec-list li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(17, 20, 23, 0.08);
}

body.home .iw-spec-list span {
	color: rgba(17, 20, 23, 0.62);
	font-family: "Lato", sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .iw-spec-list strong {
	font-family: "Lato", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
}

body.home .iw-breaker__grid,
body.home .iw-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: center;
}

body.home .iw-breaker__grid {
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border: 1px solid rgba(17, 20, 23, 0.08);
	border-radius: 34px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(235, 227, 214, 0.94));
	box-shadow: var(--iw-shadow-soft);
}

body.home .iw-breaker__copy h2 {
	max-width: 13ch;
	font-size: clamp(2rem, 3.7vw, 3.25rem);
}

body.home .iw-breaker__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: flex-end;
}

body.home .iw-final {
	padding-bottom: 0;
}

body.home .iw-final__grid {
	padding: clamp(1.8rem, 4vw, 2.8rem);
	border-radius: 36px;
	background: linear-gradient(145deg, #12171c 0%, #18212a 52%, #1d3b56 100%);
	box-shadow: var(--iw-shadow-strong);
	color: #ffffff;
}

body.home .iw-final h2 {
	max-width: 12ch;
	font-size: clamp(2.2rem, 4vw, 3.85rem);
}

body.home .iw-final .iw-kicker {
	color: rgba(255, 255, 255, 0.76);
}

body.home .iw-final .iw-kicker::before {
	background: currentColor;
}

body.home .iw-final__cta {
	display: grid;
	gap: 1rem;
	justify-items: start;
}

body.home .iw-final__cta p {
	color: rgba(255, 255, 255, 0.78);
}

body.home .iw-floating-buy {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 60;
	display: flex;
	gap: 0.9rem;
	align-items: center;
	padding: 0.8rem 0.9rem;
	border: 1px solid rgba(17, 20, 23, 0.1);
	border-radius: 999px;
	background: rgba(252, 249, 243, 0.9);
	box-shadow: 0 24px 55px rgba(17, 20, 23, 0.16);
	backdrop-filter: blur(16px);
}

body.home .iw-floating-buy strong,
body.home .iw-floating-buy span {
	display: block;
	font-family: "Lato", sans-serif;
}

body.home .iw-floating-buy strong {
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

body.home .iw-floating-buy span {
	color: rgba(17, 20, 23, 0.66);
	font-size: 0.76rem;
}

body.home .elementor-location-footer .elementor-element-dddd409,
body.home .elementor-location-footer .elementor-element-b01bbf9 {
	background-color: #10161c !important;
}

body.home .elementor-location-footer .elementor-element-dddd409 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1180px) {
	body.home .iw-hero__grid,
	body.home .iw-inside__grid {
		grid-template-columns: 1fr;
	}

	body.home .iw-hero__visual {
		order: -1;
		min-height: 720px;
	}

	body.home .iw-price-card {
		right: 8%;
		width: min(44%, 20rem);
	}

	body.home .iw-spec-card {
		position: static;
	}

	body.home .iw-breaker__grid,
	body.home .iw-final__grid {
		grid-template-columns: 1fr;
	}

	body.home .iw-breaker__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	body.home .iw-card-grid {
		grid-template-columns: 1fr;
	}

	body.home .iw-preview-grid {
		grid-template-columns: 1fr;
	}

	body.home .iw-preview--wide {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	body.home .iw-homepage {
		padding-bottom: 8.8rem;
	}

	body.home .iw-shell {
		width: min(100% - 1.25rem, 1280px);
	}

	body.home .iw-hero {
		padding-top: 1.25rem;
	}

	body.home .iw-hero__copy h1 {
		font-size: clamp(2.6rem, 11.8vw, 4rem);
	}

	body.home .iw-section-head h2,
	body.home .iw-inside__lead h2,
	body.home .iw-breaker__copy h2,
	body.home .iw-final h2 {
		font-size: clamp(1.95rem, 8.8vw, 2.95rem);
	}

	body.home .iw-hero__visual {
		min-height: 520px;
	}

	body.home .iw-shot--main {
		left: 16%;
		width: 58%;
	}

	body.home .iw-shot--top {
		width: 32%;
	}

	body.home .iw-shot--bottom {
		width: 34%;
	}

	body.home .iw-price-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: 24rem;
		margin: 18rem auto 0;
	}

	body.home .iw-inline-cta,
	body.home .iw-breaker__grid,
	body.home .iw-final__grid,
	body.home .iw-spec-card {
		border-radius: 24px;
	}

	body.home .iw-inline-cta,
	body.home .iw-breaker__actions,
	body.home .iw-final__cta,
	body.home .iw-cta-row {
		width: 100%;
	}

	body.home .iw-button,
	body.home .iw-final__cta .iw-button {
		width: 100%;
	}

	body.home .iw-floating-buy {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
		justify-content: space-between;
		border-radius: 24px;
	}

	body.home .iw-floating-buy .iw-button {
		width: auto;
		min-width: 7.5rem;
	}
}
