.product-hero--hub {
  background-image:
    radial-gradient(circle at 82% 24%, rgba(46, 155, 214, .16), transparent 30%),
    linear-gradient(180deg, #f5f9fd 0%, #fff 100%);
}

.product-hero--hub::after { opacity: .55; }
.product-hero--hub .product-kicker img { width: 3rem; height: 3rem; }

.hub-hero-copy {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hub-hero-copy .product-kicker { justify-content: center; }

.hub-hero-copy > p,
.hub-hero-copy .product-proof {
  margin-right: auto;
  margin-left: auto;
}

.hub-hero-copy .product-proof {
  max-width: 30rem;
  column-gap: .5rem;
  text-align: center;
}

.hub-hero-copy .product-proof li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.hub-hero-copy .product-proof li::before {
  position: static;
  margin-right: .65rem;
}

.hub-visual {
  position: relative;
  overflow: visible;
  border: 1px solid #c7e0f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(11, 37, 69, .2), 0 4px 14px rgba(0, 0, 0, .08);
  width: 100%;
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}

.hub-visual__bar {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-height: 2.25rem;
  padding: 0 .85rem;
  border-bottom: 1px solid #e1dfdd;
  background: #faf9f8;
}

.hub-visual__dot { width: .48rem; height: .48rem; border-radius: 9999px; background: #d2d0ce; }
.hub-visual__address { min-width: 0; flex: 1; margin-left: .35rem; overflow: hidden; color: #8a8886; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.hub-visual__image { display: block; width: 100%; height: auto; border-radius: 0 0 7px 7px; }

.hub-visual__badge {
  position: absolute;
  right: 1rem;
  bottom: -1.1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem .85rem;
  border: 1px solid #c7e0f4;
  border-radius: 6px;
  background: #fff;
  color: #105383;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(11, 37, 69, .12);
}

.hub-visual__badge::before { content: ''; width: .55rem; height: .55rem; border-radius: 9999px; background: #107c41; box-shadow: 0 0 0 4px #dff6e9; }

.hub-stat-grid { display: grid; border: 1px solid #e1dfdd; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .06); }
.hub-stat { padding: 1.4rem 1.5rem; }
.hub-stat + .hub-stat { border-top: 1px solid #e1dfdd; }
.hub-stat__value { color: #105383; font-family: 'Segoe UI Variable Display', 'Segoe UI Semibold', 'Segoe UI', system-ui, sans-serif; font-size: 1.65rem; font-weight: 800; line-height: 1; }

.hub-feature-card { position: relative; overflow: hidden; }
.hub-feature-card::after { content: ''; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, #1a78b8, #2e9bd6); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.hub-feature-card:hover::after { transform: scaleX(1); }
.hub-feature-icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 6px; background: #eff6fc; color: #15669e; }
.hub-feature-icon svg { width: 1.35rem; height: 1.35rem; }

.hub-flow { display: grid; gap: 1rem; }
.hub-flow__step { position: relative; padding: 1.5rem; border: 1px solid #c7e0f4; border-radius: 8px; background: #fff; }
.hub-flow__icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 9999px; background: #1a78b8; color: #fff; font-weight: 800; }

.hub-comparison { overflow: hidden; border: 1px solid #e1dfdd; border-radius: 8px; background: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .06); }
.hub-comparison__row { display: grid; gap: 0; }
.hub-comparison__row + .hub-comparison__row { border-top: 1px solid #e1dfdd; }
.hub-comparison__cell { padding: 1.15rem 1.25rem; color: #484644; font-size: 14px; line-height: 1.55; }
.hub-comparison__cell + .hub-comparison__cell { border-top: 1px solid #edebe9; }
.hub-comparison__cell--after { background: #f5f9fd; color: #201f1e; font-weight: 600; }
.hub-comparison__head { color: #605e5c; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.hub-faq details { border-top: 1px solid #e1dfdd; }
.hub-faq details:last-child { border-bottom: 1px solid #e1dfdd; }
.hub-faq summary { position: relative; padding: 1.25rem 2.5rem 1.25rem 0; color: #201f1e; font-size: 16px; font-weight: 600; cursor: pointer; }
.hub-faq summary::-webkit-details-marker { display: none; }
.hub-faq summary::after { content: '+'; position: absolute; top: 1rem; right: .25rem; color: #15669e; font-size: 1.5rem; font-weight: 400; }
.hub-faq details[open] summary::after { content: '−'; }
.hub-faq details p { max-width: 50rem; padding: 0 2.5rem 1.35rem 0; color: #484644; font-size: 15px; line-height: 1.65; }

@media (min-width: 640px) {
  .hub-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hub-stat + .hub-stat { border-top: 0; border-left: 1px solid #e1dfdd; }
  .hub-comparison__row { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .hub-comparison__cell + .hub-comparison__cell { border-top: 0; border-left: 1px solid #e1dfdd; }
}

@media (min-width: 1024px) {
  .product-hero--hub .product-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 4rem; }
  .product-process-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hub-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hub-flow__step:not(:last-child)::after { content: '→'; position: absolute; z-index: 2; top: 50%; right: -1.4rem; display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: 9999px; background: #fff; color: #1a78b8; font-weight: 800; transform: translateY(-50%); }
}

@media (max-width: 639px) {
  .hub-visual__badge { right: .75rem; bottom: -.95rem; }
}