/* --------------------------------------------------------------------------
   Marketing home (Dentitive-inspired) — Isufi Royal Dental
   -------------------------------------------------------------------------- */

:root {
	--mk-radius: 28px;
	--mk-radius-sm: 18px;
	--mk-teal: #3d6f82;
	--mk-teal-soft: #5a8fa0;
	--mk-navy: #2c2c76;
	--mk-ink: #1a1f3c;
	--mk-muted: #6b7280;
	--mk-soft: #f3f5f8;
	--mk-line: #e6eaf0;
}

.mk-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.95rem;
	border: 1px solid var(--mk-line);
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mk-navy);
	background: #fff;
	margin-bottom: 1rem;
}

.mk-badge--center {
	display: flex;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.mk-badge--on-dark {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	background: rgba(20, 24, 40, 0.35);
}

.mk-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.9rem 1.35rem;
	border-radius: 999px;
	background: var(--mk-navy);
	color: #fff !important;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.mk-btn:hover,
.mk-btn:focus {
	background: var(--color-primary-dark);
	transform: translateY(-2px);
}

.section--soft {
	background: var(--mk-soft);
}

/* Header polish */
.home-page--v2 ~ /* noop */ .x { display: none; }

body.home .site-header,
.site-header {
	background: #fff;
	border-bottom: 1px solid transparent;
}

.header-cta {
	border-radius: 999px !important;
	padding-inline: 1.25rem !important;
}

.main-navigation .menu a {
	font-weight: 500;
}

/* Story */
.mk-story__title {
	max-width: 48rem;
	margin: 0 auto 2.5rem;
	text-align: center;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.45;
	font-weight: 700;
	color: var(--mk-ink);
}

.mk-story__icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
	text-align: center;
}

.mk-story__icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	margin-bottom: 0.75rem;
	color: var(--mk-teal);
}

.mk-story__icon svg {
	width: 100%;
	height: 100%;
}

.mk-story__icons li span:last-child {
	display: block;
	font-size: 0.95rem;
	color: var(--mk-muted);
	font-weight: 500;
}

.mk-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	align-items: start;
}

.mk-story__card {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	max-height: 750px;
}

.mk-story__card--offset {
	margin-top: 2.5rem;
}

.mk-story__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 420px;
}

.mk-story__card-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem;
	color: #fff;
	background: linear-gradient(transparent, rgba(15, 25, 45, 0.78));
}

.mk-story__card-copy h3 {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
	color: white;
}

.mk-story__card-copy p {
	margin: 0;
	font-size: 0.92rem;
	opacity: 0.92;
	line-height: 1.5;
}

/* Stats */
.mk-stats__inner {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 1.25rem;
	align-items: stretch;
}

.mk-stats__feature {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	min-height: 520px;
	color: #fff;
}

.mk-stats__feature-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mk-stats__feature-content {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.75rem;
	background: linear-gradient(160deg, rgba(20, 28, 50, 0.55), rgba(20, 28, 50, 0.72));
}

.mk-stats__feature-content h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.15;
	margin: 1rem 0;
	max-width: 12ch;
	color: white;
}

.mk-stats__feature-content p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	opacity: 0.92;
	max-width: 36ch;
}

.mk-stats__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.mk-stats__card {
	background: #fff;
	border-radius: var(--mk-radius-sm);
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 180px;
	box-shadow: 0 1px 0 rgba(20, 30, 60, 0.04);
}

.mk-stats__card-top {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: flex-start;
}

.mk-stats__card h3 {
	margin: 0;
	font-size: 1.15rem;
	color: var(--mk-ink);
	line-height: 1.25;
}

.mk-stats__ico {
	width: 28px;
	height: 28px;
	color: var(--mk-teal);
	flex-shrink: 0;
}

.mk-stats__ico svg {
	width: 100%;
	height: 100%;
}

.mk-stats__card p {
	margin: 1rem 0 0;
	font-size: 0.88rem;
	color: var(--mk-muted);
	line-height: 1.5;
}

/* Precision */
.mk-precision__header {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto 2rem;
}

.mk-precision__header h2 {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	color: var(--mk-ink);
	margin-bottom: 0.85rem;
}

.mk-precision__header p {
	color: var(--mk-muted);
	line-height: 1.65;
}

.mk-precision__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	border-bottom: 1px solid var(--mk-line);
	margin-bottom: 2rem;
	justify-content: center;
}

.mk-precision__tab {
	appearance: none;
	background: none;
	border: 0;
	border-bottom: 2px solid transparent;
	padding: 0.85rem 0;
	margin-bottom: -1px;
	font: inherit;
	font-weight: 600;
	color: var(--mk-muted);
	cursor: pointer;
}

.mk-precision__tab.is-active {
	color: var(--mk-teal);
	border-bottom-color: var(--mk-teal);
}

.mk-precision__panel[hidden] {
	display: none !important;
}

.mk-precision__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.mk-precision__feature-ico {
	display: inline-flex;
	width: 40px;
	height: 40px;
	color: var(--mk-navy);
	margin-bottom: 0.65rem;
}

.mk-precision__feature-ico svg {
	width: 100%;
	height: 100%;
}

.mk-precision__feature h3 {
	margin: 0 0 0.4rem;
	color: var(--mk-ink);
	font-size: 1.05rem;
}

.mk-precision__feature p {
	margin: 0;
	color: var(--mk-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.mk-precision__media {
	margin: 0 0 2rem;
	border-radius: var(--mk-radius);
	overflow: hidden;
}

.mk-precision__media img {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	height: 500px;
}

.mk-precision__cta-row {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 2rem;
	align-items: center;
}

.mk-precision__cta-row h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	color: var(--mk-ink);
	max-width: 18ch;
	line-height: 1.25;
}

.mk-precision__cta-aside {
	text-align: right;
}

.mk-precision__cta-aside p {
	margin: 0 0 1rem;
	color: var(--mk-muted);
	line-height: 1.55;
}

/* Comfort / Services */
.mk-comfort__title {
	text-align: center;
	font-size: clamp(2rem, 4vw, 3rem);
	color: var(--mk-ink);
	margin: 0 auto 2.5rem;
	line-height: 1.15;
}

.mk-comfort__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.15rem;
}

.mk-comfort__grid--services {
	margin-bottom: 2rem;
}

.mk-comfort__card {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
	color: #fff;
	text-decoration: none;
}

.mk-comfort__card--link {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mk-comfort__card--link:hover,
.mk-comfort__card--link:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(20, 24, 50, 0.16);
	color: #fff;
}

.mk-comfort__card--navy {
	background: var(--mk-navy);
}

.mk-comfort__card--teal {
	background: var(--mk-teal);
}

.mk-comfort__card--photo {
	padding: 0;
}

.mk-comfort__card--photo .mk-comfort__card-body {
	position: absolute;
	inset: 0;
	z-index: 1;
	padding: 1.5rem;
	background: linear-gradient(165deg, rgba(20, 30, 55, 0.72) 0%, rgba(20, 30, 55, 0.25) 48%, rgba(20, 30, 55, 0.55) 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mk-comfort__card--photo .mk-comfort__more {
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1.35rem;
	z-index: 2;
}

.mk-comfort__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mk-comfort__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.95);
}

.mk-comfort__icon svg {
	width: 100%;
	height: 100%;
}

.mk-comfort__number {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	opacity: 0.65;
}

.mk-comfort__card h3 {
	margin: 0 0 0.65rem;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.25;
	text-transform: none;
}

.mk-comfort__card p {
	margin: 0;
	line-height: 1.55;
	opacity: 0.92;
	font-size: 0.95rem;
}

.mk-comfort__more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: auto;
	padding-top: 1.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #fff;
}

.mk-comfort__cta {
	display: flex;
	justify-content: center;
}

/* Roadmap */
.mk-roadmap__shell {
	background: #fff;
	border-radius: var(--mk-radius);
	padding: clamp(1.75rem, 4vw, 3.5rem);
	box-shadow: 0 10px 40px rgba(20, 30, 60, 0.06);
}

.mk-roadmap__header {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	margin-bottom: 2rem;
	align-items: end;
}

.mk-roadmap__header h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	color: var(--mk-ink);
	max-width: 14ch;
	line-height: 1.15;
}

.mk-roadmap__lead {
	margin: 0;
	color: var(--mk-muted);
	line-height: 1.65;
}

.mk-roadmap__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.mk-roadmap__card {
	background: var(--mk-soft);
	border-radius: var(--mk-radius-sm);
	padding: 1.15rem;
}

.mk-roadmap__card-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
	gap: 0.75rem;
}

.mk-roadmap__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--mk-teal);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
}

.mk-roadmap__card-top img {
	width: 88px;
	height: 72px;
	object-fit: cover;
	border-radius: 12px;
}

.mk-roadmap__card h3 {
	margin: 0 0 0.5rem;
	color: var(--mk-ink);
	font-size: 1.05rem;
}

.mk-roadmap__card p {
	margin: 0;
	color: var(--mk-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.mk-roadmap__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--mk-ink);
	font-weight: 600;
	font-size: 0.92rem;
}

.mk-roadmap__trust span {
	color: var(--mk-teal);
	margin-right: 0.35rem;
}

/* Team v2 */
.mk-team__banner {
	position: relative;
	margin: 0 0 2.5rem;
	border-radius: var(--mk-radius);
	overflow: hidden;
	background: #d7e2ef;
	aspect-ratio: 16 / 9;
	min-height: 280px;
}

.mk-team__banner-img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	object-position: center 35%;
	display: block;
	background: #e5e5e5;
}

.mk-team__banner-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	background: linear-gradient(transparent, #fff);
	pointer-events: none;
}

.mk-team__content {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 2.5rem;
	align-items: start;
}

.mk-team__intro h2 {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	color: var(--mk-ink);
	line-height: 1.15;
	margin: 0 0 1.5rem;
	max-width: 12ch;
}

.mk-team__availability {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.mk-team__avail-label {
	font-size: 0.85rem;
	color: var(--mk-muted);
}

.mk-team__availability strong {
	font-size: 1.15rem;
	color: var(--mk-ink);
}

.mk-team__avail-hours {
	color: var(--mk-teal-soft);
	font-weight: 600;
}

.mk-team__aside > p {
	margin: 0 0 1.5rem;
	color: var(--mk-muted);
	line-height: 1.7;
}

.mk-team__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.mk-team__card {
	position: relative;
	border-radius: var(--mk-radius-sm);
	overflow: hidden;
	min-height: 320px;
	background: var(--mk-navy);
}

.mk-team__card img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center 12%;
	background: #ededed;
}

.mk-team__card-meta {
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.75rem;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 12px;
	padding: 0.85rem;
}

.mk-team__card-meta h3 {
	margin: 0 0 0.2rem;
	font-size: 0.95rem;
	color: var(--mk-ink);
}

.mk-team__card-meta span {
	font-size: 0.8rem;
	color: var(--mk-teal);
	font-weight: 600;
}

/* Experiences */
.mk-exp__title {
	text-align: center;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	color: var(--mk-ink);
	margin: 0 auto 2rem;
}

.mk-exp__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.mk-exp__ba {
	position: relative;
	border-radius: var(--mk-radius);
	overflow: hidden;
	aspect-ratio: 1400 / 695;
	width: 100%;
	background: #1a1f3c;
	touch-action: none;
	user-select: none;
	cursor: ew-resize;
	max-height: 400px;
}

.mk-exp__ba-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.mk-exp__ba-img--after {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mk-exp__ba-before {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--ba-pos, 50%);
	overflow: hidden;
	z-index: 1;
}

.mk-exp__ba-img--before {
	position: absolute;
	inset: 0;
	width: var(--ba-shell-width, 100%);
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mk-exp__ba-labels {
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.mk-exp__ba-labels span {
	background: rgba(255, 255, 255, 0.92);
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--mk-ink);
}

.mk-exp__ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--ba-pos, 50%);
	z-index: 4;
	width: 44px;
	margin-left: -22px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.mk-exp__ba-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.mk-exp__ba-knob {
	position: relative;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: var(--mk-navy, #2c2c76);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.mk-exp__ba-range {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
	accent-color: var(--mk-navy, #2c2c76);
}

.mk-exp__quote {
	position: relative;
	border-radius: var(--mk-radius);
	background: linear-gradient(145deg, var(--mk-teal) 0%, var(--mk-navy) 100%);
	height: 100%;
	align-self: stretch;
	color: #fff;
	padding: 2rem 1.75rem 4rem;
	min-height: 360px;
}

.mk-exp__quote-item[hidden] {
	display: none !important;
}

.mk-exp__quote-mark {
	margin: 0;
	font-size: 3rem;
	line-height: 1;
	opacity: 0.35;
}

.mk-exp__quote h3 {
	margin: 0.25rem 0 0.85rem;
	font-size: 1.6rem;
	color: white;
}

.mk-exp__quote p {
	margin: 0 0 1.25rem;
	line-height: 1.65;
	opacity: 0.95;
}

.mk-exp__quote footer {
	font-weight: 600;
}

.mk-exp__quote-nav {
	position: absolute;
	left: 50%;
	bottom: 1.15rem;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	padding: 0.25rem;
}

.mk-exp__quote-nav button {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--mk-navy);
	cursor: pointer;
	font-size: 1rem;
}

.mk-exp__kpis {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mk-exp__kpis strong {
	display: block;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--mk-ink);
	margin-bottom: 0.25rem;
}

.mk-exp__kpis span {
	color: var(--mk-muted);
	font-size: 0.9rem;
}

/* Booking v2 */
.mk-book {
	background: linear-gradient(160deg, #1f1f58 0%, #2c2c76 55%, #3d6f82 100%);
	padding-bottom: 0;
}

.mk-book .container {
	padding-bottom: 0;
}

.mk-book__shell {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 1.5rem;
	align-items: stretch;
	border-radius: var(--mk-radius) var(--mk-radius) 0 0;
	overflow: hidden;
}

.mk-book__promo {
	padding: clamp(2rem, 5vw, 3.5rem);
	display: flex;
	align-items: flex-end;
	color: #fff;
	background:
		radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08), transparent 40%),
		transparent;
}

.mk-book__promo h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3.5vw, 2.75rem);
	line-height: 1.15;
	max-width: 12ch;
	color: white;
}

.mk-book__form-wrap {
	background: #fff;
	border-radius: var(--mk-radius) 0 0 0;
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

.mk-book__form-title {
	margin: 0 0 1.25rem;
	font-weight: 600;
	color: var(--mk-ink);
}

.mk-book__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.mk-book__form .booking-form__field {
	margin-bottom: 0.85rem;
}

.mk-book__form .booking-form__field label {
	font-size: 0.85rem;
	color: var(--mk-muted);
}

.mk-book__form .booking-form__field input,
.mk-book__form .booking-form__field select,
.mk-book__form .booking-form__field textarea {
	border: 0;
	border-bottom: 1px dashed var(--mk-line);
	border-radius: 0;
	padding-left: 0;
	background: transparent;
}

.mk-book__form .booking-form__field input:focus,
.mk-book__form .booking-form__field select:focus,
.mk-book__form .booking-form__field textarea:focus {
	outline: none;
	border-bottom-color: var(--mk-navy);
}

.mk-book__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

/* Dark footer */
.site-footer--dark {
	background: #0f1228;
	color: rgba(255, 255, 255, 0.88);
	padding: 3.5rem 0 1.5rem;
}

.site-footer--dark a {
	color: #fff;
}

.site-footer--dark a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.site-footer__top {
	display: grid;
	grid-template-columns: auto 1fr 1.1fr;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: start;
	margin-bottom: 2.75rem;
}

.site-footer--dark .site-footer__brand-mark img,
.site-footer--dark .site-footer__logo {
	width: 120px;
	height: auto;
	max-height: 120px;
	margin-bottom: 0;
	object-fit: contain;
	display: block;
}

.site-footer__logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.site-footer__label {
	margin: 0 0 1rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.site-footer__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
}

.site-footer__nav a {
	display: inline-block;
	padding: 0;
	text-decoration: none;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	transition: opacity 0.2s ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
	opacity: 0.7;
}

.site-footer__col--contact {
	justify-self: end;
	text-align: left;
	min-width: 220px;
}

.site-footer__contact-block {
	font-size: 0.95rem;
	line-height: 1.65;
	text-align: left;
}

.site-footer__contact-block p {
	margin: 0 0 0.55rem;
	max-width: 18rem;
}

.site-footer__contact-block a {
	text-decoration: none;
}

.site-footer__social {
	display: flex;
	gap: 0.65rem;
	justify-content: flex-start;
	margin-top: 1rem;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	background: #fff;
	color: var(--mk-navy, #2c2c76);
	transform: translateY(-2px);
}

.site-footer__social svg {
	display: block;
}

.site-footer__wordmark {
	margin: 0 0 1.75rem;
	text-align: center;
	font-size: clamp(2rem, 8vw, 5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #fff;
	line-height: 1;
}

.site-footer--dark .site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 1.15rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: left;
	font-size: 0.85rem;
	opacity: 1;
}

.site-footer__copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.85rem;
}

.site-footer__made-by {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.45rem 0.85rem 0.45rem 1.05rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	text-decoration: none !important;
	color: #fff !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-footer__made-by:hover,
.site-footer__made-by:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
	transform: translateY(-1px);
}

.site-footer__made-by-text {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.site-footer__made-by-logo {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
	border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
	.mk-story__icons,
	.mk-story__grid,
	.mk-stats__inner,
	.mk-precision__features,
	.mk-precision__cta-row,
	.mk-comfort__grid,
	.mk-roadmap__header,
	.mk-roadmap__grid,
	.mk-team__content,
	.mk-exp__grid,
	.mk-exp__kpis,
	.mk-book__shell,
	.mk-book__row,
	.site-footer__top {
		grid-template-columns: 1fr;
	}

	.mk-story__card--offset {
		margin-top: 0;
	}

	.mk-stats__grid {
		grid-template-columns: 1fr 1fr;
	}

	.mk-precision__cta-aside {
		text-align: left;
	}

	.mk-comfort__grid {
		grid-template-columns: 1fr;
	}

	.mk-comfort__grid--services {
		grid-template-columns: repeat(2, 1fr);
	}

	.mk-team__cards {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__contact-block,
	.site-footer__social {
		text-align: left;
		justify-content: flex-start;
	}

	.site-footer__col--contact {
		justify-self: start;
	}

	.site-footer--dark .site-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.mk-book__form-wrap {
		border-radius: var(--mk-radius) var(--mk-radius) 0 0;
	}
}

@media (max-width: 575px) {
	.mk-story__icons,
	.mk-stats__grid,
	.mk-exp__kpis,
	.mk-team__cards {
		grid-template-columns: 1fr;
	}

	.mk-team__banner-img {
		min-height: 200px;
	}
}
