/**
 * Prism Webhost — light theme (brand: #162530 primary, #4BD4BD accent)
 * Overrides Webflow token defaults loaded in syeds-spectacular-site-cecdba.webflow.css
 */
:root {
  --prism-surface: #f6f9fb;
  --prism-surface-2: #eef3f6;
  --prism-surface-3: #e2e9ee;
  --prism-ink: #162530;
  --prism-ink-muted: #3d5566;
  --prism-link: #0d5c52;
  --prism-link-hover: #116b60;
  --bk-color--bk-primary: var(--prism-surface);
  --text-color--text-primary: var(--prism-ink);
  --text-color--text-secondary: var(--prism-link);
  --text-color--text-tertiary: var(--prism-ink);
  --border-color--border-primary: #4bd4bd;
  --bk-color--bk-secondary: #4bd4bd;
  --border-color--border-secondary: rgba(22, 37, 48, 0.2);
  --brand--white: #ffffff;
  --brand--black: #162530;
  --brand--neutral-light: var(--prism-surface-2);
  --brand--neutral-dark: var(--prism-surface-3);
  --bk-color--bk-alternate: var(--prism-surface-2);
  --bk-color--bk-tertiary: var(--prism-surface-2);
  --link-color--link-primary: var(--prism-link);
  --link-color--link-alternate: var(--prism-ink);
}

body {
  background-color: var(--prism-surface);
  color: var(--prism-ink-muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--prism-ink);
}

a {
  color: var(--prism-link);
}

a:hover {
  color: var(--prism-link-hover);
}

ul,
ol {
  color: var(--prism-ink-muted);
}

/* Legacy nav tokens (header markup uses .prism-saas-header) */
.nav_link {
  color: var(--prism-link);
}

.nav_link:hover,
.nav_link.w--current {
  color: var(--prism-ink);
}

.offer_component {
  background-color: #e6faf8;
  color: var(--prism-ink);
  border-bottom: 1px solid rgba(75, 212, 189, 0.35);
}

.section_stats {
  background-color: var(--prism-surface-2);
  border-top: 1px solid rgba(22, 37, 48, 0.06);
  border-bottom: 1px solid rgba(22, 37, 48, 0.06);
}

.text-link:hover {
  color: var(--prism-link-hover);
}

.line {
  background-color: rgba(22, 37, 48, 0.12);
}

.line.is-v2 {
  background-color: rgba(22, 37, 48, 0.12);
}

.button {
  background-color: #4bd4bd;
  color: #162530;
}

.button:hover {
  background-color: #3bc4b0;
  color: #162530;
}

.button.is-form-submit {
  background-color: #162530;
  color: #f6f9fb;
}

.button.is-form-submit:hover {
  background-color: #243848;
  color: #ffffff;
}

.button.is-secondary {
  border-color: rgba(22, 37, 48, 0.2);
  color: var(--prism-link);
  background-color: transparent;
}

.button.is-secondary:hover {
  background-color: #4bd4bd;
  color: #162530;
  border-color: #4bd4bd;
}

.button.is-tertiary {
  border-color: rgba(22, 37, 48, 0.2);
  color: var(--prism-link);
}

.button.is-tertiary:hover {
  background-color: #4bd4bd;
  color: #162530;
  border-color: #4bd4bd;
}

.button.is-plan {
  border-color: rgba(22, 37, 48, 0.2);
  color: var(--prism-link);
}

.button.is-plan:hover {
  background-color: #4bd4bd;
  color: #162530;
}

.button.is-plan-v2 {
  background-color: #162530;
  color: #f6f9fb;
  border-color: #162530;
}

.button.is-plan-v2:hover {
  background-color: #243848;
  color: #ffffff;
  border-color: #243848;
}

.plan_card.is-premium {
  background: linear-gradient(145deg, #162530 0%, #1e3545 100%);
  color: #f6f9fb;
  border-color: transparent;
}

.plan_card.is-premium .plan_content-header.is-premium,
.plan_card.is-premium .text-color-secondary {
  color: #b8e8e0 !important;
}

.cta_wrapper {
  background: linear-gradient(135deg, #162530 0%, #1a3d4d 55%, #0d2430 100%);
  color: #f6f9fb;
}

.cta_wrapper .text-color-secondary,
.cta_wrapper .heading-style-h2 {
  color: #e8f4f1 !important;
}

.cta_wrapper a {
  color: #9cf0e6;
}

.section_footer {
  background-color: var(--prism-surface-2);
  border-top: 1px solid rgba(22, 37, 48, 0.08);
}

.footer_content,
.footer_left-top .text-base {
  color: var(--prism-ink-muted);
}

.footer_right-bottom {
  color: rgba(22, 37, 48, 0.55);
}

.page-loader {
  background-color: var(--prism-surface);
}

.blog_item-content {
  color: var(--prism-ink-muted);
}

.text-color-secondary {
  color: var(--prism-link) !important;
}

.statistics_card.is-v2 {
  color: #162530;
}

.statistics_number.is-v2 {
  color: #162530;
}

.section_promotion {
  background-color: #e6faf8;
  color: #162530;
}

.trainer_top {
  color: var(--prism-ink-muted);
}

/* Prism Webhost: logo sizing (max-height 90px, proportional width) */
.prism-site-logo {
  width: auto !important;
  max-width: min(280px, 55vw);
  height: auto;
  max-height: 90px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.prism-site-logo__img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-height: 90px;
  object-fit: contain;
}
.footer_logo.prism-site-logo__img {
  width: auto !important;
  height: auto !important;
  max-height: 72px;
}
.nav_content {
  max-height: none;
}
.hero_logo {
  width: min(14rem, 40vw) !important;
  max-height: 90px;
}
.hero_logo .prism-site-logo__img,
.hero_banner .hero_logo img {
  max-height: 90px;
}

/* Pricing: simple cards (no decorative imagery) */
.prism-plan-card--simple {
  background-color: #ffffff;
  border: 1px solid rgba(22, 37, 48, 0.12);
  box-shadow: none;
}
.prism-plan-card--simple.is-premium {
  background: linear-gradient(145deg, #162530 0%, #1e3545 100%);
  border-color: transparent;
}

/* Pagination styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.pagination-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background-color: #eef3f6;
  color: #162530;
  border: 1px solid rgba(22, 37, 48, 0.12);
}
.pagination-nav:hover:not(.disabled) {
  background-color: #e2e9ee;
}
.pagination-nav.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background-color: #eef3f6;
  color: #162530;
  border: 1px solid rgba(22, 37, 48, 0.12);
}
.pagination-number:hover:not(.current) {
  background-color: #e2e9ee;
}
.pagination-number.current {
  background-color: #4bd4bd;
  color: #162530;
  font-weight: 600;
}
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2.5rem;
  color: #5a7282;
  font-weight: 500;
}

/* Blog post content styles */
.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  opacity: 0.8;
}
.blog-post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.blog-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.blog-post-category {
  display: inline-block;
  background-color: #4bd4bd;
  color: #162530;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Error and not found states */
.error-message {
  background-color: #fee2e2;
  border: 1px solid #ef4444;
  color: #991b1b;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.not-found {
  text-align: center;
  padding: 4rem 2rem;
}
.not-found h2 {
  margin-bottom: 1rem;
}
.not-found .button {
  margin-top: 1.5rem;
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
}
.empty-state h3 {
  margin-bottom: 1rem;
}

/* Blog card linked image */
.blog_image-link {
  display: block;
  border-radius: var(--spacer-system--1-25-rem, 1.25rem);
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.blog_image-link:hover {
  opacity: 0.85;
}

/* Blog card title link */
.blog_title-link {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.blog_title-link:hover {
  opacity: 0.7;
}

/* Blog card category badges */
.blog-card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.blog-card-category {
  display: inline-block;
  background-color: #4bd4bd;
  color: #162530;
  padding: 0.125rem 0.5rem;
  border-radius: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Blog card meta (date) */
.blog-card-meta {
  font-size: 0.8125rem;
  opacity: 0.65;
}
.blog-card-meta time {
  font-weight: 500;
}

/* Back link */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.back-link:hover {
  opacity: 0.7;
}

/* Post navigation */
.blog-post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(22, 37, 48, 0.1);
}
.blog-post-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  max-width: 45%;
  transition: opacity 0.2s ease;
}
.blog-post-nav-link:hover {
  opacity: 0.7;
}
.blog-post-nav-next {
  text-align: right;
  margin-left: auto;
}
.blog-post-nav-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.6;
}
.blog-post-nav-title {
  font-size: 1rem;
  font-weight: 500;
}
.blog-post-nav-placeholder {
  flex: 1;
}

/* Responsive pagination */
@media screen and (max-width: 479px) {
  .pagination {
    gap: 0.5rem;
  }
  .pagination-nav {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
  .pagination-number {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}

/* --- Prism homepage refresh (infrastructure, scalability, pillars, testimonials, CTA) --- */
.prism-heading-navy {
  color: #162530 !important;
}

.prism-body-dark {
  color: #243848;
}

.prism-body-muted {
  color: #3d5566;
}

/* Infrastructure (replaces overlapping videos layout) */
.section-prism-infra {
  background: var(--prism-surface);
}

.section-prism-infra .padding-section-small {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.prism-infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem 3.5rem;
  align-items: start;
}

.prism-infra-copy .heading-style-h2 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  max-width: 22ch;
}

.prism-infra-copy p {
  margin: 0 0 1rem;
  max-width: 38rem;
}

.prism-feature-bullets {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #162530;
}

.prism-feature-bullets li {
  padding-left: 1.25rem;
  position: relative;
}

.prism-feature-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #4bd4bd;
}

.prism-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.prism-stat-pill {
  border: 1px solid rgba(22, 37, 48, 0.1);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  box-shadow: 0 0.25rem 1rem rgba(22, 37, 48, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 7.5rem;
}

.prism-stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0d5c52 !important;
}

.prism-stat-label {
  font-size: 0.8125rem;
  color: #3d5566;
  line-height: 1.3;
}

.prism-infra-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.prism-infra-visual-inner {
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.5rem rgba(22, 37, 48, 0.12);
  background: transparent;
  border: 1px solid rgba(22, 37, 48, 0.08);
}

.prism-infra-img {
  width: 100%;
  height: auto;
  display: block;
  position: static !important;
  object-fit: contain;
}

.prism-infra-aside {
  max-width: 22rem;
  margin: 0;
  color: #3d5566;
}

/* Scalability */
.section-prism-scale .padding-section-small {
  padding-top: 3.5rem !important;
  padding-bottom: 4rem !important;
}

.prism-scale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 3rem;
  align-items: center;
}

.prism-scale-heading {
  margin-top: 0;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}

.prism-scale-copy p {
  margin: 0 0 1rem;
  max-width: 36rem;
}

.prism-scale-bullets {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #243848;
  font-size: 0.9375rem;
}

.prism-scale-bullets li {
  padding-left: 1.25rem;
  position: relative;
}

.prism-scale-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 1px;
  background: #4bd4bd;
  transform: rotate(45deg);
}

.prism-scale-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.prism-scale-visual-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(22, 37, 48, 0.08);
  box-shadow: 0 1.25rem 2.5rem rgba(22, 37, 48, 0.1);
  background: transparent;
}

.prism-scale-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* Feature pillars */
.section-prism-pillars .padding-section-small {
  padding-top: 3rem !important;
  padding-bottom: 3.5rem !important;
}

.prism-pillars-intro.trainer_top {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.prism-pillars-title.heading-style-h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  margin: 0;
}

.prism-pillars-lead-wrap {
  max-width: 36rem !important;
  margin-top: 0.75rem;
}

.prism-pillars-lead-wrap .text-base {
  text-align: center;
}

.prism-pillars-grid {
  align-items: stretch;
}

.prism-pillar-card {
  height: 100%;
  border: 1px solid rgba(22, 37, 48, 0.1);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem 2rem !important;
  background: #fff;
  box-shadow: 0 0.5rem 1.75rem rgba(22, 37, 48, 0.07);
  gap: 1.25rem !important;
}

.prism-pillar-card-title.text-5xl {
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
  line-height: 1.25;
  color: #162530 !important;
  margin: 0;
}

.prism-pillar-visual.trainer_image-wrap {
  min-height: 0 !important;
  padding-top: 62% !important;
  border-radius: 0.75rem;
  border: 1px solid rgba(22, 37, 48, 0.06);
  overflow: hidden;
  background: linear-gradient(160deg, #eef6f5 0%, #e2e9ee 100%);
}

.prism-pillar-img {
  object-fit: contain !important;
  padding: 0.75rem;
}

.prism-pillar-card-body {
  color: #2a3d4d !important;
  flex-grow: 1;
}

/* Testimonials */
.section-prism-testimonials .testimonial_content {
  color: inherit;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.prism-testimonial-header {
  text-align: center;
  align-items: center;
}

.prism-testimonial-sub {
  max-width: 40rem;
  margin: 0.75rem auto 2.5rem;
}

.prism-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.prism-testimonial-card {
  margin: 0;
  text-align: left;
  border: 1px solid rgba(22, 37, 48, 0.1);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  background: #fff;
  box-shadow: 0 0.35rem 1.25rem rgba(22, 37, 48, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.prism-testimonial-quote-icon {
  color: #4bd4bd;
  line-height: 0;
}

.prism-testimonial-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #243848;
  font-weight: 500;
}

.prism-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(22, 37, 48, 0.08);
}

.prism-testimonial-name {
  font-weight: 700;
  color: #162530;
  font-size: 0.9375rem;
}

.prism-testimonial-role {
  font-size: 0.875rem;
  color: #5a7282;
}

/* Guided setup CTA */
.section-prism-guided {
  background: #eef5f4 !important;
  color: #162530 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
}

.section-prism-guided .padding-section-small {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.prism-guided-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 3.5rem;
  align-items: center;
}

.prism-guided-copy .heading-style-h2 {
  margin: 0 0 1rem;
}

.prism-guided-copy p {
  margin: 0 0 1.5rem;
  max-width: 36rem;
}

.prism-guided-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.prism-guided-visual {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(22, 37, 48, 0.08);
  box-shadow: 0 1rem 2.5rem rgba(22, 37, 48, 0.1);
  background: transparent;
}

.prism-guided-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* Plans */
.prism-plan-grid {
  align-items: stretch;
}
.prism-plan-card--simple .plan_content {
  flex: 1 1 auto;
}
.prism-plan-intro {
  color: inherit;
}

.prism-plan-intro .heading-style-h2 {
  color: #162530 !important;
}

.prism-plan-lead-wrap {
  max-width: 40rem !important;
}

.prism-plan-features {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: #2a3d4d;
  line-height: 1.5;
}

.prism-plan-bestfor {
  margin: 0 0 0.75rem;
}

.plan_card.is-premium .prism-plan-bestfor {
  color: #e8f4f1 !important;
}

.plan_card.is-premium .prism-plan-features {
  color: #d0e8e4;
}

.prism-plan-trust {
  text-align: center;
  margin: 2rem auto 0;
  max-width: 40rem;
  font-weight: 600;
  color: #243848;
}

/* Contact page — square frame, full asset visible (no crop/zoom) */
.section_contact .contact_image.prism-contact-image-square {
  padding-top: 0 !important;
  aspect-ratio: 1 / 1;
  max-width: min(100%, 28rem);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #eef4f6 0%, #e4eef2 50%, #dce8ee 100%);
  border: 1px solid rgba(22, 37, 48, 0.08);
}

.section_contact .contact_image.prism-contact-image-square .prism-contact-side-img {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  max-width: 82%;
  max-height: 82%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media screen and (min-width: 992px) {
  .section_contact .contact_image.prism-contact-image-square {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

/* Contact CTA */
.section-prism-contact .padding-section-small {
  padding-top: 3.5rem !important;
  padding-bottom: 4rem !important;
}

.prism-cta-wrapper {
  grid-column-gap: 4rem !important;
  grid-row-gap: 2rem !important;
  padding: 3.5rem 3rem !important;
  background: linear-gradient(145deg, #0f1f28 0%, #162530 45%, #1a3545 100%) !important;
  border: 1px solid rgba(75, 212, 189, 0.15);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
}

.prism-cta-wrapper .prism-heading-navy,
.prism-cta-heading {
  color: #f6fafb !important;
}

.prism-cta-body {
  color: #c5d4dc !important;
  max-width: 28rem;
}

.prism-cta-trust {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.9375rem;
  color: #9cf0e6;
}

.prism-cta-trust li {
  padding-left: 1.1rem;
  position: relative;
}

.prism-cta-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #4bd4bd;
}

.prism-cta-form-wrap .form_label {
  color: #e8f4f1 !important;
}

.prism-cta-form-wrap .form_input {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #f6fafb !important;
}

.prism-cta-form-wrap .form_input::placeholder {
  color: rgba(246, 250, 251, 0.45);
}

.prism-cta-form-wrap .form_input:focus {
  border-color: #4bd4bd !important;
  background-color: rgba(255, 255, 255, 0.16) !important;
}

/* Footer */
.prism-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem 2rem;
  align-items: start;
  text-align: left !important;
  width: 100%;
}

.prism-footer-brand-copy {
  margin: 1rem 0 0.75rem;
  max-width: 22rem;
}

.prism-footer-muted {
  color: #5a7282;
  margin: 0;
}

.prism-footer-address {
  font-style: normal;
  margin-top: 0.75rem;
  line-height: 1.5;
}

.prism-footer-col-title {
  color: #162530 !important;
  margin-bottom: 0.75rem;
}

.prism-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.prism-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(22, 37, 48, 0.1);
  font-size: 0.875rem;
  color: #5a7282;
}

.prism-legal-page {
  max-width: 40rem;
  padding: 2rem 0 4rem;
}

.prism-legal-page h1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .prism-infra-grid,
  .prism-scale-grid,
  .prism-guided-grid,
  .prism-cta-wrapper {
    grid-template-columns: 1fr !important;
  }

  .prism-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .prism-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prism-infra-visual-inner {
    max-width: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .prism-footer-grid {
    grid-template-columns: 1fr;
  }

  .prism-hero-wrapper {
    flex-direction: column;
  }

  .prism-hero-banner {
    order: -1;
  }
}

/* --- Premium SaaS header --- */
.prism-saas-header.nav_component {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: rgba(248, 250, 251, 0.92);
  border-bottom: 1px solid #e7ecef;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.prism-header-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.prism-header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  min-height: 72px;
  max-width: 100%;
}

.prism-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
  width: auto !important;
  height: auto !important;
  position: relative;
  padding: 0.25rem 0;
}

.prism-header-brand__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.prism-header-brand__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  position: static !important;
}

.prism-header-brand__wordmark {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1f2d2d;
  line-height: 1.2;
  white-space: nowrap;
}

.prism-header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.75rem);
  position: static !important;
  background: transparent !important;
  float: none;
  width: auto;
  max-width: 100%;
}

.prism-nav-link {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #3e5b59 !important;
  text-decoration: none;
  padding: 0.25rem 0;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.prism-nav-link:hover,
.prism-nav-link:focus-visible {
  color: #1f2d2d !important;
  opacity: 1;
}

.prism-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.prism-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 18px;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.prism-btn--primary {
  background-color: #7ed6c2;
  color: #143434;
  border-color: transparent;
}

.prism-btn--primary:hover {
  background-color: #6bcbb4;
  color: #0f2626;
}

.prism-btn--secondary {
  background-color: #ffffff;
  color: #2e4a49;
  border-color: #d7e3e0;
}

.prism-btn--secondary:hover {
  border-color: #b8ccc7;
  background-color: #fafcfc;
}

.prism-header-menu-btn.menu_button {
  display: none;
}

@media screen and (max-width: 991px) {
  .prism-header-bar {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  .prism-header-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .prism-header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .prism-header-actions .prism-btn {
    display: none;
  }

  .prism-header-menu-btn.menu_button {
    display: flex !important;
    float: none;
    margin-left: 0.25rem;
  }

  /* Webflow hides .w-nav-menu on medium collapse; keep menu in flow for accordion */
  .prism-saas-header.w-nav[data-collapse="medium"] .prism-header-nav.w-nav-menu {
    display: flex !important;
  }

  .prism-header-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    padding-top: 0;
    padding-bottom: 0;
  }

  .prism-saas-header.w-nav:has(.w-nav-button.w--open) .prism-header-nav {
    max-height: 24rem;
    opacity: 1;
    pointer-events: auto;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e7ecef;
    margin-top: 0.5rem;
  }

  .prism-header-nav .prism-nav-link {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(231, 236, 239, 0.8);
  }

  .prism-header-nav .prism-nav-link:last-child {
    border-bottom: 0;
  }
}

/* --- Hero refresh (premium SaaS) --- */
.prism-hero-section {
  background-color: #f7f9fb !important;
  padding-top: clamp(3rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 6rem) !important;
}

.prism-hero-container.container-medium {
  max-width: 1200px;
}

.prism-hero-trust-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3f695c;
  background: rgba(138, 216, 197, 0.2);
  border: 1px solid rgba(138, 216, 197, 0.45);
  border-radius: 999px;
}

.prism-hero-wrapper {
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  flex-wrap: nowrap;
  margin-top: 0 !important;
}

.prism-hero-content {
  flex: 1 1 26rem;
  max-width: 36rem;
  gap: clamp(1.25rem, 3vw, 2rem) !important;
}

.prism-hero-title.heading-style-h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0;
}

.prism-hero-body {
  color: #5f6e7d !important;
  line-height: 1.65;
  margin: 0;
}

.prism-hero-sub {
  max-width: 100% !important;
  align-items: flex-start !important;
}

.prism-hero-trust-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1f2937;
}

.prism-hero-trust-points li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}

.prism-hero-trust-points li::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #8ad8c5;
}

.prism-hero-ctas {
  margin-top: 0.5rem;
  gap: 0.75rem 1rem;
}

.prism-btn--hero-primary {
  background-color: #7fd6c2 !important;
  color: #173b35 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
}

.prism-btn--hero-primary:hover {
  background-color: #6dccb5 !important;
  color: #0f2a26 !important;
}

.prism-btn--hero-secondary {
  background-color: #ffffff !important;
  color: #2e4a49 !important;
  border: 1px solid #d7dee3 !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
}

.prism-btn--hero-secondary:hover {
  background-color: #f8fafb !important;
  border-color: #c5ced4 !important;
}

.prism-hero-wrapper .hero_banner.prism-hero-banner {
  flex: 1 1 min(20rem, 100%);
  max-width: min(90rem, 100%);
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
}

.prism-hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(88rem, 100%);
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
  line-height: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
}

.prism-hero-banner .hero_image.prism-hero-asset,
.prism-hero-visual .hero_image {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: contain;
  border-radius: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
}

/* Infrastructure section */
.section-prism-infra {
  background: #f5f7f8 !important;
}

.section-prism-infra .padding-section-small {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

.prism-infra-grid {
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.prism-infra-copy .heading-style-h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 20ch;
  color: #1e293b !important;
}

.prism-infra-copy p {
  color: #5b6b7a;
  line-height: 1.65;
}

.prism-infra-copy .prism-body-dark {
  color: #1e293b;
}

.prism-feature-bullets li::before {
  background: #7fd6c2;
}

.prism-stat-pill {
  border-color: #e6eaee;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(30, 41, 59, 0.06);
}

.prism-stat-value {
  color: #3f695c !important;
}

.prism-stat-label {
  color: #5b6b7a;
}

.prism-infra-visual-inner {
  max-width: 22rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(230, 234, 238, 0.6);
  box-shadow: 0 12px 40px rgba(30, 41, 59, 0.08);
  background: transparent;
}

.prism-infra-aside {
  color: #5b6b7a;
  line-height: 1.6;
}

/* Scale section */
.section-prism-scale {
  background: #f4f6f7 !important;
}

.section-prism-scale .padding-section-small {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

.prism-scale-heading {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  letter-spacing: -0.03em;
  color: #1f2937 !important;
}

.prism-scale-copy p {
  color: #5f6e7d;
  line-height: 1.65;
}

.prism-scale-bullets {
  color: #5f6e7d;
}

.prism-scale-bullets li::before {
  border-radius: 50%;
  transform: none;
  background: #8ad8c5;
  width: 0.4rem;
  height: 0.4rem;
}

.prism-scale-visual-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(230, 234, 238, 0.65);
  background: transparent;
  box-shadow: 0 16px 48px rgba(31, 41, 55, 0.08);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.prism-scale-img {
  border-radius: 0.75rem;
}

.prism-scale-ctas .button.w-button {
  background-color: #79d6c1 !important;
  color: #173b35 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  font-weight: 600 !important;
}

.prism-scale-ctas .button.w-button:hover {
  background-color: #66c9b2 !important;
}

.prism-scale-ctas .button.is-secondary.w-button {
  background-color: #ffffff !important;
  color: #2e4a49 !important;
  border: 1px solid #d7dee3 !important;
}

.prism-scale-ctas .button.is-secondary.w-button:hover {
  background-color: #fafbfc !important;
}

/* Security / editorial section */
.section-prism-editorial {
  background: #f4f6f7;
}

.section-prism-editorial .padding-section-small {
  padding-top: clamp(4rem, 7vw, 5.5rem) !important;
  padding-bottom: clamp(4rem, 7vw, 5.5rem) !important;
}

.prism-editorial-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.prism-editorial-headline {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #22313a;
  max-width: 22ch;
}

.prism-editorial-lead {
  margin: 0;
  max-width: 36rem;
  color: #5f6e7a !important;
  line-height: 1.65;
  justify-self: end;
}

.prism-editorial-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: stretch;
  min-height: 0;
}

.prism-editorial-card {
  border-radius: 1.25rem;
  border: 1px solid #e4e8eb;
  box-shadow: 0 8px 32px rgba(34, 49, 58, 0.06);
  overflow: hidden;
}

.prism-editorial-card--large {
  background: #f7f8f8;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 22rem;
}

.prism-editorial-card__body {
  margin: 0;
  color: #5f6e7a !important;
  line-height: 1.65;
}

.prism-editorial-stat {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.prism-editorial-stat__value {
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #22313a;
}

.prism-editorial-stat__label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #3f695c;
}

.prism-editorial-card--visual {
  background: #f7f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  aspect-ratio: 1;
  min-height: 0;
}

.prism-editorial-visual-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.prism-editorial-card--accent {
  background: #8ad8c5;
  border-color: rgba(63, 105, 92, 0.15);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 22rem;
}

.prism-editorial-card--accent .prism-editorial-card__body {
  color: #22313a !important;
}

.prism-editorial-stat--on-mint .prism-editorial-stat__value {
  color: #22313a;
}

.prism-editorial-stat--on-mint .prism-editorial-stat__label {
  color: #3f695c;
}

/* Pillars / serious businesses */
.section-prism-pillars {
  background: #f3f5f6 !important;
}

.section-prism-pillars .padding-section-small {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

.prism-pillars-title.heading-style-h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  color: #22313a !important;
}

.prism-pillars-lead-wrap .text-base {
  color: #5f6e7a !important;
  line-height: 1.65;
}

.prism-pillar-card {
  background: #fafaf9 !important;
  border-color: #e2e7e9 !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 8px 28px rgba(34, 49, 58, 0.06) !important;
}

.prism-pillar-visual.trainer_image-wrap {
  background: #eef2f3 !important;
  border-color: #e2e7e9 !important;
  border-radius: 1rem !important;
}

.prism-pillar-card-body {
  color: #5f6e7a !important;
  line-height: 1.6;
}

.prism-pillar-card .button.is-secondary.w-button {
  background: #ffffff !important;
  color: #3f695c !important;
  border: 1px solid #e2e7e9 !important;
  border-radius: 10px !important;
  padding: 0.65rem 1.15rem !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
}

.prism-pillar-card .button.is-secondary.w-button:hover {
  border-color: #8ad8c5 !important;
  background: #f6fbfb !important;
}

@media screen and (max-width: 991px) {
  .prism-editorial-top {
    grid-template-columns: 1fr;
  }

  .prism-editorial-lead {
    justify-self: start;
  }

  .prism-editorial-cards {
    grid-template-columns: 1fr;
  }

  .prism-editorial-card--visual {
    aspect-ratio: auto;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .prism-editorial-card--large,
  .prism-editorial-card--accent {
    min-height: auto;
  }
}
