@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("/draft/assets/fonts/PlusJakartaSans-Regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

.cookie-banner {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 120;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 0.9rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: color-mix(in srgb, var(--panel) 92%, var(--accent-soft) 8%);
	box-shadow: var(--shadow);
}

.cookie-banner p {
	margin: 0;
	font-size: 0.92rem;
	color: var(--muted);
}

.cookie-banner-actions {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

@media (max-width: 640px) {
	.cookie-banner {
		left: 0.75rem;
		right: 0.75rem;
		bottom: 0.75rem;
	}

	.cookie-banner-actions {
		width: 100%;
	}

	.cookie-banner-actions .btn {
		flex: 1;
	}
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("/draft/assets/fonts/PlusJakartaSans-Medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("/draft/assets/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("/draft/assets/fonts/PlusJakartaSans-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("/draft/assets/fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("/draft/assets/fonts/Manrope-Latin-700-800.woff2") format("woff2");
	font-style: normal;
	font-weight: 700 800;
	font-display: swap;
}

:root {
	--bg: #f8f9f7;
	--panel: #ffffff;
	--ink: #253245;
	--muted: #5f6f81;
	--line: #e3e9f0;
	--brand: #2f6f8d;
	--accent: #4f94b8;
	--accent-soft: #e9f4fa;
	--topbar-bg: rgba(248, 250, 251, 0.96);
	--surface-2: #f1f6f9;
	--hover-soft: #eaf3f8;
	--topbar-offset: 84px;
	--radius: 14px;
	--shadow: 0 10px 28px rgba(42, 62, 96, 0.08);
	/* spacing scale */
	--sp-xs: 0.5rem;
	--sp-sm: 0.75rem;
	--sp-md: 1.15rem;
	--sp-lg: 1.9rem;
}

@media (prefers-color-scheme: dark) {
	:root {
		--bg: #0d141b;
		--panel: #15212d;
		--ink: #f4fbff;
		--muted: #cbdceb;
		--line: #3f5e75;
		--brand: #8fc7e0;
		--accent: #a9d9ec;
		--accent-soft: #2b495d;
		--topbar-bg: rgba(13, 20, 27, 0.95);
		--surface-2: #254255;
		--hover-soft: #2c4a5f;
		--shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
	}
}

html[data-theme="light"] {
	--bg: #f8f9f7;
	--panel: #ffffff;
	--ink: #253245;
	--muted: #5f6f81;
	--line: #e3e9f0;
	--brand: #2f6f8d;
	--accent: #4f94b8;
	--accent-soft: #e9f4fa;
	--topbar-bg: rgba(248, 250, 251, 0.96);
	--surface-2: #f1f6f9;
	--hover-soft: #eaf3f8;
	--shadow: 0 10px 28px rgba(42, 62, 96, 0.08);
}

html[data-theme="dark"] {
	--bg: #0d141b;
	--panel: #15212d;
	--ink: #f4fbff;
	--muted: #cbdceb;
	--line: #3f5e75;
	--brand: #8fc7e0;
	--accent: #a9d9ec;
	--accent-soft: #2b495d;
	--topbar-bg: rgba(13, 20, 27, 0.95);
	--surface-2: #254255;
	--hover-soft: #2c4a5f;
	--shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

html[data-theme="dark"] body.is-home {
	background:
		linear-gradient(180deg, #1c3649 0%, #234f6e 28%, rgba(29, 56, 76, 0.88) 44%, rgba(13, 20, 27, 0) 60%),
		radial-gradient(1200px 400px at 95% -15%, rgba(59, 98, 127, 0.22) 0%, transparent 60%),
		radial-gradient(1000px 500px at -10% -25%, rgba(44, 72, 94, 0.25) 0%, transparent 55%),
		var(--bg);
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.55;
	color: var(--ink);
	background:
		radial-gradient(1200px 400px at 95% -15%, #e8f3f8 0%, transparent 60%),
		radial-gradient(1000px 500px at -10% -25%, #eef6f4 0%, transparent 55%),
		var(--bg);
}

body.is-home {
	background:
		linear-gradient(180deg, #eef7fd 0%, #e3f1fa 26%, rgba(243, 249, 254, 0.92) 43%, rgba(248, 249, 247, 0) 58%),
		radial-gradient(1200px 400px at 95% -15%, #e8f3f8 0%, transparent 60%),
		radial-gradient(1000px 500px at -10% -25%, #eef6f4 0%, transparent 55%),
		var(--bg);
}

h1,
h2,
h3 {
	font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
	margin: 0 0 0.75rem;
	line-height: 1.18;
}

a {
	color: inherit;
	text-decoration: none;
}

.topbar {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 0;
	border-bottom: 1px solid var(--line);
	background: var(--topbar-bg);
	backdrop-filter: blur(8px);
}

body.is-home .topbar {
	background: transparent;
	border-bottom-color: transparent;
	backdrop-filter: none;
	transition: background-color 140ms ease, border-bottom-color 140ms ease, backdrop-filter 140ms ease;
}

body.is-home .topbar.is-solid {
	background: var(--topbar-bg);
	border-bottom-color: var(--line);
	backdrop-filter: blur(8px);
}

.topbar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.95rem calc(clamp(1rem, 1.8vw, 1.5rem) + clamp(1.15rem, 1.9vw, 1.7rem));
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.8rem;
}

.topbar-menu-toggle,
.topbar-mobile-actions,
.topbar-locale-mobile {
	display: none;
}

.locale-switch.topbar-locale-mobile {
	display: none;
}

.topbar-menu-toggle {
	width: 2.2rem;
	height: 2.2rem;
	padding: 0;
	border-radius: 10px;
	border: 1px solid var(--line);
	background: var(--surface);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.2rem;
	color: var(--ink);
	cursor: pointer;
}

.topbar-menu-toggle span {
	width: 1rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.home-trustbar {
	border-bottom: 0;
	background: transparent;
}

.home-trustbar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.52rem calc(clamp(1rem, 1.8vw, 1.5rem) + clamp(1.15rem, 1.9vw, 1.7rem));
	display: flex;
	gap: 0.6rem;
	align-items: center;
	flex-wrap: wrap;
}

.home-trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.28rem 0.68rem;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--line) 65%, var(--accent) 35%);
	background: transparent;
	font-size: 0.78rem;
	font-weight: 700;
	color: color-mix(in srgb, var(--ink) 86%, var(--accent) 14%);
}

.trust-text-mobile {
	display: none;
}

.topbar nav {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.topbar nav > a {
	padding: 0.38rem 0.5rem;
	border-radius: 8px;
	font-weight: 600;
	color: #3a4354;
}

.topbar nav > a:hover {
	background: var(--hover-soft);
}

.topbar nav > a.btn {
	color: #fff;
}

.topbar nav > a.btn:hover {
	background: var(--brand);
	filter: brightness(1.04);
}

.account-link {
	color: #38557f;
}

.nav-icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	padding: 0;
}

.nav-bell {
	width: 1.1rem;
	height: 1.1rem;
	display: block;
	color: var(--ink);
	transition: opacity 0.15s;
}
.nav-icon-link:hover .nav-bell {
	opacity: 0.55;
}

.nav-badge {
	position: absolute;
	top: -0.15rem;
	right: -0.28rem;
	min-width: 1rem;
	height: 1rem;
	padding: 0 0.24rem;
	border-radius: 999px;
	background: #d84f62;
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.65);
}

.nav-points-chip {
	display: inline-flex;
	align-items: baseline;
	gap: 0.32rem;
	padding: 0.34rem 0.56rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--surface-2);
	color: var(--ink);
	font-weight: 700;
	line-height: 1;
}

.nav-points-chip strong {
	font-size: 0.9rem;
	line-height: 1;
}

.nav-points-chip span {
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	color: var(--muted);
	text-transform: uppercase;
}

.locale-switch {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--muted);
	font-size: 0.9rem;
	margin-left: 0.15rem;
}

.locale-switch a,
.locale-switch span {
	color: var(--muted);
	font-weight: 700;
	border-radius: 7px;
	padding: 0.25rem 0.42rem;
}

.locale-switch a:hover {
	background: var(--hover-soft);
}

.locale-switch .active-locale {
	color: var(--brand);
	background: #eef3ff;
}

.locale-switch .inactive-locale {
	opacity: 0.6;
}

.topbar-locale-desktop {
	display: inline-flex;
}

.inline-form {
	margin: 0;
}

.alert {
	border-radius: 10px;
	padding: 0.75rem 0.9rem;
	margin-bottom: 0;
	border: 1px solid var(--line);
	font-weight: 600;
}

.alert.success {
	background: #eef8f2;
	color: #4d7b60;
}

.alert.info {
	background: #eff5ff;
	color: #4a6f9d;
}

.alert.error {
	background: #fff1f1;
	color: #8a1f1f;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.52rem;
	font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.brand-logo {
	width: 33px;
	height: 33px;
	border-radius: 9px;
	box-shadow: 0 2px 8px rgba(46, 74, 120, 0.18);
	flex-shrink: 0;
}

.brand-text {
	line-height: 1;
}

.page {
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(1rem, 1.8vw, 1.5rem);
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.6rem);
	align-content: start;
}

.account-shell {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: var(--sp-md);
	align-items: start;
}

.account-shell > .user-menu,
.account-shell > .account-content {
	margin-top: 0;
	padding-top: 0;
	align-self: start;
}

.user-menu {
	position: sticky;
	top: var(--topbar-offset);
	display: grid;
	gap: var(--sp-sm);
	margin-top: 0;
}

.user-menu-box {
	padding: var(--sp-sm);
}

.role-menu-box {
	padding-top: 0.75rem;
}

.menu-group-title {
	margin: 0 0 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.menu-group-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0 0 0.45rem;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
}

.menu-group-toggle .menu-group-title {
	margin: 0;
}

.menu-group-arrow {
	width: 9px;
	height: 9px;
	border-right: 2px solid var(--muted);
	border-bottom: 2px solid var(--muted);
	transform: rotate(45deg);
	transition: transform 180ms ease;
	margin-right: 3px;
}

.admin-menu-box .user-menu-nav {
	overflow: hidden;
	max-height: 400px;
	transition: max-height 220ms ease, opacity 220ms ease;
	opacity: 1;
}

.admin-menu-box.is-collapsed .user-menu-nav {
	max-height: 0;
	opacity: 0;
}

.admin-menu-box.is-collapsed .menu-group-arrow {
	transform: rotate(-45deg);
}

.user-card {
	display: flex;
	align-items: center;
	gap: var(--sp-sm);
	padding: var(--sp-sm);
	border-bottom: 1px solid var(--line);
	margin-bottom: var(--sp-sm);
}

.avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #5a78a3;
	color: #fff;
	font-weight: 700;
}

.menu-sub {
	margin: 0.1rem 0 0;
	font-size: 0.85rem;
}

.user-rating {
	font-size: 0.86em;
	font-weight: 700;
	margin-left: 0.32rem;
	color: var(--accent);
	white-space: nowrap;
}

.user-menu-nav {
	display: grid;
	gap: 0.2rem;
}

.menu-logout-form {
	margin: 0;
}

.menu-link-button {
	appearance: none;
	background: transparent;
	text-align: left;
	width: 100%;
	cursor: pointer;
	font: inherit;
}

.menu-link {
	border: 1px solid transparent;
	border-radius: 9px;
	padding: 0.52rem 0.6rem;
	font-weight: 600;
	color: #3b4659;
}

.menu-link:hover {
	background: var(--hover-soft);
}

.menu-link.active {
	background: var(--surface-2);
	border-color: var(--line);
	color: var(--ink);
}

.account-content {
	min-width: 0;
	display: grid;
	gap: var(--sp-md);
	align-content: start;
	margin-top: 0;
}

.hero {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: clamp(1rem, 2vw, 1.6rem);
	align-items: stretch;
	margin-bottom: 0;
}

.hero h1 {
	font-size: clamp(1.9rem, 3.1vw, 3.2rem);
	line-height: 1.08;
}

.lead {
	color: var(--muted);
	font-size: 1.12rem;
	line-height: 1.65;
	max-width: 62ch;
}

.hero-cta {
	display: flex;
	gap: var(--sp-sm);
	margin: 1.35rem 0 1.05rem;
	flex-wrap: wrap;
}

.eyebrow {
	display: inline-block;
	color: var(--accent);
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.62rem;
}

.home-eyebrow-line1,
.home-eyebrow-sep,
.home-eyebrow-line2 {
	display: inline;
}

.meta,
.muted {
	color: var(--muted);
}

.card {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(1.15rem, 1.9vw, 1.7rem);
	box-shadow: var(--shadow);
}

.highlight {
	background: linear-gradient(145deg, #4b6d9b 0%, #6282ad 80%);
	color: #f6f9ff;
	border: 0;
}

.highlight ol {
	margin: 0;
	padding-left: 1.1rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 10px;
	padding: 0.7rem 1rem;
	font-weight: 700;
	background: var(--brand);
	color: #fff;
	cursor: pointer;
}

.btn:hover {
	filter: brightness(1.04);
}

.btn.ghost {
	background: var(--accent-soft);
	color: #3a5a88;
}

.btn.small {
	padding: 0.52rem 0.78rem;
	font-size: 0.92rem;
}

.btn.danger {
	background: #c0392b;
	color: #fff;
}

.btn.danger:hover {
	filter: brightness(1.08);
}

.grid {
	display: grid;
	gap: var(--sp-md);
	margin: 0;
}

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

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

.section-head {
	margin: 0 0 var(--sp-md);
}

.filter {
	display: grid;
	grid-template-columns: 2fr 1.4fr auto;
	gap: var(--sp-md);
	align-items: end;
}

label {
	display: grid;
	gap: 0.35rem;
	font-weight: 600;
}

input,
select {
	width: 100%;
	border: 1px solid var(--line);
	background: var(--panel);
	color: var(--ink);
	border-radius: 10px;
	padding: 0.65rem 0.7rem;
	font: inherit;
}

.checkbox {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-weight: 500;
}

.checkbox input {
	width: auto;
}

.checkbox .checkbox-copy {
	display: inline;
	line-height: 1.45;
}

.checkbox .checkbox-copy a {
	display: inline;
	color: var(--brand);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	font-weight: 800;
}

.coach {
	display: grid;
	gap: var(--sp-sm);
}

.split {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 0.95rem;
}

.coach-hero {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 1rem;
}

.stat {
	border: 1px dashed var(--line);
	border-radius: 10px;
	padding: var(--sp-sm);
	margin-bottom: var(--sp-sm);
}

.option-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.45rem;
	margin-top: 0.1rem;
}

.pill {
	position: relative;
	display: block;
	border: 1px solid #dce4f1;
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pill span {
	display: block;
	width: 100%;
	padding: 0.7rem 0.86rem;
	text-align: center;
	font-weight: 700;
	color: #37465c;
	border-radius: 15px;
	line-height: 1;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.pill:hover {
	border-color: #cfdcf0;
}

.pill input:checked + span {
	background: #eef4ff;
	color: #2f4f7f;
	box-shadow: inset 0 0 0 1px #d8e5fb;
}

.pill:has(input:checked) {
	border-color: #c8daf8;
	box-shadow: 0 3px 10px rgba(54, 86, 137, 0.1);
}

.auth-wrap {
	display: grid;
	place-items: center;
	min-height: 70vh;
}

.auth {
	width: min(100%, 480px);
	display: grid;
	gap: var(--sp-sm);
}

.auth-tabs {
	width: min(100%, 540px);
	gap: 0.95rem;
}

.auth-tab-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem;
	padding: 0.28rem;
	background: var(--surface-2);
	border: 1px solid var(--line);
	border-radius: 12px;
}

.auth-tab {
	appearance: none;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0.55rem 0.75rem;
	font: inherit;
	font-weight: 700;
	color: var(--muted);
	background: transparent;
	cursor: pointer;
}

.auth-tab.active,
.auth-tab[aria-selected="true"] {
	background: var(--panel);
	border-color: var(--line);
	color: var(--ink);
	box-shadow: 0 3px 10px rgba(42, 62, 96, 0.08);
}

.auth-pane {
	display: grid;
	gap: 0.85rem;
}

.auth-pane.is-hidden {
	display: none;
}

.auth-pane form {
	display: grid;
	gap: var(--sp-sm);
}

.link-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: var(--sp-sm);
}

.link-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 0.55rem 0.75rem;
	background: var(--panel);
	font-weight: 600;
}

.link-chip:hover {
	background: var(--hover-soft);
}

.simple-list {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--muted);
}

.deactivate-warning {
	margin-top: 0.75rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #f3c9c6;
	background: #fff4f3;
	border-radius: 10px;
	color: #8e1b12;
}

.deactivate-warning p {
	margin: 0;
	line-height: 1.35;
}

.feedback-page-head {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: baseline;
}

.pricing-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.pricing-package-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 1.1rem;
}

.pricing-package-card-premium {
	border-color: color-mix(in srgb, var(--accent) 40%, var(--line));
	box-shadow: 0 14px 30px rgba(33, 64, 102, 0.14);
}

.badge-savings {
	position: absolute;
	top: -0.66rem;
	right: 0.9rem;
	background: var(--accent);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 700;
	padding: 0.2rem 0.62rem;
	border-radius: 99px;
}

.pricing-package-price {
	font-size: 2.15rem;
	margin: 0.24rem 0 0.1rem;
}

.pricing-package-sub {
	margin-top: 0;
}

.pricing-package-sep {
	margin: 0.95rem 0;
}

.pricing-features {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--ink);
}

.pricing-package-cta {
	margin-top: auto;
	padding-top: 1.15rem;
}

.pricing-package-cta .btn {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding-inline: clamp(1rem, 1.8vw, 1.5rem);
	padding-block: clamp(0.5rem, 1vw, 1rem);
	display: grid;
	gap: 1.85rem;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	align-items: flex-start;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
}

.footer-kicker {
	margin: 0;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 800;
	color: color-mix(in srgb, var(--accent) 85%, #fff 15%);
}

.footer-brand {
	margin: 0.25rem 0 0.45rem;
	font-size: clamp(1.18rem, 1.3vw, 1.45rem);
	line-height: 1.2;
	max-width: 24ch;
}

.footer-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.45rem;
	max-width: 520px;
}

.footer-trust-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	border: 1px solid color-mix(in srgb, var(--line) 70%, var(--accent) 30%);
	background: color-mix(in srgb, var(--surface) 88%, var(--accent) 12%);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 650;
	color: color-mix(in srgb, var(--ink) 82%, var(--accent) 18%);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1.05fr;
	gap: clamp(1.25rem, 2.4vw, 2.4rem);
	padding-left: clamp(0.2rem, 1.2vw, 1rem);
	margin-top: 0.35rem;
	text-align: left;
}

body.is-home .footer-grid {
	padding-left: clamp(1.15rem, 1.9vw, 1.7rem);
	padding-right: clamp(1.15rem, 1.9vw, 1.7rem);
}

.footer-grid > section {
	display: grid;
	align-content: start;
	gap: 0.5rem;
}

.footer-title {
	margin: 0 0 0.35rem;
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 800;
	color: color-mix(in srgb, var(--ink) 80%, var(--muted));
}

.footer-copy {
	margin: 0 0 0.28rem;
	max-width: 62ch;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.footer-trust-list {
	margin-top: 0;
	gap: 0.42rem;
}

.footer-trust-list li {
	display: flex;
}

.footer-links a {
	color: inherit;
	opacity: 0.92;
	transition: opacity 0.14s, color 0.14s;
}

.footer-links a:hover {
	opacity: 1;
	color: color-mix(in srgb, var(--ink) 85%, var(--accent) 15%);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-contact-list span {
	font-weight: 700;
	color: color-mix(in srgb, var(--ink) 80%, var(--muted));
}

.footer-bottom {
	margin-top: 1.05rem;
	border-top: 1px solid color-mix(in srgb, var(--line) 85%, transparent);
	border-radius: 14px;
	padding: 1.15rem 1.2rem;
	background: color-mix(in srgb, var(--surface-2, #f0f2f5) 82%, var(--accent) 18%);
	display: flex;
	justify-content: space-between;
	gap: 0.9rem;
	font-size: 0.84rem;
	align-items: center;
}

.footer-bottom-meta {
	display: grid;
	gap: 0.15rem;
}

body.is-home .footer {
	border-top: 0;
}

body.is-home .footer-inner {
	position: relative;
}

body.is-home .footer-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: clamp(1.15rem, 1.9vw, 1.7rem);
	right: clamp(1.15rem, 1.9vw, 1.7rem);
	border-top: 1px solid var(--line);
}

body.is-home .footer-bottom-meta {
	padding-left: 0;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom-controls {
	display: flex;
	justify-content: flex-end;
}

.theme-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0;
}

.theme-switcher-label {
	font-size: 0.86rem;
	font-weight: 700;
	color: var(--muted);
}

.theme-switcher-options {
	display: inline-flex;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 0.16rem;
	background: color-mix(in srgb, var(--panel) 85%, var(--surface) 15%);
	gap: 0.15rem;
}

.theme-option {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 0.28rem 0.58rem;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	background: transparent;
	color: var(--muted);
	cursor: pointer;
}

.theme-option[aria-pressed="true"] {
	background: var(--surface-2);
	color: var(--ink);
}

html[data-theme="dark"] .brand-logo {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .locale-switch a:hover,
html[data-theme="dark"] .topbar nav > a:hover {
	background: var(--hover-soft);
}

html[data-theme="dark"] .topbar nav > a,
html[data-theme="dark"] .account-link,
html[data-theme="dark"] .menu-link,
html[data-theme="dark"] .table-link,
html[data-theme="dark"] .link-chip,
html[data-theme="dark"] .theme-option {
	color: var(--ink);
}

html[data-theme="dark"] .nav-points-chip {
	border-color: #3a566d;
	background: #1d3546;
}

html[data-theme="dark"] .nav-badge {
	border-color: rgba(13, 20, 27, 0.8);
}

html[data-theme="dark"] .topbar nav > a.btn {
	background: #9ec0f8;
	color: #0b1626;
}

html[data-theme="dark"] .topbar nav > a.btn:hover {
	background: #b3d0ff;
	filter: none;
}

html[data-theme="dark"] .menu-link:hover,
html[data-theme="dark"] .link-chip:hover,
html[data-theme="dark"] .filter-pill:hover {
	background: var(--hover-soft);
}

html[data-theme="dark"] .filter-pill {
	background: #172338;
	color: #dbe6fb;
	border-right-color: #3e5579;
}

html[data-theme="dark"] .menu-link.active,
html[data-theme="dark"] .filter-pill.active,
html[data-theme="dark"] .theme-option[aria-pressed="true"] {
	background: #314668;
	border-color: #3c5378;
	color: #f6f9ff;
}

html[data-theme="dark"] .kpi-label,
html[data-theme="dark"] .muted,
html[data-theme="dark"] .session-table th,
html[data-theme="dark"] .menu-group-title,
html[data-theme="dark"] .theme-switcher-label {
	color: #c6d2e7;
}

html[data-theme="dark"] .kpi-number,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] strong {
	color: #f7faff;
}

html[data-theme="dark"] input,
html[data-theme="dark"] select,
html[data-theme="dark"] textarea {
	border-color: #3c506f !important;
	background: #182436 !important;
	color: #f2f6ff;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
	color: #a9b8d1;
}

html[data-theme="dark"] .card,
html[data-theme="dark"] .theme-switcher-options,
html[data-theme="dark"] .session-filters,
html[data-theme="dark"] .stat-box,
html[data-theme="dark"] .session-table th,
html[data-theme="dark"] .session-table td {
	border-color: #344761;
}

html[data-theme="dark"] .pill {
	background: #16253a;
	border-color: #4a6691;
	color: #e5eeff;
}

html[data-theme="dark"] .pill:hover {
	background: #203450;
	border-color: #5b7dac;
}

html[data-theme="dark"] .pill span {
	color: #e5eeff;
}

html[data-theme="dark"] .locale-switch .active-locale {
	background: var(--surface-2);
	color: var(--ink);
}

html[data-theme="dark"] .btn {
	background: #9ec0f8;
	color: #0b1626;
}

html[data-theme="dark"] .btn:hover {
	background: #b3d0ff;
	filter: none;
}

html[data-theme="dark"] .btn.ghost {
	background: #304969;
	color: #f2f6ff;
}

html[data-theme="dark"] .status-badge.upcoming {
	background: #243147;
	color: #c1d2f5;
}

html[data-theme="dark"] .status-badge.completed {
	background: #1f3a30;
	color: #b7e2cd;
}

html[data-theme="dark"] .status-badge.cancelled {
	background: #3a2020;
	color: #f1c1c1;
}

html[data-theme="dark"] .review-reply-badge {
	background: #1f3a30;
	color: #b7e2cd;
	border-color: #2a5a47;
}

html[data-theme="dark"] .review-reply-badge:hover {
	background: #264a3d;
}

html[data-theme="dark"] .reply-modal-box {
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}

html[data-theme="dark"] .review-reply-text {
	color: var(--ink);
}

html[data-theme="dark"] .home-hero {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

html[data-theme="dark"] .home-hero::before {
	content: none;
}

html[data-theme="dark"] .home-hero .eyebrow {
	color: #7ec8e3;
}

html[data-theme="dark"] .home-hero-copy h1 {
	color: #f0f8ff;
}

html[data-theme="dark"] .home-hero .lead {
	color: #b0cfe6;
}

html[data-theme="dark"] .home-hero .btn.ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.22);
	color: #c8e4f4;
}

html[data-theme="dark"] .home-hero .btn.ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .home-panel-label {
	color: #7ba8c4;
}

html[data-theme="dark"] .home-panel-feature {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.11);
}

html[data-theme="dark"] .home-panel-feature-icon {
	background: rgba(79, 148, 184, 0.22);
	border-color: rgba(79, 148, 184, 0.3);
	color: #a9d9ec;
}

html[data-theme="dark"] .home-panel-feature-text strong {
	color: #daeef8;
}

html[data-theme="dark"] .home-panel-feature-text span {
	color: #8ab8d0;
}

html[data-theme="dark"] .home-panel-avatars {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.09);
}

html[data-theme="dark"] .home-panel-avatar {
	border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .home-panel-avatars-label {
	color: #9ec8de;
}

html[data-theme="dark"] .home-panel-avatars-label strong {
	color: #a9d9ec;
}

html[data-theme="dark"] .deactivate-warning {
	border-color: #71413c;
	background: #311c19;
	color: #f3c8c4;
}

html[data-theme="dark"] textarea {
	background: var(--panel) !important;
	color: var(--ink);
	border-color: var(--line) !important;
}

.feedback-page-head .muted {
	margin: 0;
}

.app-intro-card {
	min-height: 124px;
	display: grid;
	align-content: start;
}

.account-content > .card:first-child {
	margin-top: 0;
	align-self: start;
}

.stats-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--sp-sm);
}

.stats-row.compact {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sessions-stats {
	margin-bottom: var(--sp-md);
}

.section-title {
	margin-bottom: var(--sp-sm);
}

.stat-box {
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: var(--sp-sm);
	display: grid;
	gap: 0.25rem;
}

.stat-box strong {
	font-size: 1.5rem;
	line-height: 1;
}

.stat-box span {
	color: var(--muted);
	font-size: 0.92rem;
}

.kpi-grid,
.admin-kpi-grid {
	gap: 0.55rem;
}

.kpi-box,
.admin-kpi {
	padding: 0.62rem 0.72rem;
	gap: 0.18rem;
	min-height: 78px;
	align-content: start;
}

.kpi-box .kpi-number,
.admin-kpi .kpi-number {
	margin: 0;
	font-size: 1.32rem;
	line-height: 1.1;
	font-weight: 800;
}

.kpi-box .kpi-label,
.admin-kpi .kpi-label {
	margin: 0;
	color: var(--muted);
	font-size: 0.84rem;
	line-height: 1.25;
}

.sessions-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 1rem;
	align-items: start;
}

.billing-packages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 0.9rem;
	align-items: stretch;
	grid-auto-rows: 1fr;
}

.billing-package {
	position: relative;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 1rem;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.85));
	display: grid;
	gap: 0.42rem;
	box-shadow: 0 12px 26px rgba(8, 16, 34, 0.06);
	overflow: hidden;
	height: 100%;
	min-height: 220px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.billing-package:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 28px rgba(8, 16, 34, 0.1);
}

[data-theme="dark"] .billing-package {
	background: linear-gradient(160deg, rgba(20, 28, 42, 0.9), rgba(11, 18, 31, 0.84));
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.billing-package::after {
	content: "";
	position: absolute;
	inset: auto -30% -45% auto;
	width: 170px;
	height: 170px;
	background: radial-gradient(circle, rgba(94, 129, 188, 0.2), rgba(94, 129, 188, 0));
	pointer-events: none;
}

.billing-package-single,
.billing-package-standard {
	min-height: 220px;
}

.billing-package.is-popular {
	border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
	box-shadow: 0 18px 30px rgba(29, 53, 92, 0.16);
	background: linear-gradient(150deg, rgba(233, 242, 255, 0.98), rgba(219, 234, 255, 0.9));
	min-height: 220px;
}

[data-theme="dark"] .billing-package.is-popular {
	background: linear-gradient(150deg, rgba(35, 53, 80, 0.9), rgba(21, 33, 52, 0.88));
}

.billing-package-badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	margin: 0;
	font-size: 0.7rem;
	font-weight: 800;
	color: #fff;
	background: var(--accent);
	padding: 0.16rem 0.5rem;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	z-index: 2;
}

.billing-package h3,
.billing-package-meta,
.billing-package-price,
.billing-package-save {
	margin: 0;
	position: relative;
	z-index: 1;
}

.billing-package-meta {
	color: var(--muted);
	font-size: 0.84rem;
}

.billing-package-price {
	font-size: 1.34rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.billing-package-save {
	color: color-mix(in srgb, var(--accent) 74%, #1f7a43);
	font-size: 0.82rem;
	font-weight: 700;
}

.sessions-main {
	min-width: 0;
}

.sessions-side {
	display: grid;
	gap: var(--sp-md);
}

.sessions-head {
	display: flex;
	justify-content: space-between;
	gap: var(--sp-sm);
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: var(--sp-sm);
}

.session-filters {
	display: inline-flex;
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	max-width: 100%;
}

.filter-pill {
	padding: 0.48rem 0.72rem;
	font-weight: 600;
	border-right: 1px solid var(--line);
	background: #fff;
	white-space: nowrap;
	flex: 0 0 auto;
}

.filter-pill:last-child {
	border-right: 0;
}

.filter-pill.active {
	background: #f1f6ff;
	color: #3a5377;
}

.filter-pill:hover {
	background: var(--hover-soft);
}

html[data-theme="dark"] .filter-pill {
	background: #172338;
	color: #dbe6fb;
	border-right-color: #3e5579;
}

html[data-theme="dark"] .filter-pill:hover {
	background: #2a3b55;
}

html[data-theme="dark"] .filter-pill.active {
	background: #314668;
	color: #f6f9ff;
	border-color: #3c5378;
}

.session-table-wrap {
	overflow-x: auto;
}

.table-wrap {
	overflow-x: auto;
}

.session-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.session-table th,
.session-table td {
	text-align: left;
	padding: var(--sp-sm) var(--sp-sm);
	border-bottom: 1px solid var(--line);
	vertical-align: middle;
}

.time-duration-cell {
	white-space: nowrap;
	min-width: 132px;
}

.time-duration-value {
	display: inline-block;
}

.session-actions {
	row-gap: 0.45rem;
}

.messages-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.messages-layout-list,
.messages-layout-content {
	min-width: 0;
}

.coach-availability-form {
	grid-template-columns: 1.3fr 1fr 1fr auto auto;
}

.session-table th {
	color: var(--muted);
	font-weight: 700;
}

.status-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 0.2rem 0.55rem;
	font-size: 0.8rem;
	font-weight: 700;
}

.status-badge.upcoming {
	background: #eff5ff;
	color: #4a6f9d;
}

.status-badge.completed {
	background: #eef8f2;
	color: #4d7b60;
}

.status-badge.cancelled {
	background: #f8ecec;
	color: #9a3434;
}

.review-reply-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	padding: 0.2rem 0.55rem;
	font-size: 0.76rem;
	font-weight: 700;
	background: #e9f7ef;
	color: #2f7754;
	border: 1px solid #ccead9;
	cursor: pointer;
	font-family: inherit;
	line-height: inherit;
}

.review-reply-badge:hover {
	background: #d4f0e2;
}

/* Coach-Reply Modal */
.reply-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9000;
	padding: 1rem;
}

.reply-modal-overlay[hidden] {
	display: none;
}

.reply-modal-box {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 16px;
	max-width: 480px;
	width: 100%;
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.reply-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.2rem 0.75rem;
	border-bottom: 1px solid var(--line);
}

.reply-modal-coach {
	margin: 0;
	font-weight: 700;
	font-size: 0.95rem;
}

.reply-modal-close {
	background: none;
	border: none;
	font-size: 1.4rem;
	line-height: 1;
	color: var(--muted);
	cursor: pointer;
	padding: 0 0.2rem;
}

.reply-modal-close:hover {
	color: var(--ink);
}

.reply-modal-body {
	padding: 1rem 1.2rem 1.2rem;
}

.reply-modal-label {
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
}

.reply-modal-text {
	margin: 0;
	white-space: pre-wrap;
	line-height: 1.55;
	font-size: 0.92rem;
}

.table-link {
	font-weight: 700;
	color: #425c83;
}

.admin-feedback-table td {
	vertical-align: top;
}

.feedback-col-user {
	min-width: 190px;
}

.feedback-date-inline {
	margin: 0.25rem 0 0;
	white-space: nowrap;
}

.feedback-reply-link-wrap {
	margin: 0.35rem 0 0;
}

.feedback-col-category {
	min-width: 140px;
	white-space: nowrap;
}

.feedback-col-message {
	min-width: 280px;
	max-width: 520px;
	text-align: left;
	vertical-align: top;
}

.feedback-message-content {
	margin: 0;
	text-align: left;
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.4;
	vertical-align: top;
}

.feedback-col-actions {
	min-width: 210px;
	text-align: right;
	vertical-align: top;
}

.feedback-action-line {
	margin: 0 0 0.45rem;
}

.feedback-action-inline {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	white-space: nowrap;
}

.feedback-inline-action {
	appearance: none;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	font-weight: 700;
	color: #b42318;
	cursor: pointer;
}

.feedback-inline-action:hover {
	text-decoration: underline;
	color: #8e1b12;
}

.admin-review-list {
	display: grid;
	gap: 0.8rem;
}

.admin-review-item {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 0.95rem 1rem;
	background: var(--panel);
}

.admin-review-head {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid var(--line);
}

.admin-review-people {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 1rem;
	flex: 1;
}

.admin-review-label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.admin-review-meta {
	margin: 0.2rem 0 0;
	word-break: break-word;
}

.admin-review-side {
	display: grid;
	justify-items: end;
	align-content: start;
	gap: 0.38rem;
	min-width: 150px;
}

.admin-review-date {
	font-size: 0.82rem;
	white-space: nowrap;
}

.review-rating-pill,
.review-status-pill {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 0.18rem 0.52rem;
	font-size: 0.76rem;
	font-weight: 700;
}

.review-rating-pill {
	background: #eef5ff;
	color: #3f628e;
	border: 1px solid #d9e8ff;
}

.review-status-pill.pending {
	background: #fff7e8;
	color: #8f6712;
	border: 1px solid #f2dfb8;
}

.review-status-pill.approved {
	background: #e9f7ef;
	color: #2f7754;
	border: 1px solid #ccead9;
}

.review-status-pill.rejected {
	background: #f8ecec;
	color: #9a3434;
	border: 1px solid #f1d3d3;
}

.admin-review-body {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-top: 0.78rem;
}

.admin-review-column {
	min-width: 0;
}

.admin-review-text {
	margin: 0.25rem 0 0;
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.45;
}

.admin-review-actions {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0.8rem;
	flex-wrap: wrap;
	margin-top: 0.85rem;
	padding-top: 0.8rem;
	border-top: 1px dashed var(--line);
}

.admin-review-moderation {
	display: grid;
	gap: 0.35rem;
	min-width: 220px;
}

.admin-review-moderation select {
	padding: 0.5rem;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--panel);
	color: var(--ink);
}

.admin-review-impersonate {
	display: flex;
	gap: 0.45rem;
	flex-wrap: wrap;
}

html[data-theme="dark"] .review-rating-pill {
	background: #1f324d;
	color: #c3d7f4;
	border-color: #35537b;
}

html[data-theme="dark"] .review-status-pill.pending {
	background: #3c311d;
	color: #f3d28a;
	border-color: #5a492b;
}

html[data-theme="dark"] .review-status-pill.approved {
	background: #1f3a30;
	color: #b7e2cd;
	border-color: #2a5a47;
}

html[data-theme="dark"] .review-status-pill.rejected {
	background: #3a2020;
	color: #f1c1c1;
	border-color: #5a2e2e;
}

@media (max-width: 980px) {
	.admin-review-people,
	.admin-review-body {
		grid-template-columns: 1fr;
	}

	.admin-review-side {
		justify-items: start;
		min-width: 0;
	}

	.admin-review-date {
		white-space: normal;
	}
}

.quick-actions {
	display: grid;
	gap: var(--sp-sm);
}

.home-hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(1.85rem, 3.6vw, 3.4rem);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-block: clamp(1.4rem, 3vw, 2.2rem);
	padding-inline: clamp(1.15rem, 1.9vw, 1.7rem);
	align-items: start;
	position: relative;
	overflow: visible;
}

.home-hero::before {
	content: none;
}

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

.home-hero-copy {
	position: relative;
	z-index: 1;
	padding-top: clamp(0.2rem, 0.6vw, 0.45rem);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	gap: clamp(0.4rem, 0.85vw, 0.75rem);
}

.home-hero .eyebrow {
	color: #4b86a8;
}

.home-hero-copy h1 {
	font-size: clamp(1.95rem, 3.2vw, 3rem);
	line-height: 1.08;
	max-width: 22ch;
	color: #1f3850;
	margin-bottom: 1rem;
}

.home-hero .lead {
	font-size: 0.97rem;
	color: #4f677d;
	line-height: 1.65;
	margin-bottom: auto;
	max-width: 44ch;
}

.home-hero .hero-cta {
	margin-top: clamp(0.85rem, 1.4vw, 1.25rem);
	margin-bottom: 0;
}

.home-hero .btn {
	background: #4f94b8;
	color: #fff;
}

.home-hero .btn:hover {
	background: #3d7fa0;
	filter: none;
}

.home-hero .btn.ghost {
	background: rgba(255, 255, 255, 0.62);
	border: 2px solid color-mix(in srgb, var(--accent) 42%, transparent);
	color: #2c5e7f;
}

.home-hero .btn.ghost:hover {
	background: rgba(255, 255, 255, 0.82);
}

.home-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.9rem;
}

.home-proof span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.62rem;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--ink);
	font-weight: 600;
	font-size: 0.84rem;
}

.home-hero-panel {
	position: relative;
	z-index: 1;
	align-self: center;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.home-panel-label {
	margin: 0 0 0.2rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4f7ea1;
}

.home-panel-feature {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.75rem 0.9rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(79, 148, 184, 0.24);
	backdrop-filter: blur(4px);
}

.home-panel-feature-icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(79, 148, 184, 0.16);
	border: 1px solid rgba(79, 148, 184, 0.36);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #3f799d;
}

.home-panel-feature-text strong {
	display: block;
	font-size: 0.87rem;
	font-weight: 700;
	color: #1f3850;
	margin-bottom: 0.18rem;
}

.home-panel-feature-text span {
	font-size: 0.77rem;
	color: #48627a;
	line-height: 1.4;
}

.home-panel-avatars {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	padding: 0.65rem 0.9rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgba(79, 148, 184, 0.24);
}

.home-panel-avatar-stack {
	display: flex;
}

.home-panel-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #f6fbff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1;
	margin-left: -8px;
}

.home-panel-avatar:first-child {
	margin-left: 0;
}

.home-panel-avatars-label {
	font-size: 0.78rem;
	color: #4f6a82;
	font-weight: 600;
	margin: 0;
	margin-left: 0.4rem;
}

.home-panel-avatars-label strong {
	color: #2f6f95;
	font-weight: 800;
}

.home-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.2rem;
}

.metric-card {
	text-align: left;
	padding: 1.1rem 1.1rem;
	border-left: 4px solid rgba(91, 139, 214, 0.45);
}

.metric-value {
	margin: 0;
	font-size: 1.62rem;
	font-weight: 800;
	font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
	line-height: 1;
}

.metric-label {
	margin: 0.35rem 0 0;
	color: var(--muted);
	font-size: 0.92rem;
	font-weight: 600;
}

.home-pillars .card {
	border-top: 3px solid rgba(91, 139, 214, 0.38);
}

.home-flow {
	padding: clamp(1.15rem, 2vw, 1.75rem);
}

.home-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 0.35rem;
}

.home-steps article {
	padding: 1rem;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: var(--panel);
}

.home-steps h3 {
	font-size: 1.02rem;
	margin-top: 0.2rem;
	margin-bottom: 0.35rem;
}

.home-steps p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.45;
}

.step-index {
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.18rem 0.46rem;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--brand);
}

.home-trust-grid {
	align-items: stretch;
}

.check-list {
	margin: 0.7rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.46rem;
}

.check-list li {
	position: relative;
	padding-left: 1.2rem;
	color: var(--ink);
	font-weight: 600;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 999px;
	background: var(--accent);
	transform: translateY(-50%);
}

.home-quote-card {
	background:
		linear-gradient(160deg, rgba(91, 139, 214, 0.15), transparent 45%),
		var(--panel);
}

.home-quote-card blockquote {
	margin: 0;
	font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.36;
	font-weight: 700;
}

.home-final-cta {
	text-align: center;
	padding: clamp(1.2rem, 2.1vw, 2rem);
	background:
		linear-gradient(155deg, rgba(91, 139, 214, 0.15), rgba(91, 139, 214, 0.02) 62%),
		var(--panel);
}

.home-final-cta h2 {
	font-size: clamp(1.5rem, 3.2vw, 2.2rem);
	margin-bottom: 0.4rem;
}

.home-final-cta p {
	margin: 0 auto;
	max-width: 68ch;
	color: var(--muted);
}

.home-final-cta .hero-cta {
	justify-content: center;
	margin-top: 0.95rem;
}

.footer {
	border-top: 1px solid var(--line);
	color: var(--muted);
	padding: clamp(1.35rem, 2.3vw, 2rem) clamp(1rem, 1.8vw, 1.5rem) calc(var(--sp-lg) + 0.7rem);
	text-align: left;
	background:
		radial-gradient(1200px 280px at 10% -10%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%),
		radial-gradient(900px 220px at 90% -20%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 72%),
		linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, #dbe5f2 6%), color-mix(in srgb, var(--surface) 82%, #cfdced 18%));
}

/* === LEGAL PAGES === */

.legal-layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 1.5rem;
	align-items: start;
}

.legal-toc {
	position: sticky;
	top: 1.5rem;
	padding: 1.1rem 1.2rem;
}

.legal-toc-list {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.3rem;
	counter-reset: none;
}

.legal-toc-list li {
	font-size: 0.83rem;
	line-height: 1.4;
}

.legal-toc-list a {
	color: var(--muted);
	text-decoration: none;
	transition: color 0.15s;
}

.legal-toc-list a:hover {
	color: var(--accent);
}

.legal-prose {
	display: grid;
	gap: 1rem;
}

.legal-section h2 {
	font-size: 1.15rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid var(--line);
}

.legal-section h3 {
	font-size: 0.95rem;
	margin-top: 1rem;
	margin-bottom: 0.35rem;
	color: var(--ink);
}

.legal-section p {
	line-height: 1.65;
	margin-bottom: 0.6rem;
	color: var(--ink);
}

.legal-section p:last-child {
	margin-bottom: 0;
}

.legal-section ul {
	padding-left: 1.2rem;
	margin: 0 0 0.6rem;
	display: grid;
	gap: 0.28rem;
}

.legal-section ul li {
	line-height: 1.55;
	font-size: 0.92rem;
}

.legal-section a {
	color: var(--accent);
	text-underline-offset: 2px;
}

.legal-meta {
	display: flex;
	gap: 1.2rem;
	margin-top: 0.85rem;
	padding-top: 0.7rem;
	border-top: 1px solid var(--line);
	font-size: 0.8rem;
	color: var(--muted);
}

.legal-address {
	margin: 0.6rem 0 0;
	background: color-mix(in srgb, var(--accent) 6%, var(--surface));
	border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line));
	border-radius: 10px;
	padding: 0.85rem 1rem;
	font-size: 0.9rem;
	line-height: 1.7;
}

.legal-table-wrap {
	overflow-x: auto;
	margin: 0.6rem 0;
}

.legal-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
}

.legal-table th {
	text-align: left;
	padding: 0.5rem 0.75rem;
	border-bottom: 2px solid var(--line);
	color: var(--muted);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.76rem;
	letter-spacing: 0.05em;
}

.legal-table td {
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
}

.legal-table tr:last-child td {
	border-bottom: none;
}

.legal-rights-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
	margin: 0.75rem 0 0.5rem;
}

.legal-right {
	background: color-mix(in srgb, var(--surface-2, #f0f2f5) 80%, var(--accent) 20%);
	border: 1px solid color-mix(in srgb, var(--line) 70%, var(--accent) 30%);
	border-radius: 10px;
	padding: 0.7rem 0.8rem;
	font-size: 0.83rem;
}

.legal-right strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--ink);
	font-size: 0.85rem;
}

.legal-right p {
	margin: 0;
	color: var(--muted);
	font-size: 0.81rem;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.legal-layout {
		grid-template-columns: 1fr;
	}

	.legal-toc {
		position: static;
	}

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

@media (max-width: 560px) {
	.legal-rights-grid {
		grid-template-columns: 1fr;
	}
}

/* === COACHES PAGE === */

.coaches-search-section {
	margin-bottom: 1.5rem;
}

.coaches-search-section > .eyebrow,
.coaches-search-section > h1 {
	padding-inline: clamp(1.15rem, 1.9vw, 1.7rem);
}

.coaches-search-section h1 {
	margin-top: 0.3rem;
	margin-bottom: 1.25rem;
}

.coaches-search-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.coaches-search-bar {
	display: flex;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
	background: var(--surface);
	border: 1.5px solid var(--line);
	border-radius: 14px;
	padding: 0.45rem 0.45rem 0.45rem 1rem;
	gap: 0.6rem;
	box-shadow: 0 4px 18px rgba(8, 16, 34, 0.07);
	transition: border-color 0.15s, box-shadow 0.15s;
}

.coaches-search-bar:focus-within {
	border-color: var(--accent);
	box-shadow: 0 4px 18px rgba(8, 16, 34, 0.07), 0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);
}

html[data-theme="dark"] .coaches-search-bar {
	box-shadow:
		-14px 0 24px -14px rgba(169, 217, 236, 0.42),
		0 8px 24px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .coaches-search-bar::before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 999px;
	pointer-events: none;
	background: radial-gradient(circle, rgba(169, 217, 236, 0.2) 0%, rgba(169, 217, 236, 0.05) 55%, rgba(169, 217, 236, 0) 100%);
}

html[data-theme="dark"] .coaches-search-bar:focus-within {
	box-shadow:
		-18px 0 30px -12px rgba(169, 217, 236, 0.55),
		0 10px 28px rgba(0, 0, 0, 0.4),
		0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent);
}

.coaches-search-icon {
	color: var(--muted);
	flex-shrink: 0;
}

.coaches-search-input {
	flex: 1 1 260px;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	font-size: 1rem;
	line-height: 2.1rem;
	height: 2.1rem;
	margin: 0;
	color: var(--ink);
	box-shadow: none !important;
	outline: none;
	min-width: 0;
}

.coaches-search-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 260px;
	min-width: 0;
}

.coaches-search-input-wrap .coaches-search-input {
	width: 100%;
}

.coaches-suggestions {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	right: 0;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(8, 16, 34, 0.12);
	max-height: 240px;
	overflow-y: auto;
	z-index: 30;
	padding: 0.3rem;
}

.coaches-suggestion-item {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	padding: 0.5rem 0.6rem;
	border-radius: 8px;
	font-size: 0.92rem;
	color: var(--ink);
	cursor: pointer;
}

.coaches-suggestion-item:hover,
.coaches-suggestion-item:focus-visible {
	background: color-mix(in srgb, var(--accent) 10%, transparent);
	outline: none;
}

.coaches-search-input::placeholder {
	color: var(--muted);
	line-height: 2.1rem;
	text-indent: 15px;
}

.coaches-filter-row {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.coaches-filter-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.38rem 0.9rem;
	border: 1.5px solid var(--line);
	border-radius: 99px;
	font-size: 0.84rem;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	user-select: none;
	color: var(--muted);
}

.coaches-filter-pill-inline {
	white-space: nowrap;
	background: color-mix(in srgb, var(--surface) 70%, var(--accent-soft) 30%);
	border-color: color-mix(in srgb, var(--line) 65%, var(--accent) 35%);
	margin-left: auto;
}

.coaches-filter-pill input[type="checkbox"] {
	display: none;
}

.coaches-filter-pill.is-active {
	background: color-mix(in srgb, var(--accent) 10%, transparent);
	border-color: var(--accent);
	color: var(--accent);
	font-weight: 600;
}

.coaches-search-action-btn {
	min-width: 7.4rem;
	height: 2.35rem;
	padding: 0 0.95rem;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	justify-content: center;
	text-align: center;
}

@media (max-width: 760px) {
	.coaches-filter-pill-inline {
		order: 3;
		margin-left: 0;
	}

	.coaches-search-action-btn {
		order: 4;
	}

	.coaches-search-input-wrap {
		order: 1;
		width: 100%;
	}
}

.coaches-count {
	font-size: 0.86rem;
	margin-bottom: 0.5rem;
	margin-top: -0.25rem;
}

.coaches-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.coach-card {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.coach-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(8, 16, 34, 0.1);
}

.coach-profile-hero {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	gap: 1.2rem;
	align-items: start;
}

.coach-profile-main {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 1rem;
	align-items: start;
}

.coach-profile-photo-wrap {
	width: 140px;
	height: 140px;
}

.coach-profile-photo {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	object-fit: cover;
	border: 1px solid var(--line);
	background: var(--surface-2);
}

.coach-profile-photo-fallback {
	display: grid;
	place-items: center;
	font-size: 2rem;
	font-weight: 800;
	color: var(--accent);
	background: var(--accent-soft);
}

.coach-profile-copy h1 {
	margin: 0.15rem 0 0.2rem;
	font-size: clamp(1.55rem, 2.3vw, 2rem);
	line-height: 1.12;
}

.coach-profile-copy .lead {
	margin: 0;
	font-size: 1.01rem;
	line-height: 1.5;
}

.coach-profile-meta-row {
	display: flex;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

.coach-meta-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	background: color-mix(in srgb, var(--accent) 12%, transparent);
	color: color-mix(in srgb, var(--accent) 86%, var(--ink) 14%);
	border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
}

.coach-meta-pill.muted-pill {
	background: var(--surface-2);
	border-color: var(--line);
	color: var(--muted);
}

.coach-profile-bio {
	margin-top: 0.85rem;
	line-height: 1.6;
	color: color-mix(in srgb, var(--ink) 88%, var(--muted) 12%);
}

.coach-profile-booking {
	display: grid;
	gap: 0.7rem;
	padding: 0.95rem;
	border-radius: 12px;
	border: 1px solid var(--line);
	background: linear-gradient(160deg, var(--surface-2), transparent 130%);
}

.coach-booking-title {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--muted);
}

.coach-booking-slot {
	margin: 0;
	font-weight: 700;
	line-height: 1.35;
}

.coach-booking-slots {
	margin: 0;
	padding-left: 1rem;
	display: grid;
	gap: 0.35rem;
}

.coach-live-reviews-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.8rem;
	margin-bottom: 0.8rem;
	flex-wrap: wrap;
}

.coach-live-reviews-head h2 {
	margin: 0;
	font-size: 1.15rem;
}

.coach-live-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.coach-live-review-card {
	padding: 0.8rem;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: var(--surface-2);
}

.coach-live-stars {
	margin: 0;
	font-size: 0.9rem;
	color: #f5a623;
	letter-spacing: -0.03em;
}

.coach-live-comment {
	margin: 0.45rem 0 0.55rem;
	line-height: 1.45;
	font-size: 0.92rem;
	color: var(--ink);
}

.coach-live-meta {
	margin: 0;
	font-size: 0.78rem;
	color: var(--muted);
	font-weight: 600;
}

.info-grid {
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.info-card,
.method-card,
.price-card,
.questions-card {
	display: flex;
	flex-direction: column;
}

.info-list {
	display: grid;
	gap: 0.2rem;
	margin: 0;
}

.info-list dt {
	font-weight: 700;
	margin-top: 0.7rem;
	margin-bottom: 0.1rem;
	color: var(--ink);
}

.info-list dd {
	margin: 0;
	color: var(--muted);
}

.tag {
	display: inline-block;
	background: var(--accent-soft);
	color: var(--accent);
	padding: 0.35rem 0.7rem;
	border-radius: 20px;
	font-size: 0.84rem;
	margin-right: 0.4rem;
	margin-bottom: 0.45rem;
}

.price-table {
	background: var(--surface-2);
	border-radius: var(--radius);
	padding: 0.5rem 0;
}

.price-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.65rem 0.95rem;
	border-bottom: 1px solid var(--line);
}

.price-row:last-child {
	border-bottom: none;
}

.price {
	font-weight: 700;
	color: var(--accent);
}

.faq-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faq-list dt {
	font-weight: 700;
	margin-top: 0.7rem;
	margin-bottom: 0.3rem;
	color: var(--ink);
}

.faq-list dd {
	margin: 0 0 0.7rem;
	color: var(--muted);
	line-height: 1.5;
}

.coach-card-top {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 0.85rem;
	align-items: flex-start;
}

.coach-avatar {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--avatar-bg, var(--accent));
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.coach-avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coach-avatar-initials {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.coach-card-name {
	min-width: 0;
}

.coach-card-name h3 {
	margin: 0 0 0.1rem;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.coach-card-name .muted {
	font-size: 0.82rem;
	margin: 0;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.coach-city {
	display: flex;
	align-items: center;
	gap: 0.22rem;
	margin-top: 0.1rem !important;
}

.coach-rating-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
	flex-shrink: 0;
}

.coach-stars {
	font-size: 0.88rem;
	letter-spacing: -0.03em;
	line-height: 1;
}

.coach-stars .star.full {
	color: #f5a623;
}

.coach-stars .star.half {
	color: #f5a623;
	opacity: 0.55;
}

.coach-stars .star.empty {
	color: var(--line);
}

.coach-review-count {
	font-size: 0.77rem;
	color: var(--muted);
	white-space: nowrap;
}

.coach-bio {
	margin: 0;
	font-size: 0.875rem;
	color: var(--ink);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.55;
}

.coach-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.coach-chip {
	background: color-mix(in srgb, var(--accent) 9%, transparent);
	color: var(--accent);
	border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
	border-radius: 99px;
	padding: 0.2rem 0.65rem;
	font-size: 0.76rem;
	font-weight: 500;
	white-space: nowrap;
}

.coach-chip-more {
	background: var(--surface-2, #f0f2f5);
	color: var(--muted);
	border-color: var(--line);
}

.coach-card-footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	border-top: 1px solid var(--line);
	padding-top: 0.85rem;
}

.availability-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.28rem 0.72rem;
	border-radius: 99px;
	font-size: 0.78rem;
	font-weight: 500;
}

.availability-badge.available {
	background: rgba(56, 161, 105, 0.12);
	color: #2f855a;
}

.availability-badge.unavailable {
	background: rgba(160, 160, 160, 0.1);
	color: var(--muted);
}

.coach-next-slots {
	margin-top: 0;
	display: grid;
	gap: 0.2rem;
	justify-items: end;
}

.coach-next-slot-item {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.35;
	text-align: right;
}

.coach-availability-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.coach-actions {
	display: flex;
	gap: 0.55rem;
}

.coach-actions .btn {
	flex: 1;
	text-align: center;
}

.coaches-empty {
	grid-column: 1 / -1;
}

@media (max-width: 1120px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-trust {
		justify-content: flex-start;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

@media (max-width: 900px) {
	body.mobile-nav-open {
		overflow: hidden;
	}

	.home-hero,
	.home-steps {
		grid-template-columns: 1fr;
	}

	.home-hero-copy {
		padding-top: 0;
		min-height: 0;
		gap: 0.45rem;
	}

	.home-hero .lead {
		margin-bottom: 0;
	}

	.home-hero-panel {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.home-panel-label {
		flex: 1 1 100%;
		width: 100%;
		margin-bottom: 0.1rem;
	}

	.home-panel-feature {
		flex: 1 1 calc(50% - 0.3rem);
		min-width: 200px;
	}

	.home-panel-avatars {
		width: 100%;
	}

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

	.hero,
	.grid.two,
	.grid.three,
	.filter,
	.coach-hero {
		grid-template-columns: 1fr;
	}

	.coach-profile-hero {
		grid-template-columns: 1fr;
	}

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

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

	.stats-row {
		grid-template-columns: 1fr;
	}

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

	.account-shell,
	.sessions-layout,
	.messages-layout,
	.option-row {
		grid-template-columns: 1fr;
	}

	.session-filters {
		overflow-x: auto;
		flex-wrap: nowrap;
		width: 100%;
	}

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

	.coach-availability-form > button,
	.coach-availability-form > .checkbox {
		grid-column: 1 / -1;
	}

	.messages-layout-list {
		order: 2;
	}

	.messages-layout-content {
		order: 1;
	}

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

	.user-menu {
		position: static;
	}

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

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.footer {
		padding: 1.1rem 1rem 1.45rem;
	}

	.home-trustbar-inner {
		padding: 0.45rem 1rem;
		gap: 0.35rem;
	}

	.home-trust-pill {
		font-size: 0.69rem;
		padding: 0.2rem 0.5rem;
		flex: 1 1 calc(50% - 0.18rem);
		justify-content: center;
	}

	.footer-grid {
		padding-left: 0;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.82rem 0.85rem;
	}

	body.is-home .footer-bottom-meta {
		padding-left: 0;
	}

	.footer-bottom-controls {
		width: 100%;
		justify-content: flex-start;
	}

	.topbar-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"brand locale"
			"menu actions"
			"nav nav";
		position: relative;
		padding: 0.8rem 1rem 0.75rem;
		row-gap: 0.45rem;
		column-gap: 0.6rem;
		align-items: center;
	}

	.topbar .brand {
		grid-area: brand;
		justify-self: start;
	}

	.topbar-menu-toggle {
		display: inline-flex;
		grid-area: menu;
		justify-self: start;
	}

	.topbar-menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(0.4rem) rotate(45deg);
	}

	.topbar-menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.topbar-menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-0.4rem) rotate(-45deg);
	}

	.topbar-menu-toggle span {
		transition: transform 180ms ease, opacity 140ms ease;
	}

	.topbar-mobile-actions {
		display: inline-flex;
		grid-area: actions;
		justify-self: end;
	}

	.topbar-mobile-actions .btn {
		padding: 0.35rem 0.62rem;
		font-size: 0.82rem;
	}

	.locale-switch.topbar-locale-mobile {
		display: inline-flex;
		grid-area: locale;
		justify-self: end;
		font-size: 0.74rem;
		gap: 0.16rem;
	}

	.topbar-locale-mobile a {
		padding: 0.16rem 0.34rem;
		border-radius: 6px;
	}

	.topbar-locale-desktop,
	.topbar-auth-link {
		display: none;
	}

	.topbar nav {
		display: flex;
		grid-area: nav;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		gap: 0;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-0.35rem);
		pointer-events: none;
		padding-top: 0;
		margin-top: 0;
		border-top: 1px solid transparent;
		transition: max-height 240ms ease, opacity 160ms ease, transform 200ms ease, padding-top 200ms ease, margin-top 200ms ease, border-color 180ms ease;
	}

	.topbar nav.is-open {
		max-height: 70vh;
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
		gap: 0.36rem;
		padding-top: 0.55rem;
		margin-top: 0.15rem;
		border-top-color: var(--line);
	}

	.topbar nav > a,
	.topbar nav > a.btn,
	.topbar nav .account-link,
	.topbar nav .nav-points-chip,
	.topbar nav .nav-icon-link {
		width: 100%;
		justify-content: flex-start;
	}

	.topbar nav .nav-icon-link {
		height: auto;
		padding: 0.38rem 0.5rem;
		border-radius: 8px;
	}

	.topbar nav .nav-badge {
		position: static;
		margin-left: 0.42rem;
	}
}

@media (max-width: 640px) {
	.trust-text-desktop {
		display: none;
	}

	.trust-text-mobile {
		display: inline;
	}

	.home-eyebrow-line1,
	.home-eyebrow-line2 {
		display: block;
	}

	.home-eyebrow-sep {
		display: none;
	}
}

@media (max-width: 560px) {
	.home-hero-panel {
		flex-direction: column;
	}

	.home-panel-feature {
		flex: 1 1 100%;
		min-width: 0;
	}

	.home-panel-avatars {
		width: 100%;
	}

	.home-trustbar-inner {
		padding: 0.4rem 0.8rem;
		gap: 0.3rem;
	}

	.home-trust-pill {
		font-size: 0.66rem;
		padding: 0.18rem 0.42rem;
	}

	.home-metrics {
		grid-template-columns: 1fr;
	}

	.stats-row.compact {
		grid-template-columns: 1fr;
	}

	.pricing-package-grid,
	.billing-packages {
		grid-template-columns: 1fr;
	}

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

	.coach-profile-main {
		grid-template-columns: 1fr;
	}

	.session-table {
		font-size: 0.9rem;
	}

	.session-table th,
	.session-table td {
		padding: 0.55rem 0.5rem;
	}

	.time-duration-cell {
		min-width: 116px;
	}

	.session-actions {
		display: grid !important;
		justify-items: start;
	}

	.coach-availability-form {
		grid-template-columns: 1fr;
	}

	.coach-availability-form > button,
	.coach-availability-form > .checkbox {
		grid-column: auto;
	}

	.coach-profile-photo-wrap {
		width: 110px;
		height: 110px;
	}

	.coach-live-review-grid {
		grid-template-columns: 1fr;
	}
}

body.launch-page {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(900px 520px at 98% -10%, color-mix(in srgb, var(--accent-soft) 70%, #fff 30%), transparent 60%),
		radial-gradient(680px 420px at -8% -14%, color-mix(in srgb, var(--surface-2) 78%, #fff 22%), transparent 64%),
		var(--bg);
}

.launch-shell {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(1rem, 3.5vw, 2rem) clamp(1rem, 3.2vw, 2rem) 2.4rem;
	display: grid;
	gap: 1rem;
}

.launch-hero {
	position: relative;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--line) 75%, var(--accent) 25%);
	background:
		linear-gradient(130deg, color-mix(in srgb, var(--panel) 84%, var(--accent-soft) 16%) 0%, color-mix(in srgb, var(--panel) 92%, #fff 8%) 48%, color-mix(in srgb, var(--accent-soft) 22%, var(--panel) 78%) 100%);
	animation: launch-rise 420ms ease-out both;
	font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
	}

.launch-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 0.9rem;
}

.launch-locale-switch {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem 0.44rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--panel) 90%, var(--accent-soft) 10%);
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--muted);
}

.launch-locale-switch a {
	padding: 0.12rem 0.28rem;
	border-radius: 999px;
}

.launch-locale-switch a:hover {
	background: var(--hover-soft);
	color: var(--ink);
}

.launch-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--accent) 78%, var(--ink) 22%);
	background: color-mix(in srgb, var(--accent-soft) 80%, #fff 20%);
	border: 1px solid color-mix(in srgb, var(--line) 68%, var(--accent) 32%);
	width: fit-content;
}

.launch-hero h1 {
	margin: 0.7rem 0 0;
	font-size: clamp(1.9rem, 4.6vw, 3.2rem);
	max-width: 18ch;
	letter-spacing: -0.01em;
	line-height: 1.08;
	text-wrap: balance;
}

.launch-lead {
	margin: 0.85rem 0 0;
	max-width: 62ch;
	font-size: clamp(1rem, 2vw, 1.14rem);
	line-height: 1.65;
	color: var(--muted);
}

.launch-status-row {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
	padding: 0.48rem 0.68rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--panel) 76%, var(--accent-soft) 24%);
	border: 1px solid color-mix(in srgb, var(--line) 76%, var(--accent) 24%);
}

.launch-status-row p {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 600;
	color: color-mix(in srgb, var(--ink) 90%, var(--accent) 10%);
}

.launch-status-dot {
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 999px;
	background: #2eae7c;
	box-shadow: 0 0 0 0 rgba(46, 174, 124, 0.55);
	animation: launch-pulse 2.1s ease-out infinite;
}

.launch-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.56rem;
	margin-top: 1.1rem;
}

.launch-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1rem;
}

.launch-panel h2,
.launch-contact h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.12rem, 2vw, 1.34rem);
}

.launch-feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.launch-feature-list li {
	padding: 0.68rem 0.74rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--panel) 75%, var(--surface-2) 25%);
	border: 1px solid color-mix(in srgb, var(--line) 84%, transparent);
}

.launch-feature-list h3 {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.35;
}

.launch-feature-list p {
	margin: 0.34rem 0 0;
	font-size: 0.9rem;
	color: var(--muted);
	line-height: 1.55;
}

.launch-timeline {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.62rem;
	color: var(--ink);
}

.launch-timeline li {
	line-height: 1.56;
	font-size: 0.94rem;
}

.launch-contact p {
	margin: 0.2rem 0 0;
	color: var(--muted);
	line-height: 1.62;
}

.launch-contact-link {
	margin-top: 0.65rem;
	font-weight: 700;
	font-size: 1.03rem;
}

.launch-contact-link a {
	text-decoration: underline;
	text-underline-offset: 0.14em;
	text-decoration-thickness: 0.08em;
	color: var(--brand);
}

.launch-footer {
	padding: 0.45rem 0.2rem;
	text-align: center;
	color: var(--muted);
	font-size: 0.84rem;
}

.launch-reveal-1 {
	animation: launch-rise 420ms ease-out 80ms both;
}

.launch-reveal-2 {
	animation: launch-rise 420ms ease-out 140ms both;
}

.launch-reveal-3 {
	animation: launch-rise 420ms ease-out 200ms both;
}

@keyframes launch-rise {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes launch-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(46, 174, 124, 0.5);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(46, 174, 124, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(46, 174, 124, 0);
	}
}

@media (max-width: 920px) {
	.launch-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.launch-shell {
		padding-inline: 0.8rem;
	}

	.launch-hero h1 {
		max-width: 14ch;
	}

	.launch-topbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.launch-cta-row {
		width: 100%;
	}

	.launch-cta-row .btn {
		width: 100%;
	}
}
