/* ==========================================================================
   AYA OSGB · Ana stil dosyası
   Tasarım dili: iş güvenliği işaretleri (ISO 7010) × teknik şartname.
   Bölümler: fontlar · değişkenler · temel · yardımcılar · butonlar · işaretler
             · bölüm başlığı · header · menü · footer · eylem bandı · formlar
             · hesaplayıcı · SSS · kartlar · hızlı iletişim · hareket
   ========================================================================== */

/* Fontlar ---------------------------------------------------------------- */

@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url("../fonts/archivo-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Değişkenler ------------------------------------------------------------ */

:root {
	/* Kurumsal mavi: canlı sitedeki #4599ce, #3785bf, #256aaa ve logodaki #173a59 */
	--ink-950: #0c2a47;
	--ink-900: #103a5f;
	--ink-800: #174a78;
	--navy-700: #173a59;
	--blue-600: #256aaa;
	--blue-500: #3785bf;
	--blue-400: #4599ce;
	--blue-300: #8fcdf1;
	--blue-100: #e6f2fa;
	--brand-gradient: linear-gradient(120deg, #173a59 0%, #256aaa 55%, #3785bf 100%);
	--button-gradient: linear-gradient(135deg, #4aa3d8 0%, #2f7fc0 100%);

	/* Vurgu: canlı sitedeki turuncu degrade */
	--orange-500: #f68531;
	--orange-400: #fdb207;
	--orange-100: #fff1dc;
	--orange-gradient: linear-gradient(to right top, #f68531, #f9902a, #fc9b21, #fda617, #fdb207);

	/* Güvenlik işaret renkleri */
	--sign-blue: #256aaa;
	--safe-600: #1a7f52; /* beyaz yazıyla 4,7:1 */
	--safe-700: #16704a;
	--safe-100: #e1f2e9;
	--danger-600: #c8372d;

	/* Nötr: canlı sitedeki form zemini #f3f7f9 */
	--paper: #f3f7f9;
	--paper-200: #e4ecf2;
	--white: #fff;
	--line: #d8e2ea;
	--line-soft: #e6edf2;
	--text: #0f1e2e;
	--text-2: #3b4a5b;
	--muted: #5e6a79;

	--font-sans: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;

	--radius-xs: 4px;
	--radius-sm: 8px;
	--radius: 12px;
	--radius-lg: 18px;
	--radius-pill: 999px;

	--shadow-card: 0 24px 48px -28px rgba(11, 29, 48, 0.35);
	--shadow-float: 0 40px 80px -40px rgba(7, 19, 31, 0.55);

	--ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--container: 1240px;
	--gutter: clamp(16px, 4vw, 40px);
	--header-h: 76px;
	--topbar-h: 40px;
	/* Hero'nun başladığı yükseklik: topbar + header + header alt kenarlığı */
	--hero-offset: calc(var(--topbar-h) + var(--header-h) + 1px);
	--section-y: clamp(72px, 9vw, 128px);

	interpolate-size: allow-keywords;
}

@media (max-width: 1099.98px) {
	:root {
		--header-h: 64px;
		--topbar-h: 0px;
	}
}

/* Temel ------------------------------------------------------------------ */

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

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
	margin: 0;
	background: var(--white);
	color: var(--text);
	font-family: var(--font-sans);
	font-size: 1.0625rem;
	font-stretch: 100%;
	line-height: 1.65;
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}

body.nav-open {
	overflow: hidden;
}

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

img {
	height: auto;
}

a {
	color: var(--blue-600);
}

h1,
h2,
h3,
h4 {
	margin: 0;
	color: inherit;
	font-weight: 720;
	font-stretch: 110%;
	line-height: 1.1;
	letter-spacing: -0.015em;
	text-wrap: balance;
}

p {
	margin: 0;
}

address {
	font-style: normal;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

:focus-visible {
	outline: 2px solid var(--blue-500);
	outline-offset: 3px;
}

::selection {
	background: var(--blue-400);
	color: var(--white);
}

/* Yardımcılar ------------------------------------------------------------ */

.container {
	width: 100%;
	max-width: calc(var(--container) + var(--gutter) * 2);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.section {
	padding-block: var(--section-y);
}

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

.skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 10px 16px;
	border-radius: var(--radius-sm);
	background: var(--blue-600);
	color: var(--white);
	font-weight: 700;
	transform: translateY(-160%);
	transition: transform 0.2s;
}

.skip-link:focus {
	transform: none;
}

.icon {
	width: 1.25em;
	height: 1.25em;
	flex: none;
}

.dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	flex: none;
}

.dot--safe {
	background: var(--safe-600);
}

.dot--warn {
	background: var(--orange-500);
}

.dot--danger {
	background: var(--danger-600);
}

/* Teknik çizim köşe işaretleri */
.crop {
	--crop-color: rgba(11, 29, 48, 0.35);
	position: relative;
}

.crop::before {
	content: "";
	position: absolute;
	inset: -12px;
	pointer-events: none;
	background:
		linear-gradient(var(--crop-color) 0 0) top left / 16px 1px no-repeat,
		linear-gradient(var(--crop-color) 0 0) top left / 1px 16px no-repeat,
		linear-gradient(var(--crop-color) 0 0) top right / 16px 1px no-repeat,
		linear-gradient(var(--crop-color) 0 0) top right / 1px 16px no-repeat,
		linear-gradient(var(--crop-color) 0 0) bottom left / 16px 1px no-repeat,
		linear-gradient(var(--crop-color) 0 0) bottom left / 1px 16px no-repeat,
		linear-gradient(var(--crop-color) 0 0) bottom right / 16px 1px no-repeat,
		linear-gradient(var(--crop-color) 0 0) bottom right / 1px 16px no-repeat;
}

/* Başlık vurgusu: işaretleyici kalem */
h1 em,
h2 em,
.cta-band__title em {
	font-style: normal;
	background: linear-gradient(transparent 60%, rgba(69, 153, 206, 0.3) 60%, rgba(69, 153, 206, 0.3) 90%, transparent 90%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding-inline: 0.06em;
}

/* Butonlar --------------------------------------------------------------- */

.btn {
	--btn-bg: var(--navy-700);
	--btn-fg: var(--white);
	--btn-bd: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	min-height: 48px;
	padding: 0.7rem 1.2rem;
	border: 1.5px solid var(--btn-bd);
	border-radius: var(--radius-sm);
	background: var(--btn-bg);
	color: var(--btn-fg);
	font-size: 0.975rem;
	font-weight: 640;
	font-stretch: 104%;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.25s, transform 0.25s var(--ease-out);
}

.btn .icon {
	width: 1.15em;
	height: 1.15em;
	transition: transform 0.3s var(--ease-out);
}

.btn:hover .icon--arrow-right {
	transform: translateX(3px);
}

.btn:hover .icon--arrow-up-right {
	transform: translate(2px, -2px);
}

.btn:active {
	transform: translateY(1px);
}

.btn--lg {
	min-height: 56px;
	padding-inline: 1.5rem;
	font-size: 1.0125rem;
}

.btn--sm {
	min-height: 40px;
	padding: 0.45rem 0.9rem;
	font-size: 0.9rem;
}

.btn--block {
	width: 100%;
}

.btn--primary {
	--btn-bg: var(--blue-500);
	--btn-fg: var(--white);
	background-image: var(--button-gradient);
	box-shadow: 0 10px 22px -14px rgba(37, 106, 170, 0.9);
	text-shadow: 0 1px 0 rgba(12, 42, 71, 0.2);
}

.btn--primary:hover {
	--btn-bg: var(--blue-600);
	background-image: linear-gradient(135deg, #3a95cf 0%, #256aaa 100%);
	box-shadow: 0 14px 28px -14px rgba(37, 106, 170, 0.95);
}

.btn--navy:hover {
	--btn-bg: var(--ink-800);
}

.btn--outline {
	--btn-bg: transparent;
	--btn-fg: var(--navy-700);
	--btn-bd: rgba(23, 58, 89, 0.28);
}

.btn--outline:hover {
	--btn-bd: var(--navy-700);
	--btn-bg: rgba(23, 58, 89, 0.04);
}

.btn--outline-dark {
	--btn-bg: transparent;
	--btn-fg: var(--ink-900);
	--btn-bd: rgba(11, 29, 48, 0.4);
}

.btn--outline-dark:hover {
	--btn-bd: var(--ink-900);
	--btn-bg: rgba(11, 29, 48, 0.06);
}

.btn--light {
	--btn-bg: var(--white);
	--btn-fg: var(--blue-600);
}

.btn--light:hover {
	--btn-bg: var(--blue-100);
	--btn-fg: var(--ink-900);
}

.btn--ghost-light {
	--btn-bg: rgba(255, 255, 255, 0.04);
	--btn-fg: var(--white);
	--btn-bd: rgba(255, 255, 255, 0.26);
}

.btn--ghost-light:hover {
	--btn-bd: var(--white);
	--btn-bg: rgba(255, 255, 255, 0.08);
}

.btn--whatsapp {
	--btn-bg: var(--safe-600);
	--btn-fg: var(--white);
}

.btn--whatsapp:hover {
	--btn-bg: var(--safe-700);
}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	color: var(--blue-600);
	font-weight: 640;
	font-stretch: 104%;
	text-decoration: none;
	transition: gap 0.25s var(--ease-out), color 0.2s;
}

.link-arrow .icon {
	width: 1.1em;
	height: 1.1em;
}

.link-arrow:hover {
	gap: 0.7em;
	color: var(--navy-700);
}

.icon-btn {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid var(--line);
	color: var(--navy-700);
	transition: 0.2s;
}

.icon-btn--whatsapp {
	border-color: transparent;
	background: var(--safe-100);
	color: var(--safe-700);
}

.icon-btn--whatsapp:hover {
	background: var(--safe-600);
	color: var(--white);
}

/* Güvenlik işareti rozetleri --------------------------------------------- */

.sign {
	--sign-size: 44px;
	position: relative;
	display: inline-grid;
	place-items: center;
	width: var(--sign-size);
	height: var(--sign-size);
	flex: none;
	transition: transform 0.4s var(--ease-out);
}

.sign--sm {
	--sign-size: 28px;
}

.sign--md {
	--sign-size: 46px;
}

.sign--lg {
	--sign-size: 64px;
}

.sign--xl {
	--sign-size: 132px;
}

.sign__shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.sign--mandatory .sign__shape {
	fill: var(--sign-blue);
}

.sign--safe .sign__shape {
	fill: var(--safe-600);
}

.sign--info .sign__shape {
	fill: var(--navy-700);
}

.sign--warning .sign__shape {
	fill: var(--orange-500);
	stroke: var(--ink-900);
	stroke-width: 3;
	stroke-linejoin: round;
}

.sign__icon {
	position: relative;
	width: 54%;
	height: 54%;
	color: var(--white);
	stroke-width: 1.9;
}

.sign--warning .sign__icon {
	width: 40%;
	height: 40%;
	margin-top: 22%;
	color: var(--ink-900);
	stroke-width: 2.2;
}

.sign--sm .sign__icon {
	stroke-width: 2.2;
}

/* Bölüm başlığı ---------------------------------------------------------- */

.section-head {
	display: grid;
	gap: 20px 64px;
}

.section-head--split {
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
	align-items: end;
}

.section-head__title {
	max-width: 22ch;
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	font-weight: 740;
	font-stretch: 114%;
	line-height: 1.04;
	letter-spacing: -0.022em;
}

@media (max-width: 899.98px) {
	.section-head--split {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}
}

.section-head--center {
	justify-items: center;
	text-align: center;
}

.section-head__aside {
	display: grid;
	gap: 18px;
	justify-items: start;
}

.section-head__lead {
	color: var(--muted);
	font-size: 1.0625rem;
	line-height: 1.6;
	max-width: 46ch;
}

/* Header ----------------------------------------------------------------- */

.topbar {
	position: relative;
	z-index: 51;
	background: var(--ink-950);
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8125rem;
}

.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 40px;
}

.topbar__note {
	display: flex;
	align-items: center;
	gap: 10px;
}

.topbar__dot {
	width: 6px;
	height: 6px;
	background: var(--blue-300);
	transform: rotate(45deg);
}

.topbar__links {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topbar__links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.topbar__links a:hover {
	color: var(--white);
}

.topbar__links .icon {
	width: 15px;
	height: 15px;
	color: var(--blue-300);
}

.topbar__muted {
	color: rgba(255, 255, 255, 0.62); /* koyu zeminde 6:1 */
}

.topbar .topbar__ext {
	width: 12px;
	height: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.topbar__social {
	display: flex;
	gap: 4px;
	padding-left: 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar__social a {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
}

.topbar__social .icon {
	color: rgba(255, 255, 255, 0.7);
}

.topbar__social a:hover .icon {
	color: var(--blue-300);
}

@media (max-width: 1099.98px) {
	.topbar {
		display: none;
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line-soft);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	backdrop-filter: saturate(1.4) blur(14px);
	transition: box-shadow 0.3s, background-color 0.3s;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 32px -22px rgba(11, 29, 48, 0.45);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	height: var(--header-h);
}

.site-logo {
	display: block;
	flex: none;
}

.site-logo .site-logo__img {
	width: auto;
	height: 40px;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.header-call {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--text);
	text-decoration: none;
}

.header-call__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--paper);
	color: var(--navy-700);
	transition: background-color 0.2s, color 0.2s;
}

.header-call__icon .icon {
	width: 18px;
	height: 18px;
}

.header-call:hover .header-call__icon {
	background: var(--blue-400);
	color: var(--white);
}

.header-call__text {
	display: grid;
	line-height: 1.15;
}

.header-call__text small {
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 500;
}

.header-call__text strong {
	font-size: 0.975rem;
	font-weight: 680;
	font-stretch: 106%;
	white-space: nowrap;
}

.nav-toggle {
	display: none;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-right: -8px;
	border: 0;
	border-radius: var(--radius-sm);
	background: transparent;
}

.nav-toggle__bars {
	display: grid;
	gap: 5px;
	width: 22px;
}

.nav-toggle__bars span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: var(--ink-900);
}

.nav-toggle__bars span:nth-child(2) {
	width: 70%;
	justify-self: end;
}

@media (max-width: 1279.98px) {
	.header-call {
		display: none;
	}
}

@media (max-width: 1099.98px) {
	/* backdrop-filter sabit konumlu çekmeceyi header'a hapseder; mobilde kapalı. */
	.site-header,
	.site-header.is-scrolled {
		background: var(--white);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.site-logo .site-logo__img {
		height: 34px;
	}

	.nav-toggle {
		display: grid;
	}
}

@media (max-width: 479.98px) {
	.site-header__cta {
		display: none;
	}
}

/* Ana menü: masaüstü */

@media (min-width: 1100px) {
	.site-nav {
		margin-left: auto;
	}

	.site-nav__head,
	.site-nav__foot {
		display: none;
	}

	.site-nav__list {
		display: flex;
		align-items: center;
		gap: 2px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.site-nav__item {
		position: relative;
		display: flex;
		align-items: center;
	}

	.site-nav__item.is-mega {
		position: static;
	}

	.site-nav__link {
		position: relative;
		display: flex;
		align-items: center;
		height: var(--header-h);
		padding: 0 12px;
		color: var(--text);
		font-size: 0.975rem;
		font-weight: 580;
		font-stretch: 102%;
		text-decoration: none;
	}

	.site-nav__item.has-sub > .site-nav__link {
		padding-right: 4px;
	}

	.site-nav__link::after {
		content: "";
		position: absolute;
		right: 12px;
		bottom: 20px;
		left: 12px;
		height: 2px;
		background: var(--blue-400);
		transform: scaleX(0);
		transform-origin: left;
		transition: transform 0.3s var(--ease-out);
	}

	.site-nav__item.has-sub > .site-nav__link::after {
		right: 4px;
	}

	.site-nav__item:hover > .site-nav__link::after,
	.site-nav__item.is-open > .site-nav__link::after,
	.site-nav__item.is-current > .site-nav__link::after {
		transform: scaleX(1);
	}

	.site-nav__toggle {
		display: grid;
		place-items: center;
		width: 26px;
		height: 32px;
		padding: 0;
		margin-right: 6px;
		border: 0;
		background: transparent;
		color: var(--muted);
	}

	.site-nav__toggle .icon {
		width: 16px;
		height: 16px;
		transition: transform 0.3s var(--ease-out);
	}

	.site-nav__item:hover > .site-nav__toggle .icon,
	.site-nav__item.is-open > .site-nav__toggle .icon {
		transform: rotate(180deg);
	}

	.site-nav__dropdown,
	.mega {
		visibility: hidden;
		opacity: 0;
		transform: translateY(8px);
		transition: opacity 0.22s, transform 0.3s var(--ease-out), visibility 0s linear 0.22s;
	}

	.site-nav__item:hover > .site-nav__dropdown,
	.site-nav__item:hover > .mega,
	.site-nav__item:focus-within > .site-nav__dropdown,
	.site-nav__item:focus-within > .mega,
	.site-nav__item.is-open > .site-nav__dropdown,
	.site-nav__item.is-open > .mega {
		visibility: visible;
		opacity: 1;
		transform: none;
		transition-delay: 0s;
	}

	.site-nav__item.is-closed > .site-nav__dropdown,
	.site-nav__item.is-closed > .mega {
		visibility: hidden;
		opacity: 0;
	}

	.site-nav__dropdown {
		position: absolute;
		top: calc(100% - 12px);
		left: -8px;
		min-width: 270px;
		padding: 8px;
		border: 1px solid var(--line-soft);
		border-radius: var(--radius);
		background: var(--white);
		box-shadow: var(--shadow-float);
	}

	.site-nav__dropdown ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.site-nav__dropdown a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 10px 12px;
		border-radius: var(--radius-sm);
		color: var(--text);
		font-size: 0.9375rem;
		font-weight: 520;
		text-decoration: none;
	}

	.site-nav__dropdown a .icon {
		width: 16px;
		height: 16px;
		color: var(--blue-600);
		opacity: 0;
		transform: translateX(-4px);
		transition: 0.25s var(--ease-out);
	}

	.site-nav__dropdown a:hover {
		background: var(--paper);
	}

	.site-nav__dropdown a:hover .icon {
		opacity: 1;
		transform: none;
	}

	.mega {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		border-top: 1px solid var(--line-soft);
		background: var(--white);
		box-shadow: 0 40px 60px -40px rgba(7, 19, 31, 0.45);
	}

	.mega__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 40px;
		padding-block: 32px 36px;
	}

	.mega__groups {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 28px;
	}

	.mega__promo {
		display: grid;
		align-content: start;
		gap: 14px;
		padding: 24px;
		border-radius: var(--radius);
		background: var(--brand-gradient);
		color: var(--white);
	}
}

.mega__group-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--line);
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 700;
	font-stretch: 106%;
	line-height: 1.2;
	text-decoration: none;
}

.mega__list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega__list a {
	display: block;
	padding: 6px 0;
	color: var(--text-2);
	font-size: 0.9375rem;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.2s, transform 0.25s var(--ease-out);
}

.mega__list a:hover,
.mega__list a[aria-current="page"] {
	color: var(--blue-600);
	transform: translateX(4px);
}

.mega__promo-title {
	font-size: 1.125rem;
	font-weight: 680;
	font-stretch: 108%;
	line-height: 1.3;
}

.mega__promo .btn {
	justify-self: start;
}

.mega__promo-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.875rem;
	text-decoration: none;
}

.mega__promo-all .icon {
	width: 14px;
	height: 14px;
}

.mega__promo-all:hover {
	color: var(--white);
}

/* Ana menü: mobil çekmece */

@media (max-width: 1099.98px) {
	.site-nav {
		position: fixed;
		inset: 0;
		z-index: 100;
		display: flex;
		flex-direction: column;
		padding: 0 var(--gutter) calc(24px + env(safe-area-inset-bottom));
		overflow-y: auto;
		overscroll-behavior: contain;
		background: var(--ink-900);
		color: var(--white);
		visibility: hidden;
		clip-path: inset(0 0 0 100%);
		transition: clip-path 0.45s var(--ease-out), visibility 0s linear 0.45s;
	}

	.nav-open .site-nav {
		visibility: visible;
		clip-path: inset(0);
		transition-delay: 0s;
	}

	.site-nav__head {
		position: sticky;
		top: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 64px;
		margin-inline: calc(var(--gutter) * -1);
		padding-inline: var(--gutter);
		background: var(--ink-900);
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-nav__logo .site-logo__img {
		width: auto;
		height: 32px;
	}

	.site-nav__close {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		margin-right: -8px;
		border: 0;
		background: transparent;
		color: var(--white);
	}

	.site-nav__list {
		margin: 8px 0 0;
		padding: 0;
		list-style: none;
	}

	.site-nav__item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site-nav__link {
		flex: 1;
		padding: 18px 0;
		color: var(--white);
		font-size: 1.375rem;
		font-weight: 680;
		font-stretch: 112%;
		text-decoration: none;
	}

	.site-nav__toggle {
		display: grid;
		place-items: center;
		width: 48px;
		height: 48px;
		margin-right: -12px;
		border: 0;
		background: transparent;
		color: rgba(255, 255, 255, 0.7);
	}

	.site-nav__toggle .icon {
		transition: transform 0.3s var(--ease-out);
	}

	.site-nav__item.is-open > .site-nav__toggle .icon {
		transform: rotate(180deg);
	}

	.site-nav__dropdown,
	.mega {
		display: none;
		width: 100%;
		padding-bottom: 18px;
	}

	.site-nav__item.is-open > .site-nav__dropdown,
	.site-nav__item.is-open > .mega {
		display: block;
	}

	.site-nav__dropdown ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.site-nav__dropdown a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
		color: rgba(255, 255, 255, 0.78);
		text-decoration: none;
	}

	.site-nav__dropdown .icon {
		width: 16px;
		height: 16px;
		opacity: 0.5;
	}

	.mega__inner {
		padding: 0;
	}

	.mega__groups {
		display: grid;
		gap: 22px;
	}

	.mega__group-head {
		color: var(--white);
		border-color: rgba(255, 255, 255, 0.12);
	}

	.mega__list a {
		color: rgba(255, 255, 255, 0.75);
	}

	.mega__promo {
		display: none;
		background: var(--brand-gradient);
	}

	.site-nav__foot {
		display: grid;
		gap: 18px;
		margin-top: auto;
		padding-top: 32px;
	}

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

	.site-nav__phones a {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		color: var(--white);
		text-decoration: none;
	}

	.site-nav__phones small {
		color: rgba(255, 255, 255, 0.62);
		font-size: 0.8125rem;
		font-weight: 500;
	}
}

/* Eylem bandı ------------------------------------------------------------ */

.cta-band {
	position: relative;
	overflow: hidden;
	background: var(--brand-gradient);
	color: var(--white);
}

.cta-band::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -6%;
	width: 420px;
	height: 420px;
	border: 2px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.04), 0 0 0 96px rgba(255, 255, 255, 0.03);
	pointer-events: none;
}

.cta-band__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px 48px;
	padding-block: clamp(48px, 6vw, 72px);
}

.cta-band__title {
	max-width: 24ch;
	font-size: clamp(1.8rem, 3.4vw, 2.9rem);
	font-weight: 760;
	font-stretch: 116%;
	line-height: 1.04;
}

.cta-band__title em {
	background: linear-gradient(transparent 62%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0.22) 92%, transparent 92%);
}

.cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 899.98px) {
	.cta-band__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Footer ----------------------------------------------------------------- */

.site-footer {
	position: relative;
	overflow: hidden;
	background: var(--ink-950);
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.9375rem;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 1fr 0.85fr 1.35fr;
	gap: 40px;
	padding-block: 72px 48px;
}

.site-footer__logo .site-logo__img {
	width: auto;
	height: 42px;
}

.site-footer__about {
	max-width: 36ch;
	margin-top: 22px;
	line-height: 1.6;
}

.social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: var(--white);
	transition: 0.25s;
}

.social .icon {
	width: 18px;
	height: 18px;
}

.social a:hover {
	border-color: var(--blue-400);
	background: var(--blue-400);
	color: var(--white);
}

.footer-title {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.9375rem;
	font-weight: 700;
}

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

.footer-links a,
.site-footer__contact a,
.legal-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-links a:hover,
.site-footer__contact a:hover,
.legal-links a:hover {
	color: var(--blue-300);
}

.footer-loc {
	display: grid;
	gap: 4px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-loc__label {
	color: var(--white);
	font-size: 0.875rem;
	font-weight: 600;
}

.footer-loc address {
	line-height: 1.5;
}

.footer-mail {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.footer-mail .icon {
	width: 16px;
	height: 16px;
	color: var(--blue-300);
}

.site-footer__mark {
	margin-bottom: -0.2em;
	color: transparent;
	font-size: clamp(4rem, 17vw, 15.5rem);
	font-weight: 820;
	font-stretch: 125%;
	letter-spacing: -0.03em;
	line-height: 0.8;
	text-align: center;
	white-space: nowrap;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
	user-select: none;
}

.site-footer__bottom {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding-block: 22px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: var(--ink-950);
	font-size: 0.8125rem;
}

.site-footer__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 28px;
}

/* Geniş ekranlarda sağ alttaki WhatsApp düğmeleri sayfa sonunda yasal bağlantıları ve krediyi örtmesin */
@media (min-width: 768px) {
	.site-footer__bottom {
		padding-right: max(var(--gutter), calc(236px - max(0px, (100vw - var(--container) - 2 * var(--gutter)) / 2)));
	}
}

/* Web tasarım kredisi: yalnızca logo */
.site-credit {
	display: inline-flex;
	opacity: 0.72;
	transition: opacity 0.2s;
}

.site-credit:hover,
.site-credit:focus-visible {
	opacity: 1;
}

.site-credit img {
	display: block;
	width: auto;
	height: 22px;
}

.legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1099.98px) {
	.site-footer__top {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-footer__brand,
	.site-footer__contact {
		grid-column: 1 / -1;
	}

	.site-footer__contact {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 24px;
	}

	.site-footer__contact .footer-title,
	.site-footer__contact .footer-mail {
		grid-column: 1 / -1;
	}
}

@media (max-width: 699.98px) {
	.site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 24px;
		padding-top: 56px;
	}

	.site-footer__contact {
		grid-template-columns: 1fr;
	}
}

/* Formlar ---------------------------------------------------------------- */

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

.form-field--full {
	grid-column: 1 / -1;
}

.form-field label {
	display: block;
	margin-bottom: 6px;
	color: var(--text-2);
	font-size: 0.875rem;
	font-weight: 600;
}

.form-field .req {
	color: var(--danger-600);
}

.form-field .optional {
	color: var(--muted);
	font-weight: 400;
}

.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea {
	width: 100%;
	min-height: 50px;
	padding: 0.75rem 0.9rem;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-sm);
	background: var(--white);
	color: var(--text);
	font-size: 1rem;
	line-height: 1.4;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.form-field textarea {
	min-height: 96px;
	resize: vertical;
}

.form-field select {
	appearance: none;
	padding-right: 2.6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23173a59' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 0.85rem center;
	background-repeat: no-repeat;
	background-size: 18px;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
	border-color: #b6c7d5;
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
	outline: none;
	border-color: var(--blue-500);
	box-shadow: 0 0 0 4px rgba(55, 133, 191, 0.2);
}

.form-field.is-invalid input,
.form-field.is-invalid select {
	border-color: var(--danger-600);
	box-shadow: 0 0 0 4px rgba(200, 55, 45, 0.12);
}

.form-check {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.form-check input {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	accent-color: var(--navy-700);
}

.form-field.form-check label {
	margin: 0;
	color: var(--muted);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.form-check.is-invalid label {
	color: var(--danger-600);
}

.hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-notice {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: var(--radius-sm);
	font-size: 0.9375rem;
	line-height: 1.5;
}

.form-notice .icon {
	width: 22px;
	height: 22px;
	margin-top: 1px;
}

.form-notice--success {
	background: var(--safe-100);
	color: var(--safe-700);
}

.form-notice--error {
	background: #fbe7e4;
	color: #9b2a22;
}

.form-error {
	margin-top: 14px;
	color: var(--danger-600);
	font-size: 0.875rem;
	font-weight: 600;
}

.quote-form__submit {
	margin-top: 22px;
}

.quote-form__submit.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

/* Tek satır, sola yaslı; ikon metnin hemen başında */
.quote-form__note {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	color: var(--muted);
	font-size: 0.8125rem;
	line-height: 1.4;
}

.quote-form__note .icon {
	width: 15px;
	height: 15px;
	color: var(--safe-600);
}

/* Dar kartlardaki formlar: hizmet üst bölümü (compact) ve ana sayfa üst bölümü (simple) */
.form-card {
	padding: clamp(20px, 2.4vw, 28px);
	border-radius: var(--radius-lg);
	background: var(--white);
	color: var(--text);
	box-shadow: 0 40px 80px -40px rgba(7, 19, 31, 0.65);
}

.form-card__title {
	margin: 16px 0 12px;
	font-size: 1.25rem;
	font-weight: 720;
	font-stretch: 108%;
	line-height: 1.2;
}

.quote-form--compact .form-grid,
.quote-form--simple .form-grid {
	gap: 12px;
}

.quote-form--compact .quote-form__submit,
.quote-form--simple .quote-form__submit {
	min-height: 52px;
	margin-top: 18px;
	font-size: 0.975rem;
}

/*
 * Geniş ekranda (hero ve kenar çubuğu kartları) form sıkılaşır; 13-14 inç dizüstünde gönder
 * düğmesiyle birlikte tek ekranda kalır. Dar ekranda iOS yakınlaştırmasını önlemek için
 * alanlar 16 px kalır.
 */
@media (min-width: 1000px) {
	.form-card {
		padding: 20px 22px 16px;
	}

	.form-card .proof-banner {
		padding-block: 7px;
	}

	.form-card .form-card__title {
		margin: 10px 0 6px;
		font-size: 1.125rem;
	}

	.form-card .form-grid {
		gap: 8px;
	}

	.form-card .form-field label {
		margin-bottom: 3px;
		font-size: 0.8125rem;
	}

	.form-card .form-field input:not([type="checkbox"]),
	.form-card .form-field select {
		min-height: 42px;
		padding: 0.45rem 0.75rem;
		font-size: 0.9375rem;
	}

	.form-card .form-field select {
		padding-right: 2.4rem;
		background-position: right 0.7rem center;
	}

	.form-card .form-check {
		grid-template-columns: 18px minmax(0, 1fr);
		gap: 10px;
	}

	.form-card .form-check input {
		width: 18px;
		height: 18px;
	}

	.form-card .form-field.form-check label {
		font-size: 0.78rem;
		line-height: 1.4;
	}

	.form-card .quote-form__submit {
		min-height: 46px;
		margin-top: 12px;
		font-size: 0.9375rem;
	}

	.form-card .quote-form__note {
		margin-top: 8px;
		font-size: 0.75rem;
	}
}

@media (max-width: 599.98px) {
	.form-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Hesaplayıcı ------------------------------------------------------------ */

.calc {
	position: relative;
	color: var(--text);
}

.calc--card {
	padding: clamp(22px, 2.6vw, 30px);
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: var(--shadow-float), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.calc__head {
	margin-bottom: 22px;
}

.calc__title {
	margin-top: 14px;
	font-size: 1.45rem;
	font-weight: 720;
	font-stretch: 110%;
	line-height: 1.15;
	letter-spacing: -0.01em;
}

.calc__sub {
	margin-top: 6px;
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.5;
}

.calc__body {
	display: grid;
	gap: 22px;
}

.calc__inputs {
	display: grid;
	gap: 18px;
}

.calc__field {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.calc__legend {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	padding: 0;
	color: var(--text-2);
	font-size: 0.8125rem;
	font-weight: 640;
}

.segmented {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	padding: 4px;
	border-radius: 10px;
	background: var(--paper);
}

.segmented__option {
	position: relative;
}

.segmented__option input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.segmented__option span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 46px;
	padding: 6px 8px;
	border-radius: 7px;
	color: var(--text-2);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.15;
	text-align: center;
	transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.segmented__option input:hover + span {
	color: var(--ink-900);
}

.segmented__option input:checked + span {
	background: var(--white);
	color: var(--ink-900);
	box-shadow: 0 1px 2px rgba(11, 29, 48, 0.12), 0 4px 12px -4px rgba(11, 29, 48, 0.18);
}

.segmented__option input:focus-visible + span {
	outline: 2px solid var(--blue-500);
	outline-offset: 1px;
}

.stepper {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	overflow: hidden;
	border: 1.5px solid var(--line);
	border-radius: 10px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.stepper:focus-within {
	border-color: var(--blue-500);
	box-shadow: 0 0 0 4px rgba(60, 140, 196, 0.16);
}

.stepper__btn {
	display: grid;
	place-items: center;
	border: 0;
	background: var(--paper);
	color: var(--navy-700);
	transition: background-color 0.2s;
}

.stepper__btn:hover {
	background: var(--paper-200);
}

.stepper__btn .icon {
	width: 18px;
	height: 18px;
}

.stepper__input {
	width: 100%;
	min-height: 52px;
	border: 0;
	background: var(--white);
	color: var(--ink-900);
	font-size: 1.5rem;
	font-weight: 740;
	font-stretch: 112%;
	font-variant-numeric: tabular-nums;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.stepper__input:focus {
	outline: none;
}

.stepper__input::-webkit-outer-spin-button,
.stepper__input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.range {
	--fill: 5%;
	width: 100%;
	height: 22px;
	margin: 14px 0 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.range::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--navy-700) var(--fill), var(--paper-200) var(--fill));
}

.range::-moz-range-track {
	height: 6px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--navy-700) var(--fill), var(--paper-200) var(--fill));
}

.range::-webkit-slider-thumb {
	width: 22px;
	height: 22px;
	margin-top: -8px;
	border: 2px solid var(--navy-700);
	border-radius: 50%;
	background: var(--blue-400);
	box-shadow: 0 2px 8px rgba(11, 29, 48, 0.25);
	-webkit-appearance: none;
}

.range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border: 2px solid var(--navy-700);
	border-radius: 50%;
	background: var(--blue-400);
}

.range__scale {
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.6875rem;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
}

.calc__results {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1.5px dashed var(--line);
	border-radius: var(--radius);
}

.calc__result {
	min-width: 0;
	padding: 16px 18px 18px;
}

.calc__result + .calc__result {
	border-left: 1.5px dashed var(--line);
}

.calc__result-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--text-2);
	font-size: 0.8125rem;
	font-weight: 640;
	line-height: 1.2;
}

.calc__result-label .icon {
	width: 18px;
	height: 18px;
	color: var(--blue-600);
}

.calc__result-value {
	margin: 12px 0 8px;
	color: var(--ink-900);
	font-size: clamp(1.7rem, 2.6vw, 2.15rem);
	font-weight: 780;
	font-stretch: 112%;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.calc__result-value small {
	margin: 0 0.4em 0 0.14em;
	color: var(--muted);
	font-size: 0.42em;
	font-weight: 600;
	font-stretch: 100%;
	letter-spacing: 0;
}

.calc__result-value.is-bump {
	animation: bump 0.45s var(--ease-out);
}

@keyframes bump {
	40% {
		transform: translateY(-3px);
		color: var(--blue-600);
	}
}

.calc__result-meta {
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
}

.calc__notice {
	display: flex;
	gap: 10px;
	grid-column: 1 / -1;
	padding: 12px 16px;
	border-top: 1.5px dashed var(--line);
	border-radius: 0 0 10px 10px;
	background: var(--orange-100);
	color: var(--ink-900);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.calc__notice .icon {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: var(--orange-500);
}

.calc__foot {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.calc__disclaimer {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: var(--muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.calc__disclaimer .icon {
	width: 15px;
	height: 15px;
	margin-top: 1px;
}

.calc--inline {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: var(--shadow-card);
}

.calc--inline .calc__inputs {
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 24px;
}

.calc--inline .calc__foot {
	margin-top: 16px;
}

@media (max-width: 699.98px) {
	.calc--inline .calc__inputs {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 399.98px) {
	.calc__results {
		grid-template-columns: minmax(0, 1fr);
	}

	.calc__result + .calc__result {
		border-top: 1.5px dashed var(--line);
		border-left: 0;
	}
}

/* SSS -------------------------------------------------------------------- */

.faq-list {
	border-top: 1px solid var(--line);
}

.faq-item {
	border-bottom: 1px solid var(--line);
}

.faq-item::details-content {
	block-size: 0;
	overflow: hidden;
	transition: block-size 0.4s var(--ease-out), content-visibility 0.4s allow-discrete;
}

.faq-item[open]::details-content {
	block-size: auto;
}

.faq-item__q {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 40px;
	gap: 12px;
	align-items: center;
	padding: 22px 0;
	font-size: clamp(1.0625rem, 1.5vw, 1.2rem);
	font-weight: 660;
	font-stretch: 104%;
	line-height: 1.35;
	list-style: none;
	cursor: pointer;
}

.faq-item__q::-webkit-details-marker {
	display: none;
}

.faq-item__num {
	color: var(--muted);
	font-size: 0.8125rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}

.faq-item__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1.5px solid var(--line);
	border-radius: 50%;
	transition: transform 0.35s var(--ease-out), background-color 0.25s, border-color 0.25s;
}

.faq-item__icon .icon {
	width: 18px;
	height: 18px;
}

.faq-item__q:hover .faq-item__icon {
	border-color: var(--navy-700);
}

.faq-item[open] .faq-item__icon {
	border-color: var(--blue-400);
	background: var(--blue-400);
	transform: rotate(45deg);
	color: var(--white);
}

.faq-item__a {
	padding: 0 56px 24px;
	color: var(--text-2);
	line-height: 1.7;
}

.faq-item__a p + p {
	margin-top: 0.8em;
}

@media (max-width: 599.98px) {
	.faq-item__q {
		grid-template-columns: minmax(0, 1fr) 36px;
	}

	.faq-item__num {
		display: none;
	}

	.faq-item__a {
		padding: 0 0 22px;
	}
}

/* Hizmet ve yazı kartları ------------------------------------------------ */

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: clamp(40px, 5vw, 64px) 0 0;
	padding: 0;
	list-style: none;
}

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

.service-card {
	display: flex;
	min-width: 0;
}

.service-card--wide {
	grid-column: span 2;
}

.service-card__link {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 300px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-lg);
	background: var(--white);
	color: inherit;
	text-decoration: none;
	transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.3s;
}

.service-card__link:hover {
	border-color: transparent;
	box-shadow: var(--shadow-card);
	transform: translateY(-4px);
}

.service-card__link:hover .sign {
	transform: rotate(-8deg) scale(1.06);
}

.service-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.service-card__body {
	margin-top: auto;
	padding-top: 36px;
}

.service-card__title {
	font-size: 1.3rem;
	font-weight: 710;
	font-stretch: 108%;
	line-height: 1.15;
}

.service-card__text {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.55;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-card__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 20px;
	color: var(--blue-600);
	font-size: 0.9rem;
	font-weight: 640;
}

.service-card__more .icon {
	width: 17px;
	height: 17px;
	transition: transform 0.3s var(--ease-out);
}

.service-card__link:hover .service-card__more .icon {
	transform: translate(2px, -2px);
}

/* Geniş kart: koyu zemin, teknik ızgara */
.service-card--wide .service-card__link {
	min-height: 340px;
	padding: 30px;
	border-color: transparent;
	background-color: var(--navy-700);
	background-image:
		linear-gradient(rgba(141, 188, 224, 0.09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(141, 188, 224, 0.09) 1px, transparent 1px);
	background-size: 32px 32px;
	color: var(--white);
}

.service-card--wide.service-card--safe .service-card__link {
	background-color: #11573c;
}

.service-card--wide .service-card__group {
	color: rgba(255, 255, 255, 0.6);
}

.service-card--wide .service-card__title {
	max-width: 16ch;
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
	font-stretch: 114%;
}

.service-card--wide .service-card__text {
	max-width: 46ch;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1rem;
}

.service-card--wide .service-card__more {
	color: var(--blue-300);
}

.service-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.service-card__fact {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px 6px 8px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.06);
	font-size: 0.8125rem;
	font-weight: 560;
}

.service-card__fact .icon {
	width: 14px;
	height: 14px;
	color: var(--blue-300);
	stroke-width: 2.5;
}

.service-card__ghost {
	position: absolute;
	top: 64px;
	right: -34px;
	color: rgba(23, 58, 89, 0.05);
	pointer-events: none;
	transition: transform 0.8s var(--ease-out), color 0.4s;
}

.service-card__ghost .icon {
	width: 150px;
	height: 150px;
	stroke-width: 1.1;
}

.service-card__link:hover .service-card__ghost {
	color: rgba(23, 58, 89, 0.09);
}

.service-card--wide .service-card__ghost {
	top: auto;
	right: -40px;
	bottom: -48px;
	color: rgba(255, 255, 255, 0.06);
}

.service-card--wide .service-card__ghost .icon {
	width: 260px;
	height: 260px;
	stroke-width: 1.2;
}

.service-card--wide .service-card__link:hover .service-card__ghost {
	color: rgba(255, 255, 255, 0.09);
}

.service-card__link:hover .service-card__ghost {
	transform: rotate(-6deg) scale(1.04);
}

/* "Daha fazlası" kartı: uyarı sarısı */
.service-card--cta {
	grid-column: span 2;
}

.service-card__cta {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 300px;
	padding: 30px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, #4599ce 0%, #256aaa 100%);
	color: var(--white);
}

.service-card__cta-title {
	margin-top: 40px;
	text-wrap: balance;
	font-size: clamp(1.5rem, 2.2vw, 1.9rem);
	font-weight: 760;
	font-stretch: 114%;
	line-height: 1.08;
}

.service-card__cta-text {
	max-width: 48ch;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.55;
}

.service-card__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

@media (max-width: 1099.98px) {
	.service-grid,
	.service-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639.98px) {
	.service-grid,
	.service-grid--3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.service-card--wide,
	.service-card--cta {
		grid-column: auto;
	}

	.service-card__link {
		min-height: 0;
	}
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: clamp(40px, 5vw, 64px) 0 0;
	padding: 0;
	list-style: none;
}

.post-card {
	display: flex;
}

.post-card > a {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-lg);
	background: var(--white);
	color: inherit;
	text-decoration: none;
	transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}

.post-card > a:hover {
	box-shadow: var(--shadow-card);
	transform: translateY(-4px);
}

.post-card__media {
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
	background: var(--paper-200);
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--ease-out);
}

.post-card > a:hover .post-card__media img {
	transform: scale(1.05);
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.post-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	font-stretch: 106%;
	line-height: 1.25;
}

.post-card__excerpt {
	display: -webkit-box;
	margin-top: 8px;
	overflow: hidden;
	color: var(--muted);
	font-size: 0.9375rem;
	line-height: 1.55;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.post-card__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--blue-600);
	font-size: 0.9rem;
	font-weight: 640;
}

.post-card__more .icon {
	width: 16px;
	height: 16px;
	transition: transform 0.3s var(--ease-out);
}

.post-card > a:hover .post-card__more .icon {
	transform: translateX(3px);
}

@media (max-width: 999.98px) {
	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 639.98px) {
	.post-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Genel sayfa başlığı ve içerik haritası --------------------------------- */

.breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 0;
	padding: 0;
	color: var(--muted);
	font-size: 0.8125rem;
	font-weight: 500;
	list-style: none;
}

.breadcrumb li + li::before {
	content: "/";
	margin-right: 8px;
	color: #b9b1a1;
}

.breadcrumb a {
	color: var(--text-2);
	text-decoration: none;
}

.breadcrumb--light ol {
	color: rgba(255, 255, 255, 0.72);
}

.breadcrumb--light li + li::before {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumb--light a {
	color: rgba(255, 255, 255, 0.9);
}

.breadcrumb--light a:hover {
	color: var(--white);
}

.breadcrumb a:hover {
	color: var(--blue-600);
	text-decoration: underline;
}

.page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
	background: var(--paper);
}

.page-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(23, 58, 89, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 58, 89, 0.06) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 55%);
	mask-image: linear-gradient(90deg, transparent 5%, #000 55%);
}

.page-hero__inner {
	padding-block: 40px clamp(48px, 6vw, 80px);
}

.page-hero__title {
	max-width: 22ch;
	margin-top: 16px;
	font-size: clamp(2.2rem, 4.6vw, 3.75rem);
	font-weight: 760;
	font-stretch: 116%;
	line-height: 1.02;
	letter-spacing: -0.022em;
}

.breadcrumb + .page-hero__title {
	margin-top: 40px;
}

.page-hero__lead {
	max-width: 60ch;
	margin-top: 20px;
	color: var(--text-2);
	font-size: 1.125rem;
	line-height: 1.6;
}

.page-body {
	max-width: calc(760px + var(--gutter) * 2);
	padding-block: clamp(48px, 6vw, 88px);
}

.post-cover {
	margin: 0 0 40px;
	overflow: hidden;
	border-radius: var(--radius-lg);
}

.post-cover img {
	width: 100%;
}

.pagination {
	margin-top: 48px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1.5px solid var(--line);
	border-radius: var(--radius-sm);
	color: var(--text);
	text-decoration: none;
}

.pagination .page-numbers.current {
	border-color: var(--ink-900);
	background: var(--ink-900);
	color: var(--white);
}

.not-found {
	padding-block: clamp(80px, 12vw, 160px);
	background: var(--paper);
	text-align: center;
}

.not-found__inner {
	display: grid;
	justify-items: center;
}

.not-found__code {
	margin-top: 28px;
	color: var(--muted);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.not-found__title {
	margin-top: 12px;
	font-size: clamp(2rem, 4vw, 3rem);
	font-stretch: 114%;
}

.not-found__text {
	max-width: 52ch;
	margin-top: 16px;
	color: var(--muted);
}

.not-found__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 32px;
}

/* Hızlı iletişim: iki WhatsApp düğmesi ve mobil alt çubuk ------------------- */

.wa-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 60;
	display: grid;
	justify-items: end;
	gap: 10px;
}

.wa-float__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 20px 0 16px;
	border-radius: var(--radius-pill);
	background: var(--safe-600);
	color: var(--white);
	font-size: 0.975rem;
	font-weight: 650;
	text-decoration: none;
	box-shadow: 0 14px 30px -12px rgba(30, 138, 90, 0.7);
	transition: background-color 0.2s, transform 0.3s var(--ease-out);
}

.wa-float__btn .icon {
	width: 24px;
	height: 24px;
	stroke-width: 1.8;
}

.wa-float__btn:hover {
	background: var(--safe-700);
	transform: translateX(-4px);
}

.mobile-bar {
	display: none;
}

@media (max-width: 767.98px) {
	body {
		padding-bottom: calc(72px + env(safe-area-inset-bottom));
	}

	.wa-float {
		display: none;
	}

	.mobile-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 60;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--line-soft);
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 -12px 30px -22px rgba(11, 29, 48, 0.45);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}

	.mobile-bar > a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-height: 54px;
		border-radius: 10px;
		background: var(--paper);
		color: var(--text);
		font-size: 0.75rem;
		font-weight: 640;
		text-decoration: none;
	}

	.mobile-bar .icon {
		width: 20px;
		height: 20px;
	}

	.mobile-bar .is-whatsapp .icon {
		color: var(--safe-600);
	}

	.mobile-bar .is-primary {
		background: var(--blue-500);
		background-image: var(--button-gradient);
		color: var(--white);
	}

	.nav-open .mobile-bar,
	.nav-open .wa-float {
		display: none;
	}
}

/* İçindekiler: dar ekranlarda yapışkan çubuk, geniş ekranlarda kenar çubuğu kartı -- */

.toc-bar {
	position: sticky;
	top: var(--header-h);
	z-index: 40;
	border-bottom: 1px solid var(--line-soft);
	background: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.toc-bar__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 62px;
}

.toc-bar__list {
	display: flex;
	flex: 1;
	gap: 4px;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: none;
	-webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
	mask-image: linear-gradient(90deg, #000 88%, transparent);
}

.toc-bar__list::-webkit-scrollbar {
	display: none;
}

.toc-bar__list.is-end {
	-webkit-mask-image: none;
	mask-image: none;
}

.toc-bar__link {
	display: block;
	padding: 8px 13px;
	border-radius: var(--radius-pill);
	color: var(--text-2);
	font-size: 0.875rem;
	font-weight: 580;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.25s, color 0.25s;
}

.toc-bar__link:hover {
	background: var(--paper);
	color: var(--text);
}

.toc-bar__link.is-active {
	background: var(--ink-900);
	color: var(--white);
}

.toc-bar__cta {
	flex: none;
}

@media (max-width: 767.98px) {
	.toc-bar__cta {
		display: none;
	}

	.toc-bar__list {
		margin-inline: calc(var(--gutter) * -1);
		padding-inline: var(--gutter);
	}
}

@media (min-width: 1100px) {
	.toc-bar {
		display: none;
	}
}

/* Kenar çubuğu kartları (hizmet ve blog sayfaları) */
.aside-card {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--white);
}

.aside-card__label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: var(--text);
	font-size: 0.9375rem;
	font-weight: 700;
}

.aside-card__title {
	margin-bottom: 18px;
	font-size: 1.3rem;
	font-weight: 720;
	font-stretch: 110%;
	line-height: 1.15;
}

.aside-sticky {
	display: grid;
	gap: 16px;
}

/* Yapışkan kart kendi alanında kayar; alan kenar çubuğundaki boş yüksekliği doldurur */
.aside-sticky-area {
	flex: 1 1 auto;
}

@media (min-width: 1100px) and (min-height: 600px) {
	.aside-sticky {
		position: sticky;
		top: calc(var(--header-h) + 20px);
	}
}

.toc-card {
	padding: 18px 14px 14px;
}

.toc-card__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 8px 10px;
	color: var(--text);
	font-size: 1.0625rem;
	font-weight: 720;
	font-stretch: 108%;
}

.toc-card__title .icon {
	width: 20px;
	height: 20px;
	color: var(--blue-500);
}

.toc-card__list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.toc-card__link {
	position: relative;
	display: block;
	padding: 8px 10px 8px 14px;
	border-radius: var(--radius-sm);
	color: var(--text-2);
	font-size: 0.9375rem;
	font-weight: 540;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 0.2s, color 0.2s;
}

.toc-card__link::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 4px;
	width: 3px;
	border-radius: 2px;
	background: transparent;
	transition: background-color 0.2s;
}

.toc-card__link:hover {
	background: var(--paper);
	color: var(--text);
}

.toc-card__link.is-active {
	background: var(--blue-100);
	color: var(--ink-900);
	font-weight: 650;
}

.toc-card__link.is-active::before {
	background: var(--blue-500);
}

/* Dar ekranlarda içindekiler çubuğu kullanılır; kartın alanı da gizlenir */
@media (max-width: 1099.98px) {
	.toc-card,
	.aside-sticky-area--toc {
		display: none;
	}
}

/* Blog yazısı yerleşimi */
.post-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: clamp(40px, 5vw, 80px);
	align-items: start;
	padding-block: clamp(48px, 6vw, 88px);
}

.post-main {
	min-width: 0;
	max-width: 760px;
}

.post-aside {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: stretch;
}

.form-card--aside {
	padding: 22px;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-card);
}

.form-card--aside .proof-banner + .form-card__title {
	margin-top: 14px;
}

@media (max-width: 1099.98px) {
	.post-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.post-aside {
		max-width: 560px;
	}
}

/* Hizmet noktası kartları (ana sayfa hizmet ağı, iletişim sayfası) ---------- */

.location-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: clamp(40px, 5vw, 64px) 0 0;
	padding: 0;
	list-style: none;
}

.location-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px 26px 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--white);
	transition: border-color 0.3s, box-shadow 0.4s var(--ease-out);
}

.location-card:hover {
	border-color: transparent;
	box-shadow: var(--shadow-card);
}

.location-card--merkez {
	border-color: transparent;
	background: var(--paper);
}

.location-card__title {
	display: grid;
	gap: 4px;
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	font-weight: 760;
	font-stretch: 116%;
	line-height: 1;
}

.location-card__title small {
	color: var(--muted);
	font-size: 0.9375rem;
	font-weight: 500;
	font-stretch: 100%;
	letter-spacing: 0;
}

.location-card__note {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--safe-700);
	font-size: 0.875rem;
	font-weight: 600;
}

.location-card__note .icon {
	width: 16px;
	height: 16px;
}

.location-card__address {
	color: var(--text-2);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.location-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-top: auto;
	padding-top: 10px;
}

.location-card__route {
	margin-left: auto;
	font-size: 0.9rem;
}

@media (max-width: 999.98px) {
	.location-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Gömülü harita (iletişim sayfası) */
.location-card--map {
	padding-top: 12px;
}

.location-card__map {
	overflow: hidden;
	margin: 0 -14px 6px;
	border-radius: var(--radius);
	background: var(--paper-200);
	aspect-ratio: 4 / 3;
}

.location-card__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.branches {
	padding-block: clamp(48px, 6vw, 88px) 0;
}

.branches__title {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 760;
	font-stretch: 112%;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.branches__grid {
	margin-top: clamp(24px, 3vw, 36px);
}

/* Form üstü sayaç kutusu ----------------------------------------------------- */

/*
 * Metin tek satıra sığacak biçimde kutu genişliğine göre küçülür (40 karaktere kadar).
 * Dar kutularda ok ikonu gizlenir; çok dar ekranlarda metin iki satıra iner.
 */
.proof-banner {
	container: proof / inline-size;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 12px 11px 16px;
	border-radius: 14px;
	background-image: var(--orange-gradient);
	color: var(--white);
	box-shadow: 0 16px 30px -20px rgba(246, 133, 49, 0.9);
}

.proof-banner__text {
	min-width: 0;
	font-size: clamp(0.8125rem, calc((100cqi - 40px) / 20.5), 1.0625rem);
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 1px 1px rgba(150, 60, 0, 0.35);
}

.proof-banner__count {
	display: inline-grid;
	place-items: center;
	min-width: 2.2em;
	margin-inline: 0.15em;
	padding: 0.05em 0.4em;
	border-radius: 8px;
	background: var(--white);
	color: #a34a08; /* beyaz zeminde 5,6:1 */
	font-variant-numeric: tabular-nums;
	text-shadow: none;
}

.proof-banner__icon {
	display: grid;
	flex: none;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
}

.proof-banner__icon .icon {
	width: 18px;
	height: 18px;
	stroke-width: 2.4;
	animation: proof-nudge 1.8s var(--ease-out) infinite;
}

@container proof (max-width: 340px) {
	.proof-banner__icon {
		display: none;
	}

	.proof-banner__text {
		font-size: clamp(0.8125rem, calc(100cqi / 20.5), 1.0625rem);
	}
}

@keyframes proof-nudge {
	50% {
		transform: translateY(3px);
	}
}

/* Teklif penceresi --------------------------------------------------------- */

.quote-modal {
	width: min(560px, calc(100vw - 24px));
	max-width: none;
	max-height: calc(100dvh - 24px);
	margin: auto;
	padding: 0;
	overflow: auto;
	border: 0;
	border-radius: 22px;
	background: var(--white);
	color: var(--text);
	box-shadow: 0 50px 120px -30px rgba(7, 19, 31, 0.6);
	overscroll-behavior: contain;
}

.quote-modal::backdrop {
	background: rgba(12, 42, 71, 0.62);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.quote-modal[open] {
	animation: modal-in 0.35s var(--ease-out);
}

@keyframes modal-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}
}

.quote-modal__card {
	position: relative;
	padding: clamp(22px, 4vw, 34px);
}

.quote-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: var(--paper);
	color: var(--ink-900);
	transition: background-color 0.2s;
}

.quote-modal__close:hover {
	background: var(--paper-200);
}

.quote-modal__title {
	padding-right: 48px;
	font-size: clamp(1.5rem, 3vw, 1.9rem);
	font-weight: 760;
	font-stretch: 112%;
}

.quote-modal__lead {
	margin: 8px 0 18px;
	color: var(--muted);
}

.quote-modal .proof-banner {
	margin-bottom: 20px;
}

.quote-modal .form-grid {
	gap: 12px;
}

.quote-modal .quote-form__submit {
	margin-top: 18px;
}

.quote-modal__call {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line-soft);
	color: var(--muted);
	font-size: 0.9375rem;
	text-align: center;
}

.quote-modal__call a {
	color: var(--blue-600);
	font-weight: 650;
	white-space: nowrap;
}

html.modal-open {
	overflow: hidden;
}

/* Hareket ---------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
	.js [data-reveal] {
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
		transition-delay: calc(var(--i, 0) * 70ms);
	}

	.js [data-reveal].is-inview {
		opacity: 1;
		transform: none;
	}

	/*
	 * Ekranın üst kısmı gözlemciyi beklemez ve saydamlıkla başlamaz: başlık, görsel ve form ilk
	 * karede boyanır (FCP/LCP gecikmez), yalnızca hafifçe yerine kayar.
	 */
	.js .hero [data-reveal],
	.js .service-hero [data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
		animation: settle 0.6s var(--ease-out) both;
		animation-delay: calc(var(--i, 0) * 60ms);
	}
}

@keyframes settle {
	from {
		transform: translateY(14px);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
