.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   HostStarterGuide — Editorial Tech-Review Design System
   Variables defined on :root for Elementor / WordPress
   compatibility. Wrap your HTML widget content in
   <div class="hsg-root">...</div> for full styling.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=Geist+Mono:wght@400;500;700&display=swap');

:root {
  --hsg-bg: #FFFFFF;
  --hsg-surface: #FAF9F6;
  --hsg-surface-elev: #F4F2EC;
  --hsg-surface-hover: #F4F2EC;
  --hsg-border: #E8E5DE;
  --hsg-border-strong: #D4D0C5;

  --hsg-primary: #0F1419;
  --hsg-primary-hover: #1F2937;

  --hsg-accent: #047857;
  --hsg-accent-dim: #065F46;
  --hsg-accent-deep: #064E3B;
  --hsg-accent-soft: #ECFDF5;
  --hsg-accent-glow: rgba(4, 120, 87, 0.1);

  --hsg-text: #0F1419;
  --hsg-text-muted: #4B5563;
  --hsg-text-dim: #9CA3AF;

  --hsg-success: #047857;
  --hsg-warning: #B45309;
  --hsg-danger: #B91C1C;

  --hsg-radius: 6px;
  --hsg-radius-lg: 12px;
  --hsg-container: 1200px;

  --hsg-font-heading: 'Fraunces', 'Times New Roman', Georgia, serif;
  --hsg-font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --hsg-font-mono: 'Geist Mono', 'IBM Plex Mono', ui-monospace, monospace;
}

.hsg-root {
  background: var(--hsg-bg);
  color: var(--hsg-text);
  font-family: var(--hsg-font-body);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hsg-root *,
.hsg-root *::before,
.hsg-root *::after {
  box-sizing: border-box;
}

.hsg-root h1,
.hsg-root h2,
.hsg-root h3,
.hsg-root h4,
.hsg-root h5,
.hsg-root h6 {
  font-family: var(--hsg-font-heading);
  color: var(--hsg-text);
  margin: 0;
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-weight: 500;
}

.hsg-root p {
  margin: 0;
  color: var(--hsg-text-muted);
}

.hsg-root a {
  color: var(--hsg-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hsg-root a:hover { color: var(--hsg-accent-dim); }

.hsg-root img { max-width: 100%; display: block; }

.hsg-container {
  max-width: var(--hsg-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================== NAV ========================== */
.hsg-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: var(--hsg-container);
  margin: 0 auto;
  padding: 0 24px;
  gap: 32px;
}

.hsg-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--hsg-font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--hsg-text);
  letter-spacing: -0.02em;
}

.hsg-logo:hover { color: var(--hsg-text); }

.hsg-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--hsg-primary);
  color: #FFFFFF;
  border-radius: 6px;
  font-family: var(--hsg-font-heading);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.hsg-logo-text { color: var(--hsg-text); }
.hsg-logo-accent { color: var(--hsg-text-muted); font-style: italic; }

.hsg-nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hsg-nav-links a {
  color: var(--hsg-text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.hsg-nav-links a:hover { color: var(--hsg-text); }
.hsg-nav-links a.active { color: var(--hsg-text); font-weight: 600; }

.hsg-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--hsg-primary);
  color: #FFFFFF !important;
  font-family: var(--hsg-font-body);
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--hsg-radius);
  transition: all 0.2s ease;
}

.hsg-nav-cta:hover {
  background: var(--hsg-primary-hover);
  transform: translateY(-1px);
}

.hsg-mobile-toggle {
  display: none;
  background: none;
  border: 1px solid var(--hsg-border-strong);
  border-radius: var(--hsg-radius);
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--hsg-text);
  align-items: center;
  justify-content: center;
}

/* ========================== HERO ========================== */
.hsg-hero {
  padding: 112px 0 96px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hsg-hero::before {
  content: "";
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 700px;
  background: radial-gradient(ellipse at center, var(--hsg-accent-glow) 0%, transparent 65%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.hsg-hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}

.hsg-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border-strong);
  border-radius: 999px;
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  font-weight: 500;
  margin-bottom: 32px;
}

.hsg-pill-dot {
  width: 7px; height: 7px;
  background: var(--hsg-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--hsg-accent-glow);
}

.hsg-hero h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hsg-hero h1 em {
  font-style: italic;
  color: var(--hsg-accent-dim);
  font-weight: 500;
}

.hsg-hero-lead {
  font-size: 18px;
  color: var(--hsg-text-muted);
  max-width: 680px;
  margin: 0 auto 72px;
  line-height: 1.65;
  text-wrap: pretty;
}

.hsg-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.hsg-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  letter-spacing: -0.005em;
}

.hsg-btn-primary,
.hsg-root a.hsg-btn-primary,
a.hsg-btn-primary {
  background: #0F1419 !important;
  background-color: #0F1419 !important;
  color: #FFFFFF !important;
  border-color: #0F1419 !important;
}
.hsg-btn-primary:hover,
.hsg-root a.hsg-btn-primary:hover,
a.hsg-btn-primary:hover {
  background: #1F2937 !important;
  background-color: #1F2937 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(15, 20, 25, 0.18);
}

.hsg-btn-secondary,
.hsg-root a.hsg-btn-secondary,
a.hsg-btn-secondary {
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0F1419 !important;
  border-color: #D4D0C5 !important;
}
.hsg-btn-secondary:hover,
.hsg-root a.hsg-btn-secondary:hover,
a.hsg-btn-secondary:hover {
  border-color: #0F1419 !important;
  color: #0F1419 !important;
  background: #FAF9F6 !important;
  background-color: #FAF9F6 !important;
}

.hsg-btn-affiliate,
.hsg-root a.hsg-btn-affiliate,
a.hsg-btn-affiliate {
  background: #065F46 !important;
  background-color: #065F46 !important;
  color: #FFFFFF !important;
  border-color: #065F46 !important;
}
.hsg-btn-affiliate:hover,
.hsg-root a.hsg-btn-affiliate:hover,
a.hsg-btn-affiliate:hover {
  background: #064E3B !important;
  background-color: #064E3B !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(6, 95, 70, 0.25);
}

.hsg-hero-meta {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--hsg-border);
}

.hsg-hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hsg-hero-meta-num {
  font-family: var(--hsg-font-heading);
  font-size: 28px;
  font-weight: 500;
  color: var(--hsg-text);
  letter-spacing: -0.02em;
  line-height: 1;
}

.hsg-hero-meta-label {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  letter-spacing: 0;
}

/* ========================== SECTION SCAFFOLD ========================== */
.hsg-section {
  padding: 96px 0;
  position: relative;
}

.hsg-section-tight { padding-top: 32px; }

.hsg-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.hsg-section-eyebrow {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-accent-dim);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-block;
}

.hsg-section-head h2 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hsg-section-head p {
  font-size: 18px;
  color: var(--hsg-text-muted);
  line-height: 1.6;
}

/* ========================== TOP PICKS PAGE (rank cards) ========================== */
.hsg-toc {
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 32px 36px;
  margin-bottom: 56px;
}

.hsg-toc-label {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hsg-accent-dim);
  margin-bottom: 18px;
  display: block;
}

.hsg-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  counter-reset: hsg-toc;
}

.hsg-toc-list li {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.hsg-toc-list li::before {
  counter-increment: hsg-toc;
  content: counter(hsg-toc, decimal-leading-zero);
  font-family: var(--hsg-font-heading);
  font-size: 15px;
  font-weight: 500;
  color: var(--hsg-text-dim);
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.hsg-toc-list a {
  color: var(--hsg-text);
  font-size: 15px;
  font-weight: 500;
  flex: 1;
  border-bottom: 1px dotted var(--hsg-border-strong);
  padding-bottom: 4px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hsg-toc-list a:hover {
  color: var(--hsg-accent-dim);
  border-bottom-color: var(--hsg-accent-dim);
}

.hsg-toc-list .toc-best {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--hsg-text-muted);
  letter-spacing: 0.04em;
}

.hsg-rank-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hsg-rank-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 44px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  scroll-margin-top: 96px;
}

.hsg-rank-card:hover {
  border-color: var(--hsg-border-strong);
  box-shadow: 0 20px 50px rgba(15, 20, 25, 0.06);
}

.hsg-rank-card.featured {
  background: linear-gradient(180deg, var(--hsg-accent-soft) 0%, var(--hsg-bg) 40%);
  border-color: var(--hsg-accent-dim);
  border-width: 1.5px;
  box-shadow: 0 20px 50px rgba(4, 120, 87, 0.1);
}

.hsg-rank-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hsg-rank-num-big {
  font-family: var(--hsg-font-heading);
  font-size: 56px;
  font-weight: 500;
  color: var(--hsg-text-dim);
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 10px;
}

.hsg-rank-card.featured .hsg-rank-num-big { color: var(--hsg-accent-dim); }

.hsg-rank-best-for {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hsg-text);
  margin-bottom: 28px;
  display: block;
}

.hsg-rank-card.featured .hsg-rank-best-for { color: var(--hsg-accent-dim); }

.hsg-rank-logo {
  width: 100%;
  max-width: 220px;
  height: 110px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  overflow: hidden;
}

.hsg-rank-card.featured .hsg-rank-logo {
  background: var(--hsg-bg);
}

.hsg-rank-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.hsg-rank-side h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hsg-rank-side-tag {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  margin-bottom: 22px;
}

.hsg-rank-score-block {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.hsg-rank-score-big {
  font-family: var(--hsg-font-heading);
  font-size: 48px;
  font-weight: 500;
  color: var(--hsg-text);
  line-height: 1;
  letter-spacing: -0.035em;
}

.hsg-rank-score-out {
  font-family: var(--hsg-font-body);
  font-size: 15px;
  color: var(--hsg-text-dim);
}

.hsg-rank-stars {
  display: inline-flex;
  gap: 3px;
  color: var(--hsg-accent-dim);
}

.hsg-rank-content {
  display: flex;
  flex-direction: column;
}

.hsg-rank-content > p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--hsg-text-muted);
  margin-bottom: 28px;
}

.hsg-rank-highlights {
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  padding: 22px 26px;
  margin-bottom: 28px;
}

.hsg-rank-card.featured .hsg-rank-highlights {
  background: var(--hsg-bg);
  border-color: var(--hsg-accent);
}

.hsg-rank-highlights h4 {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hsg-accent-dim);
  margin-bottom: 16px;
}

.hsg-rank-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hsg-rank-highlights li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--hsg-text);
}

.hsg-rank-highlights li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 10px;
  height: 6px;
  border: 2px solid var(--hsg-accent-dim);
  border-right: 0;
  border-top: 0;
  transform: rotate(-45deg);
}

.hsg-rank-specs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--hsg-border);
  border-bottom: 1px solid var(--hsg-border);
  margin-bottom: 28px;
}

.hsg-rank-spec-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hsg-text-dim);
  display: block;
  margin-bottom: 8px;
}

.hsg-rank-spec-val {
  font-family: var(--hsg-font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--hsg-text);
}

.hsg-rank-spec-val.ok { color: var(--hsg-accent-dim); }

.hsg-rank-actions {
  display: flex;
  gap: 14px;
  margin-top: auto;
}

.hsg-rank-actions .hsg-btn {
  flex: 1;
  justify-content: center;
  padding: 14px 22px;
  font-size: 14.5px;
}

/* Top Picks: responsive */
@media (max-width: 1024px) {
  .hsg-toc-list { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 860px) {
  .hsg-rank-card {
    grid-template-columns: 1fr;
    padding: 32px 28px;
    gap: 32px;
  }
  .hsg-rank-num-big { font-size: 44px; }
  .hsg-rank-side h2 { font-size: 28px; }
  .hsg-rank-side-tag { margin-bottom: 16px; }
  .hsg-rank-logo { max-width: 180px; height: 90px; }
  .hsg-rank-actions { flex-direction: column; }
  .hsg-toc { padding: 24px 22px; }
}

@media (max-width: 560px) {
  .hsg-rank-specs-row { grid-template-columns: 1fr; gap: 12px; }
}

/* ========================== TOP 3 PICKS ========================== */
.hsg-top3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 64px;
}

.hsg-pick {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.hsg-pick:hover {
  border-color: var(--hsg-border-strong);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(15, 20, 25, 0.08);
}

.hsg-pick.featured {
  background: linear-gradient(180deg, var(--hsg-accent-soft) 0%, var(--hsg-bg) 50%);
  border-color: var(--hsg-accent-dim);
  border-width: 1.5px;
  box-shadow: 0 20px 50px rgba(4, 120, 87, 0.1);
}

.hsg-pick-rank-num {
  font-family: var(--hsg-font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--hsg-text-dim);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.hsg-pick.featured .hsg-pick-rank-num { color: var(--hsg-accent-dim); }

.hsg-pick-rank-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hsg-text);
  display: block;
  margin-bottom: 24px;
}

.hsg-pick.featured .hsg-pick-rank-label { color: var(--hsg-accent-dim); }

.hsg-pick-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.hsg-pick-logo {
  width: 48px;
  height: 48px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hsg-font-heading);
  font-weight: 600;
  font-size: 17px;
  color: var(--hsg-text);
  flex-shrink: 0;
  overflow: hidden;
}

.hsg-pick-logo img,
.hsg-provider-logo img,
.hsg-widget-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  display: block;
}

.hsg-pick h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.hsg-pick-tag {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
}

.hsg-pick-score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-pick-score {
  font-family: var(--hsg-font-heading);
  font-size: 40px;
  font-weight: 500;
  color: var(--hsg-text);
  line-height: 1;
  letter-spacing: -0.03em;
}

.hsg-pick-score-out {
  font-family: var(--hsg-font-body);
  font-size: 14px;
  color: var(--hsg-text-dim);
  font-weight: 500;
}

.hsg-pick-stars {
  display: inline-flex;
  gap: 2px;
  margin-left: auto;
  color: var(--hsg-accent-dim);
}

.hsg-pick p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--hsg-text-muted);
  margin-bottom: 22px;
  flex-grow: 1;
}

.hsg-pick-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--hsg-border);
  border-bottom: 1px solid var(--hsg-border);
  margin-bottom: 22px;
}

.hsg-pick-spec-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  color: var(--hsg-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.hsg-pick-spec-val {
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--hsg-text);
}

.hsg-pick-spec-val.ok { color: var(--hsg-accent-dim); font-weight: 700; }

.hsg-pick-actions {
  display: flex;
  gap: 10px;
}

.hsg-pick-actions .hsg-btn {
  flex: 1;
  justify-content: center;
  padding: 12px 14px;
  font-size: 14px;
}

/* ========================== COMPARISON TABLE ========================== */
.hsg-comparison {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 20, 25, 0.04);
}

.hsg-table-wrap { overflow-x: auto; }

.hsg-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.hsg-compare-table thead {
  background: var(--hsg-surface);
  border-bottom: 1px solid var(--hsg-border-strong);
}

.hsg-compare-table th {
  padding: 20px 20px;
  text-align: left;
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.hsg-compare-table th:first-child { padding-left: 28px; width: 80px; }
.hsg-compare-table th:last-child { text-align: center; }

.hsg-compare-table td {
  padding: 22px 20px;
  border-bottom: 1px solid var(--hsg-border);
  vertical-align: middle;
  font-size: 15px;
  color: var(--hsg-text);
}

.hsg-compare-table tbody tr:last-child td { border-bottom: none; }
.hsg-compare-table tbody tr:hover { background: var(--hsg-surface); }

.hsg-compare-table td:first-child { padding-left: 28px; }

.hsg-rank-cell {
  font-family: var(--hsg-font-heading);
  font-size: 22px;
  color: var(--hsg-text-dim);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hsg-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: var(--hsg-primary);
  color: #FFFFFF;
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-heading);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hsg-rank-badge.gold { background: #B45309; }
.hsg-rank-badge.silver { background: #4B5563; }
.hsg-rank-badge.bronze { background: #78350F; }

.hsg-provider {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hsg-provider-logo {
  width: 44px;
  height: 44px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hsg-font-heading);
  font-weight: 600;
  font-size: 15px;
  color: var(--hsg-text);
  flex-shrink: 0;
}

.hsg-provider-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--hsg-text);
  font-family: var(--hsg-font-body);
}

.hsg-provider-tag {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-text-muted);
  display: block;
  margin-top: 2px;
}

.hsg-spec {
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  color: var(--hsg-text);
}

.hsg-spec-good { color: var(--hsg-accent-dim); font-weight: 700; }
.hsg-spec-warn { color: var(--hsg-warning); }

.hsg-score {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--hsg-accent-soft);
  border: 1px solid var(--hsg-accent);
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--hsg-accent-dim);
}

.hsg-score.mid {
  background: #FEF3C7;
  border-color: #D97706;
  color: var(--hsg-warning);
}

.hsg-table-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  background: var(--hsg-accent-soft);
  color: var(--hsg-accent-dim) !important;
  border: 1px solid var(--hsg-accent);
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-body);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.hsg-table-cta::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hsg-table-cta:hover {
  background: var(--hsg-accent-dim);
  color: #FFFFFF !important;
  border-color: var(--hsg-accent-dim);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(4, 120, 87, 0.2);
}

.hsg-table-cta:hover::after {
  transform: translateX(3px);
}

/* ========================== METHODOLOGY ========================== */
.hsg-methodology {
  background: var(--hsg-surface);
  border-top: 1px solid var(--hsg-border);
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hsg-method-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 32px 28px;
  transition: all 0.25s ease;
}

.hsg-method-card:hover {
  border-color: var(--hsg-border-strong);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 20, 25, 0.05);
}

.hsg-method-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--hsg-radius);
  background: var(--hsg-accent-soft);
  border: 1px solid var(--hsg-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--hsg-accent-dim);
}

.hsg-method-num {
  font-family: var(--hsg-font-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--hsg-text-dim);
  margin-bottom: 8px;
  display: block;
  letter-spacing: -0.01em;
}

.hsg-method-card h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.hsg-method-card p {
  font-size: 14.5px;
  line-height: 1.65;
}

/* ========================== REVIEW CARDS ========================== */
.hsg-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hsg-review-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.hsg-review-card:hover {
  border-color: var(--hsg-border-strong);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 20, 25, 0.06);
}

.hsg-review-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.hsg-review-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.hsg-review-card .hsg-provider-tag { margin-bottom: 18px; }

.hsg-review-card p {
  font-size: 14.5px;
  margin-bottom: 22px;
  flex-grow: 1;
  line-height: 1.65;
}

.hsg-review-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 0;
  margin-bottom: 22px;
  border-top: 1px solid var(--hsg-border);
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-stat-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  color: var(--hsg-text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.hsg-stat-value {
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--hsg-text);
}

.hsg-stat-value.ok { color: var(--hsg-accent-dim); font-weight: 700; }

.hsg-review-link {
  font-family: var(--hsg-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--hsg-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: gap 0.2s ease, color 0.2s ease;
}

.hsg-review-link:hover { gap: 10px; color: var(--hsg-accent-dim); }

/* ========================== GUIDE CARDS ========================== */
.hsg-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hsg-guide-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.hsg-guide-card:hover {
  border-color: var(--hsg-border-strong);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(15, 20, 25, 0.08);
}

.hsg-guide-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hsg-surface);
  border-bottom: 1px solid var(--hsg-border);
  position: relative;
}

.hsg-guide-thumb img,
.hsg-guide-thumb svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.hsg-guide-card:hover .hsg-guide-thumb img,
.hsg-guide-card:hover .hsg-guide-thumb svg {
  transform: scale(1.05);
}

.hsg-guide-body {
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.hsg-guide-cat {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--hsg-accent-dim);
  margin-bottom: 14px;
  display: inline-block;
}

.hsg-guide-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  flex-grow: 1;
}

.hsg-guide-card h3 a { color: var(--hsg-text); }
.hsg-guide-card h3 a:hover { color: var(--hsg-accent-dim); }

.hsg-guide-link {
  font-family: var(--hsg-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--hsg-accent-dim) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.hsg-guide-link::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hsg-guide-link:hover { gap: 10px; }
.hsg-guide-link:hover::after { transform: translateX(3px); }

/* ========================== FAQ ========================== */
.hsg-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hsg-faq-item {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.hsg-faq-item:hover { border-color: var(--hsg-border-strong); }

.hsg-faq-item summary {
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-family: var(--hsg-font-heading);
  font-size: 19px;
  color: var(--hsg-text);
  letter-spacing: -0.015em;
}

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

.hsg-faq-item summary::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2.5' stroke-linecap='round'><line x1='12' y1='5' x2='12' y2='19'/><line x1='5' y1='12' x2='19' y2='12'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.hsg-faq-item[open] summary::after { transform: rotate(45deg); }

.hsg-faq-body {
  padding: 0 28px 24px;
  font-size: 15px;
  color: var(--hsg-text-muted);
  line-height: 1.7;
}

/* ========================== CTA STRIPE ========================== */
.hsg-cta-stripe {
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 72px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hsg-cta-stripe::before {
  content: "";
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 500px;
  background: radial-gradient(circle, var(--hsg-accent-glow) 0%, transparent 65%);
  opacity: 0.5;
  pointer-events: none;
}

.hsg-cta-stripe > * { position: relative; z-index: 1; }

.hsg-cta-stripe h2 {
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.hsg-cta-stripe p {
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* ========================== FOOTER ========================== */
.hsg-footer {
  background: var(--hsg-bg);
  border-top: 1px solid var(--hsg-border);
  padding: 72px 0 32px;
}

.hsg-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.hsg-footer-about p {
  font-size: 14px;
  margin: 18px 0 20px;
  max-width: 320px;
  line-height: 1.65;
}

.hsg-footer-col h4 {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--hsg-text);
  margin-bottom: 18px;
  font-weight: 700;
}

.hsg-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hsg-footer-col a {
  color: var(--hsg-text-muted);
  font-size: 14px;
}

.hsg-footer-col a:hover { color: var(--hsg-text); }

.hsg-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--hsg-border);
  font-size: 13px;
  color: var(--hsg-text-dim);
}

.hsg-footer-bottom a {
  color: var(--hsg-text-dim);
  margin-left: 22px;
}

.hsg-footer-bottom a:hover { color: var(--hsg-text); }

/* ========================== PAGE HEADER (sub pages) ========================== */
.hsg-page-header {
  padding: 96px 0 56px;
  text-align: center;
  border-bottom: 1px solid var(--hsg-border);
  position: relative;
  overflow: hidden;
  background: var(--hsg-surface);
}

.hsg-page-header::before {
  content: "";
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, var(--hsg-accent-glow) 0%, transparent 60%);
  opacity: 0.4;
  pointer-events: none;
}

.hsg-page-header > * { position: relative; z-index: 1; }

.hsg-page-header h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hsg-page-header p {
  font-size: 18px;
  max-width: 660px;
  margin: 0 auto;
  line-height: 1.6;
}

.hsg-breadcrumb {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-dim);
  margin-bottom: 22px;
  font-weight: 500;
}

.hsg-breadcrumb a { color: var(--hsg-text-muted); }
.hsg-breadcrumb a:hover { color: var(--hsg-text); }
.hsg-breadcrumb span { color: var(--hsg-text); }

/* ========================== BLOG GRID ========================== */
.hsg-blog-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px;
}

.hsg-filter-btn {
  padding: 9px 18px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.hsg-filter-btn:hover, .hsg-filter-btn.active {
  background: var(--hsg-primary);
  color: #FFFFFF;
  border-color: var(--hsg-primary);
}

.hsg-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hsg-post-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.hsg-post-card:hover {
  border-color: var(--hsg-border-strong);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 20, 25, 0.06);
}

.hsg-post-thumb {
  aspect-ratio: 16 / 10;
  background: var(--hsg-surface);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-post-thumb-score {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-accent);
  border-radius: var(--hsg-radius);
  padding: 6px 12px;
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--hsg-accent-dim);
}

.hsg-post-thumb-logo {
  font-family: var(--hsg-font-heading);
  font-size: 40px;
  font-weight: 500;
  color: var(--hsg-text-dim);
  letter-spacing: -0.04em;
}

.hsg-post-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.hsg-post-meta {
  display: flex;
  gap: 12px;
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 14px;
}

.hsg-post-meta .cat { color: var(--hsg-accent-dim); }

.hsg-post-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hsg-post-card h3 a { color: var(--hsg-text); }
.hsg-post-card h3 a:hover { color: var(--hsg-accent-dim); }

.hsg-post-card p {
  font-size: 14.5px;
  margin-bottom: 18px;
  flex-grow: 1;
  line-height: 1.6;
}

.hsg-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--hsg-border);
  font-size: 13px;
  color: var(--hsg-text-muted);
}

.hsg-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hsg-font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--hsg-text);
}

/* ========================== PAGINATION ========================== */
.hsg-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}

.hsg-page-btn {
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-body);
  font-size: 14px;
  color: var(--hsg-text-muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hsg-page-btn:hover,
.hsg-page-btn.active {
  background: var(--hsg-primary);
  color: #FFFFFF;
  border-color: var(--hsg-primary);
}

/* ========================== ARCHIVE LIST ========================== */
.hsg-archive-section { margin-bottom: 64px; }

.hsg-archive-section h2 {
  font-size: 32px;
  margin-bottom: 6px;
  font-family: var(--hsg-font-heading);
  font-weight: 500;
  color: var(--hsg-text);
  letter-spacing: -0.02em;
}

.hsg-archive-section h2 .num {
  color: var(--hsg-text-dim);
  font-size: 16px;
  margin-left: 14px;
  font-family: var(--hsg-font-body);
  font-weight: 400;
}

.hsg-archive-section > p {
  font-size: 15px;
  color: var(--hsg-text-muted);
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.hsg-archive-row {
  display: grid;
  grid-template-columns: 1fr 160px 80px;
  gap: 24px;
  padding: 20px 16px;
  border-bottom: 1px solid var(--hsg-border);
  align-items: center;
  border-radius: var(--hsg-radius);
}

.hsg-archive-row:hover { background: var(--hsg-surface); }

.hsg-archive-date {
  font-family: var(--hsg-font-mono);
  font-size: 13px;
  color: var(--hsg-text-dim);
}

.hsg-archive-title a {
  color: var(--hsg-text);
  font-weight: 500;
  font-size: 16px;
}

.hsg-archive-title a:hover { color: var(--hsg-accent-dim); }

.hsg-archive-title small {
  display: block;
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-text-dim);
  margin-top: 4px;
}

.hsg-archive-cat {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-accent-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.hsg-archive-score {
  text-align: right;
  font-family: var(--hsg-font-mono);
  font-weight: 700;
  color: var(--hsg-text);
  font-size: 15px;
}

/* ========================== ABOUT ========================== */
.hsg-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  margin-bottom: 96px;
}

.hsg-about-grid h2 {
  font-size: 42px;
  margin-bottom: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hsg-about-grid p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.75;
}

.hsg-stats-block {
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.hsg-stat-big {
  font-family: var(--hsg-font-heading);
  font-size: 52px;
  font-weight: 500;
  color: var(--hsg-text);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.hsg-stat-block-label {
  font-size: 14px;
  color: var(--hsg-text-muted);
}

.hsg-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hsg-value-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 36px 32px;
  transition: border-color 0.25s ease;
}

.hsg-value-card:hover { border-color: var(--hsg-border-strong); }

.hsg-value-card .hsg-method-icon { margin-bottom: 22px; }

.hsg-value-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hsg-value-card p {
  font-size: 14.5px;
  line-height: 1.7;
}

.hsg-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hsg-team-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 36px 32px;
  text-align: center;
}

.hsg-team-avatar {
  width: 84px;
  height: 84px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-family: var(--hsg-font-heading);
  font-size: 26px;
  font-weight: 500;
  color: var(--hsg-text);
}

.hsg-team-card h3 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hsg-team-role {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-accent-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  font-weight: 700;
}

.hsg-team-card p {
  font-size: 14px;
  line-height: 1.7;
}

/* ========================== CONTACT ========================== */
.hsg-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.hsg-contact-info h3 {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hsg-contact-info > p {
  font-size: 16px;
  margin-bottom: 36px;
  line-height: 1.65;
}

.hsg-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.hsg-channel {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  transition: border-color 0.2s ease;
}

.hsg-channel:hover { border-color: var(--hsg-border-strong); }

.hsg-channel-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: var(--hsg-accent-soft);
  border: 1px solid var(--hsg-accent);
  border-radius: var(--hsg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hsg-accent-dim);
}

.hsg-channel-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hsg-text-dim);
  margin-bottom: 4px;
  display: block;
  font-weight: 600;
}

.hsg-channel-value {
  font-size: 15px;
  color: var(--hsg-text);
  font-weight: 500;
}

.hsg-contact-form {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 44px;
}

.hsg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.hsg-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.hsg-field label {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--hsg-text-muted);
  margin-bottom: 8px;
  font-weight: 600;
}

.hsg-field input,
.hsg-field textarea,
.hsg-field select {
  width: 100%;
  padding: 13px 15px;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border-strong);
  border-radius: var(--hsg-radius);
  color: var(--hsg-text);
  font-family: var(--hsg-font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hsg-field input:focus,
.hsg-field textarea:focus,
.hsg-field select:focus {
  border-color: var(--hsg-primary);
  box-shadow: 0 0 0 3px rgba(15, 20, 25, 0.08);
}

.hsg-field textarea {
  min-height: 150px;
  resize: vertical;
  font-family: var(--hsg-font-body);
}

.hsg-form-submit {
  width: 100%;
  padding: 15px;
  background: var(--hsg-primary);
  color: #FFFFFF;
  border: none;
  border-radius: var(--hsg-radius);
  font-family: var(--hsg-font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hsg-form-submit:hover {
  background: var(--hsg-primary-hover);
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.15);
}

/* ========================== REVIEW POST ========================== */
.hsg-post-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px 24px;
}

.hsg-post-head h1 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hsg-post-meta-row {
  display: flex;
  gap: 16px;
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  margin-bottom: 48px;
  font-weight: 500;
  flex-wrap: wrap;
}

.hsg-post-meta-row span:not(:last-child)::after {
  content: "·";
  margin-left: 16px;
  color: var(--hsg-text-dim);
}

/* Review Score Widget */
.hsg-review-widget {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border-strong);
  border-radius: var(--hsg-radius-lg);
  padding: 36px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 20, 25, 0.04);
}

.hsg-review-widget::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 320px; height: 100%;
  background: radial-gradient(ellipse at right, var(--hsg-accent-glow) 0%, transparent 70%);
  opacity: 0.4;
  pointer-events: none;
}

.hsg-review-widget > * { position: relative; z-index: 1; }

.hsg-widget-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-widget-brand {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hsg-widget-logo {
  width: 68px; height: 68px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border-strong);
  border-radius: var(--hsg-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hsg-font-heading);
  font-weight: 600;
  font-size: 24px;
  color: var(--hsg-text);
  flex-shrink: 0;
}

.hsg-widget-brand h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.025em;
}

.hsg-widget-tag {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
}

.hsg-widget-score { text-align: right; }

.hsg-score-big {
  font-family: var(--hsg-font-heading);
  font-size: 80px;
  font-weight: 500;
  color: var(--hsg-text);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hsg-score-out {
  font-family: var(--hsg-font-body);
  font-size: 16px;
  color: var(--hsg-text-dim);
  font-weight: 500;
}

.hsg-score-stars {
  display: inline-flex;
  gap: 3px;
  color: var(--hsg-accent-dim);
  margin-top: 6px;
}

.hsg-widget-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.hsg-metric {
  padding: 18px;
  background: var(--hsg-surface);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius);
}

.hsg-metric-label {
  font-family: var(--hsg-font-body);
  font-size: 11px;
  color: var(--hsg-text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.hsg-metric-bar {
  height: 4px;
  background: var(--hsg-border);
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}

.hsg-metric-fill {
  height: 100%;
  background: var(--hsg-accent);
  border-radius: 2px;
}

.hsg-metric-val {
  font-family: var(--hsg-font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--hsg-text);
}

.hsg-widget-cta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  align-items: center;
}

.hsg-widget-price {
  font-family: var(--hsg-font-body);
  font-size: 14px;
  color: var(--hsg-text-muted);
}

.hsg-widget-price strong {
  color: var(--hsg-text);
  font-size: 16px;
  font-family: var(--hsg-font-mono);
  font-weight: 700;
}

/* Pros / Cons */
.hsg-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.hsg-procon-card {
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  padding: 28px;
}

.hsg-procon-card h3 {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  font-weight: 700;
}

.hsg-procon-card.pros h3 { color: var(--hsg-success); }
.hsg-procon-card.cons h3 { color: var(--hsg-danger); }

.hsg-procon-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hsg-procon-card li {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--hsg-text);
}

.hsg-procon-card li::before {
  font-family: var(--hsg-font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.hsg-procon-card.pros li::before { content: "+"; color: var(--hsg-success); }
.hsg-procon-card.cons li::before { content: "−"; color: var(--hsg-danger); }

/* Post content */
.hsg-post-content h2 {
  font-size: 34px;
  margin: 56px 0 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hsg-post-content h3 {
  font-size: 22px;
  margin: 36px 0 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hsg-post-content p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--hsg-text-muted);
  margin-bottom: 18px;
}

.hsg-post-content p strong { color: var(--hsg-text); font-weight: 600; }

.hsg-post-content ul {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none;
}

.hsg-post-content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: var(--hsg-text-muted);
  line-height: 1.7;
  font-size: 16px;
}

.hsg-post-content ul li::before {
  content: "";
  position: absolute;
  left: 6px; top: 11px;
  width: 6px; height: 6px;
  background: var(--hsg-accent-dim);
  border-radius: 50%;
}

.hsg-callout {
  background: var(--hsg-accent-soft);
  border-left: 3px solid var(--hsg-accent-dim);
  border-radius: 0 var(--hsg-radius) var(--hsg-radius) 0;
  padding: 22px 26px;
  margin: 32px 0;
}

.hsg-callout-label {
  font-family: var(--hsg-font-body);
  font-size: 12px;
  color: var(--hsg-accent-dim);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}

.hsg-callout p {
  margin: 0;
  font-size: 15.5px;
  color: var(--hsg-text);
  line-height: 1.65;
}

/* Spec table inside post */
.hsg-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--hsg-bg);
  border: 1px solid var(--hsg-border);
  border-radius: var(--hsg-radius-lg);
  overflow: hidden;
  margin: 32px 0;
  font-size: 14.5px;
}

.hsg-spec-table th,
.hsg-spec-table td {
  padding: 16px 22px;
  text-align: left;
  border-bottom: 1px solid var(--hsg-border);
}

.hsg-spec-table tr:last-child th,
.hsg-spec-table tr:last-child td { border-bottom: none; }

.hsg-spec-table th {
  background: var(--hsg-surface);
  font-family: var(--hsg-font-body);
  font-weight: 600;
  color: var(--hsg-text-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 35%;
}

.hsg-spec-table td {
  font-family: var(--hsg-font-mono);
  color: var(--hsg-text);
}

/* ========================== LEGAL PAGES ========================== */
.hsg-legal {
  max-width: 800px;
  margin: 0 auto;
  padding: 72px 24px;
}

.hsg-legal-updated {
  font-family: var(--hsg-font-body);
  font-size: 13px;
  color: var(--hsg-text-muted);
  margin-bottom: 36px;
  padding: 14px 18px;
  background: var(--hsg-accent-soft);
  border-left: 3px solid var(--hsg-accent-dim);
  border-radius: 0 var(--hsg-radius) var(--hsg-radius) 0;
  font-weight: 500;
}

.hsg-legal h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 44px 0 16px;
  color: var(--hsg-text);
  letter-spacing: -0.025em;
}

.hsg-legal h2:first-of-type { margin-top: 0; }

.hsg-legal h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 30px 0 12px;
  letter-spacing: -0.02em;
}

.hsg-legal p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--hsg-text-muted);
  margin-bottom: 16px;
}

.hsg-legal ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.hsg-legal ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--hsg-text-muted);
  line-height: 1.75;
}

.hsg-legal ul li::before {
  content: "";
  position: absolute;
  left: 4px; top: 12px;
  width: 6px; height: 6px;
  background: var(--hsg-accent-dim);
  border-radius: 50%;
}

/* ========================== RESPONSIVE ========================== */
@media (max-width: 1024px) {
  .hsg-top3 { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .hsg-method-grid { grid-template-columns: repeat(2, 1fr); }
  .hsg-review-grid { grid-template-columns: repeat(2, 1fr); }
  .hsg-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .hsg-post-grid { grid-template-columns: repeat(2, 1fr); }
  .hsg-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  .hsg-values-grid { grid-template-columns: 1fr 1fr; }
  .hsg-team-grid { grid-template-columns: repeat(2, 1fr); }
  .hsg-hero h1 { font-size: 56px; }
}

@media (max-width: 860px) {
  .hsg-nav-links { display: none; }
  .hsg-mobile-toggle { display: inline-flex; }
  .hsg-hero { padding: 72px 0 64px; }
  .hsg-hero h1 { font-size: 44px; }
  .hsg-hero-meta { gap: 28px; }
  .hsg-section { padding: 72px 0; }
  .hsg-section-head h2 { font-size: 34px; }
  .hsg-page-header h1 { font-size: 42px; }
  .hsg-about-grid { grid-template-columns: 1fr; gap: 48px; }
  .hsg-contact-grid { grid-template-columns: 1fr; }
  .hsg-method-grid { grid-template-columns: 1fr 1fr; }
  .hsg-review-grid { grid-template-columns: 1fr; }
  .hsg-guide-grid { grid-template-columns: 1fr; }
  .hsg-post-grid { grid-template-columns: 1fr 1fr; }
  .hsg-footer-grid { grid-template-columns: 1fr 1fr; }
  .hsg-widget-metrics { grid-template-columns: 1fr 1fr; }
  .hsg-proscons { grid-template-columns: 1fr; }
  .hsg-cta-stripe { padding: 56px 28px; }
  .hsg-cta-stripe h2 { font-size: 30px; }
  .hsg-archive-row { grid-template-columns: 1fr 80px; }
  .hsg-archive-row .hsg-archive-cat { display: none; }
  .hsg-widget-cta { grid-template-columns: 1fr; }
  .hsg-post-head h1 { font-size: 38px; }
  .hsg-post-content h2 { font-size: 26px; }
}

@media (max-width: 560px) {
  .hsg-container { padding: 0 18px; }
  .hsg-hero h1 { font-size: 34px; }
  .hsg-hero-meta { flex-direction: column; gap: 20px; }
  .hsg-section-head h2 { font-size: 28px; }
  .hsg-page-header h1 { font-size: 34px; }
  .hsg-page-header { padding: 60px 0 36px; }
  .hsg-method-grid { grid-template-columns: 1fr; }
  .hsg-post-grid { grid-template-columns: 1fr; }
  .hsg-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hsg-footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .hsg-footer-bottom a { margin: 0 10px; }
  .hsg-stats-block { grid-template-columns: 1fr; padding: 32px; }
  .hsg-values-grid { grid-template-columns: 1fr; }
  .hsg-team-grid { grid-template-columns: 1fr; }
  .hsg-widget-top { grid-template-columns: 1fr; text-align: center; }
  .hsg-widget-brand { flex-direction: column; text-align: center; }
  .hsg-widget-score { text-align: center; }
  .hsg-widget-metrics { grid-template-columns: 1fr; }
  .hsg-contact-form { padding: 28px; }
  .hsg-form-row { grid-template-columns: 1fr; }
  .hsg-post-head h1 { font-size: 30px; }
  .hsg-pick-actions { flex-direction: column; }
}/* End custom CSS */