/**
 * Hizmetlerimiz — service cards (page scoped).
 */

body.arsatar-services-page .wd-content-area,
body.arsatar-services-page .main-page-wrapper,
body.arsatar-services-page .site-content,
body.page-template-page-hizmetler .wd-content-area,
body.page-template-page-hizmetler .main-page-wrapper {
	background: #f5f6f8 !important;
	padding-top: 0 !important;
}

body.arsatar-services-page .wd-page-content,
body.arsatar-services-page .entry-content,
body.arsatar-services-page .content-layout-wrapper {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.arsatar-services-page .wd-page-title,
body.arsatar-services-page .page-title,
body.page-template-page-hizmetler .wd-page-title,
body.page-template-page-hizmetler .page-title {
	display: none !important;
}

body.arsatar-site.arsatar-services-page .asv-page,
body.arsatar-site.page-template-page-hizmetler .asv-page {
	padding-bottom: clamp(48px, 6vw, 72px) !important;
}

.asv-page {
	--asv-ink: #1a2430;
	--asv-muted: #6b7580;
	--asv-line: #e5e9ee;
	--asv-paper: #ffffff;
	--asv-canvas: #f5f6f8;
	--asv-green: #1b6b4a;
	--asv-green-dark: #145a3d;
	--asv-accent: #e39a3c;
	--asv-accent-soft: #f8efe3;
	--asv-cta: #eef2f6;
	--asv-rail: 1140px;
	--asv-gutter: clamp(16px, 3vw, 28px);
	--asv-ease: 160ms ease;
	font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
	color: var(--asv-ink);
	background: var(--asv-canvas);
	width: 100%;
}

/* Content below shared page title */
.asv-content {
	width: min(var(--asv-rail), calc(100% - 2 * var(--asv-gutter)));
	margin: clamp(28px, 4vw, 44px) auto 0;
	padding-bottom: clamp(24px, 4vw, 40px);
}

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

.asv-card {
	display: flex;
	flex-direction: column;
	padding: 24px 22px 20px;
	border-radius: 14px;
	background: var(--asv-paper);
	border: 1px solid #e2e8f0;
	box-shadow: none !important;
	transition: border-color var(--asv-ease);
}

.asv-card:hover {
	box-shadow: none !important;
	border-color: #15803d;
	transform: none;
}

.asv-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--asv-accent-soft);
	color: var(--asv-accent);
}

.asv-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 650;
	letter-spacing: -0.015em;
	line-height: 1.35;
	color: var(--asv-ink);
}

.asv-card__desc {
	margin: 8px 0 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--asv-muted);
	flex: 0 0 auto;
}

.asv-card__points {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
	flex: 1 1 auto;
}

.asv-card__points li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	font-size: 0.84rem;
	line-height: 1.45;
	color: #475569;
}

.asv-card__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border-radius: 999px;
	background: var(--asv-green);
	flex-shrink: 0;
}

.asv-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 14px;
	border-radius: 10px;
	background: #15803d;
	color: #ffffff !important;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid #15803d;
	transition: all 0.22s ease-in-out;
	box-shadow: none !important;
}

.asv-card__cta:hover,
.asv-card__cta:focus {
	background: #166534 !important;
	border-color: #166534 !important;
	color: #ffffff !important;
	transform: none;
	box-shadow: none !important;
	outline: none;
}

.asv-card__cta-icon {
	display: inline-flex;
	color: var(--asv-muted);
}

.asv-card__cta:hover .asv-card__cta-icon,
.asv-card__cta:focus .asv-card__cta-icon {
	color: var(--asv-green);
}

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

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

	.asv-card {
		padding: 22px 18px 18px;
	}
}
