/* Global IT static service pages — matches bulut-donusum-danismanligi layout */

.git-sp-wrap {
	max-width: none;
	width: 100%;
	padding: 0;
}

.git-sp {
	--git-red: #c8102e;
	--git-red-dark: #d1202e;
	--git-text: #333333;
	--git-muted: #5e5e5e;
	--git-border: #c4c0c0;
	--git-bg-soft: #f9f9f9;
	--git-white: #ffffff;
	--git-container: 1330px;
	font-family: "Roboto", "Open Sans", sans-serif;
	color: var(--git-text);
	line-height: 1.75;
}

.git-sp__container {
	max-width: var(--git-container);
	margin: 0 auto;
	padding: 0 15px;
}

.git-sp__section {
	width: 100%;
}

/* Hero */
.git-sp__hero {
	padding: 30px 0 40px;
}

.git-sp__hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}

.git-sp__hero-title {
	margin: 0 0 16px;
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 44px;
	color: var(--e-global-color-secondary, var(--git-red));
}

.git-sp__hero-text p {
	margin: 0 0 16px;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--e-global-color-text, var(--git-muted));
	padding-bottom: 0 !important;
}

.git-sp__hero-media {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.git-sp__hero-media img {
	width: 100%;
	max-width: 720px;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

/* Buttons */
.git-sp__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-direction: row;
	margin-top: 10px;
	padding: 12px 24px;
	border: 1px solid var(--git-red);
	border-radius: 4px;
	background: var(--git-red);
	color: var(--git-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.git-sp__btn--primary {
	flex-direction: row;
	background-color: var(--e-global-color-secondary, var(--git-red));
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: var(--e-global-color-052ba02, var(--git-white));
	border: 1px solid var(--e-global-color-secondary, var(--git-red));
	border-radius: 4px;
}

.git-sp__btn--primary svg {
	fill: var(--e-global-color-052ba02, var(--git-white));
}

.git-sp__btn--primary:hover,
.git-sp__btn--primary:focus {
	background-color: var(--e-global-color-052ba02, var(--git-white));
	color: var(--e-global-color-secondary, var(--git-red));
	border-color: var(--e-global-color-secondary, var(--git-red));
}

.git-sp__btn--primary:hover svg,
.git-sp__btn--primary:focus svg {
	fill: var(--e-global-color-secondary, var(--git-red));
}

.git-sp__btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.git-sp__btn:hover,
.git-sp__btn:focus {
	background: var(--git-white);
	color: var(--git-red);
	border-color: var(--git-red);
}

.git-sp__btn--inverse {
	flex-direction: row;
	background: var(--git-white);
	color: var(--git-red);
	border-color: var(--git-white);
}

.git-sp__btn--inverse:hover,
.git-sp__btn--inverse:focus {
	background: transparent;
	color: var(--git-white);
	border-color: var(--git-white);
}

/* Features */
.git-sp__features {
	padding: 60px 0;
	background: var(--git-white);
}

.git-sp__section-title {
	margin: 0 0 30px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
	color: var(--git-text);
}

.git-sp__section-title--center {
	text-align: center;
}

.git-sp__feature-group + .git-sp__feature-group {
	margin-top: 40px;
}

.git-sp__feature-group-title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--git-text);
}

.git-sp__feature-group-intro {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-muted);
}

.git-sp__cards {
	display: grid;
	gap: 20px;
}

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

.git-sp__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 100%;
	padding: 16px 24px;
	border: 1px solid var(--git-border);
	border-radius: 12px;
	background: var(--git-white);
}

.git-sp__card-icon svg {
	display: block;
	width: 48px;
	height: 48px;
}

.git-sp__card-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: var(--git-text);
}

.git-sp__card-text {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-muted);
}

/* Comparison table */
.git-sp__comparison {
	padding: 60px 0;
	background: var(--git-bg-soft);
}

.git-sp__comparison-intro {
	margin: 0 0 28px;
	max-width: 900px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-muted);
}

.git-sp__comparison-table {
	border: 1px solid var(--git-border);
	border-radius: 12px;
	overflow: hidden;
	background: var(--git-white);
}

.git-sp__comparison-head,
.git-sp__comparison-row {
	display: grid;
	grid-template-columns: 0 minmax(0, 1fr) minmax(0, 1fr);
}

.git-sp__comparison-head {
	background: var(--git-white);
	border-bottom: 1px solid var(--git-border);
}

.git-sp__comparison-row + .git-sp__comparison-row {
	border-top: 1px solid var(--git-border);
}

.git-sp__comparison-cell {
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-text);
}

.git-sp__comparison-head .git-sp__comparison-cell {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.git-sp__comparison-cell--left {
	background: #fafafa;
}

.git-sp__comparison-cell--right {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: #fff8f8;
}

.git-sp__comparison-icon {
	flex-shrink: 0;
	margin-top: 4px;
	line-height: 0;
}

.git-sp__comparison-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: #5e5e5e;
}

.git-sp__comparison-cell--label {
	padding: 0;
}

/* Bullet lists in feature groups */
.git-sp__bullet-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.git-sp__bullet-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-muted);
}

.git-sp__bullet-item:last-child {
	padding-bottom: 0;
}

.git-sp__bullet-icon {
	flex-shrink: 0;
	margin-top: 5px;
	line-height: 0;
}

.git-sp__bullet-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: #5e5e5e;
}

.git-sp__bullet-text {
	flex: 1;
}

.git-sp__feature-group-footer {
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: var(--git-muted);
}

/* Why us */
.git-sp__why-us {
	padding: 60px 0;
	background: var(--git-bg-soft);
}

.git-sp__why-us-grid {
	display: grid;
	grid-template-columns: 35% 65%;
	gap: 24px;
	align-items: center;
	padding: 30px 10px;
}

.git-sp__why-us-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 30px;
	border: 1px solid var(--git-border);
	border-radius: 12px;
	background: radial-gradient(at center left, #fff8f8 16%, var(--git-white) 100%);
	overflow: visible;
}

.git-sp__why-us-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	background-image: var(--git-why-us-bg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
	filter: brightness(100%) contrast(29%) saturate(100%) blur(0) hue-rotate(0deg);
	pointer-events: none;
	border-radius: 12px;
}

.git-sp__why-us-title {
	position: relative;
	z-index: 1;
	width: 268px;
	max-width: 268px;
	margin: -10% 0 0 -10%;
	font-family: "Roboto", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	color: var(--e-global-color-primary, #333333);
	text-align: left;
}

.git-sp__why-us-arrow {
	position: absolute;
	right: -10%;
	bottom: 10%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--e-global-color-secondary, var(--git-red));
	transition-duration: 0.5s;
	border: none;
	border-radius: 10px;
	padding: 15px 45px 15px 34px;
	text-decoration: none;
	cursor: pointer;
}

.git-sp__why-us-arrow-icon {
	display: inline-flex;
	line-height: 0;
}

.git-sp__why-us-arrow-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: #ffffff;
}

.git-sp__why-us-list {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
	text-align: left;
}

.git-sp__why-us-item {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding-bottom: 7.5px;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--e-global-color-primary, #333333);
	text-align: left;
}

.git-sp__why-us-item:last-child {
	padding-bottom: 0;
}

.git-sp__why-us-icon {
	flex-shrink: 0;
	margin-top: 5px;
	width: 18px;
	line-height: 0;
	text-align: center;
}

.git-sp__why-us-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: #5e5e5e;
}

.git-sp__why-us-text {
	flex: 1;
	text-align: left;
}

/* References */
.git-sp__references {
	padding: 45px 0 30px;
	background: var(--git-white);
}

.git-sp__references-title {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: var(--git-text);
}

.git-sp__references-track {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.git-sp__references-viewport {
	overflow: hidden;
	flex: 1;
}

.git-sp__references-slides {
	display: flex;
	transition: transform 0.4s ease;
}

.git-sp__references-slide {
	flex: 0 0 calc(100% / 5);
	padding: 0 30px;
	box-sizing: border-box;
}

.git-sp__references-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90px;
	object-fit: contain;
	margin: 0 auto;
}

.git-sp__carousel-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: var(--git-text);
	cursor: pointer;
}

.git-sp__carousel-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.git-sp__carousel-btn:hover {
	color: var(--git-red);
}

/* Success stories */
.git-sp__success-stories {
	padding: 45px 0 60px;
	background: var(--git-white);
}

.git-sp__success-grid {
	display: flex;
	justify-content: center;
}

.git-sp__success-card {
	max-width: 420px;
	padding: 15px 30px;
	border: 1px solid var(--git-border);
	border-radius: 6px;
	text-align: center;
}

.git-sp__success-logo img {
	width: 92%;
	max-height: 180px;
	object-fit: contain;
	margin: 0 auto;
}

.git-sp__success-title {
	margin: 10px 0 8px;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}

.git-sp__success-title a {
	color: var(--git-text);
	text-decoration: none;
}

.git-sp__success-title a:hover {
	color: var(--git-red);
}

.git-sp__success-excerpt {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--git-muted);
}

/* CTA banner */
.git-sp__cta-banner {
	position: relative;
	padding: 70px 0 60px;
	background: var(--git-red);
	color: var(--git-white);
	overflow: hidden;
}

.git-sp__cta-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	transform: rotate(180deg);
}

.git-sp__cta-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	height: 60px;
	fill: var(--git-white);
}

.git-sp__cta-inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.git-sp__cta-title {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--git-white);
}

.git-sp__cta-text {
	max-width: 820px;
	margin: 0 auto 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.92);
}

/* Blog */
.git-sp__blog {
	padding: 60px 0 70px;
	background: var(--git-white);
}

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

.git-sp__blog-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.git-sp__blog-image {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.git-sp__blog-image:hover {
	transform: translateY(-4px);
	box-shadow: 25px 0 60px -7px rgba(0, 0, 0, 0.17);
}

.git-sp__blog-image img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 12px;
}

.git-sp__blog-title {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}

.git-sp__blog-title a {
	color: var(--git-text);
	text-decoration: none;
}

.git-sp__blog-title a:hover {
	color: var(--git-red);
}

.git-sp__blog-more {
	margin: 28px 0 0;
	text-align: center;
}

.git-sp__blog-more a {
	color: var(--git-red);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.git-sp__blog-more a:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
	.git-sp__cards--3,
	.git-sp__blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.git-sp__references-slide {
		flex: 0 0 calc(100% / 3);
	}
}

@media (max-width: 767px) {
	.git-sp__comparison-head,
	.git-sp__comparison-row {
		grid-template-columns: 1fr;
	}

	.git-sp__comparison-cell--label {
		display: none;
	}

	.git-sp__comparison-head .git-sp__comparison-cell--left,
	.git-sp__comparison-head .git-sp__comparison-cell--right {
		border-top: 1px solid var(--git-border);
	}

	.git-sp__comparison-head .git-sp__comparison-cell--left:first-of-type {
		border-top: none;
	}

	.git-sp__comparison-row .git-sp__comparison-cell--left::before {
		content: "Geleneksel: ";
		font-weight: 500;
	}

	.git-sp__comparison-row .git-sp__comparison-cell--right::before {
		content: "Ajanik: ";
		font-weight: 500;
	}

	.git-sp__hero-grid,
	.git-sp__why-us-grid {
		grid-template-columns: 1fr;
	}

	.git-sp__hero-media {
		justify-content: center;
	}

	.git-sp__hero-media img {
		width: 100%;
	}

	.git-sp__hero-title {
		font-size: 26px;
		line-height: 34px;
	}

	.git-sp__section-title {
		font-size: 28px;
	}

	.git-sp__cards--3,
	.git-sp__blog-grid {
		grid-template-columns: 1fr;
	}

	.git-sp__why-us-list {
		padding-left: 0;
	}

	.git-sp__why-us-title {
		width: auto;
		max-width: none;
		margin: 0 0 20px;
		text-align: left;
	}

	.git-sp__why-us-arrow {
		right: 10px;
		bottom: 10px;
	}

	.git-sp__references-slide {
		flex: 0 0 50%;
		padding: 0 12px;
	}

	.git-sp__blog-title {
		font-size: 21px;
		line-height: 28px;
	}

	.git-sp__cta-title {
		font-size: 22px;
	}
}
