.klima-home-main .klima-hero__cooling {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(110deg, transparent 32%, rgba(61, 178, 235, .27) 72%, rgba(126, 218, 255, .34));
	opacity: var(--klima-cool, 0);
}
.klima-home-main .klima-hero::before {
	display: block !important;
	content: "" !important;
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(6, 16, 32, .5), transparent 68%);
}
.klima-home-main .klima-hero.klima-hero--heat { background-image: url("../images/home-hero-winter-1.0.581.webp") !important; }
.klima-home-main .klima-hero.klima-hero--heat .klima-hero__cooling {
	background: linear-gradient(110deg, transparent 30%, rgba(255, 167, 82, .2) 70%, rgba(255, 196, 113, .3));
	opacity: var(--klima-warm, 0);
}
.klima-home-main .klima-hero__inner { z-index: 1; }
.klima-home-main .klima-weather-story {
	position: absolute;
	right: clamp(250px, 22vw, 410px);
	bottom: clamp(20px, 3vw, 46px);
	z-index: 3;
	width: clamp(340px, 29vw, 410px);
	padding: 20px;
	border: 1px solid rgba(165, 226, 244, .45);
	border-radius: 22px;
	background: rgba(8, 27, 46, .72);
	box-shadow: 0 24px 50px rgba(2, 10, 25, .3);
	color: #fff;
	backdrop-filter: blur(8px);
}
.klima-home-main .klima-hero--cool .klima-weather-story {
	border-color: rgba(82, 208, 255, .86);
	background: linear-gradient(135deg, rgba(5, 65, 103, .88), rgba(8, 27, 46, .76) 68%);
	box-shadow: 0 24px 50px rgba(2, 10, 25, .3), inset 0 0 0 1px rgba(112, 223, 255, .12);
}
.klima-home-main .klima-hero--heat .klima-weather-story {
	border-color: rgba(255, 137, 88, .88);
	background: linear-gradient(135deg, rgba(105, 35, 29, .89), rgba(29, 27, 42, .78) 68%);
	box-shadow: 0 24px 50px rgba(2, 10, 25, .3), inset 0 0 0 1px rgba(255, 178, 113, .13);
}
.klima-home-main .klima-hero--cool .klima-weather-story::after,
.klima-home-main .klima-hero--heat .klima-weather-story::after {
	content: "";
	position: absolute;
	top: 0;
	left: 22px;
	right: 22px;
	height: 4px;
	border-radius: 0 0 5px 5px;
	background: linear-gradient(90deg, #218de1, #88ecff);
}
.klima-home-main .klima-hero--heat .klima-weather-story::after { background: linear-gradient(90deg, #ed5038, #ffb05e); }
.klima-home-main .klima-weather-story__top { display: flex; justify-content: space-between; gap: 10px; color: #b7dcea; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.klima-home-main .klima-weather-story__top span:last-child { text-align: right; white-space: nowrap; }
.klima-home-main .klima-weather-story__forecast { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-top: 15px; padding: 11px 0; border-top: 1px solid rgba(180, 222, 239, .2); border-bottom: 1px solid rgba(180, 222, 239, .2); }
.klima-home-main .klima-weather-story__forecast > span { color: #b0d4e4; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.klima-home-main .klima-weather-story__forecast strong { margin-left: auto; color: #e5faff; font-size: 20px; line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.klima-home-main .klima-weather-story__forecast small { flex-basis: 100%; color: #c1dce8; font-size: 11px; }
.klima-home-main .klima-weather-story__temperatures { display: grid; grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); gap: 8px; align-items: center; margin: 16px 0 13px; }
.klima-home-main .klima-weather-story__temperatures > div { min-width: 0; }
.klima-home-main .klima-weather-story__temperatures > div > span { color: #b0d4e4; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.klima-home-main .klima-weather-story__temperatures strong { display: block; margin: 5px 0; color: #e5faff; font-size: clamp(30px, 3vw, 42px); line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.klima-home-main .klima-weather-story__temperatures > div:last-child strong { color: #88eaff; }
.klima-home-main .klima-hero--cool .klima-weather-story__temperatures > div:last-child strong { color: #85e8ff; text-shadow: 0 0 18px rgba(48, 188, 255, .3); }
.klima-home-main .klima-hero--heat .klima-weather-story__temperatures > div:last-child strong { color: #ffb571; text-shadow: 0 0 18px rgba(255, 100, 63, .25); }
.klima-home-main .klima-hero--cool .klima-weather-story__temperatures > div > span { color: #a4e8ff; }
.klima-home-main .klima-hero--heat .klima-weather-story__temperatures > div > span { color: #ffd0ae; }
.klima-home-main .klima-weather-story__temperatures small { display: block; min-height: 2.3em; color: #c1dce8; font-size: 11px; line-height: 1.2; }
.klima-home-main .klima-weather-story__arrow { color: #6ddef2; font-size: 23px; text-align: center; }
.klima-home-main .klima-hero--cool .klima-weather-story__arrow { color: #50d3ff; }
.klima-home-main .klima-hero--heat .klima-weather-story__arrow { color: #ff875d; }
.klima-home-main .klima-weather-story__context { min-height: 2.4em; margin: 0 0 16px; color: #d6eaf1; font-size: 12px; line-height: 1.4; }
.klima-home-main .klima-weather-story__mild { display: none; margin: 17px 0; padding: 16px; border: 1px solid rgba(153, 224, 240, .32); border-radius: 12px; background: rgba(132, 207, 225, .1); }
.klima-home-main .klima-weather-story__mild strong { color: #b7f0fc; font-size: 16px; }
.klima-home-main .klima-weather-story__mild p { margin: 8px 0 0; color: #d6eaf1; font-size: 12px; line-height: 1.5; }
.klima-home-main .klima-weather-story--mild .klima-weather-story__mild { display: block; }
.klima-home-main .klima-weather-story--mild .klima-weather-story__temperatures,
.klima-home-main .klima-weather-story--mild .klima-weather-story__context,
.klima-home-main .klima-weather-story--mild .klima-weather-story__target { display: none; }
.klima-home-main .klima-weather-story__modes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.klima-home-main .klima-weather-story__modes button { min-width: 0; padding: 9px 4px; border: 1px solid #688da0; border-radius: 8px; background: rgba(105, 179, 205, .08); color: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.klima-home-main .klima-weather-story__modes button[aria-pressed="true"] { border-color: #a2eefa; background: #2b7794; }
.klima-home-main .klima-hero--cool .klima-weather-story__modes button[aria-pressed="true"] { border-color: #a5ebff; background: #087eaf; box-shadow: 0 0 0 1px rgba(152, 225, 255, .28); }
.klima-home-main .klima-hero--heat .klima-weather-story__modes button[aria-pressed="true"] { border-color: #ffd0a6; background: #b94831; box-shadow: 0 0 0 1px rgba(255, 166, 113, .26); }
.klima-home-main .klima-weather-story__modes button:is(:hover, :focus-visible), .klima-home-main .klima-weather-story__target button:is(:hover, :focus-visible) { outline: 2px solid #b6edfa; outline-offset: 2px; }
.klima-home-main .klima-hero--heat .klima-weather-story__modes button:is(:hover, :focus-visible), .klima-home-main .klima-hero--heat .klima-weather-story__target button:is(:hover, :focus-visible) { outline-color: #ffd0a6; }
.klima-home-main .klima-weather-story__target { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 15px; color: #cde6ef; font-size: 12px; }
.klima-home-main .klima-weather-story__target > div { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.klima-home-main .klima-weather-story__target button { width: 29px; height: 29px; border: 1px solid #7297aa; border-radius: 7px; background: transparent; color: #fff; font: inherit; font-size: 19px; line-height: 1; cursor: pointer; }
.klima-home-main .klima-weather-story__target button:disabled { opacity: .4; cursor: default; }
.klima-home-main .klima-weather-story__target strong { min-width: 48px; color: #fff; text-align: center; font-size: 14px; }
.klima-home-main .klima-hero--cool .klima-weather-story__target strong { color: #9beeff; }
.klima-home-main .klima-hero--heat .klima-weather-story__target strong { color: #ffc18a; }
.klima-home-main .klima-weather-story__source { margin: 15px 0 0; padding-top: 12px; border-top: 1px solid rgba(180, 222, 239, .2); color: #aac9d8; font-size: 10px; line-height: 1.35; }
.klima-home-main .klima-weather-story__source a { color: #9ee7f5; text-decoration: underline; }
@media (min-width: 1101px) and (max-width: 1279px) {
	.klima-home-main .klima-weather-story { right: clamp(24px, 5vw, 96px); }
}
@media (max-width: 1100px) {
	.klima-home-main .klima-hero { display: flex !important; flex-direction: column; }
	.klima-home-main .klima-hero__inner { min-height: 0 !important; }
	.klima-home-main .klima-weather-story { position: relative; right: auto; bottom: auto; width: min(410px, calc(100% - 48px)); margin: auto auto 24px 24px; }
}
@media (max-width: 782px) {
	.klima-home-main .klima-weather-story { width: calc(100% - 32px); margin: 0 16px 24px; }
	.klima-home-main .klima-hero::before { background: linear-gradient(180deg, rgba(5, 17, 34, .78), rgba(5, 17, 34, .53) 52%, rgba(5, 17, 34, .25)); }
}
@media (max-width: 480px) {
	.klima-home-main .klima-hero.klima-hero--heat { background-image: url("../images/home-hero-winter-mobile-480.webp") !important; }
	.klima-home-main .klima-weather-story { padding: 16px; }
	.klima-home-main .klima-weather-story__temperatures strong { font-size: clamp(26px, 8vw, 34px); }
	.klima-home-main .klima-weather-story__top { flex-wrap: wrap; }
	.klima-home-main .klima-weather-story__top span:last-child { text-align: left; }
}
.klima-home-main .klima-hero__climate {
	display: none !important;
	position: absolute;
	top: clamp(24px, 4vw, 56px);
	right: clamp(24px, 5vw, 96px);
	z-index: 2;
	width: 166px;
	padding: 13px 15px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 15px;
	background: rgba(6, 24, 47, .72);
	box-shadow: 0 14px 32px rgba(4, 13, 31, .22);
	color: #fff;
	text-align: center;
	backdrop-filter: blur(10px);
	pointer-events: none;
}
.klima-home-main .klima-hero__climate > span,
.klima-home-main .klima-hero__climate small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.klima-home-main .klima-hero__climate strong { display: block; margin: 4px 0; color: #a7e9ff; font-size: 31px; line-height: 1; }
.klima-home-main .klima-home-process { background: #f3f8fc; scroll-margin-top: 100px; }
.klima-home-main .klima-home-process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}
.klima-home-main .klima-home-process__steps li {
	min-width: 0;
	padding: 23px;
	border: 1px solid #d5e3ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(8, 29, 58, .06);
}
.klima-home-main .klima-home-process__steps li > span { color: #168dbb; font-size: 14px; font-weight: 900; }
.klima-home-main .klima-home-process__steps h3 { margin: 12px 0 8px; color: #152747; }
.klima-home-main .klima-home-process__steps p { margin: 0; color: #5a6a7c; line-height: 1.5; }
.klima-home-main .klima-motion-pending { opacity: 0; transform: translateY(18px); }
.klima-home-main .klima-motion-in { animation: klima-motion-in 520ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes klima-motion-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 960px) { .klima-home-main .klima-home-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
	.klima-home-main .klima-home-process__steps { grid-template-columns: 1fr; }
	.klima-home-main .klima-hero__climate { top: 15px; right: 16px; width: 130px; padding: 9px; }
	.klima-home-main .klima-hero__climate strong { font-size: 24px; }
	.klima-home-main .klima-hero__climate > span, .klima-home-main .klima-hero__climate small { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
	.klima-home-main .klima-motion-pending { opacity: 1; transform: none; }
	.klima-home-main .klima-motion-in { animation: none; }
}
