.emm-wrap,
.emm-application {
	box-sizing: border-box;
	color: #1c1d1f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1180px;
	padding: 32px 18px;
}

.emm-marketplace {
	box-sizing: border-box;
	color: #111827;
	font-family: inherit;
	margin: 0 auto;
	max-width: 1320px;
	padding: 24px 18px 64px;
}

.emm-marketplace *,
.emm-application * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.emm-marketplace-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #e6e9f0;
	border-radius: 26px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	display: flex;
	gap: 22px;
	justify-content: flex-start;
	margin: 0 auto 34px;
	max-width: 1200px;
	padding: 13px 16px 13px 22px;
	position: relative;
	z-index: 2;
}

.emm-marketplace-brand {
	align-items: center;
	color: #0b1324;
	display: inline-flex;
	font-size: 22px;
	font-weight: 900;
	gap: 12px;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.emm-marketplace-brand img {
	display: block;
	height: 46px;
	max-width: 230px;
	object-fit: contain;
	width: auto;
}

.emm-marketplace-brand strong {
	color: #5578f6;
}

.emm-brand-mark {
	align-items: center;
	background: #eef3ff;
	border: 1px solid #d9e4ff;
	border-radius: 12px;
	color: #5578f6;
	display: inline-flex;
	font-size: 16px;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.emm-marketplace-nav__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	justify-content: center;
	margin-left: auto;
}

.emm-marketplace-nav__links a {
	color: #4b5563;
	font-family: inherit;
	font-size: 16px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	user-select: none;
}

.emm-marketplace-nav__links a:hover,
.emm-marketplace-nav__links a:focus {
	color: #111827;
}

.emm-marketplace-nav__cta,
.emm-platform-card__button {
	align-items: center;
	background: #5578f6;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(85, 120, 246, 0.25);
	color: #ffffff;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	text-decoration: none;
	user-select: none;
	white-space: nowrap;
}

.emm-marketplace-nav__cta {
	margin-left: 14px;
}

.emm-marketplace-nav__cta:hover,
.emm-marketplace-nav__cta:focus,
.emm-platform-card__button:hover,
.emm-platform-card__button:focus {
	background: #4167ef;
	color: #ffffff;
	text-decoration: none;
}

.emm-marketplace-hero {
	border-bottom: 1px solid #e6e9f0;
	margin: 0 calc(50% - 50vw) 0;
	padding: 16px max(18px, calc(50vw - 660px)) 76px;
	text-align: center;
}

.emm-hero-pill {
	align-items: center;
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	color: #5578f6;
	display: inline-flex;
	font-family: inherit;
	font-size: 17px;
	font-weight: 750;
	gap: 10px;
	line-height: 1;
	margin-bottom: 28px;
	padding: 12px 20px;
	user-select: none;
}

.emm-hero-pill span,
.emm-dot {
	border-radius: 999px;
	display: inline-flex;
	height: 9px;
	width: 9px;
}

.emm-hero-pill span {
	background: #8cabff;
}

.emm-marketplace-hero h1 {
	color: #12182a;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 auto 28px;
	max-width: 900px;
}

.emm-marketplace-hero p {
	color: #485467;
	font-size: 22px;
	line-height: 1.58;
	margin: 0 auto;
	max-width: 860px;
}

.emm-hero-points {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 34px;
}

.emm-hero-points span {
	align-items: center;
	background: #f7fff9;
	border: 1px solid #cfeeda;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
	color: #1f6a3a;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	min-height: 42px;
	padding: 11px 18px;
	user-select: none;
}

.emm-hero-points span:nth-child(2) {
	background: #f5f8ff;
	border-color: #cbd8ff;
	color: #3458d4;
}

.emm-hero-points span:nth-child(3) {
	background: #fbf7ff;
	border-color: #e4d1ff;
	color: #7740c7;
}

.emm-dot--green {
	background: #59c36a;
}

.emm-dot--blue {
	background: #5578f6;
}

.emm-dot--purple {
	background: #9b55f6;
}

.emm-mentor-directory {
	padding-top: 74px;
}

.emm-section-heading {
	margin: 0 auto 48px;
	max-width: 820px;
	text-align: center;
}

.emm-section-heading h2 {
	color: #12182a;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 18px;
}

.emm-section-heading p {
	color: #4b5563;
	font-size: 20px;
	line-height: 1.55;
	margin: 0;
}

.emm-page-hero {
	align-items: center;
	background: #1c1d1f;
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.emm-page-hero:before {
	background: linear-gradient(90deg, #a435f0 0%, #5624d0 50%, #14a38b 100%);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.emm-page-hero h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.12;
	margin: 4px 0 10px;
	max-width: 760px;
}

.emm-page-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

.emm-kicker {
	color: #cec0fc !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0 !important;
	margin: 0 0 8px !important;
	text-transform: uppercase;
}

.emm-hero-metrics,
.emm-application-status {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	min-width: 210px;
	padding: 16px;
}

.emm-hero-metrics strong,
.emm-application-status strong {
	color: #ffffff;
	display: block;
	font-size: 22px;
	line-height: 1.1;
}

.emm-hero-metrics span,
.emm-application-status span {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
	text-transform: uppercase;
}

.emm-auth-actions {
	display: grid;
	gap: 10px;
	min-width: 220px;
}

.emm-filters {
	background: #f4f4f6;
	border: 1px solid #eceff4;
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	margin: 0 auto 36px;
	max-width: 1160px;
	padding: 24px;
}

.emm-filter-grid {
	align-items: end;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(220px, 1.3fr) repeat(5, minmax(150px, 1fr)) auto;
}

.emm-filter-field {
	display: grid;
	gap: 8px;
	margin: 0;
	min-width: 0;
}

.emm-filter-field > span {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.emm-filters input,
.emm-filters select,
.emm-form input,
.emm-form textarea,
.emm-form select {
	background: #ffffff;
	border: 1px solid #ebedf2;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
	color: #1c1d1f;
	font: inherit;
	font-size: 16px;
	min-height: 52px;
	padding: 12px 16px;
	width: 100%;
}

.emm-filters input:focus,
.emm-filters select:focus,
.emm-form input:focus,
.emm-form textarea:focus {
	border-color: #5624d0;
	box-shadow: 0 0 0 2px rgba(86, 36, 208, 0.18);
	outline: none;
}

.emm-choice-field {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: relative;
}

.emm-choice-field legend {
	color: #1f2937;
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	padding: 0;
	text-transform: uppercase;
}

.emm-choice-dropdown {
	position: relative;
}

.emm-choice-dropdown summary {
	align-items: center;
	background: #ffffff;
	border: 1px solid #ebedf2;
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
	color: #1c1d1f;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.35;
	list-style: none;
	min-height: 52px;
	padding: 12px 44px 12px 16px;
	position: relative;
}

.emm-choice-dropdown summary::-webkit-details-marker {
	display: none;
}

.emm-choice-dropdown summary:after {
	border: solid #6b7280;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	position: absolute;
	right: 18px;
	top: 19px;
	transform: rotate(45deg);
	transition: transform 160ms ease, top 160ms ease;
	width: 9px;
}

.emm-choice-dropdown[open] summary {
	border-color: #5624d0;
	box-shadow: 0 0 0 2px rgba(86, 36, 208, 0.12);
}

.emm-choice-dropdown[open] summary:after {
	top: 23px;
	transform: rotate(-135deg);
}

.emm-choice-dropdown summary span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.emm-choice-menu {
	background: #ffffff;
	border: 1px solid #dfe5f0;
	border-radius: 14px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
	display: grid;
	gap: 6px;
	left: 0;
	max-height: 300px;
	overflow-y: auto;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 20;
}

.emm-field .emm-choice-card {
	align-items: center;
	border-radius: 10px;
	color: #1c1d1f;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	line-height: 1.25;
	margin: 0;
	min-height: 44px;
	padding: 9px 10px;
	text-transform: none;
}

.emm-field .emm-choice-card:hover {
	background: #f6f8ff;
}

.emm-form .emm-choice-card input {
	accent-color: #5624d0;
	box-shadow: none;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	min-height: 0;
	padding: 0;
	width: 18px;
}

.emm-form .emm-choice-card input:focus {
	box-shadow: 0 0 0 2px rgba(86, 36, 208, 0.18);
}

.emm-choice-card input:checked + span {
	color: #3458d4;
}

.emm-filter-submit {
	min-height: 52px;
	padding-left: 22px;
	padding-right: 22px;
	white-space: nowrap;
}

.emm-filter-summary {
	border-top: 1px solid #e4e7ec;
	color: #4b5563;
	font-size: 16px;
	font-weight: 800;
	margin-top: 22px;
	padding-top: 20px;
}

.emm-filter-summary span {
	color: #6b7280;
	font-weight: 600;
}

.emm-platform-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #eef0f4;
	border-radius: 20px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto 30px;
	max-width: 1160px;
	padding: 28px 30px;
}

.emm-platform-card h3 {
	color: #0b1324;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 8px;
}

.emm-platform-card p {
	color: #4b5563;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.emm-how-card {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 26px;
	margin: 0 auto 34px;
	max-width: 1160px;
	padding: 34px;
}

.emm-how-card__intro {
	max-width: 820px;
}

.emm-how-card__eyebrow {
	color: #5578f6 !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	margin: 0 0 10px !important;
	text-transform: uppercase;
}

.emm-how-card h3 {
	color: #0b1324;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 10px;
}

.emm-how-card__intro > p:not(.emm-how-card__eyebrow) {
	color: #4b5563;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.emm-how-steps {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emm-how-step {
	background: #f8faff;
	border: 1px solid #e0e8ff;
	border-radius: 18px;
	padding: 20px;
}

.emm-how-step span {
	align-items: center;
	background: #5578f6;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 16px;
	width: 34px;
}

.emm-how-step h4 {
	color: #111827;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 8px;
}

.emm-how-step p {
	color: #5d6678;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.emm-how-card > .emm-platform-card__button {
	justify-self: start;
}

.emm-results-bar {
	align-items: center;
	border-bottom: 1px solid #eaedf3;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 0 auto 26px;
	max-width: 1160px;
	padding-bottom: 22px;
}

.emm-results-bar strong {
	color: #0b1324;
	font-size: 24px;
	font-weight: 900;
}

.emm-results-bar span {
	color: #6a7280;
	font-size: 15px;
	font-weight: 700;
}

.emm-results-bar > div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.emm-count-pill {
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	color: #5578f6 !important;
	padding: 6px 12px;
}

.emm-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(var(--emm-columns, 3), minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1160px;
}

.emm-card {
	background: #ffffff;
	border: 1px solid #edf0f6;
	border-radius: 22px;
	box-shadow: 0 10px 28px rgba(20, 34, 68, 0.04);
	display: flex;
	flex-direction: column;
	min-height: 560px;
	overflow: visible;
	padding: 42px 32px 30px;
	position: relative;
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.emm-card:hover {
	border-color: #cbd8ff;
	box-shadow: 0 18px 44px rgba(72, 106, 219, 0.14);
	transform: translateY(-4px);
}

.emm-card__top {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.emm-card__photo {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #f8faff;
	border: 4px solid #eef3ff;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(20, 34, 68, 0.12);
	display: flex;
	height: 154px;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
	width: 154px;
}

.emm-card__photo img,
.emm-profile-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.emm-photo-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #eef3ff, #ffffff);
	border-radius: 999px;
	color: #5a7cff;
	display: flex;
	font-size: 48px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
}

.emm-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 0;
}

.emm-badge-row,
.emm-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.emm-card__flags,
.emm-tags--card {
	justify-content: center;
}

.emm-card__flags {
	left: 22px;
	position: absolute;
	right: 22px;
	top: 18px;
}

.emm-badge,
.emm-tags span {
	align-items: center;
	background: #f7faff;
	border: 1px solid #dbe6ff;
	border-radius: 999px;
	color: #0f172a;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	min-height: 34px;
	padding: 8px 14px;
}

.emm-card__flags .emm-badge {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 6px 18px rgba(20, 34, 68, 0.08);
	font-size: 11px;
	font-weight: 800;
	min-height: 26px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.emm-badge--verified {
	background: #e9f9f0;
	border-color: #bfe9d1;
	color: #0f6842;
}

.emm-badge--featured {
	background: #fff6d8;
	border-color: #f4d974;
	color: #745200;
}

.emm-card h3 {
	color: #1c1d1f;
	line-height: 1.2;
	margin: 10px 0 5px;
}

.emm-card h3 {
	color: #0b1324;
	font-size: 28px;
	font-weight: 850;
	letter-spacing: 0;
	margin: 0 0 22px;
	min-height: 0;
}

.emm-card h3 a {
	color: inherit;
	text-decoration: none;
}

.emm-card:hover h3 a,
.emm-card h3 a:hover {
	color: #5a7cff;
}

.emm-card__title,
.emm-profile__title,
.emm-card__bio {
	color: #5d6678;
}

.emm-card__title {
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 8px;
	min-height: 35px;
}

.emm-card__bio {
	display: -webkit-box;
	font-size: 17px;
	line-height: 1.42;
	margin: 18px auto 0;
	max-width: 96%;
	min-height: 72px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.emm-card__bio p {
	margin: 0;
}

.emm-card__quote {
	color: #111827;
	display: -webkit-box;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	margin: 28px auto 0;
	max-width: 92%;
	min-height: 46px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.emm-stats {
	color: #b4690e;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	margin: 10px 0;
}

.emm-card__footer {
	margin-top: 24px;
	padding: 0;
}

.emm-price,
.emm-card__price {
	align-items: baseline;
	color: #1c1d1f;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: 900;
	gap: 6px;
	justify-content: center;
	line-height: 1.15;
}

.emm-price-period {
	color: #6b7280;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.emm-price small {
	color: #6a6f73;
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.emm-card__actions {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

.emm-button {
	align-items: center;
	background: #5578f6;
	border: 1px solid #5578f6;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	min-height: 50px;
	padding: 12px 22px;
	text-decoration: none;
	transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease, transform 150ms ease;
}

.emm-button:hover,
.emm-button:focus {
	background: #4167ef;
	border-color: #4167ef;
	box-shadow: 0 10px 24px rgba(85, 120, 246, 0.28);
	color: #ffffff;
}

.emm-card .emm-button--book {
	box-shadow: 0 10px 20px rgba(85, 120, 246, 0.22);
	font-size: 18px;
	min-height: 58px;
	width: 100%;
}

.emm-button--secondary {
	background: #ffffff;
	border-color: #1c1d1f;
	color: #1c1d1f;
}

.emm-button--secondary:hover,
.emm-button--secondary:focus {
	background: #f7f9fa;
	border-color: #1c1d1f;
	color: #1c1d1f;
}

.emm-button--light {
	background: #ffffff;
	border-color: #ffffff;
	color: #1c1d1f;
}

.emm-button--light:hover,
.emm-button--light:focus {
	background: #f7f9fa;
	border-color: #f7f9fa;
	color: #1c1d1f;
}

.emm-button--hero-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.72);
	color: #ffffff;
}

.emm-button--hero-secondary:hover,
.emm-button--hero-secondary:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: #ffffff;
	color: #ffffff;
}

.emm-button--wide {
	width: 100%;
}

.emm-tags--card {
	margin: -10px auto 0;
}

.emm-tags--card span {
	max-width: 100%;
}

.emm-tags--card .emm-tags__more {
	background: #ffffff;
	border-color: #d8dce6;
	color: #414b5d;
	font-weight: 700;
}

.emm-card__meta {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: auto;
	padding-top: 24px;
}

.emm-rating-badge {
	align-items: center;
	background: #fff9df;
	border: 1px solid #f4d974;
	border-radius: 999px;
	color: #1f2937;
	display: inline-flex;
	gap: 9px;
	min-height: 42px;
	padding: 8px 13px;
	text-align: left;
}

.emm-rating-badge strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.emm-rating-badge small {
	color: #745200;
	display: block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	margin-top: 3px;
	white-space: nowrap;
}

.emm-rating-badge__star {
	color: #f5c400;
	font-size: 22px;
	line-height: 1;
}

.emm-card__profile-link {
	color: #6f8cff;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
}

.emm-card__profile-link:hover,
.emm-card__profile-link:focus {
	color: #4167ef;
	text-decoration: none;
}

.emm-profile-page {
	padding-bottom: 74px;
}

.emm-profile-page .emm-marketplace-nav {
	margin-bottom: 34px;
}

.emm-profile-hero {
	align-items: stretch;
	background: linear-gradient(135deg, #ffffff 0%, #fbfcff 58%, #f5f8ff 100%);
	border: 1px solid #e4e9f4;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(210px, 0.34fr) minmax(300px, 0.58fr) minmax(280px, 0.42fr);
	margin: 0 auto 34px;
	max-width: 1160px;
	overflow: hidden;
	padding: 30px;
}

.emm-profile-hero__media {
	aspect-ratio: 1 / 1;
	align-self: center;
	background: #f8faff;
	border: 5px solid #eef3ff;
	border-radius: 22px;
	box-shadow: 0 16px 34px rgba(20, 34, 68, 0.12);
	max-height: 340px;
	overflow: hidden;
}

.emm-profile-hero__content {
	align-self: center;
	min-width: 0;
}

.emm-profile-hero .emm-hero-pill {
	font-size: 12px;
	margin-bottom: 14px;
	padding: 9px 14px;
}

.emm-profile-hero .emm-badge-row {
	margin-bottom: 12px;
}

.emm-profile-hero h1 {
	color: #0b1324;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.06;
	margin: 0 0 10px;
}

.emm-profile__title {
	color: #4b5563;
	font-size: 19px;
	font-weight: 750;
	line-height: 1.42;
	margin: 0 0 14px;
}

.emm-profile-page .emm-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.emm-profile-hero__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.emm-profile-page .emm-stats span {
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	color: #3458d4;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	padding: 9px 13px;
}

.emm-profile-price {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe7ff;
	border-radius: 16px;
	display: inline-flex;
	gap: 12px;
	margin: 0;
	padding: 12px 16px;
}

.emm-profile-price span {
	color: #6b7280;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.emm-profile-price strong {
	align-items: baseline;
	color: #0b1324;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 20px;
	font-weight: 900;
	gap: 6px;
}

.emm-profile-rating {
	margin: 0;
}

.emm-profile__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.emm-profile__actions .emm-button {
	min-height: 54px;
}

.emm-profile-details {
	margin: 0 auto;
	max-width: 1160px;
}

.emm-profile-section {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	padding: 30px;
}

.emm-profile-section--side {
	position: sticky;
	top: 24px;
}

.emm-profile-section__eyebrow {
	color: #5578f6;
	font-size: 13px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.emm-profile-section h2 {
	color: #0b1324;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 18px;
}

.emm-profile-section--side h2 {
	font-size: 24px;
}

.emm-profile-focus {
	align-self: stretch;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #dfe7ff;
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 36px rgba(49, 82, 160, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 24px;
}

.emm-profile-focus h2 {
	color: #0b1324;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.16;
	margin: 0 0 4px;
}

.emm-profile-focus .emm-badge-group {
	margin-top: 16px;
	padding-top: 16px;
}

.emm-profile-focus .emm-badge-list {
	gap: 8px;
}

.emm-profile-focus .emm-chip {
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.emm-profile__bio {
	color: #3f4858;
	font-size: 18px;
	line-height: 1.75;
	margin: 0;
}

.emm-profile__bio p {
	margin: 0 0 18px;
}

.emm-profile__bio p:last-child {
	margin-bottom: 0;
}

.emm-badge-group {
	border-top: 1px solid #eef1f6;
	margin: 18px 0 0;
	padding-top: 18px;
}

.emm-profile-section--side > .emm-badge + .emm-badge {
	margin-left: 6px;
}

.emm-badge-group h4 {
	color: #1f2937;
	font-size: 13px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.emm-empty,
.emm-notice {
	background: #ffffff;
	border: 1px solid #d1d7dc;
	color: #1c1d1f;
	margin: 16px 0;
	padding: 18px;
}

.emm-notice--success {
	border-left: 5px solid #19a974;
}

.emm-notice--error {
	border-left: 5px solid #d92d20;
}

.emm-application-page .emm-marketplace-hero {
	border-bottom: 0;
	padding-bottom: 58px;
}

.emm-application-page .emm-notice {
	border-color: #e5e9f2;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	margin: 0 auto 24px;
	max-width: 1160px;
}

.emm-application-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1160px;
}

.emm-application-panel {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	padding: 28px;
	position: sticky;
	top: 24px;
}

.emm-application-panel:before {
	background: linear-gradient(90deg, #5578f6, #8f55f6);
	content: "";
	display: block;
	height: 5px;
	margin: -28px -28px 24px;
}

.emm-application-panel__eyebrow {
	color: #5578f6;
	font-size: 13px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.emm-application-panel h2 {
	color: #0b1324;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 16px;
}

.emm-application-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.emm-application-panel li {
	align-items: flex-start;
	border-top: 1px solid #eef1f6;
	color: #4b5563;
	display: flex;
	gap: 10px;
	font-weight: 700;
	line-height: 1.45;
	padding: 13px 0;
}

.emm-application-panel li:before {
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 10px;
	margin-top: 5px;
	width: 10px;
}

.emm-application-status-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 0 auto 24px;
	width: fit-content;
	padding: 18px 22px;
}

.emm-application-status-card span {
	color: #6b7280;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.emm-application-status-card strong {
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	color: #3458d4;
	font-size: 15px;
	font-weight: 900;
	padding: 8px 14px;
}

.emm-form {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 24px;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	padding: 0;
}

.emm-form-section {
	border-bottom: 1px solid #eef1f6;
	padding: 26px 28px;
}

.emm-form-section h2 {
	color: #0b1324;
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 18px;
}

.emm-inline-note {
	background: #f8faff;
	border: 1px solid #e0e8ff;
	border-radius: 14px;
	color: #5d6678;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	margin: -4px 0 18px;
	padding: 12px 14px;
}

.emm-inline-note a {
	color: #5578f6;
	font-weight: 900;
}

.emm-field {
	margin-bottom: 16px;
}

.emm-field:last-child {
	margin-bottom: 0;
}

.emm-field label {
	color: #1f2937;
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.emm-field-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emm-field-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emm-form > .emm-button {
	margin: 26px 28px 28px;
	min-height: 56px;
	width: calc(100% - 56px);
}

.emm-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.emm-pagination a {
	border: 1px solid #1c1d1f;
	color: #1c1d1f;
	font-weight: 800;
	padding: 8px 12px;
	text-decoration: none;
}

.emm-pagination a.is-active {
	background: #1c1d1f;
	color: #ffffff;
}

.emm-why-section {
	margin: 76px auto 0;
	max-width: 1160px;
}

.emm-why-section__intro {
	margin: 0 auto 34px;
	max-width: 900px;
	text-align: center;
}

.emm-why-section__eyebrow {
	margin-bottom: 22px;
}

.emm-why-section h2 {
	color: #12182a;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 auto 18px;
	max-width: 860px;
}

.emm-why-section__intro p {
	color: #4b5563;
	font-size: 19px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 900px;
}

.emm-why-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emm-why-card {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 22px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
	min-height: 250px;
	padding: 26px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.emm-why-card:hover {
	border-color: #cbd8ff;
	box-shadow: 0 18px 44px rgba(72, 106, 219, 0.12);
	transform: translateY(-3px);
}

.emm-why-card__icon {
	align-items: center;
	background: #eef3ff;
	border: 1px solid #cbd8ff;
	border-radius: 999px;
	color: #5578f6;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 20px;
	width: 42px;
}

.emm-why-card:nth-child(2) .emm-why-card__icon,
.emm-why-card:nth-child(5) .emm-why-card__icon {
	background: #f7fff9;
	border-color: #cfeeda;
	color: #1f6a3a;
}

.emm-why-card:nth-child(3) .emm-why-card__icon,
.emm-why-card:nth-child(6) .emm-why-card__icon {
	background: #fbf7ff;
	border-color: #e4d1ff;
	color: #7740c7;
}

.emm-why-card h3 {
	color: #111827;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.24;
	margin: 0 0 12px;
}

.emm-why-card p {
	color: #5d6678;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.62;
	margin: 0;
}

@media (max-width: 1020px) {
	.emm-marketplace-nav {
		align-items: stretch;
		flex-direction: column;
		margin-bottom: 46px;
	}

	.emm-marketplace-nav__links {
		justify-content: flex-start;
		margin-left: 0;
	}

	.emm-filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emm-how-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emm-filter-submit {
		grid-column: 1 / -1;
	}

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

	.emm-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* USMLE Score Reports Section */
.emm-score-reports-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 24px;
	margin-top: 24px;
}

.emm-score-report-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.emm-score-report-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 20px rgba(15, 23, 42, 0.08);
	border-color: #cbd5e1;
}

.emm-score-report-card h3 {
	font-size: 16px;
	font-weight: 800;
	color: #0b1324;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.emm-score-report-preview {
	width: 100%;
	height: 160px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	position: relative;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.emm-score-report-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.emm-score-report-preview a {
	display: block;
	width: 100%;
	height: 100%;
}

.emm-score-report-preview a:hover img {
	transform: scale(1.06);
}

.emm-pdf-preview {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #64748b;
}

.emm-pdf-icon {
	width: 48px;
	height: 48px;
	color: #ef4444;
}

.emm-pdf-preview span {
	font-size: 13px;
	font-weight: 700;
}

.emm-score-report-actions {
	width: 100%;
	margin-top: auto;
}

.emm-score-report-actions .emm-button {
	width: 100%;
	justify-content: center;
	font-size: 14px;
	min-height: 40px !important;
	padding: 8px 16px;
}

/* Lightbox Modal */
.emm-lightbox {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(15, 23, 42, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	backdrop-filter: blur(8px);
}

.emm-lightbox.is-active {
	opacity: 1;
	pointer-events: auto;
}

.emm-lightbox__content {
	max-width: 90%;
	max-height: 85%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.95);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.emm-lightbox.is-active .emm-lightbox__content {
	transform: scale(1);
}

.emm-lightbox__content img {
	max-width: 100%;
	max-height: 80vh;
	border-radius: 12px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.1);
	object-fit: contain;
}

.emm-lightbox__close {
	position: absolute;
	top: 24px;
	right: 32px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
	user-select: none;
	line-height: 1;
}

.emm-lightbox__close:hover {
	color: #cbd5e1;
	transform: scale(1.1);
}

@media (max-width: 760px) {
	.emm-lightbox__close {
		top: 16px;
		right: 20px;
		font-size: 34px;
	}
}

@media (max-width: 1120px) {
	.emm-profile-hero {
		grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
	}

	.emm-profile-focus {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.emm-wrap,
	.emm-marketplace,
	.emm-application {
		padding: 22px 14px;
	}

	.emm-page-hero,
	.emm-filter-grid,
	.emm-grid,
	.emm-profile-hero,
	.emm-profile-details,
	.emm-field-grid,
	.emm-field-grid--compact,
	.emm-application-layout {
		grid-template-columns: 1fr;
	}

	.emm-marketplace-nav {
		border-radius: 18px;
		padding: 16px;
	}

	.emm-marketplace-nav__links {
		gap: 12px;
	}

	.emm-marketplace-nav__links a,
	.emm-marketplace-nav__cta {
		font-size: 14px;
	}

	.emm-marketplace-brand img {
		height: 40px;
		max-width: 190px;
	}

	.emm-marketplace-hero {
		padding-bottom: 54px;
		padding-top: 20px;
	}

	.emm-marketplace-hero h1 {
		font-size: 36px;
	}

	.emm-why-section h2 {
		font-size: 31px;
	}

	.emm-marketplace-hero p {
		font-size: 18px;
	}

	.emm-why-section__intro p {
		font-size: 16px;
	}

	.emm-mentor-directory {
		padding-top: 42px;
	}

	.emm-filters,
	.emm-platform-card,
	.emm-how-card,
	.emm-profile-hero,
	.emm-profile-section {
		border-radius: 18px;
		padding: 18px;
	}

	.emm-application-status-card {
		align-items: stretch;
		flex-direction: column;
	}

	.emm-application-panel,
	.emm-form {
		border-radius: 18px;
	}

	.emm-form-section {
		padding: 22px 18px;
	}

	.emm-form > .emm-button {
		margin: 22px 18px 24px;
		width: calc(100% - 36px);
	}

	.emm-how-card h3 {
		font-size: 24px;
	}

	.emm-how-steps {
		grid-template-columns: 1fr;
	}

	.emm-why-grid {
		grid-template-columns: 1fr;
	}

	.emm-why-card {
		min-height: 0;
		padding: 22px;
	}

	.emm-platform-card {
		align-items: stretch;
		flex-direction: column;
	}

	.emm-page-hero {
		padding: 26px 20px;
	}

	.emm-page-hero h1 {
		font-size: 28px;
	}

	.emm-profile-hero {
		gap: 20px;
	}

	.emm-profile-hero__media {
		aspect-ratio: 1 / 1;
		border-radius: 18px;
		max-width: 280px;
		width: 100%;
	}

	.emm-profile-hero h1 {
		font-size: 34px;
	}

	.emm-profile__title {
		font-size: 18px;
	}

	.emm-profile-hero__meta,
	.emm-profile__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.emm-profile-focus {
		padding: 20px;
	}

	.emm-profile-section--side {
		position: static;
	}

	.emm-results-bar,
	.emm-card__footer {
		align-items: stretch;
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.emm-results-bar {
		gap: 12px;
	}

	.emm-card {
		min-height: 0;
		padding: 34px 24px 26px;
	}

	.emm-application-panel {
		position: static;
	}
}
