/* Koçlarımız — Jet Kampüs tarzı */

.yks-coaches-jet,
.yks-coaches-jet__hero,
.yks-coaches-jet__layout,
.yks-coach-archive #main,
.yks-coaches-shop #main {
	font-family: var(--yks-font);
}

.yks-coaches-shop #main,
.yks-coach-archive #main,
.yks-coaches-shop .category-page-row,
.yks-coach-archive .category-page-row {
	background: #f3f6fa;
}

.yks-coaches-shop .page-title,
.yks-coaches-shop .page-description,
.yks-coaches-shop .shop-sidebar,
.yks-coaches-shop #shop-sidebar,
.yks-coach-archive .page-title,
.yks-coaches-shop .woocommerce-breadcrumb,
.yks-coach-archive .woocommerce-breadcrumb,
.yks-coaches-shop .woocommerce-products-header,
.yks-coach-archive .woocommerce-products-header {
	display: none !important;
}

.yks-coaches-jet {
	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 1.25rem 3rem;
	position: relative;
	width: 100%;
}

.yks-coaches-shop .category-page-row,
.yks-coach-archive .category-page-row {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.yks-coaches-shop .category-page-row > .col.large-12,
.yks-coach-archive .category-page-row > .col.large-12 {
	display: block !important;
	flex: none !important;
	float: none !important;
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
	width: 100% !important;
}

.yks-coaches-shop #shop-sidebar,
.yks-coaches-shop .shop-sidebar,
.yks-coach-archive #shop-sidebar,
.yks-coaches-shop .filter-button,
.yks-coaches-shop .sidebar-inner {
	display: none !important;
}

.yks-coaches-jet__hero {
	padding: 1.5rem 0 1rem;
	text-align: center;
}

.yks-coaches-jet__hero .yks-btn {
	display: inline-flex;
	margin-top: 0.35rem;
}

.yks-coaches-jet__toolbar {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	padding-top: 1rem;
}

.yks-coaches-jet__filter-form {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.yks-coaches-jet__field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 0.85rem;
}

.yks-coaches-jet__field-label {
	color: #64748b;
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.yks-coaches-jet__field select {
	appearance: none;
	background-color: #f8fafc;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23476084' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-position: right 0.85rem center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	border: 1px solid #dbe3ec;
	border-radius: 10px;
	box-sizing: border-box;
	color: var(--yks-brand-dark);
	display: block;
	font-family: var(--yks-font);
	font-size: 0.88rem;
	height: auto;
	line-height: 1.4;
	margin: 0;
	min-height: 42px;
	padding: 0.65rem 2rem 0.65rem 0.75rem;
	width: 100%;
}

.yks-coaches-jet__kicker {
	color: var(--yks-brand);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 0.5rem;
	text-transform: uppercase;
}

.yks-coaches-jet__title {
	color: var(--yks-brand-dark);
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

.yks-coaches-jet__lead {
	color: #64748b;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 auto 1rem;
	max-width: 680px;
}

.yks-coaches-jet__filter-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid #dbe3ec;
	border-radius: 999px;
	color: var(--yks-brand-dark);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--yks-font);
	font-size: 0.88rem;
	font-weight: 700;
	gap: 0.45rem;
	padding: 0.65rem 1rem;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.yks-coaches-jet__filter-toggle:hover,
.yks-coaches-jet__filter-toggle[aria-expanded="true"] {
	border-color: var(--yks-brand);
	box-shadow: 0 6px 20px rgba(68, 96, 132, 0.12);
}

.yks-coaches-jet__result-count {
	color: #64748b;
	font-size: 0.88rem;
	font-weight: 600;
	margin: 0;
}

.yks-coaches-jet__layout {
	align-items: flex-start;
	box-sizing: border-box;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 280px minmax(0, 1fr);
	width: 100%;
}

.yks-coaches-jet__filters {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(68, 96, 132, 0.06);
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 1;
	padding: 1.15rem;
	position: sticky;
	top: 100px;
	width: 100%;
}

.yks-coaches-jet__results {
	box-sizing: border-box;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	width: 100%;
}

.yks-coaches-jet__filter-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.yks-coaches-jet__filter-head h2 {
	color: var(--yks-brand-dark);
	font-size: 1rem;
	font-weight: 800;
	margin: 0;
}

.yks-coaches-jet__filter-close {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	display: none;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0;
}

.yks-coaches-jet__check {
	align-items: center;
	color: var(--yks-brand-dark);
	display: flex;
	font-size: 0.88rem;
	font-weight: 600;
	gap: 0.55rem;
	margin: 0.35rem 0 1rem;
}

.yks-coaches-jet__check input {
	accent-color: var(--yks-brand);
	height: 1rem;
	width: 1rem;
}

.yks-coaches-jet__filter-actions {
	display: grid;
	gap: 0.55rem;
}

/* Flatsome ürün satırını sıfırla */
.yks-coaches-jet__results .products,
.yks-coaches-jet__results ul.products {
	align-items: stretch !important;
	display: grid !important;
	flex-wrap: unset !important;
	float: none !important;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.yks-coaches-jet__results .products::before,
.yks-coaches-jet__results .products::after,
.yks-coaches-jet__results ul.products::before,
.yks-coaches-jet__results ul.products::after {
	display: none !important;
}

.yks-coaches-jet__results .products.row {
	display: grid !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.yks-coaches-jet__results .products > .product,
.yks-coaches-jet__results .products.large-columns-3 .col,
.yks-coaches-jet__results .products .product-small.col,
.yks-coaches-jet__results .products .yks-coach-product {
	align-self: stretch !important;
	display: flex !important;
	flex: unset !important;
	float: none !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	position: relative !important;
	width: auto !important;
}

.yks-coaches-jet__results .woocommerce-pagination {
	clear: both;
	margin-top: 1.25rem;
	width: 100%;
}

.yks-coaches-jet__results .woocommerce-pagination ul {
	justify-content: center;
}

.yks-coaches-jet__bottom-cta {
	background: linear-gradient(145deg, var(--yks-brand) 0%, var(--yks-brand-deep) 100%);
	border-radius: 20px;
	clear: both;
	color: #fff;
	margin-top: 2rem;
	padding: 2rem 1.5rem;
	text-align: center;
}

.yks-coaches-jet__bottom-cta h2 {
	color: #fff;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 800;
	margin: 0 0 0.55rem;
}

.yks-coaches-jet__bottom-cta p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.96rem;
	line-height: 1.6;
	margin: 0 auto 1rem;
	max-width: 520px;
}

.yks-coaches-jet__results .woocommerce-info,
.yks-coaches-jet__results .woocommerce-no-products-found,
.yks-coaches-jet .woocommerce-no-products-found {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	color: #64748b;
	padding: 1.5rem;
	text-align: center;
	width: 100%;
}

.yks-coaches-jet__results .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
	width: 100%;
}

/* Jet tarzı kart iyileştirmeleri */
.yks-coaches-jet .yks-coach-card {
	border-radius: 16px;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.yks-coaches-jet .yks-coach-card__badge--category {
	text-transform: none;
}

.yks-coaches-jet .yks-coach-card__price {
	display: none;
}

.yks-coaches-jet .yks-coach-card__rating--empty {
	color: #94a3b8;
	font-size: 0.78rem;
	font-weight: 600;
}

.yks-coaches-jet .yks-coach-card__btn--full {
	background: #dc2626;
	border: 1px solid #b91c1c;
	color: #fff;
	font-weight: 700;
}

.yks-coaches-jet .yks-coach-card__actions {
	flex-direction: column;
}

.yks-coaches-jet .yks-coach-card__btn--primary {
	order: 1;
}

.yks-coaches-jet .yks-coach-card__btn--profile {
	order: 2;
}

body.yks-coaches-filter-open {
	overflow: hidden;
}

@media only screen and (min-width: 64.0625em) {
	.yks-coaches-jet__filters {
		display: block !important;
	}

	.yks-coaches-jet__filter-toggle {
		display: none;
	}
}

.yks-coaches-jet .yks-coach-card__photo-placeholder {
	align-items: center;
	background: linear-gradient(145deg, rgba(68, 96, 132, 0.16) 0%, rgba(68, 96, 132, 0.28) 100%);
	border-radius: 50%;
	color: var(--yks-brand-dark);
	display: inline-flex;
	font-size: 2rem;
	font-weight: 800;
	height: 118px;
	justify-content: center;
	width: 118px;
}

.yks-coaches-jet .yks-coach-card__photo-img {
	display: block;
}

.yks-coaches-jet .yks-coach-product .col-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
	padding: 0;
	width: 100%;
}

.yks-coaches-jet .yks-coach-product .col-inner > a:not([class]),
.yks-coaches-jet .yks-coach-product .woocommerce-LoopProduct-link {
	display: none !important;
}

@media only screen and (max-width: 64em) {
	.yks-coaches-jet__layout {
		grid-template-columns: 1fr;
	}

	.yks-coaches-jet__filters,
	.yks-coaches-jet__results {
		grid-column: 1;
		grid-row: auto;
	}

	.yks-coaches-jet__filters {
		display: none;
		position: fixed;
	}

	.yks-coaches-jet__filters.is-open {
		border-radius: 0;
		bottom: 0;
		display: block;
		left: 0;
		margin: 0;
		max-height: none;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100001;
	}

	.yks-coaches-jet__filter-close {
		display: block;
	}

	.yks-coaches-jet__results .products,
	.yks-coaches-jet__results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 48em) {
	.yks-coaches-jet__results .products,
	.yks-coaches-jet__results ul.products {
		grid-template-columns: 1fr;
	}

	.yks-coaches-jet__hero {
		padding-top: 1rem;
	}

	.yks-coaches-jet {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* ============================================================
   Editorial design refinement — coaches browse
   ============================================================ */
.yks-coaches-jet__kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 6px 15px 6px 13px;
	border-radius: 999px;
	background: rgba(198, 45, 39, 0.07);
	border: 1px solid rgba(198, 45, 39, 0.18);
	letter-spacing: 0.12em;
}
.yks-coaches-jet__kicker::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--yks-brand, #c62d27);
	box-shadow: 0 0 0 3px rgba(198, 45, 39, 0.16);
}

.yks-coaches-jet .yks-coach-card {
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.yks-coaches-jet .yks-coach-card:hover {
	transform: translateY(-5px);
	border-color: rgba(198, 45, 39, 0.28);
	box-shadow: 0 22px 46px rgba(16, 27, 52, 0.16);
}

body.yks-coaches-browse .coach-card,
body.yks-coaches-shop .coach-card {
	overflow: visible;
}

body.yks-coaches-browse .coach-card__badges,
body.yks-coaches-shop .coach-card__badges {
	align-items: flex-start;
	flex-wrap: nowrap;
}

body.yks-coaches-browse .coach-card__badges-right,
body.yks-coaches-shop .coach-card__badges-right {
	align-items: flex-end;
	flex-direction: column;
	margin-left: auto;
}

body.yks-coaches-browse .coach-card__mezun-ribbon,
body.yks-coaches-shop .coach-card__mezun-ribbon,
.yks-site .coach-card__mezun-ribbon {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #122c54;
	color: #fff;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 26px;
	padding: 0 10px;
	white-space: nowrap;
	box-shadow: 0 6px 14px rgba(18, 44, 84, 0.22);
}
