:root {
  --hub-ink: #17162b;
  --hub-copy: #565b72;
  --hub-muted: #7b8198;
  --hub-brand: #2f1c67;
  --hub-brand-dark: #1b133e;
  --hub-green: #16a364;
  --hub-green-bright: #2de889;
  --hub-soft: #f5f6fa;
  --hub-soft-green: #edf9f3;
  --hub-line: #e2e5ee;
  --hub-white: #ffffff;
  --hub-shadow: 0 24px 54px rgba(23, 22, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hub-white);
  color: var(--hub-ink);
  font-family: "Nunito Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--hub-ink);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

p,
figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input {
  font: inherit;
}

.msym {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.hub-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hub-skip {
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: 300;
  padding: 12px 18px;
  border-radius: 0 0 8px;
  background: var(--hub-brand);
  color: var(--hub-white);
  font-weight: 800;
}

.hub-skip:focus {
  left: 0;
}

.hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hub-brand);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hub-kicker::before {
  width: 24px;
  height: 2px;
  background: var(--hub-brand);
  content: "";
}

.hub-kicker.is-green {
  color: var(--hub-green-bright);
}

.hub-kicker.is-green::before {
  background: var(--hub-green-bright);
}

.hub-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--hub-brand);
  color: var(--hub-white);
  font-size: 15px;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

.hub-button:hover {
  background: #3d2781;
  color: var(--hub-white);
  transform: translateY(-2px);
}

.hub-button.is-secondary {
  border-color: #cfc8eb;
  background: var(--hub-white);
  color: var(--hub-brand);
}

.hub-button.is-secondary:hover {
  background: var(--hub-soft);
  color: var(--hub-brand-dark);
}

.hub-button.is-light {
  background: var(--hub-white);
  color: var(--hub-brand);
}

.hub-button.is-light:hover {
  background: #eff1f7;
}

.hub-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 700;
}

.hub-breadcrumb a:hover {
  color: var(--hub-brand);
}

.hub-breadcrumb .msym {
  font-size: 16px;
}

.hub-hero {
  overflow: hidden;
  border-bottom: 1px solid var(--hub-line);
  background: var(--hub-soft);
}

.hub-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 54px;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 52px;
}

.hub-hero h1 {
  max-width: 680px;
  margin-top: 15px;
  font-size: 50px;
  line-height: 1.04;
}

.hub-hero h1 mark {
  color: #087746;
  padding: 0 .04em .14em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14' preserveAspectRatio='none'%3E%3Cpath d='M2 9C28 3.5 62 3.5 92 7c14 1.6 21 .6 26-1.5' fill='none' stroke='%232de889' stroke-width='5.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 0 100%/100% .36em;
}

.hub-hero-copy {
  max-width: 650px;
  margin-top: 20px;
  color: var(--hub-copy);
  font-size: 19px;
  line-height: 1.58;
}

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

.hub-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.hub-fact {
  min-width: 0;
  padding-top: 13px;
  border-top: 2px solid #d9dce7;
}

.hub-fact strong,
.hub-fact span {
  display: block;
}

.hub-fact strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
}

.hub-fact strong .msym {
  color: var(--hub-green);
  font-size: 18px;
}

.hub-fact span {
  margin-top: 4px;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.35;
}

.hub-hero-visual {
  position: relative;
  min-width: 0;
}

.hub-hero-frame {
  overflow: hidden;
  border: 1px solid #d9dce7;
  border-radius: 8px;
  background: var(--hub-white);
  box-shadow: var(--hub-shadow);
}

.hub-hero-frame img {
  width: 100%;
  height: auto;
}

.hub-hero-caption {
  position: absolute;
  right: 18px;
  bottom: -18px;
  max-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--hub-ink);
  color: var(--hub-white);
  box-shadow: 0 18px 34px rgba(23, 22, 43, 0.24);
}

.hub-hero-caption .msym {
  color: var(--hub-green-bright);
  font-size: 23px;
}

.hub-hero-caption strong,
.hub-hero-caption span {
  display: block;
}

.hub-hero-caption strong {
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
}

.hub-hero-caption span {
  margin-top: 2px;
  color: #b8bfdc;
  font-size: 10px;
}

.hub-path {
  padding-top: 66px;
  padding-bottom: 66px;
}

.hub-path-head,
.hub-catalog-head {
  max-width: 760px;
}

.hub-path h2,
.hub-catalog h2,
.hub-proof h2,
.hub-faqs h2 {
  margin-top: 13px;
  font-size: 36px;
  line-height: 1.12;
}

.hub-section-copy {
  margin-top: 14px;
  color: var(--hub-copy);
  font-size: 17px;
  line-height: 1.65;
}

.hub-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--hub-line);
  border-bottom: 1px solid var(--hub-line);
}

.hub-path-step {
  min-width: 0;
  padding: 25px 24px 28px;
  border-right: 1px solid var(--hub-line);
}

.hub-path-step:last-child {
  border-right: 0;
}

.hub-path-step .msym {
  color: var(--hub-brand);
  font-size: 27px;
}

.hub-path-step strong {
  display: block;
  margin-top: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.hub-path-step p {
  margin-top: 8px;
  color: var(--hub-copy);
  font-size: 14px;
  line-height: 1.55;
}

.hub-catalog {
  padding-top: 72px;
  padding-bottom: 80px;
  border-top: 1px solid var(--hub-line);
  background: var(--hub-soft);
}

.hub-toolbar {
  display: grid;
  grid-template-columns: minmax(250px, 370px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 32px;
}

.hub-search {
  min-height: 46px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #cfd3df;
  border-radius: 8px;
  background: var(--hub-white);
}

.hub-search:focus-within {
  border-color: var(--hub-brand);
  box-shadow: 0 0 0 3px #e9e4fa;
}

.hub-search .msym {
  color: var(--hub-muted);
  font-size: 21px;
}

.hub-search input {
  min-width: 0;
  height: 44px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--hub-ink);
  font-size: 14px;
}

.hub-search input::placeholder {
  color: #8d92a5;
}

.hub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.hub-filter {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #d3d6e0;
  border-radius: 6px;
  background: var(--hub-white);
  color: #4a4e61;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.hub-filter:hover,
.hub-filter[aria-pressed="true"] {
  border-color: var(--hub-brand);
  background: var(--hub-brand);
  color: var(--hub-white);
}

.hub-result-count {
  min-height: 20px;
  margin-top: 18px;
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 700;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.hub-card {
  min-width: 0;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--hub-line);
  border-radius: 8px;
  background: var(--hub-white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hub-card:hover {
  border-color: #c7bee8;
  box-shadow: 0 16px 30px rgba(23, 22, 43, 0.1);
  transform: translateY(-3px);
}

.hub-card[hidden] {
  display: none;
}

.hub-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hub-card-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eeeafd;
  color: var(--hub-brand);
}

.hub-card-icon .msym {
  font-size: 22px;
}

.hub-card-category {
  color: var(--hub-green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hub-card h3 {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.3;
}

.hub-card p {
  margin-top: 8px;
  color: var(--hub-copy);
  font-size: 14px;
  line-height: 1.55;
}

.hub-card-link {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 17px;
  color: var(--hub-brand);
  font-size: 13px;
  font-weight: 800;
}

.hub-card-link .msym {
  font-size: 17px;
}

.hub-empty {
  display: none;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--hub-line);
  border-radius: 8px;
  background: var(--hub-white);
  color: var(--hub-copy);
}

.hub-coverage {
  padding: 0 0 86px;
}

.hub-coverage-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.hub-coverage-head h2 {
  margin: 10px 0 0;
  color: #17162b;
  font: 800 clamp(28px, 4vw, 42px)/1.1 Poppins, sans-serif;
}

.hub-coverage-groups {
  display: grid;
  gap: 10px;
}

.hub-coverage-group {
  overflow: hidden;
  border: 1px solid #e4e6ee;
  border-radius: 8px;
  background: #fff;
}

.hub-coverage-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  color: #17162b;
  cursor: pointer;
  font: 800 15px "Nunito Sans", sans-serif;
  list-style: none;
}

.hub-coverage-group summary::-webkit-details-marker { display: none; }

.hub-coverage-group summary strong {
  min-width: 32px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eeeafd;
  color: #2f1c67;
  text-align: center;
  font-size: 12px;
}

.hub-coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding: 0 20px 18px;
  border-top: 1px solid #eef0f6;
}

.hub-coverage-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f0f1f5;
}

.hub-coverage-title {
  min-width: 0;
  color: #3a4059;
  font: 600 13px/1.35 "Nunito Sans", sans-serif;
}

.hub-coverage-item a,
.hub-coverage-status {
  flex: none;
  color: #2f1c67;
  font: 700 11px "Nunito Sans", sans-serif;
  white-space: nowrap;
}

.hub-coverage-status { color: #8a90a8; }

@media (max-width: 720px) {
  .hub-coverage-list { grid-template-columns: 1fr; }
  .hub-coverage-item { align-items: flex-start; flex-direction: column; gap: 5px; }
}

.hub-empty.is-visible {
  display: block;
}

.hub-proof {
  padding-top: 82px;
  padding-bottom: 82px;
}

.hub-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.hub-proof-list {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.hub-proof-point {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--hub-copy);
  font-size: 15px;
  line-height: 1.55;
}

.hub-proof-point .msym {
  color: var(--hub-green);
  font-size: 21px;
}

.hub-proof-media {
  overflow: hidden;
  border: 1px solid var(--hub-line);
  border-radius: 8px;
  background: var(--hub-white);
  box-shadow: var(--hub-shadow);
}

.hub-proof-media img {
  width: 100%;
  height: auto;
}

.hub-faqs {
  padding-top: 78px;
  padding-bottom: 84px;
  border-top: 1px solid var(--hub-line);
  background: var(--hub-soft);
}

.hub-faqs-head {
  max-width: 690px;
  margin: 0 auto 34px;
  text-align: center;
}

.hub-faqs-head .hub-kicker {
  justify-content: center;
}

.hub-faq-list {
  max-width: 860px;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.hub-faq {
  overflow: hidden;
  border: 1px solid var(--hub-line);
  border-radius: 8px;
  background: var(--hub-white);
}

.hub-faq[open] {
  border-color: #c9c1e8;
}

.hub-faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 20px;
  color: var(--hub-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.hub-faq summary::after {
  color: var(--hub-brand);
  content: "+";
  font-size: 24px;
  line-height: 1;
}

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

.hub-faq p {
  padding: 0 20px 20px;
  color: var(--hub-copy);
  font-size: 15px;
  line-height: 1.65;
}

.hub-cta {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--hub-ink);
  color: var(--hub-white);
}

.hub-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.hub-cta h2 {
  max-width: 720px;
  margin-top: 12px;
  color: var(--hub-white);
  font-size: 34px;
  line-height: 1.15;
}

.hub-cta p {
  max-width: 680px;
  margin-top: 12px;
  color: #b7bedb;
  font-size: 16px;
  line-height: 1.6;
}

.hub-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #7aa0ff;
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .hub-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 38px;
  }

  .hub-hero h1 {
    font-size: 42px;
  }

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

  .hub-proof-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  }
}

@media (max-width: 820px) {
  .hub-shell {
    width: min(100% - 36px, 680px);
  }

  .hub-hero-grid,
  .hub-proof-grid,
  .hub-cta-grid {
    grid-template-columns: 1fr;
  }

  .hub-hero-grid {
    min-height: auto;
    gap: 38px;
    padding-top: 30px;
    padding-bottom: 54px;
  }

  .hub-hero h1 {
    font-size: 38px;
  }

  .hub-hero-visual {
    max-width: 620px;
  }

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

  .hub-path-step:nth-child(2) {
    border-right: 0;
  }

  .hub-path-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hub-line);
  }

  .hub-toolbar {
    grid-template-columns: 1fr;
  }

  .hub-filters {
    justify-content: flex-start;
  }

  .hub-proof-media {
    order: -1;
  }

  .hub-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hub-shell {
    width: calc(100% - 30px);
  }

  .hub-breadcrumb {
    margin-bottom: 17px;
  }

  .hub-hero-grid {
    gap: 30px;
    padding-top: 24px;
    padding-bottom: 46px;
  }

  .hub-hero h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .hub-hero-copy {
    margin-top: 16px;
    font-size: 17px;
  }

  .hub-hero-actions {
    display: grid;
  }

  .hub-button {
    width: 100%;
  }

  .hub-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .hub-content-library .hub-facts,
  .hub-content-library .hub-hero-visual {
    display: none;
  }

  .hub-fact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .hub-hero-caption {
    right: 8px;
    bottom: -18px;
  }

  .hub-path,
  .hub-catalog,
  .hub-proof,
  .hub-faqs {
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .hub-path h2,
  .hub-catalog h2,
  .hub-proof h2,
  .hub-faqs h2 {
    font-size: 28px;
  }

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

  .hub-path-step,
  .hub-path-step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--hub-line);
  }

  .hub-path-step:last-child {
    border-bottom: 0;
  }

  .hub-card {
    min-height: 0;
  }

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

  .hub-filter {
    width: 100%;
  }

  .hub-faq summary {
    font-size: 14px;
  }

  .hub-cta {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hub-cta h2 {
    font-size: 28px;
  }

  .hub-cta-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hub-button,
  .hub-card {
    transition: none;
  }
}
