/*
Theme Name: Procare
Theme URI: https://procaretravel.com
Author: Procare Tourism
Description: Procare Tourism için özel olarak geliştirilmiş hafif, tek sayfa odaklı kurumsal tema. Sayfa kurucu kullanmaz; tüm bölümler şablonlarda, tüm iletişim bilgileri Customizer'dadır.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: procare
Tags: one-page, business, travel, custom-colors, translation-ready
*/

/* ==========================================================================
   1. Fontlar — self-host. latin-ext, Türkçe karakterler (ğ ş ı İ) için şart.
   ========================================================================== */

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/poppins-400-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: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/poppins-400-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;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('assets/fonts/poppins-600-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: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('assets/fonts/poppins-600-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;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/poppins-700-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: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/poppins-700-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;
}

/* ==========================================================================
   2. Tasarım belirteçleri — palet doğrudan logo SVG'sinden alındı.
   ========================================================================== */

:root {
	--navy: #1F4A74;
	--navy-deep: #0E2438;
	--navy-soft: #2C5C8A;
	--turquoise: #48BBD2;
	--turquoise-dark: #2F97AC;
	--green: #68BA59;
	--green-dark: #4E9741;

	--ink: #16202B;
	--muted: #5A6B7B;
	--line: #E2E9EF;
	--surface: #FFFFFF;
	--surface-alt: #F5F8FA;

	--wrap: 1200px;
	--gutter: clamp(1.25rem, 4vw, 3rem);
	--section-y: clamp(4rem, 9vw, 7rem);
	--radius: 18px;
	--radius-sm: 12px;

	--shadow-sm: 0 2px 8px rgba(22, 32, 43, .06);
	--shadow: 0 12px 32px rgba(22, 32, 43, .10);
	--shadow-lg: 0 24px 60px rgba(14, 36, 56, .18);

	--ease: cubic-bezier(.22, .61, .36, 1);
}

/* ==========================================================================
   3. Temel
   ========================================================================== */

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

html {
	scroll-behavior: smooth;
	/* Sabit başlık, çapa bağlantılarında başlığın içeriği örtmesini engeller. */
	scroll-padding-top: 96px;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ink);
	background: var(--surface);
	overflow-x: hidden;
}

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

img {
	height: auto;
	display: block;
}

a {
	color: var(--navy);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--turquoise-dark);
}

h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.02em;
	margin: 0 0 .6em;
	text-wrap: balance;
}

h1 { font-size: clamp(2.25rem, 6.2vw, 4.25rem); }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .4em; }

:focus-visible {
	outline: 3px solid var(--turquoise);
	outline-offset: 3px;
	border-radius: 4px;
}

.icon {
	width: 24px;
	height: 24px;
	flex: none;
}

.wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

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

.section--alt { background: var(--surface-alt); }

.section__head {
	max-width: 46rem;
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.section__head--center {
	margin-inline: auto;
	text-align: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--turquoise-dark);
	margin-bottom: 1rem;
}

.eyebrow::before {
	content: '';
	width: 28px;
	height: 2px;
	background: var(--turquoise);
	border-radius: 2px;
}

.section__head--center .eyebrow { justify-content: center; }

.lead {
	font-size: clamp(1.02rem, 1.4vw, 1.15rem);
	color: var(--muted);
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--navy-deep);
	color: #fff;
	padding: .8rem 1.2rem;
	border-radius: 0 0 8px 0;
}

.skip-link:focus {
	left: 0;
	color: #fff;
}

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

/* ==========================================================================
   4. Butonlar
   ========================================================================== */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	padding: .95rem 1.7rem;
	font: inherit;
	font-weight: 600;
	font-size: .98rem;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s var(--ease);
}

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

.btn .icon { width: 20px; height: 20px; }

/* Turkuaz üzerine koyu metin — beyaz metin bu tonda okunmuyor (kontrast). */
.btn--primary {
	background: var(--turquoise);
	color: var(--navy-deep);
	box-shadow: 0 10px 26px rgba(72, 187, 210, .35);
}

.btn--primary:hover {
	background: #5CC6DB;
	color: var(--navy-deep);
	box-shadow: 0 16px 34px rgba(72, 187, 210, .45);
}

.btn--whatsapp {
	background: var(--green);
	color: #0B2408;
	box-shadow: 0 10px 26px rgba(104, 186, 89, .32);
}

.btn--whatsapp:hover {
	background: #78C869;
	color: #0B2408;
}

.btn--ghost {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .45);
	color: #fff;
	backdrop-filter: blur(6px);
}

.btn--ghost:hover {
	background: rgba(255, 255, 255, .16);
	color: #fff;
}

.btn--solid {
	background: var(--navy);
	color: #fff;
}

.btn--solid:hover { background: var(--navy-soft); color: #fff; }

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

/* ==========================================================================
   5. Başlık / navigasyon
   ========================================================================== */

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	padding-block: 1.1rem;
	transition: background-color .3s var(--ease), box-shadow .3s var(--ease), padding .3s var(--ease);
}

.site-header__inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.site-header__logo {
	flex: none;
	display: block;
	line-height: 0;
}

.site-header__logo img {
	height: 44px;
	width: auto;
	transition: height .3s var(--ease);
}

.site-header__logo .logo--light { display: block; }
.site-header__logo .logo--dark { display: none; }

.site-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
}

.site-nav a {
	color: #fff;
	text-decoration: none;
	font-size: .95rem;
	font-weight: 500;
	position: relative;
	padding-block: .3rem;
}

.site-nav a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--turquoise);
	border-radius: 2px;
	transition: width .3s var(--ease);
}

.site-nav a:hover::after { width: 100%; }

.site-header__phone {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.site-header__phone .icon { width: 20px; height: 20px; color: var(--turquoise); }

/* Scroll sonrası açık zemin */
.site-header.is-stuck {
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow-sm);
	padding-block: .7rem;
}

.site-header.is-stuck .site-header__logo img { height: 38px; }
.site-header.is-stuck .site-header__logo .logo--light { display: none; }
.site-header.is-stuck .site-header__logo .logo--dark { display: block; }
.site-header.is-stuck .site-nav a,
.site-header.is-stuck .site-header__phone { color: var(--ink); }
.site-header.is-stuck .nav-toggle span { background: var(--ink); }

/* Alt sayfalarda (hero yok) başlık baştan açık zeminli */
.site-header--solid {
	position: sticky;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(12px);
	box-shadow: var(--shadow-sm);
}

.site-header--solid .site-header__logo .logo--light { display: none; }
.site-header--solid .site-header__logo .logo--dark { display: block; }
.site-header--solid .site-nav a,
.site-header--solid .site-header__phone { color: var(--ink); }
.site-header--solid .nav-toggle span { background: var(--ink); }

.nav-toggle {
	display: none;
	margin-left: auto;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.nav-toggle span {
	display: block;
	height: 2px;
	width: 24px;
	margin-inline: auto;
	background: #fff;
	border-radius: 2px;
	transition: transform .3s var(--ease), opacity .2s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 940px) {
	.nav-toggle { display: flex; }

	.site-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(320px, 84vw);
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 1.4rem;
		padding: 2rem var(--gutter);
		background: var(--navy-deep);
		transform: translateX(100%);
		transition: transform .35s var(--ease);
		box-shadow: -20px 0 60px rgba(0, 0, 0, .3);
	}

	.site-nav.is-open { transform: translateX(0); }

	.site-nav a,
	.site-header.is-stuck .site-nav a,
	.site-header--solid .site-nav a {
		color: #fff;
		font-size: 1.1rem;
	}

	/* Mobilde sıra: logo — telefon — menü düğmesi */
	.site-header__phone { margin-left: auto; }
	.site-header__phone span { display: none; }
	.nav-toggle { margin-left: .5rem; }
}

/* ==========================================================================
   6. Hero
   ========================================================================== */

.hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding-block: clamp(8rem, 18vh, 11rem) clamp(3rem, 8vh, 5rem);
	color: #fff;
	isolation: isolate;
	background: linear-gradient(150deg, var(--navy-deep), var(--navy) 55%, var(--turquoise-dark));
	overflow: hidden;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Yavaş yakınlaşma — sayfaya hareket katıyor, dikkat dağıtmıyor. */
	animation: hero-zoom 22s var(--ease) forwards;
}

@keyframes hero-zoom {
	from { transform: scale(1.08); }
	to { transform: scale(1); }
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(120% 80% at 15% 20%, rgba(31, 74, 116, .55), transparent 60%),
		linear-gradient(180deg, rgba(14, 36, 56, .82) 0%, rgba(14, 36, 56, .58) 45%, rgba(14, 36, 56, .94) 100%);
}

.hero__inner {
	position: relative;
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.hero__content { max-width: 44rem; }

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	padding: .45rem 1rem .45rem .55rem;
	margin-bottom: 1.5rem;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .04em;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	backdrop-filter: blur(10px);
}

.hero__badge b {
	display: inline-flex;
	align-items: center;
	padding: .2rem .6rem;
	border-radius: 999px;
	background: var(--turquoise);
	color: var(--navy-deep);
	font-size: .78rem;
}

.hero h1 {
	margin-bottom: .5em;
	text-shadow: 0 2px 30px rgba(0, 0, 0, .3);
}

.hero h1 em {
	font-style: normal;
	color: var(--turquoise);
}

.hero__text {
	font-size: clamp(1.02rem, 1.5vw, 1.2rem);
	color: rgba(255, 255, 255, .88);
	max-width: 38rem;
	margin-bottom: 2rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .9rem;
	margin-bottom: 2.5rem;
}

/* Hero altındaki cam kart şeridi — metin bloğunun dışında, tam genişlik */
.hero__cards {
	display: grid;
	/* 150px alt sınır: 390px'lik telefonda 2x2, masaüstünde tek sıra dört sütun. */
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: .9rem;
	margin-top: clamp(2rem, 5vh, 3.5rem);
}

.hero-card {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: 1rem 1.1rem;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	backdrop-filter: blur(14px);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: .93rem;
	transition: background-color .25s var(--ease), transform .25s var(--ease);
}

.hero-card:hover {
	background: rgba(255, 255, 255, .18);
	transform: translateY(-3px);
	color: #fff;
}

.hero-card .icon { color: var(--turquoise); }

.hero__scroll {
	position: absolute;
	left: 50%;
	bottom: 1.6rem;
	translate: -50% 0;
	width: 26px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 999px;
}

.hero__scroll::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 8px;
	translate: -50% 0;
	width: 4px;
	height: 8px;
	border-radius: 2px;
	background: #fff;
	animation: scroll-hint 1.8s infinite;
}

@keyframes scroll-hint {
	0% { opacity: 0; transform: translateY(0); }
	35% { opacity: 1; }
	100% { opacity: 0; transform: translateY(14px); }
}

@media (max-width: 640px) {
	.hero__scroll { display: none; }
	.hero__actions .btn { flex: 1 1 100%; }
}

/* ==========================================================================
   7. Güven şeridi
   ========================================================================== */

.trust {
	background: var(--navy-deep);
	color: #fff;
	padding-block: clamp(2rem, 4vw, 2.75rem);
}

.trust__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem 2rem;
}

.trust__item {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
}

.trust__item .icon {
	color: var(--turquoise);
	margin-top: 2px;
}

.trust__item strong {
	display: block;
	font-size: 1.02rem;
	line-height: 1.3;
}

.trust__item span {
	font-size: .87rem;
	color: rgba(255, 255, 255, .68);
}

/* ==========================================================================
   8. Hizmet kartları
   ========================================================================== */

.services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}

.service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem 1.8rem;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}

.service-card::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--turquoise), var(--navy));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s var(--ease);
}

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

.service-card:hover::before { transform: scaleX(1); }

.service-card__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 1.3rem;
	border-radius: 15px;
	background: rgba(72, 187, 210, .12);
	color: var(--turquoise-dark);
	transition: background-color .3s var(--ease), color .3s var(--ease);
}

.service-card:hover .service-card__icon {
	background: var(--turquoise);
	color: #fff;
}

.service-card--green .service-card__icon {
	background: rgba(104, 186, 89, .14);
	color: var(--green-dark);
}

.service-card--green:hover .service-card__icon { background: var(--green); }
.service-card--green::before { background: linear-gradient(90deg, var(--green), var(--navy)); }

.service-card h3 { margin-bottom: .5rem; }

.service-card p {
	color: var(--muted);
	font-size: .95rem;
	margin-bottom: 1.3rem;
}

.service-card__more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	font-weight: 600;
	font-size: .92rem;
	color: var(--navy);
}

.service-card__more::after {
	content: '→';
	transition: transform .3s var(--ease);
}

.service-card:hover .service-card__more::after { transform: translateX(4px); }

/* ==========================================================================
   9. Sağlık turizmi öne çıkan bölüm
   ========================================================================== */

.spotlight {
	position: relative;
	background: var(--navy-deep);
	color: #fff;
	overflow: hidden;
}

.spotlight::before {
	content: '';
	position: absolute;
	top: -25%;
	right: -10%;
	width: 55%;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(104, 186, 89, .22), transparent 68%);
	pointer-events: none;
}

.spotlight__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.spotlight .eyebrow { color: var(--green); }
.spotlight .eyebrow::before { background: var(--green); }

.spotlight__text p { color: rgba(255, 255, 255, .82); }

.spotlight__list {
	list-style: none;
	padding: 0;
	margin: 1.6rem 0 2rem;
	display: grid;
	gap: .7rem;
}

.spotlight__list li {
	display: flex;
	align-items: flex-start;
	gap: .7rem;
	margin: 0;
	font-size: .96rem;
	color: rgba(255, 255, 255, .9);
}

.spotlight__list li::before {
	content: '';
	flex: none;
	width: 20px;
	height: 20px;
	margin-top: 3px;
	border-radius: 50%;
	background: rgba(104, 186, 89, .2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2368BA59' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.spotlight__media {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	aspect-ratio: 4 / 3;
}

.spotlight__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spotlight__note {
	margin-top: 1.5rem;
	padding: 1rem 1.2rem;
	border-left: 3px solid var(--green);
	background: rgba(255, 255, 255, .06);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	font-size: .9rem;
	color: rgba(255, 255, 255, .78);
}

@media (max-width: 860px) {
	.spotlight__grid { grid-template-columns: 1fr; }
	.spotlight__media { order: -1; aspect-ratio: 16 / 10; }
}

/* ==========================================================================
   10. Neden biz
   ========================================================================== */

.reasons__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.reason__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1.1rem;
	border-radius: 14px;
	background: var(--navy);
	color: #fff;
}

.reason h3 { font-size: 1.08rem; margin-bottom: .45rem; }
.reason p { color: var(--muted); font-size: .94rem; }

/* ==========================================================================
   11. Süreç adımları
   ========================================================================== */

.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: clamp(1.5rem, 3vw, 2rem);
	counter-reset: step;
}

.step {
	position: relative;
	padding-top: 3.6rem;
}

.step::before {
	counter-increment: step;
	content: '0' counter(step);
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--surface);
	border: 2px solid var(--turquoise);
	color: var(--navy);
	font-weight: 700;
	font-size: .9rem;
}

/* Adımlar arası bağlantı çizgisi — yalnız geniş ekranda anlamlı. */
.step::after {
	content: '';
	position: absolute;
	top: 23px;
	left: 58px;
	right: -1rem;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
}

.step:last-child::after { display: none; }

@media (max-width: 720px) {
	.step::after { display: none; }
}

.step h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .93rem; }

/* ==========================================================================
   12. SSS
   ========================================================================== */

.faq {
	max-width: 52rem;
	margin-inline: auto;
}

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

.faq__item summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.35rem 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.03rem;
	list-style: none;
	color: var(--navy);
	transition: color .2s var(--ease);
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
	content: '';
	flex: none;
	width: 22px;
	height: 22px;
	margin-top: 3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F4A74' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform .3s var(--ease);
}

.faq__item[open] summary::after { transform: rotate(135deg); }
.faq__item summary:hover { color: var(--turquoise-dark); }

.faq__answer {
	padding-bottom: 1.4rem;
	color: var(--muted);
	font-size: .97rem;
	max-width: 46rem;
}

/* ==========================================================================
   13. İletişim + form
   ========================================================================== */

.contact__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

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

.form-card {
	padding: clamp(1.5rem, 3vw, 2.5rem);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }

@media (max-width: 560px) {
	.form-grid { grid-template-columns: 1fr; }
}

.field label {
	font-size: .87rem;
	font-weight: 600;
	color: var(--ink);
}

.field .req { color: #C0392B; }

.field input,
.field select,
.field textarea {
	width: 100%;
	padding: .8rem .95rem;
	font: inherit;
	font-size: .95rem;
	color: var(--ink);
	background: var(--surface-alt);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	transition: border-color .2s var(--ease), background-color .2s var(--ease);
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
	background: #fff;
	border-color: var(--turquoise);
	outline: none;
	box-shadow: 0 0 0 3px rgba(72, 187, 210, .18);
}

.field--consent {
	flex-direction: row;
	align-items: flex-start;
	gap: .6rem;
	font-size: .85rem;
	color: var(--muted);
	line-height: 1.55;
}

.field--consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: none;
	accent-color: var(--turquoise-dark);
}

.field--consent label { font-weight: 400; font-size: .85rem; color: var(--muted); }

/* Honeypot — ekran okuyucudan da gizli, bot dolduracak. */
.hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-note {
	margin-top: 1rem;
	font-size: .8rem;
	color: var(--muted);
}

.form-status {
	margin-top: 1rem;
	padding: .9rem 1.1rem;
	border-radius: var(--radius-sm);
	font-size: .92rem;
	display: none;
}

.form-status.is-visible { display: block; }
.form-status--ok { background: rgba(104, 186, 89, .12); border: 1px solid rgba(104, 186, 89, .4); color: #2F6427; }
.form-status--error { background: rgba(192, 57, 43, .08); border: 1px solid rgba(192, 57, 43, .3); color: #96271B; }

.contact-info {
	display: grid;
	gap: 1.1rem;
}

.contact-info__item {
	display: flex;
	gap: .9rem;
	align-items: flex-start;
	padding: 1.1rem 1.2rem;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}

.contact-info__item .icon { color: var(--turquoise-dark); margin-top: 2px; }
.contact-info__item strong { display: block; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 600; }
.contact-info__item a { text-decoration: none; font-weight: 600; }
.contact-info__item p { margin: 0; font-size: .95rem; }

.contact-map {
	border: 0;
	width: 100%;
	height: 260px;
	border-radius: var(--radius-sm);
	filter: grayscale(.25);
}

/* ==========================================================================
   14. Alt sayfa (hizmet) şablonu
   ========================================================================== */

.page-hero {
	position: relative;
	padding-block: clamp(3rem, 7vw, 5rem);
	background: linear-gradient(140deg, var(--navy-deep), var(--navy));
	color: #fff;
	isolation: isolate;
	overflow: hidden;
}

.page-hero--image::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(120deg, rgba(14, 36, 56, .92), rgba(31, 74, 116, .7));
}

.page-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.page-hero h1 { margin-bottom: .35em; }

.page-hero__text {
	max-width: 44rem;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 1.2rem;
	font-size: .86rem;
	color: rgba(255, 255, 255, .7);
}

.breadcrumb a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }
.breadcrumb span::after { content: '/'; margin-left: .5rem; opacity: .5; }
.breadcrumb span:last-child::after { content: ''; }

.entry {
	max-width: 46rem;
}

.entry h2 { margin-top: 2.2em; font-size: clamp(1.4rem, 2.4vw, 1.85rem); }
.entry h2:first-child { margin-top: 0; }
.entry h3 { margin-top: 1.8em; }
.entry ul li::marker { color: var(--turquoise-dark); }

.entry__lead {
	font-size: 1.08rem;
	color: var(--muted);
	padding-bottom: 1.4rem;
	margin-bottom: 1.8rem;
	border-bottom: 1px solid var(--line);
}

/* Sayfa sonu dönüşüm bloğu */
.cta-band {
	background: linear-gradient(130deg, var(--navy), var(--turquoise-dark));
	color: #fff;
	border-radius: var(--radius);
	padding: clamp(2rem, 4vw, 3rem);
	text-align: center;
}

.cta-band h2 { margin-bottom: .4em; }
.cta-band p { color: rgba(255, 255, 255, .9); max-width: 40rem; margin-inline: auto; }

.cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .9rem;
	justify-content: center;
	margin-top: 1.8rem;
}

.other-services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: .8rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.other-services a {
	display: flex;
	align-items: center;
	gap: .6rem;
	padding: .85rem 1rem;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	text-decoration: none;
	font-size: .93rem;
	font-weight: 600;
	color: var(--ink);
	transition: border-color .25s var(--ease), transform .25s var(--ease);
}

.other-services a:hover {
	border-color: var(--turquoise);
	transform: translateY(-2px);
	color: var(--ink);
}

.other-services .icon { width: 20px; height: 20px; color: var(--turquoise-dark); }

/* ==========================================================================
   15. Footer
   ========================================================================== */

.site-footer {
	background: var(--navy-deep);
	color: rgba(255, 255, 255, .72);
	padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
	font-size: .92rem;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: clamp(2rem, 4vw, 3.5rem);
	padding-bottom: 2.5rem;
}

@media (max-width: 780px) {
	.site-footer__grid { grid-template-columns: 1fr; }
}

/* Footer sütun başlıkları h2 — görsel olarak küçük ama başlık sırasını
   bozmuyor (Lighthouse heading-order denetimi h4 kullanımında uyarıyordu). */
.site-footer h2 {
	color: #fff;
	font-size: .84rem;
	line-height: 1.3;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 1.1rem;
}

.site-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }
.site-footer a:hover { color: var(--turquoise); }

.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.site-footer li { margin: 0; }

.site-footer__logo { height: 46px; width: auto; margin-bottom: 1.2rem; }

.site-footer__credentials {
	margin-top: 1.2rem;
	display: grid;
	gap: .35rem;
	font-size: .84rem;
	color: rgba(255, 255, 255, .6);
}

.site-footer__social {
	display: flex;
	gap: .6rem;
	margin-top: 1.3rem;
}

.site-footer__social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	transition: background-color .25s var(--ease);
}

.site-footer__social a:hover { background: rgba(72, 187, 210, .25); }
.site-footer__social .icon { width: 18px; height: 18px; }

.site-footer__bottom {
	padding-top: 1.6rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	flex-wrap: wrap;
	gap: .6rem 1.5rem;
	justify-content: space-between;
	align-items: center;
	font-size: .85rem;
	color: rgba(255, 255, 255, .55);
}

/* ==========================================================================
   16. Yüzen WhatsApp butonu
   ========================================================================== */

.wa-float {
	position: fixed;
	right: clamp(1rem, 3vw, 1.75rem);
	bottom: clamp(1rem, 3vw, 1.75rem);
	z-index: 90;
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	padding: .85rem 1.3rem .85rem 1rem;
	border-radius: 999px;
	background: var(--green);
	color: #0B2408;
	font-weight: 600;
	font-size: .93rem;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(104, 186, 89, .4);
	transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.wa-float:hover {
	transform: translateY(-3px);
	color: #0B2408;
	box-shadow: 0 18px 40px rgba(104, 186, 89, .5);
}

.wa-float .icon { width: 22px; height: 22px; }

@media (max-width: 560px) {
	.wa-float span { display: none; }
	.wa-float { padding: 1rem; }
}

/* ==========================================================================
   17. Scroll animasyonu
   ========================================================================== */

.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
	transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* JavaScript yoksa içerik gizli kalmasın. */
.no-js .reveal { opacity: 1; transform: none; }

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

	.reveal { opacity: 1; transform: none; transition: none; }
	.hero__media img { animation: none; }
	.hero__scroll::after { animation: none; }
	.btn:hover, .service-card:hover, .hero-card:hover, .wa-float:hover { transform: none; }
}

/* ==========================================================================
   18. Yönetici uyarıları (yalnız oturum açmış editöre görünür)
   ========================================================================== */

.admin-warning {
	display: inline-block;
	padding: .1rem .5rem;
	border-radius: 4px;
	background: #FFF3CD;
	border: 1px dashed #C79100;
	color: #6B4E00;
	font-size: .8rem;
	font-weight: 600;
}

/* 404 */
.error-404 {
	min-height: 60svh;
	display: grid;
	place-items: center;
	text-align: center;
}

/* ==========================================================================
   19. TÜRSAB uyum şeridi
   Zorunlu tek satır (acenta ünvanı + belge no). site-header position:fixed
   olduğu için şerit de fixed + üste eklenir, header ve hero'lar şeridin
   yüksekliği kadar aşağı itilir — aksi halde şerit header'ın altında kalır.
   ========================================================================== */

:root { --tursab-bar-h: 30px; }

.site-tursab-bar {
	position: fixed;
	inset: 0 0 auto;
	z-index: 101;
	height: var(--tursab-bar-h);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--navy-deep);
	color: #fff;
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .03em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-inline: 1rem;
}

.site-header { top: var(--tursab-bar-h); }

.hero { padding-top: calc(clamp(8rem, 18vh, 11rem) + var(--tursab-bar-h)); }
.page-hero { padding-top: calc(clamp(3rem, 7vw, 5rem) + var(--tursab-bar-h)); }

html { scroll-padding-top: calc(96px + var(--tursab-bar-h)); }

.site-footer__tursab-dds {
	text-align: center;
	padding-top: 1.4rem;
	margin-top: .4rem;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.site-footer__tursab-dds img {
	max-width: 150px;
	height: auto;
	display: inline-block;
	border-radius: 4px;
}

.site-footer__tursab-line {
	text-align: center;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .03em;
	color: rgba(255, 255, 255, .85);
	padding-top: .6rem;
	margin-top: 0;
}

@media (max-width: 560px) {
	.site-tursab-bar { font-size: .66rem; padding-inline: .6rem; }
}
