/**
 * dgs2_btm_about_section — Bodrum Tıp Merkezi (DGS Elements 5)
 * dgs2-pfc-about-section.css KOPYASI. Renkler/layout/paddingler birebir aynı.
 * Farklar:
 *   - accent kelime rengi eyebrow turuncusuyla eşit (var(--pfas-orange))
 *   - "metin altındaki kutu bölümü" (stats + features) KOMPLE yeni tasarım:
 *       stats → tek navy panel (turuncu rakamlar, ince ayraçlar)
 *       features → kutusuz havadar liste (turuncu daire ikon + alt ayraç çizgisi)
 *   - sağ/sol paddingler (.pfas-inner 0 50px) DEĞİŞMEDİ.
 */
.dgs2-btm-about-section *,
.dgs2-btm-about-section *::before,
.dgs2-btm-about-section *::after { box-sizing: border-box; }

.dgs2-btm-about-section {
	--pfas-green: #455e8a;
	--pfas-navy: #07245e;
	--pfas-orange: #ff9472;
	--pfas-text: #111111;
	--pfas-text-muted: #4a4a4a;
	background: linear-gradient(180deg, color-mix(in srgb, var(--pfas-navy) 10%, #ffffff) 0%, color-mix(in srgb, var(--pfas-navy) 4%, #ffffff) 72%, #ffffff 100%);
	color: var(--pfas-text);
	font-family: 'ASG Ekster', 'Poppins', sans-serif;
	width: 100%;
	padding: 64px 0;
	overflow-x: clip;
}

.dgs2-btm-about-section .pfas-inner {
	max-width: none;
	margin: 0;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 55px;
	align-items: stretch;
	min-height: 0;
	min-width: 0;
}

/* ── image (görsel SAĞDA) ── */
.dgs2-btm-about-section .pfas-media {
	position: relative;
	width: 100%;
	min-height: 100%;
	align-self: stretch;
	min-width: 0;
	order: 2;
}
.dgs2-btm-about-section .pfas-img-wrap {
	position: absolute;
	inset: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 14px 32px rgba(12, 35, 64, 0.12);
	max-width: 100%;
}
.dgs2-btm-about-section .pfas-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ── content (yazı SOLDA) ── */
.dgs2-btm-about-section .pfas-content-side {
	padding: 0;
	background: transparent;
	color: var(--pfas-text);
	display: flex;
	align-items: stretch;
	align-self: stretch;
	min-height: 100%;
	min-width: 0;
	order: 1;
}
.dgs2-btm-about-section .pfas-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 770px;
	min-height: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 1;
	min-width: 0;
}

.dgs2-btm-about-section .pfas-badge {
	display: block;
	align-items: center;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	font-weight: 800;
	color: var(--pfas-orange);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border: 0;
	background: transparent;
}
.dgs2-btm-about-section .pfas-badge-dot { display: none; }

.dgs2-btm-about-section .pfas-headline {
	font-size: clamp(26px, 2.9vw, 38px);
	line-height: 1.22;
	font-weight: 700;
	color: var(--pfas-green);
	margin: 0 0 20px;
	letter-spacing: -0.02em;
	max-width: 100%;
}
.dgs2-btm-about-section .pfas-headline .accent {
	color: var(--pfas-green);
	font-weight: 700;
	display: block;
	margin: 0.14em 0 0;
	padding: 0;
	white-space: nowrap;
	font-size: clamp(24px, 2.65vw, 36px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	max-width: 100%;
}
.dgs2-btm-about-section .pfas-headline .pfas-accent-orange {
	color: var(--pfas-orange);
	white-space: nowrap;
}

.dgs2-btm-about-section .pfas-desc {
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--pfas-text);
	margin: 0 0 24px;
	font-weight: 400;
	text-align: justify;
	text-align-last: left;
	hyphens: auto;
	overflow-wrap: anywhere;
}

/* ══════════════════════════════════════════════════════════
   YENİ TASARIM — metin altındaki kutu bölümü
   ══════════════════════════════════════════════════════════ */

/* ── Stats: tek navy panel, turuncu rakamlar, ince dikey ayraçlar ── */
.dgs2-btm-about-section .pfas-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: auto;
	margin-bottom: 26px;
	background: linear-gradient(135deg, var(--pfas-green) 0%, #2f4670 100%);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(69, 94, 138, 0.22);
}
.dgs2-btm-about-section .pfas-stat {
	position: relative;
	padding: 24px 14px;
	text-align: center;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.dgs2-btm-about-section .pfas-stat-num,
.dgs2-btm-about-section .pfas-stat-lbl { width: 100%; text-align: center; }
.dgs2-btm-about-section .pfas-stat + .pfas-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.dgs2-btm-about-section .pfas-stat-num {
	font-size: 32px;
	font-weight: 800;
	color: var(--pfas-orange);
	line-height: 1;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}
.dgs2-btm-about-section .pfas-stat-lbl {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: anywhere;
}

/* ── Features: kutusuz havadar liste, turuncu daire ikon, alt ayraç çizgisi ── */
.dgs2-btm-about-section .pfas-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 34px;
	min-width: 0;
}
.dgs2-btm-about-section .pfas-feature {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 2px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid color-mix(in srgb, var(--pfas-green) 16%, #ffffff);
	border-radius: 0;
	transition: transform .2s ease;
	min-width: 0;
}
/* son satırın (son 2 öğe) alt çizgisi olmasın */
.dgs2-btm-about-section .pfas-feature:nth-last-child(-n+2) { border-bottom: 0; }
.dgs2-btm-about-section .pfas-feature:hover { transform: translateX(4px); }
.dgs2-btm-about-section .pfas-feat-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	padding: 9px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--pfas-orange) 16%, #ffffff);
	color: var(--pfas-orange);
	stroke-width: 2;
	transition: background .2s ease, color .2s ease;
}
.dgs2-btm-about-section .pfas-feature:hover .pfas-feat-icon {
	background: var(--pfas-orange);
	color: #ffffff;
}
.dgs2-btm-about-section .pfas-feat-text {
	font-size: 16px;
	color: var(--pfas-text);
	font-weight: 500;
	line-height: 1.4;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
	.dgs2-btm-about-section { padding: 52px 0; }
	.dgs2-btm-about-section .pfas-inner { padding: 0 32px; gap: 36px; }
	.dgs2-btm-about-section .pfas-headline { font-size: clamp(22px, 2.7vw, 30px); }
	.dgs2-btm-about-section .pfas-headline .accent { font-size: clamp(20px, 2.45vw, 28px); }
	.dgs2-btm-about-section .pfas-img-wrap { min-height: 340px; }
}
@media (max-width: 900px) {
	.dgs2-btm-about-section { padding: 48px 0; }
	.dgs2-btm-about-section .pfas-inner { grid-template-columns: 1fr; gap: 28px; padding: 0 24px; }
	/* mobilde tek sütun: görsel üstte, yazı altta */
	.dgs2-btm-about-section .pfas-media { min-height: 0; overflow: hidden; order: 0; }
	.dgs2-btm-about-section .pfas-content-side { order: 0; }
	.dgs2-btm-about-section .pfas-img-wrap { position: relative; inset: auto; width: 100%; max-width: 600px; aspect-ratio: 3/2; min-height: 240px; margin: 0 auto; }
	.dgs2-btm-about-section .pfas-content,
	.dgs2-btm-about-section .pfas-content-side { min-height: 0; height: auto; }
	.dgs2-btm-about-section .pfas-stats { margin-top: 0; }
	.dgs2-btm-about-section .pfas-headline { font-size: clamp(28px, 5.8vw, 34px); line-height: 1.2; }
	/* mobilde accent satırı taşmasın → kelimeler alt satıra sarsın */
	.dgs2-btm-about-section .pfas-headline .accent { font-size: clamp(26px, 5.4vw, 32px); line-height: 1.18; white-space: normal; }
	.dgs2-btm-about-section .pfas-headline .pfas-accent-orange { white-space: normal; }
	/* stat kutularındaki yazılar tam ortada */
	.dgs2-btm-about-section .pfas-stats { text-align: center; }
}
@media (max-width: 600px) {
	.dgs2-btm-about-section { padding: 40px 0; }
	.dgs2-btm-about-section .pfas-inner { padding: 0 18px; gap: 22px; }
	.dgs2-btm-about-section .pfas-badge { font-size: 12.5px; margin-top: 14px; }
	.dgs2-btm-about-section .pfas-headline { font-size: clamp(26px, 7vw, 30px); }
	.dgs2-btm-about-section .pfas-headline .accent { font-size: clamp(24px, 6.5vw, 28px); letter-spacing: -0.02em; }
	.dgs2-btm-about-section .pfas-desc { font-size: 13.5px; }
	.dgs2-btm-about-section .pfas-stat { padding: 18px 8px; }
	.dgs2-btm-about-section .pfas-stat-num { font-size: 25px; }
	.dgs2-btm-about-section .pfas-features { grid-template-columns: 1fr; gap: 0; }
	.dgs2-btm-about-section .pfas-feature:nth-last-child(-n+2) { border-bottom: 1px solid color-mix(in srgb, var(--pfas-green) 16%, #ffffff); }
	.dgs2-btm-about-section .pfas-feature:last-child { border-bottom: 0; }
	.dgs2-btm-about-section .pfas-feat-text { font-size: 14.5px; }
}
