﻿
.contact-fabilisim__mini-visual--phone::after {
	content: "";
	position: absolute;
	inset: 24px;
	border-radius: 50%;
	border: 1px dashed rgba(227, 0, 15, 0.16);
	opacity: 0.65;
	z-index: 0;
}

.contact-fabilisim__mini-phone-ring {
	position: absolute;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid rgba(227, 0, 15, 0.16);
	background: rgba(255, 255, 255, 0.64);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.58);
	z-index: 1;
}

.contact-fabilisim__mini-phone {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(226, 232, 240, 0.92);
	border-radius: 18px;
	background: #ffffff;
	color: #e3000f;
	box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
	z-index: 2;
}

.contact-fabilisim__mini-dot {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e3000f;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.68);
	z-index: 1;
}

.contact-fabilisim__mini-dot--one {
	top: 18px;
	right: 18px;
}

.contact-fabilisim__mini-dot--two {
	bottom: 18px;
	left: 18px;
	background: #2563eb;
}

.contact-fabilisim__hero-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 383px;
	padding: 30px;
	overflow: hidden;
	isolation: isolate;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 32px;
	background:
		radial-gradient(circle at 16% 18%, rgba(227, 0, 15, 0.12), transparent 28%),
		radial-gradient(circle at 82% 20%, rgba(37, 99, 235, 0.12), transparent 34%),
		linear-gradient(145deg, #ffffff 0%, #f6f2fb 58%, #eef4ff 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 28px 58px rgba(15, 23, 42, 0.08);
}

.contact-fabilisim__hero-visual::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.28)),
		repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.08) 0 1px, transparent 1px 56px),
		repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.07) 0 1px, transparent 1px 56px);
	border: 1px solid rgba(255, 255, 255, 0.72);
	z-index: 0;
}

.contact-fabilisim__hero-visual::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 24px;
	width: 220px;
	height: 30px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.16) 0%, rgba(15, 23, 42, 0) 72%);
	opacity: 0.3;
	z-index: 0;
}

.contact-fabilisim__hero-glow {
	position: absolute;
	display: block;
	border-radius: 50%;
	filter: blur(3px);
	opacity: 0.75;
	z-index: 0;
}

.contact-fabilisim__hero-glow--one {
	top: 48px;
	left: 54px;
	width: 96px;
	height: 96px;
	background: rgba(227, 0, 15, 0.12);
}

.contact-fabilisim__hero-glow--two {
	right: 46px;
	bottom: 44px;
	width: 126px;
	height: 126px;
	background: rgba(59, 130, 246, 0.09);
}

.contact-fabilisim__hero-panel {
	position: relative;
	width: min(100%, 360px);
	min-height: 212px;
	padding: 20px 20px 22px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.92));
	box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
	transform: translate(-10px, -8px);
	z-index: 2;
}

.contact-fabilisim__hero-panel::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 18px;
	width: 64px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(227, 0, 15, 0.18), rgba(227, 0, 15, 0.04));
}

.contact-fabilisim__hero-panel-top {
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
}

.contact-fabilisim__hero-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d9dfeb;
}

.contact-fabilisim__hero-dot:first-child {
	background: #ff6b74;
}

.contact-fabilisim__hero-panel-body {
	display: grid;
	gap: 14px;
}

.contact-fabilisim__hero-line {
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #d8deea 0%, #edf1f6 100%);
}

.contact-fabilisim__hero-line--title {
	width: 68%;
	height: 16px;
	background: linear-gradient(90deg, #1b2540 0%, #34415f 100%);
}

.contact-fabilisim__hero-line--short {
	width: 54%;
}

.contact-fabilisim__hero-phone-card {
	position: absolute;
	left: 44px;
	bottom: 42px;
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 36px rgba(15, 23, 42, 0.12);
	z-index: 3;
}

.contact-fabilisim__hero-phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ff3946 0%, #e3000f 100%);
	color: #ffffff;
	box-shadow: 0 12px 18px rgba(227, 0, 15, 0.22);
}

.contact-fabilisim__hero-phone-icon svg {
	width: 23px;
	height: 23px;
}

.contact-fabilisim__hero-phone-waves {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 58px;
	height: 58px;
	transform: translate(-50%, -50%);
}

.contact-fabilisim__hero-phone-waves span {
	position: absolute;
	inset: 0;
	display: block;
	border: 1px solid rgba(227, 0, 15, 0.22);
	border-radius: 50%;
}

.contact-fabilisim__hero-phone-waves span:last-child {
	inset: -10px;
	opacity: 0.7;
}

.contact-fabilisim__hero-float-card {
	position: absolute;
	top: 58px;
	right: 38px;
	display: grid;
	gap: 10px;
	width: 148px;
	padding: 16px 14px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
	z-index: 3;
}

.contact-fabilisim__hero-float-chip {
	width: 44px;
	height: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(227, 0, 15, 0.22), rgba(227, 0, 15, 0.06));
}

.contact-fabilisim__hero-float-line {
	height: 8px;
	border-radius: 999px;
	background: #dde3ef;
}

.contact-fabilisim__hero-float-line--short {
	width: 68%;
}

.contact-fabilisim__section-head {
	display: grid;
	gap: 10px;
	margin-bottom: 22px;
}

.contact-fabilisim__info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.contact-fabilisim__info-card {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 30px 30px 30px 28px;
	border-radius: 32px;
	border: 1px solid rgba(226, 232, 240, 0.72);
	background: linear-gradient(180deg, #f8f5fc 0%, #f4f2fb 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.85),
		0 18px 34px rgba(15, 23, 42, 0.04);
}

.contact-fabilisim__info-card-body {
	display: grid;
	gap: 14px;
}

.contact-fabilisim__info-card-body h3,
.contact-fabilisim__reach-card h3 {
	margin: 0;
	font-size: clamp(1.28rem, 1.18rem + 0.22vw, 1.5rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--color-heading);
}

.contact-fabilisim__outline-button,
.contact-fabilisim__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 52px;
	padding: 0 24px;
	border: 1.5px solid #e3000f;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #e3000f;
	background: #ffffff;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.contact-fabilisim__outline-button:hover,
.contact-fabilisim__social-link:hover {
	color: #ffffff;
	background: #e3000f;
}

.contact-fabilisim__notice {
	margin-top: 24px;
	padding: 20px 26px;
	border-radius: 24px;
	background: #f7f5fc;
}

.contact-fabilisim__form-card {
	padding: 34px 34px 30px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 32px;
	background: #ffffff;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
}

.lead-form--contact-fabilisim .lead-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 24px;
}

.lead-form--contact-fabilisim label {
	display: grid;
	gap: 10px;
	font-size: var(--text-lead);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-heading);
}

.lead-form--contact-fabilisim input,
.lead-form--contact-fabilisim select,
.lead-form--contact-fabilisim textarea {
	width: 100%;
	min-height: 60px;
	padding: 16px 18px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	background: #ffffff;
	font: inherit;
	color: var(--color-text);
}

.lead-form--contact-fabilisim select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--color-muted) 50%), linear-gradient(135deg, var(--color-muted) 50%, transparent 50%);
	background-position: calc(100% - 26px) calc(50% - 3px), calc(100% - 20px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.lead-form--contact-fabilisim textarea {
	min-height: 170px;
	resize: vertical;
}

.contact-fabilisim__submit {
	margin-top: 26px;
}

.contact-fabilisim__reach-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.contact-fabilisim__reach-card {
	display: grid;
	gap: 14px;
	padding: 28px 26px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
	align-content: start;
}

.contact-fabilisim__reach-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(227, 0, 15, 0.12), rgba(227, 0, 15, 0.04));
	color: #e3000f;
}

.contact-fabilisim__reach-icon svg {
	width: 26px;
	height: 26px;
}

.contact-fabilisim__reach-card a,
.contact-fabilisim__reach-value {
	display: block;
	font-size: var(--text-lead);
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-heading);
}

.contact-fabilisim__social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.contact-fabilisim__section--extra .prose > * + * {
	margin-top: 18px;
}

@media (max-width: 1100px) {
	.about-story__layout {
		grid-template-columns: minmax(0, 480px) minmax(250px, 290px);
		gap: 32px;
	}

	.about-story__sidebar-card {
		top: calc(var(--site-header-height) + 24px);
	}

	.contact-fabilisim__intro {
		grid-template-areas:
			"head"
			"media"
			"text";
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.contact-fabilisim__info-grid,
	.contact-fabilisim__reach-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.contact-fabilisim__hero-inner,
	.corporate-about-hero__inner {
		padding-top: 22px;
		padding-bottom: 24px;
	}

	.contact-fabilisim__hero .breadcrumbs__list,
	.corporate-about-hero .breadcrumbs__list {
		font-size: 12px;
	}

	.contact-fabilisim__hero h1,
	.corporate-about-hero h1 {
		margin-top: 10px;
		font-size: 1.92rem;
		line-height: 1.1;
	}

	.about-story {
		padding-top: 32px;
		padding-bottom: 52px;
	}

	.about-story__layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.about-story__sidebar {
		order: -1;
	}

	.about-story__section + .about-story__section {
		margin-top: 40px;
	}

	.about-story__section h2 {
		font-size: 1.75rem;
	}

	.about-story__section p,
	.about-story__list li,
	.about-story__sidebar-nav a {
		font-size: 16px;
		line-height: 1.66;
	}

	.about-story__sidebar-card {
		position: static;
		gap: 14px;
		padding: 18px 16px 20px;
		border-radius: 18px;
		box-shadow: none;
	}

	.about-story__sidebar-card h2 {
		max-width: none;
		font-size: 0.95rem;
		line-height: 1.45;
	}

	.about-story__sidebar-nav ul {
		gap: 10px;
	}

	.about-story__sidebar-nav a {
		font-size: 13px;
		line-height: 1.45;
	}

	.home-highlights-band--about .home-highlights-band__grid {
		max-width: 100%;
	}
	.contact-fabilisim__body {
		padding: 34px 0 54px;
	}

	.contact-fabilisim__intro {
		gap: 20px;
		margin-bottom: 38px;
	}

	.contact-fabilisim__intro-head h2,
	.contact-fabilisim__section-head h2 {
		font-size: 1.58rem;
		line-height: 1.18;
	}

	.contact-fabilisim__intro-text p,
	.contact-fabilisim__section-head p,
	.contact-fabilisim__info-card-body p,
	.contact-fabilisim__notice p,
	.contact-fabilisim__reach-card p,
	.contact-fabilisim__reach-value {
		font-size: 16px;
		line-height: 1.58;
	}

	.contact-fabilisim__placeholder--hero {
		min-height: 260px;
		border-radius: 24px;
	}

	.contact-fabilisim__hero-visual {
		min-height: 260px;
		padding: 20px;
		border-radius: 24px;
	}

	.contact-fabilisim__hero-visual::before {
		inset: 12px;
		border-radius: 20px;
	}

	.contact-fabilisim__hero-visual::after {
		bottom: 18px;
		width: 146px;
		height: 22px;
	}

	.contact-fabilisim__hero-glow--one {
		top: 30px;
		left: 26px;
		width: 84px;
		height: 84px;
	}

	.contact-fabilisim__hero-glow--two {
		right: 22px;
		bottom: 20px;
		width: 108px;
		height: 108px;
	}

	.contact-fabilisim__hero-panel {
		width: min(100%, 250px);
		min-height: 152px;
		padding: 14px 14px 16px;
		border-radius: 24px;
		transform: translate(-4px, -4px);
	}

	.contact-fabilisim__hero-panel::before {
		top: 14px;
		right: 14px;
		width: 48px;
		height: 8px;
	}

	.contact-fabilisim__hero-panel-top {
		margin-bottom: 16px;
	}

	.contact-fabilisim__hero-line {
		height: 10px;
	}

	.contact-fabilisim__hero-line--title {
		height: 13px;
	}

	.contact-fabilisim__hero-phone-card {
		left: 18px;
		bottom: 18px;
		width: 68px;
		height: 68px;
		border-radius: 22px;
	}

	.contact-fabilisim__hero-phone-icon {
		width: 38px;
		height: 38px;
		border-radius: 14px;
	}

	.contact-fabilisim__hero-phone-waves {
		width: 46px;
		height: 46px;
	}

	.contact-fabilisim__hero-float-card {
		right: 16px;
		top: 18px;
		width: 104px;
		padding: 12px 11px;
		border-radius: 18px;
	}

	.contact-fabilisim__info-card {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 18px;
		padding: 22px 18px 20px;
		align-items: start;
		border-radius: 22px;
	}

	.contact-fabilisim__info-card-media {
		width: 84px;
		min-width: 84px;
		max-width: none;
	}

	.contact-fabilisim__info-card-body {
		gap: 10px;
	}

	.contact-fabilisim__info-card-body h3 {
		font-size: 1.18rem;
	}

	.contact-fabilisim__placeholder--small {
		min-height: 84px;
		border-radius: 999px;
		padding: 14px;
	}

	.contact-fabilisim__mini-visual {
		min-height: 84px;
		padding: 12px;
		border-radius: 22px;
	}

	.contact-fabilisim__mini-visual::before {
		inset: 8px;
		border-radius: 16px;
	}

	.contact-fabilisim__mini-sheet {
		width: 46px;
		padding: 11px 9px;
		border-radius: 16px;
		transform: translate(-3px, -2px);
	}

	.contact-fabilisim__mini-badge {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		border-width: 3px;
		border-radius: 10px;
	}

	.contact-fabilisim__mini-phone-ring {
		width: 52px;
		height: 52px;
	}

	.contact-fabilisim__mini-phone {
		width: 38px;
		height: 38px;
		border-radius: 15px;
	}

	.contact-fabilisim__mini-dot {
		width: 7px;
		height: 7px;
	}

	.contact-fabilisim__placeholder--small span {
		font-size: 9px;
	}

	.contact-fabilisim__placeholder--small strong {
		font-size: 16px;
	}

	.contact-fabilisim__outline-button {
		min-height: 46px;
		padding: 0 20px;
		font-size: 15px;
	}

	.contact-fabilisim__notice {
		padding: 18px 18px;
		border-radius: 20px;
	}

	.contact-fabilisim__form-card {
		padding: 24px 22px 22px;
		border-radius: 24px;
	}

	.contact-fabilisim__reach-card {
		padding: 24px 22px;
	}

	.contact-fabilisim__reach-icon {
		width: 52px;
		height: 52px;
		border-radius: 16px;
	}

	.lead-form--contact-fabilisim .lead-form__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lead-form--contact-fabilisim label {
		font-size: 16px;
	}

	.lead-form--contact-fabilisim input,
	.lead-form--contact-fabilisim select,
	.lead-form--contact-fabilisim textarea {
		min-height: 56px;
	}
}

.conversion-page {
	padding-top: 36px;
}

.conversion-page__shell {
	border-radius: 30px;
	background: linear-gradient(180deg, #272727 0 352px, #ffffff 352px 100%);
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.conversion-page__grid {
	display: grid;
	grid-template-areas:
		"story-top form"
		"story-bottom form";
	grid-template-columns: minmax(0, 1fr) minmax(500px, 500px);
	column-gap: 36px;
	row-gap: 0;
	padding: 0 30px 34px;
}

.conversion-page__story-top {
	grid-area: story-top;
	min-width: 0;
	min-height: 354px;
	padding: 18px 18px 34px;
	color: #ffffff;
}

.conversion-page__tag {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	margin: 0;
	border-radius: 10px;
	background: #171717;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: none;
}

.conversion-page__story-top h1 {
	max-width: 100%;
	margin: 108px 0 0;
	font-size: clamp(36px, 2.85vw, 52px);
	line-height: 1.04;
	letter-spacing: -0.05em;
	text-transform: none;
	text-wrap: balance;
	color: #ffffff;
}

.conversion-page__story-bottom {
	grid-area: story-bottom;
	min-width: 0;
	display: grid;
	gap: 28px;
	padding: 32px 18px 18px;
}

.conversion-page__lead {
	max-width: 35ch;
	margin: 0;
	font-size: 16px;
	line-height: 1.66;
	color: var(--color-muted);
}

.conversion-page__contact-line {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-accent);
}

.conversion-page__contact-line strong {
	font-size: 18px;
}

.conversion-page__contact-line a {
	font-weight: 700;
	color: inherit;
}

.conversion-page__benefits,
.conversion-page__steps,
.conversion-page__extra {
	display: grid;
	gap: 16px;
}

.conversion-page__benefits h2,
.conversion-page__steps h2,
.conversion-page__form-head h2 {
	margin: 0;
	font-size: clamp(20px, 1.4vw, 24px);
	line-height: 1.15;
	text-transform: none;
}

.conversion-page__benefits h2,
.conversion-page__steps h2 {
	color: var(--color-accent);
}

.conversion-page__benefits-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 26px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.conversion-page__benefits-list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	font-size: 14px;
	line-height: 1.45;
}

.conversion-page__benefit-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: var(--color-accent);
}

.conversion-page__benefit-icon svg {
	width: 20px;
	height: 20px;
}

.conversion-page__steps-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.conversion-page__step {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding-right: 22px;
}

.conversion-page__step:not(:last-child)::before,
.conversion-page__step:not(:last-child)::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.conversion-page__step:not(:last-child)::before {
	display: none;
}

.conversion-page__step:not(:last-child)::after {
	top: 25px;
	right: -2px;
	width: 18px;
	height: 18px;
	border-top: 1px solid rgba(13, 16, 32, 0.2);
	border-right: 1px solid rgba(13, 16, 32, 0.2);
	background: transparent;
	transform: rotate(45deg);
}

.conversion-page__step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	color: var(--color-text);
}

.conversion-page__step p {
	margin: 0;
	font-size: 14px;
	line-height: 1.42;
	color: var(--color-text);
}

.conversion-page__form-wrap {
	grid-area: form;
	position: relative;
	padding-top: 84px;
	width: 100%;
	max-width: 500px;
	justify-self: end;
}

.conversion-page__form-card {
	padding: 22px 24px 20px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(13, 16, 32, 0.08);
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.conversion-page__form-head {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(13, 16, 32, 0.12);
	text-align: center;
}

.conversion-page__form-head h2 {
	color: var(--color-accent);
}

.conversion-page__form-mark {
	display: inline-flex;
	width: 24px;
	height: 24px;
	color: var(--color-text);
}

.conversion-page__form-mark svg {
	width: 24px;
	height: 24px;
}

.quote-card {
	display: grid;
	gap: 12px;
}

.post-meta-line {
	font-size: 14px;
	font-weight: 700;
}

.faq-block__header {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin: 0 auto 34px;
}

.faq-block__header--left {
	margin-left: 0;
	text-align: left;
}

.faq-block__header--center {
	text-align: center;
}

.faq-block__header--center .faq-block__eyebrow {
	margin-inline: auto;
	justify-content: center;
}

.faq-block__title {
	margin: 0;
	font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.faq-block__intro {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: var(--color-muted);
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	border: 1px solid rgba(13, 16, 32, 0.08);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none;
	overflow: clip;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-item:hover {
	border-color: rgba(227, 0, 15, 0.14);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	list-style: none;
	color: var(--color-heading);
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item__question {
	min-width: 0;
}

.faq-item__toggle {
	display: inline-flex;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	color: var(--color-ink);
	transition: transform 0.24s ease;
}

.faq-item__toggle svg {
	display: block;
	width: 100%;
	height: 100%;
}

.faq-item[open] .faq-item__toggle {
	transform: rotate(180deg);
}

.faq-item[open] {
	border-color: var(--color-accent);
	background: var(--color-accent);
}

.faq-item[open] summary,
.faq-item[open] .faq-item__toggle,
.faq-item[open] .faq-item__answer {
	color: #ffffff;
}

.faq-item__answer {
	padding: 0 24px 22px;
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-muted);
}

.faq-item__answer p {
	margin: 0;
}

.faq-block--showcase {
	background: #f4f4f9;
}

.faq-block--home {
	background: #ffffff;
}

.faq-block--showcase .faq-block__header {
	max-width: 920px;
	margin-bottom: 28px;
}

.faq-block--showcase .faq-block__title {
	font-size: clamp(2.1rem, 1.7rem + 1.3vw, 3.1rem);
}

.faq-block--showcase .faq-list {
	gap: 12px;
}

.faq-block--showcase .faq-item {
	border-radius: 10px;
	border-color: rgba(13, 16, 32, 0.09);
}

.faq-block--showcase .faq-item summary {
	padding: 28px 26px;
	font-size: clamp(17px, 1rem + 0.35vw, 20px);
}

.faq-block--showcase .faq-item__answer {
	padding: 0 26px 26px;
}

.faq-page {
	background: #ffffff;
}

.faq-page__hero {
	padding: clamp(32px, 4vw, 56px) 0 clamp(28px, 4vw, 44px);
	background: #ffffff;
}

.faq-page__hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: clamp(28px, 4vw, 42px);
	align-items: stretch;
	padding: clamp(24px, 3.6vw, 40px);
	border-radius: 34px;
	background: #ffffff;
	border: 1px solid rgba(13, 16, 32, 0.06);
	box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

.faq-page__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.faq-page__hero-copy h1 {
	margin: 0;
	max-width: 12ch;
	font-size: var(--heading-h1);
	line-height: 0.96;
	letter-spacing: -0.06em;
}

.faq-page__hero-intro {
	max-width: 660px;
	margin: 0;
	font-size: var(--text-lead);
	line-height: 1.76;
	color: var(--color-muted);
}

.faq-page__hero-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.faq-page__hero-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 20px;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid rgba(227, 0, 15, 0.12);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.faq-page__hero-link:hover,
.faq-page__hero-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(227, 0, 15, 0.24);
	box-shadow: 0 18px 34px rgba(227, 0, 15, 0.1);
}

.faq-page__hero-link span {
	font-size: var(--text-label);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.faq-page__hero-link strong {
	font-size: 1.05rem;
	line-height: 1.4;
	color: var(--color-text);
}

.faq-page__hero-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: clamp(22px, 3vw, 28px);
	border-radius: 28px;
	background: var(--color-accent-strong);
	color: #ffffff;
	box-shadow: 0 24px 46px rgba(15, 19, 38, 0.22);
}

.faq-page__hero-panel-top {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-page__hero-panel-label {
	font-size: var(--text-label);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.faq-page__hero-panel-top strong {
	font-size: clamp(1.4rem, 1.2rem + 0.8vw, 2rem);
	line-height: 1.15;
	letter-spacing: -0.04em;
}

.faq-page__hero-panel-list {
	display: grid;
	gap: 14px;
}

.faq-page__hero-panel-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 18px 18px 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.faq-page__hero-panel-card:hover,
.faq-page__hero-panel-card:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-2px);
}

.faq-page__hero-panel-card-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.faq-page__hero-panel-card-text {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.74);
}

.faq-page__faq-block {
	padding: clamp(40px, 5vw, 72px) 0;
}

.faq-page__faq-block--soft {
	background: #f4f4f9;
}

.faq-page__faq-block--plain {
	background: #ffffff;
}

.faq-block--faq-page .faq-block__header {
	max-width: 780px;
	margin-bottom: 26px;
}

.faq-block--faq-page .faq-block__header--left {
	margin-inline: 0;
	text-align: left;
}

.faq-block--faq-page .faq-block__title {
	font-size: clamp(2rem, 1.65rem + 1.3vw, 3.1rem);
	line-height: 1.02;
}

.faq-block--faq-page .faq-block__intro {
	max-width: 720px;
}

@media (max-width: 991px) {
	.faq-block__header {
		max-width: 100%;
		margin-bottom: 28px;
	}

	.faq-page__hero-shell {
		grid-template-columns: 1fr;
	}

	.faq-page__hero-copy h1 {
		max-width: 100%;
	}

	.faq-page__hero-intro,
	.faq-block--faq-page .faq-block__header {
		max-width: 100%;
	}

	.faq-page__hero-nav {
		grid-template-columns: 1fr;
	}

	.faq-item summary {
		padding: 20px 22px;
		font-size: 17px;
	}

	.faq-item__answer {
		padding: 0 22px 20px;
		font-size: 15px;
	}

	.faq-block--showcase .faq-item summary {
		padding: 24px 22px;
	}

	.faq-block--showcase .faq-item__answer {
		padding: 0 22px 22px;
	}
}

@media (max-width: 767px) {
	.faq-page__hero {
		padding-top: 20px;
		padding-bottom: 16px;
	}

	.faq-page__hero-shell {
		gap: 18px;
		padding: 20px 18px;
		border-radius: 24px;
	}

	.faq-page__hero-copy {
		gap: 18px;
		text-align: center;
	}

	.faq-page__hero-copy .eyebrow,
	.faq-block--faq-page .faq-block__eyebrow {
		margin-inline: auto;
		justify-content: center;
	}

	.faq-page__hero-copy h1 {
		font-size: clamp(2.05rem, 11vw, 3.1rem);
	}

	.faq-page__hero-intro {
		font-size: 15px;
		line-height: 1.7;
	}

	.faq-page__hero-link {
		padding: 16px 18px;
		border-radius: 18px;
	}

	.faq-page__hero-panel {
		gap: 16px;
		padding: 18px;
		border-radius: 22px;
	}

	.faq-page__hero-panel-top strong {
		font-size: 1.45rem;
	}

	.faq-page__hero-panel-card {
		padding: 16px;
	}

	.faq-page__faq-block {
		padding: 30px 0;
	}

	.faq-block--faq-page .faq-block__header {
		margin-bottom: 22px;
		text-align: center;
	}

	.faq-block--faq-page .faq-block__title {
		font-size: clamp(1.7rem, 7.9vw, 2.4rem);
	}

	.faq-block--faq-page .faq-block__intro {
		font-size: 15px;
		line-height: 1.68;
	}

	.faq-block__title {
		font-size: 34px;
	}

	.faq-item {
		border-radius: 12px;
	}

	.faq-item summary {
		gap: 14px;
		padding: 18px 18px;
		font-size: 16px;
	}

	.faq-item__toggle {
		flex-basis: 18px;
		width: 18px;
		height: 18px;
	}

	.faq-item__answer {
		padding: 0 18px 18px;
		font-size: 15px;
		line-height: 1.7;
	}

	.faq-block--showcase .faq-block__header {
		margin-bottom: 24px;
	}

	.faq-block--showcase .faq-item summary {
		padding: 18px 18px;
	}

	.faq-block--showcase .faq-item__answer {
		padding: 0 18px 18px;
	}
}

.mikro-product {
	background: #ffffff;
	--mikro-section-gap: clamp(64px, 7vw, 92px);
	--mikro-grid-gap: clamp(28px, 3.5vw, 44px);
	--mikro-card-gap: 20px;
	--mikro-card-padding: clamp(22px, 2.4vw, 30px);
	--mikro-card-radius: 28px;
	--mikro-card-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
	--mikro-surface-soft: #f4f4f9;
	--mikro-surface-card-alt: #f8f8fc;
}

.mikro-product__hero {
	padding: 28px 0 56px;
	background: #ffffff;
}

.mikro-product__hero-grid {
	gap: clamp(36px, 4vw, 56px);
	align-items: center;
}

.mikro-product__hero-grid,
.mikro-product__fit-grid,
.mikro-product__integrations-grid,
.mikro-product__trust-grid,
.mikro-product__final-cta,
.mikro-tabs__panel,
.mikro-product__overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: center;
}

.mikro-product__fit-grid {
	align-items: start;
}

.mikro-product__overview-grid,
.mikro-product__fit-grid,
.mikro-product__integrations-grid,
.mikro-tabs__panel {
	gap: var(--mikro-grid-gap);
	align-items: start;
}

.mikro-product__hero-copy {
	display: grid;
	gap: 18px;
	align-content: center;
}

.mikro-product__overview-body,
.mikro-product__fit-copy,
.mikro-product__integrations-main {
	display: grid;
	align-content: start;
	gap: 18px;
}

.mikro-product__lockup {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	padding: 10px 18px;
	border: 1px solid rgba(227, 0, 15, 0.16);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.mikro-product__lockup-brand {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-transform: lowercase;
	color: var(--color-accent);
	line-height: 1;
}

.mikro-product__lockup-divider {
	width: 1px;
	height: 24px;
	background: rgba(13, 16, 32, 0.14);
}

.mikro-product__lockup-product {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--color-heading);
}

.mikro-product__hero h1 {
	max-width: 15ch;
	margin-bottom: 0;
	font-size: clamp(40px, 4.8vw, 66px);
	line-height: 0.98;
}

.mikro-product__hero-summary {
	max-width: 68ch;
	margin: 0;
	font-size: 18px;
	line-height: 1.72;
	color: var(--color-muted);
}

.mikro-product__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mikro-product__hero .mikro-product__lockup,
.mikro-product__hero > .eyebrow,
.mikro-product__hero-copy > .eyebrow,
.mikro-product__hero .mikro-product__hero-chips,
.mikro-product__hero .mikro-product__hero-note,
.mikro-product__hero .button--ghost,
.mikro-product__final-cta .button--ghost {
	display: none;
}

.mikro-product__final-cta {
	display: none !important;
}

.mikro-product__hero-chips,
.mikro-product__integration-list,
.mikro-tabs__points,
.mikro-product__trust-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mikro-product__hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mikro-product__hero-chips li,
.mikro-product__nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.mikro-product__hero-chips li {
	border: 1px solid rgba(227, 0, 15, 0.14);
	background: rgba(255, 255, 255, 0.92);
	color: var(--color-text);
}

.mikro-product__hero-note {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-accent);
}

.mikro-product__hero-media,
.mikro-product__fit-visual,
.mikro-tabs__panel-media,
.mikro-product__final-visual {
	min-width: 0;
}

.mikro-product__fit-visual {
	align-self: start;
	transform: translate3d( 0, 0, 0 );
	will-change: transform;
}

.mikro-product__slot {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: 28px;
	border: 1.5px dashed rgba(13, 16, 32, 0.14);
	border-radius: 30px;
	background: #f4f4f9;
	color: var(--color-text);
	text-align: center;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.mikro-product__slot strong {
	font-size: clamp(20px, 2.4vw, 30px);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.mikro-product__slot-label {
	display: inline-flex;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.mikro-product__slot--image {
	padding: 0;
	border-style: solid;
	overflow: hidden;
}

.mikro-product__slot--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mikro-product__slot--visual {
	align-content: stretch;
	gap: 8px;
	padding: 24px;
}

.mikro-product__slot--visual.is-compact {
	min-height: 260px;
}

.mikro-product__slot--placeholder.is-compact {
	min-height: 260px;
}

.mikro-product__slot--visual .context-visual {
	min-height: 100%;
}

.mikro-product__slot--visual.is-compact .context-visual {
	min-height: 180px;
}

.mikro-product--menu-landing .mikro-product__hero-copy > .eyebrow {
	display: inline-flex;
}

.mikro-product--menu-landing .mikro-product__hero .mikro-product__hero-note {
	display: block;
	max-width: 54ch;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	color: var(--color-muted);
}

.mikro-product--menu-landing .mikro-product__hero .button--ghost {
	display: none;
}

.mikro-product--menu-landing .mikro-product__hero h1 {
	max-width: 17ch;
	line-height: 1.08;
}

.mikro-product--menu-landing .mikro-product__hero-summary {
	max-width: 70ch;
}

.mikro-product--menu-landing .mikro-product__hero-actions {
	margin-top: 2px;
}

.mikro-product__overview-grid {
	grid-template-columns: 1fr;
	gap: 30px;
}

.mikro-product__overview-body {
	max-width: min(1080px, 100%);
}

.mikro-product__overview-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.mikro-product__overview-cards .mikro-product__fit-card {
	display: grid;
	gap: 14px;
	align-content: start;
	height: 100%;
	min-height: 0;
}

.mikro-product__overview-cards .mikro-product__fit-card h3 {
	margin-bottom: 0;
}

.mikro-product__overview-cards .mikro-product__fit-card p {
	font-size: 15px;
	line-height: 1.72;
}

.mikro-product__nav-wrap {
	position: sticky;
	top: calc(var(--site-header-height, 80px) - 1px);
	z-index: 99;
	margin-top: -1px;
	background: #ffffff;
	border-bottom: 1px solid rgba(13, 16, 32, 0.08);
	box-shadow: none;
}

.mikro-product__nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 44px;
	min-height: 68px;
	padding: 0;
	overflow-x: auto;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	scrollbar-width: none;
}

.mikro-product__nav::-webkit-scrollbar {
	display: none;
}

.mikro-product__nav-link {
	flex: 0 0 auto;
	position: relative;
	min-height: 68px;
	padding: 0 4px;
	border-radius: 0;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--color-muted);
	background: transparent;
	transition: color 180ms ease;
}

.mikro-product__nav-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background: transparent;
	transition: background-color 180ms ease;
}

.mikro-product__nav-link.is-active,
.mikro-product__nav-link:hover {
	background: transparent;
	color: var(--color-text);
}

.mikro-product__nav-link.is-active::after,
.mikro-product__nav-link:hover::after {
	background: var(--color-accent);
}

.mikro-product__section {
	padding: var(--mikro-section-gap) 0;
	scroll-margin-top: calc(var(--site-header-height, 80px) + 84px);
}

.mikro-product__section--surface {
	background: var(--mikro-surface-soft);
}

.mikro-product__overview-body,
.mikro-product__overview-cards,
.mikro-product__addons,
.mikro-product__trust-panel {
	min-width: 0;
}

.mikro-product .section-heading,
.mikro-product__related-section .section-heading {
	margin-bottom: clamp(28px, 3vw, 38px);
	max-width: min(1120px, 100%);
	margin-inline: auto;
	text-align: center;
}

.mikro-product .section-heading:last-child {
	margin-bottom: 0;
}

.mikro-product .section-heading .eyebrow,
.mikro-product__related-section .section-heading .eyebrow {
	margin-inline: auto;
	justify-content: center;
}

.mikro-product .section-heading h2,
.mikro-product .section-heading p,
.mikro-product__related-section .section-heading h2,
.mikro-product__related-section .section-heading p {
	margin-inline: auto;
}

.mikro-product .section-heading p:last-child,
.mikro-product__related-section .section-heading p:last-child {
	max-width: min(1080px, 100%);
}

.mikro-product__overview-body.prose > * {
	margin-top: 0;
	margin-bottom: 0;
}

.mikro-product__overview-body.prose > * + * {
	margin-top: 0.72em;
}

.mikro-product__overview-cards,
.mikro-product__support-grid,
.mikro-product__module-grid,
.mikro-product__logo-slots {
	display: grid;
	gap: var(--mikro-card-gap);
}

.mikro-product__overview-cards,
.mikro-product__support-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mikro-product__module-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 32px;
}

.mikro-product__fit-card,
.mikro-product__module-card,
.mikro-product__sector-card,
.mikro-product__addon-card,
.mikro-product__support-card,
.mikro-product__quote-card,
.mikro-product__trust-panel {
	padding: var(--mikro-card-padding);
	border: 1px solid rgba(13, 16, 32, 0.08);
	border-radius: var(--mikro-card-radius);
	background: #ffffff;
	box-shadow: var(--mikro-card-shadow);
}

.mikro-product__section:not(.mikro-product__section--surface) .mikro-tabs__panel,
.mikro-product__section:not(.mikro-product__section--surface) .mikro-product__module-card,
.mikro-product__section:not(.mikro-product__section--surface) .mikro-product__addon-card,
.mikro-product__section:not(.mikro-product__section--surface) .mikro-product__integration-list li {
	background: var(--mikro-surface-card-alt);
}

.mikro-product__fit-card h3,
.mikro-product__module-card h3,
.mikro-product__addon-card h3,
.mikro-product__support-card h3,
.mikro-product__sector-card h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.12;
}

.mikro-product__fit-card p,
.mikro-product__module-card p,
.mikro-product__addon-card p,
.mikro-product__support-card p,
.mikro-product__sector-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
	color: var(--color-muted);
}

.mikro-product__fit-icon,
.mikro-product__module-icon,
.mikro-product__support-icon,
.mikro-product__sector-icon,
.mikro-product__addon-icon,
.mikro-product__integration-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-accent);
}

.mikro-product__fit-icon,
.mikro-product__support-icon,
.mikro-product__module-icon {
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: rgba(227, 0, 15, 0.08);
}

.mikro-product__fit-icon svg,
.mikro-product__support-icon svg,
.mikro-product__module-icon svg,
.mikro-product__sector-icon svg,
.mikro-product__addon-icon svg,
.mikro-product__integration-icon svg {
	width: 24px;
	height: 24px;
}

.mikro-tabs {
	display: grid;
	gap: 18px;
}

.mikro-tabs__panels {
	display: grid;
	gap: 18px;
}

.mikro-tabs__nav {
	display: none;
}

.mikro-tabs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(227, 0, 15, 0.14);
	border-radius: 999px;
	background: #ffffff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-text);
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.mikro-tabs__button.is-active {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #ffffff;
}

.mikro-tabs__panel {
	padding: 28px;
	border: 1px solid rgba(13, 16, 32, 0.08);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
	align-items: center;
}

.mikro-tabs__panel[hidden] {
	display: grid !important;
}

.mikro-tabs__panel-copy {
	display: grid;
	align-content: center;
}

.mikro-tabs__panel-copy h3 {
	margin-bottom: 12px;
	font-size: 34px;
	line-height: 1.02;
}

.mikro-tabs__panel-copy p {
	max-width: 50ch;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.72;
	color: var(--color-muted);
}

.mikro-tabs__points {
	display: grid;
	gap: 12px;
}

.mikro-tabs__points li,
.mikro-product__trust-list li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--color-text);
}

.mikro-tabs__points li::before,
.mikro-product__trust-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--color-accent);
}

.mikro-product__sector-cards,
.mikro-product__addons,
.mikro-product__integration-list,
.mikro-product__trust-list {
	display: grid;
	gap: var(--mikro-card-gap);
}

.mikro-product__sector-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	align-items: start;
}

.mikro-product__sector-icon,
.mikro-product__addon-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(227, 0, 15, 0.08);
}

.mikro-product__integration-list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: start;
	padding: 16px 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(13, 16, 32, 0.08);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.mikro-product__integration-list li span:last-child {
	font-size: 15px;
	line-height: 1.68;
	color: var(--color-text);
}

.mikro-product__addons {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.mikro-product__text-link {
	display: inline-flex;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mikro-product__process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	padding: 0;
	margin: 28px 0 0;
	list-style: none;
}

.mikro-product__process li {
	display: grid;
	gap: 10px;
	padding: 18px;
	border-radius: 20px;
	background: #ffffff;
	border: 1px solid rgba(13, 16, 32, 0.08);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.mikro-product__process-index {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: var(--color-accent);
}

.mikro-product__process-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.mikro-product__quote-card {
	align-self: stretch;
	display: grid;
	gap: 18px;
}

.mikro-product__quote-card blockquote {
	margin: 0;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.16;
	letter-spacing: -0.04em;
	color: var(--color-text);
}

.mikro-product__quote-card cite {
	font-style: normal;
	font-size: 15px;
	font-weight: 700;
	color: var(--color-accent);
}

.mikro-product__trust-panel h2 {
	margin-bottom: 16px;
	font-size: 30px;
}

.mikro-product__logo-slots {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.mikro-product__logo-slots .mikro-product__slot {
	min-height: 120px;
	padding: 18px;
	border-radius: 22px;
	box-shadow: none;
}

.mikro-product__logo-slots .mikro-product__slot strong {
	font-size: 20px;
}

.faq-block--mikro .faq-list {
	gap: 16px;
}

.faq-block--mikro .faq-item {
	border-radius: 22px;
	background: var(--mikro-surface-card-alt);
	border-color: rgba(13, 16, 32, 0.08);
	box-shadow: var(--mikro-card-shadow);
}

.faq-block--mikro .faq-item[open] {
	background: var(--color-accent);
	border-color: var(--color-accent);
	box-shadow: 0 18px 32px rgba(227, 0, 15, 0.18);
}

.faq-block--mikro .faq-item summary {
	padding: 24px 26px;
}

.faq-block--mikro .faq-item__answer {
	padding: 0 26px 24px;
}

.mikro-product__related-section .card-grid {
	gap: 24px;
}

.mikro-product__related-section .card {
	padding: var(--mikro-card-padding);
	border-radius: var(--mikro-card-radius);
	box-shadow: var(--mikro-card-shadow);
}

.mikro-product__related-section .card__visual {
	padding-bottom: 8px;
}

.mikro-product__related-logo {
	display: flex;
	align-items: center;
	min-height: 168px;
	padding: 10px 6px 0;
}

.mikro-product__related-logo img {
	width: auto;
	max-width: 100%;
	height: 74px;
	object-fit: contain;
	object-position: left center;
}

.mikro-product__final-cta {
	padding: 30px;
	border-radius: 34px;
	background: #ffffff;
	border: 1px solid rgba(13, 16, 32, 0.08);
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.mikro-product__final-copy h2 {
	margin-bottom: 16px;
	font-size: clamp(34px, 3.5vw, 48px);
	line-height: 1.02;
}

.mikro-product__final-copy p:last-of-type {
	margin-bottom: 24px;
	max-width: 52ch;
	color: var(--color-muted);
}

@media (max-width: 1180px) {
	.mikro-product__hero-grid,
	.mikro-product__fit-grid,
	.mikro-product__integrations-grid,
	.mikro-product__trust-grid,
	.mikro-product__final-cta,
	.mikro-tabs__panel,
	.mikro-product__overview-grid {
		grid-template-columns: 1fr;
	}

	.mikro-product__overview-cards,
	.mikro-product__support-grid,
	.mikro-product__module-grid,
	.mikro-product__process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mikro-product__fit-visual {
		transform: none;
	}

	.mikro-tabs__panel-copy {
		align-content: start;
	}
}

@media (max-width: 760px) {
	.mikro-product__hero {
		padding: 14px 0 36px;
	}

	.mikro-product__lockup {
		padding: 10px 14px;
	}

	.mikro-product__lockup-brand {
		font-size: 24px;
	}

	.mikro-product__lockup-product {
		font-size: 16px;
	}

	.mikro-product__hero h1 {
		max-width: 100%;
		font-size: clamp(34px, 12vw, 48px);
	}

	.mikro-product__hero-summary,
	.mikro-tabs__panel-copy p,
	.mikro-product__fit-card p,
	.mikro-product__module-card p,
	.mikro-product__sector-card p,
	.mikro-product__addon-card p,
	.mikro-product__support-card p {
		font-size: 15px;
		line-height: 1.66;
	}

	.mikro-product__nav-wrap {
		top: calc(var(--site-header-height, 80px) - 1px);
	}

	.mikro-product__nav {
		justify-content: flex-start;
		gap: 28px;
		min-height: 56px;
		padding: 0;
	}

	.mikro-product__nav-link {
		min-height: 56px;
		padding: 0 2px;
		font-size: 15px;
		font-weight: 600;
	}

	.mikro-product__section {
		padding: 52px 0;
		scroll-margin-top: calc(var(--site-header-height, 80px) + 72px);
	}

	.mikro-product__overview-cards,
	.mikro-product__support-grid,
	.mikro-product__module-grid,
	.mikro-product__process,
	.mikro-product__logo-slots {
		grid-template-columns: 1fr;
	}

	.mikro-tabs__nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: none;
	}

	.mikro-tabs__nav::-webkit-scrollbar {
		display: none;
	}

	.mikro-tabs__button {
		flex: 0 0 auto;
	}

	.mikro-tabs__panel {
		padding: 22px;
	}

	.mikro-tabs__panel-copy h3 {
		font-size: 28px;
	}

	.mikro-product__slot {
		min-height: 240px;
		padding: 24px;
	}

	.mikro-product__fit-card,
	.mikro-product__module-card,
	.mikro-product__sector-card,
	.mikro-product__addon-card,
	.mikro-product__support-card,
	.mikro-product__quote-card,
	.mikro-product__trust-panel,
	.mikro-product__final-cta {
		padding: 20px;
		border-radius: 24px;
	}

	.mikro-product__related-section .card-grid {
		gap: 18px;
	}

	.mikro-product__related-logo {
		min-height: 144px;
	}

	.mikro-product__related-logo img {
		height: 64px;
	}

	.mikro-product__quote-card blockquote {
		font-size: 28px;
	}
}

.lead-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 16px;
}

.lead-form label {
	display: grid;
	gap: 8px;
	font-weight: 600;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(13, 16, 32, 0.1);
	border-radius: 14px;
	background: #f9fbff;
	font: inherit;
	color: var(--color-text);
}

.lead-form select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(13, 16, 32, 0.72) 50%),
		linear-gradient(135deg, rgba(13, 16, 32, 0.72) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 2px),
		calc(100% - 12px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.lead-form__full {
	grid-column: 1 / -1;
}

.lead-form__hidden {
	position: absolute;
	left: -9999px;
}

.form-notice {
	margin-bottom: 16px;
	padding: 14px 16px;
	border-radius: 14px;
}

.form-notice--success {
	background: rgba(39, 166, 96, 0.12);
	color: #175731;
}

.form-notice--error {
	background: rgba(227, 90, 90, 0.12);
	color: #842f2f;
}

.lead-form--conversion {
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
}

.lead-form__grid--conversion {
	gap: 10px 12px;
}

.conversion-page__submit {
	margin-top: 14px;
	min-width: 132px;
}

.lead-form--conversion label {
	gap: 6px;
	font-size: 15px;
}

.lead-form--conversion input,
.lead-form--conversion textarea,
.lead-form--conversion select {
	padding: 12px 14px;
	border-radius: 12px;
}

.lead-form--conversion textarea {
	min-height: 108px;
}

.pagination-wrap {
	margin-top: 28px;
}

.site-footer {
	margin-top: 56px;
	padding: 60px 0 22px;
	background: var(--color-dark);
	color: #ffffff;
}

.site-footer__grid {
	align-items: start;
	grid-template-columns: minmax(220px, 1.16fr) minmax(110px, 0.72fr) minmax(110px, 0.72fr) minmax(150px, 0.92fr) minmax(220px, 1.02fr);
	gap: 40px;
	padding-bottom: 30px;
}

.site-footer__column--contact {
	max-width: 260px;
	justify-self: end;
}

.site-footer__eyebrow {
	color: #ffffff;
	margin-bottom: 14px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: #ffffff;
}

.site-footer__column h3 {
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 1.25;
}

.site-footer__group {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.site-footer__subheading {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.site-footer__brand h2 {
	max-width: 11ch;
	margin: 0 0 14px;
}

.site-footer__logo-wrap {
	margin-bottom: 16px;
}

.site-footer__logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.site-footer__logo {
	width: auto;
	max-width: 160px;
	max-height: 80px;
	height: auto;
	object-fit: contain;
}

.site-footer__list,
.menu--footer {
	display: grid;
	gap: 12px;
}

.site-footer__brand,
.site-footer__column {
	display: grid;
	align-content: start;
}

.site-footer__brand p:last-of-type {
	max-width: 31ch;
	margin: 0;
	line-height: 1.6;
}

.site-footer__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
	transition: color 180ms ease, transform 180ms ease;
}

.site-footer__brand-link svg {
	width: 18px;
	height: 18px;
	transition: transform 180ms ease;
}

.site-footer__list li {
	line-height: 1.45;
}

.site-footer__list a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 180ms ease;
}

.site-footer__list a:hover,
.site-footer__brand-link:hover,
.site-footer__contact-value[href]:hover {
	color: var(--color-accent);
}

.site-footer__brand-link:hover svg {
	transform: translateX(3px);
}

.site-footer__contact-list {
	display: grid;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__contact-item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.site-footer__contact-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: var(--color-accent);
	color: #ffffff;
}

.site-footer__contact-icon svg {
	width: 20px;
	height: 20px;
}

.site-footer__contact-copy {
	display: grid;
	gap: 4px;
	padding-top: 2px;
}

.site-footer__contact-label,
.site-footer__contact-value {
	margin: 0;
}

.site-footer__contact-label {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}

.site-footer__contact-value,
.site-footer__contact-value[href] {
	font-size: 16px;
	line-height: 1.55;
	color: #ffffff;
	text-decoration: none;
}

.menu--footer {
	align-items: flex-start;
}

.site-footer__brand p,
.site-footer__list li,
.site-footer__bottom,
.menu--footer a {
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 14px;
	color: #ffffff;
}

.site-footer__bottom p {
	margin: 0;
	color: #ffffff;
}

body.has-cookie-consent-bar {
	padding-bottom: 118px;
}

body.cookie-consent-modal-open {
	overflow: hidden;
}

body.search-overlay-open {
	overflow: hidden;
}

.cookie-consent {
	position: relative;
	z-index: 120;
}

.cookie-consent [hidden] {
	display: none !important;
}

.cookie-consent__bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 0 12px;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px);
}

.cookie-consent__bar .container {
	width: min(1840px, calc(100vw - 18px));
}

.cookie-consent__bar-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}

.cookie-consent__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(15, 23, 42, 0.82);
}

.cookie-consent__text a {
	font-weight: 700;
	color: var(--color-accent);
	text-decoration: none;
}

.cookie-consent__actions,
.cookie-consent__modal-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.cookie-consent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.cookie-consent__button--primary {
	background: var(--color-accent);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(227, 0, 15, 0.18);
}

.cookie-consent__button--ghost {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(227, 0, 15, 0.14);
}

.cookie-consent__button--outline {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(227, 0, 15, 0.14);
}

.cookie-consent__backdrop {
	position: fixed;
	inset: 0;
	background: rgba(15, 23, 42, 0.4);
	backdrop-filter: blur(2px);
}

.cookie-consent__modal {
	position: fixed;
	left: 50%;
	top: 50%;
	width: min(640px, calc(100vw - 32px));
	max-height: min(78vh, 760px);
	display: flex;
	flex-direction: column;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
	overflow: hidden;
}

.cookie-consent__modal-header,
.cookie-consent__modal-actions {
	padding: 24px 28px;
}

.cookie-consent__modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.cookie-consent__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.cookie-consent__modal-header h2 {
	margin: 0;
	font-size: 32px;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.cookie-consent__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(227, 0, 15, 0.12);
	color: var(--color-accent);
	cursor: pointer;
}

.site-header__search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	padding: 8px 6px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--color-text);
	cursor: pointer;
	transition: color 180ms ease, opacity 180ms ease;
}

.site-header__search-toggle:hover,
.site-header__search-toggle:focus-visible {
	color: var(--color-accent);
	opacity: 0.9;
}

.site-search__backdrop {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(245, 247, 250, 0.56);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.site-search__panel {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.site-search__panel-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 92px;
}

.site-search__form {
	min-width: 0;
}

.site-search__actions {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.site-search__submit,
.site-search__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--color-text);
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-search__submit:hover,
.site-search__submit:focus-visible,
.site-search__close:hover,
.site-search__close:focus-visible {
	background: rgba(15, 23, 42, 0.06);
	color: var(--color-accent);
	transform: translateY(-1px);
}

.site-search__input {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: clamp(20px, 2.3vw, 30px);
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--color-text);
	outline: none;
}

.site-search__input::placeholder {
	color: rgba(15, 23, 42, 0.46);
}

.cookie-consent__modal-body {
	display: grid;
	gap: 16px;
	padding: 22px 28px;
	overflow: auto;
}

.cookie-consent__intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: var(--color-muted);
}

.cookie-consent__section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	padding: 18px 0;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.cookie-consent__section--locked {
	align-items: flex-start;
}

.cookie-consent__section-copy h3 {
	margin: 0 0 6px;
	font-size: 18px;
}

.cookie-consent__section-copy p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--color-muted);
}

.cookie-consent__status {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(227, 0, 15, 0.08);
	color: var(--color-accent);
	font-size: 13px;
	font-weight: 700;
}

.cookie-consent__switch {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 54px;
	height: 32px;
	cursor: pointer;
}

.cookie-consent__switch input {
	position: absolute;
	inset: 0;
	opacity: 0;
}

.cookie-consent__switch-track {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.16);
	transition: background-color 0.2s ease;
}

.cookie-consent__switch-track::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
	transition: transform 0.2s ease;
}

.cookie-consent__switch input:checked + .cookie-consent__switch-track {
	background: var(--color-accent);
}

.cookie-consent__switch input:checked + .cookie-consent__switch-track::after {
	transform: translateX(22px);
}

.cookie-consent__modal-actions {
	justify-content: space-between;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.cookie-consent__manage {
	position: fixed;
	right: 20px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(227, 0, 15, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.98);
	color: var(--color-accent);
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
	cursor: pointer;
}

@media (max-width: 960px) {
	body.has-cookie-consent-bar {
		padding-bottom: 164px;
	}

	.cookie-consent__bar-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.cookie-consent__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	body.has-cookie-consent-bar {
		padding-bottom: 226px;
	}

	.cookie-consent__bar {
		padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
	}

	.cookie-consent__bar-inner {
		gap: 14px;
	}

	.cookie-consent__text {
		font-size: 13px;
		line-height: 1.55;
	}

	.cookie-consent__actions,
	.cookie-consent__modal-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cookie-consent__button {
		width: 100%;
		min-height: 46px;
	}

	.cookie-consent__modal {
		top: auto;
		bottom: 12px;
		width: calc(100vw - 20px);
		max-height: min(82vh, 720px);
		transform: translateX(-50%);
		border-radius: 24px;
	}

	.cookie-consent__modal-header,
	.cookie-consent__modal-actions {
		padding: 20px;
	}

	.cookie-consent__modal-header h2 {
		font-size: 26px;
	}

	.cookie-consent__modal-body {
		padding: 18px 20px;
	}

	.cookie-consent__section {
		grid-template-columns: minmax(0, 1fr);
		align-items: flex-start;
	}

	.cookie-consent__switch,
	.cookie-consent__status {
		justify-self: flex-start;
	}

	.cookie-consent__manage {
		right: 14px;
		bottom: 14px;
	}
}

.empty-state {
	padding: 24px;
	border: 1px dashed rgba(13, 16, 32, 0.18);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1180px) {
	.site-header__inner {
		grid-template-columns: auto 1fr auto auto;
		gap: 14px;
	}

	.site-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		justify-self: end;
		order: 4;
		width: auto;
		height: auto;
		padding: 6px 4px;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.site-header__toggle span {
		margin: 0;
	}

	.site-search__panel {
		top: var(--site-chrome-height, 120px);
		border-top: 1px solid rgba(13, 16, 32, 0.06);
	}

	.site-search__backdrop {
		top: calc(var(--site-chrome-height, 120px) + 74px);
	}

	.site-search__panel-inner {
		gap: 12px;
		min-height: 74px;
	}

	.site-header__search-toggle {
		order: 3;
	}

	.site-header__nav,
	.site-header__aside {
		display: none;
		grid-column: 1 / -1;
	}

	.menu--primary {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding-top: 12px;
	}

	.site-header__support {
		padding-left: 0;
		border-left: 0;
	}

	.site-branding__name {
		font-size: 22px;
	}

	.site-branding__logo {
		max-width: 132px;
		max-height: 54px;
	}

	.fodge-hero {
		--hero-left-width: 340px;
		--hero-preview-width: 260px;
		--hero-preview-height: 332px;
	}

	.hero-sync__scene {
		padding-top: 12px;
	}

	.hero-sync__top {
		grid-template-columns: var(--hero-left-width) minmax(0, 1fr) var(--hero-preview-width);
		gap: 24px;
	}

	.hero-sync__copy-stage {
		min-height: 360px;
	}

	.hero-sync__copy {
		max-width: 320px;
	}

	.hero-sync__headline {
		width: 100%;
		font-size: clamp(28px, 2.6vw, 32px);
	}

	.hero-sync__visual-stage {
		height: 460px;
	}

	.hero-sync__scene-shell {
		inset: 24px;
		padding: 22px;
	}

	.hero-sync__scene-stage::before {
		inset: 14px;
		border-radius: 18px;
	}

	.hero-sync__scene-token {
		display: none;
	}

	.hero-sync__scene-body {
		grid-template-columns: minmax(0, 1fr) 190px;
	}

	.hero-sync__scene-title {
		font-size: clamp(26px, 2.4vw, 34px);
	}

	.hero-sync__scene-float--primary {
		left: 14px;
		bottom: 14px;
		max-width: 196px;
	}

	.hero-sync__scene-float--secondary {
		right: 14px;
		top: 18px;
	}

	.hero-sync__band {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.service-layer__grid,
	.fodge-dark__grid,
	.fodge-about__panel,
	.fodge-showcase__grid,
	.fodge-proof__grid,
	.fodge-blog__grid,
	.page-hero__grid,
	.cta-banner__inner,
	.site-footer__grid,
	.single-content__grid,
	.form-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.card-grid--three,
	.card-grid--four,
	.detail-grid,
	.lead-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	body.admin-bar .site-search__backdrop,
	body.admin-bar .site-search__panel {
		top: 46px;
	}
}

@media (max-width: 760px) {
	body.admin-bar .site-header {
		top: 0;
	}

	body.admin-bar .site-search__panel {
		top: var(--site-chrome-height, 120px);
	}

	body.admin-bar .site-search__backdrop {
		top: calc(var(--site-chrome-height, 120px) + 72px);
	}

	.site-search__panel-inner {
		min-height: 72px;
	}

	.site-search__input {
		font-size: 18px;
	}

	.site-search__submit,
	.site-search__close {
		width: 44px;
		height: 44px;
	}

	.site-header__search-toggle {
		padding: 6px 4px;
	}

	.section {
		padding-block: 56px;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer__column--contact {
		max-width: none;
		justify-self: stretch;
	}

	.site-footer__group {
		margin-top: 20px;
	}

	.site-footer__contact-item {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
	}

	.site-footer__contact-icon {
		width: 42px;
		height: 42px;
	}

	.site-topbar__inner {
		justify-content: center;
	}

	.site-topbar__text {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.fodge-hero {
		min-height: auto;
		padding-top: 0;
	}

	.hero-sync {
		min-height: auto;
	}

	.fodge-dark__panel,
	.fodge-about__panel,
	.fodge-showcase__visual-card,
	.cta-banner__inner {
		padding: 24px;
	}

	.service-layer__intro {
		margin-bottom: 28px;
	}

	.service-layer__intro h2 {
		font-size: clamp(30px, 8vw, 38px);
	}

	.service-layer__card {
		padding: 26px 24px;
	}

	.hero-sync__scene {
		min-height: auto;
		padding-top: 14px;
		padding-bottom: 28px;
	}

	.hero-sync__top {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 0;
	}

	.hero-sync__copy-stage,
	.hero-sync__right {
		min-height: auto;
	}

	.card-grid--three,
	.card-grid--four,
	.detail-grid,
	.lead-form__grid,
	.fodge-blog__grid,
	.service-layer__grid {
		grid-template-columns: 1fr;
	}

	.hero-sync__headline {
		width: 100%;
		font-size: clamp(31px, 8.8vw, 39px);
	}

	.hero-sync__copy,
	.hero-sync__intro,
	.hero-sync__preview-stage,
	.hero-sync__nav {
		max-width: none;
	}

	.hero-sync__copy-stage {
		display: block;
	}

	.hero-sync__copy-slide {
		position: relative;
		inset: auto;
		display: none;
		opacity: 1;
		transform: none;
	}

	.hero-sync__copy-slide.is-active {
		display: grid;
	}

	.hero-sync__visual-stage {
		max-width: 100%;
		height: clamp(320px, 58vw, 460px);
	}

	.hero-sync__scene-shell {
		inset: 0;
		padding: 0;
	}

	.hero-sync__scene-stage {
		border-radius: 0;
	}

	.hero-sync__scene-stage::before {
		inset: 12px;
		border-radius: 16px;
	}

	.hero-sync__scene-stage::after {
		left: 18px;
		right: 18px;
		bottom: 16px;
	}

	.hero-sync__scene-stage [data-scene-layer="secondary"] {
		opacity: 0.72;
	}

	.hero-sync__scene-body {
		grid-template-columns: 1fr;
	}

	.hero-sync__scene-title {
		max-width: none;
		font-size: clamp(24px, 6.5vw, 30px);
	}

	.hero-sync__scene-main {
		gap: 18px;
	}

	.hero-sync__scene-modules {
		grid-template-columns: 1fr;
	}

	.hero-sync__scene-float {
		display: none;
	}

	.hero-sync__visual-slide {
		display: none;
		opacity: 1;
		transform: none;
	}

	.hero-sync__visual-slide.is-active {
		display: flex;
	}

	.hero-sync__preview-stage,
	.hero-sync__nav {
		max-width: 300px;
	}

	.hero-sync__preview-stage {
		height: 320px;
	}

	.hero-sync__preview-title {
		font-size: 24px;
	}

	.hero-sync__preview-media {
		height: 200px;
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--erp .hero-sync__scene-svg {
		transform: translate(2px, 4px) scale(1.02);
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--consultancy .hero-sync__scene-svg {
		transform: translate(2px, 4px) scale(1.01);
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--edonusum .hero-sync__scene-svg {
		transform: translate(2px, 4px) scale(1.04);
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--support .hero-sync__scene-svg {
		transform: translate(2px, 4px) scale(1);
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--camera .hero-sync__scene-svg {
		transform: translate(2px, 4px) scale(1);
	}

	.hero-sync__scene-card.is-compact .hero-sync__scene-shell {
		inset: 0;
		padding: 0;
	}

	.hero-sync__band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-sync__band-item {
		justify-content: flex-start;
		min-height: 88px;
		padding-inline: 18px;
	}

	.fodge-showcase__visual-card img {
		width: min(100%, 260px);
	}
}

@media (max-width: 520px) {
	.hero-sync__actions {
		align-items: center;
		gap: 12px;
	}

	.hero-sync__cta.button {
		min-height: 46px;
		padding-inline: 20px;
		font-size: 13px;
	}

	.hero-sync__text-link {
		font-size: 14px;
	}

	.hero-sync__preview-stage {
		height: 300px;
	}

	.hero-sync__scene-shell {
		inset: 0;
		padding: 0;
	}

	.hero-sync__scene-stage {
		border-radius: 0;
	}

	.hero-sync__scene-stage::before {
		inset: 10px;
		border-radius: 14px;
	}

	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--erp .hero-sync__scene-svg,
	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--consultancy .hero-sync__scene-svg,
	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--edonusum .hero-sync__scene-svg,
	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--support .hero-sync__scene-svg,
	.hero-sync__scene-card:not(.is-compact) .hero-sync__scene-stage--camera .hero-sync__scene-svg {
		transform: translate(0, 2px) scale(0.92);
	}

	.hero-sync__scene-metric {
		padding: 12px 10px;
		border-radius: 16px;
	}

	.hero-sync__scene-metric strong {
		font-size: 18px;
	}

	.hero-sync__scene-metric span {
		font-size: 10px;
	}

	.hero-sync__band {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   HERO IMAGE LAYOUT OVERRIDES
   ========================================================================== */

.fodge-hero {
	--hero-band-height: 84px;
	--hero-left-width: 410px;
	--hero-center-width: 500px;
	--hero-preview-width: 220px;
	--hero-preview-height: 312px;
	min-height: auto;
}

.hero-sync {
	min-height: auto;
}

.hero-sync__scene {
	grid-template-rows: auto auto;
	min-height: auto;
	padding-top: 22px;
	padding-bottom: 0;
}

.hero-sync__top {
	grid-template-columns: minmax(380px, var(--hero-left-width)) minmax(420px, var(--hero-center-width)) minmax(200px, var(--hero-preview-width));
	align-items: start;
	gap: clamp(18px, 1.7vw, 26px);
	padding-top: 0;
	padding-bottom: 14px;
}

.hero-sync__copy-stage {
	min-height: 364px;
}

.hero-sync__copy-slide {
	align-content: start;
	row-gap: 16px;
	padding-top: 18px;
}

.hero-sync__center,
.hero-sync__right {
	padding-top: 12px;
}

.hero-sync__copy {
	max-width: 408px;
	row-gap: 16px;
}

.hero-sync__headline {
	font-size: clamp(30px, 2.5vw, 35px);
	line-height: 1.08;
	font-weight: 650;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.hero-sync__intro {
	max-width: 34ch;
	font-size: 16px;
	line-height: 1.56;
}

.hero-sync__actions {
	gap: 12px 16px;
}

.hero-sync__visual-stage {
	max-width: min(100%, var(--hero-center-width));
	height: auto;
	aspect-ratio: 1.02 / 1;
	overflow: visible;
}

.hero-sync__visual-frame {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: clamp(10px, 1.4vw, 16px);
	border-radius: 28px;
	background: linear-gradient(180deg, #f4f5fa 0%, #eef1f6 100%);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.92);
	overflow: hidden;
}

.hero-sync__visual-mobile-action,
.hero-sync__nav--mobile {
	display: none;
}

.hero-sync__visual-image,
.hero-sync__preview-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.08));
	transform: scale(1.2);
	transform-origin: center;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
}

.hero-sync__right {
	align-items: stretch;
	gap: 12px;
	min-height: 364px;
}

.hero-sync__preview-stage,
.hero-sync__nav {
	max-width: var(--hero-preview-width);
}

.hero-sync__preview-stage {
	height: var(--hero-preview-height);
}

.hero-sync__preview-card {
	grid-template-rows: auto auto;
	gap: 12px;
	padding: 12px;
	border-radius: 20px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09);
}

.hero-sync__preview-card.is-queue-1 {
	transform: translate(10px, 7px) scale(0.985);
	opacity: 0.66;
}

.hero-sync__preview-card.is-queue-2 {
	transform: translate(18px, 14px) scale(0.968);
	opacity: 0.38;
}

.hero-sync__preview-card.is-queue-3 {
	transform: translate(26px, 20px) scale(0.95);
	opacity: 0.2;
}

.hero-sync__preview-media {
	height: auto;
}

.hero-sync__preview-image-frame {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 8px;
	border-radius: 16px;
	background: linear-gradient(180deg, #f4f5fa 0%, #eef1f6 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
	overflow: hidden;
}

.hero-sync__preview-content {
	gap: 8px;
	padding-top: 0;
}

.hero-sync__preview-title {
	font-size: 18px;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

	.hero-sync__preview-label {
		font-size: 11px;
	}

@media (max-width: 1180px) {
	.fodge-hero {
		--hero-left-width: 320px;
		--hero-center-width: 384px;
		--hero-preview-width: 156px;
		--hero-preview-height: 222px;
	}

	.hero-sync__scene {
		padding-top: 18px;
	}

	.hero-sync__copy-stage,
	.hero-sync__right {
		min-height: 286px;
	}

	.hero-sync__top {
		grid-template-columns: minmax(296px, 320px) minmax(0, 1fr) minmax(144px, var(--hero-preview-width));
		gap: 12px;
		padding-top: 0;
		padding-bottom: 10px;
	}

	.hero-sync__copy-slide {
		padding-top: 10px;
		row-gap: 14px;
	}

	.hero-sync__center,
	.hero-sync__right {
		padding-top: 8px;
	}

	.hero-sync__copy {
		max-width: 318px;
	}

	.hero-sync__headline {
		font-size: clamp(19px, 2vw, 22px);
		font-weight: 600;
	}

	.hero-sync__intro {
		font-size: 14px;
		line-height: 1.5;
		max-width: 26ch;
	}

	.hero-sync__visual-frame {
		padding: 8px;
		border-radius: 22px;
	}

	.hero-sync__visual-stage {
		max-width: min(100%, var(--hero-center-width));
		aspect-ratio: 0.98 / 1;
	}

	.hero-sync__preview-card {
		padding: 9px;
		border-radius: 18px;
	}

	.hero-sync__preview-image-frame {
		padding: 6px;
		border-radius: 14px;
	}

	.hero-sync__preview-title {
		font-size: 14px;
		line-height: 1.12;
	}

	.hero-sync__band {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		min-height: 106px;
	}

	.hero-sync__band-item {
		gap: 10px;
		min-height: 106px;
		padding: 14px 10px;
	}

	.hero-sync__band-icon {
		width: 42px;
		height: 42px;
	}

	.hero-sync__band-icon svg {
		width: 18px;
		height: 18px;
	}

	.hero-sync__band-label {
		font-size: 13px;
		line-height: 1.2;
		white-space: normal;
	}
}

@media (max-width: 760px) {
	.fodge-hero,
	.hero-sync,
	.hero-sync__scene {
		min-height: calc(100svh - 112px);
	}

	.home .site-topbar {
		display: none;
	}

	.hero-sync__scene {
		grid-template-rows: minmax(0, 1fr) auto;
		padding-top: 24px;
		padding-bottom: 0;
	}

	.hero-sync__top {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(0, 1fr);
		align-items: stretch;
		gap: 0;
		padding-top: 0;
		padding-bottom: 0;
		min-height: 100%;
		touch-action: pan-y;
	}

	.hero-sync__copy-stage,
	.hero-sync__right {
		min-height: auto;
	}

	.hero-sync__copy-slide {
		position: relative;
		inset: auto;
		display: none;
		width: 100%;
		opacity: 1;
		transform: none;
		pointer-events: none;
		row-gap: 0;
		padding-top: 0;
		align-content: start;
	}

	.hero-sync__copy-slide.is-active {
		display: grid;
		pointer-events: auto;
	}

	.hero-sync__center,
	.hero-sync__right {
		padding-top: 0;
	}

	.hero-sync__left,
	.hero-sync__center {
		width: 100%;
	}

	.hero-sync__left {
		align-self: start;
		padding-top: 6px;
	}

	.hero-sync__center {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		min-height: 0;
		margin-top: 34px;
	}

	.hero-sync__tabs {
		display: none;
	}

	.hero-sync__tab {
		min-height: 40px;
		padding: 8px 16px;
		font-size: 12px;
		letter-spacing: 0.02em;
	}

	.hero-sync__copy {
		display: grid;
		width: 100%;
		min-height: auto;
		max-width: none;
		row-gap: 34px;
	}

	.hero-sync__headline {
		max-width: 13.2ch;
		font-size: clamp(27px, 7.3vw, 30px);
		line-height: 1.18;
		font-weight: 600;
		letter-spacing: -0.03em;
		text-wrap: wrap;
	}

	.hero-sync__intro {
		display: none;
	}

	.hero-sync__actions {
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		order: -1;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.hero-sync__actions .button {
		flex: 1 1 0;
		justify-content: center;
		min-width: 0;
		min-height: 46px;
		padding: 12px 16px;
		font-size: 13px;
		line-height: 18px;
	}

	.hero-sync__visual-stage {
		width: 100%;
		max-width: none;
		margin-inline: auto;
		aspect-ratio: 1 / 1;
		touch-action: none;
	}

	.hero-sync__visual-frame {
		padding: 0;
		border-radius: 28px;
	}

	.hero-sync__visual-mobile-action,
	.hero-sync__mobile-cta.button {
		display: none;
	}

	.hero-sync__nav--mobile {
		position: absolute;
		right: 0;
		bottom: 52px;
		display: flex;
		z-index: 4;
		width: auto;
		max-width: none;
		pointer-events: none;
	}

	.hero-sync__nav-count--mobile {
		height: 26px;
		min-width: 57px;
		padding: 0 9px;
		border-radius: 999px;
		background: rgba(238, 240, 245, 0.94);
		border: 1px solid rgba(15, 23, 42, 0.05);
		box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
		font-size: 11px;
		font-weight: 500;
		color: #3f4859;
	}

	.hero-sync__secondary-cta.button,
	.hero-sync__cta.button {
		min-height: 48px;
		font-size: 14px;
	}

	.hero-sync__right {
		display: none;
	}

	.hero-sync__visual-image {
		transform: scale(1.08);
		transform-origin: center;
	}

	.hero-sync__band {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		min-height: 104px;
	}

	.hero-sync__band-item {
		flex: 0 0 50%;
		display: grid;
		grid-template-columns: 40px 76px;
		align-content: center;
		justify-content: center;
		column-gap: 10px;
		min-height: 104px;
		padding: 14px 12px;
		scroll-snap-align: start;
	}

	.hero-sync__band-label {
		font-size: 13px;
		line-height: 1.15;
		width: 76px;
		max-width: none;
		white-space: normal;
	}
}

@media (max-width: 520px) {
	.hero-sync__headline {
		max-width: 13.2ch;
		font-size: clamp(27px, 7.3vw, 30px);
		line-height: 1.18;
		font-weight: 600;
	}

	.hero-sync__visual-frame {
		padding: 0;
		border-radius: 28px;
	}

	.hero-sync__band {
		padding-bottom: 0;
	}

	.hero-sync__band-item {
		flex-basis: 50%;
		min-height: 100px;
		padding: 14px 10px;
	}

	.hero-sync__band-icon {
		width: 40px;
		height: 40px;
	}

	.hero-sync__band-label {
		font-size: 12px;
		width: 72px;
	}
}

@media (max-width: 760px) and (min-height: 900px) {
	.fodge-hero,
	.hero-sync,
	.hero-sync__scene {
		min-height: auto;
	}

	.hero-sync__scene {
		grid-template-rows: auto auto;
	}

	.hero-sync__top {
		grid-template-rows: auto auto;
		min-height: auto;
	}
}

/* ==========================================================================
   PHASE 1 - DESIGN SYSTEM ENHANCEMENTS
   ========================================================================== */

/* --- Button Variants --- */

.button--secondary {
	background: transparent;
	border: 1.5px solid var(--color-accent);
	color: var(--color-accent);
	box-shadow: none;
}

.button--secondary:hover {
	background: rgba(227, 0, 15, 0.06);
	border-color: var(--color-accent-strong);
}

.button--tertiary,
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	min-height: auto;
	font-size: 15px;
	font-weight: 700;
	color: var(--color-accent);
	transition: color 0.2s ease, gap 0.2s ease;
}

.button--tertiary::after,
.text-link::after {
	content: "\2192";
	display: inline-block;
	font-size: 16px;
	transition: transform 0.2s ease;
}

.button--tertiary:hover,
.text-link:hover {
	color: var(--color-accent-strong);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.button--tertiary:hover::after,
.text-link:hover::after {
	transform: translateX(4px);
}

.button--tertiary:hover {
	transform: none;
}

/* Inverted button for dark backgrounds */
.button--primary-inverted {
	background: #ffffff;
	color: var(--color-accent);
	box-shadow: 0 18px 28px rgba(0, 0, 0, 0.12);
}

.button--primary-inverted:hover {
	background: rgba(255, 255, 255, 0.92);
}

/* Full-width button on mobile */
.button--block-mobile {
	width: 100%;
	text-align: center;
}

/* --- Enhanced Hover / Interaction System --- */

/* Card universal hover */
.card,
.fodge-mini-card,
.fodge-blog-card,
.fodge-proof__card {
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
	            box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
	            border-color 0.28s ease;
}

.card:hover,
.fodge-mini-card:hover,
.fodge-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(15, 30, 84, 0.12);
	border-color: rgba(227, 0, 15, 0.1);
}

/* Image scale inside cards on hover */
.fodge-blog-card__image {
	overflow: hidden;
}

.fodge-blog-card__image img {
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.fodge-blog-card:hover .fodge-blog-card__image img {
	transform: scale(1.04);
}

.fodge-blog-card:hover h3 a {
	color: var(--color-accent);
}

/* Nav link underline animation */
.menu--primary a {
	position: relative;
}

.menu--primary a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--color-accent);
	transition: width 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu--primary a:hover::after,
.current-menu-item > a::after,
.current_page_item > a::after {
	width: 100%;
}

/* Mini-card link arrow animation */
.fodge-mini-card a::after {
	content: " \2192";
	display: inline-block;
	transition: transform 0.2s ease;
}

.fodge-mini-card:hover a::after {
	transform: translateX(4px);
}

/* --- Focus states for accessibility --- */
.button:focus-visible,
.card:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}

/* Skip to content */
.skip-link {
	position: absolute;
	top: -100%;
	left: 16px;
	z-index: 999;
	padding: 12px 20px;
	background: var(--color-accent);
	color: #ffffff;
	border-radius: 0 0 8px 8px;
	font-weight: 700;
	font-size: 14px;
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 0;
}

/* ==========================================================================
   COMPONENT - Trust Logo Strip
   ========================================================================== */

.trust-strip {
	padding-block: 48px;
	background: #ffffff;
}

.trust-strip__heading {
	text-align: center;
	margin-bottom: 28px;
}

.trust-strip__heading p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--color-muted);
}

.trust-strip__logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.trust-strip__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid rgba(13, 16, 32, 0.06);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-weight: 700;
	color: var(--color-muted);
	filter: grayscale(100%);
	opacity: 0.7;
	transition: filter 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
}

.trust-strip__logo:hover {
	filter: grayscale(0%);
	opacity: 1;
	border-color: rgba(13, 16, 32, 0.12);
}

.trust-strip__logo img {
	height: 28px;
	width: auto;
	object-fit: contain;
}

/* ==========================================================================
   COMPONENT - Statistics / Proof Block
   ========================================================================== */

.stats-block {
	padding-block: var(--section-space);
	background: var(--color-surface-soft);
}

.stats-block__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

