:root {
	--almafix-bg: #f4f7fb;
	--almafix-surface: #ffffff;
	--almafix-surface-alt: #eef3f7;
	--almafix-text: #102033;
	--almafix-muted: #5f7085;
	--almafix-line: rgba(16, 32, 51, 0.1);
	--almafix-primary: #5f43b2;
	--almafix-primary-dark: #432a8d;
	--almafix-accent: #00b1d8;
	--almafix-footer: #0d1726;
	--almafix-shadow: 0 24px 60px rgba(20, 32, 58, 0.14);
	--almafix-radius: 28px;
	--almafix-soft-glow: 0 0 120px rgba(123, 93, 220, 0.18);
	--almafix-panel-shadow: 0 28px 70px rgba(20, 32, 58, 0.1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Gudea", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: var(--almafix-text);
	background:
		radial-gradient(circle at top left, rgba(95, 67, 178, 0.12), transparent 26%),
		radial-gradient(circle at right 20%, rgba(0, 177, 216, 0.1), transparent 18%),
		linear-gradient(180deg, #f8fbff 0%, #eff4f9 100%);
}

body.menu-open {
	overflow: hidden;
}

html.has-cookie-consent {
	scroll-padding-bottom: 120px;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

iframe {
	border: 0;
	width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

[hidden] {
	display: none !important;
}

.cookie-consent {
	position: fixed;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 1400;
	pointer-events: none;
}

.cookie-consent__banner,
.cookie-preferences,
.cookie-consent__manage {
	pointer-events: auto;
}

.cookie-consent__banner {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) auto;
	gap: 22px 28px;
	align-items: end;
	max-width: 1040px;
	margin-left: auto;
	padding: 24px 26px 20px;
	border: 1px solid rgba(255, 255, 255, 0.56);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(13, 23, 38, 0.97), rgba(19, 32, 52, 0.96)),
		radial-gradient(circle at 18% 18%, rgba(123, 93, 220, 0.24), transparent 28%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 30px 80px rgba(7, 14, 28, 0.34);
	color: #fff;
}

.cookie-consent__copy h2,
.cookie-preferences h2 {
	margin: 0;
	font-size: clamp(1.7rem, 2vw, 2.2rem);
	line-height: 1.04;
	color: #fff;
}

.cookie-consent__copy p:last-child,
.cookie-preferences__footer p,
.cookie-category small {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.cookie-consent__actions,
.cookie-preferences__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.cookie-consent__actions .button,
.cookie-preferences__actions .button {
	position: relative;
	min-height: 52px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 16px;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	box-shadow: none;
	cursor: pointer;
	isolation: isolate;
	transition:
		transform 0.18s ease,
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease,
		opacity 0.18s ease;
}

.cookie-consent__actions .button:hover,
.cookie-preferences__actions .button:hover {
	transform: translateY(-1px);
}

.cookie-consent__actions .button:focus-visible,
.cookie-preferences__actions .button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
}

.cookie-consent__actions .button--primary,
.cookie-preferences__actions .button--primary {
	background: linear-gradient(180deg, #8d70ec 0%, #7453d8 100%);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 14px 28px rgba(74, 49, 157, 0.28);
}

.cookie-consent__actions .button--primary:hover,
.cookie-preferences__actions .button--primary:hover {
	background: linear-gradient(180deg, #997df1 0%, #7b5de0 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.26),
		0 18px 34px rgba(74, 49, 157, 0.34);
}

.cookie-consent__actions .button--ghost,
.cookie-preferences__actions .button--ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cookie-consent__actions .button--ghost:hover,
.cookie-preferences__actions .button--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.24);
}

.cookie-consent__actions .button.is-loading,
.cookie-preferences__actions .button.is-loading {
	color: transparent;
	pointer-events: none;
}

.cookie-consent__actions .button.is-loading::after,
.cookie-preferences__actions .button.is-loading::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border-radius: 50%;
	border: 2px solid currentColor;
	border-right-color: transparent;
	animation: almafix-button-spin 0.7s linear infinite;
}

.cookie-consent__actions .button--primary.is-loading::after,
.cookie-preferences__actions .button--primary.is-loading::after {
	color: #fff;
}

.cookie-consent__actions .button--ghost.is-loading::after,
.cookie-preferences__actions .button--ghost.is-loading::after {
	color: rgba(255, 255, 255, 0.92);
}

.cookie-consent__actions.is-busy .button:not(.is-loading),
.cookie-preferences__actions.is-busy .button:not(.is-loading) {
	opacity: 0.5;
	pointer-events: none;
}

@keyframes almafix-button-spin {
	to {
		transform: rotate(360deg);
	}
}

.cookie-consent__legal {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.cookie-consent__legal a {
	color: #fff;
}

.cookie-consent__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(10, 16, 27, 0.38);
	backdrop-filter: blur(6px);
}

.cookie-preferences {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(680px, calc(100vw - 32px));
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(13, 23, 38, 0.985), rgba(19, 32, 52, 0.97)),
		radial-gradient(circle at 22% 18%, rgba(123, 93, 220, 0.2), transparent 28%);
	box-shadow: 0 30px 90px rgba(7, 14, 28, 0.42);
	color: #fff;
}

.cookie-preferences__header,
.cookie-preferences__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.cookie-preferences__footer {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	align-items: flex-end;
}

.cookie-preferences__meta {
	display: grid;
	gap: 10px;
	align-self: end;
}

.cookie-preferences__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.cookie-preferences__legal a {
	color: #fff;
}

.cookie-preferences__list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.cookie-preferences__close {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.cookie-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 18px 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
}

.cookie-category__text {
	display: grid;
	gap: 5px;
}

.cookie-category__text strong {
	font-size: 1.08rem;
	color: #fff;
}

.cookie-category__switch {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
}

.cookie-category__switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cookie-category__switch span {
	position: relative;
	display: inline-flex;
	width: 58px;
	height: 34px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
	transition: background 0.2s ease;
}

.cookie-category__switch span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.2s ease;
}

.cookie-category__switch input:checked + span {
	background: linear-gradient(135deg, #6f55d4, #5f43b2);
}

.cookie-category__switch input:checked + span::after {
	transform: translateX(24px);
}

.cookie-category__switch input:disabled + span {
	background: rgba(255, 255, 255, 0.28);
}

.cookie-consent__manage {
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid rgba(16, 32, 51, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(18, 34, 59, 0.12);
	color: var(--almafix-text);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.external-embed-gate {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	min-height: 260px;
	margin: 18px 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(239, 244, 250, 0.26));
	box-shadow: 0 18px 42px rgba(18, 34, 59, 0.08);
}

.external-embed-gate__frame {
	display: block;
	width: 100%;
	min-height: 260px;
	border: 0;
}

.external-embed-gate__placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 10px;
	padding: 24px;
	background: rgba(248, 251, 255, 0.94);
}

.external-embed-gate__placeholder strong {
	font-size: 1.05rem;
}

.external-embed-gate__placeholder p {
	margin: 0;
	max-width: 560px;
	color: var(--almafix-muted);
}

.external-embed-gate__action,
.contact-map__consent-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(16, 32, 51, 0.12);
	border-radius: 8px;
	background: #fff;
	color: var(--almafix-text);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.external-embed-gate.is-loaded .external-embed-gate__placeholder {
	display: none;
}

@media (max-width: 900px) {
	.cookie-consent__banner {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.cookie-consent__actions {
		justify-content: flex-start;
	}

	.cookie-preferences__header,
	.cookie-preferences__footer {
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.cookie-consent {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.cookie-consent__banner {
		padding: 18px;
		border-radius: 20px;
	}

	.cookie-consent__actions,
	.cookie-preferences__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cookie-consent__actions .button,
	.cookie-preferences__actions .button {
		width: 100%;
		justify-content: center;
	}

	.cookie-category {
		align-items: flex-start;
	}

	.cookie-consent__manage {
		right: 12px;
		bottom: 12px;
	}
}

.site-width {
	width: min(1480px, calc(100% - 48px));
	margin: 0 auto;
}

.section {
	padding: 88px 0;
	position: relative;
}

.section--compact {
	padding: 44px 0;
}

.section--soft {
	position: relative;
	background:
		radial-gradient(circle at center, rgba(121, 88, 215, 0.09), transparent 45%),
		linear-gradient(180deg, rgba(238, 244, 251, 0.88), rgba(245, 248, 252, 0.96));
}

.home-story {
	padding-bottom: 48px;
	background:
		linear-gradient(180deg, rgba(249, 251, 255, 0.98), rgba(244, 248, 253, 0.96)),
		radial-gradient(circle at 52% 38%, rgba(123, 93, 220, 0.11), transparent 26%);
}

.home-story::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(95, 67, 178, 0.14), transparent);
}

.home-issues {
	padding-top: 48px;
	background:
		linear-gradient(180deg, rgba(236, 242, 250, 0.74), rgba(243, 247, 252, 0.94)),
		radial-gradient(circle at 88% 14%, rgba(0, 177, 216, 0.1), transparent 24%);
}

.home-issues .site-width,
.home-faq .site-width,
.home-maintenance .site-width,
.home-contact .site-width {
	position: relative;
	z-index: 1;
	padding: 32px;
	border-radius: 36px;
}

.home-issues .site-width {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.24));
	border: 1px solid rgba(255, 255, 255, 0.45);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 22px 54px rgba(18, 34, 59, 0.06);
}

.home-maintenance {
	background:
		linear-gradient(135deg, rgba(15, 28, 44, 0.96) 0%, rgba(25, 39, 63, 0.98) 100%),
		radial-gradient(circle at 18% 18%, rgba(123, 93, 220, 0.28), transparent 22%);
	color: #fff;
}

.home-maintenance .site-width {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 26px 60px rgba(3, 10, 20, 0.18);
}

.home-maintenance .eyebrow,
.home-maintenance h2,
.home-maintenance p {
	color: #fff;
}

.home-maintenance p {
	color: rgba(255, 255, 255, 0.78);
}

.home-faq {
	background:
		linear-gradient(180deg, rgba(247, 249, 254, 0.98), rgba(240, 245, 251, 0.94)),
		radial-gradient(circle at 14% 14%, rgba(95, 67, 178, 0.1), transparent 22%);
}

.home-faq .site-width {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 250, 254, 0.24));
	border: 1px solid rgba(255, 255, 255, 0.52);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.46),
		0 22px 56px rgba(18, 34, 59, 0.05);
}

.home-contact {
	background:
		linear-gradient(180deg, rgba(236, 244, 251, 0.92), rgba(244, 248, 252, 0.98)),
		radial-gradient(circle at 88% 26%, rgba(0, 177, 216, 0.12), transparent 24%);
}

.home-faq {
	padding-bottom: 38px;
}

.home-contact {
	padding-top: 38px;
}

.home-contact .site-width {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14));
	border: 1px solid rgba(255, 255, 255, 0.42);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 22px 54px rgba(18, 34, 59, 0.05);
}

.home-issues .section-heading,
.home-faq .section-heading {
	max-width: 980px;
	margin-bottom: 42px;
}

.home-contact .contact-card,
.home-contact .contact-map {
	box-shadow: 0 20px 44px rgba(18, 34, 59, 0.08);
}

.home-maintenance .maintenance-grid {
	align-items: stretch;
}

.home-maintenance .maintenance-grid > div {
	padding: 8px 0;
}

.section--accent {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 24%),
		linear-gradient(135deg, #0f1c2c 0%, #162842 100%);
	color: #fff;
}

#szerviz-tipusok {
	padding: 56px 0 52px;
}

.eyebrow {
	margin: 0 0 14px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.section-heading {
	max-width: 720px;
	margin-bottom: 36px;
}

.section-heading--split {
	display: grid;
	gap: 12px;
}

.section-heading--split p:last-child {
	max-width: 620px;
	font-size: 1.02rem;
}

.section-heading--light .eyebrow,
.section-heading--light h2 {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 16px;
	font-family: "Gothic A1", sans-serif;
	line-height: 1.08;
}

h1 {
	font-size: clamp(2.8rem, 5.5vw, 4.8rem);
	letter-spacing: -0.04em;
}

h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	letter-spacing: -0.03em;
}

h3 {
	font-size: 1.35rem;
}

p {
	margin: 0 0 18px;
	color: var(--almafix-muted);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

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

.button--primary {
	color: #fff;
	background: linear-gradient(135deg, var(--almafix-primary) 0%, #7658d8 55%, #8d76e6 100%);
	box-shadow: 0 20px 38px rgba(95, 67, 178, 0.18);
}

.button--ghost {
	border: 1px solid rgba(16, 32, 51, 0.16);
	background: rgba(255, 255, 255, 0.92);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(16, 32, 51, 0.05);
	box-shadow: 0 4px 18px rgba(16, 32, 51, 0.05);
}

.site-header__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(8, 15, 29, 0.42);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.site-header__backdrop.is-visible {
	opacity: 1;
	visibility: visible;
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(220px, 280px) 1fr auto;
	gap: 22px;
	align-items: center;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	justify-self: start;
}

.almafix-logo-image {
	display: block;
	max-width: min(220px, 100%);
	max-height: 56px;
	width: auto;
	height: auto;
}

.almafix-brand-copy {
	display: inline-flex;
	flex-direction: column;
	gap: 2px;
}

.almafix-brand-badge {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--almafix-primary) 0%, #7a5dda 100%);
	color: #fff;
	font-family: "Gothic A1", sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	box-shadow: 0 10px 20px rgba(95, 67, 178, 0.16);
}

.almafix-wordmark {
	font-family: "Gothic A1", sans-serif;
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--almafix-text);
	line-height: 1;
}

.almafix-wordmark span {
	color: var(--almafix-primary);
}

.almafix-tagline {
	font-size: 0.72rem;
	color: var(--almafix-muted);
	max-width: 280px;
}

.site-navigation {
	justify-self: center;
	width: 100%;
}

.site-navigation__head,
.site-navigation__meta {
	display: none;
}

.almafix-menu,
.almafix-footer-links,
.site-footer__list,
.hero-metrics,
.contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.almafix-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.almafix-menu > li {
	position: relative;
}

.almafix-menu > li.menu-item-has-children::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 16px;
}

.almafix-menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 999px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 600;
	font-size: 0.92rem;
}

.almafix-menu-link__content {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.almafix-menu-link__label {
	display: inline-block;
}

.almafix-menu-link__badges {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.almafix-menu-link__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(95, 67, 178, 0.12);
	color: var(--almafix-primary);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.submenu-toggle {
	display: none;
}

.almafix-menu > .menu-item-has-children > a::after {
	content: "⌄";
	display: inline-block;
	margin-left: 6px;
	font-size: 0.8em;
	transform: translateY(-1px);
}

.almafix-menu a:hover,
.almafix-menu .current-menu-item > a,
.almafix-menu .current_page_item > a {
	background: rgba(95, 67, 178, 0.1);
	color: var(--almafix-primary);
}

.almafix-menu .sub-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 200px;
	padding: 8px;
	margin: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 16px;
	box-shadow: 0 18px 36px rgba(20, 32, 58, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
	z-index: 20;
}

.almafix-menu li:hover > .sub-menu,
.almafix-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 46px;
	padding: 0 16px 0 12px;
	border-radius: 999px;
	color: var(--almafix-text);
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: 0 12px 22px rgba(16, 32, 51, 0.06);
	backdrop-filter: blur(14px);
	justify-self: end;
}

.site-header__cta svg {
	width: 18px;
	height: 18px;
	color: #fff;
	background: linear-gradient(135deg, var(--almafix-primary) 0%, #7658d8 100%);
	border-radius: 999px;
	padding: 9px;
	box-sizing: content-box;
	box-shadow: 0 8px 18px rgba(95, 67, 178, 0.18);
}

.site-header__cta-label {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
}

.menu-toggle {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
	position: relative;
	z-index: 220;
}

.menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background: var(--almafix-text);
}

.menu-close {
	display: none;
}

.hero-section {
	padding: 0 0 44px;
	background:
		linear-gradient(180deg, rgba(241, 244, 251, 0.92), rgba(236, 241, 250, 0.88));
}

.hero-section__grid,
.story-grid,
.maintenance-grid,
.contact-grid,
.site-footer__grid {
	display: grid;
	gap: 32px;
}

.hero-section__grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	align-items: center;
	padding: 44px 64px 34px;
	border-radius: 0 0 24px 24px;
	background:
		linear-gradient(180deg, rgba(236, 240, 248, 0.96), rgba(243, 247, 253, 0.98)),
		radial-gradient(circle at 14% 20%, rgba(123, 93, 220, 0.18), transparent 36%),
		radial-gradient(circle at 86% 18%, rgba(0, 177, 216, 0.1), transparent 24%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.75),
		0 22px 54px rgba(18, 34, 59, 0.06);
	position: relative;
	overflow: hidden;
	border-top: 0;
}

.hero-section__grid::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.55);
	pointer-events: none;
}

.hero-copy {
	max-width: 650px;
	position: relative;
	z-index: 1;
}

.hero-copy__shell {
	display: grid;
	gap: 14px;
	max-width: 620px;
}

.hero-copy .eyebrow {
	margin-bottom: 14px;
	font-size: 0.88rem;
	letter-spacing: 0;
	text-transform: none;
}

.hero-copy .hero-rotator {
	font-weight: 700;
}

.hero-copy h1 {
	max-width: 620px;
	font-size: clamp(3rem, 4.3vw, 4.3rem);
	line-height: 0.94;
	letter-spacing: -0.055em;
	color: #221d52;
	text-shadow: 0 12px 30px rgba(95, 67, 178, 0.08);
}

.hero-lead {
	max-width: 560px;
	margin-top: 4px;
	font-size: 1rem;
	line-height: 1.62;
	color: #5a6887;
}

.hero-switcher {
	display: grid;
	gap: 12px;
	max-width: 560px;
	margin-top: 10px;
}

.hero-switcher__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hero-switcher__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid rgba(95, 67, 178, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	font: inherit;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: #51607d;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.hero-switcher__tab:hover,
.hero-switcher__tab.is-active {
	transform: translateY(-1px);
	border-color: rgba(95, 67, 178, 0.24);
	background: rgba(255, 255, 255, 0.94);
	color: var(--almafix-primary-dark);
}

.hero-switcher__panel {
	position: relative;
	display: grid;
	gap: 8px;
	align-content: start;
	min-height: 188px;
	padding: 16px 18px 16px;
	border: 1px solid rgba(95, 67, 178, 0.1);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 252, 255, 0.68)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 34%);
	box-shadow: 0 18px 34px rgba(18, 34, 59, 0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	overflow: hidden;
}

.hero-switcher__panel.is-swapping {
	animation: almafix-hero-panel-in 0.22s ease;
}

.hero-switcher__progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	border-radius: 999px;
	background: rgba(95, 67, 178, 0.1);
	overflow: hidden;
}

.hero-switcher__progress-bar {
	display: block;
	width: 0;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--almafix-primary) 0%, #8b6df2 100%);
}

.hero-switcher.is-playing .hero-switcher__progress-bar {
	animation: almafix-hero-progress 6.2s linear forwards;
}

.hero-switcher__eyebrow {
	margin: 0;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.hero-switcher__title {
	margin: 0;
	min-height: 2.5em;
	font-size: 1.04rem;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-switcher__description {
	margin: 0;
	min-height: 4.15em;
	font-size: 0.88rem;
	line-height: 1.38;
	max-width: 44ch;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-switcher__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-primary);
}

.hero-switcher__link::after {
	content: "→";
	transition: transform 0.18s ease;
}

.hero-switcher__link:hover::after {
	transform: translateX(2px);
}

@keyframes almafix-hero-panel-in {
	from {
		opacity: 0.7;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes almafix-hero-progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.hero-metrics li,
.info-card,
.brand-card,
.contact-card,
.entry-card,
.listing-card,
.faq-item {
	border: 1px solid var(--almafix-line);
	border-radius: var(--almafix-radius);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: var(--almafix-shadow);
}

.hero-metrics li {
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(95, 67, 178, 0.08);
	box-shadow: 0 12px 28px rgba(20, 32, 58, 0.06);
}

.hero-metrics strong {
	display: block;
	margin-bottom: 4px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.88rem;
}

.hero-metrics span {
	display: block;
	font-size: 0.76rem;
	line-height: 1.45;
	color: var(--almafix-muted);
}

.hero-visual {
	position: relative;
	padding: 6px 0 0 22px;
	z-index: 1;
	min-height: 100%;
}

.hero-phone-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 680px;
	padding: 54px 26px 30px;
	border-radius: 38px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.14)),
		radial-gradient(circle at 50% 22%, rgba(123, 93, 220, 0.1), transparent 36%);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 28px 60px rgba(18, 34, 59, 0.08);
	overflow: hidden;
}

.hero-phone-card__frame {
	position: absolute;
	inset: 24px 18px 18px;
	border-radius: 30px;
	border: 1px solid rgba(95, 67, 178, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.06));
}

.hero-phone-card img {
	position: relative;
	z-index: 1;
	width: min(100%, 300px);
	margin: 0 auto;
	filter: drop-shadow(0 28px 34px rgba(18, 34, 59, 0.16));
}

.hero-badge {
	position: absolute;
	z-index: 2;
	padding: 9px 14px;
	border-radius: 999px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.74);
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.1);
}

.hero-badge--top {
	top: 18px;
	left: 18px;
}

.hero-badge--bottom {
	right: 22px;
	bottom: 26px;
}

.hero-visual__panel {
	position: absolute;
	z-index: 2;
	display: grid;
	gap: 3px;
	max-width: 220px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 16px 34px rgba(18, 34, 59, 0.1);
}

.hero-visual__panel strong {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.95rem;
	line-height: 1.35;
}

.hero-visual__panel small,
.hero-visual__panel-label {
	color: var(--almafix-muted);
}

.hero-visual__panel-label {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-visual__panel--top {
	top: 26px;
	right: -8px;
}

.hero-visual__panel--bottom {
	left: -10px;
	bottom: 88px;
}

.hero-visual__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(12px);
	opacity: 0.88;
	pointer-events: none;
}

.hero-visual__glow--primary {
	top: 34px;
	right: 40px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(123, 93, 220, 0.24), transparent 68%);
}

.hero-visual__glow--secondary {
	right: -18px;
	bottom: 36px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(0, 177, 216, 0.18), transparent 70%);
}

.story-grid,
.maintenance-grid,
.contact-grid,
.site-footer__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-grid,
.maintenance-grid {
	align-items: start;
	padding: 8px 0;
}

.story-grid > div:first-child,
.maintenance-grid > div:first-child {
	padding-right: 44px;
}

.card-grid,
.brand-grid,
.listing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.info-card,
.brand-card,
.listing-card {
	padding: 28px;
}

.info-card {
	position: relative;
	padding-top: 88px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 35%);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.info-card:hover {
	transform: translateY(-5px);
	border-color: rgba(95, 67, 178, 0.14);
	box-shadow: 0 32px 70px rgba(20, 32, 58, 0.12);
}

.info-card__icon {
	position: absolute;
	top: 26px;
	left: 28px;
	width: 42px;
	height: 42px;
	color: #43474f;
}

.info-card__icon::before,
.info-card__icon::after {
	content: "";
	position: absolute;
}

.info-card--battery .info-card__icon {
	border: 4px solid currentColor;
	border-radius: 8px;
	width: 48px;
	height: 24px;
	top: 34px;
}

.info-card--battery .info-card__icon::before {
	top: 6px;
	right: -9px;
	width: 6px;
	height: 8px;
	border: 4px solid currentColor;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.info-card--battery .info-card__icon::after {
	top: 4px;
	left: 4px;
	width: 24px;
	height: 8px;
	background: currentColor;
}

.info-card--screen .info-card__icon {
	border: 3px solid currentColor;
	border-radius: 4px;
	width: 30px;
	height: 48px;
	top: 26px;
}

.info-card--screen .info-card__icon::after {
	left: 11px;
	bottom: 5px;
	width: 6px;
	height: 6px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.info-card--speaker .info-card__icon {
	top: 28px;
	left: 24px;
	width: 50px;
	height: 34px;
}

.info-card--speaker .info-card__icon::before {
	left: 0;
	top: 9px;
	width: 10px;
	height: 16px;
	border: 3px solid currentColor;
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.info-card--speaker .info-card__icon::after {
	left: 12px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 28px solid currentColor;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.info-card--charge .info-card__icon,
.info-card--cloud .info-card__icon,
.info-card--drop .info-card__icon {
	font-size: 40px;
	line-height: 1;
}

.info-card--charge .info-card__icon::before {
	content: "⌁";
	font-weight: 700;
	font-size: 2.2rem;
}

.info-card--cloud .info-card__icon::before {
	content: "☁";
	font-size: 2.5rem;
}

.info-card--drop .info-card__icon::before {
	content: "💧";
	font-size: 2rem;
}

.info-card h3,
.brand-card h3 {
	margin-bottom: 10px;
}

.brand-card {
	color: #fff;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%);
	border-color: rgba(255, 255, 255, 0.1);
	min-height: 240px;
	transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.brand-card p {
	color: rgba(255, 255, 255, 0.74);
}

.brand-card span {
	display: inline-flex;
	margin-top: 14px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
}

.brand-card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 255, 255, 0.18);
	background-color: rgba(255, 255, 255, 0.08);
}

.faq-list {
	display: grid;
	gap: 16px;
}

.faq-item {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 22px 48px rgba(20, 32, 58, 0.1);
}

.faq-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 24px 26px;
	border: 0;
	background: transparent;
	font: inherit;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.faq-trigger::after {
	content: "+";
	font-size: 1.4rem;
	color: var(--almafix-primary);
	transition: transform 0.2s ease, color 0.2s ease;
}

.faq-item.is-open .faq-trigger::after {
	content: "-";
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 26px;
	transition: max-height 0.24s ease, opacity 0.18s ease, padding 0.24s ease;
	will-change: max-height;
}

.faq-answer p {
	margin: 0;
	padding-bottom: 22px;
}

.faq-item.is-open {
	border-color: rgba(95, 67, 178, 0.16);
	box-shadow: 0 24px 52px rgba(20, 32, 58, 0.1);
}

.faq-item.is-open .faq-trigger {
	color: var(--almafix-primary-dark);
}

.faq-item.is-open .faq-answer {
	padding: 0 26px;
}

.faq-page-hero {
	padding: 26px 0 20px;
	background:
		linear-gradient(180deg, rgba(241, 245, 251, 0.96), rgba(237, 243, 250, 0.92)),
		radial-gradient(circle at 12% 18%, rgba(123, 93, 220, 0.14), transparent 26%),
		radial-gradient(circle at 88% 16%, rgba(0, 177, 216, 0.1), transparent 24%);
}

.faq-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 24px;
	align-items: stretch;
	padding: 26px 30px;
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.62));
	border: 1px solid rgba(255, 255, 255, 0.62);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		0 24px 60px rgba(18, 34, 59, 0.07);
}

.faq-page-hero__copy {
	display: grid;
	gap: 14px;
	align-content: start;
	max-width: 760px;
}

.faq-page-hero__copy h1 {
	font-size: clamp(2.4rem, 4.7vw, 4.2rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.faq-page-hero__lead {
	max-width: 58ch;
	font-size: 1rem;
	line-height: 1.72;
}

.faq-page-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.faq-page-hero__pills span,
.faq-page-hero__stat {
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(20, 32, 58, 0.05);
}

.faq-page-hero__pills span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 9px 14px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--almafix-primary-dark);
}

.faq-page-hero__panel {
	display: grid;
	gap: 14px;
	align-content: start;
}

.faq-page-hero__stat {
	display: grid;
	gap: 8px;
	padding: 18px 18px 20px;
}

.faq-page-hero__stat span {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.faq-page-hero__stat strong,
.faq-page-hero__stat a {
	font-family: "Gothic A1", sans-serif;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--almafix-text);
}

.faq-page-content {
	padding-top: 28px;
}

.faq-page-layout {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.faq-page-sidebar {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 18px;
}

.faq-page-sidebar__card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 250, 255, 0.58));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.46),
		0 20px 48px rgba(18, 34, 59, 0.06);
}

.faq-page-sidebar__card--accent {
	background:
		linear-gradient(135deg, rgba(19, 31, 49, 0.96), rgba(28, 42, 64, 0.98)),
		radial-gradient(circle at 16% 16%, rgba(123, 93, 220, 0.22), transparent 22%);
	border-color: rgba(255, 255, 255, 0.08);
}

.faq-page-sidebar__card--accent h3,
.faq-page-sidebar__card--accent p,
.faq-page-sidebar__card--accent .faq-page-sidebar__eyebrow {
	color: #fff;
}

.faq-page-sidebar__card--accent p {
	color: rgba(255, 255, 255, 0.76);
}

.faq-page-sidebar__eyebrow {
	margin: 0 0 10px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.faq-page-sidebar__nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.faq-page-sidebar__nav a {
	display: block;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 32, 51, 0.06);
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-text);
	transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.faq-page-sidebar__nav a:hover {
	transform: translateX(2px);
	border-color: rgba(95, 67, 178, 0.16);
	color: var(--almafix-primary-dark);
}

.faq-page-sidebar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.faq-page-main {
	display: grid;
	gap: 24px;
}

.faq-page-intro,
.faq-group-section {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.5));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 22px 54px rgba(18, 34, 59, 0.05);
}

.faq-page-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.faq-topic-card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 34%);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-topic-card:hover {
	transform: translateY(-4px);
	border-color: rgba(95, 67, 178, 0.16);
	box-shadow: 0 24px 52px rgba(20, 32, 58, 0.08);
}

.faq-topic-card__count {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.faq-topic-card h3 {
	margin-bottom: 0;
}

.faq-topic-card p {
	margin-bottom: 0;
}

.faq-group-section {
	display: grid;
	gap: 20px;
	scroll-margin-top: 112px;
}

.faq-group-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.faq-group-section__header > div {
	max-width: 520px;
}

.faq-group-section__header h2 {
	margin-bottom: 0;
}

.faq-group-section__header > p {
	max-width: 420px;
	margin-bottom: 0;
	font-size: 0.98rem;
}

.faq-list--grouped {
	gap: 14px;
}

.faq-list--grouped .faq-item {
	border-radius: 24px;
	box-shadow: 0 16px 38px rgba(20, 32, 58, 0.06);
}

.faq-list--grouped .faq-trigger {
	padding: 22px 24px;
	font-size: 1rem;
	line-height: 1.4;
}

.faq-list--grouped .faq-answer {
	padding-inline: 24px;
}

.faq-list--grouped .faq-answer p {
	padding-bottom: 24px;
	line-height: 1.7;
}

.contact-page-hero {
	padding: 18px 0 12px;
	background:
		linear-gradient(180deg, rgba(241, 245, 251, 0.96), rgba(237, 243, 250, 0.92)),
		radial-gradient(circle at 14% 18%, rgba(123, 93, 220, 0.14), transparent 26%),
		radial-gradient(circle at 84% 16%, rgba(0, 177, 216, 0.1), transparent 24%);
}

.contact-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 18px;
	align-items: end;
	padding: 18px 22px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.62));
	border: 1px solid rgba(255, 255, 255, 0.62);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		0 18px 42px rgba(18, 34, 59, 0.06);
}

.contact-page-hero__copy {
	display: grid;
	gap: 10px;
	align-content: start;
	max-width: 620px;
}

.contact-page-hero__copy h1 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 0.94;
	letter-spacing: -0.05em;
	max-width: 9ch;
}

.contact-page-hero__lead {
	max-width: 42ch;
	font-size: 0.92rem;
	line-height: 1.55;
}

.contact-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-page-hero__stat {
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(20, 32, 58, 0.05);
}

.contact-page-hero__actions .button {
	min-height: 40px;
	padding: 10px 16px;
	font-size: 0.92rem;
}

.contact-page-hero__panel {
	display: grid;
	gap: 12px;
	align-content: start;
	width: min(420px, 100%);
}

.contact-page-hero__stat {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
}

.contact-page-hero__stat span {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.contact-page-hero__stat strong {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--almafix-text);
}

.contact-page-content {
	padding-top: 28px;
}

.contact-page-layout {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.contact-page-sidebar {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 18px;
}

.contact-page-sidebar__card,
.contact-page-intro,
.contact-page-flow,
.contact-page-map-section {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.5));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 22px 54px rgba(18, 34, 59, 0.05);
}

.contact-page-sidebar__card--accent {
	background:
		linear-gradient(135deg, rgba(19, 31, 49, 0.96), rgba(28, 42, 64, 0.98)),
		radial-gradient(circle at 16% 16%, rgba(123, 93, 220, 0.22), transparent 22%);
	border-color: rgba(255, 255, 255, 0.08);
}

.contact-page-sidebar__card--accent h3,
.contact-page-sidebar__card--accent p,
.contact-page-sidebar__card--accent .contact-page-sidebar__eyebrow {
	color: #fff;
}

.contact-page-sidebar__card--accent p {
	color: rgba(255, 255, 255, 0.76);
}

.contact-page-sidebar__eyebrow,
.contact-method-card__label,
.contact-point-card__index {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.contact-page-sidebar__eyebrow {
	margin: 0 0 10px;
}

.contact-page-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.contact-page-sidebar__list li {
	display: grid;
	gap: 4px;
}

.contact-page-sidebar__list strong {
	font-family: "Gothic A1", sans-serif;
	color: var(--almafix-text);
}

.contact-page-main {
	display: grid;
	gap: 24px;
}

.contact-method-grid,
.contact-point-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.contact-method-card,
.contact-point-card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 34%);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-method-card:hover,
.contact-point-card:hover {
	transform: translateY(-4px);
	border-color: rgba(95, 67, 178, 0.16);
	box-shadow: 0 24px 52px rgba(20, 32, 58, 0.08);
}

.contact-method-card h3,
.contact-point-card h3 {
	margin-bottom: 0;
}

.contact-method-card p,
.contact-point-card p {
	margin-bottom: 0;
}

.contact-page-flow,
.contact-page-map-section {
	display: grid;
	gap: 20px;
}

.contact-page-flow__header,
.contact-page-map-section__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.contact-page-flow__header > div,
.contact-page-map-section__header > div {
	max-width: 520px;
}

.contact-page-flow__header h2,
.contact-page-map-section__header h2 {
	margin-bottom: 0;
}

.contact-page-flow__header > p,
.contact-page-map-section__header > p {
	max-width: 420px;
	margin-bottom: 0;
	font-size: 0.98rem;
}

.contact-grid--page {
	align-items: stretch;
}

.contact-card--page {
	padding: 32px 34px;
	border-radius: 28px;
	box-shadow: 0 20px 44px rgba(18, 34, 59, 0.07);
}

.price-index-hero {
	position: relative;
	overflow: hidden;
	padding: 18px 0 12px;
	background:
		linear-gradient(180deg, rgba(243, 247, 252, 0.97), rgba(237, 243, 250, 0.94)),
		radial-gradient(circle at 14% 18%, rgba(123, 93, 220, 0.1), transparent 24%),
		radial-gradient(circle at 84% 16%, rgba(0, 177, 216, 0.08), transparent 22%);
}

.price-index-hero::before,
.price-index-content::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 320'%3E%3Cg fill='none' stroke='%23614cc4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpath d='M0 44h34l24 24h38l18 18h32l22 22h28l26 26h30'/%3E%3Cpath d='M0 76h66l22 22h42l18 18h26l22 22h38'/%3E%3Cpath d='M0 108h42l20 20h34l16 16h42l18 18h32l20 20h26'/%3E%3Cpath d='M0 142h74l18 18h46l14 14h30l24 24h36'/%3E%3Cpath d='M0 182h54l18-18h26l24 24h34l18 18h44'/%3E%3Cpath d='M120 0v34l22 22v40l18 18v30l24 24v32'/%3E%3Cpath d='M168 0v56l18 18v38l24 24v28l16 16v24'/%3E%3Cpath d='M214 0v30l16 16v54l20 20v36l18 18v28'/%3E%3Cpath d='M258 0v44l22 22v32l18 18v42l24 24'/%3E%3Cpath d='M310 0v26l18 18v38l22 22v30l16 16v26'/%3E%3C/g%3E%3Cg fill='%23ffffff' stroke='%23614cc4' stroke-width='3' opacity='0.24'%3E%3Ccircle cx='34' cy='44' r='5'/%3E%3Ccircle cx='96' cy='76' r='5'/%3E%3Ccircle cx='150' cy='108' r='5'/%3E%3Ccircle cx='92' cy='160' r='5'/%3E%3Ccircle cx='178' cy='198' r='5'/%3E%3Ccircle cx='120' cy='34' r='5'/%3E%3Ccircle cx='168' cy='56' r='5'/%3E%3Ccircle cx='214' cy='30' r='5'/%3E%3Ccircle cx='258' cy='44' r='5'/%3E%3Ccircle cx='310' cy='26' r='5'/%3E%3Ccircle cx='336' cy='182' r='5'/%3E%3Ccircle cx='322' cy='198' r='5'/%3E%3C/g%3E%3C/svg%3E"),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 320'%3E%3Cg fill='none' stroke='%2300b1d8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' opacity='0.2'%3E%3Cpath d='M520 86h-42l-20 20h-32l-26 26h-36l-18 18h-30l-24 24h-30'/%3E%3Cpath d='M520 126h-76l-18 18h-40l-20 20h-26l-22 22h-40'/%3E%3Cpath d='M520 164h-58l-22 22h-34l-18 18h-42l-16 16h-32l-20 20h-28'/%3E%3Cpath d='M520 204h-88l-16 16h-44l-18 18h-28l-22 22h-38'/%3E%3Cpath d='M400 0v30l-22 22v36l-18 18v34l-20 20v28'/%3E%3Cpath d='M444 0v48l-18 18v30l-24 24v40l-16 16v24'/%3E%3Cpath d='M486 0v38l-20 20v44l-18 18v30l-22 22v26'/%3E%3C/g%3E%3Cg fill='%23ffffff' stroke='%2300b1d8' stroke-width='3' opacity='0.22'%3E%3Ccircle cx='478' cy='86' r='5'/%3E%3Ccircle cx='426' cy='144' r='5'/%3E%3Ccircle cx='370' cy='204' r='5'/%3E%3Ccircle cx='304' cy='246' r='5'/%3E%3Ccircle cx='400' cy='30' r='5'/%3E%3Ccircle cx='444' cy='48' r='5'/%3E%3Ccircle cx='486' cy='38' r='5'/%3E%3Ccircle cx='340' cy='188' r='5'/%3E%3Ccircle cx='278' cy='240' r='5'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat, no-repeat;
	background-size: 34% auto, 30% auto;
	background-position: left top, right 8% bottom 10%;
	opacity: 0.8;
}

.price-index-content::before {
	inset: 34px 0 0;
	opacity: 0.42;
}

.price-index-hero::after,
.price-index-content::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 12% 16%, rgba(95, 67, 178, 0.05), transparent 12%),
		radial-gradient(circle at 88% 72%, rgba(0, 177, 216, 0.05), transparent 12%);
	background-repeat: no-repeat, no-repeat;
	opacity: 0.7;
}

.price-index-content::after {
	inset: 34px 0 0;
	opacity: 0.34;
}

.price-index-hero__grid {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 24px;
	align-items: stretch;
	padding: 18px 22px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(247, 250, 255, 0.68));
	border: 1px solid rgba(255, 255, 255, 0.62);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		0 18px 42px rgba(18, 34, 59, 0.06);
}

.price-index-hero__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	align-content: start;
	max-width: 760px;
}

.price-index-hero__copy h1 {
	font-size: clamp(1.38rem, 2.2vw, 1.95rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	max-width: 15ch;
}

.price-index-hero__lead {
	max-width: 64ch;
	font-size: 0.76rem;
	line-height: 1.5;
}

.price-index-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.price-index-hero__pills span,
.price-index-hero__stat {
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(20, 32, 58, 0.05);
}

.price-index-hero__pills span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	color: var(--almafix-primary-dark);
}

.price-index-hero__panel {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	align-content: start;
}

.price-index-hero__stat {
	display: grid;
	gap: 6px;
	padding: 14px 14px 15px;
}

.price-index-hero__stat span {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.price-index-hero__stat strong {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.24;
	color: var(--almafix-text);
}

.price-index-content {
	position: relative;
	overflow: hidden;
	margin-top: -8px;
	padding-top: 28px;
	background:
		linear-gradient(180deg, rgba(238, 243, 249, 0.78), rgba(243, 247, 252, 0.94));
}

.price-index-layout {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 24px;
}

.price-index-intro {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 250, 255, 0.5));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		0 22px 54px rgba(18, 34, 59, 0.05);
}

.price-index-grid {
	gap: 20px;
}

.service-model-card__eyebrow {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.service-model-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-primary-dark);
}

.service-model-card__link::after {
	content: "→";
	transition: transform 0.18s ease;
}

.service-model-card--service:hover .service-model-card__link::after {
	transform: translateX(2px);
}

.section-link {
	margin-top: 22px;
}

.section-link a {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-primary);
}

.contact-card {
	padding: 44px 48px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94)),
		radial-gradient(circle at top left, rgba(123, 93, 220, 0.08), transparent 35%);
}

.contact-intro {
	max-width: 560px;
	margin-bottom: 24px;
}

.contact-list {
	display: grid;
	gap: 18px;
}

.contact-list li {
	display: grid;
	gap: 4px;
}

.contact-list strong {
	font-family: "Gothic A1", sans-serif;
}

.contact-map {
	position: relative;
	overflow: hidden;
	border-radius: var(--almafix-radius);
	min-height: 420px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(239, 244, 250, 0.2));
	box-shadow: var(--almafix-shadow);
	isolation: isolate;
}

.contact-map::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 90px;
	background: linear-gradient(180deg, rgba(11, 20, 33, 0), rgba(11, 20, 33, 0.18));
	pointer-events: none;
	z-index: 1;
}

.contact-map__loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(244, 248, 252, 0.68);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 2;
}

.contact-map__spinner {
	width: 42px;
	height: 42px;
	border: 3px solid rgba(95, 67, 178, 0.14);
	border-top-color: var(--almafix-primary);
	border-radius: 50%;
	animation: almafix-spin 0.8s linear infinite;
	box-shadow: 0 10px 24px rgba(20, 32, 58, 0.08);
}

.contact-map__canvas {
	height: 100%;
	min-height: 420px;
	transition: filter 0.25s ease, transform 0.25s ease;
	filter: blur(12px) saturate(0.85) contrast(0.98);
	transform: scale(1.02);
}

.contact-map--iframe iframe {
	height: 100%;
	min-height: 420px;
	transition: filter 0.25s ease, transform 0.25s ease;
	filter: blur(12px) saturate(0.85) contrast(0.98);
	transform: scale(1.02);
}

.contact-map__fallback {
	position: absolute;
	inset: auto 22px 22px 22px;
	display: grid;
	grid-template-columns: minmax(0, 104px) minmax(0, 1fr);
	gap: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 20px 36px rgba(18, 34, 59, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
	z-index: 3;
}

.contact-map__fallback-copy {
	display: grid;
	gap: 8px;
	align-content: center;
}

.contact-map__fallback-copy h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.1;
}

.contact-map__fallback p {
	margin: 0;
	color: var(--almafix-muted);
}

.contact-map__fallback a {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-primary-dark);
}

.contact-map.is-loaded .contact-map__loading {
	opacity: 0;
	visibility: hidden;
}

.contact-map.is-loaded .contact-map__canvas {
	filter: saturate(0.92) contrast(1.02);
	transform: none;
}

.contact-map.is-loaded iframe {
	filter: saturate(0.92) contrast(1.02);
	transform: none;
}

.contact-map.no-api-key .contact-map__loading,
.contact-map.has-error .contact-map__loading,
.contact-map.requires-consent .contact-map__loading {
	opacity: 0;
	visibility: hidden;
}

.contact-map.no-api-key .contact-map__fallback,
.contact-map.has-error .contact-map__fallback,
.contact-map.requires-consent .contact-map__fallback--consent {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.contact-map.requires-consent iframe,
.contact-map.requires-consent .contact-map__canvas {
	filter: blur(12px) saturate(0.85) contrast(0.98);
	transform: scale(1.02);
}

@keyframes almafix-spin {
	to {
		transform: rotate(360deg);
	}
}

.page-hero {
	padding: 72px 0 18px;
}

.page-hero--legal {
	padding: 56px 0 8px;
}

.page-hero__lead {
	max-width: 760px;
	font-size: 1rem;
	line-height: 1.7;
}

.error-page {
	padding: 36px 0 28px;
}

.error-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 28px;
	align-items: center;
	padding: 24px 28px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 36px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 249, 255, 0.94)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.14), transparent 26%);
	box-shadow: 0 24px 56px rgba(20, 32, 58, 0.07);
}

.error-copy {
	display: grid;
	gap: 12px;
	max-width: 680px;
}

.error-copy h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.7rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.error-copy p:last-of-type {
	margin: 0;
	max-width: 58ch;
	font-size: 1rem;
	line-height: 1.72;
	color: var(--almafix-muted);
}

.error-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.error-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 280px;
	padding: 18px;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 255, 0.82)),
		radial-gradient(circle at 20% 20%, rgba(123, 93, 220, 0.12), transparent 32%);
	border: 1px solid rgba(16, 32, 51, 0.05);
	overflow: hidden;
}

.error-visual--missing {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 255, 0.82)),
		radial-gradient(circle at 20% 20%, rgba(123, 93, 220, 0.12), transparent 32%);
}

.error-visual--no-results {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.84)),
		radial-gradient(circle at 18% 18%, rgba(84, 154, 255, 0.12), transparent 34%);
}

.error-visual--no-content {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 255, 0.84)),
		radial-gradient(circle at 18% 18%, rgba(123, 93, 220, 0.08), transparent 34%);
}

.error-visual--technical {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 247, 255, 0.84)),
		radial-gradient(circle at 18% 18%, rgba(255, 105, 84, 0.12), transparent 34%);
}

.error-visual--unavailable {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.84)),
		radial-gradient(circle at 18% 18%, rgba(0, 177, 216, 0.1), transparent 34%);
}

.error-visual__phone {
	position: relative;
	width: min(100%, 188px);
	aspect-ratio: 0.62;
	padding: 10px;
	border-radius: 28px;
	background: linear-gradient(180deg, #182338, #0f1828);
	box-shadow: 0 26px 44px rgba(18, 27, 44, 0.28);
}

.error-visual__screen {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.1), transparent 26%);
}

.error-visual__speaker {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 58px;
	height: 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	transform: translateX(-50%);
}

.error-visual__face {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 12px);
	justify-content: center;
	gap: 26px 34px;
	width: 110px;
}

.error-visual__eye {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #101f35;
}

.error-visual__mouth {
	grid-column: 1 / -1;
	justify-self: center;
	width: 42px;
	height: 18px;
	border: 4px solid #101f35;
	border-top: 0;
	border-radius: 0 0 999px 999px;
	opacity: 0.92;
}

.error-visual__badge {
	position: absolute;
	top: 24px;
	right: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(123, 93, 220, 0.96), rgba(87, 67, 183, 0.92));
	color: #fff;
	font-family: "Gothic A1", sans-serif;
	font-size: 1.65rem;
	font-weight: 800;
	box-shadow: 0 18px 30px rgba(89, 64, 184, 0.24);
}

.error-visual--no-results .error-visual__badge {
	background: linear-gradient(135deg, rgba(84, 154, 255, 0.96), rgba(61, 125, 229, 0.92));
	box-shadow: 0 18px 30px rgba(61, 125, 229, 0.2);
}

.error-visual--no-content .error-visual__badge {
	background: linear-gradient(135deg, rgba(123, 93, 220, 0.9), rgba(109, 92, 169, 0.88));
}

.error-visual--technical .error-visual__badge {
	background: linear-gradient(135deg, rgba(255, 118, 102, 0.96), rgba(231, 88, 70, 0.92));
	box-shadow: 0 18px 30px rgba(231, 88, 70, 0.2);
}

.error-visual--unavailable .error-visual__badge {
	background: linear-gradient(135deg, rgba(0, 177, 216, 0.96), rgba(0, 148, 191, 0.92));
	box-shadow: 0 18px 30px rgba(0, 148, 191, 0.18);
}

.error-visual__spark {
	position: absolute;
	border-radius: 999px;
	background: rgba(123, 93, 220, 0.16);
}

.error-visual__spark--one {
	top: 34px;
	left: 32px;
	width: 18px;
	height: 18px;
}

.error-visual__spark--two {
	right: 56px;
	bottom: 42px;
	width: 12px;
	height: 12px;
	background: rgba(112, 196, 255, 0.18);
}

.error-visual__spark--three {
	left: 56px;
	bottom: 28px;
	width: 62px;
	height: 10px;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.06);
}

.error-card {
	display: grid;
	grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	width: 100%;
	padding: 24px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.1), transparent 30%);
	box-shadow: 0 20px 42px rgba(20, 32, 58, 0.06);
}

.error-card--wide {
	grid-column: 1 / -1;
}

.error-card--inline {
	margin-top: 8px;
	grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
}

.error-card__copy {
	display: grid;
	gap: 10px;
}

.error-card__copy h2,
.error-card__copy h3 {
	margin: 0;
	line-height: 1.04;
}

.error-card__copy p {
	margin: 0;
	color: var(--almafix-muted);
}

.error-card--no-content,
.knowledge-empty--no-content,
.service-empty--no-content {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 30%);
}

.knowledge-empty--no-results {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92)),
		radial-gradient(circle at top right, rgba(84, 154, 255, 0.1), transparent 30%);
}

.service-empty--unavailable,
.contact-map__fallback--unavailable {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.92)),
		radial-gradient(circle at top right, rgba(0, 177, 216, 0.1), transparent 30%);
}

.sales-hero {
	position: relative;
	overflow: hidden;
	padding-top: 56px;
	padding-bottom: 24px;
}

.sales-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(95, 67, 178, 0.18), transparent 34%),
		radial-gradient(circle at bottom right, rgba(30, 183, 195, 0.16), transparent 30%);
	pointer-events: none;
}

.sales-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	gap: 24px;
	align-items: stretch;
}

.sales-hero__copy,
.sales-hero__aside,
.sales-campaign-card,
.sales-item-card,
.sales-empty-state {
	border-radius: 28px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 24px 60px rgba(20, 32, 58, 0.07);
	backdrop-filter: blur(12px);
}

.sales-hero__copy {
	padding: clamp(28px, 4vw, 48px);
}

.sales-hero__notice {
	display: grid;
	gap: 6px;
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 0.96rem;
	line-height: 1.45;
}

.sales-hero__notice strong {
	font-family: "Gothic A1", sans-serif;
	font-size: 1rem;
}

.sales-hero__notice--expired {
	border: 1px solid rgba(196, 52, 52, 0.16);
	background: linear-gradient(180deg, rgba(255, 241, 241, 0.98), rgba(255, 232, 232, 0.94));
	color: #9f2323;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.sales-hero__copy h1 {
	margin: 0;
	font-size: clamp(1.72rem, 3.35vw, 3rem);
	line-height: 1.02;
	letter-spacing: -0.05em;
	max-width: 15ch;
}

.sales-hero__lead {
	max-width: 60ch;
	font-size: clamp(1rem, 1.45vw, 1.12rem);
	color: #5f7085;
}

.sales-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.sales-hero__aside {
	display: grid;
	gap: 14px;
	padding: 18px;
	align-content: start;
}

.sales-hero__stat {
	padding: 16px 18px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(249, 251, 255, 0.98), rgba(239, 244, 255, 0.92));
	border: 1px solid rgba(95, 67, 178, 0.09);
}

.sales-hero__stat span {
	display: block;
	margin-bottom: 8px;
	color: #5f7085;
	font-size: 0.9rem;
	font-weight: 700;
}

.sales-hero__stat strong {
	display: block;
	font-size: clamp(1.45rem, 2.1vw, 2.1rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.sales-hero__stat--contact strong {
	font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.sales-campaign-grid,
.sales-item-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.sales-campaigns,
.sales-items {
	padding-top: 56px;
	padding-bottom: 56px;
}

.sales-campaigns + .sales-items,
.sales-items + .sales-campaigns {
	padding-top: 26px;
}

.sales-hero + .sales-campaigns,
.sales-hero + .sales-items {
	padding-top: 18px;
}

.sales-campaign-card,
.sales-item-card {
	padding: 22px;
}

.sales-campaign-grid {
	grid-template-columns: repeat(2, minmax(0, 420px));
	align-items: start;
}

.sales-campaign-card__badge,
.sales-item-card__label,
.sales-item-card__saving {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
}

.sales-campaign-card__badge,
.sales-item-card__label {
	background: rgba(95, 67, 178, 0.12);
	color: #5f43b2;
}

.sales-campaign-card {
	display: grid;
	gap: 12px;
	align-content: start;
}

.sales-campaign-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.sales-campaign-card__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.06);
	color: #243651;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
}

.sales-campaign-card h3,
.sales-item-card h3,
.sales-empty-state h3 {
	margin: 14px 0 8px;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.05;
}

.sales-campaign-card p,
.sales-item-card__meta,
.sales-empty-state p {
	color: #5f7085;
}

.sales-campaign-card__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
	color: #243651;
	font-size: 0.92rem;
	font-weight: 700;
}

.sales-campaign-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 14px;
	background: rgba(16, 32, 51, 0.06);
	color: #102033;
	font-weight: 800;
	text-decoration: none;
}

.sales-group-list {
	display: grid;
	gap: 28px;
}

.sales-group {
	display: grid;
	gap: 18px;
}

.sales-group__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.sales-group__header h3 {
	margin: 6px 0 0;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.08;
}

.sales-item-card {
	display: grid;
	gap: 16px;
	align-content: start;
}

.sales-item-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.sales-item-card__saving {
	background: rgba(30, 183, 195, 0.14);
	color: #1495a2;
}

.sales-item-card__prices {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.sales-item-card__price--sale {
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	font-weight: 800;
	line-height: 1;
	color: #102033;
}

.sales-item-card__price--regular {
	font-size: 0.94rem;
	font-weight: 700;
	color: #5f7085;
	text-decoration: line-through;
}

.sales-item-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 16px;
	background: #102033;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sales-item-card__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(16, 32, 51, 0.14);
}

.sales-empty-state {
	padding: 24px;
	text-align: center;
}

.sales-empty-state__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

@media (max-width: 900px) {
	.sales-hero__grid {
		grid-template-columns: 1fr;
	}

	.sales-campaign-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.sales-hero__copy,
	.sales-hero__aside,
	.sales-campaign-card,
	.sales-item-card,
	.sales-empty-state {
		border-radius: 22px;
	}

	.sales-hero__copy h1 {
		max-width: none;
		font-size: clamp(1.7rem, 8vw, 2.35rem);
	}

	.sales-campaign-grid {
		grid-template-columns: 1fr;
	}
}

.knowledge-hero {
	padding: 18px 0 4px;
}

.knowledge-hero--filtered {
	padding-bottom: 4px;
}

.knowledge-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
	gap: 18px;
	align-items: stretch;
	padding: 18px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.94)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.1), transparent 28%);
	box-shadow: 0 28px 64px rgba(20, 32, 58, 0.08);
}

.knowledge-hero--filtered .knowledge-hero__grid {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	gap: 18px;
	padding: 18px 22px;
}

.knowledge-hero--filtered .knowledge-hero__copy {
	gap: 10px;
	max-width: 760px;
}

.knowledge-hero--filtered .knowledge-hero__copy h1 {
	font-size: clamp(1.35rem, 2.2vw, 1.9rem);
	line-height: 1.06;
	max-width: 18ch;
}

.knowledge-hero--filtered .knowledge-hero__copy p:last-of-type {
	max-width: 760px;
	font-size: 0.88rem;
}

.knowledge-hero--filtered .knowledge-search--inline {
	margin-top: 2px;
	max-width: 680px;
}

.knowledge-hero__copy {
	display: grid;
	gap: 6px;
	align-content: start;
	max-width: 720px;
}

.knowledge-hero__copy h1 {
	margin: 0;
	font-size: clamp(1.65rem, 2.8vw, 2.55rem);
	line-height: 0.94;
	letter-spacing: -0.05em;
	max-width: 14ch;
}

.knowledge-hero__copy p:last-of-type {
	margin: 0;
	max-width: 620px;
	font-size: 0.87rem;
	line-height: 1.46;
	color: var(--almafix-muted);
}

.knowledge-featured h3,
.knowledge-card h3 {
	font-family: "Gothic A1", sans-serif;
}

.knowledge-search--inline {
	margin-top: 2px;
	max-width: 620px;
}

.knowledge-quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.knowledge-results-section {
	padding-top: 34px;
}

.knowledge-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 24px;
	align-items: start;
}

.knowledge-main {
	min-width: 0;
}

.knowledge-sidebar {
	display: grid;
	gap: 22px;
	align-self: start;
	position: sticky;
	top: 112px;
	max-height: calc(100vh - 132px);
	overflow-y: auto;
	padding-right: 6px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-mask-image: none;
	mask-image: none;
}

.knowledge-sidebar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.knowledge-sidebar.has-scroll-fade {
	-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
}

.knowledge-sidebar.has-scroll-fade.is-at-top {
	-webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 28px), transparent 100%);
	mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 28px), transparent 100%);
}

.knowledge-sidebar.has-scroll-fade.is-at-bottom {
	-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 28px, #000 100%);
	mask-image: linear-gradient(to bottom, transparent 0, #000 28px, #000 100%);
}

.knowledge-sidebar.has-scroll-fade.is-at-top.is-at-bottom {
	-webkit-mask-image: none;
	mask-image: none;
}

.knowledge-sidebar__section {
	display: grid;
	gap: 14px;
}

.knowledge-discovery__topics,
.knowledge-discovery__articles {
	display: grid;
	gap: 14px;
}

.knowledge-discovery__head {
	display: grid;
	gap: 6px;
}

.knowledge-discovery__head h2 {
	margin: 0;
	font-size: clamp(1.12rem, 1.6vw, 1.45rem);
	line-height: 1.08;
}

.knowledge-topic-grid,
.knowledge-spotlight-list {
	display: grid;
	gap: 12px;
}

.knowledge-topic-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.knowledge-topic-card,
.knowledge-spotlight-card {
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 14px 30px rgba(20, 32, 58, 0.04);
}

.knowledge-topic-card {
	display: grid;
	gap: 8px;
	padding: 20px;
}

.knowledge-topic-card strong,
.knowledge-spotlight-card h3 {
	font-family: "Gothic A1", sans-serif;
}

.knowledge-topic-card strong {
	font-size: 1.05rem;
	line-height: 1.15;
}

.knowledge-topic-card span,
.knowledge-spotlight-card__meta {
	color: var(--almafix-muted);
}

.knowledge-spotlight-card {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.knowledge-spotlight-card--compact {
	gap: 8px;
}

.knowledge-featured__media,
.knowledge-card__media,
.knowledge-spotlight-card__media {
	display: block;
	overflow: hidden;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(240, 244, 251, 0.92), rgba(226, 234, 246, 0.88));
}

.knowledge-featured__media img,
.knowledge-card__media img,
.knowledge-spotlight-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.knowledge-featured__media {
	height: clamp(220px, 28vw, 360px);
	border-radius: 20px;
}

.knowledge-card__media {
	aspect-ratio: 16 / 10;
}

.knowledge-spotlight-card__media {
	aspect-ratio: 16 / 10;
	border-radius: 18px;
}

.knowledge-spotlight-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.74rem;
	font-weight: 700;
}

.knowledge-spotlight-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(240, 244, 251, 0.86);
	color: #4c607b;
}

.knowledge-spotlight-card h3 {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.18;
}

.knowledge-results__head p,
.knowledge-card p,
.knowledge-featured p,
.knowledge-empty p {
	color: var(--almafix-muted);
}

.knowledge-hero__panel {
	display: flex;
	align-items: stretch;
}

.knowledge-hero__panel-card,
.knowledge-search,
.knowledge-filter-group,
.knowledge-featured,
.knowledge-card,
.knowledge-empty,
.knowledge-pagination .page-numbers {
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 18px 42px rgba(20, 32, 58, 0.06);
}

.knowledge-hero__panel-card {
	width: 100%;
	display: grid;
	gap: 12px;
	padding: 16px;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92)),
		radial-gradient(circle at bottom left, rgba(0, 177, 216, 0.08), transparent 28%);
}

.knowledge-hero__panel-top {
	display: grid;
	gap: 8px;
}

.knowledge-hero__panel-headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.knowledge-hero__panel-clear {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--almafix-primary);
}

.knowledge-hero__panel-card--filters {
	gap: 12px;
	padding: 18px;
	border-radius: 24px;
}

.knowledge-chips--panel {
	gap: 8px;
}

.knowledge-chips--panel .knowledge-chip {
	min-height: 32px;
	padding: 0 12px;
	font-size: 0.78rem;
}

.knowledge-hero__panel-label,
.knowledge-card__meta,
.knowledge-featured__meta,
.knowledge-filter-group__head,
.knowledge-readtime {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
}

.knowledge-hero__panel-list,
.knowledge-card__tags,
.knowledge-chips {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.knowledge-hero__panel-list {
	display: grid;
	gap: 8px;
}

.knowledge-hero__panel-list li {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(16, 32, 51, 0.06);
	font-family: "Gothic A1", sans-serif;
}

.knowledge-hero__panel-list strong {
	font-size: 0.88rem;
	line-height: 1.2;
	font-weight: 700;
}

.knowledge-hero__panel-list span {
	font-size: 0.77rem;
	line-height: 1.34;
	color: var(--almafix-muted);
}

.knowledge-toolbar,
.knowledge-results {
	display: grid;
	gap: 20px;
}

.knowledge-layout:not(.knowledge-layout--filtered) .knowledge-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.knowledge-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	padding: 16px;
	border-radius: 24px;
}

.knowledge-search input {
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	font: inherit;
}

.knowledge-search input:focus {
	outline: none;
	border-color: rgba(95, 67, 178, 0.28);
	box-shadow: 0 0 0 4px rgba(95, 67, 178, 0.08);
}

.knowledge-search button {
	min-width: 132px;
	min-height: 54px;
	padding: 0 18px;
	border: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--almafix-primary) 0%, #7658d8 100%);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.knowledge-filter-group {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-radius: 24px;
}

.knowledge-filter-group__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.knowledge-filter-group__head p {
	margin: 4px 0 0;
	font-size: 0.88rem;
	font-weight: 400;
	color: var(--almafix-muted);
}

.knowledge-filter-group__head a {
	color: var(--almafix-primary);
}

.knowledge-chips {
	gap: 10px;
}

.knowledge-chip,
.knowledge-mini-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	background: rgba(255, 255, 255, 0.88);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.84rem;
	font-weight: 600;
}

.knowledge-chip.is-active {
	background: rgba(95, 67, 178, 0.1);
	border-color: rgba(95, 67, 178, 0.12);
	color: var(--almafix-primary);
}

.knowledge-chips--soft .knowledge-chip {
	background: rgba(247, 250, 255, 0.92);
}

.knowledge-results__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.knowledge-results__head h2,
.knowledge-featured h3,
.knowledge-card h3,
.knowledge-empty h3 {
	margin: 0;
}

.knowledge-featured {
	display: grid;
	gap: 16px;
	padding: 24px;
	border-radius: 28px;
	align-content: start;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 30%);
}

.knowledge-featured__eyebrow {
	margin: 0;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--almafix-primary);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.knowledge-featured__meta,
.knowledge-card__meta,
.knowledge-card__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.knowledge-featured__meta span,
.knowledge-card__meta span,
.knowledge-readtime {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(240, 244, 251, 0.86);
	color: #4c607b;
}

.knowledge-meta-date {
	background: transparent;
	color: rgba(76, 96, 123, 0.74);
	padding: 0;
	min-height: auto;
}

.knowledge-featured h3 {
	font-size: clamp(1.2rem, 1.7vw, 1.48rem);
	line-height: 1.1;
}

.knowledge-featured p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.58;
}

.knowledge-featured .knowledge-card__tags {
	align-items: center;
	align-content: flex-start;
}

.knowledge-featured .button {
	justify-self: start;
}

.knowledge-featured--sidebar {
	padding: 18px;
	border-radius: 22px;
}

.knowledge-featured--sidebar .knowledge-featured__media {
	height: 172px;
}

.knowledge-featured--sidebar h3 {
	font-size: 1.18rem;
}

.knowledge-featured--sidebar p {
	font-size: 0.88rem;
}

.knowledge-featured--sidebar .knowledge-featured__meta {
	gap: 8px 12px;
}

.knowledge-featured--sidebar .knowledge-featured__meta span {
	min-height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(76, 96, 123, 0.78);
}

.knowledge-featured--sidebar .knowledge-featured__meta span:not(:last-child)::after {
	content: "•";
	margin-left: 12px;
	color: rgba(76, 96, 123, 0.42);
}

.knowledge-featured--sidebar .button {
	width: 100%;
	min-height: 46px;
	padding: 0 18px;
	border-color: rgba(16, 32, 51, 0.12);
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	font-weight: 600;
}

.knowledge-featured--sidebar .button:hover {
	transform: none;
	background: rgba(255, 255, 255, 0.86);
}

.knowledge-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: 20px;
}

.knowledge-card {
	display: grid;
	gap: 14px;
	padding: 22px;
	border-radius: 24px;
	align-content: start;
}

.knowledge-card--visual {
	grid-row: span 2;
}

.knowledge-card h3 {
	font-size: 1.06rem;
	line-height: 1.16;
}

.knowledge-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.58;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.knowledge-card__footer {
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.knowledge-card__tags {
	gap: 8px;
}

.knowledge-mini-chip {
	min-height: 30px;
	padding: 0 10px;
	font-size: 0.74rem;
}

.knowledge-empty {
	display: grid;
	gap: 10px;
	padding: 28px;
	border-radius: 26px;
}

.knowledge-empty--with-visual {
	grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.knowledge-empty__copy {
	display: grid;
	gap: 10px;
}

.knowledge-empty--with-visual .error-visual {
	min-height: 170px;
	padding: 14px;
	border-radius: 22px;
}

.error-visual--compact .error-visual__phone {
	width: min(100%, 112px);
	border-radius: 20px;
}

.error-visual--compact .error-visual__screen {
	border-radius: 14px;
}

.error-visual--compact .error-visual__speaker {
	width: 38px;
	height: 5px;
}

.error-visual--compact .error-visual__face {
	grid-template-columns: repeat(2, 9px);
	gap: 18px 24px;
	width: 72px;
}

.error-visual--compact .error-visual__eye {
	width: 9px;
	height: 9px;
}

.error-visual--compact .error-visual__mouth {
	width: 30px;
	height: 12px;
	border-width: 3px;
}

.error-visual--compact .error-visual__badge {
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	font-size: 1.1rem;
}

.knowledge-empty p {
	margin: 0;
}

.knowledge-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 8px 10px;
	border-radius: 999px;
	list-style: none;
}

.knowledge-pagination .page-numbers li {
	list-style: none;
}

.knowledge-pagination a,
.knowledge-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 0.96rem;
	color: var(--almafix-text);
	border: 1px solid rgba(16, 32, 51, 0.08);
	background: rgba(255, 255, 255, 0.82);
	transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.knowledge-pagination a:hover {
	transform: translateY(-1px);
	border-color: rgba(95, 67, 178, 0.18);
	background: rgba(95, 67, 178, 0.08);
	color: var(--almafix-primary);
}

.knowledge-pagination .prev,
.knowledge-pagination .next {
	min-width: 40px;
	padding-inline: 0;
	font-size: 1.08rem;
	line-height: 1;
}

.knowledge-pagination .current {
	background: rgba(95, 67, 178, 0.1);
	color: var(--almafix-primary);
	border-color: rgba(95, 67, 178, 0.14);
	box-shadow: inset 0 0 0 1px rgba(95, 67, 178, 0.06);
}

.knowledge-pagination .dots {
	min-width: 26px;
	padding: 0 4px;
	border: 0;
	background: transparent;
	color: rgba(73, 94, 122, 0.7);
	box-shadow: none;
}

.content-shell {
	max-width: 1240px;
}

.legal-page {
	padding-top: 10px;
}

.legal-layout {
	display: grid;
	grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.legal-sidebar {
	position: sticky;
	top: 106px;
	display: grid;
	gap: 18px;
}

.legal-sidebar__card,
.legal-panel,
.legal-stat {
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 34%);
	box-shadow: 0 20px 50px rgba(18, 34, 59, 0.06);
}

.legal-sidebar__card {
	padding: 24px;
}

.legal-sidebar__card--muted {
	background:
		linear-gradient(180deg, rgba(243, 247, 253, 0.98), rgba(237, 243, 250, 0.94)),
		radial-gradient(circle at top right, rgba(0, 177, 216, 0.08), transparent 34%);
}

.legal-sidebar__eyebrow {
	margin: 0 0 8px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.legal-sidebar__card h2 {
	margin-bottom: 10px;
	font-size: 1.55rem;
}

.legal-sidebar__nav {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.legal-sidebar__nav a,
.legal-data-list a {
	color: var(--almafix-primary-dark);
	font-weight: 700;
}

.legal-sidebar__nav a:hover,
.legal-data-list a:hover {
	color: var(--almafix-primary);
}

.legal-chip {
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(16, 32, 51, 0.06);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: #3d4d66;
}

.legal-main,
.legal-grid {
	display: grid;
	gap: 22px;
}

.legal-grid--duo {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-grid--stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legal-panel,
.legal-stat {
	padding: 28px;
}

.legal-panel--intro {
	padding-top: 30px;
}

.legal-panel__header {
	display: grid;
	gap: 8px;
	margin-bottom: 22px;
}

.legal-panel__header h2,
.legal-panel > h2,
.legal-panel > h3 {
	margin-bottom: 10px;
}

.legal-richtext > :last-child,
.legal-panel > :last-child {
	margin-bottom: 0;
}

.legal-richtext ul {
	margin: 0 0 18px;
	padding-left: 20px;
	color: var(--almafix-muted);
}

.legal-richtext a {
	color: var(--almafix-primary);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(95, 67, 178, 0.28);
	text-underline-offset: 0.16em;
}

.legal-richtext a:hover {
	color: var(--almafix-primary-dark);
	text-decoration-color: rgba(67, 42, 141, 0.42);
}

.legal-richtext li + li {
	margin-top: 10px;
}

.legal-stat {
	display: grid;
	gap: 10px;
	align-content: start;
	min-height: 138px;
}

.legal-stat span {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.legal-stat strong {
	font-family: "Gothic A1", sans-serif;
	font-size: 1.22rem;
	line-height: 1.25;
	color: var(--almafix-text);
}

.legal-data-list {
	display: grid;
	gap: 14px;
	margin: 0;
}

.legal-data-list__row {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.legal-data-list__row:first-child {
	padding-top: 0;
	border-top: 0;
}

.legal-data-list dt {
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	color: var(--almafix-text);
}

.legal-data-list dd {
	margin: 0;
	color: var(--almafix-muted);
}

.page-hero--article {
	padding: 20px 0 12px;
	overflow-x: clip;
}

.page-hero--article + .section--compact {
	padding-top: 2px;
}

.article-layout--hero {
	align-items: end;
}

.article-hero {
	display: grid;
	gap: 14px;
	grid-column: 1 / -1;
	max-width: 100%;
	width: 100%;
}

.article-hero__surface {
	position: relative;
	overflow: visible;
	isolation: isolate;
	padding: clamp(10px, 1.4vw, 16px) 0 clamp(12px, 1.8vw, 20px);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.article-hero__surface::before {
	content: "";
	position: absolute;
	inset: -16% -14%;
	background:
		radial-gradient(circle at 8% 18%, rgba(114, 91, 214, 0.1), transparent 34%),
		radial-gradient(circle at 84% 22%, rgba(134, 191, 255, 0.1), transparent 30%),
		linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(246, 249, 255, 0.42) 14%, rgba(246, 249, 255, 0.42) 86%, rgba(255, 255, 255, 0) 100%);
	filter: blur(28px);
	opacity: 0.95;
	z-index: -2;
}

.article-hero__content {
	display: grid;
	gap: 14px;
	max-width: 1440px;
}

.article-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 2px;
	color: var(--almafix-muted);
	font-size: 0.84rem;
}

.article-breadcrumb a {
	color: inherit;
}

.article-lead {
	max-width: 68ch;
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.74;
	color: #536b88;
}

.article-hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-top: 2px;
	padding-top: 2px;
}

.article-meta-item {
	display: inline-flex;
	align-items: center;
	min-height: auto;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #667990;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.84rem;
	font-weight: 500;
}

.article-hero-meta > * + *::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 12px;
	border-radius: 999px;
	background: rgba(86, 108, 136, 0.34);
}

.page-hero--article h1 {
	max-width: 28ch;
	margin: 0;
	font-size: clamp(2.02rem, 3.05vw, 3.25rem);
	line-height: 0.95;
	letter-spacing: -0.032em;
	text-wrap: pretty;
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 270px);
	gap: 26px;
	align-items: start;
}

.article-main {
	min-width: 0;
	display: grid;
	gap: 28px;
}

.article-sidebar {
	display: grid;
	gap: 14px;
	position: sticky;
	top: 112px;
	align-content: start;
}

.article-sidebar__section,
.article-toc {
	padding: 18px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 36px rgba(20, 32, 58, 0.05);
}

.article-sidebar__section--soft,
.article-toc--hero {
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 12px 28px rgba(20, 32, 58, 0.04);
}

.article-sidebar__search {
	gap: 12px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 249, 255, 0.84)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 34%);
}

.article-sidebar__search-note {
	margin: -2px 0 0;
	font-size: 0.86rem;
	line-height: 1.45;
	color: var(--almafix-muted);
}

.article-sidebar-search-form {
	display: block;
}

.article-sidebar-search-form__field {
	position: relative;
}

.article-sidebar-search-form input {
	width: 100%;
	min-height: 46px;
	padding: 0 58px 0 14px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	font: inherit;
}

.article-sidebar-search-form input:focus {
	outline: none;
	border-color: rgba(95, 67, 178, 0.28);
	box-shadow: 0 0 0 4px rgba(95, 67, 178, 0.08);
}

.article-sidebar-search-form button {
	position: absolute;
	top: 50%;
	right: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 11px;
	background: linear-gradient(135deg, var(--almafix-primary) 0%, #7658d8 100%);
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
}

.article-entry {
	display: grid;
	gap: 28px;
	padding: 38px 42px;
	border-radius: 28px;
}

.article-section-label {
	margin: 0 0 10px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.article-anchor-list {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.article-anchor-list a {
	color: var(--almafix-muted);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.45;
}

.article-related__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-rail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px 24px;
	padding-top: 4px;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.article-rail__group {
	display: grid;
	gap: 10px;
}

.article-rail__group--share {
	justify-items: end;
}

.article-share {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.article-share__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--almafix-text);
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.article-share__icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.article-share__link:hover,
.article-share__link:focus-visible {
	border-color: rgba(95, 67, 178, 0.2);
	background: rgba(255, 255, 255, 0.96);
	color: var(--almafix-primary);
	transform: translateY(-1px);
	outline: none;
}

.article-share__link--facebook {
	color: #1877f2;
}

.article-share__link--messenger {
	color: #0084ff;
}

.article-share__link--x {
	color: #111111;
}

.article-share__link--viber {
	color: #7360f2;
}

.article-share__link--mail {
	color: #5f43b2;
}

.article-share__link--copy {
	color: #42536a;
}

.article-share__link--copy.is-copied {
	border-color: rgba(0, 177, 216, 0.18);
	color: #0088a6;
}

.entry-meta,
.archive-description {
	margin-bottom: 18px;
	color: var(--almafix-muted);
}

.entry-content {
	color: #4f6480;
	font-size: 1.05rem;
	line-height: 1.85;
}

.entry-content > * {
	max-width: 100%;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote {
	max-width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	max-width: 100%;
	margin-top: 34px;
	margin-bottom: 12px;
	color: var(--almafix-text);
	line-height: 1.06;
	text-wrap: pretty;
}

.entry-content h2 {
	font-size: clamp(1.72rem, 2.4vw, 2.28rem);
}

.entry-content h3 {
	font-size: clamp(1.28rem, 1.7vw, 1.56rem);
}

.entry-content p {
	margin: 0 0 16px;
}

.entry-content p,
.entry-content li,
.entry-content blockquote {
	max-width: none;
}

.entry-content ul,
.entry-content ol {
	padding-left: 22px;
	color: var(--almafix-muted);
}

.entry-content li {
	margin-bottom: 8px;
}

.entry-content a {
	color: var(--almafix-primary);
}

.entry-content iframe {
	min-height: 360px;
	border-radius: 22px;
	margin-top: 16px;
}

.entry-content > :first-child {
	margin-top: 0;
}

.service-page-hero {
	position: relative;
	overflow: clip;
	padding: 12px 0 10px;
	background:
		linear-gradient(180deg, rgba(239, 243, 250, 0.94), rgba(242, 246, 252, 0.88)),
		radial-gradient(circle at 12% 22%, rgba(123, 93, 220, 0.11), transparent 34%),
		radial-gradient(circle at 88% 20%, rgba(0, 177, 216, 0.05), transparent 22%);
	border-top: 1px solid rgba(95, 67, 178, 0.05);
	border-bottom: 1px solid rgba(16, 32, 51, 0.05);
}

.service-page-hero::after {
	content: "";
	position: absolute;
	right: max(28px, calc((100vw - min(1480px, calc(100% - 48px))) / 2));
	top: 50%;
	width: clamp(88px, 8.5vw, 124px);
	height: clamp(88px, 8.5vw, 124px);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.07;
	pointer-events: none;
}

.service-page-hero h1 {
	margin-bottom: 2px;
	max-width: 11ch;
	font-size: clamp(1.38rem, 2.15vw, 1.86rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
	color: #4f38a0;
}

.service-page-hero--model h1 {
	max-width: 16ch;
	font-size: clamp(1.28rem, 1.9vw, 1.64rem);
	line-height: 0.92;
	text-wrap: balance;
}

.service-page-hero .eyebrow {
	margin-bottom: 6px;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
}

.service-page-hero .site-width {
	display: grid;
	gap: 6px;
	padding: 0 min(12vw, 126px) 0 0;
}

.service-page-hero__lead {
	max-width: 60ch;
	margin: 2px 0 4px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #5b6f8a;
}

.service-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.74rem;
}

.service-breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #45617f;
}

.service-breadcrumb li:not(:last-child)::after {
	content: "/";
	color: rgba(16, 32, 51, 0.35);
}

.service-breadcrumb a {
	color: var(--almafix-primary);
}

.service-page-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.service-page-hero__pills span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 8px;
	border: 1px solid rgba(95, 67, 178, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 8px 18px rgba(20, 32, 58, 0.04);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.62rem;
	font-weight: 700;
	color: #435270;
}

.service-page-hero--iphone-javitas::after,
.service-page-hero--samsung-mobiltelefon::after,
.service-page-hero--xiaomi-mobiltelefon::after,
.service-page-hero--model.service-page-hero--iphone-javitas::after,
.service-page-hero--model.service-page-hero--samsung-mobiltelefon::after,
.service-page-hero--model.service-page-hero--xiaomi-mobiltelefon::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Crect x='62' y='14' width='116' height='212' rx='26' fill='none' stroke='%235f43b2' stroke-width='10'/%3E%3Crect x='88' y='28' width='64' height='8' rx='4' fill='%235f43b2'/%3E%3Ccircle cx='120' cy='197' r='7' fill='%235f43b2'/%3E%3C/svg%3E");
}

.service-page-hero--ipad-javitas::after,
.service-page-hero--model.service-page-hero--ipad-javitas::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 240'%3E%3Crect x='26' y='20' width='208' height='200' rx='20' fill='none' stroke='%235f43b2' stroke-width='10'/%3E%3Ccircle cx='130' cy='198' r='6' fill='%235f43b2'/%3E%3C/svg%3E");
}

.service-page-hero--apple-watch-javitas::after,
.service-page-hero--model.service-page-hero--apple-watch-javitas::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Crect x='72' y='60' width='96' height='96' rx='28' fill='none' stroke='%235f43b2' stroke-width='10'/%3E%3Cpath d='M98 50V24m44 26V24m-44 166v26m44-26v26' stroke='%235f43b2' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E");
}

.service-page-hero--mac-szerviz::after,
.service-page-hero--model.service-page-hero--mac-szerviz::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 220'%3E%3Crect x='52' y='34' width='176' height='112' rx='12' fill='none' stroke='%235f43b2' stroke-width='10'/%3E%3Cpath d='M34 166h212l-14 20H48l-14-20z' fill='none' stroke='%235f43b2' stroke-width='10' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mac-service-hero {
	padding: 18px 0 10px;
	background:
		linear-gradient(180deg, rgba(241, 245, 251, 0.97), rgba(236, 243, 250, 0.94)),
		radial-gradient(circle at 16% 18%, rgba(123, 93, 220, 0.12), transparent 24%),
		radial-gradient(circle at 84% 20%, rgba(0, 177, 216, 0.08), transparent 22%);
}

.mac-service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: end;
	padding: 18px 22px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 250, 255, 0.68));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.54),
		0 16px 36px rgba(18, 34, 59, 0.06);
}

.mac-service-hero__copy,
.mac-service-hero__aside,
.mac-service-overview__intro,
.mac-service-block,
.mac-service-overview,
.mac-service-contact {
	display: grid;
	align-content: start;
}

.mac-service-hero__copy {
	gap: 8px;
	max-width: 820px;
}

.mac-service-hero__copy h1 {
	max-width: 14ch;
	font-size: clamp(1.8rem, 3.2vw, 2.9rem);
	line-height: 0.96;
}

.mac-service-hero__lead {
	max-width: 54ch;
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--almafix-muted);
}

.mac-service-hero__meta,
.mac-service-hero__actions,
.mac-service-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mac-service-hero__meta span,
.mac-service-hero__contact,
.mac-service-card,
.mac-service-step,
.mac-service-contact {
	border: 1px solid rgba(16, 32, 51, 0.08);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.04);
}

.mac-service-hero__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 14px;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	color: var(--almafix-primary-dark);
}

.mac-service-hero__aside {
	gap: 10px;
	justify-items: end;
}

.mac-service-hero__visual {
	position: relative;
	width: min(420px, 42vw);
	height: 118px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.88)),
		radial-gradient(circle at 80% 20%, rgba(123, 93, 220, 0.08), transparent 28%);
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.04);
	overflow: hidden;
}

.mac-service-hero__device {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	opacity: 0;
	transform: translateY(10px);
	animation: almafix-mac-device-rotate 9s infinite;
}

.mac-service-hero__device--two {
	animation-delay: 3s;
}

.mac-service-hero__device--three {
	animation-delay: 6s;
}

.mac-service-hero__device-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(95, 67, 178, 0.12), rgba(0, 177, 216, 0.08));
	color: #5f43b2;
}

.mac-service-hero__device-icon svg {
	width: 48px;
	height: 48px;
}

.mac-service-hero__device-copy {
	display: grid;
	gap: 4px;
}

.mac-service-hero__device-copy strong {
	font-size: 1.12rem;
	line-height: 1.1;
}

.mac-service-hero__device-copy span {
	color: var(--almafix-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.mac-service-hero__contact {
	gap: 2px;
	padding: 12px 14px;
	border-radius: 16px;
	min-width: 250px;
}

.mac-service-hero__contact span {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--almafix-primary);
}

.mac-service-hero__contact strong,
.mac-service-hero__contact a {
	font-family: "Gothic A1", sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--almafix-text);
}

.mac-service-hero__contact small {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--almafix-muted);
}

.mac-service-hero__actions .button {
	min-height: 40px;
	padding: 10px 16px;
}

@keyframes almafix-mac-device-rotate {
	0%, 28% {
		opacity: 1;
		transform: translateY(0);
	}

	33%, 100% {
		opacity: 0;
		transform: translateY(-10px);
	}
}

.mac-service-section,
.mac-service-overview {
	display: grid;
	grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
	gap: 24px;
	align-items: start;
}

.mac-service-section__intro,
.mac-service-overview__intro {
	gap: 12px;
	position: sticky;
	top: 104px;
}

.mac-service-section__intro h2,
.mac-service-overview__intro h2,
.mac-service-block h2,
.mac-service-contact h2 {
	max-width: 16ch;
	font-size: clamp(1.7rem, 2.8vw, 2.4rem);
	line-height: 1.02;
}

.mac-service-section__intro p:last-child,
.mac-service-overview__intro p:last-child,
.mac-service-block > p:last-of-type,
.mac-service-contact > div > p:last-of-type {
	max-width: 58ch;
	color: var(--almafix-muted);
	line-height: 1.7;
}

.mac-service-section__content {
	min-width: 0;
}

.mac-service-overview__grid,
.mac-service-issues,
.mac-service-steps {
	display: grid;
	gap: 14px;
}

.mac-service-inline-contact {
	display: grid;
	gap: 16px;
	padding: 28px 32px;
	border-radius: 30px;
}

.mac-service-inline-contact__copy {
	display: grid;
	gap: 10px;
	max-width: 52ch;
}

.mac-service-inline-contact__copy h3 {
	max-width: 14ch;
	font-size: clamp(1.7rem, 2.9vw, 2.4rem);
	line-height: 1.02;
	color: #fff;
}

.mac-service-inline-contact__copy p:last-child {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}

.mac-service-inline-contact__actions,
.mac-service-inline-contact__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mac-service-inline-contact__actions .button {
	min-height: 44px;
	padding: 10px 18px;
}

.mac-service-inline-contact__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
}

.mac-service-card,
.mac-service-step {
	padding: 18px 18px 20px;
	border-radius: 20px;
}

.mac-service-card h3,
.mac-service-step strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
}

.mac-service-card p,
.mac-service-step p {
	margin: 0;
	color: var(--almafix-muted);
	line-height: 1.65;
}

.mac-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.mac-service-block {
	gap: 14px;
}

.mac-service-contact {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 24px 26px;
	border-radius: 24px;
}

.mac-service-hero__contact.contact-page-sidebar__card--accent {
	padding: 16px 18px;
	border-radius: 18px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 18px 36px rgba(18, 34, 59, 0.16);
}

.mac-service-hero__contact.contact-page-sidebar__card--accent small,
.mac-service-hero__contact.contact-page-sidebar__card--accent span {
	color: rgba(255, 255, 255, 0.72);
}

.mac-service-hero__contact.contact-page-sidebar__card--accent strong,
.mac-service-hero__contact.contact-page-sidebar__card--accent a {
	color: #fff;
}

.service-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
	gap: 34px;
	align-items: start;
}

.service-layout__main {
	display: grid;
	gap: 4px;
	align-content: start;
}

.service-steps {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 108px;
}

.service-steps__intro {
	max-width: 460px;
	margin-bottom: 2px;
	font-size: clamp(1.55rem, 2.1vw, 2.1rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.service-step {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 20px 22px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 38px rgba(20, 32, 58, 0.05);
}

.service-step__marker {
	width: 36px;
	height: 36px;
	margin-top: 2px;
	border-radius: 12px;
	transform: rotate(45deg);
	background: linear-gradient(135deg, #5f43b2 0%, #8b6df2 100%);
	box-shadow: 0 14px 24px rgba(95, 67, 178, 0.16);
}

.service-step h3 {
	margin-bottom: 8px;
	font-size: 1rem;
}

.service-step p {
	margin: 0;
	color: var(--almafix-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.service-model-browser {
	min-width: 0;
	padding: 24px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 251, 255, 0.82)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 30%);
	box-shadow: 0 24px 56px rgba(20, 32, 58, 0.08);
}

.quote-service-shell {
	display: grid;
	gap: 18px;
}

.quote-service-card {
	padding: 22px 24px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.07), transparent 32%);
	box-shadow: 0 18px 38px rgba(20, 32, 58, 0.06);
}

.quote-service-card--lead {
	padding: 26px 28px;
}

.quote-service-card--lead h2 {
	max-width: 18ch;
	margin-bottom: 10px;
	font-size: clamp(1.55rem, 2vw, 2.05rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.quote-service-card--lead > p {
	max-width: 62ch;
	margin: 0;
	color: var(--almafix-muted);
	font-size: 0.98rem;
	line-height: 1.68;
}

.quote-service-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.quote-service-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 14px 15px;
	border-radius: 18px;
	background: rgba(95, 67, 178, 0.06);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
	color: #23344d;
}

.quote-service-highlights li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 0.42rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--almafix-primary);
}

.quote-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.quote-service-card h3 {
	margin-bottom: 8px;
	font-size: 1rem;
}

.quote-service-card p {
	margin: 0;
	color: var(--almafix-muted);
	font-size: 0.93rem;
	line-height: 1.62;
}

.quote-service-banner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px 20px;
	align-items: center;
	padding: 22px 24px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(16, 32, 51, 0.96), rgba(26, 42, 68, 0.98)),
		radial-gradient(circle at 10% 18%, rgba(123, 93, 220, 0.22), transparent 28%);
	box-shadow: 0 22px 46px rgba(12, 20, 36, 0.16);
	color: #fff;
}

.quote-service-banner .eyebrow,
.quote-service-banner h3 {
	color: #fff;
}

.quote-service-banner h3 {
	margin-bottom: 8px;
	max-width: 24ch;
	font-size: clamp(1.2rem, 1.6vw, 1.5rem);
	line-height: 1.06;
}

.quote-service-banner p:last-child {
	margin: 0;
	max-width: 54ch;
	color: rgba(255, 255, 255, 0.76);
}

.quote-service-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-self: center;
	justify-content: flex-end;
}

.quote-service-banner__actions .button {
	min-height: 46px;
	padding-inline: 20px;
}

.quote-service-banner__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	grid-column: 1 / -1;
}

.quote-service-banner__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	font-family: "Gothic A1", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.86);
}

.service-model-search {
	width: 100%;
	min-height: 50px;
	padding: 0 16px;
	margin-bottom: 14px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	font: inherit;
}

.service-model-search:focus {
	outline: none;
	border-color: rgba(95, 67, 178, 0.28);
	box-shadow: 0 0 0 4px rgba(95, 67, 178, 0.08);
}

.service-model-browser__intro {
	margin-bottom: 20px;
}

.service-model-browser__intro p {
	margin: 0;
	max-width: 560px;
	font-size: 0.95rem;
	line-height: 1.65;
}

.service-layout__cta {
	width: 100%;
	margin-top: -2px;
	display: flex;
	justify-content: center;
}

.service-model-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 16px;
}

.service-model-card {
	position: relative;
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 16px 14px 18px;
	border-radius: 22px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: rgba(255, 255, 255, 0.92);
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-model-card__sale-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(95, 67, 178, 0.1);
	border: 1px solid rgba(95, 67, 178, 0.16);
	color: rgba(95, 67, 178, 0.76);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 20px rgba(20, 32, 58, 0.05);
	backdrop-filter: blur(10px);
}

.service-model-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(20, 32, 58, 0.09);
	border-color: rgba(95, 67, 178, 0.14);
}

.service-model-card img {
	width: 100%;
	max-width: 142px;
	height: 142px;
	margin: 0 auto;
	object-fit: contain;
}

.service-model-card h3 {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.3;
}

.service-model-card--service {
	padding: 24px;
	text-align: left;
	align-content: space-between;
	min-height: 210px;
}

.service-model-card--service p {
	margin: 0;
	color: var(--almafix-muted);
	font-size: 0.94rem;
}

.service-empty {
	color: var(--almafix-muted);
}

.service-empty--card {
	display: grid;
	grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 30%);
}

.service-empty__copy {
	display: grid;
	gap: 8px;
}

.service-empty__copy h3 {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.08;
	color: var(--almafix-text);
}

.service-empty__copy p {
	margin: 0;
	color: var(--almafix-muted);
}

.model-detail-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: 30px;
	align-items: start;
}

.model-overview-strip {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.model-overview-card {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border-radius: 20px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 8px 16px rgba(20, 32, 58, 0.035);
	align-content: start;
}

.model-overview-card h2,
.model-overview-card h3,
.model-detail-visual__head h1,
.model-price-header__copy h2,
.model-faq__intro h2 {
	margin: 0;
}

.model-overview-card h2,
.model-overview-card h3 {
	font-size: clamp(1.4rem, 2vw, 1.9rem);
	line-height: 1;
}

.model-overview-card p:last-child,
.model-detail-visual__head p:last-child,
.model-price-header__copy p:last-child,
.model-faq__intro p:last-child {
	margin: 0;
	color: var(--almafix-muted);
}

.model-overview-card .eyebrow {
	margin-bottom: 2px;
}

.model-overview-card p:last-child {
	font-size: 0.88rem;
	line-height: 1.5;
}

.model-detail-visual {
	display: grid;
	gap: 18px;
	padding: 30px;
	position: sticky;
	top: 108px;
	border-radius: 28px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 255, 0.84)),
		radial-gradient(circle at top center, rgba(123, 93, 220, 0.08), transparent 38%);
	box-shadow: 0 22px 46px rgba(20, 32, 58, 0.08);
}

.model-detail-visual__head {
	display: grid;
	gap: 10px;
}

.model-detail-visual .service-breadcrumb ol {
	font-size: 0.82rem;
}

.model-detail-visual .service-breadcrumb li {
	color: #60738e;
}

.model-detail-visual__head h1 {
	color: #5f43b2;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 0.94;
	text-wrap: balance;
}

.model-detail-visual img {
	width: min(100%, 240px);
	max-width: 240px;
	max-height: 360px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
}

.model-detail-facts {
	display: grid;
	gap: 10px;
}

.model-detail-facts__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(16, 32, 51, 0.05);
}

.model-detail-facts__item span {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #61748d;
}

.model-detail-facts__item strong {
	font-size: 0.92rem;
	color: var(--almafix-text);
}

.model-price-list {
	display: grid;
	gap: 18px;
}

.model-price-header {
	display: grid;
	gap: 16px;
}

.model-price-header__panel {
	display: grid;
	gap: 18px;
	padding: 24px 26px;
	border-radius: 24px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94));
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.05);
}

.model-price-header__copy {
	display: grid;
	gap: 8px;
}

.model-overview-strip .model-overview-card {
	grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
	align-items: center;
	gap: 8px 22px;
}

.model-overview-strip .model-overview-card .eyebrow {
	grid-column: 1;
	margin: 0;
	font-size: 0.82rem;
	text-align: center;
	align-self: center;
}

.model-overview-strip .model-overview-card p:last-child {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
}

.model-content-panel,
.model-detail-note {
	display: grid;
	gap: 10px;
	padding: 22px 24px;
	border-radius: 22px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94));
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.05);
}

.model-content-panel h2,
.model-content-panel h3,
.model-detail-note strong {
	margin: 0;
}

.model-content-panel p,
.model-detail-note p {
	margin: 0;
	color: var(--almafix-muted);
}

.model-content-panel--summary {
	gap: 18px;
}

.model-content-panel__copy {
	display: grid;
	gap: 8px;
}

.model-post-grid,
.model-faq {
	display: grid;
	gap: 12px;
}

.model-post-grid,
.model-faq {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.model-faq__intro {
	grid-column: 1 / -1;
	display: grid;
	gap: 8px;
	padding: 2px 2px 8px;
}

.model-faq .model-content-panel:last-child {
	grid-column: 1 / -1;
}

.model-price-group {
	display: grid;
	gap: 10px;
}

.model-price-group__head {
	display: grid;
	gap: 2px;
	padding: 0 2px;
}

.model-price-group__head p:last-child {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--almafix-muted);
}

.model-price-group__list {
	display: grid;
	gap: 12px;
}

.model-price-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px 16px 22px;
	border-radius: 22px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94));
	box-shadow: 0 14px 28px rgba(20, 32, 58, 0.05);
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.model-price-item__copy {
	display: grid;
	align-content: center;
	gap: 4px;
	padding-left: 10px;
	flex: 1 1 auto;
	min-width: 0;
}

.model-price-item__badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(95, 112, 133, 0.92);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	opacity: 0.95;
}

.model-price-item__badge::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(95, 112, 133, 0.72);
	flex: 0 0 auto;
}

.model-price-item::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 14px;
	bottom: 14px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(95, 67, 178, 0.92), rgba(95, 67, 178, 0.36));
}

.model-price-item:hover {
	border-color: rgba(16, 32, 51, 0.08);
	box-shadow: 0 16px 30px rgba(20, 32, 58, 0.06);
}

.model-price-item strong,
.model-price-item > .model-price-value {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.98rem;
}

.model-price-item strong {
	padding-left: 10px;
	line-height: 1.18;
}

.model-price-item > .model-price-value {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 0;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.04);
	color: #243651;
	font-weight: 800;
	line-height: 1;
	flex: 0 0 auto;
	max-width: min(100%, 420px);
}

.model-price-value__sale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.2rem, 1.3vw, 1.55rem);
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.model-price-value__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(95, 67, 178, 0.14);
	color: #5f43b2;
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1;
	max-width: 100%;
	text-align: center;
}

.model-price-value__original {
	font-size: 0.78rem;
	line-height: 1;
	color: rgba(95, 112, 133, 0.95);
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	font-weight: 700;
	white-space: nowrap;
}

.model-price-value.is-on-sale {
	background: rgba(95, 67, 178, 0.08);
	color: #5f43b2;
}

.model-price-item--featured {
	border-color: rgba(16, 32, 51, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.95));
}

.service-prep {
	display: grid;
	grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1.46fr);
	gap: 22px;
	align-items: center;
	padding: 28px 30px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	border-radius: 32px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.9)),
		radial-gradient(circle at 10% 18%, rgba(123, 93, 220, 0.08), transparent 28%),
		radial-gradient(circle at 88% 8%, rgba(0, 177, 216, 0.05), transparent 24%);
	box-shadow: 0 24px 52px rgba(20, 32, 58, 0.08);
}

.service-prep-section {
	padding-top: 22px;
	padding-bottom: 38px;
}

.service-prep__intro {
	display: grid;
	gap: 8px;
	padding-top: 0;
}

.service-prep__intro h2 {
	max-width: 10ch;
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	line-height: 0.94;
	letter-spacing: -0.045em;
}

.service-prep__intro p:last-child {
	max-width: 30ch;
	font-size: 0.89rem;
	line-height: 1.58;
}

.service-prep__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.service-prep__item {
	padding: 16px 18px 18px;
	border-radius: 22px;
	border: 1px solid rgba(16, 32, 51, 0.06);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.92)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.07), transparent 34%);
	box-shadow: 0 12px 24px rgba(20, 32, 58, 0.05);
}

.service-prep__item h3 {
	margin-bottom: 6px;
	font-size: 0.96rem;
}

.service-prep__item p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.52;
	color: var(--almafix-muted);
}

.service-hero-card,
.service-cta-strip {
	display: grid;
	gap: 22px;
	padding: 30px 34px;
	border: 1px solid var(--almafix-line);
	border-radius: var(--almafix-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.94)),
		radial-gradient(circle at top right, rgba(123, 93, 220, 0.08), transparent 35%);
	box-shadow: var(--almafix-shadow);
}

.service-cta-strip--standalone {
	gap: 12px;
	padding: 18px 22px;
	border-radius: 26px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	box-shadow: 0 18px 38px rgba(20, 32, 58, 0.06);
}

.service-cta-strip--standalone h2 {
	margin-bottom: 6px;
	max-width: 24ch;
	font-size: clamp(1.12rem, 1.9vw, 1.5rem);
	line-height: 1.02;
	text-wrap: balance;
}

.service-cta-strip--standalone .service-intro {
	max-width: 52ch;
	font-size: 0.86rem;
	line-height: 1.46;
}

.service-cta-strip--standalone .eyebrow {
	margin-bottom: 6px;
	font-size: 0.68rem;
}

.service-cta-strip--standalone .service-cta-strip__actions {
	gap: 10px;
	align-self: center;
}

.service-cta-strip--standalone .button--icon-only {
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 999px;
}

.service-cta-strip--standalone .button--icon-only svg {
	width: 16px;
	height: 16px;
}

.service-hero-card {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	align-items: start;
}

.service-hero-card--single {
	grid-template-columns: 1fr;
}

.service-hero-card__copy h1,
.service-cta-strip h2 {
	margin-bottom: 12px;
}

.service-intro {
	max-width: 720px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--almafix-muted);
}

.service-hero-card__meta {
	display: grid;
	gap: 16px;
}

.service-panel {
	padding: 18px 20px;
	border: 1px solid rgba(95, 67, 178, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
}

.service-panel h2 {
	margin-bottom: 12px;
	font-size: 1.05rem;
}

.service-bullet-list {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 10px;
	color: var(--almafix-muted);
}

.service-models-shell {
	max-width: none;
}

.service-models-shell #search {
	width: 100%;
	max-width: 460px;
	min-height: 52px;
	padding: 0 16px;
	margin-bottom: 18px;
	border: 1px solid rgba(16, 32, 51, 0.1);
	border-radius: 16px;
	background: #fff;
	font: inherit;
}

.service-models-shell #device-container {
	justify-content: flex-start;
	margin-top: 0;
}

.service-models-shell .category-box {
	width: calc(25% - 20px);
	margin: 10px;
	padding: 1.1rem 0.75rem;
	border-radius: 18px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: 0 18px 34px rgba(20, 32, 58, 0.06);
}

.service-models-shell .category-box:hover {
	background-color: #f8faff;
}

.service-models-shell .category-box__title {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
}

.service-cta-strip {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	padding: 18px 20px;
	border-radius: 24px;
}

.service-layout__cta .service-cta-strip {
	gap: 14px;
	width: min(100%, 390px);
	padding: 10px 12px;
	border-radius: 22px;
	box-shadow: 0 18px 34px rgba(20, 32, 58, 0.06);
	grid-template-columns: minmax(0, 1fr) auto;
}

.service-layout__cta .service-cta-strip h2 {
	margin-bottom: 4px;
	max-width: 26ch;
	font-size: clamp(0.88rem, 1.05vw, 1rem);
	line-height: 1.12;
	text-wrap: balance;
}

.service-layout__cta .service-intro {
	max-width: 48ch;
	font-size: 0.7rem;
	line-height: 1.36;
}

.service-layout__cta .service-cta-strip__actions {
	gap: 8px;
	align-self: center;
	flex-wrap: nowrap;
}

.service-layout__cta .service-cta-strip .eyebrow {
	margin-bottom: 4px;
	font-size: 0.62rem;
	letter-spacing: 0.18em;
}

.service-layout__cta .service-cta-strip .button--icon svg,
.service-layout__cta .service-cta-strip .button--icon-only svg {
	width: 14px;
	height: 14px;
}

.service-layout__cta .service-cta-strip .button--icon-only {
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 999px;
}

.service-cta-strip__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.price-list {
	gap: 14px;
	max-width: 820px;
}

.price-item {
	padding: 16px 18px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(20, 32, 58, 0.06);
}

.item-name,
.item-price {
	font-family: "Gothic A1", sans-serif;
	font-size: 1rem;
}

.site-footer {
	position: relative;
	color: #fff;
	background:
		radial-gradient(circle at top left, rgba(95, 67, 178, 0.12), transparent 26%),
		radial-gradient(circle at top right, rgba(0, 177, 216, 0.08), transparent 22%),
		linear-gradient(180deg, #101827 0%, #0b121e 100%);
}

.site-footer__wave {
	height: 18px;
	margin-top: -1px;
	background:
		radial-gradient(38% 14px at 10% 0, #eff4f9 98%, transparent 100%),
		radial-gradient(30% 12px at 38% 0, #eff4f9 98%, transparent 100%),
		radial-gradient(28% 12px at 66% 0, #eff4f9 98%, transparent 100%),
		radial-gradient(34% 14px at 92% 0, #eff4f9 98%, transparent 100%);
}

.site-footer__surface {
	display: grid;
	gap: 18px;
	padding: 24px 0 20px;
}

.site-footer__top {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) 0.9fr 0.9fr;
	gap: 18px;
	align-items: stretch;
}

.site-footer__intro,
.site-footer__column {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.site-footer__intro {
	padding: 24px;
}

.site-brand--footer {
	margin-bottom: 16px;
}

.site-brand--footer .almafix-tagline,
.site-footer p,
.site-footer li,
.site-footer a {
	color: rgba(255, 255, 255, 0.72);
}

.site-brand--footer .almafix-wordmark,
.site-footer h2 {
	color: #fff;
}

.site-footer__lead {
	max-width: 32ch;
	margin-bottom: 0;
	font-size: 0.98rem;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.76);
}

.site-footer__hours {
	display: grid;
	gap: 4px;
	margin-top: 18px;
}

.site-footer__hours-label {
	font-family: "Gothic A1", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
}

.site-footer__hours-value {
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.86);
}

.site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.site-footer__socials a {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	font-family: "Gothic A1", sans-serif;
	font-weight: 700;
	font-size: 0.88rem;
	text-transform: lowercase;
	background: rgba(255, 255, 255, 0.03);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.site-footer__socials a:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
}

.site-footer__socials svg {
	width: 18px;
	height: 18px;
}

.site-footer__column {
	padding: 20px 20px 22px;
}

.site-footer__column--top {
	padding: 24px 22px;
}

.site-footer__column h2 {
	margin-bottom: 14px;
	font-size: 0.95rem;
	letter-spacing: -0.02em;
}

.site-footer__list,
.almafix-footer-links {
	display: grid;
	gap: 10px;
	font-size: 0.96rem;
}

.almafix-footer-links li {
	list-style: none;
}

.site-footer__list a,
.almafix-footer-links a {
	transition: color 0.18s ease, transform 0.18s ease;
}

.site-footer__list a:hover,
.almafix-footer-links a:hover {
	color: #fff;
	transform: translateX(2px);
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding-top: 14px;
}

.site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 0.88rem;
}

.site-footer__mini-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.site-footer__mini-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.74);
}

.site-footer .almafix-menu-link__badge {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

@media (max-width: 1100px) {
	.knowledge-hero__grid {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.knowledge-layout {
		grid-template-columns: 1fr;
	}

	.faq-page-hero__grid,
	.faq-page-layout,
	.contact-page-hero__grid,
	.contact-page-layout,
	.mac-service-section,
	.price-index-hero__grid,
	.mac-service-hero__grid,
	.mac-service-overview,
	.mac-service-grid,
	.mac-service-contact {
		grid-template-columns: 1fr;
	}

	.faq-page-sidebar,
	.contact-page-sidebar {
		position: static;
	}

	.contact-page-sidebar {
		display: none;
	}

	.mac-service-contact__actions {
		width: 100%;
	}

	.mac-service-hero__aside {
		justify-items: start;
	}

	.mac-service-hero__visual {
		width: min(100%, 420px);
	}

	.mac-service-section__intro,
	.mac-service-overview__intro {
		position: static;
	}

	.faq-page-topic-grid,
	.contact-method-grid,
	.contact-point-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.faq-group-section__header,
	.contact-page-flow__header,
	.contact-page-map-section__header {
		flex-direction: column;
		align-items: start;
	}

	.legal-layout,
	.legal-grid--duo,
	.legal-grid--stats {
		grid-template-columns: 1fr;
	}

	.legal-sidebar {
		position: static;
	}

	.knowledge-sidebar {
		position: static;
		max-height: none;
		overflow: visible;
		padding-right: 0;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.knowledge-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.knowledge-results__head {
		align-items: start;
		flex-direction: column;
	}

	.site-header {
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.site-header__inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.menu-toggle {
		display: inline-block;
		order: 2;
	}

	.site-navigation {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100dvh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		width: min(420px, 92vw);
		padding: 24px 20px 28px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: #fafdff;
		border-left: 1px solid rgba(16, 32, 51, 0.08);
		box-shadow: -18px 0 50px rgba(16, 32, 51, 0.14);
		transform: translateX(100%);
		transition: transform 0.25s ease;
		z-index: 230;
	}

	.site-navigation.is-open {
		transform: translateX(0);
	}

	.site-navigation__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		margin-bottom: 18px;
	}

	.site-brand--drawer .almafix-tagline {
		display: block;
	}

	.menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		border: 1px solid rgba(16, 32, 51, 0.1);
		border-radius: 14px;
		background: #fff;
		font-size: 1.7rem;
		line-height: 1;
		color: var(--almafix-text);
	}

	.almafix-menu {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 8px 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.almafix-menu > li {
		position: relative;
		padding: 18px 0;
		border-bottom: 1px solid rgba(16, 32, 51, 0.08);
	}

	.almafix-menu > li:last-child {
		padding-bottom: 8px;
	}

	.almafix-menu .sub-menu {
		position: static;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-6px);
		min-width: 0;
		display: grid;
		gap: 10px;
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		max-height: 0;
		overflow: hidden;
		pointer-events: none;
		transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease, margin 0.2s ease;
	}

	.almafix-menu a {
		padding: 0;
		font-size: 1.05rem;
		border-radius: 0;
	}

	.almafix-menu > li.menu-item-has-children > a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 36px;
		padding: 0 52px 0 0;
		font-size: 1.05rem;
		font-weight: 700;
		cursor: pointer;
	}

	.almafix-menu > li:not(.menu-item-has-children) > a {
		display: inline-flex;
		padding: 0;
		font-size: 1.05rem;
		font-weight: 700;
	}

	.almafix-menu .sub-menu li {
		list-style: none;
	}

	.submenu-toggle {
		position: absolute;
		top: 14px;
		right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: var(--almafix-text);
		font-size: 1rem;
		line-height: 1;
	}

	.submenu-toggle span {
		display: block;
		transition: transform 0.2s ease;
	}

	.almafix-menu > .menu-item-has-children > a::after {
		display: none;
	}

	.almafix-menu > li.is-expanded > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: none;
		margin-top: 14px;
		max-height: 420px;
		pointer-events: auto;
	}

	.almafix-menu > li.is-expanded > .submenu-toggle span {
		transform: rotate(180deg);
	}

	.almafix-menu .sub-menu a {
		padding: 16px 20px;
		border: 1px solid rgba(16, 32, 51, 0.08);
		border-radius: 18px;
		background: rgba(16, 32, 51, 0.03);
		font-size: 0.98rem;
		font-weight: 600;
	}

	.almafix-menu a:hover,
	.almafix-menu .current-menu-item > a,
	.almafix-menu .current_page_item > a {
		background: transparent;
		color: var(--almafix-primary);
	}

	.almafix-menu .sub-menu a:hover,
	.almafix-menu .sub-menu .current-menu-item > a,
	.almafix-menu .sub-menu .current_page_item > a {
		background: rgba(95, 67, 178, 0.08);
	}

	.site-header__cta {
		display: none;
	}

	.site-navigation__meta {
		display: grid;
		gap: 12px;
		padding: 18px;
		border-radius: 22px;
		background: rgba(248, 250, 255, 0.92);
		border: 1px solid rgba(16, 32, 51, 0.06);
		box-shadow: 0 14px 30px rgba(16, 32, 51, 0.05);
	}

	.site-navigation__meta p {
		margin: 0;
	}

	.site-navigation__phone {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 46px;
		padding: 0 16px 0 12px;
		border-radius: 999px;
		color: var(--almafix-text);
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(16, 32, 51, 0.08);
		box-shadow: 0 12px 22px rgba(16, 32, 51, 0.06);
		backdrop-filter: blur(14px);
	}

	.site-navigation__phone svg {
		width: 18px;
		height: 18px;
		color: #fff;
		background: linear-gradient(135deg, var(--almafix-primary) 0%, #7658d8 100%);
		border-radius: 999px;
		padding: 9px;
		box-sizing: content-box;
		box-shadow: 0 8px 18px rgba(95, 67, 178, 0.18);
	}

	.site-navigation__phone-label {
		font-family: "Gothic A1", sans-serif;
		font-size: 0.92rem;
		font-weight: 700;
		line-height: 1;
	}

	.hero-section__grid,
	.story-grid,
	.maintenance-grid,
	.contact-grid,
	.service-layout,
	.model-overview-strip,
	.model-detail-layout,
	.service-prep,
	.service-hero-card,
	.service-cta-strip,
	.card-grid,
	.brand-grid,
	.listing-grid {
		grid-template-columns: 1fr;
	}

	.hero-metrics {
		grid-template-columns: 1fr;
	}

	.story-grid > div:first-child,
	.maintenance-grid > div:first-child {
		padding-right: 0;
	}

	.service-steps {
		position: static;
	}

	.site-brand {
		min-width: 0;
	}

	.site-brand:not(.site-brand--drawer) .almafix-tagline {
		display: none;
	}

	.hero-section__grid {
		padding: 28px 24px 22px;
		border-radius: 0 0 22px 22px;
		gap: 24px;
	}

	.hero-section__grid::before {
		inset: 12px;
		border-radius: 22px;
	}

	.hero-copy h1 {
		font-size: clamp(2.5rem, 5.8vw, 3.6rem);
		max-width: 100%;
	}

	.hero-lead {
		max-width: 100%;
		font-size: 0.92rem;
	}

	.hero-switcher {
		max-width: 100%;
	}

	.hero-phone-card {
		min-height: 540px;
		padding: 34px 20px 18px;
	}

	.hero-phone-card__frame {
		inset: 18px 14px 14px;
	}

	.hero-phone-card img {
		width: min(100%, 246px);
	}

	.hero-visual__panel {
		max-width: 190px;
		padding: 12px 14px;
	}

	.hero-visual__panel--top {
		right: 0;
	}

	.hero-visual__panel--bottom {
		left: 0;
		bottom: 72px;
	}

	.hero-badge--top {
		top: 12px;
		left: 12px;
	}

	.hero-badge--bottom {
		right: 14px;
		bottom: 18px;
	}

	.site-footer__bottom-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer__top {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.service-page-hero {
		padding: 12px 0 10px;
	}

	.service-page-hero h1 {
		font-size: clamp(1.42rem, 3.5vw, 1.84rem);
		max-width: 13ch;
	}

	.service-page-hero--model h1 {
		max-width: 18ch;
		font-size: clamp(1.26rem, 3vw, 1.62rem);
	}

	.service-page-hero::after {
		width: 92px;
		height: 92px;
		right: 18px;
		opacity: 0.065;
	}

	.service-page-hero .site-width {
		padding-right: 86px;
	}

	.service-model-browser {
		padding: 22px 20px;
	}

	.quote-service-highlights,
	.quote-service-grid {
		grid-template-columns: 1fr;
	}

	.quote-service-banner {
		grid-template-columns: 1fr;
	}

	.quote-service-banner__actions {
		justify-content: flex-start;
	}

	.service-layout__cta .service-cta-strip {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.service-cta-strip--standalone {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.service-models-shell .category-box {
		width: calc(33.333% - 20px);
	}

	.service-model-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.service-prep {
		padding: 24px 24px;
		border-radius: 28px;
	}

	.home-issues .site-width,
	.home-faq .site-width,
	.home-maintenance .site-width,
	.home-contact .site-width {
		padding: 26px;
		border-radius: 28px;
	}

	.model-detail-visual {
		position: static;
	}

	.model-post-grid,
	.model-faq,
	.model-overview-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.hero-visual {
		display: none;
	}

	.hero-badge,
	.hero-visual__panel {
		display: none;
	}

	.knowledge-hero {
		padding: 18px 0 10px;
	}

	.knowledge-hero--filtered {
		padding: 12px 0 6px;
	}

	.knowledge-hero__grid,
	.knowledge-featured,
	.knowledge-card,
	.knowledge-filter-group,
	.knowledge-search {
		padding: 20px;
		border-radius: 22px;
	}

	.knowledge-hero__copy h1 {
		font-size: clamp(1.8rem, 9vw, 2.5rem);
	}

	.knowledge-featured__media {
		height: 220px;
	}

	.knowledge-hero--filtered .knowledge-hero__grid {
		padding: 16px 18px;
	}

	.knowledge-hero--filtered .knowledge-hero__copy h1 {
		font-size: clamp(1.2rem, 6.2vw, 1.55rem);
		max-width: 100%;
	}

	.knowledge-grid {
		grid-template-columns: 1fr;
	}

	.mac-service-hero__grid,
	.mac-service-contact,
	.mac-service-card,
	.mac-service-step,
	.mac-service-inline-contact {
		padding: 20px;
		border-radius: 22px;
	}

	.mac-service-hero__copy h1,
	.mac-service-overview__intro h2,
	.mac-service-block h2,
	.mac-service-contact h2 {
		max-width: 100%;
	}

	.mac-service-hero__copy h1 {
		font-size: clamp(2rem, 8.6vw, 2.8rem);
	}

	.mac-service-hero__actions {
		display: none;
	}

	.mac-service-hero__grid,
	.mac-service-contact,
	.mac-service-card,
	.mac-service-step {
		padding: 20px;
		border-radius: 22px;
	}

	.mac-service-hero__lead,
	.mac-service-overview__intro p:last-child,
	.mac-service-card p,
	.mac-service-step p,
	.mac-service-contact > div > p:last-of-type,
	.mac-service-inline-contact__copy p:last-child {
		font-size: 0.92rem;
		line-height: 1.62;
	}

	.mac-service-inline-contact__copy h3 {
		max-width: 100%;
	}

	.knowledge-topic-grid {
		grid-template-columns: 1fr;
	}

	.knowledge-search {
		grid-template-columns: 1fr;
	}

	.knowledge-search button {
		width: 100%;
	}

	.error-shell,
	.knowledge-empty--with-visual,
	.error-card,
	.error-card--inline,
	.service-empty--card,
	.contact-map__fallback {
		grid-template-columns: 1fr;
	}

	.error-shell {
		padding: 20px 18px;
		border-radius: 24px;
	}

	.error-visual {
		order: -1;
		min-height: 220px;
	}

	.contact-map__fallback {
		inset: auto 14px 14px 14px;
	}

	.article-layout {
		grid-template-columns: 1fr;
	}

	.article-hero {
		max-width: 100%;
	}

	.article-hero__surface {
		padding: 14px 0 12px;
	}

	.article-hero__content {
		max-width: 100%;
		gap: 12px;
	}

	.article-lead {
		max-width: 100%;
		font-size: 0.96rem;
		line-height: 1.66;
	}

	.article-hero-meta {
		gap: 6px 10px;
	}

	.article-meta-item {
		font-size: 0.8rem;
	}

	.article-sidebar {
		position: static;
		order: 2;
	}

	.article-related__grid {
		grid-template-columns: 1fr;
	}

	.article-rail,
	.article-share {
		justify-content: flex-start;
	}

	.article-rail__group--share {
		justify-items: start;
	}

	.knowledge-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.section {
		padding: 64px 0;
	}

	.hero-section {
		padding-top: 0;
		padding-bottom: 32px;
	}

	.hero-section__grid {
		padding: 22px 18px 18px;
		border-radius: 0 0 18px 18px;
		gap: 20px;
	}

	.page-hero--article h1 {
		max-width: 100%;
		font-size: clamp(1.78rem, 7.2vw, 2.45rem);
		line-height: 0.96;
	}

	.hero-copy h1 {
		font-size: clamp(2.3rem, 11vw, 3rem);
	}

	.hero-lead {
		font-size: 0.92rem;
	}

	.hero-trust span {
		width: 100%;
		justify-content: center;
	}

	.hero-phone-card {
		min-height: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.hero-phone-card__frame {
		display: none;
	}

	.hero-phone-card img {
		width: min(100%, 224px);
	}

	.hero-switcher__panel {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hero-switcher__title,
	.hero-switcher__description {
		min-height: 0;
	}

	.hero-badge {
		padding: 7px 11px;
		font-size: 0.7rem;
	}

	.hero-badge--top {
		top: 10px;
		left: 10px;
	}

	.hero-badge--bottom {
		right: 10px;
		bottom: 14px;
	}

	.hero-visual__panel {
		position: static;
		max-width: none;
		margin-top: 10px;
	}

	.hero-phone-card img {
		width: min(100%, 208px);
	}

	.site-header {
		padding: 12px 0;
	}

	.site-width {
		width: min(1480px, calc(100% - 28px));
	}

	.almafix-brand-badge {
		width: 34px;
		height: 34px;
	}

	.almafix-wordmark {
		font-size: 1.28rem;
	}

	.page-hero {
		padding-top: 40px;
	}

	.faq-page-hero__grid,
	.faq-page-intro,
	.faq-group-section,
	.faq-page-sidebar__card,
	.contact-page-hero__grid,
	.contact-page-sidebar__card,
	.contact-page-intro,
	.contact-page-flow,
	.contact-page-map-section,
	.price-index-hero__grid,
	.price-index-intro {
		padding: 22px;
		border-radius: 22px;
	}

	.faq-page-hero__copy h1,
	.contact-page-hero__copy h1,
	.price-index-hero__copy h1 {
		font-size: clamp(2rem, 8vw, 2.9rem);
	}

	.faq-page-topic-grid,
	.contact-method-grid,
	.contact-point-grid {
		grid-template-columns: 1fr;
	}

	.faq-list--grouped .faq-trigger,
	.faq-trigger {
		padding: 20px 20px;
	}

	.faq-list--grouped .faq-answer,
	.faq-answer {
		padding-inline: 20px;
	}

	.page-hero--legal {
		padding-top: 34px;
	}

	.entry-card,
	.info-card,
	.brand-card,
	.listing-card,
	.contact-card,
	.service-hero-card,
	.service-cta-strip {
		padding: 22px;
	}

	.info-card {
		padding-top: 84px;
	}

	.site-navigation {
		width: 100%;
		max-width: none;
	}

	.site-footer__surface {
		gap: 18px;
		padding: 20px 0 18px;
	}

	.site-footer__intro,
	.site-footer__column {
		border-radius: 22px;
	}

	.site-footer__intro,
	.site-footer__column {
		padding-left: 18px;
		padding-right: 18px;
	}

	.home-issues .site-width,
	.home-faq .site-width,
	.home-maintenance .site-width,
	.home-contact .site-width {
		padding: 20px;
		border-radius: 22px;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.legal-sidebar__card,
	.legal-panel,
	.legal-stat {
		padding: 22px;
		border-radius: 22px;
	}

	.legal-data-list__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.site-footer__socials a {
		width: 34px;
		height: 34px;
	}

	.service-page-hero {
		padding: 20px 0 16px;
	}

	.service-page-hero h1 {
		font-size: clamp(1.7rem, 8.4vw, 2.35rem);
		max-width: 100%;
	}

	.service-page-hero--model h1 {
		font-size: clamp(1.48rem, 7.2vw, 2rem);
		line-height: 0.95;
	}

	.service-page-hero .site-width {
		gap: 8px;
		padding-right: 0;
	}

	.service-page-hero::after {
		display: none;
	}

	.service-cta-strip--standalone {
		padding: 16px 18px;
		border-radius: 22px;
	}

	.service-cta-strip--standalone h2 {
		max-width: 100%;
		font-size: clamp(1rem, 5.2vw, 1.28rem);
	}

	.service-cta-strip--standalone .service-intro {
		font-size: 0.82rem;
	}

	.service-cta-strip--standalone .service-cta-strip__actions {
		gap: 8px;
	}

	.service-cta-strip--standalone .button--icon-only {
		width: 42px;
		height: 42px;
	}

	.service-page-hero__pills {
		gap: 6px;
	}

	.service-page-hero__pills span {
		min-height: 30px;
		padding: 6px 10px;
		font-size: 0.72rem;
	}

	.service-step {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
		padding: 18px 18px;
	}

	.service-step__marker {
		width: 28px;
		height: 28px;
		border-radius: 10px;
	}

	.service-model-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
	}

	.service-model-browser {
		padding: 18px 16px;
		border-radius: 22px;
	}

	.quote-service-card,
	.quote-service-card--lead,
	.quote-service-banner {
		padding: 18px;
		border-radius: 22px;
	}

	.quote-service-card--lead h2 {
		max-width: 100%;
		font-size: clamp(1.32rem, 6vw, 1.7rem);
	}

	.quote-service-card p,
	.quote-service-card--lead > p {
		font-size: 0.9rem;
	}

	.quote-service-banner h3 {
		max-width: 100%;
		font-size: clamp(1.08rem, 5vw, 1.32rem);
	}

	.service-prep-section {
		padding-top: 12px;
		padding-bottom: 30px;
	}

	.service-model-card img {
		height: 124px;
		max-width: 124px;
	}

	.model-detail-visual {
		padding: 24px;
	}

	.model-detail-visual img {
		width: min(100%, 220px);
		max-width: 220px;
		max-height: 320px;
	}

	.model-overview-card {
		padding: 14px 16px;
	}

	.model-overview-strip .model-overview-card {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.model-overview-strip .model-overview-card .eyebrow,
	.model-overview-strip .model-overview-card p:last-child {
		grid-column: auto;
		grid-row: auto;
		text-align: left;
	}

	.model-overview-strip .model-overview-card p:last-child {
		align-self: auto;
	}

	.service-prep__intro h2 {
		max-width: none;
	}

	.model-price-item {
		padding: 16px 18px;
	}

	.model-price-group__head p:last-child {
		font-size: 0.8rem;
	}

	.model-content-panel,
	.model-detail-note,
	.model-price-header__panel {
		padding: 18px;
	}

	.model-detail-facts__item {
		flex-direction: column;
		align-items: flex-start;
	}

	.service-models-shell .category-box {
		width: calc(50% - 20px);
	}

	.price-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
}

@media (max-width: 560px) {
	.knowledge-hero__grid {
		padding: 18px;
	}

	.knowledge-hero__panel {
		display: block;
	}

	.knowledge-hero__panel-top {
		display: none;
	}

	.knowledge-hero__panel-card {
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.knowledge-hero__copy {
		gap: 12px;
	}

	.knowledge-search--inline {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.knowledge-hero__copy p:last-of-type,
	.knowledge-featured p,
	.knowledge-card p {
		font-size: 0.92rem;
	}

	.page-hero--article h1 {
		font-size: clamp(1.9rem, 10vw, 2.7rem);
		max-width: 12ch;
	}

	.article-entry {
		padding: 26px 22px;
	}

	.knowledge-chip {
		width: 100%;
		justify-content: flex-start;
	}

	.knowledge-chips {
		display: grid;
		grid-template-columns: 1fr;
	}

	.knowledge-featured h3,
	.knowledge-card h3 {
		font-size: 1.3rem;
	}

	.model-detail-visual {
		display: none;
	}

	.model-overview-card,
	.model-content-panel,
	.model-detail-note,
	.model-price-header__panel {
		border-radius: 18px;
	}

	.model-price-header__copy h2,
	.model-faq__intro h2,
	.model-detail-visual__head h1 {
		font-size: 1.45rem;
		line-height: 1;
	}

	.model-content-panel--summary h2 {
		font-size: 1.45rem;
	}

	.mac-service-hero {
		padding: 18px 0 10px;
	}

	.mac-service-hero__grid,
	.mac-service-contact,
	.mac-service-inline-contact {
		padding: 18px;
	}

	.mac-service-hero__copy {
		gap: 10px;
	}

	.mac-service-contact__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mac-service-contact__actions .button {
		width: 100%;
		justify-content: center;
	}

	.mac-service-hero__actions {
		display: none;
	}

	.mac-service-hero__contact {
		min-width: 0;
		width: 100%;
	}

	.mac-service-hero__meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mac-service-inline-contact__actions,
	.mac-service-inline-contact__meta {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mac-service-inline-contact__actions .button {
		width: 100%;
		justify-content: center;
	}

	.mac-service-hero__visual {
		height: 108px;
	}

	.mac-service-hero__device {
		grid-template-columns: 60px minmax(0, 1fr);
		padding: 14px 16px;
	}

	.mac-service-hero__device-icon {
		width: 52px;
		height: 52px;
		border-radius: 16px;
	}

	.mac-service-hero__device-icon svg {
		width: 40px;
		height: 40px;
	}

	.mac-service-hero__device-copy strong {
		font-size: 1rem;
	}

	.mac-service-hero__device-copy span {
		font-size: 0.8rem;
	}

	.service-breadcrumb ol {
		font-size: 0.76rem;
	}

	.service-layout {
		gap: 14px;
	}

	.service-steps {
		display: none;
	}

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

	.service-prep__list {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.service-prep {
		padding: 18px 16px;
		border-radius: 24px;
	}

	.service-prep__intro h2 {
		font-size: clamp(1.45rem, 8vw, 1.9rem);
		line-height: 0.98;
	}

	.service-prep__intro p:last-child,
	.service-prep__item p {
		font-size: 0.84rem;
		line-height: 1.5;
	}

	.service-prep__item {
		padding: 16px 14px 18px;
		border-radius: 20px;
	}

	.service-prep__item h3 {
		font-size: 0.92rem;
	}

	.service-model-card {
		padding: 14px 10px 16px;
		border-radius: 18px;
	}

	.service-model-card__sale-badge {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		font-size: 0.92rem;
	}

	.service-model-card img {
		max-width: 96px;
		height: 96px;
	}

	.service-model-card h3 {
		font-size: 0.84rem;
		line-height: 1.25;
	}

	.service-layout__cta .service-cta-strip h2 {
		font-size: clamp(1.2rem, 6vw, 1.6rem);
	}

	.model-price-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		border-radius: 18px;
	}

	.model-price-item__copy {
		padding-left: 8px;
		width: 100%;
	}

	.model-price-item__badge {
		font-size: 0.6rem;
	}

	.model-price-item > .model-price-value {
		min-height: 0;
		padding: 8px 12px;
		font-size: 0.9rem;
		align-self: flex-end;
		max-width: 100%;
		gap: 6px;
	}

	.model-price-value__label {
		font-size: 0.62rem;
	}

	.model-price-value__sale {
		font-size: 1.18rem;
	}
}
