/* TTFB Test (was Hosting Performance Checker), SEO Hub #13167.
   Standalone stylesheet: main.min.css is gulp-built and this page does not need
   to wait on that toolchain. Brand colours match it (#ff5722 / #00adb5). */

.hosting-checker-page { --hc-orange:#ff5722; --hc-teal:#00adb5; --hc-ink:#22262b; --hc-muted:#6b7480; --hc-line:#e4e8ed; --hc-bg:#f6f8fa; }

.hc-wrap { font-size:16px; line-height:1.6; color:#22262b; }
.hc-wrap h1, .hc-wrap h2, .hc-wrap h3 { color:#22262b; }
/* ScanWP's body font renders bold weakly at these sizes; be explicit. */
.hc-wrap strong, .hc-wrap b { font-weight:700; color:#22262b; }
.hc-wrap em { font-style:italic; }

/* ---------- hero + form ---------- */
.hc-hero { background:linear-gradient(180deg,#fbfcfd 0%,#f2f5f8 100%); border-bottom:1px solid #e4e8ed; padding:48px 0 40px; }
.hc-hero-inner { max-width:760px; margin:0 auto; text-align:center; padding:0 15px; }
.hc-hero h1 { font-size:34px; line-height:1.25; margin:0 0 14px; font-weight:700; }
.hc-hero .hc-sub { font-size:18px; color:#4a5361; margin:0 auto 28px; max-width:620px; }

.hc-form { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.hc-form input[type=url], .hc-form input[type=text] {
	flex:1 1 380px; min-width:0; height:56px; padding:0 18px; font-size:17px;
	border:2px solid #d8dee6; border-radius:6px; background:#fff; color:#22262b; outline:none;
	transition:border-color .15s;
}
.hc-form input:focus { border-color:#00adb5; }
.hc-form button {
	height:56px; padding:0 34px; font-size:17px; font-weight:700; color:#fff; cursor:pointer;
	background:#ff5722; border:0; border-radius:6px; transition:background .15s, transform .05s;
}
.hc-form button:hover { background:#e64a19; }
.hc-form button:active { transform:translateY(1px); }
.hc-form button[disabled] { background:#b9c0c8; cursor:default; }

.hc-note { font-size:14px; color:#6b7480; margin-top:14px; }
.hc-disclosure {
	margin:18px auto 0; max-width:620px; font-size:13px; line-height:1.55; color:#6b7480;
	background:#fff; border:1px solid #e4e8ed; border-left:3px solid #ff5722;
	border-radius:4px; padding:10px 14px; text-align:left;
}
.hc-disclosure strong { color:#4a5361; }

/* ---------- progress ---------- */
.hc-progress { display:none; max-width:620px; margin:26px auto 0; text-align:left; }
.hc-progress.is-on { display:block; }
.hc-bar { height:6px; background:#e4e8ed; border-radius:3px; overflow:hidden; }
.hc-bar span { display:block; height:100%; width:0; background:#00adb5; transition:width .5s linear; }
.hc-progress p { font-size:14px; color:#6b7480; margin:10px 0 0; }

/* ---------- results ---------- */
.hc-results { display:none; padding:40px 0; }
.hc-results.is-on { display:block; }
.hc-panel { max-width:900px; margin:0 auto; padding:0 15px; }

.hc-verdict { display:flex; gap:26px; align-items:flex-start; background:#fff; border:1px solid #e4e8ed;
	border-radius:10px; padding:28px; box-shadow:0 1px 3px rgba(20,30,40,.05); }
.hc-grade { flex:0 0 118px; text-align:center; }
.hc-grade .hc-letter {
	display:flex; align-items:center; justify-content:center;
	width:110px; height:110px; margin:0 auto; border-radius:50%;
	font-size:56px; font-weight:700; color:#fff; line-height:1;
}
.hc-grade .hc-letter-label { display:block; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:#6b7480; margin-top:10px; }
.hc-g-A .hc-letter, .hc-g-B .hc-letter { background:#2e9e5b; }
.hc-g-C .hc-letter { background:#d99000; }
.hc-g-D .hc-letter { background:#e2661a; }
.hc-g-F .hc-letter { background:#cc3227; }
.hc-g-none .hc-letter { background:#8b95a1; font-size:38px; }

.hc-verdict-body { flex:1 1 auto; min-width:0; }
.hc-verdict-body h2 { font-size:25px; margin:2px 0 12px; font-weight:700; line-height:1.3; }
.hc-verdict-body p { margin:0 0 12px; color:#3d4552; }
.hc-verdict-body .hc-next { color:#22262b; font-weight:600; margin-bottom:0; }
.hc-checked { font-size:13px; color:#8b95a1; margin:0 0 10px; word-break:break-all; }

/* metric tiles */
.hc-metrics { display:flex; flex-wrap:wrap; gap:14px; margin:22px 0 0; }
.hc-metric { flex:1 1 190px; background:#fff; border:1px solid #e4e8ed; border-radius:8px; padding:16px 18px; }
.hc-metric .hc-m-val { font-size:27px; font-weight:700; line-height:1.1; color:#22262b; }
.hc-metric .hc-m-val small { font-size:15px; font-weight:600; color:#6b7480; }
.hc-metric .hc-m-key { font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:#6b7480; margin-top:8px; }
.hc-metric .hc-m-help { font-size:13px; color:#8b95a1; margin-top:5px; line-height:1.45; }
.hc-metric.hc-na .hc-m-val { color:#8b95a1; }

/* signal list */
.hc-signals { margin:22px 0 0; background:#fff; border:1px solid #e4e8ed; border-radius:8px; padding:8px 18px; }
.hc-signals li { list-style:none; display:flex; gap:10px; align-items:flex-start; padding:11px 0; border-bottom:1px solid #f0f3f6; font-size:15px; }
.hc-signals li:last-child { border-bottom:0; }
.hc-signals ul { margin:0; padding:0; }
.hc-sig-icon { flex:0 0 20px; font-weight:700; line-height:1.5; }
.hc-sig-yes { color:#2e9e5b; }
.hc-sig-no  { color:#cc3227; }
.hc-sig-meh { color:#8b95a1; }
.hc-sig-text b { display:block; font-weight:600; }
.hc-sig-text span { color:#6b7480; font-size:14px; }

.hc-method { font-size:13px; color:#8b95a1; margin:16px 0 0; line-height:1.6; }

/* recommendation — only rendered on a genuinely slow server */
.hc-reco { margin:24px 0 0; background:#fff; border:1px solid #e4e8ed; border-top:4px solid #ff5722;
	border-radius:8px; padding:26px 28px; }
.hc-reco h3 { margin:0 0 12px; font-size:21px; font-weight:700; }
.hc-reco p { color:#3d4552; margin:0 0 14px; }
.hc-reco ul { color:#3d4552; padding-left:20px; margin:0 0 18px; }
.hc-reco li { margin-bottom:6px; }
.hc-cta { display:inline-block; background:#ff5722; color:#fff !important; font-weight:700; font-size:17px;
	padding:14px 30px; border-radius:6px; text-decoration:none !important; }
.hc-cta:hover { background:#e64a19; }
.hc-cta-2 { display:inline-block; margin-left:14px; color:#00adb5 !important; font-weight:600; padding:14px 4px; }
.hc-reco .hc-fine { font-size:13px; color:#8b95a1; margin:16px 0 0; }

.hc-error { max-width:620px; margin:24px auto 0; background:#fff5f4; border:1px solid #f3c9c5;
	border-radius:6px; padding:16px 18px; color:#a3352c; font-size:15px; display:none; }
.hc-error.is-on { display:block; }

/* ---------- explainer ---------- */
.hc-explain { padding:50px 0; border-top:1px solid #e4e8ed; background:#fff; }
.hc-explain .hc-panel { max-width:780px; }
.hc-explain h2 { font-size:27px; margin:0 0 16px; font-weight:700; }
.hc-explain h3 { font-size:20px; margin:32px 0 10px; font-weight:700; }
.hc-explain p { margin:0 0 14px; color:#3d4552; }
.hc-explain ul,
.hc-explain ol { color:#3d4552; padding-left:22px; margin:0 0 16px; }
.hc-explain li { margin-bottom:8px; }
.hc-two { display:flex; flex-wrap:wrap; gap:26px; margin:20px 0 0; }
.hc-two > div { flex:1 1 320px; background:#f6f8fa; border:1px solid #e4e8ed; border-radius:8px; padding:20px 22px; }
.hc-two h4 { margin:0 0 12px; font-size:17px; font-weight:700; }
.hc-two ul { padding-left:20px; margin:0; font-size:15px; }
.hc-scale { width:100%; border-collapse:collapse; margin:8px 0 4px; font-size:15px; }
.hc-scale th, .hc-scale td { text-align:left; padding:9px 12px; border-bottom:1px solid #e4e8ed; }
.hc-scale th { font-size:13px; text-transform:uppercase; letter-spacing:.05em; color:#6b7480; }
.hc-scale td:first-child { font-weight:700; width:64px; }

.hc-faq { padding:44px 0 56px; background:#f6f8fa; border-top:1px solid #e4e8ed; }
.hc-faq .hc-panel { max-width:780px; }
.hc-faq h2 { font-size:27px; margin:0 0 22px; font-weight:700; }
.hc-faq h3 { font-size:17px; margin:0 0 8px; font-weight:700; }
.hc-faq > .hc-panel > div { background:#fff; border:1px solid #e4e8ed; border-radius:8px; padding:20px 22px; margin-bottom:14px; }
.hc-faq p { margin:0; color:#3d4552; }

@media (max-width:767px){
	.hc-hero { padding:34px 0 30px; }
	.hc-hero h1 { font-size:26px; }
	.hc-hero .hc-sub { font-size:16px; }
	.hc-form input[type=url], .hc-form input[type=text], .hc-form button { flex:1 1 100%; }
	.hc-verdict { flex-direction:column; gap:18px; padding:22px; align-items:center; text-align:center; }
	.hc-verdict-body h2 { font-size:21px; }
	.hc-checked { text-align:center; }
	.hc-cta, .hc-cta-2 { display:block; margin:0 0 10px; text-align:center; }
}
