@charset "utf-8";
/* Centerleader.org | 2027 Conference CSS */

/* ---- CONFERENCE HERO ---- */
.conference-hero {
	background: #101d3b;
	padding: 70px 0 28px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-shadow: none;
}

.conference-hero::after {
	content: none;
}

.conference-hero-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 95px;
	align-items: center;
	position: relative;
	z-index: 3;
}

.conference-copy {
	max-width: 610px;
}

.conference-eyebrow {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: #1edcb8;
	margin: 0 0 25px;
	line-height: 1.4;
}

.conference-copy h1 {    
    color: #fff;
    font-size: clamp(48px, 4.2vw, 66px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	margin-bottom: 24px;
}

.conference-copy h1 span {
	font-family: Verdana;
    font-size: 48px;
    color: #438E88;
}

.conference-desc {
    color: #fff;
	max-width: 600px;
	font-size: 17px;
	line-height: 1.65;
}

.conference-meta {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 28px;
	margin: 26px 0 30px;
}

.conference-meta span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #8fa2c6;
	white-space: nowrap;
}

.conference-meta span::before {
	content: none;
}

.conference-meta img {
	width: 17px;
	height: 17px;
	object-fit: contain;
}

.conference-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 18px;
}

.conference-btn {
	height: 48px;
	background: #249ca4;
	border-radius: 7px;
	padding: 3px 28px;
}

/* commented out as client does not want to use yet
.conference-link {
	color: #d7deef;
	font-size: 15px;
	border-bottom: 1px solid rgba(215,222,239,.55);
}
*/

.conference-link:hover {
	color: #1edcb8;
}

.conference-note {
	font-size: 13px;
	line-height: 1.6;
	color: #687999;
	margin: 0;
}

.conference-visual {
	position: relative;
}

.conference-visual img {
	width: 100%;
	height: 455px;
	border-radius: 9px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 24px 55px rgba(0,0,0,.35);
}

.conference-glow-box {
	position: absolute;
	left: -18px;
	bottom: -18px;
	width: 88px;
	height: 88px;
	border: 1px solid rgba(30,220,184,.45);
	border-radius: 12px;
	background: rgba(30,220,184,.06);
	backdrop-filter: blur(1px);
}

/* ---- HERO PARTNER STRIP ---- */
.conference-partner-strip {
	background:
		linear-gradient(
			to bottom,
			#101d3b 0px,
			rgba(16,29,59,.92) 20px,
			rgba(16,29,59,.62) 55px,
			rgba(16,29,59,.25) 90px,
			rgba(255,255,255,.82) 125px,
			#fff 165px
		);
	padding: 100px 0 58px;
	margin-top: -1px;
	border-bottom: 1px solid #e8ebf0;
	position: relative;
	z-index: 1;
}

.conference-partner-strip::before {
	content: none;
}

.conference-partner-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.conference-partner-item {
	display: flex;
	align-items: center;
	gap: 18px;
}

.conference-partner-item img {
	width: 150px;
	height: auto;
}

.conference-partner-item strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #101d3b;
	margin-bottom: 3px;
}

.conference-partner-item p {
	font-size: 13px;
	line-height: 1.5;
	color: #53627d;
	margin: 0;
}

.unf-badge {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: #101d3b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 800;
}

/* ---- WHY THIS CONFERENCE ---- */
.why-conference {
	background: #f6f8fb;
	padding: 90px 0;
}

.why-conference-inner {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 32px;
}

.why-conference h2 {
	font-size: clamp(42px, 4.5vw, 54px);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #101827;
	margin: 0 0 26px;
}

.why-conference-intro {
	font-size: 17px;
	line-height: 1.75;
	color: #53627d;
	margin: 0 0 42px;
}

.conference-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 34px;
}

.compare-card {
	border-radius: 10px;
	padding: 30px;
}

.compare-card.light {
	background: #fff;
	border: 1px solid #e2e7ef;
}

.compare-card.dark {
	background: #101d3b;
	color: #fff;
}

.compare-card h3 {
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 20px;
	color: #53627d;
}

.compare-card.dark h3 {
	color: #1ca5a8;
}

.compare-card ul {
	margin: 0;
	padding-left: 18px;
}

.compare-card li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.9;
	color: #53627d;
}

.compare-card.dark li {
	color: #fff;
}

.compare-card.dark li::marker {
	color: #1edcb8;
}

.why-small {
	font-size: 14px;
	line-height: 1.7;
	color: #53627d;
	margin: 0 0 14px;
}

.why-bold {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #101827;
	margin: 0;
}

/* ---- WORK COMPLETED ---- */
.work-completed {
	background: #eef2f7;
	padding: 92px 0 86px;
}

.work-completed-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}

.work-completed h2 {
	font-size: clamp(42px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 24px;
}

.work-completed-intro {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.65;
	color: #53627d;
	margin: 0 0 52px;
}

.work-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin-bottom: 36px;
}

.work-card {
	background: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 10px;
	padding: 28px;
	min-height: auto;
}

.work-card h3 {
	font-size: 17px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
	color: #101827;
	margin: 0 0 12px;
}

.work-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #53627d;
	margin: 0;
}

.work-completed-bold {
	text-align: center;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #101827;
	margin: 0;
}

/* ---- APPLICATION AGENDA ---- */
.application-agenda {
	background: #f6f8fb;
	padding: 95px 0 85px;
}

.application-agenda-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}

.application-agenda h2 {
	font-size: clamp(42px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 24px;
}

.application-agenda-intro {
	max-width: 680px;
	font-size: 18px;
	line-height: 1.65;
	color: #53627d;
	margin: 0 0 50px;
}

.agenda-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 36px;
}

.agenda-step {
	position: relative;
	background: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 10px;
	padding: 40px;
	min-height: auto;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(16,24,39,.04);
}

.agenda-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #249ca4;
	transform: scaleX(.5);
	transform-origin: left;
	transition: transform .3s ease;
}

.agenda-step:hover::before {
	transform: scaleX(1);
}

.agenda-step {
	transition: box-shadow .3s ease, transform .3s ease;
}

.agenda-step:hover {
	box-shadow: 0 12px 24px rgba(16,24,39,.08);
}

.step-number {
	position: absolute;
	top: 22px;
	right: 28px;
	font-family: 'Figtree', sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 800;
	color: rgba(36,156,164,.08);
}

.step-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #249ca4;
	line-height: 1.2;
	margin: 0 0 8px;
}

.agenda-step h3 {
	font-size: 19px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: 0;
	color: #101827;
	margin: 0 0 16px;
}

.agenda-step p:not(.step-label) {
	font-size: 15px;
	line-height: 1.6;
	color: #53627d;
	margin: 0;
}

.confidentiality-note {
	max-width: 680px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 9px;
	padding: 20px 34px;
	text-align: center;
}

.confidentiality-note p {
	font-size: 15px;
	line-height: 1.55;
	color: #53627d;
	margin: 0;
}

.confidentiality-note strong {
	color: #101827;
}

/* ---- WORK AREAS ---- */
.work-areas {
	background: #eef2f7;
	padding: 95px 0 85px;
}

.work-areas-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}

.work-areas h2 {
	font-size: clamp(42px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 48px;
}

.work-area-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 22px;
	margin-bottom: 38px;
}

.work-area-card {
	background: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 10px;
	padding: 24px 28px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #101827;
	transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.work-area-card:hover {
	background: rgba(36,156,164,.04);
	border-color: rgba(36,156,164,.45);
	transform: translateY(-2px);
}

.work-areas-note {
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	color: #53627d;
	margin: 0;
}

/* ---- WHO SHOULD APPLY ---- */
.who-should-apply {
	background: #f6f8fb;
	padding: 92px 0;
}

.who-should-inner {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 32px;
}

.who-should-apply h2 {
	font-size: clamp(42px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 24px;
}

.who-intro {
	font-size: 17px;
	line-height: 1.65;
	color: #53627d;
	margin: 0 0 36px;
}

.who-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 46px;
	align-items: start;
	margin-bottom: 30px;
}

.who-list h3,
.who-card h3 {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #249ca4;
	margin: 0 0 14px;
}

.who-list ul,
.who-card ul {
	margin: 0;
	padding-left: 18px;
}

.who-list li,
.who-card li {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 9px;
	color: #101827;
}

.who-list li::marker,
.who-card li::marker {
	color: #249ca4;
}

.who-card {
	background: #101d3b;
	border-radius: 10px;
	padding: 28px 30px;
}

.who-card li {
	color: #fff;
}

.who-note {
	font-size: 15px;
	line-height: 1.6;
	color: #53627d;
	margin: 0 0 28px;
}

.who-btn {
	height: 46px;
	background: #249ca4;
	border-radius: 7px;
	padding: 3px 30px;
	box-shadow: 0 12px 22px rgba(36,156,164,.18);
}

/* ---- FEE AND LOCATION ---- */
.fee-location {
	background: #eef2f7;
	padding: 95px 0 90px;
}

.fee-location-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 32px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 58px;
	position: relative;
}

.fee-card {
	background: #101d3b;
	border-radius: 10px;
	padding: 34px 24px;
	text-align: center;
	margin-bottom: 26px;
}

.fee-card div {
	font-family: 'Figtree', sans-serif;
	font-size: 64px;
	line-height: 1;
	font-weight: 800;
	color: #249ca4;
	margin-bottom: 10px;
}

.fee-card span {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #fff;
}

.fee-column p,
.location-column p {
	font-size: 15px;
	line-height: 1.65;
	color: #53627d;
	margin: 0 0 20px;
}

.location-column img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(16,24,39,.16);
	margin-bottom: 24px;
}

.location-column h2 {
	font-size: 25px;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: #101827;
	margin: 0 0 16px;
}

.fee-location-btn {
	grid-column: 1 / -1;
	justify-self: center;
	height: 48px;
	background: #249ca4;
	border-radius: 7px;
	padding: 3px 34px;
	box-shadow: 0 12px 22px rgba(36,156,164,.2);
	margin-top: 8px;
}

/* ---- BUILT FOR CENTER LEADERS ---- */
.built-for-leaders {
	background: #f6f8fb;
	padding: 95px 0 105px;
}

.built-for-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 32px;
}

.built-for-leaders h2 {
	font-size: clamp(42px, 4.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 42px;
}

.built-for-grid {
	display: grid;
	grid-template-columns: 170px 1fr 44px 1.25fr;
	gap: 20px;
	align-items: start;
}

.built-logo img {
	width: 160px;
	height: auto;
}

.built-for-grid p {
	font-size: 15px;
	line-height: 1.65;
	color: #53627d;
	margin: 0;
}

.built-for-grid .unf-badge {
	width: 42px;
	height: 42px;
	border-radius: 8px;
}

.apply-faq {
	background: #eef2f7;
	padding: 90px 0;
}

.apply-card {
	max-width: 680px;
	margin: 0 auto 58px;
	padding: 38px 56px;
	background: #fff;
	border: 1px solid #e1e7ef;
	border-radius: 10px;
	text-align: center;
}

.apply-card h2,
.faq-wrap h2 {
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #101827;
	margin: 0 0 22px;
}

.apply-card p {
	font-size: 15px;
	line-height: 1.65;
	color: #53627d;
	margin: 0 0 18px;
}

.apply-card-btn {
	height: 54px;
	background: #249ca4;
	border-radius: 7px;
	padding: 4px 38px;
	margin: 8px 0 20px;
	box-shadow: 0 12px 22px rgba(36,156,164,.22);
}

.apply-small {
	font-size: 13px !important;
	margin-bottom: 0 !important;
}

.faq-wrap {
	max-width: 880px;
	margin: 0 auto;
}

.faq-wrap h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.045em;
	color: #101827;
	margin: 0 0 38px;
}

.faq-item {
	background: #fff;
	border: 1px solid #dfe5ec;
	border-radius: 14px;
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: none;
}

.faq-question {
	width: 100%;
	min-height: 64px;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #020b1f;
	cursor: pointer;
	background: #fff;
	border: 0;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
}

.faq-question span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #eef2f7;
	color: #53627d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	flex-shrink: 0;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 24px;
	transition: max-height .25s ease, padding .25s ease;
}

.faq-answer p {
	font-size: 16px;
	line-height: 1.55;
	color: #3f5577;
	margin: 0;
}

.faq-item.open .faq-answer {
	max-height: 220px;
	padding: 0 24px 24px;
}

.faq-item.open .faq-question span {
	background: #dff5f7;
	color: #249ca4;
}

/* ---- FINAL CTA ---- */
.conference-final-cta {
	background: #101d3b;
	padding: 95px 0 110px;
	text-align: center;
}

.final-cta-inner {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 32px;
}

.conference-final-cta h2 {
	font-size: clamp(42px, 4.6vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.045em;
	color: #fff;
	margin: 0 0 26px;
}

.final-cta-desc {
	font-size: 17px;
	line-height: 1.65;
	color: #d7deef;
	margin: 0 0 28px;
}

.final-cta-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 26px;
	max-width: 460px;
	margin: 0 auto 34px;
}

.final-cta-meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #8fa2c6;
	white-space: nowrap;
}

.final-cta-meta img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	flex-shrink: 0;
}

.final-cta-btn {
	height: 54px;
	background: #249ca4;
	border-radius: 7px;
	padding: 4px 38px;
	box-shadow: 0 12px 22px rgba(0,0,0,.22);
	margin-bottom: 20px;
}

.final-cta-note {
	font-size: 13px;
	line-height: 1.6;
	color: #687999;
	margin: 0;
}

/* ---- CONFERENCE FOOTER ---- */
.conference-footer {
	background: #101d3b;
	padding: 20px 0 70px;
}

.conference-footer-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 120px;
}

.conference-footer-brand img {
	width: 140px;
	background: #fff;
    padding: 10px;
	border-radius: 6px;
	margin-bottom: 24px;
}

.conference-footer-brand p,
.conference-footer-col p,
.conference-footer-col a {
	display: block;
	font-size: 15px;
	line-height: 1.65;
	color: #8fa2c6;
	margin: 0 0 12px;
	font-weight: 500;
}

.conference-footer-col h3 {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 22px;
}

.conference-footer-col a:hover {
	color: #1edcb8;
}

.conference-footer-btn {
	display: inline-flex !important;
	width: fit-content;
	height: 42px;
	background: #249ca4;
	color: #fff !important;
	border-radius: 7px;
	padding: 3px 24px;
	margin-top: 8px !important;
}