.hero-v17-blob-center {
    width: 600px;
    height: 600px;
    animation-duration: 4s;
}

.hero-v17-blob-a {
    animation-duration: 5s;
    animation-delay: 1s;
}

.hero-v17-blob-b {
    animation-duration: 6s;
    animation-delay: 2s;
}

.hero-v17-particle-a {
    animation-duration: 3s;
}

.hero-v17-particle-b {
    animation-duration: 4s;
    animation-delay: 0.5s;
}

.hero-v17-particle-c {
    animation-duration: 3.5s;
    animation-delay: 1s;
}

.hero-v17-particle-d {
    animation-duration: 4.5s;
    animation-delay: 1.5s;
}

.hero-v17-particle-e {
    animation-duration: 3.8s;
    animation-delay: 2s;
}

.hero-v17-particle-f {
    animation-duration: 4.2s;
    animation-delay: 2.5s;
}

.hero-v17-shape-spin {
    animation-duration: 20s;
}

.hero-v17-shape-ping {
    animation-duration: 3s;
    animation-delay: 1s;
}

.hero-v17-shape-reverse {
    animation-duration: 15s;
    animation-direction: reverse;
}

.hero-v17-line-left {
    animation-duration: 2s;
    height: 8rem;
    left: 25%;
}

.hero-v17-line-right {
    animation-duration: 2.5s;
    animation-delay: 0.5s;
    height: 8rem;
    right: 25%;
}

.hero-v17-dot {
    width: 0.5rem;
    height: 0.5rem;
}

.hero-v17-block-md {
    max-width: 56rem;
}

.hero-v17-media-wrap {
    max-width: 42rem;
}

.hero-v17-decor-tr {
    top: -0.75rem;
    right: -0.75rem;
    width: 5rem;
    height: 5rem;
}

.hero-v17-decor-bl {
    bottom: -0.75rem;
    left: -0.75rem;
    width: 4rem;
    height: 4rem;
}

.hero-v17-features-area {
    max-width: 64rem;
}

.hero-v17-icon-box {
    min-width: 1.5rem;
    min-height: 1.5rem;
}

/* -- Button hover states -- */
.hero-btn-primary {
    transition: filter 0.2s ease, transform 0.15s ease;
}
.hero-btn-primary:hover,
.hero-btn-primary:focus {
    filter: brightness(1.12);
    transform: translateY(-1px);
}

.hero-btn-outline-secondary {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.hero-btn-outline-secondary:hover,
.hero-btn-outline-secondary:focus {
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
    border-color: var(--bs-secondary) !important;
    transform: translateY(-1px);
}

.hero-btn-outline-primary-light {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.hero-btn-outline-primary-light:hover,
.hero-btn-outline-primary-light:focus {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
    transform: translateY(-1px);
}
.content-col-grow {
    flex: 1 1 0%;
    min-width: 0;
}

.content-img-fill {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 16rem;
    min-width: 0;
    object-fit: cover;
    flex-shrink: 0;
}

.prose-bodycopy__text-panel-inset {
    padding: 4rem;
}

/* faq v28 — spotlight hero + four-column stats */
.faq-spotlight__glow {
  z-index: 0;
}

.faq-spotlight__glow--left {
  width: 20rem;
  height: 20rem;
  top: 0;
  left: -8rem;
  filter: blur(64px);
}

.faq-spotlight__glow--right {
  width: 18rem;
  height: 18rem;
  right: -6rem;
  bottom: 0;
  filter: blur(64px);
}

.faq-spotlight__hero {
  max-width: 56rem;
}

.faq-spotlight__headline {
  letter-spacing: -0.025em;
}

.faq-spotlight__lead {
  max-width: 42rem;
}

.faq-spotlight__accent {
  display: inline;
}

.faq-spotlight__stats {
  align-items: stretch;
}

.faq-spotlight__stat {
  min-width: 0;
}

@media (max-width: 767px) {
  .faq-spotlight__stat--divided {
    border-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .faq-spotlight__stat--divided {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* glossary gazette — multi-column flow (not CSS grid), brick avoid breaks, footnote icon */
.glossary-gazette__columns {
    column-count: 1;
    column-gap: 1.25rem;
}

@media (min-width: 768px) {
    .glossary-gazette__columns {
        column-count: 2;
        column-gap: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .glossary-gazette__columns {
        column-count: 3;
    }
}

.glossary-gazette__brick {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.glossary-gazette__note-ico {
    width: 3.25rem;
    height: 3.25rem;
}

.glossary-gazette__note-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.signup-hero-stack__center {
    max-width: 56rem;
}

.signup-hero-stack__mark {
    width: 5rem;
    height: 5rem;
}

