/**
 * Start Flow — two-step pricing (youmind-personal.html parity).
 * Scoped to .mscore-widget-shell.mscore-start-flow-widget
 */

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-section {
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.mscore-widget-shell.mscore-start-flow-widget .section-head.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 780px;
	margin-bottom: 0;
}

.mscore-widget-shell.mscore-start-flow-widget .section-head.center h2 {
	margin: 18px 0;
	color: var(--ms-heading, #f0f8ff);
}

.mscore-widget-shell.mscore-start-flow-widget .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ms-accent, #66fcf1);
	font-family: Poppins, system-ui, sans-serif;
}

.mscore-widget-shell.mscore-start-flow-widget .eyebrow::before {
	content: "";
	width: 24px;
	height: 1px;
	background: var(--ms-accent, #66fcf1);
	opacity: 0.6;
}

.mscore-widget-shell.mscore-start-flow-widget .eyebrow.center {
	justify-content: center;
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-title-accent {
	color: var(--ms-accent, #66fcf1);
}

.mscore-widget-shell.mscore-start-flow-widget .price-lead {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: center;
	color: var(--ms-muted, #9cb1c9);
	font-size: 17px;
	line-height: 1.7;
}

.mscore-widget-shell.mscore-start-flow-widget .price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	position: relative;
}

.mscore-widget-shell.mscore-start-flow-widget .price-grid::before {
	content: "→";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(3, 12, 20, 0.95);
	border: 1px solid rgba(102, 252, 241, 0.22);
	color: var(--ms-accent, #66fcf1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 22px;
	font-weight: 600;
	z-index: 3;
	box-shadow: 0 0 24px rgba(102, 252, 241, 0.18);
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-section .ms-sf-bottom-text {
	font-size: 17px;
	line-height: 1.65;
	color: var(--ms-text, #9cb1c9);
	max-width: 780px;
	box-sizing: border-box;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card {
	background: rgba(5, 68, 94, 0.76);
	border: 1px solid rgba(102, 252, 241, 0.1);
	border-radius: 20px;
	padding: 48px 40px;
	position: relative;
	overflow: hidden;
	transition: border-color 0.3s ease;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card:hover {
	border-color: rgba(102, 252, 241, 0.22);
}

.mscore-widget-shell.mscore-start-flow-widget .price-card.is-feature {
	border-color: rgba(102, 252, 241, 0.22);
	background: rgba(5, 68, 94, 0.92);
}

.mscore-widget-shell.mscore-start-flow-widget .price-card.is-feature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--ms-accent, #66fcf1), transparent);
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .step-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ms-accent, #66fcf1);
	margin-bottom: 16px;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .step-tag::before {
	content: "";
	width: 18px;
	height: 1px;
	background: var(--ms-accent, #66fcf1);
	opacity: 0.6;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card h3 {
	margin-bottom: 12px;
	font-size: 24px;
	color: var(--ms-heading, #f0f8ff);
	font-family: Poppins, system-ui, sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .summary {
	font-size: 14.5px;
	color: var(--ms-muted, #9cb1c9);
	line-height: 1.7;
	margin-bottom: 28px;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .investment {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 18px 0;
	border-top: 1px solid rgba(102, 252, 241, 0.1);
	border-bottom: 1px solid rgba(102, 252, 241, 0.1);
	margin-bottom: 24px;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .investment .label {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: var(--ms-muted-deep, #6b8cae);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-right: auto;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .investment .price {
	font-family: Poppins, system-ui, sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: var(--ms-white, #f0f8ff);
	letter-spacing: -0.02em;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card.is-feature .investment .price {
	color: var(--ms-accent, #66fcf1);
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .investment .per {
	font-size: 13px;
	color: var(--ms-muted, #9cb1c9);
	font-weight: 400;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .includes {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 28px;
	padding: 0;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .includes li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
	color: var(--ms-muted, #9cb1c9);
	line-height: 1.55;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .includes li::before {
	content: "";
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 2px;
	border-radius: 50%;
	background: rgba(102, 252, 241, 0.1);
	border: 1px solid rgba(102, 252, 241, 0.22);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2366FCF1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px;
}

/* Buttons (youmind-personal.html .btn) */
.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 28px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 100px;
	border: 1px solid transparent;
	transition: all 0.25s ease;
	white-space: nowrap;
	text-decoration: none;
	box-sizing: border-box;
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn:not(.mscore-sf-btn--inactive) {
	cursor: pointer;
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn .mscore-sf-btn-arrow {
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn:not(.mscore-sf-btn--inactive):hover .mscore-sf-btn-arrow {
	transform: translateX(3px);
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn--primary:not(.mscore-sf-btn--inactive) {
	background: #147e93;
	color: #ffffff;
	box-shadow: 0 0 0 0 rgba(20, 126, 147, 0.4);
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn--primary:not(.mscore-sf-btn--inactive):hover {
	background: #1a9cb5;
	box-shadow: 0 0 0 8px rgba(20, 126, 147, 0.15);
	transform: translateY(-1px);
	color: #ffffff;
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn--ghost:not(.mscore-sf-btn--inactive) {
	background: transparent;
	color: var(--ms-white, #f0f8ff);
	border-color: rgba(102, 252, 241, 0.22);
}

.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn--ghost:not(.mscore-sf-btn--inactive):hover {
	border-color: var(--ms-accent, #66fcf1);
	background: rgba(102, 252, 241, 0.1);
	color: var(--ms-white, #f0f8ff);
}

/* Non-clickable CTA: excluded from primary/ghost rules above; high specificity + !important beats kit/theme. */
.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive {
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	user-select: none;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive.mscore-sf-btn--ghost {
	background: rgba(255, 255, 255, 0.05) !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
	color: rgba(240, 248, 255, 0.42) !important;
	box-shadow: none !important;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive.mscore-sf-btn--primary {
	background: #5c6a7a !important;
	color: rgba(255, 255, 255, 0.72) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: none !important;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive:hover {
	transform: none !important;
	box-shadow: none !important;
	cursor: not-allowed !important;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive.mscore-sf-btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.14) !important;
	background: rgba(255, 255, 255, 0.05) !important;
	color: rgba(240, 248, 255, 0.42) !important;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive.mscore-sf-btn--primary:hover {
	background: #505c6b !important;
	color: rgba(255, 255, 255, 0.72) !important;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .mscore-sf-btn.mscore-sf-btn--inactive:hover .mscore-sf-btn-arrow {
	transform: none;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .price-cta {
	width: 100%;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .lock-badge {
	margin-top: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--ms-muted-deep, #6b8cae);
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
}

.mscore-widget-shell.mscore-start-flow-widget .price-card .lock-badge svg {
	width: 12px;
	height: 12px;
	color: var(--ms-accent, #66fcf1);
	flex-shrink: 0;
}

/* Scroll reveal: global mscore-animations ([data-reveal] / .is-visible). Optional off shell. */
.mscore-widget-shell.mscore-start-flow-widget.mscore-sf--no-reveal [data-reveal] {
	opacity: 1;
	transform: none;
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	.mscore-widget-shell.mscore-start-flow-widget [data-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-btn:not(.mscore-sf-btn--inactive):hover {
		transform: none;
	}
}

@media (max-width: 860px) {
	.mscore-widget-shell.mscore-start-flow-widget .mscore-sf-section {
		padding: 80px 0;
	}

	.mscore-widget-shell.mscore-start-flow-widget .price-grid {
		grid-template-columns: 1fr;
	}

	.mscore-widget-shell.mscore-start-flow-widget .price-grid::before {
		display: none;
	}
}
