/* =========================================================
   ANASAYFA
   ========================================================= */
.ana {
	--ana-mavi: #19a7cd;
	--ana-mavi-koyu: #008bd0;
	--ana-lacivert: #0b1724;
	--ana-lacivert-2: #10283d;
	--ana-metin: #1c2733;
	--ana-gri: #5d6b78;
	--ana-zemin: #f4f7fa;
	color: var(--ana-metin);
	/* clip: taşmayı gizler ama position: sticky'yi bozmaz */
	overflow-x: hidden;
	overflow: clip;
}

.ana h1,
.ana h2,
.ana h3,
.ana h4 {
	text-transform: none;
}

/* Ortak başlıklar */
.ana-ust-baslik {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--ana-mavi);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
}

.ana-baslik {
	margin: 0 0 16px;
	color: var(--ana-metin);
	font-size: 2.3em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.5px;
}

.ana-baslik span {
	color: var(--ana-mavi);
}

.ana-alt-metin {
	max-width: 620px;
	margin: 0 auto;
	color: var(--ana-gri);
	font-size: 1.1em;
	line-height: 1.75;
}

.ana-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	border: 0;
	border-radius: 50px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.ana-btn i {
	margin-right: 10px;
	font-size: 1.15em;
}

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

.ana-btn-mavi {
	color: #fff !important;
	background: linear-gradient(90deg, var(--ana-mavi), var(--ana-mavi-koyu));
	box-shadow: 0 12px 28px -10px rgba(25, 167, 205, .8);
}

.ana-btn-mavi:hover {
	box-shadow: 0 16px 34px -10px rgba(25, 167, 205, 1);
}

.ana-btn-cizgi {
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .05);
}

.ana-btn-cizgi:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .12);
}

/* =========================================================
   HERO
   ========================================================= */
.ana-hero {
	position: relative;
	padding: 170px 0 150px;
	color: #c9d6e2;
	background: linear-gradient(135deg, var(--ana-lacivert) 0%, var(--ana-lacivert-2) 60%, #0d3550 100%);
}

.ana-hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 0%, transparent 70%);
	mask-image: radial-gradient(ellipse at 70% 40%, #000 0%, transparent 70%);
}

.ana-hero:after {
	content: "";
	position: absolute;
	top: -200px;
	right: -150px;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(25, 167, 205, .25) 0%, rgba(25, 167, 205, 0) 70%);
}

.ana-hero .container {
	position: relative;
	z-index: 1;
}

.ana-rozet {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px;
	margin-bottom: 22px;
	border: 1px solid rgba(25, 167, 205, .45);
	border-radius: 30px;
	background: rgba(25, 167, 205, .1);
	color: #7fd6ee;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
}

.ana-rozet .nokta {
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 50%;
	background: #34d399;
}

.ana-rozet .nokta:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: #34d399;
	animation: ana-nabiz 1.8s ease-out infinite;
}

@keyframes ana-nabiz {
	from {
		transform: scale(1);
		opacity: .8;
	}

	to {
		transform: scale(3);
		opacity: 0;
	}
}

.ana-hero h1 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 3.4em;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -1px;
}

.ana-hero h1 span {
	background: linear-gradient(90deg, #19a7cd, #5fd8f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ana-hero-metin {
	max-width: 520px;
	margin-bottom: 34px;
	color: #a9bccd;
	font-size: 1.15em;
	line-height: 1.8;
}

.ana-hero-butonlar .ana-btn {
	margin: 0 12px 12px 0;
}

.ana-hero-iletisim {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.ana-hero-iletisim a {
	display: flex;
	align-items: center;
	margin: 0 34px 10px 0;
	color: #fff !important;
	text-decoration: none !important;
}

.ana-hero-iletisim a .ikon {
	width: 44px;
	height: 44px;
	margin-right: 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	color: #5fd8f7;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	transition: background .2s ease;
}

.ana-hero-iletisim a:hover .ikon {
	background: rgba(25, 167, 205, .25);
}

.ana-hero-iletisim small {
	display: block;
	color: #8aa0b3;
	font-size: 12px;
	line-height: 1.3;
}

.ana-hero-iletisim strong {
	font-size: 1.05em;
	font-weight: 700;
}

/* Hero görsel slaytı */
.ana-hero-gorsel {
	position: relative;
	padding: 0 0 30px 30px;
}

.ana-slayt {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	aspect-ratio: 4 / 3.2;
	background: #0f2233;
	box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8);
}

.ana-slayt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.08);
	transition: opacity 1.2s ease, transform 6s ease;
}

.ana-slayt img.aktif {
	opacity: 1;
	transform: scale(1);
}

.ana-slayt:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(11, 23, 36, .55) 0%, rgba(11, 23, 36, 0) 45%);
	pointer-events: none;
}

.ana-slayt-noktalar {
	position: absolute;
	right: 22px;
	bottom: 20px;
	z-index: 2;
	display: flex;
}

.ana-slayt-noktalar button {
	width: 8px;
	height: 8px;
	margin-left: 8px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, .45);
	cursor: pointer;
	transition: width .3s ease, background .3s ease;
}

.ana-slayt-noktalar button.aktif {
	width: 26px;
	background: #fff;
}

.ana-hero-kart {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 16px 22px 16px 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 20px 40px -15px rgba(0, 0, 0, .45);
	animation: ana-suzul 5s ease-in-out infinite;
}

.ana-hero-kart .ikon {
	width: 48px;
	height: 48px;
	margin-right: 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--ana-mavi), var(--ana-mavi-koyu));
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
}

.ana-hero-kart strong {
	display: block;
	color: var(--ana-metin);
	font-size: 1.05em;
	line-height: 1.3;
}

.ana-hero-kart small {
	color: var(--ana-gri);
	font-size: 13px;
}

@keyframes ana-suzul {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

/* =========================================================
   ÖZELLİK ŞERİDİ
   ========================================================= */
.ana-ozellikler {
	position: relative;
	z-index: 2;
	margin-top: -70px;
}

.ana-ozellik-kutu {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 30px 60px -25px rgba(16, 40, 61, .35);
}

.ana-ozellik {
	flex: 1 1 25%;
	display: flex;
	align-items: flex-start;
	padding: 30px 26px;
	border-right: 1px solid #edf1f5;
}

.ana-ozellik:last-child {
	border-right: 0;
}

.ana-ozellik .ikon {
	flex: 0 0 50px;
	height: 50px;
	margin-right: 16px;
	border-radius: 14px;
	background: rgba(25, 167, 205, .1);
	color: var(--ana-mavi);
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	transition: background .3s ease, color .3s ease;
}

.ana-ozellik:hover .ikon {
	background: linear-gradient(135deg, var(--ana-mavi), var(--ana-mavi-koyu));
	color: #fff;
}

.ana-ozellik h3 {
	margin: 2px 0 4px;
	color: var(--ana-metin);
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

.ana-ozellik p {
	margin: 0;
	color: var(--ana-gri);
	font-size: .92em;
	line-height: 1.55;
}

/* =========================================================
   ÜRÜNLER
   ========================================================= */
.ana-urunler {
	padding: 100px 0 80px;
}

.ana-bolum-ust {
	margin-bottom: 50px;
	text-align: center;
}

.ana-urun {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px -18px rgba(16, 40, 61, .35);
	text-decoration: none !important;
	transition: transform .35s ease, box-shadow .35s ease;
}

.ana-urun:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 50px -25px rgba(16, 40, 61, .45);
}

.ana-urun-gorsel {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--ana-zemin);
}

.ana-urun-gorsel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.ana-urun:hover .ana-urun-gorsel img {
	transform: scale(1.08);
}

.ana-urun-gorsel:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(11, 23, 36, .35), rgba(11, 23, 36, 0) 50%);
	opacity: 0;
	transition: opacity .35s ease;
}

.ana-urun:hover .ana-urun-gorsel:after {
	opacity: 1;
}

.ana-urun-alt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
}

.ana-urun-alt h3 {
	margin: 0;
	color: var(--ana-metin);
	font-size: 1em;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.ana-urun-alt .ok {
	flex: 0 0 36px;
	height: 36px;
	margin-left: 10px;
	border-radius: 50%;
	background: var(--ana-zemin);
	color: var(--ana-mavi);
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	transition: background .3s ease, color .3s ease, transform .3s ease;
}

.ana-urun:hover .ana-urun-alt .ok {
	background: var(--ana-mavi);
	color: #fff;
	transform: rotate(-45deg);
}

/* =========================================================
   SERVİS
   ========================================================= */
.servis-bolumu {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	color: #c9d6e2;
	background: linear-gradient(135deg, #0b1724 0%, #10283d 55%, #0d3550 100%);
}

.servis-bolumu:before,
.servis-bolumu:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.servis-bolumu:before {
	width: 520px;
	height: 520px;
	top: -220px;
	right: -140px;
	background: radial-gradient(circle, rgba(25, 167, 205, .28) 0%, rgba(25, 167, 205, 0) 70%);
}

.servis-bolumu:after {
	width: 420px;
	height: 420px;
	bottom: -220px;
	left: -120px;
	background: radial-gradient(circle, rgba(0, 139, 208, .22) 0%, rgba(0, 139, 208, 0) 70%);
}

.servis-bolumu .container {
	position: relative;
	z-index: 1;
}

.servis-bolumu h2 {
	color: #fff;
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.5px;
	margin-bottom: 18px;
}

.servis-bolumu h2 span {
	background: linear-gradient(90deg, #19a7cd, #4fd1f5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.servis-bolumu .servis-aciklama {
	font-size: 1.1em;
	line-height: 1.8;
	color: #a9bccd;
	margin-bottom: 22px;
}

.servis-liste {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.servis-liste li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #dce7f0;
	font-size: 1.05em;
}

.servis-liste li i {
	flex: 0 0 24px;
	height: 24px;
	margin-right: 12px;
	border-radius: 50%;
	background: rgba(52, 211, 153, .15);
	color: #34d399;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
}

.servis-butonlar .ana-btn {
	margin: 0 10px 10px 0;
}

.servis-btn-whatsapp i {
	color: #25d366;
}

.servis-btn-whatsapp:hover {
	border-color: #25d366 !important;
	background: rgba(37, 211, 102, .1) !important;
}

.servis-kart {
	height: 100%;
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	background: linear-gradient(160deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.servis-kart:hover {
	transform: translateY(-6px);
	border-color: rgba(25, 167, 205, .5);
	background: linear-gradient(160deg, rgba(25, 167, 205, .14), rgba(255, 255, 255, .03));
}

.servis-kart .ikon {
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, #19a7cd, #008bd0);
	box-shadow: 0 10px 20px -8px rgba(25, 167, 205, .8);
	color: #fff;
	font-size: 22px;
	line-height: 54px;
	text-align: center;
}

.servis-kart h4 {
	color: #fff;
	font-size: 1.15em;
	font-weight: 700;
	margin-bottom: 8px;
}

.servis-kart p {
	color: #9fb3c4;
	font-size: .95em;
	line-height: 1.65;
	margin: 0;
}

/* =========================================================
   SÜREÇ
   ========================================================= */
.ana-surec {
	padding: 100px 0;
	background: var(--ana-zemin);
}

.ana-adimlar {
	position: relative;
}

.ana-adimlar:before {
	content: "";
	position: absolute;
	top: 36px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background: repeating-linear-gradient(90deg, rgba(25, 167, 205, .45) 0 8px, transparent 8px 16px);
}

.ana-adim {
	position: relative;
	padding: 0 14px;
	text-align: center;
}

.ana-adim-no {
	position: relative;
	width: 72px;
	height: 72px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 12px 30px -12px rgba(16, 40, 61, .35);
	color: var(--ana-mavi);
	font-size: 26px;
	line-height: 72px;
	transition: background .3s ease, color .3s ease;
}

.ana-adim:hover .ana-adim-no {
	background: linear-gradient(135deg, var(--ana-mavi), var(--ana-mavi-koyu));
	color: #fff;
}

.ana-adim-no span {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 26px;
	height: 26px;
	border: 3px solid var(--ana-zemin);
	border-radius: 50%;
	background: var(--ana-lacivert);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
}

.ana-adim h3 {
	margin: 0 0 8px;
	color: var(--ana-metin);
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0;
}

.ana-adim p {
	margin: 0 auto;
	max-width: 240px;
	color: var(--ana-gri);
	font-size: .95em;
	line-height: 1.65;
}

/* =========================================================
   BİZ KİMİZ
   ========================================================= */
.ana-hakkimizda {
	padding: 110px 0;
}

.ana-hakkimizda-gorsel {
	position: relative;
	padding: 0 40px 40px 0;
}

.ana-hakkimizda-gorsel .buyuk {
	overflow: hidden;
	border-radius: 22px;
	aspect-ratio: 5 / 4;
	box-shadow: 0 30px 60px -30px rgba(16, 40, 61, .5);
}

.ana-hakkimizda-gorsel .buyuk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ana-hakkimizda-gorsel .logo-kart {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55%;
	padding: 26px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 25px 50px -20px rgba(16, 40, 61, .45);
	text-align: center;
}

.ana-hakkimizda-gorsel .logo-kart img {
	max-width: 100%;
	height: auto;
}

.ana-hakkimizda-gorsel:before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	width: 140px;
	height: 140px;
	border-radius: 22px;
	background-image: radial-gradient(rgba(25, 167, 205, .5) 2px, transparent 2px);
	background-size: 16px 16px;
	z-index: -1;
}

.ana-hakkimizda-icerik {
	color: var(--ana-gri);
	font-size: 1.05em;
	line-height: 1.85;
}

.ana-hakkimizda-icerik p,
.ana-hakkimizda-icerik span {
	color: var(--ana-gri) !important;
}

.ana-hakkimizda-link {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	color: var(--ana-mavi) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.ana-hakkimizda-link i {
	margin-left: 10px;
	transition: transform .2s ease;
}

.ana-hakkimizda-link:hover i {
	transform: translateX(5px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1199px) {
	.ana-hero h1 {
		font-size: 2.9em;
	}
}

@media (max-width: 991px) {
	.ana-hero {
		padding: 140px 0 130px;
	}

	.ana-hero-gorsel {
		margin-top: 50px;
		padding: 0 0 30px;
	}

	.ana-hero-kart {
		left: 20px;
	}

	.ana-ozellik {
		flex-basis: 50%;
		border-bottom: 1px solid #edf1f5;
	}

	.ana-ozellik:nth-child(2n) {
		border-right: 0;
	}

	.ana-ozellik:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.ana-adimlar:before {
		display: none;
	}

	.ana-adim {
		margin-bottom: 40px;
	}

	.servis-bolumu {
		padding: 60px 0;
	}

	.servis-bolumu h2,
	.ana-baslik {
		font-size: 1.9em;
	}

	.servis-kartlar {
		margin-top: 30px;
	}

	.ana-hakkimizda-gorsel {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.ana-hero {
		padding: 145px 0 120px;
	}

	.ana-hero h1 {
		font-size: 2.2em;
	}

	.ana-hero-metin {
		font-size: 1.05em;
	}

	.ana-urunler,
	.ana-surec,
	.ana-hakkimizda {
		padding: 70px 0;
	}

	.ana-urun-alt {
		padding: 14px;
	}

	.ana-urun-alt h3 {
		font-size: .9em;
	}

	.ana-urun-alt .ok {
		display: none;
	}
}

@media (max-width: 575px) {
	.ana-ozellik {
		flex-basis: 100%;
		border-right: 0;
		border-bottom: 1px solid #edf1f5 !important;
	}

	.ana-ozellik:last-child {
		border-bottom: 0 !important;
	}

	.ana-hero-butonlar .ana-btn,
	.servis-butonlar .ana-btn {
		width: 100%;
		margin-right: 0;
	}

	.ana-hero-kart {
		display: none;
	}

	.ana-hakkimizda-gorsel {
		padding: 0 20px 40px 0;
	}

	.ana-hakkimizda-gorsel .logo-kart {
		width: 65%;
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.ana *,
	.ana *:before,
	.ana *:after {
		animation: none !important;
		transition: none !important;
	}
}