/**
 * Bu dosya: psikolojik test — boyut blokları ve doğru/yanlış tablosu stilleri.
 */

.sb-test {
	max-width: 1180px;
	margin: 0 auto;
	padding: 2rem 1.25rem 3rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: #0f172a;
	scroll-margin-top: 1rem;
}

.sb-test.sb-test--results-view {
	max-width: 1180px;
}

.sb-test__intro {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.75rem;
	padding: 1rem 1rem 1rem 1.5rem;
	border-radius: 14px;
	border: 1px solid rgba(242, 90, 34, 0.16);
	background: linear-gradient(145deg, #ffffff 0%, #fffbf9 38%, #fff5f0 100%);
	box-shadow:
		0 4px 28px rgba(242, 90, 34, 0.07),
		0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.sb-test__intro::before {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #ff8f5c 0%, #f25a22 50%, #d94816 100%);
	border-radius: 14px 0 0 14px;
}

.sb-test__intro-kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f25a22;
}

.sb-test__intro h1,
.sb-test__intro-title {
	margin: 0 0 0.55rem;
	font-size: clamp(1.35rem, 3.2vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: #0f172a;
}

.sb-test__intro-lead {
	margin: 0;
	
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.6;
}

.sb-test__intro p:not(.sb-test__intro-lead):not(.sb-test__intro-kicker) {
	margin: 0;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.55;
}

.sb-test__dimension {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.25rem 1.25rem 1rem;
	margin-bottom: 1.25rem;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.sb-test__dimensions-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.15rem;
	align-items: stretch;
	width: 100%;
}

.sb-test__dimensions-grid .sb-test__dimension {
	margin-bottom: 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.sb-test__dimensions-grid .sb-test__dimension-hero {
	margin: -1.25rem -1.25rem 0.55rem -1.25rem;
	padding: 0.48rem 4rem 0.48rem 1rem;
}

.sb-test__dimensions-grid .sb-test__dimension-title {
	font-size: 1.12rem;
}

.sb-test__dimensions-grid .sb-test__dimension-desc {
	font-size: 0.66rem;
}

.sb-test__dimensions-grid .sb-test__dimension-instr {
	font-size: 0.82rem;
	margin-top: 1.25rem;
}

.sb-test__dimensions-grid .sb-test__table {
	font-size: 0.8rem;
}

.sb-test__dimensions-grid .sb-test__table th,
.sb-test__dimensions-grid .sb-test__table td {
	padding: 0.5rem 0.35rem;
}

.sb-test__dimensions-grid .sb-test__table th {
	font-size: 0.68rem;
}

.sb-test__dimension--premium-locked .sb-test__dimension-step {
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 1);
}

.sb-test__dimension-lock-shell {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 140px;
	margin-top: 0.25rem;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.sb-test__dimension-lock-blur {
	filter: blur(7px);
	transform: translateZ(0);
	user-select: none;
	pointer-events: none;
	opacity: 0.92;
	padding-bottom: 0.25rem;
}

.sb-test__table--faux .sb-test__lock-faux-cell {
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	color: #cbd5e1;
	padding: 0.55rem 0.5rem;
}

.sb-test__dimension-lock-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(2px);
}

.sb-test__dimension-lock-cta {
	text-align: center;
	max-width: 22rem;
}

.sb-test__dimension-lock-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
}

.sb-test__dimension-lock-actions .sb-button {
	flex: 1 1 9rem;
	min-width: 0;
	justify-content: center;
}

.sb-test__dimension-request-code-wrap {
	position: relative;
	display: flex;
	flex: 1 1 9rem;
	min-width: 0;
	align-self: stretch;
}

.sb-test__dimension-request-code-wrap .sb-test__dimension-request-code-btn {
	flex: 1;
	width: 100%;
	min-width: 0;
}

.sb-test__dimension-request-code-badge {
	position: absolute;
	top: -0.28rem;
	right: -0.15rem;
	z-index: 2;
	max-width: calc(100% - 0.5rem);
	padding: 0.1rem 0.28rem;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #fff;
	background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
	box-shadow:
		0 1px 3px rgba(5, 150, 105, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.35) inset;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}

.sb-test__dimension-request-code-btn {
	text-decoration: none;
	box-sizing: border-box;
}

.sb-test__dimension-lock-hint {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.35;
}

.sb-test__dimension-unlock-btn {
	width: auto;
	display: inline-flex;
}

.sb-test__unlock-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.sb-test__unlock-modal[hidden] {
	display: none !important;
}

.sb-test__unlock-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.48);
	cursor: pointer;
}

.sb-test__unlock-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 400px;
	background: #fff;
	border-radius: 14px;
	padding: 1.25rem 1.35rem 1.35rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.22);
	border: 1px solid #e2e8f0;
}

.sb-test__unlock-modal__title {
	margin: 0 0 0.4rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
}

.sb-test__unlock-modal__lead {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	color: #64748b;
	line-height: 1.45;
}

.sb-test__unlock-modal-error {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	color: #b91c1c;
}

.sb-test__unlock-modal__label {
	font-size: 0.85rem;
	font-weight: 600;
	color: #334155;
}

.sb-test__unlock-modal__input {
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.55rem 0.65rem;
	border-radius: 8px;
	border: 1px solid #cbd5e1;
	font-size: 0.95rem;
	box-sizing: border-box;
}

.sb-test__unlock-modal__actions {
	margin: 1rem 0 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: stretch;
	gap: 0.55rem;
}

.sb-test__unlock-modal__actions .sb-button {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	display: inline-flex;
	justify-content: center;
}

.sb-test .sb-button.sb-button--secondary {
	width: auto;
	display: inline-flex;
	justify-content: center;
	padding: 0.55rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #f25a22;
	background: #fff;
	border: 2px solid #f25a22;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(242, 90, 34, 0.12);
}

.sb-test .sb-button.sb-button--secondary:hover {
	background: #fff5f0;
}

.sb-test .sb-button.sb-button--ghost {
	width: auto;
	display: inline-flex;
	justify-content: center;
	padding: 0.55rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #475569;
	background: transparent;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	cursor: pointer;
}

.sb-test .sb-button.sb-button--ghost:hover {
	background: #f8fafc;
}

@media (max-width: 719px) {
	.sb-test__dimensions-grid {
		grid-template-columns: 1fr;
	}
}

.sb-test__dimension-lock-blur .sb-test__dimension-instr {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.sb-test__dimension-head {
	margin-bottom: 0.75rem;
}

.sb-test__dimension-hero {
	position: relative;
	margin: -1.25rem -1.25rem 0.6rem -1.25rem;
	padding: 0.55rem 4.5rem 0.55rem 1.25rem;
	background: #f25a22;
	border-radius: 11px 11px 0 0;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.sb-test__dimension-title {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: #fff;
	background: transparent;
}

.sb-test__dimension-desc {
	color: #475569;
	font-size: 0.7rem;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}

.sb-test__dimension-desc :where(p, ul, ol, li, span, a, strong, em) {
	font-size: inherit;
}

.sb-test__dimension-desc p {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	line-height: inherit;
}

.sb-test__dimension-instr {
	margin: 1.5rem 0 0;
	font-weight: 600;
	font-size: 0.9rem;
	color: #334155;
}

.sb-test__dimension-step {
	position: absolute;
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: baseline;
	gap: 0.12rem;
	padding: 0.28rem 0.52rem 0.32rem;
	border-radius: 999px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: #f25a22;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 1);
	z-index: 2;
}

.sb-test__dimension-step-num {
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #f25a22;
}

.sb-test__dimension-step-of {
	font-size: 0.62rem;
	font-weight: 600;
	color: rgba(242, 90, 34, 0.88);
}

.sb-test__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85rem;
}

.sb-test__table th,
.sb-test__table td {
	border-bottom: 1px solid #e2e8f0;
	padding: 0.65rem 0.5rem;
	vertical-align: middle;
}

.sb-test__table th {
	text-align: center;
	background: #f1f5f9;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
}

.sb-test__col-st {
	text-align: left;
	width: 62%;
}

.sb-test__col-tf {
	text-align: center;
	width: 19%;
}

.sb-test__pick {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.sb-test__pick input {
	width: 1.1rem;
	height: 1.1rem;
	accent-color: #f25a22;
}

.sb-test__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sb-test__footer {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
}

.sb-test__error {
	color: #b91c1c;
	margin: 0;
	font-size: 0.9rem;
}

.sb-test .sb-button.sb-button--primary,
.sb-test .sb-test__submit.sb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0.65rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	color: #fff;
	background: linear-gradient(180deg, #ff6b38 0%, #f25a22 42%, #e04e1a 100%);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition:
		background 0.15s ease,
		box-shadow 0.15s ease,
		transform 0.1s ease;
}

.sb-test .sb-button.sb-button--primary:hover:not(:disabled),
.sb-test .sb-test__submit.sb-button:hover:not(:disabled) {
	background: linear-gradient(180deg, #ff7d4d 0%, #e85520 45%, #d14818 100%);
	box-shadow:
		0 2px 8px rgba(242, 90, 34, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.sb-test .sb-button.sb-button--primary:active:not(:disabled),
.sb-test .sb-test__submit.sb-button:active:not(:disabled) {
	transform: translateY(1px);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.08),
		inset 0 2px 4px rgba(0, 0, 0, 0.12);
}

.sb-test .sb-button.sb-button--primary:focus-visible,
.sb-test .sb-test__submit.sb-button:focus-visible {
	outline: 2px solid #f25a22;
	outline-offset: 2px;
}

.sb-test .sb-button.sb-button--primary:disabled,
.sb-test .sb-test__submit.sb-button:disabled {
	opacity: 0.65;
	cursor: wait;
	transform: none;
}

.sb-test__empty,
.sb-test__loading {
	text-align: center;
	color: #64748b;
}

.sb-test.is-loading {
	opacity: 0.85;
	pointer-events: none;
}

.sb-test__result-wrap {
	background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 55%, #eef2ff 100%);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 1.35rem 1.35rem 1.5rem;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

/* Rapor giriş metni (test konfigürasyonundan) */
.sb-test__result-intro {
	margin: -0.35rem -0.35rem 1.2rem;
	padding: 1rem 1.25rem;
	background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 100%);
	border-radius: 20px;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #1e293b;
}

.sb-test__result-intro p {
	margin: 0 0 0.55rem;
}

.sb-test__result-intro p:last-child {
	margin-bottom: 0;
}

.sb-test__result-intro strong {
	color: #0f172a;
}

/* Rapor kapanış metni (test konfigürasyonundan) */
.sb-test__result-outro {
	padding: 1.05rem 1.2rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 0.9rem;
	line-height: 1.65;
	color: #475569;
}

.sb-test__result-outro p {
	margin: 0 0 0.45rem;
}

.sb-test__result-outro p:last-child {
	margin-bottom: 0;
}

.sb-test__result-heading {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.15rem, 2.5vw, 1.35rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	flex: 1;
	min-width: 0;
}

.sb-test__result-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	margin: 0 0 1rem;
}

.sb-test__result-cta-host {
	margin-top: 0.55rem;
	width: 100%;
}

.sb-test__result-main > .sb-test__result-cta-host {
	margin-top: calc(-1rem + 0.42rem);
}

.sb-test__result-main--sparse-chart > .sb-test__result-cta-host {
	margin-top: calc(-0.65rem + 0.35rem);
}

/* Çerçeve dört kenarda: dışta ince gradient halka, içte mevcut açık dolgu */
.sb-test__result-cta-banner {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	overflow: hidden;
	padding: 2px;
	border: none;
	background: linear-gradient(
		145deg,
		#fdba74 0%,
		#f97316 32%,
		#ea580c 68%,
		#fb923c 100%
	);
	box-shadow:
		0 4px 28px rgba(242, 90, 34, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"] {
	background: linear-gradient(
		145deg,
		#93c5fd 0%,
		#3b82f6 38%,
		#2563eb 72%,
		#7dd3fc 100%
	);
	box-shadow:
		0 4px 24px rgba(30, 64, 175, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"] {
	background: linear-gradient(
		145deg,
		#5eead4 0%,
		#14b8a6 40%,
		#0d9488 78%,
		#5eead4 100%
	);
	box-shadow:
		0 4px 24px rgba(15, 118, 110, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.sb-test__result-cta-banner__hit {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0.95rem 1rem;
	border-radius: 12px;
	text-decoration: none;
	color: #0f172a;
	outline: none;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	transition: background 0.18s ease;
	background: linear-gradient(145deg, #ffffff 0%, #fffbf9 44%, #fff5f0 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"] .sb-test__result-cta-banner__hit {
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 50%, #eff6ff 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"] .sb-test__result-cta-banner__hit {
	background: linear-gradient(145deg, #ffffff 0%, #f0fdfa 48%, #ecfdf5 100%);
}

.sb-test__result-cta-banner__hit:hover {
	background: rgba(255, 255, 255, 0.5);
}

.sb-test__result-cta-banner__hit:focus-visible {
	outline: 2px solid #f25a22;
	outline-offset: 3px;
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"]
	.sb-test__result-cta-banner__hit:focus-visible {
	outline-color: #2563eb;
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"]
	.sb-test__result-cta-banner__hit:focus-visible {
	outline-color: #0d9488;
}

.sb-test__result-cta-banner__row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.25rem;
}

.sb-test__result-cta-banner__text {
	flex: 1;
	min-width: 0;
}

.sb-test__result-cta-banner__cta {
	flex-shrink: 0;
	align-self: center;
}

.sb-test__result-cta-banner__kicker {
	display: block;
	margin: 0 0 0.28rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f25a22;
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"] .sb-test__result-cta-banner__kicker {
	color: #1d4ed8;
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"] .sb-test__result-cta-banner__kicker {
	color: #0f766e;
}

.sb-test__result-cta-banner__headline {
	display: block;
	margin: 0;
	font-size: clamp(0.98rem, 2.2vw, 1.08rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #0f172a;
	text-wrap: balance;
}

.sb-test__result-cta-banner__lead {
	margin: 0.45rem 0 0;
	font-size: 0.95rem;
	line-height: 1.55;
	font-weight: 400;
	color: #334155;
	text-wrap: pretty;
}

.sb-test .sb-test__result-cta-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.58rem 1.05rem;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.95rem;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	background: linear-gradient(180deg, #ff6b38 0%, #f25a22 42%, #e04e1a 100%);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition:
		background 0.15s ease,
		box-shadow 0.15s ease,
		transform 0.1s ease;
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"] .sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #3b82f6 0%, #2563eb 45%, #1d4ed8 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"] .sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #14b8a6 0%, #0d9488 45%, #0f766e 100%);
}

.sb-test .sb-test__result-cta-banner__btn::after {
	content: "→";
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.2s ease;
}

.sb-test__result-cta-banner__hit:hover .sb-test__result-cta-banner__btn {
	box-shadow:
		0 2px 8px rgba(242, 90, 34, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
	background: linear-gradient(180deg, #ff7d4d 0%, #e85520 45%, #d14818 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="1112"]
	.sb-test__result-cta-banner__hit:hover
	.sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #60a5fa 0%, #1d4ed8 48%, #1e40af 100%);
	box-shadow:
		0 2px 10px rgba(37, 99, 235, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.sb-test__result-cta-banner[data-sb-cta-theme="coaching"]
	.sb-test__result-cta-banner__hit:hover
	.sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #2dd4bf 0%, #0f766e 48%, #115e59 100%);
	box-shadow:
		0 2px 10px rgba(13, 148, 136, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sb-test__result-cta-banner__hit:hover .sb-test__result-cta-banner__btn::after {
	transform: translateX(3px);
}

.sb-test__result-cta-banner__hit:active .sb-test__result-cta-banner__btn {
	transform: translateY(1px);
}

@media (max-width: 620px) {
	.sb-test__result-cta-banner__row {
		flex-direction: column;
		align-items: stretch;
	}

	.sb-test__result-cta-banner__cta {
		align-self: stretch;
	}

	.sb-test .sb-test__result-cta-banner__btn {
		width: 100%;
	}
}

/* Test özel CTA teması (test meta'sından gelen yönlendirme, segment yerine) */
.sb-test__result-cta-banner[data-sb-cta-theme="test"] {
	background: linear-gradient(145deg, #818cf8 0%, #6366f1 42%, #4f46e5 80%, #818cf8 100%);
	box-shadow: 0 4px 24px rgba(99, 102, 241, 0.12), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.sb-test__result-cta-banner[data-sb-cta-theme="test"] .sb-test__result-cta-banner__hit {
	background: linear-gradient(145deg, #ffffff 0%, #f5f3ff 48%, #ede9fe 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="test"] .sb-test__result-cta-banner__hit:focus-visible {
	outline-color: #4f46e5;
}

.sb-test__result-cta-banner[data-sb-cta-theme="test"] .sb-test__result-cta-banner__kicker {
	color: #4f46e5;
}

.sb-test__result-cta-banner[data-sb-cta-theme="test"] .sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #818cf8 0%, #6366f1 45%, #4f46e5 100%);
}

.sb-test__result-cta-banner[data-sb-cta-theme="test"] .sb-test__result-cta-banner__hit:hover .sb-test__result-cta-banner__btn {
	background: linear-gradient(180deg, #a5b4fc 0%, #6366f1 48%, #4338ca 100%);
	box-shadow: 0 2px 10px rgba(99, 102, 241, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sb-test__result-shell {
	display: grid;
	grid-template-columns: minmax(200px, 248px) minmax(0, 1fr);
	gap: 1.35rem;
	align-items: start;
}

.sb-test__result-shell--no-aside {
	display: block;
}

.sb-result-tabbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 1rem;
}

.sb-result-tabbar-btn {
	padding: 0.45rem 0.85rem;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #f8fafc;
	font-size: 0.82rem;
	font-weight: 600;
	color: #475569;
	cursor: pointer;
	transition: all 0.15s ease;
}

.sb-result-tabbar-btn:hover {
	background: #eef2ff;
	border-color: #c7d2fe;
}

.sb-result-tabbar-btn.is-active {
	background: #eef2ff;
	border-color: #6366f1;
	color: #4338ca;
}


.sb-test__result-aside {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.sb-test__result-aside-hint {
	margin: 0 0 0.25rem;
	font-size: 0.78rem;
	color: #64748b;
	line-height: 1.35;
}

.sb-test__result-tab {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	width: 100%;
	text-align: left;
	padding: 0.65rem 0.75rem;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #0f172a;
	cursor: pointer;
	font: inherit;
	transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.sb-test__result-tab:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.sb-test__result-tab.is-active {
	border-color: #2563eb;
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
	background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
}

.sb-test__result-tab--locked {
	border-style: dashed;
	border-color: #cbd5e1;
	background: #fafbfc;
}

.sb-test__result-tab--locked:hover {
	border-color: #94a3b8;
	background: #f1f5f9;
}

.sb-test__result-tab--locked.is-active {
	border-color: #64748b;
	box-shadow: 0 0 0 1px rgba(100, 116, 139, 0.28);
	background: linear-gradient(135deg, #f1f5f9 0%, #fff 100%);
}

.sb-test__result-tab-badge--locked {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin-top: 0.1rem;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #475569;
	background: #e2e8f0;
	padding: 0.14rem 0.42rem;
	border-radius: 999px;
}

.sb-test__result-tab-sub--locked {
	color: #64748b !important;
	font-weight: 500;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	line-height: 1.3;
}

.sb-test__result-tab-name {
	font-weight: 700;
	font-size: 0.82rem;
	line-height: 1.25;
	color: #0f172a;
}

.sb-test__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.sb-test__result-tab-score {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-top: 0.2rem;
}

.sb-test__result-tab-scorebar-outer {
	--sb-score-hue: 28;
	padding: 2px;
	border-radius: 999px;
	width: 100%;
	box-sizing: border-box;
	background: linear-gradient(
		90deg,
		hsl(var(--sb-score-hue) 72% 30%),
		hsl(var(--sb-score-hue) 62% 52%)
	);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.sb-test__result-tab-scorebar-inner {
	display: flex;
	gap: 2px;
	padding: 4px 6px;
	border-radius: inherit;
	background: linear-gradient(180deg, #f4f6fa 0%, #e8ecf3 100%);
}

.sb-test__result-tab-scorebar-seg {
	flex: 1 1 0;
	min-width: 0;
	height: 12px;
	border-radius: 3px;
	background: linear-gradient(180deg, #dcdfe5 0%, #cfd4dc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.sb-test__result-tab-scorebar-seg.is-filled {
	background: linear-gradient(
		180deg,
		hsl(var(--sb-score-hue) 78% 36%) 0%,
		hsl(var(--sb-score-hue) 72% 48%) 100%
	);
	box-shadow:
		0 1px 2px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.sb-test__result-tab-scorebar-cap {
	font-size: 0.68rem;
	color: #64748b;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
}

.sb-test__result-tab-sub {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.7rem;
	color: #2563eb;
	font-weight: 600;
	line-height: 1.35;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sb-test__result-main {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sb-test__result-main--sparse-chart {
	gap: 0.65rem;
}

.sb-test__radar-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1rem 1rem 1.45rem;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
	overflow: visible;
}

.sb-test__radar-card-title {
	margin: 0 0 0.3rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #334155;
}

.sb-test__radar-frame {
	position: relative;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	aspect-ratio: 1;
	overflow: visible;
}

.sb-test__radar-card--sparse {
	padding: 0.55rem 0.9rem 0.6rem;
}

.sb-test__radar-card--sparse .sb-test__radar-card-title {
	margin-bottom: 0.12rem;
}

.sb-test__radar-card--sparse .sb-test__radar-frame {
	max-width: 300px;
}

.sb-test__radar-card--bars .sb-test__radar-card-title {
	margin-bottom: 1rem;
}

.sb-result-bar-item {
	margin-bottom: 0.85rem;
}

.sb-result-bar-item:last-child {
	margin-bottom: 0;
}

.sb-result-bar-label {
	display: block;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.3rem;
}

.sb-test__radar-card--bars .sb-test__result-tab-score {
	margin-bottom: 0.65rem;
}

.sb-test__radar-card--bars .sb-test__result-tab-score:last-child {
	margin-bottom: 0;
}

.sb-test__radar-bar-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
}

.sb-test__radar-bar-row-label {
	flex: 0 0 auto;
	min-width: 120px;
	max-width: 180px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-test__radar-bar-row .sb-test__result-tab-score {
	flex: 1;
	flex-direction: column;
	gap: 2px;
}

.sb-test__radar-svg {
	display: block;
	width: 100%;
	height: auto;
}

.sb-test__radar-grid {
	fill: none;
	stroke: #e2e8f0;
	stroke-width: 1;
}

.sb-test__radar-axis {
	stroke: #cbd5e1;
	stroke-width: 1;
}

.sb-test__radar-area {
	fill: rgba(37, 99, 235, 0.22);
	stroke: none;
}

.sb-test__radar-stroke {
	fill: none;
	stroke: #1d4ed8;
	stroke-width: 2.25;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.sb-test__radar-dot {
	fill: #fff;
	stroke: #1d4ed8;
	stroke-width: 2;
	cursor: default;
}

.sb-test__radar-vertex-label {
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 168px;
	text-align: center;
	font-size: 0.68rem;
	line-height: 1.2;
	font-weight: 600;
	color: #475569;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sb-test__radar-vertex-label--wrap {
	max-width: min(240px, 94%);
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	word-break: normal;
	hyphens: manual;
	line-height: 1.18;
}

.sb-test__radar-bars {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.sb-test__radar-bar-label {
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.45rem;
}

.sb-test__radar-bar-track {
	height: 10px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.sb-test__radar-bar-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #3b82f6, #6366f1);
	transition: width 0.35s ease;
}

.sb-test__radar-bar-meta {
	margin-top: 0.55rem;
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.45;
	font-variant-numeric: tabular-nums;
}

.sb-test__result-panels {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 1rem 1.1rem 1.15rem;
	min-height: 120px;
}

.sb-test__result-panel-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.sb-test__result-panel-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
	flex: 1;
	min-width: 0;
}

.sb-test__result-panel-chip {
	flex-shrink: 0;
	max-width: 46%;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.25;
	color: #1e40af;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sb-test__result-panel-score {
	margin: 0 0 0.65rem;
	font-size: 0.85rem;
	color: #64748b;
	font-variant-numeric: tabular-nums;
}

.sb-test__result-panel-score--locked {
	font-style: italic;
	color: #94a3b8;
	font-variant: normal;
}

.sb-test__result-panel-body {
	margin-top: 0.15rem;
	padding-top: 0.35rem;
	white-space: pre-wrap;
	word-break: break-word;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.6;
}

.sb-test__result-panel-body--rich,
.sb-test__dim-result-body--rich {
	white-space: normal;
}

.sb-test__result-panel-body--rich p,
.sb-test__dim-result-body--rich p {
	margin: 0 0 0.65em;
}

.sb-test__result-panel-body--rich p:last-child,
.sb-test__dim-result-body--rich p:last-child {
	margin-bottom: 0;
}

.sb-test__result-panel-body--rich h1,
.sb-test__dim-result-body--rich h1 {
	margin: 0 0 0.45em;
	font-size: 1.35rem;
	line-height: 1.25;
	color: #0f172a;
}

.sb-test__result-panel-body--rich h2,
.sb-test__dim-result-body--rich h2 {
	margin: 0 0 0.4em;
	font-size: 1.15rem;
	line-height: 1.3;
	color: #0f172a;
}

.sb-test__result-panel-body--rich h3,
.sb-test__dim-result-body--rich h3 {
	margin: 0 0 0.35em;
	font-size: 1.02rem;
	line-height: 1.35;
	color: #0f172a;
}

.sb-test__result-panel-body--rich ul,
.sb-test__result-panel-body--rich ol,
.sb-test__dim-result-body--rich ul,
.sb-test__dim-result-body--rich ol {
	margin: 0 0 0.65em 1.1em;
	padding: 0;
}

.sb-test__result-panel-body--rich mark,
.sb-test__dim-result-body--rich mark {
	padding: 0 0.12em;
	border-radius: 2px;
}

.sb-test__result-panel-body--rich strong,
.sb-test__result-panel-body--rich b,
.sb-test__dim-result-body--rich strong,
.sb-test__dim-result-body--rich b {
	font-weight: 700;
}

.sb-test__result-panel-body--rich em,
.sb-test__result-panel-body--rich i,
.sb-test__dim-result-body--rich em,
.sb-test__dim-result-body--rich i {
	font-style: italic;
}

.sb-test__result-panel-body--rich u,
.sb-test__dim-result-body--rich u {
	text-decoration: underline;
}

.sb-test__result-body--legacy .sb-test__dim-result {
	border-top: 1px solid #e2e8f0;
	padding-top: 0.85rem;
	margin-top: 0.85rem;
}

.sb-test__result-body--legacy .sb-test__dim-result:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.sb-test__result-body--legacy .sb-test__dim-result-title {
	margin: 0 0 0.25rem;
	color: #0f172a;
	font-size: 1rem;
}

.sb-test__result-body--legacy .sb-test__dim-result-score {
	margin: 0 0 0.5rem;
	color: #64748b;
	font-size: 0.9rem;
}

.sb-test__result-body--legacy .sb-test__dim-result-body--plain {
	white-space: pre-wrap;
	word-break: break-word;
	color: #334155;
	line-height: 1.55;
}

@media (max-width: 768px) {
	.sb-test {
		padding: 0.75rem 0rem 1.5rem;
		overflow-x: hidden;
	}

	.sb-test__intro {
		padding: 0.75rem 0.65rem 0.85rem;
		margin-bottom: 0.85rem;
		border-radius: 10px;
	}

	.sb-test__result-wrap {
		padding: 0.85rem 0.65rem 1rem;
		border-radius: 12px;
	}

	.sb-test__result-head {
		margin: 0 0 0.65rem;
	}

	.sb-test__result-shell {
		gap: 0.75rem;
	}

	.sb-test__result-panel {
		padding: 0.75rem 0.6rem;
	}

	.sb-test__intro-kicker {
		font-size: 0.66rem;
		margin-bottom: 0.35rem;
	}

	.sb-test__intro-lead {
		font-size: 0.88rem;
		line-height: 1.58;
		max-width: none;
	}

	.sb-test__dimension {
		padding: 0.75rem 0.5rem 0.65rem;
		margin-bottom: 1rem;
		border-radius: 10px;
	}

	.sb-test__dimension-head {
		margin-bottom: 0.6rem;
	}

	.sb-test__dimension-hero {
		margin: -0.75rem -0.5rem 0.5rem -0.5rem;
		padding: 0.48rem 3.65rem 0.48rem 0.55rem;
		border-radius: 9px 9px 0 0;
	}

	.sb-test__dimension-title {
		font-size: clamp(1rem, 4.2vw, 1.15rem);
	}

	.sb-test__dimension-step {
		right: 0.45rem;
		padding: 0.24rem 0.46rem 0.28rem;
	}

	.sb-test__dimension-step-num {
		font-size: 0.8rem;
	}

	.sb-test__dimension-step-of {
		font-size: 0.58rem;
	}

	.sb-test__dimension-instr {
		font-size: 0.82rem;
		margin-top: 2rem;
	}

	.sb-test__dimensions-grid .sb-test__dimension-hero {
		margin: -0.75rem -0.5rem 0.5rem -0.5rem;
		padding: 0.48rem 3.65rem 0.48rem 0.55rem;
		border-radius: 9px 9px 0 0;
	}

	.sb-test__table {
		font-size: 0.78rem;
	}

	.sb-test__table th,
	.sb-test__table td {
		padding: 0.42rem 0.28rem;
	}

	.sb-test__table th {
		font-size: 0.65rem;
		letter-spacing: 0.03em;
	}

	.sb-test__col-st {
		width: auto;
		min-width: 0;
	}

	.sb-test__col-tf {
		width: 2.75rem;
		min-width: 2.75rem;
	}

	.sb-test__pick input {
		width: 1rem;
		height: 1rem;
	}

	.sb-test .sb-button {
		font-size: 0.95rem;
		padding: 0.55rem 0.85rem;
	}

	.sb-test__result-shell {
		grid-template-columns: 1fr;
	}

	.sb-test__result-aside {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.25rem;
		-webkit-overflow-scrolling: touch;
		gap: 0.5rem;
	}

	.sb-test__result-aside-hint {
		display: none;
	}

	.sb-test__result-head {
		flex-direction: column;
		align-items: stretch;
	}

	.sb-test__result-toolbar {
		justify-content: stretch;
	}

	.sb-test__result-tool {
		flex: 1 1 auto;
		min-width: 0;
	}

	.sb-test__result-tab {
		flex: 0 0 auto;
		min-width: 148px;
	}
}

/* Sonuç: PDF / Paylaş / Gönder */
.sb-test__result-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
	margin: 0;
	flex-shrink: 0;
}

.sb-test__result-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.48rem 0.85rem;
	border-radius: 10px;
	font-size: 0.86rem;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #334155;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
	transition:
		background 0.15s ease,
		border-color 0.15s ease,
		box-shadow 0.15s ease,
		color 0.15s ease;
}

.sb-test__result-tool:hover:not(:disabled) {
	border-color: rgba(242, 90, 34, 0.35);
	color: #0f172a;
	box-shadow: 0 4px 14px rgba(242, 90, 34, 0.12);
}

.sb-test__result-tool:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.sb-test__result-tool--pdf {
	border-color: rgba(242, 90, 34, 0.22);
	background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
}

.sb-test__result-tool--share {
	border-color: rgba(37, 99, 235, 0.22);
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.sb-test__result-tool--send {
	border-color: rgba(13, 148, 136, 0.25);
	background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.sb-test__result-tool--brain {
	border-color: rgba(99, 102, 241, 0.35);
	background: linear-gradient(180deg, #eef2ff 0%, #fff 100%);
	color: #312e81;
}

.sb-test__send-modal {
	position: fixed;
	inset: 0;
	z-index: 100002;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	box-sizing: border-box;
}

.sb-test__send-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(4px);
}

.sb-test__send-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	border-radius: 18px;
	padding: 1.5rem 1.35rem 1.35rem;
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 55%, #fff7f2 100%);
	border: 1px solid #e2e8f0;
	box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
}

.sb-test__send-modal__title {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0f172a;
}

.sb-test__send-modal__lead {
	margin: 0 0 1.1rem;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #64748b;
}

.sb-test__send-modal__actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.sb-test__send-modal__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.62rem 1rem;
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.08);
	cursor: pointer;
	box-sizing: border-box;
	transition:
		background 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease;
}

.sb-test__send-modal__btn--wa {
	color: #fff;
	background: linear-gradient(180deg, #25d366 0%, #128c7e 100%);
	border-color: rgba(15, 118, 110, 0.35);
}

.sb-test__send-modal__btn--mail {
	color: #fff;
	background: linear-gradient(180deg, #f25a22 0%, #d94816 100%);
	border-color: rgba(180, 60, 20, 0.35);
}

.sb-test__send-modal__btn--copy {
	color: #0f172a;
	background: #fff;
	border-color: #cbd5e1;
}

.sb-test__send-modal__btn--ghost {
	background: transparent;
	color: #64748b;
	border-color: transparent;
}

.sb-test__send-modal a.sb-test__send-modal__btn--wa:hover,
.sb-test__send-modal a.sb-test__send-modal__btn--wa:focus-visible,
.sb-test__send-modal__btn--wa:hover,
.sb-test__send-modal__btn--wa:focus-visible {
	color: #fff;
	background: linear-gradient(180deg, #1aad58 0%, #0e7569 100%);
	border-color: rgba(15, 118, 110, 0.5);
	filter: none;
}

.sb-test__send-modal a.sb-test__send-modal__btn--mail:hover,
.sb-test__send-modal a.sb-test__send-modal__btn--mail:focus-visible,
.sb-test__send-modal__btn--mail:hover,
.sb-test__send-modal__btn--mail:focus-visible {
	color: #fff;
	background: linear-gradient(180deg, #e04e1a 0%, #c23d10 100%);
	border-color: rgba(180, 60, 20, 0.5);
	filter: none;
}

.sb-test__send-modal__btn--ghost:hover,
.sb-test__send-modal__btn--ghost:focus-visible {
	color: #334155;
	background: #f1f5f9;
	border-color: #e2e8f0;
	filter: none;
}

/* 3D beyin — tam ekran diyalog */
.sb-test__brain-modal {
	position: fixed;
	inset: 0;
	z-index: 100004;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	box-sizing: border-box;
}

.sb-test__brain-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 20, 0.72);
	backdrop-filter: blur(6px);
}

.sb-test__brain-modal__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: min(960px, 100vw - 1.5rem);
	max-height: min(92vh, 880px);
	height: min(92vh, 880px);
	border-radius: 16px;
	overflow: hidden;
	background: #0a0a14;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.sb-test__brain-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-shrink: 0;
	padding: 0.65rem 0.85rem;
	background: linear-gradient(180deg, rgba(30, 30, 55, 0.95) 0%, rgba(15, 15, 28, 0.9) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sb-test__brain-modal__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #f1f5f9;
	letter-spacing: -0.02em;
	flex: 1 1 auto;
	min-width: 0;
}

.sb-test__brain-modal__actions {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-shrink: 0;
}

.sb-test__brain-modal__fs,
.sb-test__brain-modal__close {
	flex-shrink: 0;
	padding: 0.4rem 0.75rem;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #e2e8f0;
	transition:
		background 0.15s ease,
		border-color 0.15s ease;
}

.sb-test__brain-modal__fs:hover,
.sb-test__brain-modal__fs:focus-visible,
.sb-test__brain-modal__close:hover,
.sb-test__brain-modal__close:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.35);
	outline: none;
}

.sb-test__brain-modal__panel:fullscreen,
.sb-test__brain-modal__panel:-webkit-full-screen {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.sb-test__brain-modal__panel:fullscreen .sb-test__brain-modal__body,
.sb-test__brain-modal__panel:-webkit-full-screen .sb-test__brain-modal__body {
	min-height: 0;
}

.sb-test__brain-modal__body {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	position: relative;
}

/* PDF oluşturulurken ana sayfadaki yükleme katmanı (içerik stilleri test-pdf.css) */
.sb-test__pdf-busy {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.35);
	backdrop-filter: blur(3px);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}

/* ============================
   Adımlı (stepwise) düzen
   ============================ */

/* Footer submit butonunu gizle (card içinde kendi submit var) */
.sb-test__form--stepwise > .sb-test__footer {
	display: none;
}

.sb-step {
	margin: 0 auto;
}

.sb-step__unlock-banner {
	margin: 0 auto 1.5rem;
	padding: 1.2rem 1.4rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.sb-step__unlock-hint {
	margin: 0 0 0.8rem;
	font-size: 0.9rem;
	color: #334155;
	line-height: 1.55;
}

.sb-step__unlock-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.sb-step__bar-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 0 0 0.35rem;
}

.sb-step__bar-label {
	font-size: 0.82rem;
	font-weight: 600;
	color: #475569;
}

.sb-step__info {
	margin: 0 auto 2rem;
	padding: 1rem 1.2rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 0.88rem;
	line-height: 1.65;
	color: #475569;
}

.sb-step__info p {
	margin: 0 0 0.45rem;
}

.sb-step__info p:last-child {
	margin-bottom: 0;
}

.sb-step__bar {
	height: 6px;
	background: #e2e8f0;
	border-radius: 8px;
	margin: 0 0 2rem;
	overflow: hidden;
}


.sb-step__bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #6366f1, #818cf8);
	border-radius: 8px;
	transition: width 0.35s ease;
	width: 0%;
}

.sb-step__card {
	display: flex;
	gap: 2.5rem;
	align-items: stretch;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 2.4rem 2.2rem;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.04);
}

.sb-step__left {
	flex: 1.2;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.sb-step__right {
	flex: 0.7;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #e2e8f0;
	padding-left: 2.2rem;
}


.sb-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef2ff;
	color: #4f46e5;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 0.3rem 0.75rem;
	border-radius: 20px;
	letter-spacing: 0.03em;
	margin: 0 0 1.2rem;
}

.sb-step__stmt {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #1e293b;
	flex: 1 0 auto;
}

.sb-step__picks {
	display: flex;
	gap: 1.2rem;
	margin: 0 0 1rem;
}

.sb-step__pick {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.9rem 0.5rem;
	border: 2px solid #e2e8f0;
	border-radius: 14px;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 600;
	color: #475569;
	background: #f8fafc;
	transition: all 0.2s ease;
	text-align: center;
	user-select: none;
}

.sb-step__pick:hover {
	border-color: #c7d2fe;
	background: #eef2ff;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08);
}

.sb-step__pick:has(input:checked) {
	border-color: #6366f1;
	background: #eef2ff;
	color: #4338ca;
	box-shadow: 0 2px 12px rgba(99, 102, 241, 0.12);
}

.sb-step__pick input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.sb-step__pick--yes {
	color: #059669;
}
.sb-step__pick--yes:hover {
	border-color: #34d399;
	background: #ecfdf5;
}
.sb-step__pick--yes:has(input:checked) {
	border-color: #059669;
	background: #ecfdf5;
	color: #047857;
}

.sb-step__pick--no {
	color: #dc2626;
}
.sb-step__pick--no:hover {
	border-color: #f87171;
	background: #fef2f2;
}
.sb-step__pick--no:has(input:checked) {
	border-color: #dc2626;
	background: #fef2f2;
	color: #b91c1c;
}

.sb-step__submit-btn {
	margin-top: 0.5rem;
	min-width: 160px;
	padding: 0.6rem 1.4rem;
	font-size: 0.95rem;
}

/* İlerleme halkası (sağ sütun) */
.sb-step__ring {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 0 0.4rem;
}

.sb-step__ring-svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.sb-step__ring-track {
	fill: none;
	stroke: #e2e8f0;
	stroke-width: 6;
}

.sb-step__ring-fill {
	fill: none;
	stroke: #6366f1;
	stroke-width: 6;
	stroke-linecap: round;
	transition: stroke-dashoffset 0.5s ease;
}

.sb-step__ring-num {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 700;
	color: #4f46e5;
}

.sb-step__ring-label {
	font-size: 0.78rem;
	color: #64748b;
	text-align: center;
}

/* Kutlama — tam ekran overlay */
.sb-step__celeb-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0;
	background: rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(6px);
	animation: sb-celeb-fade-in 0.3s ease;
	cursor: pointer;
	overflow: hidden;
}

.sb-step__celeb-card {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 2rem;
	padding: 0;
	animation: sb-celeb-pop 0.4s ease;
	transform-origin: bottom right;
}

.sb-step__celeb-avatar {
	width: 1080px;
	height: auto;
	max-height: 100vh;
	object-fit: contain;
	object-position: bottom right;
	flex-shrink: 0;
	display: block;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}

.sb-step__celeb-msg {
	position: fixed;
	left: 35%;
	top: 20%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	max-width: 55vw;
	white-space: normal;
	padding: 0;
}

@keyframes sb-celeb-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes sb-celeb-pop {
	0% { transform: scale(0.6); opacity: 0; }
	60% { transform: scale(1.05); }
	100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
	.sb-step__celeb-overlay {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.sb-step__celeb-card {
		flex-direction: column;
		align-items: flex-end;
		gap: 0.8rem;
		transform-origin: bottom right;
	}

	.sb-step__celeb-avatar {
		width: 100vw;
		max-height: 100vh;
		object-position: bottom right;
	}

	.sb-step__celeb-msg {
		font-size: 2.0rem;
		max-width: 100vw;
		left: 50%;
		top: 40%;
	}

	.sb-step__info {
		font-size: 0.82rem;
		padding: 1rem .7rem;
	}
}

@media (max-width: 560px) {
	.sb-step__card {
		flex-direction: column;
	}
	.sb-step__right {
		flex-direction: row;
		gap: 0.8rem;
		border-left: none;
		border-top: 1px solid #e2e8f0;
		padding: 1rem 0 0;
		margin: 0.6rem 0 0;
	}
	.sb-step__ring {
		width: 54px;
		height: 54px;
		margin: 0;
	}
	.sb-step__ring-label {
		font-size: 0.75rem;
	}

	.sb-step {
		padding: 0 0.2rem;
	}

	.sb-step__card {
		padding: 1rem 0.75rem;
		gap: 1rem;
	}
}
