html, body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.w-richtext img {
  display: block;
}

.w-form-done,
.w-form-fail {
  display: none;
}

.language-choice-wrapper {
  z-index: 20;
}

.tags-header-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.tags-clear-link {
  color: #5e17eb;
  font-weight: 500;
  text-decoration: underline;
}

.tag3.tag3-active {
  background: linear-gradient(135deg, #7c25ff, #4f00d8);
}

.tag3.tag3-active .tag-text2 {
  color: #fff;
}

.blog-post-body-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(23, 23, 23, 0.08);
  margin-top: 1.5rem;
  padding: 2rem 2rem 2.25rem;
}

.blog-post-content {
  color: #2b2b2b;
}

.hero-fairpath-outline {
  background-color: transparent;
  border: 1px solid var(--primary-orange);
  color: var(--primary-orange);
}

.hero-fairpath-outline:hover {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #fff;
}

.w-code-block,
.code-block-main {
  text-align: left;
}

.w-code-block code,
.code-block-main code {
  display: block;
  font-family: "Inconsolata", "SFMono-Regular", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .blog-post-body-card {
    border-radius: 16px;
    padding: 1.25rem 1rem 1.5rem;
  }
}

.foundations-section {
  background: #fff;
  color: #1e2936;
  padding: 3rem 0 4rem;
}

.foundations-container {
  max-width: 860px;
}

.foundations-header {
  border-bottom: 1px solid #d7dde4;
  margin: 1.5rem 0 2rem;
  padding-bottom: 1.25rem;
}

.foundations-title {
  color: #1b2a3a;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.foundations-thesis {
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.foundations-scope {
  color: #4b5e73;
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}

.foundations-block + .foundations-block {
  margin-top: 2rem;
}

.foundations-block h2 {
  color: #1b2a3a;
  font-size: 1.18rem;
  letter-spacing: 0.01em;
  margin: 0 0 0.65rem;
}

.foundations-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 0.85rem;
}

.foundations-principles {
  margin: 0;
  padding-left: 1.2rem;
}

.foundations-principles li {
  line-height: 1.65;
  margin-bottom: 0.7rem;
}

.foundations-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foundations-link-list li {
  border-left: 2px solid #d7dde4;
  margin-bottom: 0.9rem;
  padding-left: 0.8rem;
}

.foundations-link-list p {
  color: #38495a;
  line-height: 1.6;
  margin: 0.35rem 0 0;
}

.foundations-content a,
.foundations-link-title {
  color: #0f4c81;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.foundations-engagement {
  border-top: 1px solid #d7dde4;
  padding-top: 1.25rem;
}

.foundations-single-cta {
  margin-top: 0.9rem;
}

.foundations-home-cta {
  background: #f2f5f8;
  border-top: 1px solid #d7dde4;
  padding: 1.8rem 0 2.1rem;
}

.foundations-home-cta-container {
  text-align: center;
}

.foundations-home-cta-label {
  color: #4b5e73;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.foundations-home-cta-copy {
  color: #1e2936;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 auto 1rem;
  max-width: 670px;
}

.foundations-nav-link {
  background: rgba(255, 111, 0, 0.12);
  border: 1px solid rgba(255, 111, 0, 0.3);
  border-radius: 999px;
  color: #8a3d00;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.3rem;
  padding: 0.35rem 0.8rem;
}

.foundations-nav-link:hover,
.foundations-nav-link:focus-visible {
  background: rgba(255, 111, 0, 0.2);
  color: #6e3000;
}

@media screen and (max-width: 767px) {
  .foundations-section {
    padding: 2rem 0 2.75rem;
  }

  .foundations-title {
    font-size: 2rem;
  }

  .foundations-thesis {
    font-size: 1.03rem;
  }

  .foundations-home-cta {
    padding: 1.4rem 0 1.7rem;
  }
}

.buffaly-imported-post {
  color: #27313f;
  font-size: 1.04rem;
  line-height: 1.72;
}

.buffaly-imported-post .buffaly-import-section {
  margin: 0 0 3rem;
}

.buffaly-imported-post .buffaly-import-block {
  margin: 1.5rem 0;
}

.buffaly-imported-post h2,
.buffaly-imported-post h3,
.buffaly-imported-post h4 {
  color: #172336;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 2.25rem 0 1rem;
}

.buffaly-imported-post h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.buffaly-imported-post h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.buffaly-imported-post h4 {
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.buffaly-imported-post p,
.buffaly-imported-post li {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.72;
}

.buffaly-imported-post p {
  margin: 0 0 1.05rem;
}

.buffaly-imported-post ul,
.buffaly-imported-post ol {
  margin: 1rem 0 1.5rem 1.35rem;
  padding-left: 1rem;
}

.buffaly-imported-post li {
  margin-bottom: 0.65rem;
}

.buffaly-imported-post a {
  color: #5e17eb;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.buffaly-imported-post strong,
.buffaly-imported-post b {
  color: #172336;
  font-weight: 700;
}

.buffaly-imported-post .buffaly-import-quote,
.buffaly-imported-post blockquote {
  background: #f4f7fb;
  border-left: 4px solid #5e17eb;
  border-radius: 16px;
  color: #172336;
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.65;
  margin: 2rem 0;
  padding: 1.35rem 1.5rem;
}

.buffaly-imported-post .buffaly-import-code,
.buffaly-imported-post pre {
  background: #0f172a;
  border-radius: 16px;
  color: #e2e8f0;
  font-family: "Inconsolata", Consolas, monospace;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 1.5rem 0;
  overflow-x: auto;
  padding: 1.15rem 1.25rem;
  white-space: pre;
}

.buffaly-imported-post code {
  font-family: "Inconsolata", Consolas, monospace;
}

.buffaly-imported-post img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(23, 23, 23, 0.12);
  display: block;
  height: auto;
  margin: 1.5rem auto 2rem;
  max-width: 100%;
}

.buffaly-imported-post iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
  display: block;
  height: auto;
  margin: 1.5rem auto 2rem;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .buffaly-imported-post {
    font-size: 1rem;
  }

  .buffaly-imported-post .buffaly-import-section {
    margin-bottom: 2rem;
  }

  .buffaly-imported-post .buffaly-import-code,
  .buffaly-imported-post pre {
    font-size: 0.82rem;
    padding: 1rem;
  }
}

/* Orlando AI page */
.orlando-ai-page {
  background: #f7f2ff;
}

.orlando-ai-page .navbar-logo-left {
  background: #f7f2ff;
  padding: 1.2rem 0;
}

.orlando-ai-page .navbar-logo-left-container {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(94, 23, 235, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(52, 10, 90, 0.08);
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  min-height: auto;
  padding: 0.55rem 1rem;
}

.orlando-ai-page .navbar-wrapper,
.orlando-ai-page .nav-menu-two,
.orlando-ai-page .mobile-margin-top-10 {
  align-items: center;
  display: flex;
}

.orlando-ai-page .navbar-wrapper {
  justify-content: space-between;
}

.orlando-ai-page .nav-menu-two,
.orlando-ai-page .mobile-margin-top-10 {
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.orlando-ai-page .mobile-margin-top-10 {
  list-style: none;
}

.orlando-ai-page .dropdown {
  display: inline-flex;
  position: relative;
}

.orlando-ai-page .dropdown-list {
  background: #fff;
  border: 1px solid rgba(94, 23, 235, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(52, 10, 90, 0.12);
  padding: 0.5rem;
}

.orlando-ai-page .dropdown-link {
  border-radius: 12px;
}

.orlando-ai-page .language-choice-wrapper {
  display: none;
}

.if-orlando-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.if-orlando-hero {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 128, 50, 0.22), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(94, 23, 235, 0.24), transparent 32%),
    linear-gradient(135deg, #250054 0%, #4a0f9f 46%, #ff6b21 120%);
  color: #fff;
  padding: 4.7rem 0 4.2rem;
}

.if-orlando-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  margin-left: auto;
  margin-right: auto;
}

.if-orlando-heading {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.3rem, 5.5vw, 6.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin: 1rem 0 1.4rem;
  max-width: 760px;
}

.if-orlando-hero-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.14rem;
  line-height: 1.52;
  max-width: 720px;
}

.if-orlando-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.if-orlando-hero-card,
.if-orlando-info-card,
.if-orlando-dark-card,
.if-orlando-final-cta {
  border-radius: 28px;
}

.if-orlando-hero-card {
  align-self: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 80px rgba(22, 0, 56, 0.26);
  padding: 1.65rem;
}

.if-orlando-hero-card h2,
.if-orlando-final-cta h2 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.if-orlando-hero-card p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.if-orlando-buffaly-visual {
  overflow: hidden;
  position: relative;
}

.if-orlando-buffaly-visual::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 62%);
  border-radius: 999px;
  content: "";
  height: 220px;
  position: absolute;
  right: -70px;
  top: -80px;
  width: 220px;
}

.if-orlando-runtime-diagram {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.45rem;
  position: relative;
}

.if-orlando-runtime-diagram span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.8rem 0.9rem;
  text-transform: uppercase;
}

.if-orlando-card-kicker,
.if-orlando-kicker {
  color: var(--primary-orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.if-orlando-proof-strip {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.35rem;
}

.if-orlando-proof-pill {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.8rem;
}

.if-orlando-section {
  padding: 5rem 0;
}

.if-orlando-section-white {
  background: #fff;
}

.if-orlando-section-soft {
  background: #f7f2ff;
}

.if-orlando-dark {
  background: linear-gradient(135deg, #1f003f, #3b0f76 60%, #24103d);
  color: #fff;
}

.if-orlando-narrow {
  max-width: 900px;
}

.if-orlando-section h2 {
  color: #24103d;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0.75rem 0 1.2rem;
}

.if-orlando-section p,
.if-orlando-info-card li {
  color: #4a4457;
  font-size: 1.04rem;
  line-height: 1.7;
}

.if-orlando-section-head {
  margin-bottom: 2rem;
  max-width: 820px;
}

.if-orlando-section-head-light h2,
.if-orlando-section-head-light p,
.if-orlando-dark-card h3,
.if-orlando-dark-card p {
  color: #fff;
}

.if-orlando-card-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.if-orlando-card-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.if-orlando-info-card {
  background: #fff;
  border: 1px solid rgba(94, 23, 235, 0.12);
  box-shadow: 0 18px 55px rgba(52, 10, 90, 0.09);
  color: #24103d;
  display: block;
  padding: 1.6rem;
  text-decoration: none;
}

a.if-orlando-info-card,
a.if-orlando-proof-row {
  border-color: rgba(255, 111, 0, 0.22);
  cursor: pointer;
  position: relative;
}

a.if-orlando-info-card {
  padding-bottom: 3.8rem;
}

a.if-orlando-info-card::after {
  background: rgba(255, 111, 0, 0.12);
  border: 1px solid rgba(255, 111, 0, 0.24);
  border-radius: 999px;
  bottom: 1.1rem;
  color: #8a3d00;
  content: "Read more";
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  position: absolute;
  right: 1.1rem;
  text-transform: uppercase;
}

a.if-orlando-info-card h3,
a.if-orlando-proof-row strong {
  color: #5e17eb;
  text-decoration: underline;
  text-decoration-color: rgba(255, 111, 0, 0.55);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.if-orlando-info-card:hover,
.if-orlando-proof-row:hover {
  border-color: rgba(255, 111, 0, 0.5);
  box-shadow: 0 22px 60px rgba(52, 10, 90, 0.13);
  transform: translateY(-2px);
}

a.if-orlando-info-card:hover::after,
a.if-orlando-proof-row:hover::after {
  background: #ff6f00;
  border-color: #ff6f00;
  color: #fff;
}

.if-orlando-info-card h3,
.if-orlando-proof-row strong {
  color: #24103d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0.45rem 0 0.75rem;
}

.if-orlando-dark-card h3 {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0.45rem 0 0.75rem;
}

.if-orlando-info-card p,
.if-orlando-dark-card p {
  margin: 0;
}

.if-orlando-dark-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.6rem;
}

.if-orlando-proof-list,
.if-orlando-community-cards {
  display: grid;
  gap: 1rem;
}

.if-orlando-proof-row {
  background: #fff;
  border: 1px solid rgba(94, 23, 235, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(52, 10, 90, 0.07);
  color: inherit;
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.45fr 1fr;
  padding: 1.25rem 1.4rem;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.if-orlando-proof-row::after {
  align-self: start;
  background: rgba(255, 111, 0, 0.12);
  border: 1px solid rgba(255, 111, 0, 0.24);
  border-radius: 999px;
  color: #8a3d00;
  content: "View proof";
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  position: absolute;
  right: 1.1rem;
  text-transform: uppercase;
  top: 1rem;
}

.if-orlando-proof-row:hover {
  border-color: rgba(255, 111, 0, 0.45);
  box-shadow: 0 18px 48px rgba(52, 10, 90, 0.11);
  transform: translateY(-2px);
}

.if-orlando-proof-row strong {
  display: block;
  margin: 0;
}

.if-orlando-proof-row span {
  color: #4a4457;
  line-height: 1.65;
  padding-right: 7rem;
}

.if-orlando-community-grid,
.if-orlando-fit-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.if-orlando-lead {
  font-size: 1.16rem;
  font-weight: 600;
}

.if-orlando-info-card ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.if-orlando-info-card li {
  margin-bottom: 0.55rem;
}

.if-orlando-final-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 128, 50, 0.28), transparent 34%),
    linear-gradient(135deg, #250054, #4a0f9f);
  padding: 3rem;
}

.if-orlando-final-cta h2 {
  color: #fff;
}

.if-orlando-final-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  max-width: 820px;
}

@media screen and (max-width: 991px) {
  .if-orlando-hero-grid,
  .if-orlando-card-grid,
  .if-orlando-card-grid-four,
  .if-orlando-community-grid,
  .if-orlando-fit-grid,
  .if-orlando-proof-strip,
  .if-orlando-proof-row {
    grid-template-columns: 1fr;
  }

  .if-orlando-hero {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .orlando-ai-page .navbar-logo-left {
    padding: 0.75rem 1rem;
  }

  .orlando-ai-page .navbar-logo-left-container {
    border-radius: 24px;
  }

  .orlando-ai-page .navbar-wrapper,
  .orlando-ai-page .nav-menu-two,
  .orlando-ai-page .mobile-margin-top-10 {
    align-items: flex-start;
  }

  .orlando-ai-page .nav-menu-two,
  .orlando-ai-page .mobile-margin-top-10 {
    flex-direction: column;
    gap: 0.7rem;
  }

  .if-orlando-section {
    padding: 3.5rem 0;
  }

  .if-orlando-hero {
    padding: 3.25rem 0 3rem;
  }

  .if-orlando-heading {
    font-size: 2.8rem;
    letter-spacing: -0.045em;
    margin-bottom: 1rem;
  }

  .if-orlando-hero-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .if-orlando-hero-card {
    padding: 1rem;
  }

  .if-orlando-hero-card h2 {
    font-size: 1.28rem;
    margin-bottom: 0.6rem;
  }

  .if-orlando-hero-card p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .if-orlando-runtime-diagram {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .if-orlando-runtime-diagram span {
    border-radius: 12px;
    font-size: 0.72rem;
    padding: 0.6rem;
  }

  .if-orlando-proof-strip {
    display: none;
  }

  .if-orlando-final-cta,
  .if-orlando-hero-card,
  .if-orlando-info-card,
  .if-orlando-dark-card {
    border-radius: 20px;
  }

  .if-orlando-final-cta {
    padding: 2rem;
  }
}

.healthcare-ai-page .language-choice-wrapper {
  display: none;
}

.hc-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

.hc-hero {
  background:
    radial-gradient(circle at 80% 15%, rgba(94, 23, 235, 0.11), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 58%, #eef7f5 100%);
  color: #210739;
  padding: 5rem 0 4.5rem;
}

.hc-hero-shell {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.hc-eyebrow {
  color: #0d8c7c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-eyebrow-light {
  color: #9df4e8;
}

.hc-hero h1,
.hc-section h2,
.hc-band h2,
.hc-final-cta h2 {
  color: #210739;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hc-hero h1 {
  font-size: clamp(3rem, 5.2vw, 6rem);
  margin: 1rem 0 1.25rem;
  max-width: 760px;
}

.hc-lead {
  color: #5b5269;
  font-size: 1.16rem;
  line-height: 1.65;
  max-width: 720px;
}

.hc-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.hc-actions-center {
  justify-content: center;
}

.hc-control-panel {
  background: #fff;
  border: 1px solid rgba(13, 140, 124, 0.18);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(36, 21, 70, 0.12);
  padding: 1.35rem;
}

.hc-panel-topline {
  color: #0d8c7c;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hc-panel-row {
  align-items: center;
  background: #f7fbff;
  border: 1px solid rgba(33, 7, 57, 0.08);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 1rem;
}

.hc-panel-row span {
  color: #655b72;
  font-weight: 700;
}

.hc-panel-row strong {
  color: #210739;
  text-align: right;
}

.hc-section {
  padding: 5rem 0;
}

.hc-section-white {
  background: #fff;
}

.hc-section-soft {
  background: #f2faf8;
}

.hc-intro-grid,
.hc-band-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.hc-section h2,
.hc-band h2,
.hc-final-cta h2 {
  font-size: clamp(2.25rem, 4vw, 4.1rem);
  margin: 0.85rem 0 1rem;
}

.hc-rich-text p,
.hc-section-head p,
.hc-final-cta p {
  color: #5d5368;
  font-size: 1.06rem;
  line-height: 1.75;
}

.hc-section-head {
  margin-bottom: 2rem;
  max-width: 820px;
}

.hc-step-grid,
.hc-proof-grid,
.hc-use-grid,
.hc-runtime-grid {
  display: grid;
  gap: 1rem;
}

.hc-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hc-step-card,
.hc-proof-card,
.hc-use-grid > div {
  background: #fff;
  border: 1px solid rgba(13, 140, 124, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(20, 51, 59, 0.07);
  padding: 1.35rem;
}

.hc-step-card span {
  color: #0d8c7c;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.hc-step-card h3,
.hc-use-grid h3 {
  color: #210739;
  font-family: "Space Grotesk", sans-serif;
  margin: 0.75rem 0 0.65rem;
}

.hc-step-card p,
.hc-use-grid p,
.hc-proof-card span,
.hc-runtime-grid span {
  color: #665c72;
  line-height: 1.65;
}

.hc-band {
  background: linear-gradient(135deg, #063f39 0%, #0d6f65 55%, #32145d 130%);
  color: #fff;
  padding: 5rem 0;
}

.hc-band h2,
.hc-band p {
  color: #fff;
}

.hc-band p {
  font-size: 1.08rem;
  line-height: 1.75;
}

.hc-runtime-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hc-runtime-grid div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 1.1rem;
}

.hc-runtime-grid strong {
  color: #fff;
  display: block;
  font-size: 1.03rem;
  margin-bottom: 0.35rem;
}

.hc-runtime-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.hc-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-proof-card {
  color: inherit;
  min-height: 190px;
  text-decoration: none;
}

.hc-proof-card strong {
  color: #210739;
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.hc-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-final-cta {
  background: linear-gradient(135deg, #f7fbff 0%, #eefaf7 100%);
  border: 1px solid rgba(13, 140, 124, 0.16);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(36, 21, 70, 0.09);
  margin: 0 auto;
  max-width: 880px;
  padding: 3rem;
  text-align: center;
}

@media (max-width: 991px) {
  .hc-hero-shell,
  .hc-intro-grid,
  .hc-band-grid {
    grid-template-columns: 1fr;
  }

  .hc-step-grid,
  .hc-proof-grid,
  .hc-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hc-step-grid,
  .hc-proof-grid,
  .hc-use-grid,
  .hc-runtime-grid {
    grid-template-columns: 1fr;
  }

  .hc-hero {
    padding-top: 3.5rem;
  }

  .hc-final-cta {
    padding: 2rem;
  }
}
