/* ============================================================
   DGS Elements 6 — Acıbadem Üniversitesi : Footer
   Dengeli 3-sütun grid + tam genişlik contact bar + alt şerit.
   Scope: .acu-ft
   ============================================================ */

.acu-ft,
.acu-ft *,
.acu-ft *::before,
.acu-ft *::after { box-sizing: border-box; }

.acu-ft {
	--acu-brick:   #B4532B;
	--acu-brick-d: #97421F;
	--acu-accent:  #E89466;
	--acu-ink:     #2B211B;
	--acu-white:   #ffffff;
	--acu-pad-x:   clamp(20px, 5vw, 72px);
	--acu-col-h:   36px; /* tüm sütun başlıkları aynı hizada */

	position: relative;
	width: 100%;
	background: var(--acu-brick);
	color: var(--acu-white);
	font-family: var(--acu-font, "Poppins", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);
	isolation: isolate;
}

/* ── Ana grid: 3 eşit bölge, aynı yükseklik ── */
.acu-ft-main {
	padding: 32px var(--acu-pad-x) 28px;
	background:
		radial-gradient(ellipse 80% 60% at 15% 0%, rgba(255,255,255,.06), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 100%, rgba(0,0,0,.1), transparent 50%),
		var(--acu-brick);
}
.acu-ft-inner {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
}

.acu-ft-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
	gap: clamp(24px, 3.5vw, 44px);
	align-items: stretch;
}

/* Ortak sütun başlığı */
.acu-ft-col__h {
	margin: 0 0 14px;
	min-height: var(--acu-col-h);
	display: flex;
	align-items: flex-end;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: rgba(255,255,255,.52);
	line-height: 1.2;
}

/* ── Sol: marka + highlight statlar ── */
.acu-ft-brand {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.acu-ft-logo { display: inline-flex; align-items: center; flex: none; }
.acu-ft-logo img { height: var(--acu-logo-h, 48px); width: auto; display: block; }
.acu-ft-desc {
	margin: 14px 0 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: rgba(255,255,255,.76);
}

.acu-ft-highlights {
	list-style: none;
	margin: auto 0 0;
	padding: 18px 0 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 1px solid rgba(255,255,255,.12);
}
.acu-ft-stat {
	display: flex;
	flex-direction: column;
	gap: 1px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.1);
}
.acu-ft-stat strong {
	font-size: 13.5px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}
.acu-ft-stat span {
	font-size: 11.5px;
	color: rgba(255,255,255,.6);
	line-height: 1.35;
}

/* ── Orta: Discover + Admissions yan yana ── */
.acu-ft-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(20px, 2.5vw, 32px);
	height: 100%;
}
.acu-ft-col {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.acu-ft-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	flex: 1 1 auto;
}
.acu-ft-links li {
	border-bottom: 1px solid rgba(255,255,255,.08);
	flex: 1 1 0;
	display: flex;
	align-items: stretch;
	min-height: 0;
}
.acu-ft-links li:last-child { border-bottom: 0; }
.acu-ft-links__spacer {
	min-height: 40px;
	pointer-events: none;
}
.acu-ft-links a {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	width: 100%;
	min-height: 40px;
	padding: 8px 0;
	color: rgba(255,255,255,.88);
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.35;
	transition: color .2s ease, padding-left .2s ease;
}
.acu-ft-links a::before {
	content: "";
	width: 4px; height: 4px;
	border-radius: 50%;
	background: var(--acu-accent);
	opacity: .65;
	flex: none;
}
.acu-ft-links a:hover {
	color: #fff;
	padding-left: 4px;
}

/* ── Sağ: kampüsler — kartlar eşit yükseklik, sütunu doldurur ── */
.acu-ft-side {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.acu-ft-campuses {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
}
.acu-ft-campuses li {
	flex: 1 1 0;
	display: flex;
	min-height: 0;
}
.acu-ft-campuses a,
.acu-ft-campus-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
}
.acu-ft-campuses a {
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
}
.acu-ft-campuses a:hover {
	background: rgba(255,255,255,.14);
	border-color: rgba(255,255,255,.24);
}
.acu-ft-campus-item {
	cursor: default;
}
.acu-ft-campuses strong,
.acu-ft-campus-item strong {
	font-size: 13.5px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}
.acu-ft-campuses span,
.acu-ft-campus-item span {
	font-size: 12px;
	color: rgba(255,255,255,.62);
}

/* ── Tam genişlik iletişim şeridi ── */
.acu-ft-contactbar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.14);
}
.acu-ft-contactbar__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 12px;
	background: rgba(0,0,0,.12);
	border: 1px solid rgba(255,255,255,.1);
	text-decoration: none;
	color: inherit;
	transition: background .2s ease, border-color .2s ease;
	position: relative;
	padding-left: 46px;
	min-height: 72px;
	justify-content: center;
}
a.acu-ft-contactbar__item:hover {
	background: rgba(0,0,0,.18);
	border-color: rgba(255,255,255,.2);
}
.acu-ft-contactbar__item svg {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px; height: 20px;
	color: var(--acu-accent);
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.acu-ft-contactbar__lbl {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255,255,255,.48);
	line-height: 1.2;
}
.acu-ft-contactbar__val {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,.9);
	line-height: 1.45;
}
.acu-ft-contactbar__item--static { cursor: default; }

/* ── Alt bar: copyright | legal | sosyal — tek satır, dolu ── */
.acu-ft-bottom {
	background: var(--acu-brick-d);
	border-top: 1px solid rgba(255,255,255,.1);
	padding-left: var(--acu-pad-x);
	padding-right: var(--acu-pad-x);
}
.acu-ft-bottom__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px 24px;
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	padding: 16px 0;
}
.acu-ft-copy {
	margin: 0;
	font-size: 12.5px;
	color: rgba(255,255,255,.58);
	line-height: 1.4;
}
.acu-ft-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2px 0;
}
.acu-ft-legal a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
	font-size: 12.5px;
	font-weight: 500;
	transition: color .2s ease;
	white-space: nowrap;
}
.acu-ft-legal a:hover { color: var(--acu-accent); }
.acu-ft-legal__sep {
	color: rgba(255,255,255,.3);
	margin: 0 8px;
	user-select: none;
}

.acu-ft-social {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.acu-ft-social a {
	display: grid;
	place-items: center;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.16);
	color: #fff;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.acu-ft-social a svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.acu-ft-social a:hover {
	background: #fff;
	color: var(--acu-brick);
	border-color: #fff;
}

/* ── Responsive ── */

/* Tablet */
@media (max-width: 1024px) {
	.acu-ft-grid {
		grid-template-columns: 1fr 1fr;
		gap: 32px 36px;
	}
	.acu-ft-brand { grid-column: 1 / -1; }
	.acu-ft-highlights {
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 16px;
		padding-top: 16px;
	}
	.acu-ft-stat { flex: 1 1 0; min-width: 0; }
	.acu-ft-side { grid-column: 1 / -1; }
	.acu-ft-campuses {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
		flex-direction: unset;
	}
	.acu-ft-campuses li {
		flex: none;
		display: block;
	}
}

/* Mobil */
@media (max-width: 720px) {
	.acu-ft {
		--acu-col-h: auto;
	}

	/* Ana alan — stretch kapat, bölümler arası çizgi */
	.acu-ft-main {
		padding: 26px var(--acu-pad-x) 22px;
	}
	.acu-ft-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.acu-ft-brand,
	.acu-ft-nav,
	.acu-ft-side {
		padding: 22px 0;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}
	.acu-ft-brand { padding-top: 0; }
	.acu-ft-side {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.acu-ft-logo img {
		height: calc(var(--acu-logo-h, 48px) * .88);
	}
	.acu-ft-desc {
		margin-top: 12px;
		font-size: 13px;
		max-width: none;
	}

	/* Highlight — 3 eşit kutu yan yana */
	.acu-ft-highlights {
		margin: 16px 0 0;
		padding-top: 16px;
		flex-direction: row;
		gap: 8px;
	}
	.acu-ft-stat {
		flex: 1 1 0;
		min-width: 0;
		padding: 10px 8px;
		text-align: center;
		align-items: center;
	}
	.acu-ft-stat strong { font-size: 12px; }
	.acu-ft-stat span { font-size: 10.5px; }

	/* Discover + Admissions — mobilde yan yana, kompakt */
	.acu-ft-nav {
		grid-template-columns: 1fr 1fr;
		gap: 20px 16px;
		height: auto;
	}
	.acu-ft-col { height: auto; }
	.acu-ft-col__h {
		margin-bottom: 10px;
		min-height: 0;
		font-size: 11px;
	}
	.acu-ft-links { flex: none; }
	.acu-ft-links li { flex: none; }
	.acu-ft-links a {
		min-height: 38px;
		padding: 6px 0;
		font-size: 12.5px;
		gap: 6px;
	}
	.acu-ft-links a:hover { padding-left: 0; }
	.acu-ft-links a:active { color: var(--acu-accent); }

	/* Kampüs / hastane kartları — eşit, stack */
	.acu-ft-campuses {
		display: flex;
		flex-direction: column;
		gap: 8px;
		flex: none;
	}
	.acu-ft-campuses li { flex: none; display: block; }
	.acu-ft-campuses a,
	.acu-ft-campus-item {
		padding: 14px 16px;
		min-height: 56px;
	}

	/* İletişim — tel+mail yan yana, adres tam genişlik */
	.acu-ft-contactbar {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		margin-top: 22px;
		padding-top: 22px;
	}
	.acu-ft-contactbar__item {
		min-height: 68px;
		padding: 12px 12px 12px 42px;
	}
	.acu-ft-contactbar__item svg {
		left: 12px;
		width: 18px;
		height: 18px;
	}
	.acu-ft-contactbar__item--static,
	.acu-ft-contactbar__item:last-child {
		grid-column: 1 / -1;
	}
	.acu-ft-contactbar__val { font-size: 12.5px; }

	/* Alt şerit — ortalı, düzenli stack */
	.acu-ft-bottom__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px 0 max(20px, env(safe-area-inset-bottom, 0px));
		gap: 16px;
	}
	.acu-ft-copy {
		font-size: 11.5px;
		line-height: 1.5;
		max-width: 320px;
	}
	.acu-ft-legal {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 4px 0;
		width: 100%;
		max-width: none;
	}
	.acu-ft-legal__sep {
		display: inline;
		margin: 0 7px;
		font-size: 11px;
	}
	.acu-ft-legal a {
		font-size: 11.5px;
		white-space: nowrap;
	}
	.acu-ft-social {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
		padding-top: 4px;
	}
	.acu-ft-social a {
		width: 40px;
		height: 40px;
	}
}

/* Küçük telefon */
@media (max-width: 400px) {
	.acu-ft-nav {
		grid-template-columns: 1fr 1fr;
		gap: 16px 12px;
	}
	.acu-ft-col__h { font-size: 10px; letter-spacing: .11em; }
	.acu-ft-links a {
		font-size: 11.5px;
		min-height: 34px;
		line-height: 1.3;
	}
	.acu-ft-highlights {
		flex-direction: column;
	}
	.acu-ft-stat {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		align-items: center;
		gap: 10px;
		padding: 10px 12px;
	}
	.acu-ft-stat strong { font-size: 13px; flex: 1; }
	.acu-ft-stat span { font-size: 11px; }
	.acu-ft-contactbar {
		grid-template-columns: 1fr;
	}
	.acu-ft-contactbar__item--static,
	.acu-ft-contactbar__item:last-child {
		grid-column: auto;
	}
}

/* Çok dar ekran */
@media (max-width: 520px) {
	.acu-ft {
		--acu-pad-x: 20px;
	}
}

@media (max-width: 360px) {
	.acu-ft-nav { gap: 14px 10px; }
	.acu-ft-links a { font-size: 11px; min-height: 32px; gap: 5px; }
	.acu-ft-links a::before { width: 3px; height: 3px; }
	.acu-ft-legal a { font-size: 10.5px; }
	.acu-ft-legal__sep { margin: 0 5px; }
}
