/* Teknik Servis UPS — iç sayfa bileşenleri */

/* Float (header) sonrası içerik + footer düzgün aksın */
main {
	display: block;
	overflow: visible;
}
main::after {
	content: "";
	display: table;
	clear: both;
}
body > footer.tsj-footer {
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 2.5rem;
}

.tsj-page-hero {
	position: relative;
	overflow: hidden;
}
/* Üst banner: responsive.css .breadcrumb-bg yüksek padding’ini ez; daha kompakt */
.tsj-page-hero.breadcrumb-bg {
	padding-top: 2.75rem !important;
	padding-bottom: 2.25rem !important;
	min-height: 0 !important;
}
@media (min-width: 576px) {
	.tsj-page-hero.breadcrumb-bg {
		padding-top: 3.25rem !important;
		padding-bottom: 2.75rem !important;
	}
}
@media (min-width: 992px) {
	.tsj-page-hero.breadcrumb-bg {
		padding-top: 3.75rem !important;
		padding-bottom: 3rem !important;
	}
}
.tsj-page-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(80, 10, 22, 0.88) 0%, rgba(178, 34, 34, 0.72) 45%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
}
.tsj-page-hero-inner {
	z-index: 1;
}
.tsj-page-hero-title {
	font-size: clamp(1.65rem, 3.2vw, 2.5rem);
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
	line-height: 1.2;
}
.tsj-page-hero-lead {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.88);
	max-width: 42rem;
	line-height: 1.55;
}
@media (min-width: 768px) {
	.tsj-page-hero-lead {
		font-size: 1.05rem;
	}
}
.tsj-page-hero .page-breadcumb .breadcrumb {
	background: transparent;
	padding: 0;
}
.tsj-page-hero .page-breadcumb .breadcrumb-item a,
.tsj-page-hero .page-breadcumb .breadcrumb-item.active {
	color: #fff !important;
}
.tsj-page-hero .page-breadcumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.65);
}

/* Genel iç bloklar */
.tsj-section-title .tsj-kicker {
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--tsj, #dc143c);
	margin-bottom: 0.5rem;
}
.tsj-section-title h2 {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	color: #0f2418;
	margin-bottom: 0.75rem;
	letter-spacing: -0.02em;
}
.tsj-section-title .tsj-desc {
	color: #5a6b62;
	font-size: 1.05rem;
	max-width: 36rem;
	margin: 0 auto;
	line-height: 1.65;
}
.tsj-lead {
	font-size: 1.125rem;
	line-height: 1.75;
	color: #3d4f45;
}
.tsj-about-img-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 36, 24, 0.12);
}
.tsj-about-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}
.tsj-about-badge {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.tsj-about-badge i {
	font-size: 1.75rem;
	color: var(--tsj, #dc143c);
}
.tsj-about-badge strong {
	display: block;
	font-size: 0.95rem;
	color: #0f2418;
}
.tsj-about-badge span {
	font-size: 0.85rem;
	color: #5a6b62;
}

/* Değer kartları */
.tsj-value-card {
	background: #fff;
	border-radius: 14px;
	padding: 1.75rem 1.5rem;
	height: 100%;
	border: 1px solid rgba(220, 20, 60, 0.12);
	box-shadow: 0 8px 28px rgba(15, 36, 24, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tsj-value-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(15, 36, 24, 0.1);
}
.tsj-value-card .tsj-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: rgba(220, 20, 60, 0.12);
	color: var(--tsj, #dc143c);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	margin-bottom: 1rem;
}
.tsj-value-card h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f2418;
	margin-bottom: 0.5rem;
}
.tsj-value-card p {
	font-size: 0.95rem;
	color: #5a6b62;
	line-height: 1.6;
	margin: 0;
}

/* CTA şeridi */
.tsj-cta-band {
	background: linear-gradient(135deg, #b22222 0%, #dc143c 100%);
	border-radius: 16px;
	padding: 2.5rem 2rem;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.tsj-cta-band::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 180px;
	height: 180px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}
.tsj-cta-band h2 {
	color: #fff;
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.tsj-cta-band p {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 0;
	max-width: 520px;
}
.tsj-cta-band .bt-btn {
	background: #fff !important;
	color: #7a0f24 !important;
	border-color: #fff !important;
	font-weight: 600;
}
.tsj-cta-band .bt-btn:hover {
	opacity: 0.95;
	color: #063d0d !important;
}

/* Hizmet kartları (liste sayfası) */
.tsj-service-card-page {
	background: #fff;
	border-radius: 16px;
	padding: 2rem 1.75rem;
	height: 100%;
	border: 1px solid #e8f0eb;
	box-shadow: 0 10px 32px rgba(15, 36, 24, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tsj-service-card-page:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(15, 36, 24, 0.12);
	border-color: rgba(220, 20, 60, 0.35);
}
.tsj-service-card-page .tsj-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 1.25rem;
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(220, 20, 60, 0.18), rgba(220, 20, 60, 0.08));
	color: var(--tsj, #dc143c);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.65rem;
}
.tsj-service-card-page h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f2418;
	text-align: center;
	margin-bottom: 0.75rem;
}
.tsj-service-card-page .tsj-excerpt {
	font-size: 0.98rem;
	color: #5a6b62;
	line-height: 1.65;
	text-align: center;
	margin-bottom: 1rem;
}
.tsj-service-card-page .tsj-meta {
	text-align: center;
	font-size: 0.8rem;
	color: var(--tsj, #dc143c);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Blog kartları */
.tsj-blog-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8f0eb;
	box-shadow: 0 10px 32px rgba(15, 36, 24, 0.07);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tsj-blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 44px rgba(15, 36, 24, 0.12);
}
.tsj-blog-card .tsj-blog-thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
.tsj-blog-card .tsj-blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.tsj-blog-card:hover .tsj-blog-thumb img {
	transform: scale(1.05);
}
.tsj-blog-card .tsj-blog-date {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #fff;
	color: #0f2418;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.35rem 0.75rem;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tsj-blog-card .tsj-blog-body {
	padding: 1.5rem 1.35rem 1.35rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.tsj-blog-card h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f2418;
	line-height: 1.35;
	margin-bottom: 0.65rem;
}
.tsj-blog-card h3 a {
	color: inherit;
	text-decoration: none;
	transition: color 0.15s ease;
}
.tsj-blog-card h3 a:hover {
	color: var(--tsj, #dc143c);
}
.tsj-blog-card .tsj-blog-excerpt {
	font-size: 0.95rem;
	color: #5a6b62;
	line-height: 1.65;
	margin-bottom: 1rem;
	flex: 1;
}
.tsj-blog-card .tsj-readmore {
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--tsj, #dc143c);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}
.tsj-blog-card .tsj-readmore:hover {
	text-decoration: underline;
}

/* Blog detay */
.tsj-article {
	background: #fff;
	border-radius: 16px;
	padding: 2rem 2.25rem;
	border: 1px solid #e8f0eb;
	box-shadow: 0 10px 32px rgba(15, 36, 24, 0.06);
}
.tsj-article .tsj-article-meta {
	font-size: 0.9rem;
	color: #5a6b62;
	margin-bottom: 1rem;
}
.tsj-article .tsj-article-thumb {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.tsj-article .tsj-article-thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.tsj-article .tsj-article-body {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #3d4f45;
}
.tsj-article .tsj-article-body p {
	margin-bottom: 1rem;
}
.tsj-sidebar-card {
	background: #f6faf7;
	border-radius: 14px;
	padding: 1.35rem 1.25rem;
	border: 1px solid #e8f0eb;
	margin-bottom: 1.25rem;
}
.tsj-sidebar-card h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #0f2418;
	margin-bottom: 1rem;
}
.tsj-sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tsj-sidebar-list li {
	border-bottom: 1px solid #dde8e0;
}
.tsj-sidebar-list li:last-child {
	border-bottom: 0;
}
.tsj-sidebar-list a {
	display: block;
	padding: 0.65rem 0;
	color: #3d4f45;
	font-size: 0.95rem;
	text-decoration: none;
	transition: color 0.15s ease;
}
.tsj-sidebar-list a:hover {
	color: var(--tsj, #dc143c);
}

/* Ekip */
.tsj-team-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e8f0eb;
	box-shadow: 0 10px 32px rgba(15, 36, 24, 0.07);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tsj-team-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 44px rgba(15, 36, 24, 0.12);
}
.tsj-team-card .tsj-team-photo {
	aspect-ratio: 1;
	overflow: hidden;
	background: #e8f0eb;
}
.tsj-team-card .tsj-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}
.tsj-team-card:hover .tsj-team-photo img {
	transform: scale(1.04);
}
.tsj-team-card .tsj-team-body {
	padding: 1.5rem 1.35rem;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.tsj-team-card h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f2418;
	margin-bottom: 0.25rem;
}
.tsj-team-card .tsj-role {
	font-size: 0.9rem;
	color: var(--tsj, #dc143c);
	font-weight: 600;
	margin-bottom: 0.75rem;
}
.tsj-team-card .tsj-contact-lines {
	font-size: 0.88rem;
	color: #5a6b62;
	line-height: 1.5;
	margin-bottom: 1rem;
	flex: 1;
}
.tsj-team-card .bt-btn {
	align-self: center;
	padding: 0.5rem 1.25rem;
	font-size: 0.88rem;
}

/* Ekip detay */
.tsj-profile-photo {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(15, 36, 24, 0.12);
	position: sticky;
	top: 1rem;
}
.tsj-profile-photo img {
	width: 100%;
	height: auto;
	display: block;
}
.tsj-profile-card {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid #e8f0eb;
	box-shadow: 0 10px 32px rgba(15, 36, 24, 0.06);
}
.tsj-profile-card .tsj-role {
	color: var(--tsj, #dc143c);
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 1.25rem;
}
.tsj-profile-card .tsj-profile-body {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #3d4f45;
	margin-bottom: 1.5rem;
}
.tsj-quick-contact {
	background: linear-gradient(180deg, #f6faf7 0%, #fff 100%);
	border-radius: 14px;
	padding: 1.5rem;
	border: 1px solid #e8f0eb;
}
.tsj-quick-contact h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #0f2418;
}
.tsj-quick-contact .tsj-qc-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 1rem;
	font-size: 0.95rem;
	color: #3d4f45;
}
.tsj-quick-contact .tsj-qc-row:last-child {
	margin-bottom: 0;
}
.tsj-quick-contact .tsj-qc-row i {
	color: var(--tsj, #dc143c);
	width: 1.25rem;
	margin-top: 0.2rem;
}

/* İletişim */
.tsj-contact-info-card {
	background: #fff;
	border-radius: 14px;
	padding: 1.5rem 1.35rem;
	border: 1px solid #e8f0eb;
	box-shadow: 0 8px 28px rgba(15, 36, 24, 0.06);
	height: 100%;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tsj-contact-info-card:hover {
	border-color: rgba(220, 20, 60, 0.4);
	box-shadow: 0 12px 36px rgba(15, 36, 24, 0.1);
}
.tsj-contact-info-card .tsj-ci-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 12px;
	background: rgba(220, 20, 60, 0.12);
	color: var(--tsj, #dc143c);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
}
.tsj-contact-info-card h3 {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #5a6b62;
	margin-bottom: 0.35rem;
}
.tsj-contact-info-card p {
	font-size: 1rem;
	color: #0f2418;
	margin: 0;
	line-height: 1.5;
}
.tsj-contact-info-card a {
	color: var(--tsj, #dc143c);
	text-decoration: none;
	font-weight: 600;
}
.tsj-contact-info-card a:hover {
	text-decoration: underline;
}
.tsj-form-card {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid #e8f0eb;
	box-shadow: 0 12px 36px rgba(15, 36, 24, 0.08);
}
.tsj-form-card .form-control {
	border-radius: 10px;
	border: 1px solid #d5e0d8;
	padding: 0.75rem 1rem;
	height: auto;
	font-size: 1rem;
}
.tsj-form-card .form-control:focus {
	border-color: var(--tsj, #dc143c);
	box-shadow: 0 0 0 0.2rem rgba(220, 20, 60, 0.15);
}
.tsj-form-card label {
	font-weight: 600;
	font-size: 0.9rem;
	color: #0f2418;
	margin-bottom: 0.35rem;
}
.tsj-hours-card {
	background: #f6faf7;
	border-radius: 14px;
	padding: 1.75rem;
	border: 1px solid #e8f0eb;
	height: 100%;
}
.tsj-hours-card h4 {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	color: #0f2418;
}
.tsj-hours-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.95rem;
	color: #3d4f45;
}
.tsj-hours-card li {
	display: flex;
	justify-content: space-between;
	padding: 0.45rem 0;
	border-bottom: 1px solid #dde8e0;
}
.tsj-hours-card li:last-child {
	border-bottom: 0;
}
.tsj-map-embed {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e8f0eb;
	height: 280px;
	background: #e8f0eb;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #5a6b62;
	font-size: 0.95rem;
	text-align: center;
	padding: 1.5rem;
}
.tsj-map-embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
	min-height: 280px;
}

/* Gri arka plan bölümleri */
.tsj-bg-soft {
	background: linear-gradient(180deg, #f6faf7 0%, #fff 100%);
}

/* ——— Footer (panel verileri) ——— */
.tsj-footer {
	color: rgba(255, 255, 255, 0.9);
	background: #062d0c;
}
.tsj-footer-main {
	background: linear-gradient(185deg, #791025 0%, #880d25 42%, #4e0816 100%);
	padding: 3rem 0 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tsj-footer-brand-wrap {
	display: block;
}
.tsj-footer-brand-wrap .tsj-footer-logo {
	display: block;
	margin-bottom: 1rem;
}
.tsj-footer-logo {
	display: inline-block;
}
.tsj-footer-logo img {
	max-height: 46px;
	width: auto;
	display: block;
}
.tsj-footer-brand-wrap .tsj-footer-text {
	margin-top: 0;
	margin-bottom: 1.25rem;
}
.tsj-footer-text {
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
	max-width: 26rem;
}
.tsj-footer-heading {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 1.25rem;
}
.tsj-footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tsj-footer-nav li {
	margin-bottom: 0.55rem;
}
.tsj-footer-nav a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	font-size: 0.94rem;
	font-weight: 500;
	transition: color 0.15s ease, padding-left 0.15s ease;
	display: inline-block;
}
.tsj-footer-nav a:hover {
	color: #b8f5c0;
	padding-left: 4px;
}
.tsj-footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tsj-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 0.9rem;
	font-size: 0.94rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}
.tsj-footer-contact a {
	color: #c8f7ce;
	text-decoration: none;
	font-weight: 500;
}
.tsj-footer-contact a:hover {
	color: #fff;
	text-decoration: underline;
}
.tsj-footer-contact-placeholder {
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.88rem;
	line-height: 1.5;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.tsj-fc-ic {
	flex-shrink: 0;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.9rem;
}
.tsj-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.tsj-social-link {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 1.05rem;
	transition: background 0.15s ease, transform 0.15s ease;
}
.tsj-social-link:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	transform: translateY(-2px);
}
.tsj-footer-bottom {
	background: #29050c;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.tsj-footer-copy {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
}
@media (min-width: 768px) {
	.tsj-footer-copy {
		text-align: left;
	}
}

/* ——— Anasayfa: Hakkımızda ——— */
.tsj-home-about {
	position: relative;
	padding: 5rem 0;
	background: linear-gradient(180deg, #ffffff 0%, #fafdfb 50%, #ffffff 100%);
	overflow: hidden;
}
.tsj-home-about::after {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(220, 20, 60, 0.2) 20%,
		rgba(220, 20, 60, 0.2) 80%,
		transparent
	);
}
.tsj-home-about-visual {
	position: relative;
	padding: 0 14px 14px 0;
	max-width: 520px;
	margin: 0 auto;
}
.tsj-home-about-visual-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 86%;
	height: 82%;
	border-radius: 22px;
	background: linear-gradient(155deg, rgba(220, 20, 60, 0.22), rgba(178, 34, 34, 0.1));
	z-index: 0;
}
.tsj-home-about-img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
	border-radius: 22px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	box-shadow: 0 28px 64px rgba(15, 36, 24, 0.14);
}
.tsj-home-about-float {
	position: absolute;
	z-index: 2;
	left: 1rem;
	bottom: 1rem;
	right: 1.5rem;
	max-width: calc(100% - 2rem);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(6px);
	padding: 0.85rem 1rem;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	gap: 0.65rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: #0f2418;
	line-height: 1.35;
}
.tsj-home-about-float i {
	color: var(--tsj, #dc143c);
	font-size: 1.2rem;
	flex-shrink: 0;
}
.tsj-home-about-copy .tsj-kicker {
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tsj, #dc143c);
	margin-bottom: 0.5rem;
}
.tsj-home-about-title {
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #0f2418;
	letter-spacing: -0.02em;
	line-height: 1.18;
	margin-bottom: 1.1rem;
}
.tsj-home-about-body {
	font-size: 1.02rem;
	line-height: 1.72;
	color: #4a5c53;
	margin-bottom: 1.35rem;
}
.tsj-home-about-body p {
	margin-bottom: 0.75rem;
}
.tsj-home-about-body p:last-child {
	margin-bottom: 0;
}
.tsj-home-about-bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 1.75rem;
}
.tsj-home-about-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #3d4f45;
	margin-bottom: 0.65rem;
	padding: 0.55rem 0 0.55rem 0.85rem;
	border-left: 3px solid var(--tsj, #dc143c);
	background: rgba(220, 20, 60, 0.05);
	border-radius: 0 10px 10px 0;
}
.tsj-home-about-bullets li:last-child {
	margin-bottom: 0;
}
.tsj-home-about-bullets li i {
	color: var(--tsj, #dc143c);
	margin-top: 0.15rem;
	flex-shrink: 0;
	width: 1.1rem;
	text-align: center;
}
.tsj-home-about-cta {
	margin-top: 0.25rem;
}

/* ——— Anasayfa: Hizmetler ——— */
.tsj-home-services {
	position: relative;
	padding: 4.75rem 0 5.25rem;
	background: linear-gradient(168deg, #0c5c16 0%, #085511 38%, #052608 100%);
	color: #fff;
	overflow: hidden;
}
.tsj-home-services::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 90% 55% at 90% -15%, rgba(255, 255, 255, 0.11), transparent 55%),
		radial-gradient(ellipse 70% 45% at 0% 100%, rgba(220, 20, 60, 0.25), transparent 50%);
	pointer-events: none;
}
.tsj-home-services > .container {
	position: relative;
	z-index: 1;
}
.tsj-home-services-head {
	margin-bottom: 2.85rem;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}
.tsj-home-services-head .tsj-kicker {
	color: #9ee8a8;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.tsj-home-services-title {
	font-size: clamp(1.55rem, 2.9vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 0.65rem;
	color: #fff;
}
.tsj-home-services-sub {
	font-size: 1.03rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}
.tsj-home-service-card {
	height: 100%;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	padding: 1.45rem 1.35rem 1.35rem;
	transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.tsj-home-service-card:hover {
	transform: translateY(-8px);
	background: #fff;
	border-color: transparent;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}
.tsj-home-service-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.tsj-home-service-num {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: rgba(255, 255, 255, 0.18);
	letter-spacing: -0.04em;
	transition: color 0.25s ease;
}
.tsj-home-service-card:hover .tsj-home-service-num {
	color: rgba(220, 20, 60, 0.2);
}
.tsj-home-service-icon {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	color: #c8f7ce;
	transition: background 0.25s ease, color 0.25s ease;
}
.tsj-home-service-card:hover .tsj-home-service-icon {
	background: rgba(220, 20, 60, 0.12);
	color: var(--tsj, #dc143c);
}
.tsj-home-service-name {
	font-size: 1.12rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.55rem;
	line-height: 1.3;
	transition: color 0.25s ease;
}
.tsj-home-service-card:hover .tsj-home-service-name {
	color: #0f2418;
}
.tsj-home-service-desc {
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 0;
	min-height: 2.8em;
	transition: color 0.25s ease;
}
.tsj-home-service-card:hover .tsj-home-service-desc {
	color: #5a6b62;
}
.tsj-home-service-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 1rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: #c8f7ce;
	text-decoration: none;
	transition: color 0.2s ease, gap 0.2s ease;
}
.tsj-home-service-link:hover {
	color: #fff;
	gap: 0.55rem;
}
.tsj-home-service-card:hover .tsj-home-service-link {
	color: var(--tsj, #dc143c);
}
.tsj-home-service-card:hover .tsj-home-service-link:hover {
	color: #067d14;
}
.tsj-home-services .bt-btn {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* ——— Anasayfa: Bir Uzmanla Görüşün (hero + koyu şerit) ——— */
.tsj-expert-block {
	--tsj-expert-forest: #014421;
	--tsj-expert-forest-deep: #012a15;
	--tsj-expert-accent: #0f8f45;
	--tsj-expert-red: #e32222;
	--tsj-expert-gray-shell: #ebece8;
	overflow: hidden;
}
.tsj-expert-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: clamp(320px, 52vw, 480px);
	background: #f5f6f2;
}
.tsj-expert-hero-visual {
	position: relative;
	min-height: 280px;
}
.tsj-expert-hero-visual img {
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0 clamp(18px, 3vw, 32px) clamp(18px, 3vw, 32px) 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.tsj-expert-hero-panel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.25rem, 4vw, 3.5rem);
	background: linear-gradient(165deg, #fafaf8 0%, #eef0ea 55%, #e8eae4 100%);
	position: relative;
}
.tsj-expert-hero-panel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12%;
	bottom: 12%;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(1, 68, 33, 0.12), transparent);
	pointer-events: none;
}
.tsj-expert-hero-panel .tsj-expert-card {
	max-width: min(100%, 34rem);
	width: 100%;
	padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1.45rem, 3vw, 2.55rem);
}
.tsj-expert-hero-panel .tsj-expert-card-title {
	font-size: clamp(1.48rem, 2.7vw, 2.1rem);
}
.tsj-expert-hero-panel .tsj-expert-list {
	font-size: clamp(0.96rem, 1.65vw, 1.06rem);
}
.tsj-expert-hero-panel .tsj-expert-btn-call {
	padding: 0.95rem 1.35rem;
	font-size: 0.96rem;
}
.tsj-expert-card {
	background: #fff;
	border-radius: clamp(12px, 1.8vw, 18px);
	padding: clamp(1.25rem, 2.5vw, 1.85rem) clamp(1.25rem, 2.8vw, 2rem);
	max-width: 26rem;
}
.tsj-expert-card--lift {
	box-shadow: 0 16px 44px rgba(15, 36, 24, 0.1), 0 4px 12px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(1, 68, 33, 0.06);
}
.tsj-expert-badge {
	display: inline-block;
	background: #570b19;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.4rem 0.75rem;
	border-radius: 8px 8px 10px 10px;
	margin-bottom: 1rem;
}
.tsj-expert-badge--inline {
	margin-bottom: 0.85rem;
}
.tsj-expert-card .tsj-expert-badge {
	margin-top: -0.15rem;
}
.tsj-expert-card-title {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 800;
	color: #0f1a12;
	line-height: 1.2;
	letter-spacing: -0.03em;
	margin: 0 0 1rem;
}
.tsj-expert-list {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #2b3530;
}
.tsj-expert-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin-bottom: 0.55rem;
}
.tsj-expert-list li:last-child {
	margin-bottom: 0;
}
.tsj-expert-list .fa-circle-check {
	color: #a5102d;
	font-size: 1.05rem;
	margin-top: 0.12rem;
	flex-shrink: 0;
}
.tsj-expert-btn-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	width: 100%;
	padding: 0.85rem 1.25rem;
	background: linear-gradient(180deg, #ef2f2f 0%, var(--tsj-expert-red) 55%, #c91a1a 100%);
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 12px;
	border: none;
	box-shadow: 0 10px 24px rgba(227, 34, 34, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.tsj-expert-btn-call:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(227, 34, 34, 0.42);
	filter: brightness(1.03);
	color: #fff !important;
}
.tsj-expert-btn-call i {
	font-size: 1rem;
	opacity: 0.95;
}
.tsj-expert-band {
	background: linear-gradient(185deg, #dc143c 0%, #880d25 42%, #4e0816 100%);
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.75rem);
	position: relative;
}
.tsj-expert-band::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(15, 143, 69, 0.18), transparent 55%);
	pointer-events: none;
}
.tsj-expert-band .container {
	position: relative;
	z-index: 1;
}
.tsj-expert-band-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
	gap: clamp(1.5rem, 3vw, 2.75rem);
	align-items: start;
}
.tsj-expert-band-kicker {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 800;
	color: #fff;
	margin: 0 0 1.1rem;
	letter-spacing: -0.02em;
}
.tsj-expert-band-card-row {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	position: relative;
}
.tsj-expert-band-left .tsj-expert-card {
	max-width: min(100%, 24rem);
}
.tsj-expert-arrow {
	flex-shrink: 0;
	opacity: 0.95;
	align-self: center;
	margin-left: -0.25rem;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}
.tsj-expert-band-right {
	min-width: 0;
}
.tsj-expert-profiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
	background: var(--tsj-expert-gray-shell);
	border-radius: clamp(14px, 2vw, 20px);
	padding: clamp(1rem, 2vw, 1.35rem);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.tsj-expert-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1.5rem;
	text-align: center;
	color: #3d4d42;
	font-size: 0.95rem;
	line-height: 1.55;
}
.tsj-expert-empty a {
	color: var(--tsj-expert-forest);
	font-weight: 600;
}
/* Ekip kartları (uzman bloğu) */
.tsj-home-team-card {
	height: 100%;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(15, 36, 24, 0.07);
	border: 1px solid rgba(220, 20, 60, 0.1);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.tsj-expert-profile-card {
	border: 1px solid rgba(1, 68, 33, 0.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.tsj-expert-profile-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
	border-color: rgba(15, 143, 69, 0.25);
}
.tsj-home-team-photo {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e8f0eb;
}
.tsj-home-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}
.tsj-expert-profile-card:hover .tsj-home-team-photo img {
	transform: scale(1.04);
}
.tsj-home-team-body {
	padding: 1.35rem 1.15rem 1.5rem;
	text-align: center;
}
.tsj-expert-profile-card .tsj-home-team-name {
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f1a12;
	margin-bottom: 0.25rem;
}
.tsj-expert-profile-card .tsj-home-team-role {
	font-size: 0.88rem;
	font-weight: 600;
	color: #6b7280;
	margin-bottom: 0.9rem;
}
.tsj-expert-profile-card .tsj-home-team-line {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--tsj-expert-accent);
	margin-bottom: 0.35rem;
	text-align: center;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.tsj-expert-profile-card .tsj-home-team-line i {
	color: var(--tsj-expert-accent);
}
.tsj-expert-profile-card .tsj-home-team-link {
	margin-top: 0.85rem;
	font-weight: 700;
	color: var(--tsj-expert-accent) !important;
	text-transform: none;
}
.tsj-expert-profile-card .tsj-home-team-link:hover {
	color: var(--tsj-expert-forest) !important;
}
@media (max-width: 991.98px) {
	.tsj-expert-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.tsj-expert-hero-visual img {
		border-radius: 0 0 clamp(16px, 4vw, 24px) clamp(16px, 4vw, 24px);
		min-height: 240px;
		max-height: 320px;
	}
	.tsj-expert-hero-panel {
		padding-top: 2rem;
		padding-bottom: 2.5rem;
		justify-content: center;
	}
	.tsj-expert-hero-panel::before {
		display: none;
	}
	.tsj-expert-hero-panel .tsj-expert-card {
		max-width: min(100%, 36rem);
		margin: 0 auto;
	}
	.tsj-expert-band-grid {
		grid-template-columns: 1fr;
	}
	.tsj-expert-band-card-row {
		flex-direction: column;
		align-items: stretch;
	}
	.tsj-expert-arrow {
		display: none;
	}
	.tsj-expert-profiles {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.tsj-expert-arrow svg {
		width: 100px;
		height: auto;
	}
}
