.bluelab-checker-wrap {
	max-width: 1120px;
	margin: 40px auto;
	padding: 24px;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	background: #fff;
	position: relative;
	box-shadow: 0 10px 30px rgba(15, 66, 134, 0.08);
}

.bluelab-checker-title {
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 1.1;
	color: #111827;
	max-width: 800px;
}

.bluelab-checker-intro {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.6;
	color: #5b6472;
	max-width: 880px;
}

.bluelab-checker-form {
	max-height: 500px;
	overflow: hidden;
	position: relative;
}

.bluelab-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #1f2937;
}

.bluelab-input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #ccd5e1;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.3;
	background: #fff;
	color: #111827;
	box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.bluelab-input:focus {
	outline: none;
	border-color: #0f4286;
	box-shadow: 0 0 0 4px rgba(15, 66, 134, 0.1);
}

.bluelab-btn {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.bluelab-btn:hover {
	transform: translateY(-1px);
}

.bluelab-btn-primary {
	margin-top: 14px;
	border: none;
	background: #0f4286;
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 66, 134, 0.16);
}

.bluelab-btn-primary:hover {
	background: #0c3973;
}

.bluelab-btn-secondary {
	background: #fff;
	color: #0f4286;
	border: 1px solid #cfd8e3;
}

.bluelab-btn-secondary:hover {
	border-color: #9eb2cf;
	background: #f8fbff;
}

.bluelab-loading-box {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid #d9e3f2;
	border-radius: 14px;
	background: #f8fbff;
	opacity: 1;
	transform: translateY(0);
	transition: opacity .35s ease, transform .35s ease, max-height .45s ease, margin .35s ease, padding .35s ease, border-width .35s ease;
	max-height: 900px;
	overflow: hidden;
}

.bluelab-loading-lead {
	margin: 0 0 14px;
	color: #111827;
}

.bluelab-loading-progress-track {
	width: 100%;
	height: 12px;
	background: #e8edf5;
	border-radius: 999px;
	overflow: hidden;
}

.bluelab-loading-progress-bar {
	width: 8%;
	height: 100%;
	background: #0f4286;
	border-radius: 999px;
	transition: width .35s ease;
}

.bluelab-loading-progress-meta {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #667085;
	margin-top: 6px;
}

.bluelab-loading-copy {
	margin-top: 16px;
}

.bluelab-loading-step {
	margin: 0;
	font-weight: 700;
	color: #0f4286;
}

.bluelab-loading-substep {
	margin: 8px 0 0;
	color: #667085;
	line-height: 1.55;
}

.bluelab-loading-steps {
	margin-top: 18px;
	display: grid;
	gap: 10px;
}

.bluelab-loading-step-card {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	transition: background .2s ease, border-color .2s ease;
}

.bluelab-loading-step-icon {
	width: 22px;
	min-width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #cfd8e3;
	color: #4b5563;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
}

.bluelab-loading-step-title {
	font-weight: 600;
	color: #334155;
}

.bluelab-loading-step-text {
	font-size: 13px;
	color: #667085;
	line-height: 1.45;
	margin-top: 3px;
}

.bluelab-loading-step-card.is-active {
	border-color: #bfd3f2;
	background: #eef5ff;
}

.bluelab-loading-step-card.is-active .bluelab-loading-step-icon {
	background: #0f4286;
	color: #fff;
}

.bluelab-loading-step-card.is-done {
	border-color: #cfe8d7;
	background: #f4fbf6;
}

.bluelab-loading-step-card.is-done .bluelab-loading-step-icon {
	background: #1f9d55;
	color: #fff;
}

.bluelab-result-box {
	margin-top: 24px;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .45s ease, transform .45s ease;
}

.bluelab-result-card {
	padding: 20px;
	border-radius: 14px;
	border: 1px solid #d9d9d9;
	background: #f9fbff;
	position: relative;
	box-shadow: 0 12px 34px rgba(15, 66, 134, 0.08);
}

.bluelab-result-top {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 20px;
	align-items: start;
}

.bluelab-result-heading {
	margin: 0;
	font-size: 26px;
	color: #111827;
	line-height: 1.1;
}

.bluelab-result-summary {
	margin: 10px 0 0;
	color: #5b6472;
	line-height: 1.6;
}

.bluelab-main-score-wrap {
	margin: 18px 0 6px;
}

.bluelab-main-score-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	gap: 10px;
	color: #111827;
	font-weight: 600;
}

.bluelab-main-score-track {
	width: 100%;
	height: 14px;
	background: linear-gradient(90deg, #d93025 0%, #f4b400 50%, #1f9d55 100%);
	border-radius: 999px;
	overflow: hidden;
	position: relative;
}

.bluelab-main-score-mask {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.78);
}

.bluelab-main-score-labels {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #667085;
	margin-top: 6px;
	gap: 12px;
}

.bluelab-domain-card {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #d8e0ec;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 66, 134, 0.06);
}

.bluelab-domain-card-top {
	padding: 8px 12px;
	border-bottom: 1px solid #edf1f5;
	background: #f3f6fa;
	display: flex;
	align-items: center;
	gap: 8px;
}

.bluelab-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.bluelab-dot.is-red { background: #ff5f57; }
.bluelab-dot.is-yellow { background: #febc2e; }
.bluelab-dot.is-green { background: #28c840; }

.bluelab-domain-pill {
	margin-left: 8px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e7ebf1;
	font-size: 12px;
	color: #667085;
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bluelab-domain-card-body {
	padding: 22px 18px;
	background: #f7f9fc;
}

.bluelab-domain-mini-card {
	border: 1px solid #e1e8f0;
	border-radius: 12px;
	background: #fff;
	padding: 16px;
}

.bluelab-domain-mini-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bluelab-domain-logo {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #0f4286;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	overflow: hidden;
	flex: 0 0 42px;
}

.bluelab-domain-logo img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.bluelab-domain-title {
	font-weight: 700;
	color: #1f2937;
}

.bluelab-domain-sub {
	font-size: 13px;
	color: #667085;
	margin-top: 4px;
	word-break: break-word;
}

.bluelab-domain-hosting {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #edf2f7;
}

.bluelab-domain-hosting-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #8a94a6;
	font-weight: 700;
}

.bluelab-domain-hosting-value {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
	word-break: break-word;
}

.bluelab-segment-box {
	margin-top: 24px;
	padding: 18px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e7edf4;
}

.bluelab-segment-title {
	font-weight: 700;
	margin-bottom: 14px;
	color: #111827;
}

.bluelab-segment-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.bluelab-meter {
	text-align: center;
}

.bluelab-meter-ring {
	width: 88px;
	height: 88px;
	margin: 0 auto 10px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bluelab-meter-inner {
	position: absolute;
	inset: 10px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #1f2937;
	font-size: 16px;
}

.bluelab-meter-label {
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	line-height: 1.3;
}

.bluelab-section {
	margin-top: 22px;
}

.bluelab-section h4 {
	margin: 0 0 8px;
	font-size: 17px;
	color: #111827;
}

.bluelab-section p {
	margin: 0;
	color: #5b6472;
	line-height: 1.6;
}

.bluelab-findings-list {
	list-style: none;
	padding-left: 0;
	margin: 10px 0 0;
}

.bluelab-findings-item {
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.5;
	color: #334155;
}

.bluelab-findings-item.is-positive .bluelab-findings-icon {
	color: #1f9d55;
	font-weight: 700;
}

.bluelab-findings-item.is-negative .bluelab-findings-icon {
	color: #d93025;
	font-weight: 700;
}

.bluelab-meta-row {
	margin-top: 14px;
	color: #4b5563;
	line-height: 1.6;
}

.bluelab-next-step-box {
	margin-top: 18px;
	padding: 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.bluelab-next-step-box p {
	margin: 8px 0 12px;
	color: #5b6472;
	line-height: 1.6;
}

.bluelab-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.bluelab-error-box {
	padding: 16px;
	border-radius: 12px;
	background: #fff4f4;
	border: 1px solid #f0b7b7;
	color: #7a1f1f;
}

.bluelab-extra-form {
	animation: bluelabFadeInUp .3s ease;
}

.bluelab-signature {
	position: absolute;
	right: 18px;
	bottom: 14px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #a0a8b5;
	font-weight: 500;
	pointer-events: none;
}

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

@media (max-width: 760px) {
	.bluelab-result-top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.bluelab-segment-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 520px) {
	.bluelab-checker-wrap {
		padding: 18px;
	}

	.bluelab-checker-title {
		font-size: 28px;
		line-height: 1.08;
		letter-spacing: -0.03em;
		max-width: 800px;
	}

	.bluelab-actions {
		flex-direction: column;
	}

	.bluelab-btn {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.bluelab-domain-card-top {
		flex-wrap: wrap;
	}

	.bluelab-domain-pill {
		margin-left: 0;
		width: 100%;
	}

	.bluelab-main-score-head,
	.bluelab-main-score-labels {
		font-size: 12px;
	}
}