/* ==========================================================================
   Lider Sancak Koleji — Alt sayfa stilleri (page-hero, içerik, form, galeri)
   ========================================================================== */

/* ---------- Sayfa başlığı (page-hero) + breadcrumb ---------- */
.page-hero {
	position: relative;
	padding: 110px 0 90px;
	color: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.page-hero::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(19, 31, 79, .93) 0%, rgba(32, 55, 152, .82) 50%, rgba(6, 83, 203, .55) 100%);
}
.page-hero__inner { position: relative; z-index: 1; }
.page-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-head);
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--sky);
	margin-bottom: 14px;
}
.page-hero__eyebrow::before { content: ""; width: 38px; height: 2px; background: var(--gold); }
.page-hero h1 {
	font-family: var(--font-head);
	font-size: clamp(1.9rem, 4vw, 2.9rem);
	font-weight: 800;
	line-height: 1.2;
	max-width: 780px;
}
.page-hero__desc { max-width: 640px; margin-top: 14px; color: #dbe6fb; font-size: 1.04rem; }
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	font-size: .84rem;
	font-weight: 600;
	color: #aebbdb;
}
.breadcrumb a { color: #dbe6fb; transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb svg { width: 13px; height: 13px; fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.breadcrumb strong { color: var(--gold); font-weight: 700; }

/* Footer: başvuru + bülten sütunu aralığı */
.footer__h4-gap { margin-top: 30px; }

/* Anasayfa: bağlantıya dönüşen özellik kartları */
a.feature { color: inherit; display: block; }
a.feature h3 { transition: color .25s; }
a.feature:hover h3 { color: var(--blue); }

/* Aktif menü işareti */
.nav__link.is-active { color: #fff; }
.nav__sub a.is-active { background: var(--sky-100); color: var(--blue); }
@media (min-width: 1241px) {
	.nav__link.is-active { background: rgba(255, 255, 255, .1); }
}

/* ---------- İçerik düzenleri ---------- */
.page-body { padding: 80px 0 96px; }
.page-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.page-grid--full { grid-template-columns: 1fr; }

.prose { max-width: 820px; }
.prose > h2 {
	font-family: var(--font-head);
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 800;
	color: var(--navy-900);
	margin: 40px 0 18px;
	padding-bottom: 14px;
	position: relative;
}
.prose > h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 3px; border-radius: 2px; background: var(--gold); }
.prose > h2:first-child { margin-top: 0; }
.prose h3 {
	font-family: var(--font-head);
	font-size: 1.12rem;
	font-weight: 700;
	color: var(--navy);
	margin: 28px 0 12px;
}
.prose p { color: var(--ink-soft); margin-bottom: 16px; }
.prose p strong { color: var(--ink); }
.prose ul { margin: 4px 0 20px; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 30px; color: var(--ink-soft); }
.prose ul li::before {
	content: "";
	position: absolute;
	left: 4px; top: 9px;
	width: 9px; height: 9px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 3px rgba(242, 168, 21, .2);
}
.prose ul li strong { color: var(--ink); }
.prose img { border-radius: var(--radius); box-shadow: var(--shadow-md); margin: 10px 0 24px; }
.prose blockquote {
	border-left: 4px solid var(--gold);
	background: var(--bg-gray);
	border-radius: 0 12px 12px 0;
	padding: 22px 26px;
	margin: 24px 0;
	font-style: italic;
	color: var(--ink);
}
.prose blockquote footer { font-style: normal; font-weight: 700; color: var(--navy); margin-top: 8px; font-size: .9rem; }

/* Numaralı madde kartları */
.numbered { display: grid; gap: 18px; margin-top: 28px; }
.numbered__item {
	display: flex;
	gap: 22px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px 28px;
	transition: box-shadow .3s, border-color .3s, transform .3s;
}
.numbered__item:hover { box-shadow: var(--shadow-md); border-color: transparent; transform: translateY(-3px); }
.numbered__no {
	flex: 0 0 auto;
	font-family: var(--font-head);
	font-size: 2rem;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1.6px var(--blue);
	line-height: 1;
	padding-top: 4px;
	min-width: 56px;
}
.numbered__item h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.numbered__item p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* Akordeon */
.accordion { display: grid; gap: 14px; margin-top: 26px; }
.accordion__item { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: box-shadow .3s; }
.accordion__item.is-open { box-shadow: var(--shadow-md); border-color: transparent; }
.accordion__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	text-align: left;
	padding: 20px 24px;
	font-family: var(--font-head);
	font-size: .98rem;
	font-weight: 700;
	color: var(--navy-900);
	transition: color .2s;
}
.accordion__item.is-open .accordion__head { color: var(--blue); }
.accordion__head svg { flex: 0 0 20px; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s; }
.accordion__item.is-open .accordion__head svg { transform: rotate(180deg); }
.accordion__body { display: none; padding: 0 24px 22px; color: var(--ink-soft); }
.accordion__item.is-open .accordion__body { display: block; }
.accordion__body p { margin-bottom: 12px; }
.accordion__body ul { margin: 4px 0 8px; display: grid; gap: 8px; }
.accordion__body ul li { position: relative; padding-left: 26px; }
.accordion__body ul li::before {
	content: "";
	position: absolute; left: 2px; top: 8px;
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--gold);
}

/* Yan panel */
.sidebar { display: grid; gap: 24px; position: sticky; top: calc(var(--header-h) + 24px); }
.side-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px;
}
.side-card--navy {
	background: linear-gradient(135deg, var(--navy-800), var(--navy) 60%, #1e4ab0);
	border: 0;
	color: #fff;
}
.side-card h3 {
	font-family: var(--font-head);
	font-size: 1.02rem;
	font-weight: 800;
	color: var(--navy-900);
	margin-bottom: 18px;
	padding-bottom: 12px;
	position: relative;
}
.side-card h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; border-radius: 2px; background: var(--gold); }
.side-card--navy h3 { color: #fff; }
.side-card p { font-size: .92rem; color: var(--ink-soft); }
.side-card--navy p { color: #cfe0fb; }
.side-list { display: grid; gap: 4px; }
.side-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 14px;
	border-radius: 10px;
	font-size: .92rem;
	font-weight: 600;
	color: var(--ink);
	transition: background .2s, color .2s, padding-left .25s;
}
.side-list a:hover { background: var(--sky-100); color: var(--blue); padding-left: 18px; }
.side-list a.is-active { background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; }
.side-list svg { width: 15px; height: 15px; flex: 0 0 15px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.side-contact { display: grid; gap: 16px; }
.side-contact__row { display: flex; gap: 14px; align-items: flex-start; }
.side-contact__row svg { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 3px; fill: none; stroke: var(--gold); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.side-contact__row span { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #8ea0c9; }
.side-contact__row a, .side-contact__row p { color: #fff; font-weight: 600; font-size: .95rem; margin: 0; }
.side-contact__row a:hover { color: var(--gold); }
.side-card .btn { width: 100%; margin-top: 20px; }

/* Sayfa içi galeri şeridi */
.inline-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.inline-gallery button {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	padding: 0;
	box-shadow: var(--shadow-sm);
}
.inline-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.inline-gallery button:hover img { transform: scale(1.08); }

/* ---------- Galeri sayfası: filtre + ızgara ---------- */
.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 40px;
}
.filter-bar button {
	font-family: var(--font-head);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 10px 18px;
	border-radius: 999px;
	background: #fff;
	border: 1.5px solid var(--line);
	color: var(--ink-soft);
	transition: all .25s;
}
.filter-bar button:hover { border-color: var(--blue); color: var(--blue); }
.filter-bar button.is-active {
	background: linear-gradient(135deg, var(--blue), var(--navy));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 6px 16px rgba(6, 83, 203, .3);
}
.masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.masonry__item {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	padding: 0;
	box-shadow: var(--shadow-sm);
}
.masonry__item.is-hidden { display: none; }
.masonry__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.masonry__item:hover img { transform: scale(1.07); }
.masonry__item::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(19, 31, 79, .65), transparent 45%);
	opacity: 0;
	transition: opacity .3s;
}
.masonry__item:hover::after { opacity: 1; }
.masonry__item span {
	position: absolute;
	left: 16px; bottom: 12px;
	z-index: 1;
	color: #fff;
	font-family: var(--font-head);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .3s, transform .3s;
}
.masonry__item:hover span { opacity: 1; transform: none; }

/* ---------- Basında Biz: video kartları ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 16 / 10;
	padding: 0;
	box-shadow: var(--shadow-sm);
	background: var(--navy-900);
	transition: transform .3s, box-shadow .3s;
}
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .88; transition: opacity .3s, transform .5s; }
.video-card:hover img { opacity: 1; transform: scale(1.05); }
.video-card__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.video-card__play span {
	width: 62px; height: 62px;
	border-radius: 50%;
	background: rgba(242, 168, 21, .95);
	display: inline-flex; align-items: center; justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
	transition: transform .3s, background .3s;
}
.video-card:hover .video-card__play span { transform: scale(1.12); background: var(--gold); }
.video-card__play svg { width: 22px; height: 22px; fill: var(--navy-900); margin-left: 3px; }
.video-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	background: rgba(10, 16, 40, .94);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5vw;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.video-modal.is-open { opacity: 1; visibility: visible; }
.video-modal__frame {
	width: min(960px, 100%);
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	background: #000;
}
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Form sayfaları ---------- */
.form-shell {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow-md);
	overflow: hidden;
}
.form-shell__head {
	background: linear-gradient(120deg, var(--navy-800), var(--navy) 60%, #1e4ab0);
	color: #fff;
	padding: 34px 40px;
}
.form-shell__head h2 { font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; }
.form-shell__head p { color: #cfe0fb; margin-top: 6px; font-size: .96rem; }
.form-shell form { padding: 40px; }
.form-section__title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-head);
	font-size: .92rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--navy);
	margin: 26px 0 20px;
}
.form-section__title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.form-section__title:first-child { margin-top: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; margin-bottom: 18px; }
.form-row--single { grid-template-columns: 1fr; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { font-size: .88rem; font-weight: 700; color: var(--ink); }
.form-field label .req { color: #d64545; }
.form-field input,
.form-field select,
.form-field textarea {
	font-family: var(--font-body);
	font-size: .95rem;
	color: var(--ink);
	background: var(--bg-gray);
	border: 1.5px solid var(--line);
	border-radius: 10px;
	padding: 13px 16px;
	outline: none;
	transition: border-color .2s, background .2s, box-shadow .2s;
	width: 100%;
}
.form-field select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23203798' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 15px;
	padding-right: 42px;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(6, 83, 203, .1);
}
.form-field input.is-invalid, .form-field select.is-invalid { border-color: #d64545; background: #fef5f5; }
.form-field .hint { font-size: .78rem; color: var(--ink-soft); }
.form-consent { display: grid; gap: 14px; margin: 26px 0; }
.form-consent label {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: .84rem;
	color: var(--ink-soft);
	line-height: 1.6;
	cursor: pointer;
	background: var(--bg-gray);
	border: 1.5px solid var(--line);
	border-radius: 12px;
	padding: 16px 18px;
	transition: border-color .2s;
}
.form-consent label:hover { border-color: var(--sky); }
.form-consent input { margin-top: 3px; width: 17px; height: 17px; flex: 0 0 17px; accent-color: var(--blue); }
.form-submit .btn { width: 100%; padding: 17px; font-size: .95rem; }
.form-note {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: var(--sky-100);
	border-radius: 12px;
	padding: 16px 18px;
	font-size: .86rem;
	color: var(--navy-800);
	margin-top: 20px;
}
.form-note svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-success { text-align: center; padding: 60px 40px; display: none; }
.form-success.is-visible { display: block; }
.form-success svg { width: 68px; height: 68px; fill: none; stroke: #2eae60; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 18px; }
.form-success h3 { font-family: var(--font-head); font-size: 1.4rem; font-weight: 800; color: var(--navy-900); margin-bottom: 10px; }
.form-success p { color: var(--ink-soft); max-width: 460px; margin: 0 auto; }

/* Bilgi kartı (bursluluk koşulları) */
.info-card {
	background: #fff;
	border: 1px solid var(--line);
	border-left: 5px solid var(--gold);
	border-radius: 14px;
	padding: 30px 34px;
	margin-top: 34px;
	box-shadow: var(--shadow-sm);
}
.info-card h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; color: var(--navy-900); margin-bottom: 16px; }
.info-card ul { display: grid; gap: 12px; }
.info-card li { position: relative; padding-left: 28px; font-size: .92rem; color: var(--ink-soft); }
.info-card li::before {
	content: "";
	position: absolute; left: 2px; top: 8px;
	width: 9px; height: 9px; border-radius: 50%;
	background: var(--gold);
}
.info-card li strong { color: var(--ink); }
.info-card .warn {
	margin-top: 18px;
	padding: 13px 16px;
	background: #fdf3dd;
	border-radius: 10px;
	font-size: .86rem;
	font-weight: 600;
	color: #8a6207;
}

/* İletişim: çalışma saatleri rozeti */
.hours-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	padding: 10px 22px;
	margin-top: 20px;
	font-weight: 600;
	font-size: .92rem;
	color: #fff;
}
.hours-badge svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Okul sayfası özellik kutuları */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0 8px; }
.pillar {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 26px;
	transition: box-shadow .3s, transform .3s, border-color .3s;
}
.pillar:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: transparent; }
.pillar__icon {
	width: 50px; height: 50px;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--sky-100), #dcedfb);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 16px;
}
.pillar__icon svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: var(--navy-900); margin-bottom: 8px; }
.pillar p { font-size: .9rem; color: var(--ink-soft); margin: 0; }

/* CTA bandı */
.cta-band {
	background: linear-gradient(120deg, var(--blue), var(--navy));
	border-radius: 20px;
	padding: 46px 52px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: #fff;
	margin-top: 64px;
	position: relative;
	overflow: hidden;
}
.cta-band::before {
	content: "";
	position: absolute;
	right: -80px; top: -80px;
	width: 260px; height: 260px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .07);
}
.cta-band h2 { font-family: var(--font-head); font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 800; max-width: 560px; position: relative; }
.cta-band p { color: #cfe0fb; margin-top: 6px; max-width: 520px; position: relative; }
.cta-band .btn { position: relative; flex: 0 0 auto; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
	.page-grid { grid-template-columns: 1fr; }
	.sidebar { position: static; }
	.masonry { grid-template-columns: repeat(2, 1fr); }
	.video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
	.page-hero { padding: 80px 0 64px; }
	.page-body { padding: 60px 0 72px; }
	.inline-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.form-row { grid-template-columns: 1fr; }
	.form-shell form { padding: 26px 22px; }
	.form-shell__head { padding: 26px 22px; }
	.masonry { grid-template-columns: 1fr; }
	.video-grid { grid-template-columns: 1fr; }
	.pillars { grid-template-columns: 1fr; }
	.numbered__item { flex-direction: column; gap: 10px; }
	.cta-band { padding: 34px 26px; }
	.inline-gallery { grid-template-columns: 1fr 1fr; }
}

/* ---------- Etkinlik Galerisi ---------- */
.event-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}
.event-stats span {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	padding: 8px 18px;
	font-size: .88rem;
	font-weight: 600;
	color: #dbe6fb;
}
.event-stats strong {
	font-family: var(--font-head);
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--gold);
}
.events-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
	gap: 18px;
}
.event-card {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	padding: 0;
	box-shadow: var(--shadow-sm);
	background: var(--navy-900);
	text-align: left;
	transition: transform .3s, box-shadow .3s;
}
.event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.event-card--wide { grid-column: span 2; }
.event-card.is-hidden { display: none; }
.event-card img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .6s ease, opacity .3s;
}
.event-card:hover img { transform: scale(1.06); }
.event-card::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(19, 31, 79, .88) 0%, rgba(19, 31, 79, .25) 45%, transparent 70%);
}
.event-card__chip {
	position: absolute;
	top: 14px; left: 14px;
	z-index: 2;
	background: var(--gold);
	color: var(--navy-900);
	font-family: var(--font-head);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 999px;
}
.event-card__body {
	position: absolute;
	left: 18px; right: 18px; bottom: 15px;
	z-index: 2;
	display: block;
	color: #fff;
}
.event-card__body strong {
	display: block;
	font-family: var(--font-head);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
}
.event-card__body em {
	display: block;
	font-style: normal;
	font-size: .8rem;
	font-weight: 600;
	color: #b9c8e8;
	margin-top: 4px;
}

/* Slayt gösterisi (etkinlik lightbox'ı) */
.lightbox--slideshow { flex-direction: row; gap: 18px; padding: 40px 24px; }
.slideshow__stage {
	max-width: min(1100px, calc(100% - 140px));
	max-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin: 0;
}
.slideshow__stage img {
	max-width: 100%;
	max-height: calc(100vh - 170px);
	border-radius: 10px;
	box-shadow: var(--shadow-lg);
}
.slideshow__stage figcaption { text-align: center; color: #fff; }
.slideshow__stage figcaption strong { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; display: block; }
.slideshow__stage figcaption span { font-size: .85rem; color: #aebbdb; font-weight: 600; }
.slideshow__nav {
	flex: 0 0 52px;
	width: 52px; height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	display: inline-flex; align-items: center; justify-content: center;
	transition: background .25s, transform .25s;
	align-self: center;
}
.slideshow__nav:hover { background: var(--gold); transform: scale(1.08); }
.slideshow__nav svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.slideshow__nav:hover svg { stroke: var(--navy-900); }

@media (max-width: 1080px) {
	.events-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
}
@media (max-width: 600px) {
	.events-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
	.event-card--wide { grid-column: span 1; }
	.lightbox--slideshow { flex-direction: column; padding: 24px 14px; }
	.slideshow__stage { max-width: 100%; order: 1; }
	.slideshow__nav { order: 2; }
	.slideshow__stage img { max-height: calc(100vh - 220px); }
}

/* Bal kupu: bot filtresi. Gercek kullanicilar bu alani gormez. */
.form-hp {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Form hata kutusu (sunucudan donen mesajlar) */
.form-error {
	display: none;
	align-items: flex-start;
	gap: 10px;
	margin: 4px 0 20px;
	padding: 14px 18px;
	border-radius: 10px;
	background: #fdecec;
	border: 1px solid #f3c9c9;
	color: #8a1c1c;
	font-size: .93rem;
	line-height: 1.6;
}
.form-error.is-visible { display: block; }

.form-submit .btn[disabled] {
	opacity: .65;
	cursor: progress;
	pointer-events: none;
}
