.hub-page {
  background: #f8f9fa;
  color: #1a1a2e;
}

.hub-page a {
  color: #2d6a4f;
  text-decoration: none;
}

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

.hub-page .hub-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.hub-page .hub-breadcrumb {
  padding: 22px 0 10px;
  font-size: 14px;
  color: #64748b;
}

.hub-page .hub-breadcrumb span {
  color: #1a1a2e;
}

.hub-page .hub-breadcrumb .sep {
  margin: 0 8px;
}

.hub-page .hub-hero {
  padding: 24px 0 32px;
}

.hub-page .hub-hero-card {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #f0fdf4 100%);
  padding: 36px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hub-page .hub-hero-card h1 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.25;
  color: #0f172a;
}

.hub-page .hub-subtitle {
  max-width: 860px;
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #475569;
}

.hub-page .hub-tags,
.hub-page .article-nav,
.hub-page .hub-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hub-page .hub-tags {
  margin-bottom: 16px;
}

.hub-page .hub-tag,
.hub-page .article-nav a,
.hub-page .hub-quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  padding: 8px 14px;
  font-size: 14px;
  color: #1d4ed8;
}

.hub-page .article-nav {
  margin-top: 18px;
}

.hub-page .article-nav a,
.hub-page .hub-quick-links a {
  border-color: #dcfce7;
  background: #f0fdf4;
  color: #166534;
}

.hub-page .hub-section {
  padding: 10px 0 56px;
}

.hub-page .hub-section h2 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #0f172a;
}

.hub-page .hub-lead {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.hub-page .hub-grid {
  display: grid;
  gap: 22px;
}

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

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

.hub-page .hub-card {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.hub-page a.hub-card {
  display: block;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hub-page a.hub-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
  border-color: #bfdbfe;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.1);
}

.hub-page .hub-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #0f172a;
}

.hub-page .hub-card p,
.hub-page .hub-card li {
  font-size: 15px;
  line-height: 1.9;
  color: #475569;
}

.hub-page .hub-card ul {
  margin: 12px 0 0 18px;
}

.hub-page .hub-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #64748b;
}

.hub-page .hub-note {
  margin: 22px 0 0;
  border-left: 4px solid #f59e0b;
  border-radius: 0 12px 12px 0;
  background: #fffbeb;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #92400e;
}

.hub-page .hub-checklist {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
}

.hub-page .hub-checklist li {
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}

.hub-page .hub-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #15803d;
  font-weight: 700;
}

.hub-page .hub-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hub-page .hub-brand-wall {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(219, 234, 254, 0.92), transparent 34%),
    radial-gradient(circle at bottom right, rgba(220, 252, 231, 0.9), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 34px 28px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.hub-page .hub-brand-wall-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.hub-page .hub-brand-wall-header h2 {
  margin-bottom: 12px;
}

.hub-page .hub-brand-wall-header p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.hub-page .hub-case-showcase {
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 32px 28px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.hub-page .hub-case-showcase-header {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.hub-page .hub-case-showcase-header h2 {
  margin-bottom: 12px;
}

.hub-page .hub-case-showcase-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #64748b;
}

.hub-page .hub-case-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hub-page .hub-case-story {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hub-page .hub-case-story:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1);
}

.hub-page .hub-case-story-media {
  position: relative;
  aspect-ratio: 16 / 7.8;
  overflow: hidden;
  background: #e2e8f0;
}

.hub-page .hub-case-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hub-page .hub-case-story:hover .hub-case-story-media img {
  transform: scale(1.04);
}

.hub-page .hub-case-story-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.hub-page .hub-case-story-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hub-page .hub-case-story-mark {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.hub-page .hub-case-story-title {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.hub-page .hub-case-story-category {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.hub-page .hub-case-story p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #475569;
}

.hub-page .hub-case-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hub-page .hub-case-story-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 10px;
  font-size: 12px;
  color: #64748b;
}

.hub-page .hub-brand-wall-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.hub-page .hub-brand-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  padding: 18px 14px 16px;
  text-align: center;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(6px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hub-page .hub-brand-item:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.24);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.08);
}

.hub-page .hub-brand-logo {
  display: flex;
  height: 76px;
  width: 76px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.9), 0 8px 18px rgba(15, 23, 42, 0.05);
}

.hub-page .hub-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-page .hub-brand-name {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #334155;
  word-break: break-word;
}

.hub-page .hub-stat {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  padding: 22px 18px;
  text-align: center;
}

.hub-page .hub-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  color: #1d4ed8;
}

.hub-page .hub-stat span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #64748b;
}

.hub-page .hub-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.hub-page .hub-article {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.hub-page .hub-article h2 {
  margin: 36px 0 14px;
  font-size: 28px;
  color: #0f172a;
}

.hub-page .hub-article h3 {
  margin: 24px 0 10px;
  font-size: 21px;
  color: #166534;
}

.hub-page .hub-article p,
.hub-page .hub-article li,
.hub-page .hub-article td,
.hub-page .hub-article th,
.hub-page .hub-faq details,
.hub-page .hub-faq p {
  font-size: 16px;
  line-height: 1.95;
  color: #334155;
}

.hub-page .hub-article p {
  margin: 14px 0;
}

.hub-page .hub-article ul,
.hub-page .hub-article ol {
  margin: 12px 0 16px 22px;
}

.hub-page .hub-article blockquote {
  margin: 18px 0;
  border-left: 4px solid #2563eb;
  border-radius: 0 14px 14px 0;
  background: #eff6ff;
  padding: 16px 18px;
  color: #1e3a8a;
}

.hub-page .hub-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.hub-page .hub-article th,
.hub-page .hub-article td {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}

.hub-page .hub-article th {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
}

.hub-page .hub-article tr:last-child td {
  border-bottom: none;
}

.hub-page .hub-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.hub-page .hub-aside .hub-card h3 {
  font-size: 18px;
}

.hub-page .hub-aside-list {
  display: grid;
  gap: 10px;
}

.hub-page .hub-aside-list a {
  display: block;
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px 14px;
  color: #334155;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hub-page .hub-aside-list a:hover {
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
}

.hub-page .hub-faq {
  margin-top: 32px;
}

.hub-page .hub-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  padding: 0;
  margin-bottom: 12px;
  overflow: hidden;
}

.hub-page .hub-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

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

.hub-page .hub-faq summary::before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  color: #15803d;
  font-size: 22px;
  line-height: 1;
}

.hub-page .hub-faq details[open] summary::before {
  content: "−";
}

.hub-page .hub-faq .hub-faq-body {
  border-top: 1px solid #e2e8f0;
  padding: 0 22px 18px 22px;
}

.hub-page .hub-related {
  margin-top: 36px;
}

.hub-page .hub-cta {
  margin-top: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f3d99 0%, #166534 100%);
  padding: 28px;
  color: #fff;
}

.hub-page .hub-cta h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}

.hub-page .hub-cta p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
}

.hub-page .hub-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hub-page .hub-cta-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
}

.hub-page .hub-cta-links a.primary {
  background: #f59e0b;
  color: #fff;
}

.hub-page .hub-cta-links a.secondary {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 1024px) {
  .hub-page .hub-article-layout,
  .hub-page .hub-grid.hub-grid-3 {
    grid-template-columns: 1fr;
  }

  .hub-page .hub-aside {
    position: static;
  }

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

  .hub-page .hub-case-showcase-grid {
    grid-template-columns: 1fr;
  }

  .hub-page .hub-brand-wall-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hub-page .hub-grid.hub-grid-2,
  .hub-page .hub-stats {
    grid-template-columns: 1fr;
  }

  .hub-page .hub-brand-wall {
    padding: 24px 18px;
  }

  .hub-page .hub-case-showcase {
    padding: 24px 18px;
  }

  .hub-page .hub-brand-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hub-page .hub-container {
    padding: 0 14px;
  }

  .hub-page .hub-hero-card,
  .hub-page .hub-article,
  .hub-page .hub-card {
    padding: 22px;
  }

  .hub-page .hub-hero-card h1 {
    font-size: 30px;
  }

  .hub-page .hub-section h2,
  .hub-page .hub-article h2 {
    font-size: 24px;
  }
}
