.hh-subscription-troubleshooter {
	--hh-st-ink: #f3f7ff;
	--hh-st-muted: #a9b8cf;
	--hh-st-panel: #0b1728;
	--hh-st-panel-2: #12233a;
	--hh-st-line: rgba(153, 181, 219, .2);
	--hh-st-accent: #69e5c4;
	--hh-st-blue: #91bfff;
	color: var(--hh-st-ink);
	margin: 1.5rem 0 4rem;
}

.hh-st-hero {
	background: radial-gradient(circle at 88% 14%, rgba(105, 229, 196, .23), transparent 32%), radial-gradient(circle at 3% 90%, rgba(92, 135, 255, .2), transparent 35%), linear-gradient(135deg, #0b1423, #122a43);
	border: 1px solid var(--hh-st-line);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(3, 9, 18, .28);
	padding: clamp(1.5rem, 4vw, 3.2rem);
}

.hh-st-hero-copy { max-width: 820px; }
.hh-st-eyebrow, .hh-st-kicker, .hh-st-result-kicker { color: var(--hh-st-accent); font-size: .74rem; font-weight: 850; letter-spacing: .13em; margin: 0 0 .7rem; text-transform: uppercase; }
.hh-st-hero h2 { color: #fff; font-size: clamp(2rem, 5.2vw, 4rem); letter-spacing: -.04em; line-height: 1.03; margin: 0; max-width: 800px; }
.hh-st-hero-copy > p:last-child { color: #c4d2e5; font-size: 1.04rem; line-height: 1.75; margin: 1rem 0 0; max-width: 760px; }
.hh-st-trust { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.hh-st-trust span { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; color: #d9e5f5; font-size: .75rem; font-weight: 750; padding: .42rem .7rem; }

.hh-st-layout { align-items: start; display: grid; gap: 1rem; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.5fr); margin-top: 1rem; }
.hh-st-form, .hh-st-result, .hh-st-seo-copy, .hh-st-faq { background: linear-gradient(145deg, var(--hh-st-panel-2), var(--hh-st-panel)); border: 1px solid var(--hh-st-line); border-radius: 20px; }
.hh-st-form { padding: 1.2rem; position: sticky; top: 1rem; }
.hh-st-form-heading { align-items: center; border-bottom: 1px solid var(--hh-st-line); display: flex; gap: .8rem; margin-bottom: 1.1rem; padding-bottom: 1rem; }
.hh-st-form-heading > div { min-width: 0; }
.hh-st-form-heading strong { color: #fff; display: block; font-size: 1rem; }
.hh-st-form-heading p { color: var(--hh-st-muted); font-size: .78rem; margin: .22rem 0 0; }
.hh-st-step { align-items: center; background: rgba(105, 229, 196, .14); border: 1px solid rgba(105, 229, 196, .25); border-radius: 10px; color: var(--hh-st-accent); display: inline-flex; font-size: .72rem; font-weight: 850; height: 38px; justify-content: center; width: 38px; }
.hh-st-field { display: grid; gap: .42rem; margin-top: .85rem; }
.hh-st-field label { color: var(--hh-st-muted); font-size: .76rem; font-weight: 800; line-height: 1.35; }
.hh-st-field select { background: #0c1b2e; border: 1px solid var(--hh-st-line); border-radius: 10px; box-sizing: border-box; color: #fff; font: inherit; min-height: 46px; padding: .6rem .7rem; width: 100%; }
.hh-st-field select:focus { border-color: var(--hh-st-accent); outline: 2px solid rgba(105, 229, 196, .2); }
.hh-st-submit { background: linear-gradient(135deg, var(--hh-st-accent), #78a9ff); border: 0; border-radius: 10px; color: #071423; cursor: pointer; font: inherit; font-weight: 850; margin-top: 1rem; min-height: 47px; padding: .7rem 1rem; width: 100%; }
.hh-st-submit:hover, .hh-st-submit:focus-visible { filter: brightness(1.08); outline: 2px solid rgba(105, 229, 196, .34); outline-offset: 2px; }
.hh-st-form-note { color: #8194ad; font-size: .72rem; line-height: 1.55; margin: .75rem 0 0; }

.hh-st-result { min-width: 0; overflow: hidden; transition: opacity .2s ease; }
.hh-subscription-troubleshooter.is-updating .hh-st-result { opacity: .45; }
.hh-st-result-heading { border-bottom: 1px solid var(--hh-st-line); padding: clamp(1.25rem, 3vw, 2rem); }
.hh-st-result-provider { color: var(--hh-st-blue); font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.hh-st-result-heading h2 { color: #fff; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.025em; line-height: 1.1; margin: .55rem 0 .55rem; }
.hh-st-result-heading p { color: #c0cde0; line-height: 1.7; margin: 0; max-width: 780px; }
.hh-st-result-body { display: grid; gap: 1.2rem; grid-template-columns: minmax(0, 1.35fr) minmax(190px, .65fr); padding: clamp(1.25rem, 3vw, 2rem); }
.hh-st-checklist ol { counter-reset: hh-st-counter; list-style: none; margin: 0; padding: 0; }
.hh-st-checklist li { color: #cad6e8; line-height: 1.65; padding: .1rem 0 .95rem 2rem; position: relative; }
.hh-st-checklist li + li { border-top: 1px solid rgba(153, 181, 219, .1); padding-top: .95rem; }
.hh-st-checklist li::before { align-items: center; background: rgba(105, 229, 196, .12); border: 1px solid rgba(105, 229, 196, .25); border-radius: 50%; color: var(--hh-st-accent); content: counter(hh-st-counter); counter-increment: hh-st-counter; display: inline-flex; font-size: .7rem; font-weight: 850; height: 23px; justify-content: center; left: 0; position: absolute; top: .1rem; width: 23px; }
.hh-st-checklist li + li::before { top: 1rem; }
.hh-st-result-links { border-left: 1px solid var(--hh-st-line); padding-left: 1.2rem; }
.hh-st-result-links a { align-items: flex-start; border-bottom: 1px solid rgba(153, 181, 219, .14); color: var(--hh-st-blue); display: flex; font-size: .83rem; font-weight: 760; gap: .35rem; justify-content: space-between; line-height: 1.45; padding: .62rem 0; text-decoration: none; }
.hh-st-result-links a:hover { color: #fff; }
.hh-st-result-links a span { color: var(--hh-st-accent); flex: 0 0 auto; }
.hh-st-result-footnote { border-top: 1px solid var(--hh-st-line); color: #8497b1; font-size: .72rem; line-height: 1.55; margin: 0; padding: 1rem clamp(1.25rem, 3vw, 2rem); }

.hh-st-seo-copy { margin-top: 1rem; padding: clamp(1.35rem, 3vw, 2.2rem); }
.hh-st-seo-copy > div:first-child { max-width: 760px; }
.hh-st-seo-copy h2, .hh-st-faq h2 { color: #fff; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; line-height: 1.15; margin: 0; }
.hh-st-seo-copy > div:first-child > p:last-child { color: #b7c5d8; line-height: 1.75; margin: .8rem 0 0; }
.hh-st-seo-grid { display: grid; gap: .8rem; grid-template-columns: repeat(4, 1fr); margin-top: 1.5rem; }
.hh-st-seo-grid article { border-top: 2px solid rgba(105, 229, 196, .38); padding-top: .8rem; }
.hh-st-seo-grid article > span { color: var(--hh-st-accent); font-size: .72rem; font-weight: 850; }
.hh-st-seo-grid h3 { color: #fff; font-size: 1rem; line-height: 1.25; margin: .45rem 0 .35rem; }
.hh-st-seo-grid p { color: var(--hh-st-muted); font-size: .83rem; line-height: 1.6; margin: 0; }
.hh-st-faq { margin-top: 1rem; padding: clamp(1.35rem, 3vw, 2.2rem); }
.hh-st-faq details { border-top: 1px solid var(--hh-st-line); margin-top: 1rem; padding-top: 1rem; }
.hh-st-faq summary { color: #fff; cursor: pointer; font-weight: 800; list-style-position: outside; }
.hh-st-faq details p { color: var(--hh-st-muted); line-height: 1.7; margin: .65rem 0 0; }
.hh-st-source { color: #8092aa; font-size: .74rem; line-height: 1.6; margin: .9rem 0 0; }

@media (max-width: 900px) {
	.hh-st-layout { grid-template-columns: 1fr; }
	.hh-st-form { position: static; }
	.hh-st-seo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.hh-subscription-troubleshooter { margin-top: .75rem; }
	.hh-st-hero { border-radius: 18px; padding: 1.3rem; }
	.hh-st-hero h2 { font-size: clamp(1.9rem, 10vw, 2.8rem); }
	.hh-st-trust { gap: .4rem; }
	.hh-st-trust span { font-size: .68rem; }
	.hh-st-layout { gap: .75rem; margin-top: .75rem; }
	.hh-st-form, .hh-st-result, .hh-st-seo-copy, .hh-st-faq { border-radius: 16px; }
	.hh-st-result-body { grid-template-columns: 1fr; }
	.hh-st-result-links { border-left: 0; border-top: 1px solid var(--hh-st-line); padding-left: 0; padding-top: 1.1rem; }
	.hh-st-seo-grid { grid-template-columns: 1fr; }
}
