@font-face {
	font-family: 'Museo Sans';
	src: url('archive/fonts/MuseoSans_900.otf') format('opentype');
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('archive/fonts/proximanova_regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Proxima Nova Bold';
	font-weight: 700;
	src: url('archive/fonts/proximanova_bold.otf') format('opentype');
}

h1,
h2,
h3,
h4 {
	font-family: 'Museo Sans';
	margin: 0 0 8px 0;
	font-weight: 700;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #fff;
	font-family: 'Proxima Nova', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.slide {
	max-width: 1600px;
	margin: 0 auto;
	padding: 36px 48px 48px;
	background: #000;
}

/* ── TOP ROW ── */
.top-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 18px;
}

/* LOGO BAR */
.logo-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.logo-omind {
	font-weight: 900;
	font-size: 1.9rem;
	letter-spacing: -0.04em;
	color: #fff;
}

.logo-x {
	font-size: 1.3rem;
	font-weight: 300;
	color: #fff;
	margin: 0 2px;
}

.aphp-block {
	display: flex;
	align-items: center;
	gap: 6px;
}

.aphp-text-left {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.aphp-heart-svg {
	width: 26px;
	height: 26px;
}

.aphp-text-right {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* TITLE BOX */
.title-box {
	border: 2.5px solid #fff;
	padding: 10px 16px;
	display: inline-block;
	max-width: 660px;
}

.title-box h1 {
	font-size: clamp(1.1rem, 1.75vw, 1.42rem);
	font-weight: 800;
	line-height: 1.35;
}

.title-box .subtitle {
	font-size: clamp(0.95rem, 1.32vw, 1.16rem);
	font-weight: 400;
	margin-top: 1px;
}

/* CIRCLE PHOTO */
.circle-photo {
	width: 170px;
	height: 170px;
	min-width: 170px;
	border-radius: 50%;
	border: 4px solid #F5C800;
	overflow: hidden;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.circle-photo .ph {
	font-size: 0.6rem;
	color: #555;
	text-align: center;
	padding: 8px;
	line-height: 1.5;
}

/* ── BADGE ── */
.badge {
	display: inline-block;
	background: #F5C800;
	color: #000;
	font-weight: 900;
	font-size: clamp(0.85rem, 1.5vw, 1.05rem);
	letter-spacing: 0.06em;
	padding: 5px 18px 4px;
	text-transform: uppercase;
	line-height: 1.2;
}

/* ── GOAL ── */
.goal-section {
	margin-bottom: 20px;
}

.goal-card {
	border: 2px solid #fff;
	padding: 14px 20px;
	background: #000;
}

.goal-card p {
	font-size: clamp(1.06rem, 1.6vw, 1.25rem);
	font-weight: 400;
	line-height: 1.72;
	text-align: justify;
}

.hl {
	color: #F5C800;
	font-weight: 700;
}

.ul {
	text-decoration: underline;
}

/* ── BOTTOM GRID ── */
.bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 2px solid #fff;
}

.col-left {
	border-right: 2px solid #fff;
}

.col-right {}

.col-head {
	padding: 10px 16px 0;
}

.col-body {
	padding: 8px 16px 16px;
}

/* Program */
.prog-title {
	font-size: clamp(1.06rem, 1.5vw, 1.25rem);
	font-weight: 800;
	margin-bottom: 2px;
}

.prog-sub {
	font-size: clamp(0.88rem, 1.18vw, 1.02rem);
	font-weight: 500;
	color: #F5C800;
	margin-bottom: 12px;
}

.steps {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.step {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px;
	align-items: start;
}

.step-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.num {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #F5C800;
	color: #000;
	font-weight: 900;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.arr {
	color: #F5C800;
	font-size: 1rem;
	margin-top: 3px;
	line-height: 1;
}

.step-content {}

.step-img-row {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 6px;
}

.step-thumb {
	width: 80px;
	height: 52px;
	object-fit: cover;
	border-radius: 3px;
	background: #2a2a2a;
	flex-shrink: 0;
}

.step-thumb-ph {
	width: 80px;
	height: 52px;
	background: #222;
	border: 1px dashed #444;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.55rem;
	color: #555;
	text-align: center;
	flex-shrink: 0;
	line-height: 1.3;
	padding: 4px;
}

.step-heading {
	font-size: clamp(1.02rem, 1.44vw, 1.18rem);
	font-weight: 700;
	color: #F5C800;
	margin-bottom: 4px;
}

.step-list {
	list-style: disc;
	padding-left: 14px;
}

.step-list li {
	font-size: clamp(0.9rem, 1.24vw, 1.04rem);
	line-height: 1.55;
	margin-bottom: 1px;
}

/* Results */
.res-title {
	font-size: clamp(1.04rem, 1.44vw, 1.21rem);
	font-weight: 800;
	margin-bottom: 12px;
}

.group {
	margin-bottom: 12px;
}

.group-label {
	font-size: clamp(0.92rem, 1.26vw, 1.08rem);
	font-weight: 700;
	font-style: italic;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 8px;
}

.group-label .arrow {
	color: #fff;
	font-style: normal;
}

.stat {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 6px;
	align-items: start;
	margin-bottom: 6px;
}

.pct {
	font-size: clamp(1.5rem, 2.55vw, 2rem);
	font-weight: 900;
	color: #F5C800;
	line-height: 1;
	white-space: nowrap;
}

.stat-desc {
	font-size: clamp(0.9rem, 1.24vw, 1.06rem);
	line-height: 1.5;
}

.stat-desc strong {
	color: #F5C800;
	font-weight: 700;
}

hr.divider {
	border: none;
	border-top: 1px solid #3a3a3a;
	margin: 10px 0;
}

.compassion {
	font-size: clamp(0.9rem, 1.24vw, 1.06rem);
	line-height: 1.5;
	margin-top: 4px;
}

.compassion strong {
	font-weight: 800;
}

.conclusion {
	background: #F5C800;
	color: #000;
	text-align: center;
	padding: 9px 14px;
	font-size: clamp(0.95rem, 1.36vw, 1.14rem);
	font-weight: 800;
	line-height: 1.45;
	margin-top: 12px;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
	.slide {
		padding: 18px 16px 28px;
	}

	.top-row {
		flex-direction: column-reverse;
		align-items: center;
	}

	.circle-photo {
		width: 110px;
		height: 110px;
		min-width: 110px;
	}

	.bottom-grid {
		grid-template-columns: 1fr;
	}

	.col-left {
		border-right: none;
		border-bottom: 2px solid #fff;
	}
}