:root {
  --ink: #10243c;
  --ink-strong: #07172a;
  --ink-soft: #526277;
  --navy: #08192c;
  --navy-2: #0d2741;
  --paper: #f4f6f2;
  --surface: #ffffff;
  --surface-soft: #eef3ef;
  --line: #d8e0dc;
  --line-dark: rgba(255, 255, 255, 0.16);
  --accent: #27c58a;
  --accent-dark: #11865f;
  --accent-pale: #dff8ee;
  --signal: #ffbc5e;
  --signal-pale: #fff1d6;
  --danger: #b64a50;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 10px 30px rgba(7, 23, 42, 0.08);
  --shadow: 0 24px 70px rgba(7, 23, 42, 0.13);
  --content: 1180px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", Avenir, Inter, ui-sans-serif, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: rgba(16, 36, 60, 0.38);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-color: currentColor;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink-strong);
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.65rem, 6vw, 5.25rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 1rem;
}

code,
pre {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

code {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f0f3f1;
  padding: 0.08em 0.34em;
  font-size: 0.9em;
}

pre {
  overflow-x: auto;
  border-radius: var(--radius);
  background: var(--ink-strong);
  color: #eff8f4;
  padding: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

pre code {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
}

.container {
  width: min(var(--content), calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  width: min(760px, 100%);
}

.narrow-wide {
  width: min(920px, 100%);
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--surface);
  padding: 0.7rem 1rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  display: inline-flex;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  vertical-align: -0.16em;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg .fill {
  fill: currentColor;
  stroke: none;
}

.disclosure-bar {
  border-bottom: 1px solid #eadfbd;
  background: #fff8e9;
  color: #625c4f;
  font-size: 0.78rem;
}

.disclosure-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  padding-block: 0.45rem;
}

.disclosure-inner p {
  margin: 0;
}

.disclosure-inner strong {
  color: #413b31;
}

.disclosure-inner a {
  flex: 0 0 auto;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 300;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #172033;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #ffffff;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--navy);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.brand-mark .icon {
  width: 27px;
  height: 27px;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  margin-top: 0.34rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.55rem;
}

.primary-nav a,
.header-search {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a {
  position: relative;
  padding-block: 1.55rem;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.85rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--accent-dark);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a.active::after {
  transform: scaleX(1);
}

.primary-nav a:hover,
.primary-nav a.active,
.header-search:hover {
  color: #ffffff;
}

.header-search {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0.5rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.15rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--accent);
  color: #052319;
  box-shadow: 0 12px 28px rgba(39, 197, 138, 0.25);
}

.button-primary:hover {
  background: #38d69b;
}

.button-secondary {
  border-color: rgba(16, 36, 60, 0.18);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.button-ghost {
  border-color: rgba(16, 36, 60, 0.22);
  background: transparent;
  color: var(--ink);
}

.button-disabled {
  cursor: not-allowed;
  border-color: var(--line);
  background: #e9eeeb;
  color: #7b8783;
  box-shadow: none;
}

.button-block {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent-dark);
  font-weight: 850;
  text-decoration: none;
}

.text-link .icon {
  transition: transform 160ms ease;
}

.text-link:hover .icon {
  transform: translateX(4px);
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--accent-dark);
  padding: 0;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-accent {
  color: var(--accent);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f5f7fb;
  color: var(--ink-soft);
}

.hero::after {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(16, 36, 60, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 36, 60, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 4rem;
  min-height: 0;
  padding-block: 3.6rem;
}

.hero h1 {
  max-width: 680px;
  color: var(--ink-strong);
  font-size: clamp(2.75rem, 5vw, 4.6rem);
}

.hero-lead {
  max-width: 720px;
  margin: 1.5rem 0 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
}

.hero-description {
  max-width: 720px;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin: 1.7rem 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.trust-list .icon {
  color: var(--accent);
}

.radar-visual {
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 16 / 11;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle, rgba(39, 197, 138, 0.08) 0%, rgba(39, 197, 138, 0.02) 48%, rgba(7, 24, 43, 0.12) 70%),
    rgba(5, 20, 34, 0.72);
  box-shadow: inset 0 0 80px rgba(39, 197, 138, 0.08), 0 22px 54px rgba(7, 23, 42, 0.18);
}

.radar-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(39, 197, 138, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 197, 138, 0.5) 1px, transparent 1px);
  background-size: 42px 42px;
}

.radar-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(70, 230, 173, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 34%; height: 34%; }
.ring-two { width: 66%; height: 66%; }
.ring-three { width: 92%; height: 92%; }

.radar-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(70, 230, 173, 0.18);
  transform: translate(-50%, -50%);
}

.radar-cross-horizontal { width: 92%; height: 1px; }
.radar-cross-vertical { width: 1px; height: 92%; }

.radar-sweep {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background: conic-gradient(from 15deg, transparent 0deg, transparent 295deg, rgba(39, 197, 138, 0.02) 305deg, rgba(39, 197, 138, 0.48) 359deg, transparent 360deg);
  animation: sweep 7s linear infinite;
}

.radar-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(39, 197, 138, 0.11), 0 0 18px rgba(39, 197, 138, 0.75);
}

.dot-one { top: 25%; right: 28%; }
.dot-two { right: 20%; bottom: 34%; }
.dot-three { bottom: 22%; left: 31%; }

.radar-caption {
  position: absolute;
  right: 12%;
  bottom: 12%;
  display: grid;
  min-width: 228px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(8, 25, 44, 0.86);
  padding: 0.9rem 1rem;
  backdrop-filter: blur(12px);
}

.radar-caption strong {
  color: #ffffff;
}

.radar-caption span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

@keyframes sweep {
  to { transform: rotate(360deg); }
}

.category-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.category-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.category-strip a {
  display: grid;
  min-height: 128px;
  align-content: center;
  gap: 0.3rem;
  border-left: 1px solid var(--line);
  padding: 1.35rem;
  text-decoration: none;
}

.category-strip a:last-child {
  border-right: 1px solid var(--line);
}

.category-strip a:hover {
  background: var(--accent-pale);
}

.category-strip strong {
  color: var(--ink-strong);
}

.category-strip span {
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.4;
}

.section {
  padding-block: clamp(4rem, 6vw, 6rem);
}

.section-tinted {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.section-heading {
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  max-width: 800px;
}

.section-heading p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 0.9rem;
  color: var(--ink-soft);
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.centered {
  text-align: center;
}

.centered h2,
.centered p {
  margin-inline: auto;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
}

.provider-card {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.05rem;
  box-shadow: 0 10px 28px rgba(7, 23, 42, 0.05);
}

.provider-card:nth-child(4),
.provider-card:nth-child(5) {
  grid-column: span 1;
}

.provider-card:hover {
  border-color: rgba(17, 134, 95, 0.35);
  box-shadow: var(--shadow-sm);
}

.provider-card-top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.provider-card-top .eyebrow {
  margin-bottom: 0.25rem;
  font-size: 0.62rem;
}

.provider-card-top h3 {
  font-size: 1.08rem;
}

.provider-card > p {
  margin: 1.2rem 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.provider-card .button {
  margin-top: auto;
}

.provider-initials {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(17, 134, 95, 0.18);
  border-radius: 14px;
  background: var(--accent-pale);
  color: var(--accent-dark);
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.provider-initials-large {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  font-size: 1.35rem;
}

.score-badge {
  display: none;
  min-width: 70px;
  justify-items: end;
}

.score-badge strong {
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}

.score-badge span {
  margin-top: 0.3rem;
  color: var(--ink-soft);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.tag-row span {
  border-radius: 999px;
  background: #eef2f0;
  color: #526259;
  padding: 0.25rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 750;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(7, 23, 42, 0.05);
}

.article-card:hover {
  box-shadow: var(--shadow-sm);
}

.article-card-art {
  position: relative;
  display: flex;
  min-height: 185px;
  align-items: end;
  overflow: hidden;
  padding: 1.2rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-card-art::before,
.article-card-art::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.article-card-art::before {
  width: 240px;
  height: 240px;
  top: -72px;
  right: -38px;
}

.article-card-art::after {
  width: 150px;
  height: 150px;
  top: -26px;
  right: 8px;
}

.article-card-art > span:first-child {
  position: relative;
  z-index: 2;
}

.art-signal {
  position: absolute;
  z-index: 2;
  top: 32%;
  right: 25%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(39, 197, 138, 0.14), 0 0 24px rgba(39, 197, 138, 0.8);
}

.art-web-hosting { background: linear-gradient(135deg, #0a2037, #174864); }
.art-wordpress { background: linear-gradient(135deg, #18233f, #414e8c); }
.art-vps { background: linear-gradient(135deg, #0b2d31, #16705f); }
.art-cloud { background: linear-gradient(135deg, #1c2946, #286b87); }
.art-buying-guides { background: linear-gradient(135deg, #3a2a28, #936446); }

.article-card-body {
  padding: 1.3rem;
}

.article-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 750;
}

.article-card-meta a {
  color: var(--accent-dark);
  text-decoration: none;
}

.article-card h3 {
  font-size: 1.35rem;
  line-height: 1.22;
}

.article-card h3 a {
  text-decoration: none;
}

.article-card-body > p {
  margin: 0.85rem 0 1.15rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.article-card-compact .article-card-art {
  min-height: 145px;
}

.methodology-section {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.72);
}

.methodology-section h2,
.methodology-section h3 {
  color: #ffffff;
}

.methodology-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 5rem;
}

.methodology-grid > div:first-child > p:not(.eyebrow) {
  margin: 1.2rem 0 1.7rem;
  font-size: 1.05rem;
}

.method-cards {
  display: grid;
  gap: 0.9rem;
}

.method-cards article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 1.2rem;
}

.method-cards article > span {
  grid-row: span 2;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 900;
}

.method-cards article p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.faq-section {
  background: var(--surface);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
  padding-right: 2rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 0;
  content: "+";
  color: var(--accent-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 700px;
  margin: 0.85rem 0 0;
  color: var(--ink-soft);
}

.page-hero,
.provider-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% -20%, rgba(39, 197, 138, 0.14), transparent 38%),
    #f5f7fb;
  color: var(--ink-soft);
}

.page-hero-compact .container {
  padding-block: 4.4rem;
}

.page-hero h1,
.provider-hero h1 {
  color: var(--ink-strong);
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.page-hero .container > p:not(.eyebrow),
.provider-hero .hero-lead {
  max-width: 780px;
  margin-top: 1.1rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.breadcrumbs {
  margin-bottom: 1.6rem;
  font-size: 0.74rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: var(--ink-soft);
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.45rem;
  content: "/";
  opacity: 0.55;
}

.breadcrumbs a {
  color: var(--ink);
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.7rem;
}

.category-pills a,
.category-label {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 0.38rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}

.pagination > div {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.pagination a,
.pagination .ellipsis {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
}

.pagination a {
  border: 1px solid var(--line);
  background: var(--surface);
  font-weight: 800;
}

.pagination a.current {
  border-color: var(--navy);
  background: var(--navy);
  color: #ffffff;
}

.pagination-direction:last-child {
  justify-self: end;
}

.empty-state {
  border: 1px dashed #b9c5bf;
  border-radius: var(--radius);
  background: var(--surface);
  padding: 3rem;
  text-align: center;
}

.empty-state p {
  margin: 1rem auto 1.5rem;
  color: var(--ink-soft);
}

.article-header {
  border-bottom: 1px solid var(--line);
  background: #f5f7fb;
  color: var(--ink-soft);
  padding-block: 4.6rem 3.2rem;
}

.article-header h1 {
  max-width: 980px;
  margin-top: 1.1rem;
  color: var(--ink-strong);
  font-size: clamp(2.7rem, 6vw, 5.25rem);
}

.article-deck {
  max-width: 790px;
  margin: 1.35rem 0 0;
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.3rem;
  margin-top: 1.55rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.article-byline span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.article-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.78rem;
}

.article-actions a,
.article-actions button {
  color: var(--accent);
}

.article-visual {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  height: clamp(210px, 28vw, 390px);
  place-items: center;
  overflow: hidden;
  margin: -1px auto 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.article-visual > span {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.article-visual-rings,
.article-visual-rings::before,
.article-visual-rings::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.article-visual-rings {
  width: 420px;
  height: 420px;
}

.article-visual-rings::before,
.article-visual-rings::after {
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.article-visual-rings::before { width: 280px; height: 280px; }
.article-visual-rings::after { width: 140px; height: 140px; }

.article-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 760px);
  justify-content: center;
  gap: 4rem;
  padding-block: 4.8rem 6rem;
}

.article-sidebar {
  align-self: start;
}

.toc {
  position: sticky;
  top: 112px;
  border-left: 2px solid var(--line);
  padding-left: 1rem;
}

.toc > p {
  margin: 0 0 0.8rem;
  color: var(--ink-strong);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.toc ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc a {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
  text-decoration: none;
}

.toc a:hover {
  color: var(--accent-dark);
}

.toc-level-3 {
  padding-left: 0.85rem;
}

.sidebar-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.15rem;
  box-shadow: 0 10px 28px rgba(7, 23, 42, 0.05);
}

.article-sidebar .sidebar-card {
  margin-top: 1rem;
}

.sidebar-card p {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.sidebar-card > a:not(.button) {
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.sidebar-card small {
  display: block;
  margin-top: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.66rem;
  line-height: 1.45;
}

.provider-mini {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.provider-mini div {
  display: grid;
}

.provider-mini span:not(.provider-initials) {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.article-summary,
.research-status {
  border: 1px solid rgba(17, 134, 95, 0.2);
  border-radius: var(--radius);
  background: var(--accent-pale);
  padding: 1.15rem 1.25rem;
}

.article-summary {
  margin-bottom: 2.3rem;
}

.article-summary strong,
.research-status strong {
  color: #0d5d43;
}

.article-summary p,
.research-status p {
  margin: 0.35rem 0 0;
  color: #335f50;
  font-size: 0.9rem;
}

.prose {
  color: #233850;
  font-size: 1.03rem;
  line-height: 1.82;
}

.prose > *:first-child {
  margin-top: 0;
}

.prose h2,
.prose h3,
.prose h4 {
  scroll-margin-top: 110px;
}

.prose h2 {
  margin: 3.4rem 0 1.05rem;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.prose h3 {
  margin: 2.4rem 0 0.85rem;
  font-size: 1.45rem;
}

.prose h4 {
  margin: 2rem 0 0.7rem;
  font-size: 1.12rem;
}

.heading-anchor {
  margin-left: 0.45rem;
  color: var(--accent-dark);
  font-size: 0.65em;
  opacity: 0;
  text-decoration: none;
}

.prose h2:hover .heading-anchor,
.prose h3:hover .heading-anchor,
.prose h4:hover .heading-anchor {
  opacity: 0.55;
}

.prose p {
  margin: 1rem 0 1.25rem;
}

.prose ul,
.prose ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.4rem;
}

.prose li {
  margin: 0.45rem 0;
  padding-left: 0.3rem;
}

.prose a {
  color: #0d7652;
  font-weight: 700;
}

.prose blockquote {
  margin: 2rem 0;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--surface);
  padding: 1.1rem 1.3rem;
  box-shadow: var(--shadow-sm);
}

.prose blockquote p {
  margin: 0;
}

.prose hr {
  height: 1px;
  margin: 3rem 0;
  border: 0;
  background: var(--line);
}

.prose img {
  margin: 1.8rem auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.callout {
  margin: 2rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.15rem 1.25rem;
}

.callout-title {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink-strong);
}

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

.callout-tip {
  border-color: rgba(17, 134, 95, 0.24);
  background: var(--accent-pale);
}

.callout-warning {
  border-color: rgba(182, 74, 80, 0.22);
  background: #fff0f0;
}

.callout-deal {
  border-color: rgba(197, 129, 28, 0.28);
  background: var(--signal-pale);
}

.table-scroll {
  overflow-x: auto;
  margin: 2rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.table-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  font-size: 0.9rem;
}

.table-scroll th,
.table-scroll td {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
}

.table-scroll th {
  background: #edf2ef;
  color: var(--ink-strong);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.table-scroll tr:last-child td {
  border-bottom: 0;
}

.article-sources {
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  padding-top: 2.5rem;
}

.article-sources h2 {
  font-size: 1.8rem;
}

.article-sources ol {
  display: grid;
  gap: 0.8rem;
  padding-left: 1.25rem;
}

.article-sources li {
  padding-left: 0.35rem;
}

.article-sources a {
  color: var(--accent-dark);
  font-weight: 750;
}

.article-sources li > span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.related-section {
  border-bottom: 0;
}

.provider-hero .container {
  padding-block: 4.5rem;
}

.provider-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 4rem;
}

.provider-title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.provider-score-panel {
  display: grid;
  min-height: 205px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.provider-score-panel > span {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.provider-score-panel strong {
  color: var(--ink-strong);
  font-family: var(--font-display);
  font-size: 4.5rem;
  line-height: 1;
}

.provider-score-panel small {
  max-width: 150px;
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.provider-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) 290px;
  justify-content: center;
  gap: 4rem;
}

.provider-content-grid h2 {
  margin: 3rem 0 1.2rem;
  font-size: 2rem;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.facts-grid > div {
  display: grid;
  gap: 0.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: 1rem;
}

.facts-grid span {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 750;
}

.checklist,
.mini-checklist,
.source-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.checklist li {
  display: flex;
  align-items: start;
  gap: 0.55rem;
}

.checklist .icon {
  margin-top: 0.25rem;
  color: var(--accent-dark);
}

.mini-checklist {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.mini-checklist li::before {
  margin-right: 0.45rem;
  color: var(--accent-dark);
  content: "○";
}

.source-list a {
  color: var(--accent-dark);
  word-break: break-all;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.comparison-grid article {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.2rem;
}

.comparison-grid article > div {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
}

.comparison-grid article > p,
.comparison-grid article > .button {
  grid-column: 1 / -1;
}

.comparison-grid article > p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  text-align: center;
}

.page-prose {
  font-size: 1.03rem;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.search-form input {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  outline: 0;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  padding: 0.8rem 1.1rem;
}

.search-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.search-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(39, 197, 138, 0.18);
}

.search-status {
  margin-bottom: 1.2rem;
  color: var(--ink-soft);
}

.search-results {
  display: grid;
  gap: 0.8rem;
}

.search-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 1.15rem;
}

.search-result h2 {
  font-size: 1.3rem;
}

.search-result h2 a {
  text-decoration: none;
}

.search-result p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.search-result span {
  color: var(--accent-dark);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.not-found {
  display: grid;
  min-height: 62vh;
  place-items: center;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.not-found .container {
  padding-block: 5rem;
}

.not-found h1 {
  color: #ffffff;
}

.not-found p:not(.eyebrow) {
  max-width: 580px;
  margin: 1rem auto;
}

.not-found .hero-actions {
  justify-content: center;
}

.radar-small {
  display: inline-grid;
  width: 90px;
  height: 90px;
  place-items: center;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--accent);
}

.radar-small .icon {
  width: 52px;
  height: 52px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #061321;
  color: rgba(255, 255, 255, 0.62);
  padding-block: 4.2rem 1.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  gap: 4rem;
}

.site-footer .brand-copy strong {
  color: #ffffff;
}

.site-footer .brand-copy small {
  color: rgba(255, 255, 255, 0.48);
}

.footer-description {
  max-width: 470px;
  margin-top: 1.2rem;
}

.site-footer .small {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.74rem;
}

.footer-grid h2 {
  margin-bottom: 0.95rem;
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.15rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  .primary-nav {
    gap: 1rem;
  }

  .primary-nav a {
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 400px;
    gap: 2.2rem;
  }

  .category-strip-inner {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
  }

  .provider-grid,
  .article-grid,
  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 860px) {
  .disclosure-inner {
    align-items: start;
  }

  .header-inner {
    position: relative;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
  }

  .header-search {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    z-index: 400;
    top: 100%;
    right: calc(50% - 50vw);
    left: calc(50% - 50vw);
    width: 100vw;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 0;
    transform: translateY(-8px);
    visibility: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #111a2b;
    padding: 0.4rem max(16px, calc((100vw - var(--content)) / 2)) 1rem;
    opacity: 0;
    box-shadow: 0 24px 55px rgba(7, 23, 42, 0.34);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .nav-open .primary-nav {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.82);
    padding: 0.88rem 0.2rem;
    font-size: 0.95rem;
  }

  .primary-nav a::after {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 3rem;
  }

  .radar-visual {
    width: min(100%, 470px);
    justify-self: center;
  }

  .methodology-grid,
  .provider-hero-grid,
  .provider-content-grid {
    grid-template-columns: 1fr;
  }

  .methodology-grid {
    gap: 2.5rem;
  }

  .provider-score-panel {
    min-height: 165px;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-sidebar,
  .article-main {
    width: 100%;
    min-width: 0;
  }

  .article-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .toc {
    position: static;
    grid-column: 1 / -1;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 1rem;
  }

  .article-sidebar .sidebar-card {
    margin: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .container,
  .article-visual {
    width: min(100% - 28px, var(--content));
  }

  .disclosure-inner {
    display: block;
    padding-block: 0.6rem;
    text-align: center;
  }

  .disclosure-inner a {
    display: inline-block;
    margin-top: 0.25rem;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy small,
  .header-search span {
    display: none;
  }

  .hero-grid {
    gap: 2.2rem;
    padding-block: 2.6rem;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.35rem);
  }

  .hero-lead {
    margin-top: 1rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .radar-caption {
    right: 8%;
    bottom: 8%;
    min-width: 190px;
  }

  .category-strip-inner {
    overflow: visible;
    grid-template-columns: 1fr;
  }

  .category-strip a {
    min-height: 0;
    border-right: 1px solid var(--line);
    padding: 1.15rem 1.25rem;
  }

  .category-strip a + a {
    border-top: 1px solid var(--line);
  }

  .split-heading {
    display: block;
  }

  .split-heading > .text-link {
    margin-top: 1rem;
  }

  .provider-grid,
  .article-grid,
  .comparison-grid,
  .facts-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .page-hero-compact .container,
  .provider-hero .container,
  .article-header {
    padding-block: 3.2rem;
  }

  .provider-title-row {
    align-items: start;
  }

  .provider-title-row h1 {
    font-size: 2.7rem;
  }

  .article-visual {
    height: 210px;
    border-radius: 0 0 var(--radius) var(--radius);
  }

  .article-layout {
    gap: 2.5rem;
    padding-block: 3.2rem 4rem;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .search-result {
    grid-template-columns: 1fr;
  }

  .pagination {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pagination-direction:last-child {
    justify-self: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom p + p {
    margin-top: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .disclosure-bar,
  .site-header,
  .site-footer,
  .article-sidebar,
  .article-actions,
  .related-section,
  .article-visual {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
    font-size: 11pt;
  }

  .article-header {
    background: #ffffff;
    color: #000000;
    padding: 0 0 1rem;
  }

  .article-header h1,
  .article-deck {
    color: #000000;
  }

  .article-layout {
    display: block;
    width: 100%;
    padding: 0;
  }

  .prose a {
    color: #000000;
    text-decoration: underline;
  }

  .prose a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    word-break: break-all;
  }
}
