@import url('course-prolips.css');

.page--course-proage-2026 {
	--p26-bg: #F6F2EE;
	--p26-text: #22181B;
	--p26-line: #DDD6CF;
	--p26-gray: #A3A3A3;
	--p26-card: #FFFBF8;
	background: var(--p26-bg);
	color: var(--p26-text);
}

.proage-2026-section-title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: var(--p26-text);
}

/* Per-section heading sizes from the desktop layout (node 4001:789) */
@media (min-width: 768px) {
	.proage-2026-features .proage-2026-section-title {
		font-size: 28px;
	}

	.proage-2026-speakers .proage-2026-section-title,
	.proage-2026-flow .proage-2026-section-title {
		font-size: 24px;
	}

	.proage-2026-program .proage-2026-section-title {
		font-size: 38px;
	}

	.proage-2026-pricing__label {
		font-size: 24px;
	}
}

/* Hero */

.proage-2026-hero {
	position: relative;
	min-height: 800px;
	overflow: hidden;
	background: #22181B;
	color: #fff;
}

.proage-2026-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

.proage-2026-hero picture {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.proage-2026-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.proage-2026-hero .hero__nav {
	position: relative;
	left: auto;
	transform: none;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.proage-2026-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 168px;
	padding-bottom: 96px;
}

.proage-2026-hero__eyebrow,
.proage-2026-hero__title,
.proage-2026-hero__lead {
	max-width: 925px;
}

.proage-2026-hero__eyebrow {
	margin: 0 0 30px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #F3F2EE;
}

.proage-2026-hero__title {
	margin: 0 0 10px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 500;
	font-size: 54px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #F3F2EE;
}

.proage-2026-hero__lead {
	margin: 0 0 24px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #F3F2EE;
}

.proage-2026-hero__text {
	margin: 0 0 64px;
	max-width: 741px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}

.proage-2026-hero__text p {
	margin: 0 0 20px;
}

.proage-2026-hero__text p:last-child {
	margin-bottom: 0;
}

.proage-2026-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.proage-2026-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 12px 24px;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.proage-2026-btn--outline-light {
	border: 1px solid #fff;
	color: #fff;
}

.proage-2026-btn--solid-light {
	border: 1px solid #fff;
	background: #fff;
	color: var(--p26-text);
}

/* Silver Economy */

.proage-2026-silver {
	padding-top: 80px;
	padding-bottom: 40px;
}

.proage-2026-silver__title {
	max-width: 1000px;
	margin: 0 auto 40px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: var(--p26-text);
}

.proage-2026-silver__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.proage-2026-silver__item {
	padding: 0 20px;
	border-left: 1px solid var(--p26-line);
	text-align: center;
}

.proage-2026-silver__item:first-child {
	border-left: none;
}

.proage-2026-silver__item h3,
.proage-2026-silver__item p {
	display: inline;
	margin: 0;
	font-family: 'Unbounded', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.3;
	color: var(--p26-text);
}

.proage-2026-silver__item h3::after {
	content: ' ';
}

/* Audience (photo section) */

.proage-2026-audience {
	position: relative;
	margin-top: 40px;
	overflow: hidden;
	padding: 60px 0;
	background: #22181B;
	color: #fff;
}

.proage-2026-audience::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.proage-2026-audience__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.proage-2026-audience__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.proage-2026-audience__heading h2 {
	margin: 0;
	max-width: 400px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #fff;
}

.proage-2026-audience__kicker {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}

.proage-2026-audience__body {
	max-width: 714px;
}

.proage-2026-audience__body h3 {
	margin: 0 0 32px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
}

/* 6-column track so the first row splits in thirds and the second in halves */
.proage-2026-audience__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	row-gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.proage-2026-audience__list li {
	padding: 0 20px 24px;
	border-bottom: 1px solid var(--p26-gray);
	border-left: 1px solid var(--p26-gray);
	border-right: 1px solid var(--p26-gray);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}

.proage-2026-audience__list li:nth-child(-n+3) {
	grid-column: span 2;
}

.proage-2026-audience__list li:nth-child(n+4) {
	grid-column: span 3;
}

/* Feature strip */

.proage-2026-features {
	padding: 80px 0;
}

/* Rails on the outer edges, one hairline between cells — no top/bottom rule (layout 4001:1205) */
.proage-2026-features__grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 0 20px;
	border-left: 1px solid var(--p26-line);
	border-right: 1px solid var(--p26-line);
}

.proage-2026-feature {
	padding-left: 20px;
	border-left: 1px solid var(--p26-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.proage-2026-feature:first-child {
	padding-left: 0;
	border-left: none;
}

.proage-2026-feature__icon {
	width: 40px;
	height: 40px;
	display: block;
}

.proage-2026-feature__icon img,
.proage-2026-feature__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.proage-2026-feature p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

/* Speakers */

.proage-2026-speakers {
	padding-bottom: 80px;
}

.proage-2026-speakers__row {
	margin-top: 40px;
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x proximity;
}

.proage-2026-speaker-card {
	flex: 0 0 235px;
	scroll-snap-align: start;
}

.proage-2026-speaker-card img {
	width: 235px;
	height: 324px;
	object-fit: cover;
	display: block;
}

.proage-2026-speaker-card__placeholder {
	width: 235px;
	height: 324px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--p26-line);
	color: var(--p26-text);
	font-family: 'Unbounded', sans-serif;
	font-size: 40px;
}

.proage-2026-speaker-card h3 {
	margin: 16px 0 0;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 19px;
}

.proage-2026-speaker-card p {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid var(--p26-line);
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

/* Program list */

.proage-2026-program {
	padding-bottom: 60px;
}

.proage-2026-program__list {
	margin-top: 40px;
}

.proage-2026-program__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid var(--p26-line);
}

.proage-2026-program__num {
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	color: var(--p26-text);
	flex: 0 0 auto;
}

.proage-2026-program__topic {
	flex: 1 1 480px;
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--p26-text);
}

.proage-2026-program__speaker {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: var(--p26-text);
	opacity: 0.7;
	white-space: nowrap;
}

.proage-2026-program__row--bold .proage-2026-program__topic {
	font-weight: 700;
}

.proage-2026-program__speaker--multi {
	text-align: right;
	line-height: 1.3;
}

.proage-2026-program__speaker img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.proage-2026-program__speaker-placeholder {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--p26-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Unbounded', sans-serif;
	font-size: 13px;
}

.proage-2026-program__more {
	display: none;
}

.proage-2026-program__toggle-input:checked ~ .proage-2026-program__list .proage-2026-program__more {
	display: block;
}

.proage-2026-program__toggle-label {
	display: block;
	margin-top: 24px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration: underline;
	color: var(--p26-text);
	cursor: pointer;
}

.proage-2026-program__toggle-input:checked ~ .proage-2026-program__toggle-label {
	display: none;
}

/* Chain — mobile-only alternate to the desktop 4-step flow */

.proage-2026-chain {
	display: none;
	padding-bottom: 60px;
	text-align: center;
}

.proage-2026-chain__title {
	margin: 0 0 12px;
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--p26-text);
}

.proage-2026-chain__lead {
	margin: 0 0 32px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: var(--p26-text);
}

.proage-2026-chain__card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 24px;
	background: #fff;
}

.proage-2026-chain__chip {
	padding: 8px 10px;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	color: var(--p26-text);
}

.proage-2026-chain__arrow {
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: var(--p26-text);
}

.proage-2026-chain__arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Pricing */

.proage-2026-pricing {
	max-width: 610px;
	border: 1px solid var(--p26-gray);
	margin-bottom: 80px;
}

.proage-2026-pricing__label {
	padding: 24px 32px;
	font-family: 'Unbounded', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: var(--p26-text);
}

.proage-2026-pricing__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 32px;
	background: var(--p26-text);
}

.proage-2026-pricing__price {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #F6F2EE;
}

.proage-2026-pricing__btn-suffix {
	display: none;
}

/* Flow (4-step) */

.proage-2026-flow {
	padding-bottom: 80px;
	text-align: center;
}

.proage-2026-flow .proage-2026-section-title {
	margin-bottom: 12px;
}

.proage-2026-flow__lead {
	max-width: 620px;
	margin: 0 auto 40px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: var(--p26-text);
}

.proage-2026-flow__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.proage-2026-flow__item {
	flex: 1 1 240px;
	max-width: 286px;
}

.proage-2026-flow__item p {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	color: var(--p26-text);
}

.proage-2026-flow__arrow {
	display: inline-flex;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: var(--p26-text);
}

.proage-2026-flow__arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* FAQ header spacing matches shared course-prolips-faq styling */

.proage-2026-faq {
	padding-bottom: 60px;
}

@media (max-width: 1199px) {
	.proage-2026-hero {
		min-height: 700px;
	}

	.proage-2026-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.proage-2026-audience__list li:nth-child(-n+3),
	.proage-2026-audience__list li:nth-child(n+4) {
		grid-column: span 3;
	}
}

@media (max-width: 767px) {
	.proage-2026-hero {
		min-height: 812px;
	}

	.proage-2026-hero__bg {
		transform: scaleX(-1);
	}

	/* Layout uses 16px gutters on 375px, not the shared 12px */
	.page--course-proage-2026 .container {
		width: min(100% - 32px, 1240px);
	}

	.proage-2026-features,
	.proage-2026-speakers,
	.proage-2026-flow {
		display: none;
	}

	.proage-2026-chain {
		display: block;
	}

	.proage-2026-chain {
		text-align: left;
	}

	.proage-2026-chain__lead {
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.proage-2026-chain__card {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 20px 16px;
	}

	.proage-2026-chain__chip {
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 6px 0;
		font-size: 20px;
		text-align: left;
	}

	/* Arrow sits in a fixed left column so every phrase lines up (layout: clip314) */
	.proage-2026-chain__chip::before {
		content: '';
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2322181B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2V14M8 14L3 9M8 14L13 9'/%3E%3C/svg%3E") center / contain no-repeat;
	}

	.proage-2026-chain__arrow {
		display: none;
	}

	.proage-2026-hero__content {
		padding-top: 132px;
		padding-bottom: 40px;
	}

	.proage-2026-hero__eyebrow {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.proage-2026-hero__title {
		font-size: 27px;
	}

	.proage-2026-hero__lead {
		font-size: 16px;
	}

	.proage-2026-section-title {
		font-size: 20px;
	}

	.proage-2026-audience__heading h2 {
		max-width: 100%;
		font-size: 20px;
	}

	.proage-2026-audience__kicker {
		margin-bottom: 0;
		font-size: 20px;
	}

	.proage-2026-audience__body h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.proage-2026-chain__title {
		font-size: 18px;
		line-height: 1.39;
	}

	.proage-2026-audience__year {
		display: none;
	}

	.proage-2026-pricing__btn-suffix {
		display: inline;
	}

	.proage-2026-hero__actions {
		width: 100%;
		flex-direction: column;
	}

	.proage-2026-hero__actions .btn {
		width: 100%;
	}

	.proage-2026-silver__title {
		font-size: 18px;
		text-align: left;
	}

	.proage-2026-silver__list {
		grid-template-columns: 1fr;
	}

	.proage-2026-silver__item {
		padding: 24px 0;
		border-left: none;
		border-bottom: 1px solid var(--p26-line);
		text-align: left;
	}

	.proage-2026-silver__item h3,
	.proage-2026-silver__item p {
		display: block;
		font-family: 'Inter', sans-serif;
	}

	.proage-2026-silver__item h3 {
		font-weight: 600;
		font-size: 20px;
		line-height: 1.1;
	}

	.proage-2026-silver__item h3::after {
		content: none;
	}

	.proage-2026-silver__item p {
		margin-top: 16px;
		font-weight: 400;
		font-size: 16px;
	}

	.proage-2026-audience__list,
	.proage-2026-features__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.proage-2026-audience__list li:nth-child(-n+3),
	.proage-2026-audience__list li:nth-child(n+4) {
		grid-column: auto;
	}

	.proage-2026-audience__list li,
	.proage-2026-feature {
		border-left: none !important;
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.proage-2026-audience__list li {
		padding: 24px 0;
	}

	.proage-2026-features__grid {
		border: none;
	}

	.proage-2026-feature {
		border-bottom: 1px solid var(--p26-line);
		padding: 24px 0;
	}

	/* Speakers block is hidden on mobile, so the program lands straight under the audience photo */
	.proage-2026-program {
		padding-top: 40px;
	}

	.proage-2026-program__row {
		flex-direction: column;
		align-items: flex-start;
	}

	.proage-2026-program__topic {
		flex: 1 1 auto;
		width: 100%;
	}

	.proage-2026-program__speaker {
		margin-left: 0;
	}

	.proage-2026-pricing {
		max-width: 100%;
	}

	.proage-2026-pricing__label {
		padding: 20px 22px;
	}

	/* Price and button stay on one row; the button keeps its own width (layout 4015:526) */
	.proage-2026-pricing__bar {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 16px;
		padding: 16px;
	}

	.proage-2026-pricing__price {
		font-size: 21px;
	}

	.proage-2026-pricing__bar .btn {
		flex: 0 0 141px;
		width: 141px;
		padding: 12px 8px;
	}

	.page--course-proage-2026 .footer__contacts {
		text-align: left;
	}

	.page--course-proage-2026 .footer__contacts h3 {
		margin-left: 0;
	}

	.page--course-proage-2026 .footer__social {
		justify-content: flex-start;
	}
}
