/*! Klipprobot Layout 1.0.0 */
:root {
	--kl-g1: #006d2c;
	--kl-g2: #399b16;
	--kl-g3: #6cbd24;
	--kl-deep: #0b4d24;
	--kl-deep2: #083b1b;
	--kl-lime: #a3e063;
	--kl-bg: #f3f5ef;
	--kl-soft: #eef2e8;
	--kl-ink: #1b251e;
	--kl-ink2: #4b5850;
	--kl-ink3: #78847c;
	--kl-line: #e0e6da;
	--kl-line2: #cdd6c6;
	--kl-red: #d62718;
	--kl-font: "Exo", system-ui, -apple-system, "Segoe UI", sans-serif;
	--kl-bar-h: 100px;
	--kl-nav-h: 54px;
	--kl-ab: var(--wp-admin--admin-bar--height, 0px);
}
.kl-hd, .kl-ft, .kl-home, .kl-drawer { font-family: var(--kl-font); -webkit-font-smoothing: antialiased; }
.kl-hd *, .kl-ft *, .kl-home *, .kl-drawer * { box-sizing: border-box; }
.kl-in { max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.kl-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.kl-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.kl-ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
html .kl-hd button, html .kl-ft button, html .kl-home button, html .kl-drawer button {
	margin: 0; border: 0; border-radius: 0; background: none; box-shadow: none; color: inherit;
	font: inherit; font-size: inherit; line-height: inherit; letter-spacing: 0; text-transform: none; cursor: pointer; padding: 0;
}
body:has(.kl-home) { background: var(--kl-bg); }

/* Elementor-omslagen runt headern ska inte bryta position: sticky */
.elementor-location-header:has(.kl-hd), .elementor-location-header:has(.kl-hd) *:has(.kl-hd),
[data-elementor-type="header"]:has(.kl-hd), [data-elementor-type="header"]:has(.kl-hd) *:has(.kl-hd) { display: contents; }

/* ============================ Header ============================ */
.kl-hd { position: sticky; top: calc(var(--kl-ab) - var(--kl-bar-h)); z-index: 900; }
.kl-bar { height: var(--kl-bar-h); background: linear-gradient(90deg, #006d2c 0%, #2c8c1c 55%, #62b526 100%); color: #fff; }
.kl-bar .kl-in { display: flex; align-items: center; gap: 36px; height: 100%; }
.kl-logo { flex: none; display: block; line-height: 0; }
html .kl-hd .kl-logo img { display: block; height: 64px; width: auto; max-width: none; }
.kl-search { position: relative; flex: 1 1 auto; max-width: 520px; margin-left: auto; }
.kl-search input[type="search"] {
	width: 100%; height: 48px; padding: 0 48px 0 16px; border: 0; border-radius: 10px; outline: 0;
	background: rgba(255, 255, 255, .96); color: var(--kl-ink); font: 500 15px/1 var(--kl-font); box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.kl-search input[type="search"]::placeholder { color: var(--kl-ink3); }
.kl-search input[type="search"]:focus { box-shadow: 0 0 0 3px rgba(163, 224, 99, .55); }
.kl-search input[type="search"]::-webkit-search-cancel-button { display: none; }
html .kl-search button[type="submit"] { position: absolute; right: 5px; top: 5px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: var(--kl-g1); }
html .kl-search button[type="submit"]:hover { background: var(--kl-soft); }
.kl-hc { display: flex; flex-direction: column; gap: 6px; flex: none; }
.kl-hd .kl-hc a { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; opacity: .95; }
.kl-hd .kl-hc a:hover { opacity: 1; text-decoration: underline; }
.kl-hc .kl-ico { width: 16px; height: 16px; }
html .kl-hd .kl-cartbtn {
	position: relative; display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 20px; flex: none;
	border-radius: 10px; background: #fff; color: var(--kl-deep); font-size: 15px; font-weight: 700; box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}
html .kl-hd .kl-cartbtn:hover { background: #f7fbf3; }
.kl-cart-n { position: absolute; top: -7px; right: -7px; min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border-radius: 11px; background: var(--kl-red); color: #fff; font-size: 12px; font-weight: 700; line-height: 1; border: 2px solid #fff; }
.kl-cart-n[hidden] { display: none; }
.kl-sbtn, .kl-burger, .kl-nav-top, .kl-nav-foot { display: none !important; }

/* Kiosk (tillfälligt tills kioskvyn byggs) */
html .kl-hd .kl-kiosk-back { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 18px; border-radius: 10px; background: rgba(255, 255, 255, .16); color: #fff; font-size: 17px; font-weight: 700; flex: none; }

/* Sökresultat */
.kl-search .kl-sres { position: absolute; left: 0; right: 0; top: calc(100% + 8px); width: auto; height: auto; clip: auto; white-space: normal; overflow: hidden; background: #fff; color: var(--kl-ink); border-radius: 12px; box-shadow: 0 16px 40px rgba(0, 0, 0, .22); z-index: 20; }
.kl-search .kl-sres[hidden] { display: none; }
html .kl-sres a { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 9px 14px; color: var(--kl-ink); text-decoration: none; border-top: 1px solid var(--kl-line); }
.kl-sres a:first-child { border-top: 0; }
.kl-sres a:hover, .kl-sres a.is-on { background: var(--kl-soft); }
html .kl-hd .kl-sres img { width: 48px; height: 48px; object-fit: contain; border-radius: 6px; background: #fff; }
.kl-sres b { display: block; font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.kl-sres small { display: block; font-size: 12.5px; color: var(--kl-ink3); }
.kl-sres em { font-style: normal; font-size: 14px; font-weight: 700; color: var(--kl-g1); white-space: nowrap; }
.kl-sres .kl-sres-all { display: block; padding: 11px 14px; font-size: 14px; font-weight: 700; color: var(--kl-g1); background: #fafbf8; }
.kl-sres .kl-sres-none { margin: 0; padding: 14px; font-size: 14px; color: var(--kl-ink2); }

/* Menyraden */
.kl-nav { position: relative; background: var(--kl-deep); color: #fff; }
.kl-menu { display: flex; align-items: stretch; height: var(--kl-nav-h); margin: 0; padding: 0; list-style: none; }
.kl-mi { position: static; margin: 0; padding: 0; list-style: none; display: flex; align-items: center; }
.kl-mi:first-child .kl-top { margin-left: -18px; }
html .kl-hd .kl-top {
	position: relative; display: flex; align-items: center; gap: 6px; height: var(--kl-nav-h); padding: 0 18px;
	color: #fff; font: 600 15px/1 var(--kl-font); text-decoration: none; white-space: nowrap;
}
.kl-mi.has-panel > .kl-top::after { content: ""; width: 7px; height: 7px; margin: -4px 0 0 3px; border: solid currentColor; border-width: 0 1.8px 1.8px 0; transform: rotate(45deg); opacity: .75; transition: transform .2s; }
.kl-mi > .kl-top::before { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--kl-lime); transform: scaleX(0); transition: transform .18s; }
.kl-mi:hover > .kl-top::before, .kl-mi.is-open > .kl-top::before, .kl-mi > .kl-top:focus-visible::before { transform: scaleX(1); }
.kl-mi.is-open > .kl-top::after { transform: rotate(-135deg); margin-top: 4px; }
.kl-mi.kl-cta { margin-left: auto; }
html .kl-hd .kl-mi.kl-cta .kl-top { height: 38px; padding: 0 20px; border-radius: 9px; background: var(--kl-lime); color: var(--kl-deep2); font-weight: 700; }
html .kl-hd .kl-mi.kl-cta .kl-top:hover { background: #b6ea7d; }
.kl-mi.kl-cta .kl-top::before { display: none; }

/* Megapanel */
.kl-panel { position: absolute; left: 0; right: 0; top: 100%; background: #fff; color: var(--kl-ink); box-shadow: 0 22px 44px rgba(10, 40, 20, .18); border-top: 1px solid var(--kl-line); opacity: 0; transform: translateY(-6px); transition: opacity .16s, transform .16s; pointer-events: none; }
.kl-mi.is-open > .kl-panel { opacity: 1; transform: none; pointer-events: auto; }
.kl-panel[hidden] { display: none; }
.kl-pin { position: relative; display: flex; gap: 36px; max-width: 1300px; margin: 0 auto; padding: 30px 20px 32px; }
.kl-hd .kl-all { position: absolute; right: 20px; top: 12px; font-size: 13.5px; font-weight: 700; color: var(--kl-g1); text-decoration: none; }
.kl-hd .kl-all::after { content: " →"; }
.kl-hd .kl-all:hover { text-decoration: underline; }
.kl-intro { flex: 0 0 280px; padding-right: 32px; border-right: 1px solid var(--kl-line); }
.kl-ih { margin: 0 0 8px; font-size: 21px; font-weight: 700; line-height: 1.2; color: var(--kl-deep); }
.kl-ip { margin: 0 0 16px; font-size: 14.5px; line-height: 1.55; color: var(--kl-ink2); }
.kl-hd .kl-ibtn { display: inline-flex; align-items: center; height: 40px; padding: 0 16px; border-radius: 8px; background: var(--kl-g1); color: #fff; font-size: 14.5px; font-weight: 700; text-decoration: none; }
.kl-hd .kl-ibtn:hover { background: var(--kl-deep); }
.kl-iim { display: block; margin-top: 18px; }
html .kl-hd .kl-iim img { display: block; width: 100%; max-width: 240px; height: auto; border-radius: 10px; }
.kl-groups { flex: 1 1 auto; display: flex; gap: 32px; min-width: 0; padding-top: 6px; }
.kl-g { flex: var(--n, 1) 1 0; min-width: 0; }
.kl-g.kl-logos { flex: 2.6 1 0; }
.kl-g.kl-rows, .kl-g.kl-two { flex: 4 1 0; }
.kl-gh { margin: 0 0 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--kl-ink3); }
.kl-gh a, .kl-gh span { color: inherit; text-decoration: none; }
.kl-gp { margin: -4px 0 12px; font-size: 14px; line-height: 1.5; color: var(--kl-ink2); }
.kl-g ul { margin: 0; padding: 0; list-style: none; }
.kl-g li { margin: 0; padding: 0; }
.kl-g li > a, .kl-g li > span { display: block; color: var(--kl-ink); text-decoration: none; }
.kl-t { display: block; font-size: 15px; font-weight: 700; line-height: 1.3; }
.kl-d { display: block; margin-top: 2px; font-size: 13px; line-height: 1.4; color: var(--kl-ink3); }
.kl-im { display: block; line-height: 0; }
html .kl-hd .kl-im img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
/* Rader */
.kl-rows ul, .kl-two ul { display: grid; gap: 2px; }
.kl-two ul { grid-template-columns: 1fr 1fr; column-gap: 16px; }
.kl-rows li > a, .kl-rows li > span, .kl-two li > a, .kl-two li > span { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; align-items: center; padding: 8px; border-radius: 10px; transition: background .15s; }
.kl-rows li > a:hover, .kl-two li > a:hover { background: var(--kl-bg); }
.kl-rows .kl-im, .kl-two .kl-im { width: 58px; height: 58px; border-radius: 9px; background: var(--kl-bg); padding: 4px; }
.kl-rows li > :not(:has(.kl-im)), .kl-two li > :not(:has(.kl-im)) { grid-template-columns: 1fr; }
/* Bildrutor */
.kl-tiles ul { display: grid; grid-template-columns: repeat(var(--n, 3), minmax(0, 1fr)); gap: 10px; }
.kl-tiles li > a, .kl-tiles li > span { padding: 8px 8px 10px; border: 1px solid var(--kl-line); border-radius: 12px; text-align: center; transition: border-color .15s, box-shadow .15s, transform .15s; height: 100%; }
.kl-tiles li > a:hover { border-color: var(--kl-g2); box-shadow: 0 6px 16px rgba(10, 60, 20, .1); transform: translateY(-2px); }
.kl-tiles .kl-im { aspect-ratio: 1 / 1; margin-bottom: 8px; border-radius: 8px; background: var(--kl-bg); overflow: hidden; }
.kl-tiles .kl-t { font-size: 14.5px; }
.kl-tiles .kl-d { font-size: 12.5px; }
/* Loggor */
.kl-logos ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.kl-logos li > a, .kl-logos li > span { display: grid; place-items: center; height: 64px; padding: 10px 14px; border: 1px solid var(--kl-line); border-radius: 12px; transition: border-color .15s, box-shadow .15s; }
.kl-logos li > a:hover { border-color: var(--kl-g2); box-shadow: 0 6px 16px rgba(10, 60, 20, .1); }
.kl-logos .kl-im { width: 100%; height: 34px; }

/* Varukorgspanel */
.kl-drawer { position: fixed; inset: 0; z-index: 1000; }
.kl-drawer[hidden] { display: none; }
.kl-dr-bg { position: absolute; inset: 0; background: rgba(8, 30, 14, .45); opacity: 0; transition: opacity .2s; }
.kl-dr { position: absolute; top: 0; right: 0; bottom: 0; width: min(430px, 100vw); display: flex; flex-direction: column; background: #fff; color: var(--kl-ink); box-shadow: -10px 0 40px rgba(0, 0, 0, .2); transform: translateX(100%); transition: transform .22s ease; }
.kl-drawer.is-open .kl-dr { transform: none; }
.kl-drawer.is-open .kl-dr-bg { opacity: 1; }
.kl-dr-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--kl-line); }
.kl-dr-top p { margin: 0; font-size: 19px; font-weight: 700; }
html .kl-drawer .kl-dr-top button { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 8px; color: var(--kl-ink2); }
html .kl-drawer .kl-dr-top button:hover { background: var(--kl-soft); }
.kl-dr .widget_shopping_cart_content { flex: 1; display: flex; flex-direction: column; min-height: 0; padding: 0 22px 20px; }
.kl-dr ul.woocommerce-mini-cart { flex: 1; overflow: auto; margin: 0 -22px; padding: 4px 22px; list-style: none; }
.kl-dr .woocommerce-mini-cart-item { position: relative; min-height: 92px; margin: 0; padding: 14px 30px 14px 78px; border-top: 1px solid var(--kl-line); list-style: none; font-size: 14px; line-height: 1.35; }
.kl-dr .woocommerce-mini-cart-item:first-child { border-top: 0; }
.kl-dr .woocommerce-mini-cart-item > a:not(.remove) { display: block; font-size: 14.5px; font-weight: 700; color: var(--kl-ink); text-decoration: none; }
.kl-dr .woocommerce-mini-cart-item img { position: absolute; left: 0; top: 14px; width: 64px !important; height: 64px !important; object-fit: contain; border: 1px solid var(--kl-line); border-radius: 8px; padding: 3px; background: #fff; margin: 0 !important; float: none !important; }
.kl-dr .woocommerce-mini-cart-item a.remove { position: absolute; right: 0; top: 13px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--kl-ink3) !important; font-size: 18px; line-height: 1; text-decoration: none; background: none; }
.kl-dr .woocommerce-mini-cart-item a.remove:hover { background: #fdeae8; color: var(--kl-red) !important; }
.kl-dr dl.variation { margin: 3px 0 0; display: flex; flex-wrap: wrap; gap: 0 5px; font-size: 12.5px; color: var(--kl-ink2); }
.kl-dr dl.variation dt, .kl-dr dl.variation dd { margin: 0; float: none; }
.kl-dr dl.variation dd p { margin: 0; }
.kl-dr .quantity { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; color: var(--kl-ink); }
.kl-dr .kt-child { min-height: 0; padding: 0 30px 12px 108px; border-top: 0; }
.kl-dr .kt-child img { left: 30px; top: 0; width: 44px !important; height: 44px !important; padding: 2px; }
.kl-dr .kt-child::before { content: ""; position: absolute; left: 12px; top: -10px; width: 12px; height: 32px; border-left: 1.5px solid var(--kl-line2); border-bottom: 1.5px solid var(--kl-line2); border-bottom-left-radius: 7px; }
.kl-dr .kt-child > a:not(.remove) { font-size: 13.5px; font-weight: 600; }
.kl-dr .kt-child > a:not(.remove)::before { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--kl-g1); }
.kl-dr .kt-child-service > a:not(.remove)::before { content: "Servicenivå"; }
.kl-dr .kt-child-addon > a:not(.remove)::before { content: "Tillval"; }
.kl-dr .kt-child dl.variation { display: none; }
.kl-dr .kt-child a.remove { top: 0; }
.kl-dr .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: 0; padding: 16px 0 14px; border-top: 1px solid var(--kl-line); font-size: 16px; }
.kl-dr .woocommerce-mini-cart__total strong { font-weight: 600; }
.kl-dr .woocommerce-mini-cart__total .amount { font-weight: 800; font-size: 19px; }
.kl-dr .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
html .kl-dr .woocommerce-mini-cart__buttons .button { display: flex; align-items: center; justify-content: center; height: 48px; margin: 0; padding: 0 12px; border-radius: 9px; border: 1.5px solid var(--kl-g1); background: #fff; color: var(--kl-g1); font: 700 15px/1 var(--kl-font); text-decoration: none; }
html .kl-dr .woocommerce-mini-cart__buttons .button.checkout { background: var(--kl-g1); color: #fff; }
.kl-dr .woocommerce-mini-cart__empty-message { margin: 40px 0 0; text-align: center; color: var(--kl-ink2); font-size: 15px; }
body.kl-lock { overflow: hidden; }

/* ============================ Mobil header ============================ */
@media (max-width: 1024px) {
	:root { --kl-bar-h: 62px; }
	.kl-hd { top: var(--kl-ab); }
	.kl-bar .kl-in { gap: 6px; padding: 0 10px 0 14px; }
	.kl-logo { margin-right: auto; }
	html .kl-hd .kl-logo img { height: 40px; }
	.kl-hc { display: none; }
	.kl-sbtn, .kl-burger { display: grid !important; }
	html .kl-hd .kl-sbtn, html .kl-hd .kl-burger { place-items: center; width: 44px; height: 44px; border-radius: 10px; color: #fff; }
	html .kl-hd .kl-sbtn:hover, html .kl-hd .kl-burger:hover { background: rgba(255, 255, 255, .12); }
	.kl-sbtn .kl-ico { width: 23px; height: 23px; }
	.kl-bl, .kl-bl::before, .kl-bl::after { display: block; width: 22px; height: 2.4px; border-radius: 2px; background: currentColor; }
	.kl-bl { position: relative; }
	.kl-bl::before, .kl-bl::after { content: ""; position: absolute; left: 0; }
	.kl-bl::before { top: -7px; }
	.kl-bl::after { top: 7px; }
	.kl-bt { display: none; }
	html .kl-hd .kl-cartbtn { height: 40px; padding: 0 12px; gap: 7px; font-size: 14px; margin: 0 2px; }
	.kl-search { position: absolute; left: 0; right: 0; top: 100%; max-width: none; margin: 0; padding: 10px 12px; background: var(--kl-deep); display: none; }
	.kl-hd.is-search .kl-search { display: block; }
	.kl-search .kl-sres { left: 12px; right: 12px; }

	/* Helskärmsmeny */
	.kl-nav { position: fixed; top: var(--kl-ab); left: 0; right: 0; bottom: 0; z-index: 1001; display: flex; flex-direction: column; background: var(--kl-g1); overflow-y: auto; overscroll-behavior: contain; visibility: hidden; transform: translateX(100%); transition: transform .24s ease, visibility 0s .24s; }
	.kl-nav.is-open { visibility: visible; transform: none; transition: transform .24s ease; }
	.kl-nav-top { display: flex !important; align-items: center; justify-content: space-between; height: 62px; padding: 0 10px 0 22px; border-bottom: 1px solid rgba(255, 255, 255, .16); flex: none; }
	.kl-nav-h { font-size: 15px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
	html .kl-hd .kl-nav-x { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; color: #fff; }
	.kl-nav-x .kl-ico { width: 26px; height: 26px; }
	.kl-nav .kl-in { padding: 0; width: 100%; }
	.kl-menu { display: block; height: auto; padding: 6px 0 20px; }
	.kl-mi { display: block; border-bottom: 1px solid rgba(255, 255, 255, .14); }
	.kl-mi:first-child .kl-top { margin-left: 0; }
	html .kl-hd .kl-top { width: 100%; height: auto; min-height: 60px; padding: 16px 22px; justify-content: space-between; font-size: 20px; font-weight: 600; text-align: left; white-space: normal; }
	.kl-mi > .kl-top::before { display: none; }
	.kl-mi.has-panel > .kl-top::after { width: 9px; height: 9px; margin: -5px 4px 0 0; }
	.kl-mi.kl-cta { border: 0; padding: 18px 22px 0; }
	html .kl-hd .kl-mi.kl-cta .kl-top { justify-content: center; min-height: 52px; height: 52px; font-size: 18px; border-radius: 10px; }
	.kl-panel { position: static; background: none; color: #fff; box-shadow: none; border: 0; opacity: 1; transform: none; transition: none; pointer-events: auto; }
	.kl-pin { display: block; padding: 0 22px 18px; }
	.kl-hd .kl-all { position: static; display: block; padding: 4px 0 12px; font-size: 16px; color: var(--kl-lime); }
	.kl-intro { padding: 0; border: 0; }
	.kl-ih, .kl-ip, .kl-iim, .kl-hd .kl-ibtn, .kl-im, .kl-d { display: none !important; }
	.kl-groups { display: block; padding: 0; }
	.kl-g + .kl-g { margin-top: 14px; }
	.kl-gh { margin: 4px 0 4px; color: rgba(255, 255, 255, .62); font-size: 12px; }
	.kl-gp { color: rgba(255, 255, 255, .8); margin: 0 0 6px; }
	.kl-g ul, .kl-two ul, .kl-tiles ul, .kl-logos ul { display: block; }
	.kl-g li > a, .kl-g li > span, .kl-tiles li > a, .kl-logos li > a, .kl-rows li > a, .kl-two li > a { display: block; height: auto; padding: 9px 0; border: 0; border-radius: 0; background: none !important; box-shadow: none; transform: none; text-align: left; color: #fff; }
	.kl-g li > span { opacity: .7; }
	.kl-t, .kl-tiles .kl-t { font-size: 17px; font-weight: 500; }
	.kl-logos .kl-t.kl-sr { position: static !important; width: auto; height: auto; clip: auto; white-space: normal; }
	.kl-nav-foot { display: flex !important; flex-direction: column; gap: 12px; margin-top: auto; padding: 22px; background: rgba(0, 0, 0, .12); }
	.kl-hd .kl-nav-foot a { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 17px; font-weight: 600; text-decoration: none; }
}
@media (max-width: 600px) {
	.kl-hd { top: 0; }
	.kl-nav { top: 0; }
}
@media (max-width: 400px) {
	.kl-cart-t { display: none; }
	html .kl-hd .kl-logo img { height: 34px; }
}

/* ============================ Footer ============================ */
.kl-ft { margin-top: 56px; color: #e3efdc; font-size: 15px; line-height: 1.55; }
.kl-hills { display: block; width: 100%; height: 110px; margin-bottom: -1px; }
.kl-ft-main { background: var(--kl-deep); padding: 8px 0 26px; }
.kl-cities { display: block; white-space: normal; max-width: 940px; margin: 0 auto 34px; text-align: center; font-size: 13.5px; line-height: 1.9; color: rgba(255, 255, 255, .72); }
.kl-cities i { margin: 0 7px; font-style: normal; opacity: .5; }
.kl-ft .kl-cities a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.kl-ft .kl-cities a:hover { color: #fff; text-decoration: underline; }
.kl-ft-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 1.5fr); gap: 32px; padding-bottom: 30px; }
.kl-fh { margin: 0 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--kl-lime); }
.kl-fc p { margin: 0; }
.kl-fc ul { margin: 0; padding: 0; list-style: none; }
.kl-fc li { margin: 0 0 4px; }
.kl-ft .kl-fc a { color: #fff; text-decoration: none; }
.kl-ft .kl-fc a:hover { text-decoration: underline; }
.kl-ft .kl-fc span { color: rgba(255, 255, 255, .78); }
.kl-newsf { position: relative; display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.kl-newsf input[type="email"] { flex: 1 1 180px; min-width: 0; height: 46px; padding: 0 14px; border: 1.5px solid rgba(255, 255, 255, .25); border-radius: 9px; background: rgba(255, 255, 255, .08); color: #fff; font: 500 15px var(--kl-font); outline: 0; }
.kl-newsf input[type="email"]::placeholder { color: rgba(255, 255, 255, .6); }
.kl-newsf input[type="email"]:focus { border-color: var(--kl-lime); }
html .kl-ft .kl-newsf button { height: 46px; padding: 0 18px; border-radius: 9px; background: var(--kl-lime); color: var(--kl-deep2); font-weight: 700; font-size: 15px; }
html .kl-ft .kl-newsf button:hover { background: #b6ea7d; }
.kl-newsm { flex: 1 1 100%; margin: 4px 0 0 !important; font-size: 14px; color: var(--kl-lime); }
.kl-ft-bot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 13px; color: rgba(255, 255, 255, .62); }
@media (max-width: 1024px) {
	.kl-ft-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kl-fnews { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
	.kl-hills { height: 60px; }
	.kl-ft-cols { grid-template-columns: 1fr; gap: 20px; }
	.kl-cities { font-size: 13px; }
}

/* ============================ Startsidan ============================ */
.kl-home { background: var(--kl-bg); color: var(--kl-ink); font-size: 16px; line-height: 1.55; overflow-x: clip; }
html .kl-home a { text-decoration: none; }
html .kl-home .kl-post a, html .kl-home .kl-brand { color: var(--kl-ink); }
html .kl-home .kl-btn-1, html .kl-home .kl-btn-3 { color: #fff; }
html .kl-home .kl-btn-2 { color: var(--kl-deep); }
html .kl-home h1, html .kl-home h2 { font-family: var(--kl-font); letter-spacing: 0; text-transform: none; }
.kl-sec-h { max-width: 720px; margin: 0 auto 28px; text-align: center; }
html .kl-home .kl-sec-h h2 { margin: 0; font-size: 32px; font-weight: 700; line-height: 1.2; color: var(--kl-deep); }
.kl-sec-h h2::after { content: ""; display: block; width: 48px; height: 4px; margin: 14px auto 0; border-radius: 4px; background: var(--kl-g2); }
.kl-sec-h p { margin: 14px 0 0; color: var(--kl-ink2); }
.kl-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 10px; font: 700 16px/1.1 var(--kl-font); text-align: center; transition: filter .2s, transform .2s, background .2s; }
.kl-btn:hover { transform: translateY(-1px); }
.kl-home .kl-btn-1 { background: var(--kl-g2); color: #fff; box-shadow: 0 6px 18px rgba(20, 90, 20, .35); }
.kl-home .kl-btn-1:hover { background: #2f8a10; color: #fff; }
.kl-home .kl-btn-2 { background: #fff; color: var(--kl-deep); }
.kl-home .kl-btn-2:hover { background: #f1f8eb; color: var(--kl-deep); }
.kl-home .kl-btn-3 { background: var(--kl-red); color: #fff; }
.kl-home .kl-btn-3:hover { filter: brightness(1.1); color: #fff; }

/* Hero */
.kl-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #1f5c16; }
.kl-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.kl-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 32, 12, .82) 0%, rgba(3, 32, 12, .6) 42%, rgba(3, 32, 12, .12) 78%, rgba(3, 32, 12, 0) 100%); }
.kl-hero .kl-in { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; min-height: 560px; }
.kl-hero-tx { flex: 0 1 760px; padding: 72px 0 76px; align-self: center; }
html .kl-home .kl-hero-h { margin: 0 0 18px; font-family: "Orbitron", var(--kl-font); font-size: clamp(36px, 4.7vw, 62px); font-weight: 700; line-height: 1.04; letter-spacing: .015em; text-transform: uppercase; color: #fff; }
.kl-hero-sub { margin: 0 0 14px; font-size: 20px; font-weight: 700; line-height: 1.35; color: #fff; }
.kl-hero-p { max-width: 580px; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, .92); }
.kl-hero-p p { margin: 0 0 10px; }
.kl-hero-b { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.kl-hero-mas { flex: 0 0 auto; width: min(430px, 36vw); align-self: flex-end; line-height: 0; }
.kl-hero-mas img { width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .35)); }

/* Fyra kort */
.kl-cards { padding: 56px 0 8px; }
.kl-cards-g { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.kl-card {
	position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 34px 24px 32px; border-radius: 28px;
	color: #fff; text-align: center; overflow: hidden; isolation: isolate;
	background: var(--kl-card-bg, none) center / cover, #2f7d1c;
	box-shadow: 0 10px 26px rgba(20, 60, 20, .18); transition: transform .2s, box-shadow .2s;
}
.kl-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4, 42, 16, .5) 0%, rgba(4, 42, 16, .78) 60%, rgba(4, 42, 16, .86) 100%); }
html .kl-home a.kl-card, html .kl-home a.kl-card:hover { color: #fff; }
a.kl-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20, 60, 20, .26); }
.kl-card-i { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 20px; background: rgba(255, 255, 255, .14); }
.kl-card-i svg { width: 38px; height: 38px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.kl-home .kl-card-h { color: #fff; font-size: 20px; font-weight: 700; line-height: 1.25; text-shadow: 0 1px 2px rgba(0, 0, 0, .3); }
.kl-home .kl-card-p { font-size: 14.5px; line-height: 1.55; color: rgba(255, 255, 255, .92); }

/* Nyheter */
.kl-news { padding: 64px 0 8px; scroll-margin-top: 70px; }
.kl-news-g { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.kl-post a { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--kl-line); border-radius: 16px; overflow: hidden; color: var(--kl-ink); transition: transform .2s, box-shadow .2s, border-color .2s; }
.kl-post a:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20, 60, 20, .12); border-color: var(--kl-line2); color: var(--kl-ink); }
.kl-post-im { display: block; aspect-ratio: 16 / 10; background: var(--kl-soft); overflow: hidden; line-height: 0; }
.kl-post-im img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.kl-post a:hover .kl-post-im img { transform: scale(1.04); }
.kl-post-b { display: flex; flex-direction: column; gap: 6px; flex: 1; padding: 16px 18px 18px; }
.kl-post time { font-size: 12.5px; font-weight: 600; letter-spacing: .03em; color: var(--kl-ink3); text-transform: uppercase; }
.kl-post-h { font-size: 18px; font-weight: 700; line-height: 1.3; }
.kl-post-p { font-size: 14.5px; line-height: 1.5; color: var(--kl-ink2); }
.kl-post-more { margin-top: auto; padding-top: 6px; font-size: 14.5px; font-weight: 700; color: var(--kl-g1); }
.kl-post-more::after { content: " →"; }

/* Varumärken */
.kl-brands { padding: 64px 0 8px; }
.kl-brands-g { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.kl-brand { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 30px 20px 26px; background: #fff; border: 1px solid var(--kl-line); border-radius: 18px; color: var(--kl-ink); text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s; }
.kl-brand:hover { transform: translateY(-3px); border-color: var(--kl-g2); box-shadow: 0 14px 30px rgba(20, 60, 20, .12); color: var(--kl-ink); }
.kl-brand-l { display: grid; place-items: center; width: 100%; height: 76px; margin-bottom: 12px; }
.kl-brand-l img { max-width: 78%; max-height: 52px; width: auto; height: auto; object-fit: contain; }
.kl-brand-n { font-size: 17px; font-weight: 700; }
.kl-brand-c { font-size: 14px; color: var(--kl-ink2); }
.kl-brand-go { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--kl-soft); color: var(--kl-g1); font-weight: 700; transition: background .2s, color .2s; }
.kl-brand:hover .kl-brand-go { background: var(--kl-g2); color: #fff; }

/* Kontakt */
.kl-contact { padding: 64px 0 16px; scroll-margin-top: 70px; }
.kl-ct { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); background: #fff; border: 1px solid var(--kl-line); border-radius: 22px; overflow: hidden; box-shadow: 0 14px 34px rgba(20, 60, 20, .08); }
.kl-ct-info { position: relative; padding: 42px 40px 40px; background: linear-gradient(160deg, var(--kl-g1) 0%, var(--kl-deep) 100%); color: #fff; overflow: hidden; }
html .kl-home .kl-ct-info h2 { margin: 0 0 12px; font-size: 32px; font-weight: 700; line-height: 1.2; color: #fff; }
.kl-ct-info p { margin: 0 0 10px; color: rgba(255, 255, 255, .9); }
.kl-ct-l { position: relative; z-index: 1; margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.kl-ct-l li { margin: 0; font-size: 17px; font-weight: 600; }
.kl-ct-l span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--kl-lime); }
.kl-home .kl-ct-l a { color: #fff; }
.kl-home .kl-ct-l a:hover { text-decoration: underline; }
.kl-ct-im { position: absolute; right: -10px; bottom: -14px; width: 190px; line-height: 0; opacity: .95; }
.kl-ct-im img { width: 100%; height: auto; }
.kl-ct-f { display: grid; gap: 14px; padding: 38px 40px 34px; align-content: start; }
.kl-f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.kl-ct-f label { display: grid; gap: 5px; font-size: 13.5px; font-weight: 600; color: var(--kl-ink2); }
.kl-ct-f input, .kl-ct-f select, .kl-ct-f textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1.5px solid var(--kl-line2); border-radius: 9px; background: #fff; color: var(--kl-ink); font: 500 15px/1.35 var(--kl-font); outline: 0; box-shadow: none; }
.kl-ct-f textarea { min-height: 110px; resize: vertical; }
.kl-ct-f input:focus, .kl-ct-f select:focus, .kl-ct-f textarea:focus { border-color: var(--kl-g2); box-shadow: 0 0 0 3px rgba(57, 155, 22, .15); }
.kl-ct-f .is-bad { border-color: #e38b83 !important; }
html .kl-home .kl-ct-f button.kl-btn { justify-self: start; min-height: 50px; padding: 0 26px; border-radius: 10px; background: var(--kl-g2); color: #fff; font-weight: 700; font-size: 16px; box-shadow: 0 6px 18px rgba(20, 90, 20, .25); }
html .kl-home .kl-ct-f button.kl-btn:hover { background: #2f8a10; }
html .kl-home .kl-ct-f button.kl-btn:disabled { opacity: .6; cursor: default; }
.kl-ct-m { margin: 0; padding: 11px 14px; border-radius: 9px; background: #eef6ef; color: var(--kl-g1); font-weight: 600; font-size: 14.5px; }
.kl-ct-m.is-err { background: #fdeae8; color: #9f1d13; }
.kl-ct-note { margin: 0; font-size: 13px; color: var(--kl-ink3); }
.kl-ct-note a { color: var(--kl-g1); font-weight: 600; }

@media (max-width: 1024px) {
	.kl-hero .kl-in { min-height: 0; flex-direction: column; align-items: stretch; gap: 0; }
	.kl-hero-tx { padding: 48px 0 0; }
	.kl-hero::before { background: linear-gradient(180deg, rgba(3, 32, 12, .78) 0%, rgba(3, 32, 12, .6) 60%, rgba(3, 32, 12, .35) 100%); }
	.kl-hero-mas { width: min(280px, 66vw); align-self: center; margin: -18px auto 0; }
	.kl-cards-g, .kl-brands-g { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kl-ct { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
	.kl-home { font-size: 15.5px; }
	.kl-in { padding: 0 16px; }
	.kl-hero-tx { padding-top: 32px; }
	.kl-hero-sub { font-size: 18px; }
	.kl-hero-p { font-size: 15px; }
	.kl-hero-p p:not(:first-child) { display: none; }
	.kl-hero-b .kl-btn { flex: 1 1 auto; min-height: 48px; padding: 0 16px; font-size: 15px; }
	html .kl-home .kl-sec-h h2, html .kl-home .kl-ct-info h2 { font-size: 26px; }
	.kl-cards { padding-top: 36px; }
	.kl-cards-g { gap: 12px; }
	.kl-card { padding: 20px 10px 18px; border-radius: 20px; gap: 10px; }
	.kl-card-i { width: 54px; height: 54px; border-radius: 16px; }
	.kl-card-i svg { width: 30px; height: 30px; }
	.kl-home .kl-card-h { font-size: 14.5px; line-height: 1.25; hyphens: auto; -webkit-hyphens: auto; overflow-wrap: anywhere; }
	.kl-card-p { display: none; }
	.kl-news, .kl-brands, .kl-contact { padding-top: 48px; }
	.kl-brands-g { gap: 12px; }
	.kl-brand { padding: 22px 12px 18px; }
	.kl-brand-l { height: 56px; margin-bottom: 6px; }
	.kl-brand-n { font-size: 15.5px; }
	.kl-brand-c { font-size: 13px; }
	.kl-brand-go { display: none; }
	.kl-ct-info { padding: 30px 22px 28px; }
	.kl-ct-im { width: 130px; }
	.kl-ct-f { padding: 26px 20px 24px; }
	.kl-f2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.kl-hd *, .kl-home *, .kl-drawer * { transition: none !important; }
}

/* ============================ Undersidor ============================ */
.kl-page { background: var(--kl-bg); color: var(--kl-ink); font-family: var(--kl-font); font-size: 16px; line-height: 1.6; overflow-x: clip; }
.kl-page *, .kl-page *::before, .kl-page *::after { box-sizing: border-box; }
body:has(.kl-page) { background: var(--kl-bg); }
html .kl-page h1, html .kl-page h2, html .kl-page h3 { font-family: var(--kl-font); letter-spacing: 0; text-transform: none; }
html .kl-page a { text-decoration: none; }

/* Sidhuvud */
.kl-ph { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0b4d24 0%, #006d2c 55%, #2c8c1c 100%); }
.kl-ph::after { content: ""; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(163, 224, 99, .22), rgba(163, 224, 99, 0) 70%); z-index: -1; }
.kl-ph .kl-in { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: 40px; padding-top: 44px; padding-bottom: 52px; }
.kl-ph.no-im .kl-in { grid-template-columns: minmax(0, 1fr); }
.kl-ph.no-im .kl-ph-tx { max-width: 780px; }
.kl-ph .rank-math-breadcrumb, .kl-ph .rank-math-breadcrumb p { margin: 0 0 14px; font-size: 13.5px; color: rgba(255, 255, 255, .72); }
html .kl-page .kl-ph .rank-math-breadcrumb a { color: rgba(255, 255, 255, .88); }
html .kl-page .kl-ph .rank-math-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.kl-ph .rank-math-breadcrumb .separator { margin: 0 6px; opacity: .6; }
.kl-eyebrow { margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--kl-lime); }
html .kl-page .kl-ph h1 { margin: 0 0 16px; font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; line-height: 1.12; color: #fff; }
.kl-lead { font-size: 17px; line-height: 1.65; color: rgba(255, 255, 255, .9); max-width: 680px; }
.kl-lead p { margin: 0 0 10px; }
.kl-lead strong { color: #fff; }
.kl-ph-b { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.kl-ph-im { margin: 0; display: grid; place-items: center; }
.kl-ph-im img { width: 100%; max-width: 480px; max-height: 400px; height: auto; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .3)); }
.kl-ph-im.is-photo img { border-radius: 20px; object-fit: cover; filter: none; box-shadow: 0 18px 40px rgba(0, 0, 0, .28); }

/* Knappar på undersidor */
.kl-page .kl-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 10px; font: 700 16px/1.1 var(--kl-font); text-align: center; transition: background .2s, transform .2s, border-color .2s; }
.kl-page .kl-btn:hover { transform: translateY(-1px); }
html .kl-page .kl-btn-1 { background: var(--kl-g2); color: #fff; box-shadow: 0 6px 18px rgba(20, 90, 20, .3); }
html .kl-page .kl-btn-1:hover { background: #2f8a10; color: #fff; }
html .kl-page .kl-btn-w { background: #fff; color: var(--kl-deep); }
html .kl-page .kl-btn-w:hover { background: #f1f8eb; color: var(--kl-deep); }
html .kl-page .kl-btn-o { border: 1.5px solid rgba(255, 255, 255, .6); color: #fff; }
html .kl-page .kl-btn-o:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }

/* Sektioner och kort */
.kl-sec { padding: 28px 0 0; }
.kl-sec:first-of-type { padding-top: 44px; }
.kl-box { background: #fff; border: 1px solid var(--kl-line); border-radius: 20px; padding: 36px 40px; }
.kl-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.kl-duo > .kl-box { height: 100%; }
.kl-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 40px; align-items: center; }
.kl-split > figure { margin: 0; }
.kl-split > figure img { width: 100%; height: auto; border-radius: 16px; }
.kl-h2, html .kl-page .kl-prose h2 { margin: 0 0 14px; font-size: 27px; font-weight: 700; line-height: 1.22; color: var(--kl-deep); }
html .kl-page .kl-prose h3 { margin: 22px 0 8px; font-size: 19px; font-weight: 700; color: var(--kl-ink); }
.kl-prose { font-size: 16.5px; line-height: 1.7; color: var(--kl-ink2); }
.kl-prose > *:last-child { margin-bottom: 0; }
.kl-prose p { margin: 0 0 14px; }
.kl-prose strong { color: var(--kl-ink); }
html .kl-page .kl-prose a { color: var(--kl-g1); font-weight: 600; }
html .kl-page .kl-prose a:hover { text-decoration: underline; }
html .kl-page .kl-prose a.kl-btn { text-decoration: none; }
html .kl-page .kl-prose a.kl-btn-1, html .kl-page .kl-prose a.kl-btn-1:hover { color: #fff; }
html .kl-page .kl-prose a.kl-btn-w, html .kl-page .kl-prose a.kl-btn-w:hover { color: var(--kl-deep); }
.kl-prose ul, .kl-prose ol { margin: 4px 0 16px; padding: 0; list-style: none; display: grid; gap: 8px; }
.kl-prose li { position: relative; margin: 0; padding-left: 30px; }
.kl-prose li p { margin: 0; }
.kl-prose ul li::before { content: ""; position: absolute; left: 2px; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--kl-soft); }
.kl-prose ul li::after { content: ""; position: absolute; left: 8.5px; top: .55em; width: 5px; height: 9px; border: solid var(--kl-g2); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.kl-prose ol { counter-reset: kl; }
.kl-prose ol li { counter-increment: kl; }
.kl-prose ol li::before { content: counter(kl); position: absolute; left: 0; top: .15em; width: 22px; height: 22px; border-radius: 50%; background: var(--kl-g2); color: #fff; font-size: 12.5px; font-weight: 700; display: grid; place-items: center; }
.kl-prose .kl-float { float: right; width: min(42%, 420px); margin: 4px 0 18px 32px; }
.kl-prose .kl-float img { width: 100%; height: auto; border-radius: 16px; }
.kl-prose::after { content: ""; display: table; clear: both; }

/* Tre fördelar */
.kl-trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.kl-trio > div { background: var(--kl-bg); border-radius: 16px; padding: 24px 24px 22px; }
.kl-trio-i { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 12px; border-radius: 13px; background: var(--kl-g2); color: #fff; }
.kl-trio-i svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
html .kl-page .kl-trio h3 { margin: 0 0 8px; font-size: 18.5px; font-weight: 700; line-height: 1.3; color: var(--kl-deep); }
.kl-trio p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--kl-ink2); }

/* Priskort */
.kl-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 8px; }
.kl-price { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--kl-line); border-radius: 18px; padding: 26px 24px 22px; }
.kl-price.is-hi { border: 2px solid var(--kl-g2); box-shadow: 0 14px 30px rgba(20, 80, 20, .12); }
.kl-price-rib { position: absolute; top: -12px; left: 24px; padding: 4px 12px; border-radius: 99px; background: var(--kl-g2); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
html .kl-page .kl-price h3 { margin: 0 0 2px; font-size: 18px; font-weight: 700; color: var(--kl-ink); }
.kl-price-sub { margin: 0; font-size: 14px; color: var(--kl-ink3); }
.kl-price-p { margin: 12px 0 2px; font-size: 34px; font-weight: 800; line-height: 1.1; color: var(--kl-deep); font-variant-numeric: tabular-nums; }
.kl-price-p small { font-size: 15px; font-weight: 600; color: var(--kl-ink3); }
.kl-price ul { margin: 14px 0 18px; padding: 0; list-style: none; display: grid; gap: 7px; flex: 1; align-content: start; }
.kl-price li { position: relative; padding-left: 26px; font-size: 14.5px; line-height: 1.45; color: var(--kl-ink2); }
.kl-price li::before { content: ""; position: absolute; left: 4px; top: .25em; width: 6px; height: 11px; border: solid var(--kl-g2); border-width: 0 2.2px 2.2px 0; transform: rotate(45deg); }
.kl-price .kl-btn { width: 100%; }
.kl-price-note { margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--kl-ink3); }
.kl-plist { display: grid; gap: 0; background: #fff; border: 1px solid var(--kl-line); border-radius: 18px; overflow: hidden; }
.kl-plist > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; padding: 18px 24px; border-top: 1px solid var(--kl-line); }
.kl-plist > div:first-child { border-top: 0; }
.kl-plist b { font-size: 16px; color: var(--kl-ink); }
.kl-plist em { font-style: normal; font-size: 18px; font-weight: 800; color: var(--kl-deep); white-space: nowrap; }
.kl-plist p { grid-column: 1 / -1; margin: 0; font-size: 14px; color: var(--kl-ink2); }

/* Vanliga frågor */
.kl-faq { display: grid; gap: 10px; }
.kl-faq details { background: #fff; border: 1px solid var(--kl-line); border-radius: 14px; }
.kl-faq summary { position: relative; padding: 18px 56px 18px 22px; font-size: 16.5px; font-weight: 700; color: var(--kl-ink); cursor: pointer; list-style: none; }
.kl-faq summary::-webkit-details-marker { display: none; }
.kl-faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 9px; height: 9px; margin-top: -7px; border: solid var(--kl-g1); border-width: 0 2px 2px 0; transform: rotate(45deg); transition: transform .2s; }
.kl-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.kl-faq details > div { padding: 0 22px 18px; font-size: 15.5px; line-height: 1.65; color: var(--kl-ink2); }
.kl-faq details > div p { margin: 0 0 8px; }

/* Kalkylator */
.kl-calc { margin-top: 20px; background: var(--kl-bg); border-radius: 18px; padding: 24px; }
.kl-calc-in { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.kl-calc-in.kl-calc-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kl-calc label { display: grid; gap: 6px; font-size: 14px; font-weight: 700; color: var(--kl-ink); }
.kl-calc label small { font-size: 12.5px; font-weight: 500; color: var(--kl-ink3); }
.kl-calc input { width: 100%; height: 50px; padding: 0 14px; border: 1.5px solid var(--kl-line2); border-radius: 10px; background: #fff; color: var(--kl-ink); font: 600 17px var(--kl-font); outline: 0; }
.kl-calc input:focus { border-color: var(--kl-g2); box-shadow: 0 0 0 3px rgba(57, 155, 22, .15); }
.kl-calc-empty { margin: 16px 0 0; font-size: 14px; color: var(--kl-ink3); }
.kl-calc-empty[hidden], .kl-calc-out[hidden] { display: none; }
.kl-calc-out { margin-top: 20px; }
.kl-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kl-stat { display: flex; flex-direction: column; gap: 3px; padding: 16px 18px; background: #fff; border: 1px solid var(--kl-line); border-radius: 14px; }
.kl-stat span { font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--kl-ink3); }
.kl-stat b { font-size: 22px; font-weight: 800; color: var(--kl-deep); font-variant-numeric: tabular-nums; }
.kl-stat small { font-size: 12.5px; color: var(--kl-ink3); }
.kl-stat-hi { background: var(--kl-deep); border-color: var(--kl-deep); }
.kl-stat-hi span, .kl-stat-hi small { color: rgba(255, 255, 255, .72); }
.kl-stat-hi b { color: #fff; font-size: 30px; }
.kl-calc-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.kl-calc-col { background: #fff; border: 1px solid var(--kl-line); border-radius: 14px; padding: 18px 20px; }
.kl-calc-h { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: var(--kl-ink); }
.kl-calc-h small { font-weight: 500; color: var(--kl-ink3); }
.kl-calc-l { margin: 0; padding: 0; list-style: none; }
.kl-calc-l li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-top: 1px solid var(--kl-line); font-size: 14.5px; color: var(--kl-ink2); }
.kl-calc-l li:first-child { border-top: 0; }
.kl-calc-l b { color: var(--kl-ink); font-variant-numeric: tabular-nums; text-align: right; }
.kl-calc-l .kl-calc-sum { font-weight: 700; color: var(--kl-ink); }
.kl-calc-l .kl-calc-sum b { font-size: 17px; }
.kl-calc-robot { border-color: var(--kl-g2); }
.kl-calc-save { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; margin-top: 14px; padding: 18px 22px; border-radius: 14px; background: var(--kl-deep); color: #fff; }
.kl-calc-save span { font-size: 16px; font-weight: 600; }
.kl-calc-save b { font-size: 28px; font-weight: 800; color: var(--kl-lime); font-variant-numeric: tabular-nums; }
.kl-calc.is-neg .kl-calc-save b { color: #fff; }
.kl-calc-note { margin: 12px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--kl-ink3); }

/* Uppmaning */
section.kl-cta { padding: 36px 0 0; }
.kl-cta-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 40px; padding: 36px 40px; border-radius: 22px; background: linear-gradient(135deg, var(--kl-deep) 0%, var(--kl-g1) 100%); color: #fff; }
.kl-cta-tx { flex: 1 1 380px; }
html .kl-page .kl-cta h2, html .kl-home .kl-cta h2 { margin: 0 0 8px; font-size: 27px; font-weight: 700; line-height: 1.2; color: #fff; }
.kl-cta p { margin: 0; color: rgba(255, 255, 255, .88); font-size: 16px; }
.kl-cta-b { display: flex; flex-wrap: wrap; gap: 12px; }

/* Relaterade sidor */
.kl-rels .kl-h2 { margin-bottom: 16px; }
.kl-rels-g { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.kl-rel { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px; background: #fff; border: 1px solid var(--kl-line); border-radius: 14px; color: var(--kl-ink); transition: border-color .2s, transform .2s, box-shadow .2s; }
html .kl-page .kl-rel { color: var(--kl-ink); }
.kl-rel:hover { border-color: var(--kl-g2); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(20, 60, 20, .1); }
.kl-rel-im { width: 64px; height: 64px; border-radius: 10px; background: var(--kl-bg); overflow: hidden; line-height: 0; }
.kl-rel-im img { width: 100%; height: 100%; object-fit: contain; }
.kl-rel b { display: block; font-size: 15.5px; line-height: 1.3; }
.kl-rel small { display: block; margin-top: 2px; font-size: 13px; line-height: 1.4; color: var(--kl-ink3); }

/* Varumärken inne på undersidor */
.kl-page .kl-brands { padding: 0; }
.kl-page .kl-brands .kl-in { padding: 0; max-width: none; }
.kl-page .kl-brands-g { margin-top: 20px; }
.kl-page .kl-brand { padding: 22px 16px 18px; background: var(--kl-bg); border-color: transparent; }
.kl-page .kl-brand-l { height: 56px; margin-bottom: 8px; }

/* Kontaktsidan */
.kl-contactpage { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: start; }
.kl-cinfo { position: relative; overflow: hidden; padding: 34px 32px; border-radius: 20px; background: linear-gradient(160deg, var(--kl-g1) 0%, var(--kl-deep) 100%); color: #fff; }
html .kl-page .kl-cinfo h2 { margin: 0 0 10px; font-size: 24px; color: #fff; }
.kl-cinfo p { margin: 0 0 8px; color: rgba(255, 255, 255, .88); }
.kl-cinfo ul { position: relative; z-index: 1; margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.kl-cinfo li { font-size: 17px; font-weight: 600; }
.kl-cinfo li span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--kl-lime); }
html .kl-page .kl-cinfo a { color: #fff; }
html .kl-page .kl-cinfo a:hover { text-decoration: underline; }
.kl-cinfo-im { display: block; width: 170px; margin: 20px -12px -40px auto; line-height: 0; }
.kl-cinfo-im img { width: 100%; height: auto; }
.kl-formbox > .kl-h2 { margin: 0 0 6px; font-size: 24px; }
.kl-formbox > .kl-formlead { margin: 0 0 18px; color: var(--kl-ink2); }
.kl-formbox { background: #fff; border: 1px solid var(--kl-line); border-radius: 20px; padding: 32px 34px; }
.kl-formbox .fluentform { font-family: var(--kl-font); }
.kl-formbox .ff-el-group { margin-bottom: 16px !important; }
.kl-formbox .ff-el-input--label label { font-size: 14px !important; font-weight: 700 !important; color: var(--kl-ink) !important; }
.kl-formbox .ff-el-form-control { min-height: 48px; padding: 10px 13px !important; border: 1.5px solid var(--kl-line2) !important; border-radius: 10px !important; font: 500 15px var(--kl-font) !important; color: var(--kl-ink) !important; background-color: #fff !important; box-shadow: none !important; }
.kl-formbox textarea.ff-el-form-control { min-height: 120px; }
.kl-formbox .ff-el-form-control:focus { border-color: var(--kl-g2) !important; box-shadow: 0 0 0 3px rgba(57, 155, 22, .15) !important; }
html .kl-formbox .ff-btn, html .kl-formbox button.ff-btn-submit, html .kl-formbox .ff-btn-next, html .kl-formbox .ff-btn-prev { min-height: 50px; padding: 0 26px !important; border: 0 !important; border-radius: 10px !important; background: var(--kl-g2) !important; color: #fff !important; font: 700 16px var(--kl-font) !important; box-shadow: 0 6px 18px rgba(20, 90, 20, .25) !important; }
html .kl-formbox .ff-btn-prev { background: var(--kl-soft) !important; color: var(--kl-ink) !important; box-shadow: none !important; }
.kl-formbox .ff-el-progress { background: var(--kl-soft) !important; border-radius: 99px; }
.kl-formbox .ff-el-progress-bar { background: var(--kl-g2) !important; border-radius: 99px; }
.kl-formbox .ff-step-titles li.ff_active, .kl-formbox .ff-step-titles li.ff_completed { color: var(--kl-g1) !important; }
.kl-formbox .ff-el-form-check label, .kl-formbox .ff-el-form-check-label { font-size: 15px; }
.kl-formbox .ff-el-help-message, .kl-formbox .ff-el-is-error .text-danger { font-size: 13px; }

@media (max-width: 1024px) {
	.kl-ph .kl-in { grid-template-columns: 1fr; gap: 20px; padding-top: 30px; padding-bottom: 36px; }
	.kl-ph-im img { max-width: 320px; max-height: 260px; }
	.kl-split, .kl-duo, .kl-contactpage { grid-template-columns: 1fr; }
	.kl-trio { grid-template-columns: 1fr; }
	.kl-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kl-prose .kl-float { float: none; width: 100%; margin: 0 0 18px; }
}
@media (max-width: 700px) {
	.kl-page { font-size: 15.5px; }
	.kl-box { padding: 24px 20px; border-radius: 16px; }
	.kl-sec { padding-top: 16px; }
	.kl-sec:first-of-type { padding-top: 24px; }
	.kl-h2, html .kl-page .kl-prose h2 { font-size: 22px; }
	.kl-prose { font-size: 15.5px; }
	.kl-lead { font-size: 15.5px; }
	.kl-calc { padding: 16px; }
	.kl-calc-in, .kl-calc-in.kl-calc-3, .kl-calc-cols { grid-template-columns: 1fr; }
	.kl-stat b { font-size: 19px; }
	.kl-stat-hi b { font-size: 24px; }
	.kl-cta-box { padding: 26px 22px; }
	html .kl-page .kl-cta h2 { font-size: 22px; }
	.kl-cta-b, .kl-cta-b .kl-btn { width: 100%; }
	.kl-formbox { padding: 22px 18px; }
	.kl-cinfo { padding: 26px 22px; }
	.kl-ph-im img { max-height: 240px; }
	.kl-ph-b .kl-btn { flex: 1 1 100%; }
}

/* Ortslänkar och tjänstekort (översiktssidor) */
.kl-pills, .kl-prose ul.kl-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 0; padding: 0; list-style: none; }
.kl-prose .kl-pills li { padding: 0; }
.kl-prose .kl-pills li::before, .kl-prose .kl-pills li::after { display: none; }
.kl-pills a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 99px; background: var(--kl-soft); color: var(--kl-deep); font-weight: 600; font-size: 15px; transition: background .2s, color .2s; }
html .kl-page .kl-pills a:hover { background: var(--kl-g2); color: #fff; text-decoration: none; }
.kl-svc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.kl-svc > a { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--kl-line); border-radius: 18px; padding: 26px 24px 22px; color: inherit; transition: transform .2s, box-shadow .2s, border-color .2s; }
.kl-svc > a:hover { transform: translateY(-2px); border-color: var(--kl-g2); box-shadow: 0 14px 30px rgba(20, 80, 20, .12); }
.kl-svc img { width: 76px; height: 76px; object-fit: contain; margin: 0 0 14px; }
html .kl-page .kl-svc h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; line-height: 1.3; color: var(--kl-deep); }
.kl-svc p { flex: 1; margin: 0 0 14px; font-size: 15px; line-height: 1.6; color: var(--kl-ink2); }
.kl-svc .kl-more { font-weight: 700; color: var(--kl-g1); }
.kl-brandbox + .kl-brandbox { margin-top: 20px; }
.kl-brandbox figure img { max-height: 300px; object-fit: contain; }
.kl-brandbox .kl-btn { margin-top: 6px; }
.kl-svc-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kl-svc-4 > a { padding: 22px 20px 20px; }
@media (max-width: 1200px) { .kl-svc-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1024px) { .kl-svc, .kl-svc-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .kl-svc, .kl-svc-4 { grid-template-columns: 1fr; } .kl-brandbox figure { order: -1; } .kl-brandbox figure img { max-height: 200px; } }
