/* ======================================
   Learning Communities Page
   (за макетом Figma / Savvy)
   ====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;600;700&display=swap');

.lc-page {
	--lc-orange: #F28003;
	--lc-yellow: #FFD100;
	--lc-blue: #6698CB;
	--lc-blue-bright: #0D94D5;
	--lc-green: #5C9B00;
	--lc-peach: #EFA86F;

	--lc-dark: #0B0D10;
	--lc-dark-2: #14181D;
	--lc-dark-3: #1B2027;
	--lc-ink: #1B2027;
	--lc-muted: #5B6470;
	--lc-light: #F4F7FB;
	--lc-light-blue: #DFF1FA;
	--lc-border: #E7ECF0;

	--lc-card-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 12px 32px -12px rgba(15, 30, 60, 0.18);

	font-family: 'Open Sans', sans-serif;
	color: var(--lc-ink);
}
main.lc-page {
	padding-top: 0;
}
.lc-page section {
	padding: 110px 0;
}
.page-template-learning_communities-template header {
	background-color: #0B0D10;
}
body.page-template-learning_communities-template header .navbar {
	background-color: #0B0D10;
}
body.page-template-learning_communities-template.at-top header .navbar {
	background-color: rgba(36, 36, 36, 0.8);
}
body.page-template-learning_communities-template.at-top header  

.page-template-learning_communities-template  .navbar-expand-lg .menu-item-has-children:hover .dropdown-menu.depth_0{
	background-color: rgba(36, 36, 36, 0.8);
}
.page-template-learning_communities-template  .navbar-nav .dropdown-menu.depth_0 {
	background-color: rgba(36, 36, 36, 0.8);
}

.page-template-learning_communities-template .lc-page section.lc-clients {
	padding: 0;
}
.page-template-learning_communities-template footer {
	background-color: #0B0D10;
}
/* ---------- Заголовки та плашки ---------- */

.lc-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(34px, 4.5vw, 56px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--lc-ink);
	margin-bottom: 32px;
}
.page-template-learning_communities-template .menu-item {
	color: #fff
}
.page-template-learning_communities-template .custom_search .nav-link:before {
	filter: invert(1);
}

.lc-accent { 
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0.13em 0.3em;
	border-radius: 0.3em;
	background-color: var(--lc-orange);
	color: #FFFFFF;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.lc-accent--shadow {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lc-accent--orange {
	background-color: var(--lc-orange);
	color: #FFFFFF;
}

.lc-accent--yellow {
	background-color: var(--lc-yellow);
	color: var(--lc-ink);
}

.lc-accent--white {
	background-color: #FFFFFF;
	color: var(--lc-orange);
}

/* ---------- Кнопки (a.btn з макета) ---------- */

.lc-btn {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 14.81px 27.625px 16.02px;
	border-radius: 999px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.08px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.lc-btn--solid,
.lc-btn--soft {
	background: #6698CB;
	border: 1px solid #6698CB;
	color: #FFFFFF;
	box-shadow: 0px 8px 22px -8px rgba(102, 152, 203, 0.6);
}

.lc-btn--solid:hover,
.lc-btn--soft:hover {
	background: #557FAA;
	border-color: #557FAA;
	color: #FFFFFF;
	box-shadow: 0px 12px 26px -8px rgba(102, 152, 203, 0.8);
	transform: translateY(-1px);
}

.lc-btn--outline {
	background: transparent;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.25);
	min-width: 314px;
}

.lc-btn--outline:hover {
	background: #FFFFFF;
	color: var(--lc-dark);
	border-color: #FFFFFF;
}

.lc-section__btn-wrap {
	text-align: center;
	margin-top: 52px;
}

/* ---------- Hero ---------- */

.lc-hero {
	background: linear-gradient(180deg, #0B0D10 0%, #14181D 100%);
	text-align: center;
	padding: 140px 0 96px;
}

.lc-hero__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: clamp(44px, 8vw, 96px);
	line-height: 1;
	letter-spacing: -0.025em;
	color: #FFFFFF;
	margin-bottom: 32px;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.lc-hero__title .lc-accent {
	background-color: transparent;
	color: var(--lc-orange);
	padding: 0;
}

.lc-hero__title .lc-accent--yellow {
	color: var(--lc-yellow);
}

.lc-hero__subtitle {
	text-align: start;
	max-width: 720px;
	margin: 0 auto 40px;
	color: #F0F2F5;
	font-size: 22px;
	line-height: 34px;
}

.lc-hero__subtitle strong {
	color: #FFFFFF;
}

.lc-hero__buttons {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	padding-top: 8px;
}

/* ---------- Логотипи клієнтів ---------- */

.lc-clients {
	background: var(--lc-dark);
	padding: 0 0 0;
}

.lc-clients .container {
	max-width: 100%;
	padding: 22px 28px;
	background: rgba(255, 255, 255, 0.03);
	border-top: 0.625px solid rgba(255, 255, 255, 0.06);
	border-bottom: 0.625px solid rgba(255, 255, 255, 0.06);
}

.lc-clients__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	max-width: 1184px;
	margin: 0 auto;
}

.lc-clients__item {
	background: #FFFFFF;
	border-radius: 12px;
	padding: 12px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	min-height: 64px;
	box-shadow: 0px 6px 18px -8px rgba(0, 0, 0, 0.5);
}

.lc-clients__item img {
	max-height: 40px;
	max-width: 140px;
	object-fit: contain;
}

/* ---------- Відео від експерта ---------- */

.lc-expert {
	background: #FFFFFF;
}

.lc-expert__title {
	text-align: left;
	margin-bottom: 24px;
	max-width: 333px;
}

.lc-expert__text {
	color: var(--lc-muted);
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 28px;
}

.lc-expert__video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 24px;
	background: radial-gradient(120% 120% at 70% 20%, rgba(102, 152, 203, 0.4) 0%, rgba(102, 152, 203, 0) 60%), linear-gradient(119.32deg, #14181D 0%, #1B2027 100%);
	background-size: cover;
	background-position: center;
	border: 1px solid var(--lc-border);
	box-shadow: var(--lc-card-shadow);
	aspect-ratio: 16 / 9;
}

.lc-expert__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: var(--lc-orange);
	box-shadow: 0px 12px 30px -8px rgba(242, 128, 3, 0.6);
	transition: transform 0.3s ease;
	animation: lc-play-glow 2.4s ease-in-out infinite;
}

.lc-expert__play::before {
	content: '';
	position: absolute;
	inset: -10px;
	border: 1px solid rgba(242, 128, 3, 0.4);
	border-radius: 50%;
	animation: lc-play-ring 2.4s ease-in-out infinite;
}

@keyframes lc-play-glow {
	0%, 100% {
		box-shadow: 0px 12px 30px -8px rgba(242, 128, 3, 0.6), 0 0 0 0 rgba(242, 128, 3, 0.25);
	}
	50% {
		box-shadow: 0px 12px 34px -6px rgba(242, 128, 3, 0.75), 0 0 0 10px rgba(242, 128, 3, 0);
	}
}

@keyframes lc-play-ring {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.45;
	}
}

.lc-expert__play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-left: 20px solid #FFFFFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.lc-expert__video:hover .lc-expert__play {
	transform: translate(-50%, -50%) scale(1.08);
}

/* ---------- Чому не працює (problem-cards) ---------- */

.lc-problems {
	background: var(--lc-light);
}

.lc-problems__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
	margin-top: 52px;
}

.lc-problems__card {
	--lc-line: var(--lc-orange);
	position: relative;
	grid-column: span 2;
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	border-radius: 24px;
	padding: 31px 25px 23px;
	box-shadow: var(--lc-card-shadow);
	overflow: hidden;
}

/* Кольорова лінія зверху — пряма, без скруглення по радіусу картки */
.lc-problems__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--lc-line);
	opacity: 0.9;
}

.lc-problems__card:nth-child(4),
.lc-problems__card:nth-child(5) {
	grid-column: span 3;
}

.lc-problems__number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 14px;
}

.lc-problems__card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -0.18px;
	color: var(--lc-ink);
	margin-bottom: 12px;
}

.lc-problems__card:nth-child(4) .lc-problems__card-title,
.lc-problems__card:nth-child(5) .lc-problems__card-title {
	font-size: 21px;
	line-height: 24px;
}

.lc-problems__card-text {
	font-size: 15px;
	line-height: 23px;
	color: var(--lc-muted);
}

/* ---------- Що таке Learning Communities ---------- */

.lc-what {
	background: #FFFFFF;
}

.lc-what__title {
	margin-bottom: 64px;
}

.lc-what__card {
	position: relative;
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	border-radius: 24px;
	padding: 58px 44px 36px;
	box-shadow: var(--lc-card-shadow);
}

.lc-what__pin {
	position: absolute;
	top: 8px;
	left: 20px;
	line-height: 0;
}

.lc-what__pin svg {
	display: block;
}

.lc-what__text {
	font-size: 18px;
	line-height: 29px;
	color: var(--lc-muted);
	margin-bottom: 24px;
}

.lc-what__text strong {
	color: var(--lc-ink);
}

/* Панель спільноти (callgrid) */

.lc-what__community {
	background: linear-gradient(180deg, #14181D 0%, #1B2027 100%);
	border-radius: 24px;
	padding: 18px;
	box-shadow: 0px 22px 50px -22px rgba(0, 0, 0, 0.5);
}

.lc-what__community-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 14px;
}

.lc-what__tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.lc-what__tile {
	--lc-tile: #6698CB;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	background: var(--lc-tile);
	background: radial-gradient(120% 120% at 30% 20%, color-mix(in srgb, var(--lc-tile), #FFFFFF 25%) 0%, var(--lc-tile) 70%);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.lc-what__tile-av {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: var(--lc-tile);
}

.lc-what__tile-name {
	position: absolute;
	left: 8px;
	bottom: 8px;
	padding: 2px 8px;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(1px);
	border-radius: 999px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}

/* Активна плитка спікера (Maks): рамка, мікрофон, ховер, fancybox */

.lc-what__tile--speaker {
	cursor: pointer;
}

.lc-what__tile--speaker::after {
	content: '';
	position: absolute;
	inset: 2.5px;
	/* border: 2px solid var(--lc-tile); */
	border-radius: 9.5px;
	filter: brightness(1.35);
	pointer-events: none;
}

.lc-what__tile-mic {
	position: absolute;
	top: 7px;
	right: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--lc-tile);
	filter: brightness(1.15);
	z-index: 1;
}

.lc-what__tile--speaker:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0px 14px 28px -8px rgba(0, 0, 0, 0.55);
	filter: brightness(1.06);
	z-index: 2;
}

.lc-what__tile--speaker:hover .lc-what__tile-mic {
	animation: lc-mic-pulse 1.2s ease-in-out infinite;
}

@keyframes lc-mic-pulse {
	0%, 100% { transform: scale(1); }
	50%      { transform: scale(1.18); }
}

.lc-what__community-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}

.lc-what__community-chip {
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}

.lc-what__community-topic {
	font-size: 12.5px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.6);
}

/* ---------- Як це працює (timeline) ---------- */

.lc-how {
	background: var(--lc-dark);
}

.lc-how__title {
	color: #FFFFFF;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.lc-title.lc-formats__title {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}
.lc-how__text {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.74);
}

.lc-how__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.lc-how__step {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 24px 22px;
}

.lc-how__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 6px var(--lc-dark), 0px 12px 24px -8px rgba(0, 0, 0, 0.6);
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 18px;
}

/* Світлий фон бейджа (напр. #FFD100) — цифра темна */
.lc-how__badge--dark {
	color: #222222;
}

.lc-how__label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1.56px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.lc-how__step-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -0.18px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.lc-how__step-text {
	font-size: 14.5px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
}

/* ---------- Формати (жива палітра) ---------- */

.lc-formats {
	background: #FFFFFF;
}

.lc-formats__text {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: var(--lc-muted);
}

.lc-formats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lc-formats__card {
	display: flex;
	flex-direction: column;
	min-height: 280px;
	border-radius: 24px;
	padding: 22px;
	box-shadow: var(--lc-card-shadow);
}

.lc-formats__card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.26px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.lc-formats__card--light .lc-formats__card-title {
	color: #222222;
}

.lc-formats__card-inner {
	margin-top: auto;
	border-radius: 14px;
	padding: 16px;
	font-size: 15px;
	line-height: 22px;
	color: var(--lc-ink);
}

/* ---------- Підходить вам, якщо (who-cards) ---------- */

.lc-fits {
	background: var(--lc-dark);
}

.lc-fits__title {
	color: #FFFFFF;
	margin-bottom: 56px;
	max-width: 689px;
	margin-left: auto;
	margin-right: auto;
}

.lc-fits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.lc-fits__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	padding: 28px;
}

.lc-fits__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	margin-bottom: 18px;
	color: #FFFFFF;
}

/* Світлий фон іконки (напр. #FFD100) — галочка темна */
.lc-fits__icon--dark {
	color: #222222;
}

.lc-fits__card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: -0.19px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.lc-fits__card-text {
	font-size: 15px;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.7);
}

.lc-fits__card--cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 209, 0, 0.16) 0%, rgba(242, 128, 3, 0.1) 100%);
	border: 1px solid rgba(255, 209, 0, 0.32);
}

.lc-fits__card--cta .lc-fits__card-text {
	color: rgba(255, 255, 255, 0.85);
}

.lc-fits__card--cta .lc-btn {
	margin-top: 18px;
	padding: 11.625px 21.625px;
	font-size: 15px;
	line-height: 24px;
	align-self: flex-start;
}

/* ---------- Вигоди (results: компанія / люди) ---------- */

.lc-benefits {
	background: #FFFFFF;
}

.lc-benefits__title {
	max-width: 758px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 52px;
}

.lc-benefits__card {
	height: 100%;
	border-radius: 24px;
	padding: 36px 32px;
}

.lc-benefits__card--business {
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	box-shadow: var(--lc-card-shadow);
}

.lc-benefits__card--people {
	background: linear-gradient(180deg, #DFF1FA 0%, #F0F8FE 100%);
	border: 1px solid #C8E2F2;
	box-shadow: var(--lc-card-shadow);
}

.lc-benefits__label {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 999px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1.04px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.lc-benefits__card--business .lc-benefits__label {
	background: var(--lc-orange);
	color: #FFFFFF;
}

.lc-benefits__card--people .lc-benefits__label {
	background: var(--lc-yellow);
	color: #222222;
}

.lc-benefits__intro {
	font-size: 16px;
	line-height: 26px;
	color: var(--lc-muted);
	margin-bottom: 36px;
}

.lc-benefits__item {
	display: flex;
	gap: 16px;
	margin-bottom: 18px;
}

.lc-benefits__item:last-child {
	margin-bottom: 0;
}

.lc-benefits__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 12px;
}

.lc-benefits__card--business .lc-benefits__icon {
	background: var(--lc-green);
}

.lc-benefits__card--people .lc-benefits__icon {
	background: var(--lc-blue-bright);
}

.lc-benefits__icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.lc-benefits__item-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -0.17px;
	color: var(--lc-ink);
	margin-bottom: 4px;
}

.lc-benefits__item-text {
	font-size: 15px;
	line-height: 23px;
	color: var(--lc-muted);
}

/* ---------- Порівняльна таблиця (ctable) ---------- */

.lc-table {
	background: var(--lc-dark);
}
.lc-title.lc-team__title {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.lc-table__title {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

.lc-table__text {
	max-width: 720px;
	margin: 0 auto 52px;
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.74);
}

/* div.ctable-wrap */
.lc-table__wrap {
	overflow-x: auto;
	padding: 4px 0 0;
	border-radius: 24px;
}

/* table.ctable — скидаємо глобальні стилі теми (table {background:#fff} тощо) */
.lc-table__table,
.lc-table__table thead,
.lc-table__table tbody,
.lc-table__table tr {
	background: transparent;
	background-color: transparent;
	border: 0;
}

.lc-table__table {
	width: 100%;
	min-width: 760px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

/* Скидання глобальних td,th {padding:50px 23px; background:#fff} і table tr td {width:33vw; min-width:200px} */
.lc-table__table tr th,
.lc-table__table tr td {
	width: auto;
	min-width: 0;
	position: static;
	background: transparent;
	background-color: transparent;
	padding: 18px 22px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.74);
}

/* Ширини колонок з макета: 216 / 317 / 244 / 408 з 1184 */
.lc-table__table tr th:nth-child(1),
.lc-table__table tr td:nth-child(1) {
	width: 18%;
}

.lc-table__table tr th:nth-child(2),
.lc-table__table tr td:nth-child(2) {
	width: 27%;
}

.lc-table__table tr th:nth-child(3),
.lc-table__table tr td:nth-child(3) {
	width: 20.5%;
}

.lc-table__table tr th:nth-child(4),
.lc-table__table tr td:nth-child(4) {
	width: 34.5%;
}

/* Шапка */
.lc-table__table thead tr th {
	background: rgba(255, 255, 255, 0.04);
	background-color: rgba(255, 255, 255, 0.04);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	color: #FFFFFF;
	border-bottom: 0;
}

.lc-table__table thead tr th:first-child {
	border-radius: 16px 0 0 0;
}

.lc-table__table thead tr th.lc-table__highlight {
	background: var(--lc-orange);
	background-color: var(--lc-orange);
	border-radius: 0 16px 0 0;
	color: #FFFFFF;
}

/* Перша колонка (назва рядка) */
.lc-table__table tbody tr td.lc-table__label {
	background: rgba(255, 255, 255, 0.03);
	background-color: rgba(255, 255, 255, 0.03);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

/* Виділена колонка «Навчальна спільнота» */
.lc-table__table tbody tr td.lc-table__highlight {
	background: linear-gradient(180deg, rgba(242, 128, 3, 0.16) 0%, rgba(242, 128, 3, 0.05) 100%);
	color: #FFFFFF;
}

.lc-table__table tbody tr:last-child td {
	border-bottom: 0;
}

.lc-table__table tbody tr:last-child td.lc-table__highlight {
	border-radius: 0 0 16px 0;
}

.lc-table__table tbody tr:last-child td.lc-table__label {
	border-radius: 0 0 0 16px;
}

/* ---------- Команда (experts) ---------- */

.lc-team {
	background: #FFFFFF;
}

.lc-team__text {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: var(--lc-muted);
}

.lc-team__text strong {
	color: var(--lc-ink);
}

.lc-team__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.lc-team__card {
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--lc-card-shadow);
	display: flex;
	flex-direction: column;
}

.lc-team__photo {
	max-height: 280px;
	aspect-ratio: 1 / 1;
	background: var(--lc-blue);
}

.lc-team__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.lc-team__body {
	padding: 18px 22px 22px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.lc-team__link  {
	margin-top: auto;
}
.lc-team__name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -0.18px;
	color: var(--lc-ink);
	margin-bottom: 8px;
}

.lc-team__role {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: var(--lc-orange);
	margin-bottom: 12px;
	min-height: 42px;
}

.lc-team__desc {
	font-size: 14.5px;
	line-height: 22px;
	color: var(--lc-muted);
	margin-bottom: 14px;
}

.lc-team__link {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: var(--lc-blue-bright);
	text-decoration: none;
}

.lc-team__link:hover {
	color: var(--lc-blue-bright);
	text-decoration: underline;
}

/* ---------- FAQ (акордеон, саме для цього темплейта) ---------- */

.lc-faq {
	background: var(--lc-light);
}

.lc-faq__title {
	margin-bottom: 56px;
}

/* div.faq — акордеон на details/summary, стилі Bootstrap-акордеона теми сюди не дістають */

.lc-faq__list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	max-width: 864px;
	margin: 0 auto;
}

.lc-faq__item {
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	border-radius: 16px;
	box-shadow: var(--lc-card-shadow);
	transition: border-color 0.3s ease;
}

.lc-faq__item[open] {
	border-color: rgba(242, 128, 3, 0.4);
}

.lc-faq__summary {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 22px 26px;
	cursor: pointer;
	list-style: none;
}

.lc-faq__summary::-webkit-details-marker {
	display: none;
}

.lc-faq__summary::marker {
	content: '';
}

.lc-faq__question {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	color: var(--lc-ink);
}

/* span.faq__plus — плюс із двох рисок, у відкритого лишається мінус */

.lc-faq__plus {
	position: relative;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
}

.lc-faq__plus::before,
.lc-faq__plus::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 1.25px);
	height: 2.5px;
	background: var(--lc-orange);
	border-radius: 2px;
	transition: transform 0.3s ease;
}

.lc-faq__plus::after {
	transform: rotate(90deg);
}

.lc-faq__item[open] .lc-faq__plus::after {
	transform: rotate(0deg);
}

.lc-faq__answer {
	padding: 0 26px 22px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15.5px;
	line-height: 25px;
	color: var(--lc-muted);
	max-width: 862px;
}

.lc-faq__answer p {
	margin: 0 0 12px;
}

.lc-faq__answer p:last-child {
	margin-bottom: 0;
}

/* ---------- CTA-картка ---------- */

.lc-cta {
	background: var(--lc-light-blue);
	padding: 80px 0 100px;
}

.lc-cta__card {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 32px;
	padding: 64px 56px 56px;
	text-align: center;
	box-shadow: 0px 30px 80px -32px rgba(15, 30, 60, 0.25);
}
.lc-what__pin {
	filter: drop-shadow(2px 4px 6px #C2C5CC);
}
.lc-cta__pin {
	position: absolute;
	top: 16px;
	left: 30px;
	line-height: 0;
	filter: drop-shadow(2px 4px 6px #C2C5CC);
}

.lc-cta__pin svg {
	display: block;
}

.lc-cta__title {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin-bottom: 20px;
}

.lc-cta__text {
	max-width: 620px;
	margin: 0 auto 24px;
	font-size: 17px;
	line-height: 27px;
	color: var(--lc-ink);
}

.lc-cta__text p {
	margin-bottom: 14px;
}

/* ---------- Форма «Залишити заявку» ---------- */

.lc-form {
	background: #FFFFFF;
}

.lc-form__title {
	margin-bottom: 18px;
}

.lc-form__text {
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: var(--lc-muted);
	margin-bottom: 56px;
}

.lc-form__card {
	max-width: 658px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid var(--lc-border);
	border-radius: 24px;
	padding: 48px 45px 40px;
	box-shadow: var(--lc-card-shadow);
}

.lc-form__card label {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12.5px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--lc-ink);
	margin-bottom: 10px;
}

.lc-form__card input[type="text"],
.lc-form__card input[type="tel"],
.lc-form__card input[type="email"],
.lc-form__card textarea {
	width: 100%;
	background: var(--lc-light);
	border: 1px solid var(--lc-border);
	border-radius: 12px;
	padding: 14px 17px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: var(--lc-ink);
	margin-bottom: 24px;
	transition: border-color 0.3s ease;
}

.lc-form__card input:focus,
.lc-form__card textarea:focus {
	outline: none;
	border-color: var(--lc-blue);
}

.lc-form__card ::placeholder {
	color: #9AA5B1;
}

.lc-form__card textarea {
	min-height: 120px;
	resize: vertical;
}

.lc-form__card input[type="submit"],
.lc-form__card button[type="submit"] {
	display: block;
	margin: 6px auto 0;
	padding: 14.81px 27.625px 16.02px;
	min-width: 262px;
	background: #6698CB;
	border: 1px solid #6698CB;
	border-radius: 999px;
	box-shadow: 0px 10px 26px -10px rgba(102, 152, 203, 0.55);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease;
	max-width: 262px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lc-form__card input[type="submit"]:hover,
.lc-form__card button[type="submit"]:hover {
	background: #557FAA;
	border-color: #557FAA;
}

.lc-form__note {
	margin-top: 22px;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	color: var(--lc-muted);
}

.lc-form__card .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: -18px 0 14px;
}

/* ---------- Інші рішення Savvy (related-cards) ---------- */

.lc-solutions {
	background: var(--lc-dark);
	padding: 72px 0;
}

.lc-solutions__title {
	max-width: 588px;
	text-align: left;
	font-size: clamp(30px, 3.2vw, 40px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.lc-solutions__title .lc-accent {
	border-radius: 12px;
}

.lc-solutions__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.lc-solutions__card {
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 22px;
	transition: background 0.3s ease;
}

.lc-solutions__card:hover {
	background: rgba(255, 255, 255, 0.07);
}

.lc-solutions__badge {
	align-self: flex-start;
	padding: 4px 12px;
	border-radius: 999px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.lc-solutions__card-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.17px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.lc-solutions__card-text {
	font-size: 14px;
	line-height: 21px;
	color: rgba(255, 255, 255, 0.66);
	margin-bottom: 20px;
}

.lc-solutions__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: var(--lc-blue-bright);
	text-decoration: none;
}

.lc-solutions__link:hover {
	color: var(--lc-blue-bright);
	text-decoration: underline;
}

.lc-solutions__arrow {
	display: inline-flex;
	line-height: 0;
	transition: transform 0.25s ease;
}

.lc-solutions__link:hover .lc-solutions__arrow {
	transform: translate(2px, -2px);
}

/* ======================================
   Адаптивність
   ====================================== */

@media (max-width: 1199px) {
	.lc-how__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991px) {
	.lc-expert__title {
		max-width: 480px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.page-template-learning_communities-template  .navbar-toggler {
		filter: invert(1);
	}
	.page-template-learning_communities-template  .nav-link {
		color: #666;
	}
	.lc-page section {
		padding: 72px 0;
	}

	.lc-hero {
		padding: 110px 0 72px;
	}

	.lc-problems__card,
	.lc-problems__card:nth-child(4),
	.lc-problems__card:nth-child(5) {
		grid-column: span 3;
	}

	.lc-formats__grid,
	.lc-fits__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lc-team__grid,
	.lc-solutions__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lc-expert__title {
		text-align: center;
	}

	.lc-expert .col-lg-5 {
		text-align: center;
		margin-bottom: 40px;
	}

	.lc-what__card {
		margin-bottom: 32px;
	}

	.lc-benefits__card {
		height: auto;
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	
	.lc-hero__subtitle, .lc-expert__text,  .lc-how__text, .lc-formats__text, .lc-table__text, .lc-team__text {
		text-align: start;
	}
	.lc-clients__item img {
		max-width: 96px;
	}
	.lc-page section {
		padding: 56px 0;
	}

	.lc-hero {
		padding: 90px 0 56px;
	}

	.lc-hero__subtitle {
		font-size: 18px;
		line-height: 28px;
	}

	.lc-problems__grid {
		grid-template-columns: 1fr;
	}

	.lc-problems__card,
	.lc-problems__card:nth-child(4),
	.lc-problems__card:nth-child(5) {
		grid-column: span 1;
	}

	.lc-how__grid,
	.lc-formats__grid,
	.lc-fits__grid,
	.lc-team__grid,
	.lc-solutions__grid {
		grid-template-columns: 1fr;
	}

	.lc-expert__text,
	.lc-how__text,
	.lc-formats__text,
	.lc-table__text,
	.lc-team__text,
	.lc-form__text {
		font-size: 16px;
		line-height: 26px;
	}

	.lc-what__card {
		padding: 48px 24px 28px;
	}

	.lc-what__community {
		padding: 14px;
	}

	.lc-solutions__title {
		text-align: center;
	}

	.lc-cta__card {
		padding: 48px 24px 40px;
	}

	.lc-form__card {
		padding: 36px 20px 28px;
	}

	.lc-faq__summary {
		padding: 18px 20px;
	}

	.lc-faq__question {
		font-size: 16px;
		line-height: 24px;
	}

	.lc-faq__answer {
		padding: 0 20px 18px;
	}
}
@media (max-width: 350px) {
	.lc-benefits__item {
		flex-direction: column;
		margin-bottom: 32px;
	}
}
