.hub-hero {
  background: linear-gradient(180deg, #f7f9fc 0%, #edf3fb 100%);
  padding: 72px 0 56px;
  position: relative;
  overflow: hidden;
}

.hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(59, 122, 246, 0.12), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(91, 211, 205, 0.12), transparent 22%);
  pointer-events: none;
}

.hub-hero .container,
.hub-sections .container,
.hub-band .container,
.hub-cta .container {
  position: relative;
  z-index: 1;
}

.hub-kicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b7af6;
  margin-bottom: 14px;
}

.hub-title {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
  font-weight: 700;
  color: #0f172a;
  max-width: 11.5ch;
  margin: 0 0 18px;
}

.hub-desc {
  max-width: 740px;
  font-size: 20px;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hub-hero-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.hub-hero-proof svg {
  flex-shrink: 0;
}

.hub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 196px;
  padding: 14px 28px;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s;
}

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

.hub-button--primary {
  background: #3b7af6;
  border: 1px solid #3b7af6;
  color: #fff;
  box-shadow: 0 12px 28px rgba(59, 122, 246, 0.22);
}

.hub-button--primary:hover {
  background: #356edd;
  border-color: #356edd;
}

.hub-button--secondary {
  background: #fff;
  border: 1px solid #dbe7f7;
  color: #0f172a;
}

.hub-button--secondary:hover {
  border-color: #bfd0ea;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.hub-sections {
  padding: 72px 0;
  background: #fff;
}

.hub-grid {
  display: grid;
  gap: 24px;
}

.hub-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7f7;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

.hub-card-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b7af6;
  margin-bottom: 12px;
}

.hub-card-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}

.hub-card-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 18px;
}

.hub-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}

.hub-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
}

.hub-card-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3b7af6 0%, #5bd3cd 100%);
  flex-shrink: 0;
}

.hub-card-links {
  margin-top: auto;
  display: grid;
  gap: 8px;
}

.hub-card-links a {
  color: #3b7af6;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.hub-card-links a:hover {
  text-decoration: underline;
}

.hub-band {
  padding: 64px 0;
  background: linear-gradient(180deg, #eff5fd 0%, #f8fbff 100%);
}

.hub-band-shell {
  display: block;
  padding: 32px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #dbe7f7;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

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

.hub-proof-item {
  min-width: 0;
  padding: 0 28px;
  border-left: 1px solid #e2e8f0;
}

.hub-proof-item:first-child {
  padding-left: 0;
  border-left: none;
}

.hub-proof-item:last-child {
  padding-right: 0;
}

.hub-proof-item strong {
  display: block;
  margin: 0 0 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 34px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.hub-proof-item span {
  display: block;
  max-width: 22ch;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.hub-proof-item h3,
.hub-proof-item h4 {
  margin: 0 0 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #0f172a;
}

.hub-proof-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.hub-cta {
  padding: 72px 0;
  background: #273244;
  color: #fff;
}

.hub-cta-shell {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.hub-cta .hub-kicker {
  color: #8fb1ff;
}

.hub-cta .hub-actions {
  justify-content: center;
}

.hub-cta .hub-title {
  max-width: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.hub-cta .hub-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.72);
}

.hub-cta .hub-card-title {
  color: #f8fafc;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.hub-cta .hub-card-desc {
  color: rgba(226,232,240,0.82);
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.hub-cta .hub-button--secondary {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.24);
  color: #f8fafc;
}

.hub-cta .hub-button--secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.36);
  box-shadow: none;
}

.hub-compare-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-compare-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #dbe7f7;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

.hub-compare-card h3 {
  margin: 0 0 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 26px;
  color: #0f172a;
}

.hub-compare-card p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
}

.hub-compare-points {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.hub-compare-points li {
  color: #334155;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .hub-hero {
    padding: 56px 0 44px;
  }

  .hub-title {
    font-size: 46px;
    max-width: 12ch;
  }

  .hub-desc {
    font-size: 18px;
  }

  .hub-grid--two,
  .hub-compare-grid {
    grid-template-columns: 1fr;
  }

  .hub-sections,
  .hub-band,
  .hub-cta {
    padding: 56px 0;
  }

  .hub-band-shell,
  .hub-card,
  .hub-compare-card {
    padding: 24px;
  }

  .hub-proof-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hub-proof-item {
    padding: 18px 0 0;
    border-left: none;
    border-top: 1px solid #e2e8f0;
  }

  .hub-proof-item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .hub-proof-item strong,
  .hub-proof-item span {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .hub-hero {
    padding: 44px 0 36px;
  }

  .hub-title {
    font-size: 38px;
    max-width: 13ch;
  }

  .hub-desc {
    font-size: 17px;
    line-height: 1.6;
  }

  .hub-actions {
    gap: 12px;
  }

  .hub-hero-proof {
    align-items: flex-start;
  }

  .hub-button {
    width: 100%;
    min-width: 0;
  }

  .hub-sections,
  .hub-band,
  .hub-cta {
    padding: 44px 0;
  }

  .hub-card,
  .hub-band-shell,
  .hub-compare-card {
    padding: 22px 20px;
    border-radius: 16px;
  }

  .hub-card-title,
  .hub-proof-item h3,
  .hub-proof-item h4,
  .hub-compare-card h3 {
    font-size: 24px;
  }

  .hub-proof-item strong {
    font-size: 28px;
  }
}
