﻿@import url("./design-system.css");

:root {
  --body-font: "Nunito Sans", sans-serif;
  --display-font: "Funnel Display", sans-serif;
  --heading-font: var(--display-font);
}

body {
  font-family: var(--body-font);
}

.hero-media {
  position: relative;
  padding: clamp(10px, 2vw, 24px) 0 clamp(10px, 2vw, 24px);
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.hero-visual-stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(450px, 48vw, 680px);
  padding: clamp(12px, 2vw, 22px);
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: visible;
  transform-style: preserve-3d;
}

.hero-visual-stage::after {
  display: none;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-orb-one {
  top: 7%;
  right: 11%;
  width: clamp(86px, 10vw, 148px);
  height: clamp(86px, 10vw, 148px);
  background: url("../images/shapes/hero-shape-6.webp") no-repeat center/contain;
  box-shadow: none;
  filter: drop-shadow(0 22px 32px rgba(77, 35, 111, 0.12));
  z-index: -1;
}

.hero-orb-two {
  left: 5%;
  bottom: 18%;
  width: clamp(110px, 13vw, 180px);
  height: clamp(110px, 13vw, 180px);
  background: url("../images/shapes/hero-shape-5.webp") no-repeat center/contain;
  box-shadow: none;
  filter: drop-shadow(0 22px 34px rgba(77, 35, 111, 0.12));
  z-index: -1;
}

.hero-media-disc {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 22px 34px rgba(77, 35, 111, 0.1));
}

.disc-one {
  top: 16%;
  left: 3%;
  width: clamp(90px, 11vw, 150px);
  height: clamp(90px, 11vw, 150px);
  background-image: url("../images/shapes/exp-shape-2.webp");
}

.hero-copy h1 {
  max-width: 18ch;
  line-height: 1em;
}

.hero-bubble-label,
.platform-card-label {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(77, 35, 111, 0.72);
}

.hero-visual-image-wrap {
  position: relative;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: clamp(10px, 1.5vw, 18px);
  border-radius: clamp(30px, 4vw, 52px);
  background: #fffdf8;
  border: 1px solid rgba(77, 35, 111, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 34px 86px rgba(36, 19, 53, 0.18);
  z-index: 3;
  transform:
    translate3d(0, calc((1 - var(--hero-unfold)) * 34px), 0)
    rotateX(calc((1 - var(--hero-unfold)) * 13deg))
    scale(calc(0.9 + (var(--hero-unfold) * 0.1)));
  transform-origin: center top;
  transition: transform 90ms linear;
  will-change: transform;
}

.hero-visual-image-wrap img {
  width: 100%;
  display: block;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
}

.hero-visual-image-wrap picture {
  display: block;
  background: #fff;
  border-radius: 28px;
}

.hero-bubble {
  position: absolute;
  z-index: 4;
  max-width: 260px;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 20px 44px rgba(36, 19, 53, 0.14);
  backdrop-filter: blur(22px) saturate(1.25);
  transform:
    translate3d(0, calc((1 - var(--hero-unfold)) * 18px), 42px)
    scale(calc(0.94 + (var(--hero-unfold) * 0.06)));
  transition: transform 90ms linear, opacity 90ms linear;
  will-change: transform;
}

.hero-bubble strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.28;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
}

.hero-bubble-top {
  top: calc(37% - ((1 - var(--hero-unfold)) * 28px));
  left: clamp(18px, 4vw, 72px);
  transform:
    translate3d(0, calc((1 - var(--hero-unfold)) * -10px), 96px)
    scale(calc(0.98 + (var(--hero-unfold) * 0.02)));
}

.hero-bubble-right {
  top: 18%;
  right: clamp(8px, 2vw, 38px);
}

.hero-bubble-bottom {
  left: auto;
  right: clamp(24px, 9vw, 146px);
  bottom: -15px;
  transform:
    translate3d(0, calc((1 - var(--hero-unfold)) * 18px), 42px)
    rotate(-2deg)
    scale(calc(0.94 + (var(--hero-unfold) * 0.06)));
}

.pricing-hero-layout {
  grid-template-columns: 0.58fr 0.42fr;
}

.pricing-hero-copy {
  max-width: 58ch;
}

.pricing-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pricing-highlight {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(36, 19, 53, 0.08);
  font-weight: 800;
  color: var(--ink);
}

.pricing-selector-card,
.support-card,
.feature-bundle-card {
  border-radius: var(--radius-xl);
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.pricing-selector-card {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.26), transparent 26%),
    rgba(255, 255, 255, 0.92);
}

.pricing-selector-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.pricing-savings {
  font-weight: 800;
  color: var(--green);
}

.contact-bands,
.billing-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-bands {
  margin-top: 22px;
}

.contact-band,
.billing-toggle button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 2px solid rgba(36, 19, 53, 0.1);
  background: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  cursor: pointer;
}

.contact-band.active,
.billing-toggle .is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fffefb;
}

.billing-toggle {
  margin-top: 18px;
}

.selector-price-card {
  margin-top: 22px;
  padding: 24px;
  border-radius: 26px;
  background: #f4ecff;
  border: 2px solid rgba(77, 35, 111, 0.18);
}

.selector-price-card strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.selector-points {
  margin: 20px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.pricing-bundles-grid {
  align-items: stretch;
}

.bundle-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bundle-card.is-selected {
  border-color: rgba(77, 35, 111, 0.28);
  box-shadow: 0 26px 56px rgba(77, 35, 111, 0.14);
}

.bundle-card .button {
  margin-top: auto;
}

.stage-card strong,
.mosaic-card strong,
.audience-card strong,
.page-card strong,
.module-card strong,
.solution-card strong {
  display: block;
  font-size: 1.32rem;
  line-height: 1.24;
}

.stage-quote {
  margin: 0;
  color: white !important;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.95rem;
  line-height: 1.1;
  font-weight: 700;
}

.peach {
  background: #ffe1cf;
}

.sky {
  background: #e9e0fb;
}

.cream {
  background: #fff1d3;
}

.mint {
  background: #f4ecff;
}

.yellow {
  background: #ffe75c;
}

.white {
  background: rgba(255, 255, 255, 0.92);
}

.cocoa {
  background: var(--brown);
  color: white;
}

.cocoa p,
.cocoa h2,
.cocoa h3 {
  color: white;
}

.logo-cloud {
  justify-content: center;
  gap: 12px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 40px;
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 96px;
  height: 18px;
  margin-top: 26px;
  background: url("../images/doodle-swoop.svg") no-repeat left center/contain;
}

.section-heading.compact {
  max-width: 680px;
}

.mosaic-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.platform-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.platform-preview-card,
.platform-feature-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.platform-preview-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 79, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 255, 0.9));
  box-shadow: var(--shadow);
}

.platform-preview-top {
  margin-bottom: 22px;
}

.platform-preview-top h3 {
  max-width: 25ch;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.04;
}

.platform-preview-intro {
  max-width: 52ch;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.platform-screen {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  flex: 1;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.platform-screen-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(77, 35, 111, 0.96), rgba(59, 28, 86, 0.96));
}

.platform-nav-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  color: rgba(255, 249, 239, 0.8);
  font-weight: 800;
}

.platform-nav-item.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fffdf8;
}

.platform-screen-main {
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(255, 176, 126, 0.18), transparent 22%),
    rgba(255, 253, 248, 0.92);
}

.platform-screen-summary {
  display: flex;
  gap: 12px;
}

.platform-summary-card,
.platform-chart-card,
.platform-activity-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.platform-summary-card {
  flex: 1 1 0;
}

.platform-summary-card strong {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
}

.platform-screen-lower {
  display: flex;
  align-items: stretch;
  margin-top: 14px;
}

.platform-chart-card,
.platform-activity-card {
  flex: 1 1 0;
}

.platform-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 156px;
  margin-top: 18px;
}

.platform-bars span {
  flex: 1 1 0;
  min-height: 22px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #f48a64 0%, #5a2a81 100%);
}

.platform-feature-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
  height: 100%;
}

.platform-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  box-shadow: 0 18px 36px rgba(36, 19, 53, 0.08);
}

.platform-feature-card h3 {
  font-size: clamp(1.34rem, 1.6vw, 1.8rem);
  line-height: 1.12;
}

.platform-feature-card p {
  margin-top: 14px;
}

.mosaic-card {
  padding: 26px;
  position: relative;
}

.mosaic-wide {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 26px;
  align-items: center;
}

.mosaic-copy p {
  margin-top: 16px;
}

.mosaic-copy h3 + p {
  max-width: 32ch;
}

.icon-card {
  min-height: 220px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orange);
  border: 2px solid var(--line);
}

.icon-badge.dark {
  background: rgba(58, 32, 29, 0.88);
  color: white;
}

.icon-badge svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:is(i[data-lucide], svg[data-lucide], svg.lucide) {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-banner,
.compare-section,
.pricing-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.feature-banner-media,
.pricing-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.workflow-cinema {
  position: relative;
  min-height: auto;
  padding: clamp(76px, 9vw, 118px) 0;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.02) 0%, rgba(247, 239, 255, 0.08) 100%);
  color: var(--ink);
  isolation: isolate;
}

.workflow-cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(77, 35, 111, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 35, 111, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.5;
}

.workflow-cinema-bg {
  position: absolute;
  inset: auto max(24px, 6vw) 52px auto;
  width: min(36vw, 430px);
  height: min(36vw, 430px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
}

.workflow-cinema-bg::after {
  display: none;
}

.workflow-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  opacity: 0.46;
}

.glow-one {
  right: 8%;
  bottom: 16%;
  width: 180px;
  height: 180px;
  background: rgba(255, 212, 79, 0.2);
}

.glow-two {
  left: 3%;
  top: 14%;
  width: 240px;
  height: 240px;
  background: rgba(255, 176, 126, 0.14);
}

.workflow-cinema-inner {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.workflow-cinema-intro {
  min-height: auto;
  display: grid;
  justify-items: center;
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.workflow-cinema-intro .eyebrow {
  color: var(--primary);
}

.workflow-cinema-intro h2 {
  max-width: 15ch;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.4vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.workflow-cinema-intro p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.flow-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.flow-map::before {
  display: none;
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  width: auto;
  min-height: 280px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 18px 38px rgba(36, 19, 53, 0.08);
  opacity: 1;
  transform: none;
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    background 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
  backdrop-filter: blur(22px);
}

.flow-step:nth-child(even) {
  justify-self: stretch;
  margin-top: 42px;
}

.flow-step.is-active {
  transform: translateY(-4px);
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(77, 35, 111, 0.18);
  box-shadow: 0 28px 64px rgba(36, 19, 53, 0.12);
  color: var(--ink);
}

.flow-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #ffd44f;
  color: var(--primary);
  font-size: clamp(0.96rem, 1.5vw, 1.35rem);
  letter-spacing: -0.04em;
  box-shadow: 0 18px 38px rgba(255, 212, 79, 0.26);
}

.flow-step-copy {
  display: grid;
  gap: 12px;
}

.flow-step strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.flow-step p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.flow-step.is-active p {
  color: var(--muted);
}

.workflow-cinema-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  grid-column: 1 / -1;
  justify-content: center;
  padding-top: 18px;
}

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

.usecase-showcase {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  gap: 24px;
  padding: 8px 0 0;
}

.usecase-feature-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 212, 79, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 176, 126, 0.16), transparent 24%),
    linear-gradient(135deg, #2f1644 0%, #4d236f 54%, #6c3c95 100%);
}

.usecase-feature-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.16) 0%, transparent 16%, transparent 84%, rgba(255, 248, 238, 0.12) 100%);
  pointer-events: none;
}

.usecase-feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.34;
  pointer-events: none;
}

.usecase-section-card {
  position: relative;
  width: 100%;
}

.usecase-section-inner {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
}

.usecase-spotlight {
  position: relative;
  padding: 0;
  border-radius: 40px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.usecase-spotlight::before,
.usecase-spotlight::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.usecase-spotlight::before {
  width: 260px;
  height: 260px;
  top: -110px;
  right: -70px;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(6px);
}

.usecase-spotlight::after {
  width: 220px;
  height: 220px;
  bottom: -120px;
  left: -70px;
  background: rgba(255, 230, 160, 0.14);
  filter: blur(12px);
}

.usecase-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 32px;
}

.usecase-heading .eyebrow {
  color: rgba(255, 244, 220, 0.92);
}

.usecase-heading h2,
.usecase-heading p {
  color: #fffaf5;
}

.usecase-heading p {
  max-width: 58ch;
  color: rgba(255, 245, 234, 0.82);
}

.usecase-heading::after {
  background: none;
  width: 110px;
  height: 10px;
  border-radius: 999px;
  margin-top: 24px;
  background: linear-gradient(90deg, #ffe36f 0%, rgba(255, 255, 255, 0.2) 100%);
}

.usecase-accordion {
  display: grid;
  gap: 14px;
  align-content: start;
  position: relative;
  z-index: 1;
}

.usecase-item {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 248, 240, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.usecase-item.is-active {
  border-color: rgba(255, 226, 137, 0.8);
  background: rgba(255, 249, 239, 0.96);
  transform: translateX(6px);
  box-shadow: 0 22px 34px rgba(30, 8, 50, 0.16);
}

.usecase-item:hover,
.usecase-item:focus-within {
  border-color: rgba(255, 235, 182, 0.58);
}

.usecase-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border: none;
  background: transparent;
  color: #fffaf5;
  cursor: pointer;
  text-align: left;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.usecase-item.is-active .usecase-trigger {
  color: var(--ink);
}

.usecase-trigger-copy {
  display: grid;
  gap: 6px;
}

.usecase-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 245, 234, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usecase-item.is-active .usecase-tag {
  background: rgba(255, 212, 79, 0.16);
  border-color: rgba(77, 35, 111, 0.12);
  color: #734217;
}

.usecase-title {
  display: block;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1;
}

.usecase-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.5rem;
  line-height: 1;
  color: #fffaf5;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.usecase-item.is-active .usecase-plus {
  background: #4d236f;
  border-color: #4d236f;
  color: #fffefb;
  transform: rotate(45deg);
}

.usecase-panel {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted);
}

.usecase-panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.48;
}

.usecase-panel-note {
  display: block;
  margin-top: 12px;
  color: rgba(77, 35, 111, 0.84);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 700;
}

.usecase-item.is-active .usecase-panel {
  display: block;
}

.usecase-visual {
  position: relative;
  min-height: 480px;
  z-index: 1;
}

.usecase-visual-frame {
  position: relative;
  height: 100%;
  min-height: 480px;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
  box-shadow: 0 28px 44px rgba(33, 11, 51, 0.18);
}

.usecase-visual-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.9);
  color: #fffefb;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.usecase-image {
  position: absolute;
  inset: 18px;
  width: 100%;
  height: 100%;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: cover;
  border-radius: 24px;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
}

.usecase-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.audience-card,
.page-card,
.price-card,
.add-on-card,
.module-card,
.solution-card {
  padding: 26px;
}

.compare-snapshot,
.compare-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.compare-story-stack {
  display: grid;
  gap: 24px;
}

.compare-simple-card,
.compare-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(36, 19, 53, 0.1);
  box-shadow: var(--shadow);
}

.compare-simple-card {
  display: grid;
}

.compare-advantage-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  align-items: stretch;
}

.compare-advantage-card,
.compare-rival-card {
  border: 1px solid rgba(36, 19, 53, 0.1);
  box-shadow: var(--shadow);
}

.compare-advantage-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 520px;
  padding: 32px;
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.28), transparent 28%),
    linear-gradient(145deg, #4d236f 0%, #2b1738 100%);
  color: #fffdf8;
}

.compare-advantage-card h3 {
  max-width: 12ch;
  color: #fffdf8;
  font-size: clamp(2rem, 3.3vw, 3.8rem);
  line-height: 0.96;
}

.compare-advantage-card p {
  max-width: 34ch;
  color: rgba(255, 253, 248, 0.74);
}

.compare-rivals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.compare-rival-card {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 250px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.86);
}

.compare-rival-card strong {
  display: block;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.05;
}

.compare-rival-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.compare-rival-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-rival-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.compare-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 999px;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
}

.compare-dot::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.95rem;
  line-height: 1;
}

.compare-dot.yes {
  background: rgba(31, 141, 98, 0.14);
  color: #15764f;
}

.compare-dot.yes::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
}

.compare-dot.no {
  background: rgba(77, 35, 111, 0.055);
  color: rgba(77, 35, 111, 0.44);
}

.compare-dot.no::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.compare-competitor-card {
  overflow-x: auto;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 239, 255, 0.9));
}

.compare-competitor-head,
.compare-competitor-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(5, minmax(110px, 0.8fr));
  gap: 10px;
  align-items: stretch;
  min-width: 920px;
}

.compare-competitor-head {
  padding: 8px 8px 12px;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
}

.compare-competitor-head span,
.compare-competitor-row > span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(77, 35, 111, 0.08);
}

.compare-competitor-row {
  padding: 6px 0;
}

.compare-competitor-row > span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.compare-competitor-head span:nth-child(2),
.compare-competitor-row > span:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.24), transparent 28%),
    rgba(77, 35, 111, 0.96);
  border-color: rgba(77, 35, 111, 0.24);
  color: #fffdf8;
}

.compare-competitor-row > span:not(:first-child) {
  justify-content: center;
}

.compare-simple-head,
.compare-simple-row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 140px 160px;
  gap: 12px;
  align-items: center;
}

.compare-simple-head {
  padding-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--muted);
}

.compare-simple-row {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.compare-simple-row > span:first-child {
  font-weight: 800;
  line-height: 1.4;
}

.compare-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  margin: 0 auto;
  border-radius: 999px;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.compare-check.yes {
  background: #1f8d62;
  border: 1px solid rgba(31, 141, 98, 0.2);
  color: #fffdf8;
  box-shadow: 0 10px 22px rgba(31, 141, 98, 0.16);
}

.compare-check.no {
  background: transparent;
  border: 1px solid rgba(77, 35, 111, 0.16);
  color: rgba(77, 35, 111, 0.42);
}

.compare-competitor-row > span:nth-child(2) .compare-check.yes {
  background: #ffd44f;
  color: var(--primary);
  box-shadow: 0 12px 26px rgba(255, 212, 79, 0.22);
}

.compare-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-summary-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.compare-summary-card.good-fit {
  background: linear-gradient(180deg, rgba(255, 244, 213, 0.94), rgba(255, 255, 255, 0.92));
  border-color: rgba(255, 212, 79, 0.48);
}

.compare-summary-card h3 {
  margin-bottom: 10px;
}

.compare-matrix-card {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(36, 19, 53, 0.1);
  box-shadow: var(--shadow);
  overflow-x: auto;
}

.compare-matrix {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(120px, 0.8fr));
  min-width: 760px;
}

.compare-matrix-corner,
.compare-matrix-col,
.compare-matrix-feature,
.compare-matrix-cell {
  padding: 16px 14px;
  border-bottom: 1px solid var(--line);
}

.compare-matrix-corner,
.compare-matrix-col {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(255, 253, 248, 0.98);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.compare-matrix-col {
  text-align: center;
}

.compare-matrix-col.brand {
  color: var(--primary);
}

.compare-matrix-feature {
  font-weight: 800;
  line-height: 1.4;
}

.compare-matrix-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0;
  font-weight: 900;
}

.compare-matrix-cell::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
}

.compare-matrix-cell.yes::before {
  content: "";
  background: #1f8d62;
  color: #fffdf8;
  box-shadow: 0 10px 22px rgba(31, 141, 98, 0.14);
  background-image: linear-gradient(135deg, transparent 47%, #fffdf8 48%, #fffdf8 57%, transparent 58%);
}

.compare-matrix-cell.no::before,
.compare-matrix-cell.partial::before {
  content: "";
  background: rgba(77, 35, 111, 0.055);
  border: 1px solid rgba(77, 35, 111, 0.14);
  color: rgba(77, 35, 111, 0.44);
}

.compare-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.compare-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.compare-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compare-row {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr 0.92fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.compare-head {
  border-top: none;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.good {
  font-weight: 900;
  color: var(--orange);
}

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

.pricing-grid,
.add-ons-grid,
.module-grid,
.solutions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-map-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-card h3,
.price-card h3,
.module-card h3,
.solution-card h3 {
  margin-top: 14px;
}

.site-map-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.site-map-card > .pill.neutral {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  margin: 0;
  padding: 8px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(77, 35, 111, 0.12);
  color: var(--primary);
  text-align: left;
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.site-map-card h3 {
  position: relative;
  z-index: 1;
  padding-top: 26px;
}

.site-map-card p {
  position: relative;
  z-index: 1;
}

.site-map-card:hover,
.site-map-card:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(77, 35, 111, 0.16);
  box-shadow: 0 22px 48px rgba(36, 19, 53, 0.12);
  transform: translateY(-3px);
}

.site-map-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 148px;
  height: 148px;
  border-radius: 42px;
  background: transparent;
  border: none;
  color: rgba(77, 35, 111, 0.1);
  box-shadow: none;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.site-map-card:hover .site-map-icon,
.site-map-card:focus-visible .site-map-icon {
  transform: rotate(-4deg) scale(1.06);
  color: rgba(77, 35, 111, 0.16);
}

.site-map-icon svg {
  width: 118px;
  height: 118px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.included-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.price-card.featured {
  background: linear-gradient(180deg, #fff3b4 0%, #ffe4a3 100%);
}

.price-value {
  display: block;
  margin: 18px 0 12px;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.price-value span {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.price-list,
.module-list,
.solution-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.pricing-panel {
  background: #fff8ec;
  border: 2px solid var(--line);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
}

.price-table th,
.price-table td {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  text-align: left;
}

.add-ons-grid {
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 24px;
}

.support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(124, 79, 214, 0.12);
  color: #5c2e8a;
}

.support-icon svg,
.support-icon .lni,
.marquee-pill svg,
.marquee-pill .lni {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  font-size: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a svg,
.footer-social a .lni {
  width: 16px;
  height: 16px;
  stroke-width: 1.5;
}

.support-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.15rem;
}

.feature-bundle-card {
  padding: 26px;
}

.feature-bundle-card h3 {
  margin-bottom: 14px;
}

.waitlist-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius-xl);
  background: var(--brown);
  color: white;
  box-shadow: var(--shadow);
}

.waitlist-copy h2,
.waitlist-copy p {
  color: white;
}

.waitlist-form {
  display: flex;
  gap: 12px;
  min-width: min(100%, 460px);
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.waitlist-form input {
  min-width: 260px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 10px;
  color: white;
}

.waitlist-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.waitlist-form button {
  border: none;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 900;
  cursor: pointer;
  background: var(--yellow);
  color: var(--ink);
}

.site-footer {
  padding: 58px 0 44px;
  border-top: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 189, 118, 0.18), transparent 22%),
    radial-gradient(circle at 85% 24%, rgba(162, 120, 224, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(60, 29, 79, 0.98), rgba(33, 18, 46, 1));
  color: rgba(255, 251, 244, 0.96);
}

.footer-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 212, 79, 0.08)),
    rgba(255, 255, 255, 0.03);
  margin-bottom: 42px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.78fr 0.78fr 0.78fr 0.72fr;
  gap: 32px;
  align-items: start;
}

.footer-brand p,
.footer-note {
  margin: 10px 0 0;
}

.footer-brand .brand-mark {
  box-shadow: 10px -5px 0 rgba(255, 212, 79, 0.78);
}

.footer-brand .brand-logo {
  width: clamp(138px, 18vw, 196px);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.16));
  border-radius: 8px;
  padding: 6px 8px;
  background: rgb(255, 255, 255);
}

.footer-note {
  max-width: 22ch;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.company-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.company-card h3 {
  margin-top: 12px;
}

.careers-page .page-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(250, 176, 42, 0.16), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(77, 35, 111, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 241, 255, 0.84));
}

.careers-hero-grid {
  align-items: stretch;
}

.careers-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.careers-hero-copy h1 {
  max-width: 12ch;
}

.careers-hero-card {
  display: grid;
  gap: 16px;
}

.careers-hero-list {
  display: grid;
  gap: 12px;
}

.careers-hero-list span {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.careers-hero-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.careers-hero-list small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.careers-values-grid .company-card {
  min-height: 100%;
}

.careers-openings-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.64fr);
  gap: 20px;
  align-items: stretch;
}

.careers-openings-empty {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(250, 176, 42, 0.18), transparent 26%),
    linear-gradient(145deg, #fffdf8, #f7f1ff);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.08);
}

.careers-openings-empty h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  line-height: 1.05;
}

.careers-openings-empty p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.careers-openings-notes {
  display: grid;
  gap: 18px;
}

.careers-openings-notes .page-card {
  padding: 24px;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats-band article {
  padding: 22px;
  border-radius: var(--radius-md);
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.stats-band strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.stats-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.stat-card strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-card span {
  display: block;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.4;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.value-card {
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.value-card .pill {
  display: inline-block;
  margin-bottom: 12px;
}

.value-card h3 {
  margin: 12px 0 12px 0;
  font-size: 1.1rem;
  color: var(--ink);
}

.value-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.problem-statement {
  max-width: 800px;
  margin: 32px auto;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: rgba(196, 233, 247, 0.2);
  border: 1px solid rgba(196, 233, 247, 0.4);
}

.problem-statement p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 16px 0;
}

.problem-statement p:last-child {
  margin-bottom: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.benefit-card {
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.benefit-card strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 16px;
}

.benefit-list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}

.benefit-list li {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 8px;
}

.benefit-list li:last-child {
  margin-bottom: 0;
}

.org-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.org-type-card {
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 200ms ease;
}

.org-type-card:hover {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(77, 35, 111, 0.1);
}

.org-type-card .pill {
  display: inline-block;
  margin-bottom: 12px;
}

.org-type-card h3 {
  margin: 12px 0 8px 0;
  font-size: 1.05rem;
  color: var(--ink);
}

.org-type-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.section-heading.center {
  text-align: left;
}

.cta-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.section-kicker {
  margin-top: 12px;
  max-width: 56ch;
}

.footer-column-title {
  display: block;
  margin-bottom: 12px;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.footer-links a,
.footer-brand p,
.footer-note,
.footer-cta .eyebrow {
  color: rgba(255, 251, 244, 0.78);
}

.footer-cta h2 {
  color: #fffdf8;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fffdf8;
}

.resource-page .page-hero,
.resource-page .resource-hero {
  position: relative;
}

.resource-hero {
  overflow: hidden;
  padding-top: clamp(82px, 9vw, 132px);
  background:
    radial-gradient(circle at 16% 12%, rgba(250, 176, 42, 0.2), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(66, 10, 194, 0.14), transparent 26%),
    linear-gradient(180deg, #fffaf0 0%, #fbf7ff 100%);
}

.resource-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.resource-hero-copy {
  max-width: 720px;
}

.resource-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(2.95rem, 4.8vw, 4.75rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.resource-page h1,
.resource-page h2,
.resource-page h3 {
  letter-spacing: 0;
}

.resource-page .section-heading h2,
.resource-band h2,
.account-panel h2 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
}

.resource-page h3 {
  line-height: 1.12;
}

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

.resource-hero-panel,
.account-panel,
.resource-band,
.resource-feature-card,
.modern-price-grid .price-card {
  border: 1px solid rgba(36, 19, 53, 0.1);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.1);
}

.resource-hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 18%, rgba(250, 176, 42, 0.26), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(66, 10, 194, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.86);
}

.resource-hero-panel::after,
.account-panel::after,
.resource-band::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  border: 1px solid rgba(66, 10, 194, 0.16);
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(14deg);
  pointer-events: none;
}

.pricing-command-panel h3,
.switch-stack-panel h3,
.resource-map-panel h3 {
  margin-top: 14px;
}

.pricing-meter {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.pricing-meter span {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.pricing-meter span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: var(--meter);
  height: 4px;
  background: var(--primary);
}

.pricing-meter strong,
.pricing-meter small {
  position: relative;
}

.switch-stack-panel {
  display: grid;
  gap: 12px;
}

.switch-line {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-weight: 800;
}

.switch-line i,
.resource-map-panel a i,
.resource-feature-card > i,
.price-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffe8ec;
  color: #f05c78;
  font-size: 1.25rem;
  flex-shrink: 0;
  overflow: hidden;
}

.resource-feature-card > i svg,
.resource-feature-card > svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.api-integrations-section {
  padding-top: clamp(18px, 3vw, 34px);
}

.api-integrations-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.9)),
    radial-gradient(circle at 84% 18%, rgba(123, 211, 181, 0.2), transparent 34%);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.08);
}

.api-integrations-copy {
  display: grid;
  gap: 14px;
}

.api-integrations-copy h2 {
  margin: 0;
}

.api-integrations-copy p {
  margin: 0;
  color: var(--muted);
}

.api-integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.api-integrations-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 100%;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(36, 19, 53, 0.08);
}

.api-integration-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  flex-shrink: 0;
}

.api-integration-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.api-integrations-grid strong {
  font-family: var(--display-font);
  font-size: 1.1rem;
  line-height: 1.15;
}

.api-integrations-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.api-integrations-copy .button {
  width: fit-content;
}

@media (max-width: 1080px) {
  .api-integrations-panel {
    grid-template-columns: 1fr;
  }

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

.resource-page .api-integrations-section .api-integrations-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.9)),
    radial-gradient(circle at 84% 18%, rgba(250, 176, 42, 0.14), transparent 34%);
}

.compare-modern-page .api-integrations-section .api-integrations-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.88)),
    radial-gradient(circle at 84% 18%, rgba(77, 35, 111, 0.14), transparent 34%);
}

.switch-line.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.08);
}

.resource-map-panel {
  display: grid;
  gap: 12px;
}

.resource-map-panel a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.resource-map-panel a span {
  display: grid;
  gap: 4px;
}

.resource-map-panel a small {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.35;
}

.modern-price-grid .price-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 8%, rgba(66, 10, 194, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

.modern-price-grid .price-card.featured {
  background:
    radial-gradient(circle at 90% 8%, rgba(250, 176, 42, 0.26), transparent 30%),
    linear-gradient(180deg, #fffaf0, #ffffff);
}

.two-package-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.enterprise-card {
  background:
    radial-gradient(circle at 90% 8%, rgba(66, 10, 194, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

.price-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 4px;
  font-size: 1.28rem;
}

.resource-band-section {
  padding-top: 0;
}

.resource-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 16%, rgba(250, 176, 42, 0.24), transparent 28%),
    linear-gradient(145deg, #fffaf0 0%, #f7f1ff 100%);
}

.resource-band > * {
  position: relative;
}

.resource-icon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.resource-icon-list span {
  position: relative;
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 156px;
  overflow: hidden;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 212, 79, 0.32), transparent 28%),
    linear-gradient(145deg, #4d236f, #171022);
  color: #fffdf8;
  font-weight: 850;
  box-shadow: 0 18px 46px rgba(36, 19, 53, 0.12);
  isolation: isolate;
}

.resource-icon-list span::before,
.resource-icon-list span::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 112px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-18deg);
}

.resource-icon-list span::before {
  top: 18px;
  left: -30px;
}

.resource-icon-list span::after {
  right: -26px;
  bottom: 20px;
  background: rgba(255, 212, 79, 0.22);
  transform: rotate(18deg);
}

.resource-icon-list span:nth-child(2n) {
  background:
    radial-gradient(circle at 16% 16%, rgba(187, 240, 221, 0.36), transparent 28%),
    linear-gradient(145deg, #163d3a, #0c2727);
}

.resource-icon-list span:nth-child(3n) {
  background:
    radial-gradient(circle at 84% 16%, rgba(205, 231, 255, 0.42), transparent 30%),
    linear-gradient(145deg, #263f8f, #141c48);
}

.resource-icon-list span:nth-child(4n) {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 176, 126, 0.36), transparent 28%),
    linear-gradient(145deg, #6f2d4f, #2a1430);
}

.resource-icon-list i {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--yellow);
  font-size: 1.2rem;
}

.resource-icon-list strong {
  display: block;
  color: #fffdf8;
  font-family: var(--display-font);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.06;
}

.resource-icon-list small {
  display: block;
  max-width: 28ch;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.42;
}

.member-tier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.member-tier-grid span {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 900;
}

.pricing-calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 34px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background:
    radial-gradient(circle at 12% 16%, rgba(250, 176, 42, 0.24), transparent 28%),
    linear-gradient(145deg, #fffaf0 0%, #f7f1ff 100%);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.1);
}

.pricing-calculator-copy h2 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
}

.pricing-calculator-panel {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3.5vw, 32px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 19, 53, 0.1);
}

.hero-pricing-calculator {
  align-self: stretch;
  background:
    radial-gradient(circle at 16% 18%, rgba(250, 176, 42, 0.26), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(66, 10, 194, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.9);
}

.hero-pricing-calculator .pricing-calculator-top {
  align-items: flex-start;
}

.hero-pricing-calculator .pricing-calculator-top h3 {
  margin: 0;
}

.pricing-calculator-top,
.calculator-price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-calculator-top strong,
.member-slider-label output {
  font-family: var(--display-font);
  color: var(--primary);
  font-weight: 900;
}

.pricing-calculator-top {
  padding: 4px 2px 0;
}

.pricing-calculator-top .pill {
  margin: 0;
}

.pricing-calculator-top strong {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1;
}

.member-slider-label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 2px;
  padding: 18px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 212, 79, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.08), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(77, 35, 111, 0.13);
}

.member-slider-label span {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.2;
}

.member-slider-label output {
  display: inline-grid;
  place-items: center;
  min-width: 86px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #fffdf8;
  font-size: clamp(1.3rem, 2.4vw, 1.95rem);
  line-height: 1;
  box-shadow: 0 14px 28px rgba(77, 35, 111, 0.2);
}

.member-tier-slider {
  --member-slider-progress: 0%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  margin: 6px 0 0;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      var(--primary) 0%,
      #7c4fd6 var(--member-slider-progress),
      rgba(77, 35, 111, 0.14) var(--member-slider-progress),
      rgba(77, 35, 111, 0.14) 100%
    );
  border: 5px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 14px 30px rgba(77, 35, 111, 0.16),
    inset 0 0 0 1px rgba(36, 19, 53, 0.1);
  cursor: pointer;
}

.member-tier-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border: 5px solid var(--yellow);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(36, 19, 53, 0.26);
}

.member-tier-slider::-moz-range-track {
  height: 18px;
  border-radius: 999px;
  background: transparent;
  border: none;
}

.member-tier-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 5px solid var(--yellow);
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 10px 22px rgba(36, 19, 53, 0.26);
}

.member-tier-ticks {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-align: center;
}

.billing-toggle-modern {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 2px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.09);
  border: 1px solid rgba(77, 35, 111, 0.12);
}

.billing-toggle-modern button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
}

.billing-toggle-modern .is-active {
  background: var(--primary);
  color: #fffdf8;
  box-shadow: 0 12px 26px rgba(77, 35, 111, 0.2);
}

.calculator-price-card {
  padding: 22px;
  border-radius: 22px;
  background: #4d236f;
  color: #fffdf8;
}

.calculator-price-card span,
.calculator-price-card small {
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
}

.calculator-price-card strong {
  font-family: var(--display-font);
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1;
}

.calculator-upgrade-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(250, 176, 42, 0.14);
  color: var(--ink);
  font-weight: 780;
  z-index: 1;
}

.calculator-upgrade-note i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid details {
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.08);
}

.faq-grid summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq-grid details p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.resource-link-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.08);
  text-decoration: none;
  color: inherit;
}

.resource-link-card h3,
.resource-link-card p {
  margin: 0;
}

.resource-link-card p {
  color: var(--muted);
  line-height: 1.6;
}

.resource-link-card:hover,
.resource-link-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(36, 19, 53, 0.12);
}

body[data-page="pricing"] .resource-hero-pricing {
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(38px, 6vw, 74px);
  background: linear-gradient(180deg, #fffdf8 0%, #f6f1ff 100%);
  color: var(--ink);
}

body[data-page="pricing"] .resource-hero-copy h1 {
  max-width: 12.5ch;
  margin-inline: auto;
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.92;
}

body[data-page="pricing"] .resource-hero-copy .eyebrow,
body[data-page="pricing"] .resource-hero-copy .hero-text {
  color: var(--muted);
}

.pricing-clean-hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.pricing-clean-hero .resource-hero-copy {
  max-width: 880px;
}

.pricing-clean-hero .resource-hero-actions {
  justify-content: center;
}

.pricing-hero-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.pricing-hero-proof span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 800;
}

.pricing-hero-proof strong {
  color: var(--ink);
}

body[data-page="pricing"] .calculator-price-card {
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 212, 79, 0.28), transparent 24%),
    linear-gradient(145deg, #4d236f, #171022);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

body[data-page="pricing"] .calculator-price-card::before,
body[data-page="pricing"] .calculator-price-card::after {
  content: "";
  position: absolute;
  left: -18px;
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fffdf8;
}

body[data-page="pricing"] .calculator-price-card::before {
  top: 24px;
}

body[data-page="pricing"] .calculator-price-card::after {
  bottom: 24px;
}

body[data-page="pricing"] .calculator-price-card strong {
  max-width: 100%;
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.pricing-promise-section {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.pricing-promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.12);
  backdrop-filter: blur(16px);
}

.pricing-promise-strip article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
}

.pricing-promise-strip i {
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  margin-top: 2px;
}

.pricing-promise-strip strong {
  align-self: center;
  font-family: var(--display-font);
  font-size: 1.1rem;
  line-height: 1.18;
}

.pricing-promise-strip span {
  grid-column: 1 / -1;
  color: var(--muted);
  line-height: 1.45;
}

body[data-page="pricing"] .modern-price-grid {
  gap: 20px;
}

body[data-page="pricing"] .modern-price-grid .price-card {
  border: 1px solid rgba(36, 19, 53, 0.12);
  border-radius: 22px;
}

body[data-page="pricing"] .modern-price-grid .price-card.featured {
  background:
    linear-gradient(135deg, #fff7d6, #ffffff 46%, #eef9ff);
  box-shadow: 0 28px 78px rgba(77, 35, 111, 0.16);
}

body[data-page="pricing"] .modern-price-grid .enterprise-card {
  background:
    linear-gradient(145deg, #201931, #4d236f);
  color: #fffdf8;
}

body[data-page="pricing"] .modern-price-grid .enterprise-card p,
body[data-page="pricing"] .modern-price-grid .enterprise-card li {
  color: rgba(255, 253, 248, 0.76);
}

body[data-page="pricing"] .modern-price-grid .enterprise-card .button.secondary {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(255, 212, 79, 0.2);
}

body[data-page="pricing"] .pricing-trial-band {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 212, 79, 0.28), rgba(255, 253, 248, 0.96)),
    #fffdf8;
}

.pricing-trial-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #4d236f, #171022);
  color: #fffdf8;
  overflow: hidden;
}

.pricing-trial-art::before,
.pricing-trial-art::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-18deg);
}

.pricing-trial-art::before {
  top: 22px;
  left: -24px;
}

.pricing-trial-art::after {
  right: -22px;
  bottom: 26px;
  background: rgba(255, 212, 79, 0.22);
  transform: rotate(18deg);
}

.pricing-trial-art span {
  position: relative;
  z-index: 1;
  color: var(--yellow);
  font-family: var(--display-font);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.78;
}

.pricing-trial-art strong,
.pricing-trial-art small {
  position: relative;
  z-index: 1;
}

.pricing-trial-art strong {
  font-family: var(--display-font);
  font-size: 2rem;
}

.pricing-trial-art small {
  color: rgba(255, 253, 248, 0.72);
  font-weight: 900;
  text-transform: uppercase;
}

body[data-page="signup"],
body[data-page="signin"] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 212, 79, 0.26), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(187, 240, 221, 0.2), transparent 28rem),
    linear-gradient(135deg, #fffdf8, #f7efff 62%, #fff8ee);
}

.signup-page-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(16px, 2.5vw, 34px);
}

.signup-card {
  width: min(1120px, 100%);
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 212, 79, 0.18), transparent 26%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 32px 90px rgba(36, 19, 53, 0.14);
}

.auth-card-simple {
  position: relative;
  width: min(1500px, 100%);
  /* height: calc(100vh - clamp(32px, 5vw, 68px)); */
  min-height: 620px;
  padding: clamp(18px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.88);
}

.auth-back-link {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  top: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
  z-index: 2;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

.auth-back-link i {
  font-size: 1rem;
}

.auth-back-link:hover {
  color: var(--primary);
}

.signup-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.signup-brand span {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
}

.auth-card-simple .signup-layout {
  height: 100%;
  min-height: 0;
}

.auth-main-panel {
  display: grid;
  align-content: start;
  gap: clamp(20px, 3vw, 38px);
  min-width: 0;
  padding: clamp(38px, 5vw, 70px) clamp(12px, 3vw, 42px) clamp(12px, 3vw, 42px);
  overflow: hidden;
}

.signup-copy {
  display: grid;
  gap: 14px;
  min-width: 0;
  width: min(720px, 100%);
}

.signup-copy h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4.45rem);
  line-height: 1.02;
}

.signin-copy-simple h1 {
  max-width: 11ch;
}

.signup-copy > p {
  max-width: 100%;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.62;
}

.auth-detail-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
  width: min(720px, 100%);
}

.auth-detail-panel article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 22px;
  background: var(--sky-light);
}

.auth-detail-panel i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  /* background: rgba(77, 35, 111, 0.09); */
  color: var(--sky-dark);
  font-size: 1.25rem;
}

.auth-detail-panel strong,
.auth-detail-panel span {
  display: block;
}

.auth-detail-panel strong {
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.auth-detail-panel span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.42;
}

.auth-detail-panel small {
  display: block;
  margin-bottom: 7px;
  color: var(--sky-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-detail-panel a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 14px;
  color: var(--primary);
  font-weight: 900;
}

.auth-promo-panel {
  position: relative;
  min-height: 250px;
  overflow: visible;
  display: grid;
  gap: 18px;
}

.auth-promo-viewport {
  overflow: clip;
  border-radius: inherit;
}

.auth-promo-track {
  display: flex;
  width: 100%;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.auth-promo-slide {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  padding: 4px 14px 10px;
}

.auth-promo-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.auth-promo-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.auth-promo-arrow:hover,
.auth-promo-arrow:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(77, 35, 111, 0.26);
  background: rgba(255, 255, 255, 0.98);
}

.auth-promo-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.auth-promo-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.auth-promo-dots button.is-active {
  background: var(--primary);
  transform: scale(1.25);
}

.signup-feature-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signup-feature-panel article {
  min-height: 132px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 212, 79, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.76);
}

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

.signup-proof-grid span {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 120px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(36, 19, 53, 0.08);
}

.signup-proof-grid i {
  color: var(--primary);
  font-size: 1.35rem;
}

.signup-form {
  display: grid;
  align-self: stretch;
  align-content: center;
  gap: 20px;
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  border-radius: 26px;
  background: #fffdf8;
  border: 1px solid rgba(36, 19, 53, 0.1);
  box-shadow: 0 24px 64px rgba(36, 19, 53, 0.12);
  overflow: auto;
}

.auth-card-simple .signup-form {
  box-shadow: 0 18px 48px rgba(36, 19, 53, 0.09);
}

.form-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-field-grid > div {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.form-section {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(77, 35, 111, 0.1);
}

.form-section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.form-section legend {
  padding: 0;
  margin: 0 0 2px;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
}

.signup-form label {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
}

.signup-form > label {
  margin-top: 4px;
}

.signup-form input,
.signup-form select {
  width: 100%;
  min-height: 50px;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid rgba(77, 35, 111, 0.14);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  outline: none;
}

.signup-form select {
  appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(78%2C66%2C99%2C0.55)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  cursor: pointer;
}

.signup-form input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--primary);
}

.signup-form .form-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
}

.signup-form .form-checkbox a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

body[data-page="legal"] {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 212, 79, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 10%, rgba(187, 240, 221, 0.18), transparent 22rem),
    linear-gradient(180deg, #fffdf8 0%, #f7efff 100%);
}

body[data-page="not-found"] {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 212, 79, 0.28), transparent 26rem),
    radial-gradient(circle at 82% 18%, rgba(187, 240, 221, 0.2), transparent 25rem),
    linear-gradient(135deg, #fffdf8, #f7efff 62%, #fff8ee);
}

.not-found-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(32px, 6vw, 80px) clamp(18px, 4vw, 46px);
}

.not-found-wrap {
  position: relative;
  width: min(680px, 100%);
}

.not-found-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -90px;
  pointer-events: none;
}

.not-found-image img {
  width: min(560px, 100%);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 24px 48px rgba(36, 19, 53, 0.18));
}

.not-found-card {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: clamp(22px, 3vw, 36px);
  padding-top: clamp(100px, 13vw, 120px);
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 32px 90px rgba(36, 19, 53, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.not-found-copy {
  max-width: 520px;
  margin-top: 24px;
}

.not-found-copy h1 {
  max-width: 14ch;
  margin: 0 auto;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
}

.not-found-copy p:not(.eyebrow) {
  max-width: 46ch;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.62;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

@keyframes authPromoRotate {
  0%,
  27% {
    opacity: 1;
    transform: translateY(0);
  }

  33%,
  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}

.legal-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 76px) 0;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(24px, 4vw, 46px);
}

.legal-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.legal-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 5vw, 60px);
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 247, 0.9)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 72px rgba(36, 19, 53, 0.12);
  backdrop-filter: blur(14px);
}

.legal-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #ffcf4d, #f6a94f 45%, #cf79ff 100%);
}

.legal-card > * {
  position: relative;
  z-index: 1;
}

.legal-card h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
}

.legal-updated {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 900;
}

.legal-card > p:not(.eyebrow):not(.legal-updated) {
  max-width: 72ch;
  margin-top: 18px;
  font-size: 1.02rem;
  line-height: 1.7;
}

.legal-card > ol {
  list-style: none;
  counter-reset: legal-section;
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
}

.legal-card > ol > li {
  counter-increment: legal-section;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0 0;
  border-top: 1px solid rgba(77, 35, 111, 0.12);
}

.legal-card > ol > li::before {
  content: counter(legal-section, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  border: 1px solid rgba(77, 35, 111, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 218, 0.96));
  color: var(--primary);
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 12px 28px rgba(77, 35, 111, 0.08);
}

.legal-card > ol > li > section {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.legal-card section {
  margin-top: 0;
}

.legal-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.18rem, 1.8vw, 1.6rem);
  letter-spacing: -0.02em;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
}

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

.legal-card ol ol {
  margin: 12px 0 0;
  padding-left: 1.25rem;
  list-style: decimal;
}

.legal-card ol ol li {
  margin-top: 8px;
}

.legal-card a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card a:hover {
  color: var(--primary-dark);
}

@media (max-width: 760px) {
  .legal-shell {
    width: min(100% - 20px, 1120px);
    padding: 18px 0 56px;
  }

  .legal-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-header nav {
    gap: 8px 14px;
    font-size: 0.84rem;
  }

  .legal-card {
    padding: 22px;
    border-radius: 28px;
  }

  .legal-card h1 {
    font-size: clamp(2.1rem, 10vw, 3.2rem);
  }

  .legal-card > p:not(.eyebrow):not(.legal-updated) {
    font-size: 0.98rem;
  }

  .legal-card > ol {
    gap: 14px;
    margin-top: 28px;
  }

  .legal-card > ol > li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 16px;
  }

  .legal-card > ol > li::before {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 1.02rem;
  }
}

.signup-form input::placeholder {
  color: rgba(78, 66, 99, 0.58);
}

.signup-form input:focus,
.signup-form select:focus {
  border-color: rgba(77, 35, 111, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 212, 79, 0.26);
}

.signup-form .button {
  width: 100%;
  min-height: 56px;
  margin-top: 10px;
}

.signup-form p {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.signup-form a {
  color: var(--primary);
  font-weight: 900;
}

/* ── Accordion step form ─────────────────────────────────────────── */
.form-accordion {
  display: grid;
}

.form-accordion-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}

.step-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-node {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(36, 19, 53, 0.2);
  background: #fffdf8;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.step-track {
  flex: 1;
  width: 2px;
  background: rgba(36, 19, 53, 0.12);
  margin-top: 5px;
  min-height: 20px;
}

.form-accordion-step.is-active .step-node {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(77, 35, 111, 0.1);
}

.form-accordion-step.is-done .step-node {
  background: var(--primary);
  border-color: var(--primary);
}

.form-accordion-step.is-done .step-node::after {
  content: '✓';
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  line-height: 1;
}

.step-pane {
  min-width: 0;
  padding-bottom: 20px;
}

.form-accordion-step:last-child .step-pane {
  padding-bottom: 0;
}

.form-accordion-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 14px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  text-align: left;
  cursor: default;
  line-height: 22px;
}

.form-accordion-step:not(.is-active) .form-accordion-trigger {
  color: var(--muted);
}

.form-accordion-step.is-done .form-accordion-trigger {
  cursor: pointer;
}

.step-edit-hint {
  margin-left: auto;
  padding-left: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  opacity: 0;
  transition: opacity 0.2s;
}

.form-accordion-step.is-done .step-edit-hint {
  opacity: 1;
}

.form-accordion-body {
  display: grid;
  gap: 14px;
}

.form-accordion-body[hidden] {
  display: none;
}

/* Password visibility toggle */
.input-with-action {
  position: relative;
  display: grid;
}

.input-with-action input {
  padding-right: 46px;
}

.input-action-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(78, 66, 99, 0.45);
  display: grid;
  place-items: center;
  padding: 4px;
  font-size: 1.05rem;
  line-height: 1;
  transition: color 0.15s;
}

.input-action-btn:hover {
  color: var(--ink);
}

/* Password strength meter */
.password-strength {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -4px;
}

.strength-bar {
  display: flex;
  gap: 4px;
  flex: 1;
}

.strength-bar span {
  flex: 1;
  height: 3px;
  border-radius: 99px;
  background: rgba(36, 19, 53, 0.1);
  transition: background 0.25s;
}

.strength-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  min-width: 36px;
  text-align: right;
  transition: color 0.25s;
}

.form-label-optional {
  font-weight: 400;
  color: var(--muted);
  font-size: 0.82em;
}

.form-back-btn {
  background: none;
  border: none;
  padding: 0;
  color: var(--primary);
  font-weight: 900;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}

.form-back-btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pricing-estimator-section {
  padding-top: 0;
}

.pricing-estimator-compact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(77, 35, 111, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 212, 79, 0.2), transparent 28%),
    linear-gradient(135deg, #fffdf8, #f7efff 72%, #fff8ee);
  box-shadow: 0 28px 84px rgba(36, 19, 53, 0.12);
}

.pricing-estimator-compact::before,
.pricing-estimator-compact::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--surface-mid);
  border: 1px solid rgba(77, 35, 111, 0.08);
}

.pricing-estimator-compact::before {
  left: -22px;
}

.pricing-estimator-compact::after {
  right: -22px;
}

.pricing-estimator-compact > * {
  position: relative;
  z-index: 2;
}

.pricing-estimator-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.pricing-estimator-copy p {
  color: var(--muted);
}

.pricing-estimator-controls {
  display: grid;
  gap: 18px;
  grid-column: 2;
}

.pricing-estimator-copy {
  grid-column: 1;
}

.pricing-estimator-copy,
.pricing-estimator-controls {
  min-width: 0;
}

.pricing-estimator-compact .pricing-calculator-top {
  display: grid;
  gap: 8px;
  align-items: flex-start;
}

.pricing-estimator-compact .pricing-calculator-top .pill {
  width: 132px;
  justify-content: center;
}

.pricing-tier-support-note {
  display: block;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.45;
}

.pricing-flow-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.pricing-flow-step {
  display: grid;
  gap: 4px;
}

.pricing-flow-step strong {
  font-family: var(--display-font);
  font-size: 1.05rem;
  line-height: 1.1;
}

.pricing-flow-step small {
  color: var(--muted);
  line-height: 1.4;
}

.pricing-flow-step.starter strong {
  color: var(--ink);
}

.pricing-flow-step.premium strong {
  color: var(--primary);
}

.pricing-flow-divider {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(77, 35, 111, 0.18), rgba(77, 35, 111, 0.5), rgba(77, 35, 111, 0.18));
}

.pricing-estimator-price {
  min-height: 0;
  justify-content: center;
}

.pricing-package-stack {
  display: grid;
  gap: 24px;
}

.premium-tier-band {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(77, 35, 111, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.18), transparent 22%),
    linear-gradient(145deg, #1d152b, #4d236f 58%, #2a193e);
  box-shadow: 0 32px 90px rgba(36, 19, 53, 0.2);
  color: #fffdf8;
}

.premium-tier-band .eyebrow {
  color: rgba(255, 212, 79, 0.92);
}

.premium-tier-band-copy {
  display: grid;
  gap: 10px;
  max-width: 64ch;
}

.premium-tier-band-copy h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 1.04;
}

.premium-tier-band-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
}

.premium-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.premium-service-strip article {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.premium-service-strip strong {
  font-family: var(--display-font);
  font-size: 1.06rem;
  line-height: 1.14;
}

.premium-service-strip p {
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.45;
}

.premium-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.premium-tier-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.premium-tier-card h3 {
  margin-top: 12px;
}

.premium-tier-card p,
.premium-tier-card li {
  color: var(--muted);
}

.premium-tier-card.highlighted {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.24), transparent 26%),
    linear-gradient(140deg, #fff7d7, #ffffff 72%);
  border-color: rgba(255, 212, 79, 0.55);
  box-shadow: 0 24px 60px rgba(255, 212, 79, 0.16);
}

.premium-tier-card.enterprise-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(145deg, #ffeaa1, #ffd35d 58%, #ffefc4);
  border-color: rgba(255, 212, 79, 0.48);
  color: var(--ink);
}

.premium-tier-card.enterprise-card p,
.premium-tier-card.enterprise-card li {
  color: rgba(36, 19, 53, 0.78);
}

.starter-package-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
}

.starter-package-note h3 {
  margin: 12px 0 8px;
  font-size: 1.3rem;
  line-height: 1.12;
}

.starter-package-note p {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
}

.premium-custom-note {
  margin: 2px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-weight: 800;
}

.pricing-band-section,
.pricing-included-section,
.pricing-faq-section {
  padding-top: clamp(62px, 7vw, 92px);
}

.resource-card-grid {
  display: grid;
  gap: 18px;
}

.resource-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-feature-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.resource-feature-card > i {
  margin-bottom: 6px;
}

.resource-feature-card h3 {
  margin: 0;
  font-size: 1.14rem;
}

.resource-feature-card p {
  margin: 0;
  color: var(--muted);
}

.customer-stories-hero-grid {
  align-items: start;
}

.customer-proof-panel {
  display: grid;
  gap: 16px;
}

.customer-proof-quote {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.28rem, 2vw, 1.95rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.customer-proof-attribution {
  display: grid;
  gap: 4px;
}

.customer-proof-attribution strong {
  color: var(--ink);
  font-size: 1rem;
}

.customer-proof-attribution span {
  color: var(--muted);
  font-weight: 700;
}

.customer-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.customer-proof-metrics span {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.customer-proof-metrics strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.customer-proof-metrics small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.customer-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.customer-story-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 60px rgba(36, 19, 53, 0.08);
}

.customer-story-card.featured {
  grid-column: span 2;
  background:
    radial-gradient(circle at 12% 10%, rgba(250, 176, 42, 0.18), transparent 24%),
    linear-gradient(145deg, #4d236f, #241235);
  color: #fffdf8;
}

.customer-story-card.featured .customer-story-note,
.customer-story-card.featured .customer-story-tags li {
  color: rgba(255, 253, 248, 0.86);
}

.customer-story-head {
  display: grid;
  gap: 8px;
}

.story-badge {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(250, 176, 42, 0.16);
  color: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.customer-story-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.customer-story-card blockquote {
  margin: 0;
  color: inherit;
  font-family: var(--display-font);
  font-size: clamp(1.15rem, 1.8vw, 1.58rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.customer-story-note {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.customer-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-story-tags li {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(250, 176, 42, 0.12);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.customer-story-band {
  align-items: stretch;
}

.customer-story-band .resource-icon-list span {
  min-height: 170px;
}

.customer-proof-grid .resource-feature-card {
  min-height: 100%;
}

.resource-feature-card.link-card:hover,
.resource-feature-card.link-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 28px 76px rgba(36, 19, 53, 0.14);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.contact-option-list {
  margin-top: 24px;
}

.support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.support-form label {
  display: grid;
  gap: 15px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  border: 1px solid rgba(77, 35, 111, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.support-form input,
.support-form select {
  height: 60px;
  padding: 0 12px;
}

.support-form textarea {
  resize: vertical;
  min-height: 78px;
  padding: 10px 12px;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: rgba(77, 35, 111, 0.38);
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(255, 212, 79, 0.24);
}

.support-form-full,
.support-form button {
  grid-column: 1 / -1;
}

.support-form button {
  width: fit-content;
  border: 0;
}

.schedule-call-form-actions {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  justify-items: start;
}

.schedule-call-form-actions .button {
  height: 60px;
  max-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

.schedule-call-form-feedback {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

.schedule-call-form-feedback.is-error {
  color: #b42318;
}

.schedule-call-form-feedback.is-success {
  color: #027a48;
}

.contact-modern-form.has-locked-height {
  min-height: var(--schedule-call-form-height);
}

.contact-modern-form.is-success > label,
.contact-modern-form.is-success > .schedule-call-form-actions {
  display: none;
}

.schedule-call-success {
  display: none;
  grid-column: 1 / -1;
  gap: 14px;
  align-content: center;
  justify-items: start;
  min-height: 100%;
}

.contact-modern-form.is-success .schedule-call-success {
  display: grid;
}

.schedule-call-success-icon {
  display: grid;
  place-items: center;
  width: 52px;
  aspect-ratio: 1;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--ink);
}

.schedule-call-success-icon :is(svg, .lucide) {
  width: 28px;
  height: 28px;
}

.schedule-call-success h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.08;
}

.schedule-call-success p {
  max-width: 46ch;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.embed-placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 260px;
  padding: 34px;
  border: 2px dashed rgba(77, 35, 111, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(246, 241, 255, 0.9)),
    #fffdf8;
  text-align: center;
  color: var(--muted);
}

.embed-placeholder :is(.lni, svg[data-lucide], svg.lucide) {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.45rem;
}

.embed-placeholder strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.45rem;
}

.contact-simple-header {
  padding-top: clamp(48px, 7vw, 84px);
  padding-bottom: 18px;
  background: #fffdf8;
}

.contact-simple-header .resource-hero-copy {
  max-width: 760px;
}

.contact-simple-header h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
}

.contact-form-container {
  max-width: 1120px;
}

.support-form-wide {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-form-wide .support-form-full {
  grid-column: 1 / -1;
}

.support-form-wide button {
  justify-self: start;
}

.contact-modern-section {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(52px, 7vw, 82px);
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7f0 52%, #f7efff 100%);
}

.contact-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.contact-modern-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-modern-copy h1 {
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.1vw, 4rem);
  line-height: 1;
}

.contact-modern-copy .hero-text {
  max-width: 620px;
}

.contact-method-grid {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-method-grid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
}

.contact-method-grid .lni,
.contact-method-grid i[data-lucide],
.contact-method-grid .contact-method-icon,
.contact-method-grid svg.lni,
.contact-method-grid svg[data-lucide],
.contact-method-grid svg.lucide {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 14px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 1rem;
  box-sizing: border-box;
  padding: 9px;
  flex-shrink: 0;
}

.contact-method-grid strong {
  font-family: var(--display-font);
  font-size: 0.98rem;
}

.contact-method-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.contact-modern-form {
  align-self: flex-start;
  grid-template-columns: 1fr;
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.94);
}

.contact-modern-form button {
  min-width: 180px;
  min-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

.kb-hero {
  padding-top: clamp(54px, 7vw, 94px);
  padding-bottom: 34px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f4ff 100%);
}

.kb-hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.kb-hero h1 {
  max-width: 80%;
  margin-inline: auto;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.92;
}

.kb-hero .hero-text {
  max-width: 760px;
}

.kb-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(820px, 100%);
  margin-top: 28px;
  padding: 10px;
  border: 1px solid rgba(36, 19, 53, 0.12);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(36, 19, 53, 0.1);
}

.kb-search-icon {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary);
  box-sizing: border-box;
  padding: 11px;
  flex-shrink: 0;
}

.kb-search-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.kb-search input {
  min-width: 0;
  min-height: 48px;
  border: 0;
  outline: 0;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
}

.kb-search button {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fffdf8;
  font-weight: 900;
}

.kb-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.kb-category-row a {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
}

.kb-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.kb-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff, #fff9ee);
  box-shadow: 0 18px 44px rgba(36, 19, 53, 0.08);
}

.kb-sidebar-title {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 14px;
  background: var(--primary);
  color: #fffdf8;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.kb-sidebar a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 14px;
  color: var(--ink);
  font-weight: 850;
}

.kb-sidebar a:hover,
.kb-sidebar a:focus-visible {
  background: rgba(77, 35, 111, 0.08);
}

.kb-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kb-article-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(36, 19, 53, 0.07);
}

.kb-article-card span {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.kb-article-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.kb-article-card p {
  margin: 0;
  color: var(--muted);
}

.kb-article-card a {
  align-self: end;
  width: fit-content;
  color: var(--primary);
  font-weight: 900;
}

.switch-comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.switch-card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 54px rgba(36, 19, 53, 0.08);
}

.switch-card span {
  color: var(--primary);
  font-weight: 900;
}

.switch-card.featured {
  background:
    radial-gradient(circle at 85% 12%, rgba(250, 176, 42, 0.28), transparent 30%),
    linear-gradient(145deg, #4d236f, #2a1738);
}

.switch-card.featured,
.switch-card.featured h3,
.switch-card.featured p,
.switch-card.featured span {
  color: #fffdf8;
}

.compare-band {
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
}

.modern-matrix-card {
  position: relative;
  padding: 16px;
  box-shadow: none;
}

.compare-matrix-cell.yes::before {
  content: "";
}

.compare-matrix-cell.no::before,
.compare-matrix-cell.partial::before {
  content: "";
}

.compare-matrix-cell.partial::before {
  content: "-";
  background: rgba(250, 176, 42, 0.2);
  border: 1px solid rgba(250, 176, 42, 0.34);
  color: #8b5f12;
}

.compare-clean-hero {
  background:
    radial-gradient(circle at 12% 20%, rgba(250, 176, 42, 0.24), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #f7f4ff 100%);
}

.compare-clean-hero-inner {
  width: min(1380px, calc(100% - 24px));
  grid-template-columns: inherit;
  gap: inherit;
  align-items: inherit;
}

.compare-clean-hero .resource-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.compare-clean-hero .resource-hero-copy h1 {
  max-width: 13ch;
}

.compare-clean-hero .hero-text {
  max-width: 720px;
}

.compare-trial-form {
  margin-top: 28px;
}

.compare-clean-hero .hero-trial-note {
  margin-top: 12px;
}

.compare-pill-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.55fr);
  gap: 24px;
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 18%, rgba(250, 176, 42, 0.2), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(123, 211, 181, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.06), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(77, 35, 111, 0.09);
  box-shadow: 0 26px 60px rgba(33, 24, 56, 0.08);
}

.compare-pill-intro {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 14px 8px 14px 4px;
}

.compare-pill-kicker {
  margin: 0;
  color: #8b5f12;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-pill-title {
  margin: 0;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.12;
  max-width: 16ch;
}

.compare-pill-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.compare-pill-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(77, 35, 111, 0.08);
  box-shadow: 0 16px 32px rgba(33, 24, 56, 0.06);
  overflow: hidden;
}

.compare-pill-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: var(--card-accent, rgba(250, 176, 42, 0.7));
}

.compare-pill-card i,
.compare-pill-card svg {
  width: 18px;
  height: 18px;
  color: var(--card-icon, var(--primary));
}

.compare-pill-card strong {
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.compare-pill-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.compare-pill-card.accent-gold {
  --card-accent: linear-gradient(90deg, #f7c14d, #ffdfa0);
  --card-icon: #9f6d12;
}

.compare-pill-card.accent-mint {
  --card-accent: linear-gradient(90deg, #6dcab0, #c9f0e4);
  --card-icon: #2f8f6f;
}

.compare-pill-card.accent-sky {
  --card-accent: linear-gradient(90deg, #7fb6ff, #d6ebff);
  --card-icon: #2b67b2;
}

.compare-pill-card.accent-peach {
  --card-accent: linear-gradient(90deg, #ffb17f, #ffe0ca);
  --card-icon: #a75a2f;
}

.compare-pill-card.accent-lilac {
  --card-accent: linear-gradient(90deg, #b8a6ff, #ebe5ff);
  --card-icon: #6f54d9;
}

.compare-pill-card.accent-ink {
  --card-accent: linear-gradient(90deg, #8970a2, #d8cee7);
  --card-icon: #4d236f;
}

.compare-hero-proof {
  align-content: center;
  min-height: 100%;
  justify-self: stretch;
}

.compare-hero-proof span {
  justify-content: flex-start;
}

.compare-hero-proof :is(.lni, svg[data-lucide], svg.lucide) {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(77, 35, 111, 0.09);
  color: var(--primary);
}

.compare-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.compare-proof-grid article {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 12%, rgba(250, 176, 42, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 60px rgba(36, 19, 53, 0.08);
}

.compare-proof-grid article:nth-child(even) {
  background:
    radial-gradient(circle at 84% 12%, rgba(92, 184, 178, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.86);
}

.compare-proof-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #4d236f;
  color: #fffdf8;
  box-sizing: border-box;
  overflow: hidden;
}

.compare-proof-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  stroke-width: 1.5;
}

.compare-proof-grid h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.compare-proof-grid p {
  margin: 0;
  color: var(--muted);
}

.compare-proof-grid-lucide article {
  border-radius: 30px;
}

.compare-proof-grid-lucide i[data-lucide] {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #4d236f;
  color: #fffdf8;
}

.compare-proof-grid-lucide i[data-lucide] svg,
.compare-proof-grid-lucide svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.compare-matrix-section {
  padding-top: 18px;
}

.compare-duel-table {
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) repeat(2, minmax(0, 1fr));
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.08);
}

.compare-duel-head,
.compare-duel-row-label,
.compare-duel-cell {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(36, 19, 53, 0.08);
}

.compare-duel-head {
  background: #2f1a43;
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.compare-duel-head.compare-duel-head-label {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 212, 79, 0.28), transparent 26%),
    #2f1a43;
}

.compare-duel-head.compare-duel-head-brand {
  background: var(--primary);
}

.compare-duel-row-label {
  background: rgba(247, 244, 255, 0.9);
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

.compare-duel-cell {
  background: rgba(255, 255, 255, 0.92);
  color: var(--muted);
  line-height: 1.55;
}

.compare-duel-table > :nth-last-child(-n + 3) {
  border-bottom: 0;
}

.compare-summary-card {
  position: relative;
  overflow: hidden;
}

.compare-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: rgba(77, 35, 111, 0.16);
}

.compare-summary-card.good-fit::before {
  background: rgba(255, 212, 79, 0.72);
}

.compare-faq-list summary::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 220ms ease;
}

.compare-faq-list details[open] summary::after,
.compare-faq-list details.is-open summary::after {
  transform: translateY(2px) rotate(-135deg);
}

.standalone-matrix-card {
  padding: clamp(14px, 2vw, 22px);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(77, 35, 111, 0.06), rgba(255, 255, 255, 0.92)),
    #fffdf8;
  box-shadow: 0 30px 84px rgba(36, 19, 53, 0.12);
  overflow: visible;
}

.standalone-matrix-card .compare-matrix {
  min-width: 0;
  grid-template-columns: minmax(180px, 1.35fr) repeat(4, minmax(0, 0.72fr));
}

.standalone-matrix-card .compare-matrix-corner,
.standalone-matrix-card .compare-matrix-col {
  position: static;
  background: #4d236f;
  color: #fffdf8;
  border-bottom: 0;
}

.standalone-matrix-card .compare-matrix-corner {
  border-radius: 20px 0 0 20px;
}

.standalone-matrix-card .compare-matrix-col:last-of-type {
  border-radius: 0 20px 20px 0;
}

.standalone-matrix-card .compare-matrix-col.brand {
  background: var(--yellow);
  color: var(--ink);
}

.standalone-matrix-card .compare-matrix-feature,
.standalone-matrix-card .compare-matrix-cell {
  background: rgba(255, 255, 255, 0.78);
}

.standalone-matrix-card .compare-matrix-feature {
  font-size: 0.98rem;
}

.standalone-matrix-card .compare-matrix-cell::before {
  content: none;
  display: none;
}

.matrix-status {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.1);
  vertical-align: middle;
}

.yes .matrix-status,
.matrix-status.yes {
  background: #1f8d62;
  box-shadow: 0 10px 22px rgba(31, 141, 98, 0.14);
}

.yes .matrix-status::before,
.matrix-status.yes::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 7px;
  border-left: 3px solid #fffdf8;
  border-bottom: 3px solid #fffdf8;
  transform: translate(-50%, -58%) rotate(-45deg);
  transform-origin: center;
}

.partial .matrix-status,
.matrix-status.partial {
  background: rgba(250, 176, 42, 0.22);
  border: 1px solid rgba(250, 176, 42, 0.42);
}

.partial .matrix-status::before,
.matrix-status.partial::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: #8b5f12;
  transform: translate(-50%, -50%);
}

.no .matrix-status,
.matrix-status.no {
  background: rgba(77, 35, 111, 0.08);
  border: 1px solid rgba(77, 35, 111, 0.12);
}

.no .matrix-status::before,
.no .matrix-status::after,
.matrix-status.no::before,
.matrix-status.no::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.5);
  transform-origin: center;
}

.no .matrix-status::before,
.matrix-status.no::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.no .matrix-status::after,
.matrix-status.no::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.standalone-matrix-card .compare-legend {
  justify-content: center;
}

.standalone-matrix-card .compare-legend span {
  color: var(--ink);
  font-weight: 900;
}

.standalone-matrix-card .compare-legend .matrix-status {
  width: 34px;
}

.account-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 18%, rgba(250, 176, 42, 0.24), transparent 28%),
    linear-gradient(145deg, #4d236f 0%, #2a1738 100%);
  color: #fffdf8;
}

.account-panel > * {
  position: relative;
}

.account-panel h2,
.account-panel p,
.account-panel .eyebrow {
  color: #fffdf8;
}

.account-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.account-form input,
.account-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
}

.account-form input {
  min-width: 0;
  padding: 0 18px;
}

.account-form button {
  padding: 0 20px;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
}

.site-cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 82px) 0;
  background:
    linear-gradient(118deg, rgba(246, 241, 255, 0.94) 0 52%, rgba(225, 238, 255, 0.9) 52% 100%);
}

.site-cta-section::before,
.site-cta-section::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  pointer-events: none;
}

.site-cta-section::before {
  top: 16px;
  left: max(18px, calc(50% - 720px));
  border-top: 2px solid rgba(47, 7, 142, 0.26);
  border-left: 2px solid rgba(47, 7, 142, 0.26);
  transform: rotate(-18deg);
}

.site-cta-section::after {
  right: max(18px, calc(50% - 690px));
  bottom: 16px;
  border-right: 2px solid rgba(248, 111, 47, 0.34);
  border-bottom: 2px solid rgba(248, 111, 47, 0.34);
  transform: rotate(16deg);
}

.site-cta-section .footer-cta-modern {
  position: relative;
  display: block;
  min-height: 236px;
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 52px) clamp(22px, 5vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(140deg, rgba(50, 12, 132, 0.98), rgba(18, 13, 34, 0.98) 58%, rgba(48, 15, 84, 0.98)),
    #170a34;
  box-shadow: 0 34px 78px rgba(42, 22, 75, 0.28);
  color: #fffdf8;
  isolation: isolate;
  margin-bottom: 0;
}

.site-cta-section .footer-cta-modern::before,
.site-cta-section .footer-cta-modern::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
}

.site-cta-section .footer-cta-modern::before {
  width: 188px;
  height: 92px;
  right: 15%;
  top: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 212, 79, 0.12));
  transform: rotate(-16deg) skewX(-10deg);
}

.site-cta-section .footer-cta-modern::after {
  width: 72px;
  height: 72px;
  right: 7%;
  bottom: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 212, 79, 0.92), rgba(248, 111, 47, 0.72));
  box-shadow: -86px -62px 0 -18px rgba(126, 95, 255, 0.74);
  transform: rotate(18deg);
}

.site-cta-section .footer-cta-modern > div:first-child {
  max-width: min(620px, calc(100% - 250px));
}

.site-cta-section .footer-cta-modern .eyebrow {
  color: rgba(255, 234, 151, 0.88);
}

.site-cta-section .footer-cta-modern h2 {
  max-width: 680px;
  color: #fffdf8;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.02;
}

.site-cta-section .footer-cta-modern p {
  max-width: 58ch;
  color: rgba(255, 251, 244, 0.74);
  font-size: 0.98rem;
  line-height: 1.6;
}

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

.site-cta-section .footer-cta-actions {
  position: absolute;
  right: clamp(24px, 5vw, 64px);
  bottom: clamp(24px, 5vw, 54px);
  justify-content: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.1);
  backdrop-filter: blur(14px);
}

.site-cta-section .footer-cta-actions .button {
  margin: 0;
}

.site-cta-section .footer-cta-actions .button.primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(255, 212, 79, 0.24);
}

.footer-grid-modern {
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(150px, 0.8fr));
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 251, 244, 0.56);
  font-size: 0.86rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.footer-legal a {
  color: rgba(255, 251, 244, 0.6);
  font-weight: 800;
}

.footer-legal a:hover {
  color: var(--yellow);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: rgba(255, 251, 244, 0.64);
  font-size: 0.95rem;
}

.footer-social a:hover {
  background: rgba(255, 212, 79, 0.14);
  color: var(--yellow);
}

@media (max-width: 1080px) {
  .resource-hero-grid,
  .compare-clean-hero-inner,
  .resource-band,
  .contact-page-grid,
  .contact-modern-grid,
  .compare-band,
  .account-panel,
  .pricing-calculator,
  .pricing-estimator-compact {
    grid-template-columns: 1fr;
  }

  .resource-card-grid.four,
  .switch-comparison-grid,
  .compare-proof-grid,
  .premium-tier-grid,
  .premium-service-strip,
  .careers-openings-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-estimator-copy,
  .pricing-estimator-controls,
  .pricing-estimator-price {
    grid-column: auto;
    grid-row: auto;
  }

  .pricing-flow-note {
    grid-template-columns: 1fr;
  }

  .pricing-flow-divider {
    width: 1px;
    height: 26px;
    justify-self: start;
  }

  .compare-pill-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .compare-pill-title {
    max-width: 20ch;
  }

  .compare-duel-table {
    grid-template-columns: minmax(220px, 0.95fr) repeat(2, minmax(0, 1fr));
  }

  .footer-cta-modern,
  .footer-grid-modern {
    grid-template-columns: 1fr 1fr;
  }

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

  .customer-story-card.featured {
    grid-column: span 2;
  }

  .auth-card-simple .signup-layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .auth-card-simple {
    height: auto;
    min-height: calc(100vh - 28px);
  }

  .auth-main-panel {
    padding: 44px 8px 8px;
    overflow: visible;
  }

  .auth-detail-panel {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .resource-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 10.8vw, 3.2rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .resource-card-grid.three,
  .resource-card-grid.four,
  .switch-comparison-grid,
  .compare-proof-grid,
  .resource-icon-list,
  .member-tier-grid,
  .two-package-grid,
  .footer-cta-modern,
  .footer-grid-modern,
  .signup-layout,
  .signup-proof-grid,
  .customer-story-grid,
  .customer-proof-metrics,
  .careers-openings-panel {
    grid-template-columns: 1fr;
  }

  .customer-story-card.featured {
    grid-column: auto;
  }

  .signup-page-shell {
    padding: 14px;
  }

  .signup-card {
    border-radius: 26px;
  }

  .signup-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .signin-card .signup-layout,
  .auth-detail-panel,
  .signup-feature-panel,
  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .auth-promo-panel {
    min-height: 250px;
  }

  .signup-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .not-found-image {
    margin-bottom: -54px;
  }

  .not-found-card {
    padding-top: 64px;
  }

  .not-found-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .member-slider-label {
    grid-template-columns: 1fr;
  }

  .member-slider-label output {
    justify-self: start;
  }

  .compare-pill-strip {
    gap: 18px;
    padding: 16px;
  }

  .compare-pill-intro {
    padding: 4px;
  }

  .compare-pill-title {
    max-width: none;
  }

  .compare-pill-cloud {
    grid-template-columns: 1fr;
  }

  .compare-pill-card {
    padding: 16px 16px 15px;
  }

  .compare-duel-table {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .compare-duel-head.compare-duel-head-label {
    border-bottom: 0;
  }

  .compare-duel-head:not(.compare-duel-head-label) {
    display: none;
  }

  .compare-duel-row-label {
    padding-bottom: 12px;
    border-bottom: 0;
  }

  .compare-duel-cell {
    position: relative;
    padding-top: 40px;
  }

  .compare-duel-cell::before {
    position: absolute;
    top: 16px;
    left: 22px;
    font-family: "Funnel Display", "Nunito Sans", sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary);
  }

  .compare-duel-row-label + .compare-duel-cell::before {
    content: "WunderPass";
  }

  .compare-duel-row-label + .compare-duel-cell + .compare-duel-cell::before {
    content: "WildApricot";
  }

  .compare-duel-table > :nth-last-child(1) {
    border-bottom: 0;
  }

  .billing-toggle-modern {
    border-radius: 24px;
  }

  .account-form {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .support-form {
    grid-template-columns: 1fr;
  }

  .support-form-wide {
    grid-template-columns: 1fr;
  }

  .contact-modern-section {
    padding-top: 42px;
  }

  .contact-modern-copy h1 {
    max-width: none;
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .contact-method-grid article {
    grid-template-columns: 1fr;
  }

  .contact-method-grid .lni {
    grid-row: auto;
  }

  .standalone-matrix-card {
    padding: 8px;
    border-radius: 20px;
  }

  .standalone-matrix-card .compare-matrix {
    grid-template-columns: minmax(96px, 1.18fr) repeat(4, minmax(42px, 0.72fr));
  }

  .standalone-matrix-card .compare-matrix-corner,
  .standalone-matrix-card .compare-matrix-col,
  .standalone-matrix-card .compare-matrix-feature,
  .standalone-matrix-card .compare-matrix-cell {
    padding: 11px 6px;
  }

  .standalone-matrix-card .compare-matrix-col,
  .standalone-matrix-card .compare-matrix-corner {
    font-size: 0.66rem;
    letter-spacing: 0;
  }

  .standalone-matrix-card .compare-matrix-feature {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .matrix-status {
    width: 26px;
    height: 26px;
  }

  .yes .matrix-status::before,
  .matrix-status.yes::before {
    width: 9px;
    height: 5px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .partial .matrix-status::before,
  .matrix-status.partial::before,
  .no .matrix-status::before,
  .no .matrix-status::after,
  .matrix-status.no::before,
  .matrix-status.no::after {
    width: 11px;
    height: 2px;
  }

  .pricing-estimator-compact,
  body[data-page="pricing"] .pricing-trial-band,
  .kb-layout,
  .kb-article-grid {
    grid-template-columns: 1fr;
  }

  .premium-tier-grid {
    grid-template-columns: 1fr;
  }

  .premium-service-strip {
    grid-template-columns: 1fr;
  }

  .starter-package-note {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pricing-estimator-copy,
  .pricing-estimator-controls,
  .pricing-estimator-price {
    grid-column: auto;
    grid-row: auto;
  }

  .kb-sidebar {
    position: relative;
    top: auto;
  }

  .kb-search {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .kb-search .lni {
    display: none;
  }

  .calculator-price-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-estimator-price {
    grid-column: auto;
    grid-row: auto;
  }

  .premium-tier-band,
  .premium-tier-card,
  .premium-service-strip article,
  .starter-package-note,
  .pricing-flow-note {
    border-radius: 24px;
  }

  .member-tier-ticks {
    gap: 4px;
    font-size: 0.62rem;
  }

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

  .site-cta-section {
    padding: 32px 0;
  }

  .site-cta-section .footer-cta-modern {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .site-cta-section .footer-cta-modern > div:first-child {
    max-width: none;
  }

  .site-cta-section .footer-cta-modern h2 {
    font-size: clamp(1.7rem, 8.8vw, 2.4rem);
    line-height: 1.04;
  }

  .site-cta-section .footer-cta-actions {
    position: relative;
    right: auto;
    bottom: auto;
    width: fit-content;
    max-width: 100%;
    margin-top: 24px;
  }

  .site-cta-section .footer-cta-actions .button {
    white-space: normal;
  }

  .api-integrations-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .api-integrations-grid {
    grid-template-columns: 1fr;
  }

  .api-integrations-grid article {
    padding: 18px;
  }

  .api-integrations-copy .button {
    width: 100%;
    justify-content: center;
  }
}

.testimonial-grid,
.org-use-grid {
  display: grid;
  gap: 24px;
}

.org-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.use-card,
.testimonial-card {
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.82);
}

.use-card h3,
.testimonial-card h3 {
  margin-top: 16px;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
}

.testimonial-attribution {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.testimonials-showcase-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.04) 0%, rgba(247, 239, 255, 0.14) 100%);
  color: var(--ink);
  overflow: hidden;
}

.testimonials-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(77, 35, 111, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 35, 111, 0.05) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.42;
  pointer-events: none;
}

.testimonial-aleric-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
  overflow: visible;
}

.testimonial-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  min-height: auto;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 20px 48px rgba(36, 19, 53, 0.1);
  backdrop-filter: blur(18px);
}

.testimonial-summary-copy {
  display: grid;
  gap: 12px;
}

.testimonial-summary .eyebrow {
  color: var(--primary);
}

.testimonial-summary h2 {
  color: var(--ink);
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.testimonial-summary-note {
  max-width: 50ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-summary-rating {
  display: grid;
  gap: 4px;
  align-content: center;
  justify-items: start;
  min-width: min(240px, 100%);
  padding: 18px 20px 16px;
  border-radius: 24px;
  background: rgba(77, 35, 111, 0.06);
  border: 1px solid rgba(77, 35, 111, 0.1);
}

.testimonial-stars {
  display: block;
  color: var(--yellow);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 8px rgba(255, 212, 79, 0.2);
}

.testimonial-summary-rating strong {
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.testimonial-summary-rating span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.testimonial-marquee {
  position: relative;
  display: grid;
  gap: 22px;
  width: 100vw;
  max-width: none;
  min-width: 100vw;
  overflow: hidden;
  margin: -42px calc(50% - 50vw);
  padding: 42px 0 85px;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 120px);
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(250, 244, 255, 0.98), rgba(250, 244, 255, 0));
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(250, 244, 255, 0.98), rgba(250, 244, 255, 0));
}

.testimonial-feature-card,
.testimonial-spotlight-card {
  border-radius: 34px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.testimonial-feature-card {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  gap: 24px;
  padding: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 212, 79, 0.18), transparent 24%),
    rgba(255, 255, 255, 0.94);
}

.testimonial-feature-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.testimonial-feature-copy blockquote,
.testimonial-spotlight-card blockquote {
  margin: 0;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2.15rem);
  line-height: 1.08;
  color: var(--ink);
}

.testimonial-feature-copy h3 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  line-height: 1.04;
}

.testimonial-left-stack,
.testimonial-side-stack {
  display: grid;
  gap: 20px;
}

.testimonial-left-stack {
  grid-template-rows: auto 1fr;
}

.testimonial-spotlight-card {
  padding: 24px;
}

.testimonial-marquee-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: testimonialDrift 36s linear infinite;
}

.testimonial-marquee-track.reverse {
  animation-direction: reverse;
  transform: translateX(-120px);
}

.testimonial-marquee:hover .testimonial-marquee-track {
  animation-play-state: paused;
}

.testimonial-tile {
  width: clamp(270px, 28vw, 360px);
  min-height: 270px;
  padding: clamp(22px, 3vw, 32px);
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.16), transparent 28%),
    rgba(255, 253, 248, 0.94);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.testimonial-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 70px rgba(12, 6, 18, 0.22);
}

@keyframes testimonialDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee-track {
    animation: none;
  }
}

.testimonial-spotlight-card.soft {
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.18), transparent 24%),
    rgba(255, 255, 255, 0.94);
}

.testimonial-spotlight-card.accent {
  background:
    linear-gradient(180deg, rgba(239, 227, 255, 0.94), rgba(255, 255, 255, 0.96));
}

.testimonial-spotlight-card.easter-egg-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.34), transparent 28%),
    linear-gradient(135deg, #251431 0%, #4d236f 100%);
  color: #fffdf8;
}

.testimonial-spotlight-card.easter-egg-card::after {
  content: "classified";
  position: absolute;
  top: 16px;
  right: -30px;
  width: 140px;
  padding: 6px 0;
  transform: rotate(35deg);
  background: rgba(255, 212, 79, 0.92);
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.testimonial-spotlight-card.easter-egg-card blockquote,
.testimonial-spotlight-card.easter-egg-card p,
.testimonial-spotlight-card.easter-egg-card .testimonial-meta strong {
  color: #fffdf8;
}

.testimonial-spotlight-card.easter-egg-card .testimonial-meta span,
.testimonial-spotlight-card.easter-egg-card p {
  color: rgba(255, 251, 244, 0.76);
}

.easter-egg-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf8 0%, #d9d3e4 100%);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  box-shadow:
    inset 0 -8px 0 rgba(77, 35, 111, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.testimonial-spotlight-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.testimonial-portrait {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  padding: 4px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 212, 79, 0.8), rgba(124, 79, 214, 0.58));
  box-shadow: 0 14px 24px rgba(36, 19, 53, 0.14);
}

.testimonial-portrait.large {
  width: 100%;
  height: auto;
  min-height: 320px;
  padding: 8px;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(255, 212, 79, 0.88), rgba(124, 79, 214, 0.64));
}

.testimonial-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  background: #fff7ec;
}

.testimonial-portrait.large img {
  min-height: 304px;
  border-radius: 26px;
}

.testimonial-meta {
  display: grid;
  gap: 2px;
}

.testimonial-meta strong {
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.05rem;
}

.testimonial-meta span,
.testimonial-spotlight-card p {
  color: var(--muted);
}

.testimonial-spotlight-card p {
  margin: 14px 0 0;
}

.page-hero {
  position: relative;
  padding-top: 72px;
  padding-bottom: 58px;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(251, 247, 240, 0.72));
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-hero::before {
  top: 16%;
  left: 3%;
  width: min(14vw, 160px);
  height: min(14vw, 160px);
  background-image: url("../images/shapes/hero-shape-5.webp");
  opacity: 0.16;
}

.page-hero::after {
  right: 5%;
  bottom: 8%;
  width: min(12vw, 140px);
  height: min(12vw, 140px);
  background-image: url("../images/shapes/hero-shape-6.webp");
  opacity: 0.14;
}

.about-creative-hero {
  padding-top: 116px;
  padding-bottom: 84px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 250, 244, 0.94) 44%, rgba(247, 239, 255, 0.56));
}

.about-creative-hero::before,
.about-creative-hero::after {
  display: none;
}

.about-company-page .container {
  width: min(1240px, calc(100vw - 24px));
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: stretch;
}

.about-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  max-width: 100%;
}

.about-hero-copy .hero-text {
  max-width: 58ch;
  overflow-wrap: break-word;
}

.about-hero-copy h1 {
  font-size: clamp(2.75rem, 3.5vw, 4rem);
  line-height: 0.96;
  overflow-wrap: break-word;
}

.about-hero-trust {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.about-rating-card {
  display: grid;
  gap: 4px;
  width: fit-content;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.08);
}

.about-rating-card strong {
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.about-rating-stars {
  color: var(--yellow);
  letter-spacing: 0.16em;
  font-size: 0.95rem;
}

.about-rating-card span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.about-hero-media-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: clamp(520px, 52vw, 700px);
  padding: clamp(18px, 2vw, 26px);
  align-content: center;
  isolation: isolate;
}

.about-hero-media-stage::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 7%;
  z-index: -1;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.24), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(77, 35, 111, 0.16), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 239, 255, 0.72));
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 30px 72px rgba(36, 19, 53, 0.12);
  transform: rotate(-2deg);
}

.about-hero-media-stage::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 46%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.18), transparent 70%);
  filter: blur(12px);
}

.about-hero-image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 450px);
  aspect-ratio: 9 / 16;
  margin: clamp(34px, 4vw, 54px) auto 0;
  padding: clamp(10px, 1.3vw, 16px);
  border-radius: 38px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 238, 0.72));
  box-shadow: 0 24px 52px rgba(36, 19, 53, 0.12);
  transform: rotate(2.5deg) translateY(8px);
  overflow: hidden;
}

.about-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  background: #fff8ee;
}

.about-hero-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.12);
  backdrop-filter: blur(18px);
}

.about-hero-badge.top {
  top: 6%;
  right: 6%;
}

.about-hero-badge.bottom {
  left: 5%;
  bottom: 10%;
}

.about-hero-badge strong {
  color: var(--ink);
  font-family: var(--display-font);
}

.about-hero-badge span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-origin-panel,
.about-mission-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(246, 241, 255, 0.9));
  box-shadow: 0 24px 70px rgba(36, 19, 53, 0.09);
}

.about-origin-panel h2,
.about-mission-band h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1;
}

.about-origin-copy {
  display: grid;
  gap: 16px;
}

.about-origin-copy p,
.about-mission-band > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.about-letter-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 248, 232, 0.88) 50%, rgba(255, 253, 248, 0));
}

.about-founder-letter {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  min-width: 0;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: #fffdf8;
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow:
    0 1px 1px rgba(0,0,0,0.15),
    0 10px 0 -5px #eee,
    0 10px 1px -4px rgba(0,0,0,0.15),
    0 20px 0 -10px #eee,
    0 20px 1px -9px rgba(0,0,0,0.15);
}

.about-letter-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  background: #fff8ec;
}

.about-letter-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-letter-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.16);
  backdrop-filter: blur(16px);
}

.about-letter-badge span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-letter-badge strong {
  font-family: var(--display-font);
  color: var(--primary);
}

.about-letter-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: clamp(18px, 3vw, 42px);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(77, 35, 111, 0.08);
}

.about-letter-date {
  margin: 0;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-letter-greeting {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 900;
  line-height: 1.08;
}

.about-letter-callout {
  padding: 18px 20px;
  border-left: 5px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary) !important;
  font-family: var(--display-font);
  font-size: clamp(1rem, 1.6vw, 1.8rem) !important;
  font-weight: 700;
  line-height: 1.08 !important;
}

.about-letter-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.about-letter-copy footer {
  display: grid;
  gap: 2px;
  margin-top: 10px;
}

.about-company-page .about-signature {
  font-family: "Sacramento", cursive;
  color: var(--ink);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  transform: rotate(-2deg);
  transform-origin: left center;
}

.about-letter-copy small {
  color: var(--muted);
  font-weight: 800;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.about-story-card,
.about-leadership-grid article,
.about-values-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(36, 19, 53, 0.07);
}

.about-story-card.is-featured {
  grid-column: 1 / -1;
  background:
    linear-gradient(145deg, #4d236f, #201931);
  color: #fffdf8;
}

.about-story-card.is-featured p {
  color: rgba(255, 253, 248, 0.74);
}

.about-story-card h2 {
  margin: 0;
  max-width: 30ch;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1;
}

.about-story-card h3,
.about-leadership-grid h3,
.about-values-grid h3 {
  margin: 0;
}

.about-story-card p,
.about-leadership-grid p,
.about-values-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.about-story-number {
  color: var(--primary);
  font-family: var(--display-font);
  font-size: clamp(2.3rem, 3.8vw, 3.9rem);
  font-weight: 900;
  line-height: 0.9;
}

.about-company-page .section-heading h2,
.about-company-page .split-heading h2 {
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 1;
}

.about-leadership-grid,
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.about-leadership-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--ink);
  box-sizing: border-box;
  padding: 0;
}

.about-leadership-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  stroke-width: 1.75;
}

.about-values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-values-grid article span {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 14px;
  background: var(--primary);
  color: #fffdf8;
  font-family: var(--display-font);
  font-weight: 900;
}

.about-mission-band {
  background:
    linear-gradient(135deg, #fff7d6, #ffffff 52%, #eef9ff);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.76fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.page-hero-grid h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 5.1vw, 4.85rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.page-hero-grid > :first-child {
  max-width: 62ch;
}

.page-hero-card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 36px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.32));
  box-shadow: 0 24px 64px rgba(36, 19, 53, 0.1);
  backdrop-filter: blur(18px) saturate(1.12);
}

:is(
    .page-hero-grid h1,
    .resource-hero-copy h1,
    .nonprofit-hero-grid h1,
    .core-hero-copy h1,
    .about-hero-copy h1,
    .careers-hero-copy h1,
    .waitlist-hero-copy h1,
    .contact-modern-copy h1,
    .kb-hero h1,
    .compare-clean-hero .resource-hero-copy h1,
    body[data-page="pricing"] .resource-hero-copy h1
  ) {
  max-width: 13.5ch;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

:is(
    .page-hero-grid .hero-text,
    .resource-hero-copy .hero-text,
    .nonprofit-hero-grid .hero-text,
    .core-hero-copy .hero-text,
    .about-hero-copy .hero-text,
    .careers-hero-copy .hero-text,
    .waitlist-hero-copy .hero-text,
    .contact-modern-copy .hero-text,
    .kb-hero .hero-text,
    .compare-clean-hero .hero-text,
    body[data-page="pricing"] .resource-hero-copy .hero-text
  ) {
  max-width: 56ch;
  font-size: 1.05rem;
  line-height: 1.72;
}

.module-grid,
.solutions-grid {
  display: grid;
  gap: 18px;
}

.story-card,
.module-card,
.solution-card {
  overflow: hidden;
}

.story-card img,
.solution-card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.story-card .card-copy,
.solution-card .card-copy {
  padding: 22px;
}

.sales-hero-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 320px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 0 16%, transparent 17%),
    radial-gradient(circle at 72% 78%, rgba(156, 110, 214, 0.16), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 85% 18%, rgba(255, 212, 79, 0.16), transparent 0 12%, transparent 13%),
    linear-gradient(135deg, #4d236f 0%, #3b1d55 45%, #281735 100%);
  color: #fffdf8;
  /* box-shadow: 0 24px 50px rgba(36, 19, 53, 0.16); */
  border-color: rgba(255, 255, 255, 0.12);
  border-right: none;
  border-radius: 34px 44px 44px 34px;
}

.sales-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px 72px 18px auto;
  width: 1px;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 0 12px,
    transparent 12px 22px
  );
  opacity: 0.86;
  pointer-events: none;
}

.sales-hero-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 74px;
  height: 74px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--surface-mid);
  box-shadow:
    inset 0 0 0 10px rgba(36, 19, 53, 0.02),
    -10px 0 30px rgba(36, 19, 53, 0.08);
  pointer-events: none;
}

.sales-hero-card h3,
.sales-hero-card p {
  position: relative;
  z-index: 1;
  color: #fffdf8;
}

.sales-hero-card h3 {
  max-width: 16ch;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.05;
}

.sales-hero-card p {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 251, 244, 0.82);
  line-height: 1.65;
}

.waitlist-header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.waitlist-page .site-main {
  padding-top: 92px;
}

.waitlist-hero {
  padding-top: 56px;
  padding-bottom: 72px;
}

.waitlist-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
}

.waitlist-hero-copy {
  display: grid;
  gap: 18px;
}

.waitlist-hero-copy .hero-text {
  max-width: 58ch;
}

.waitlist-signup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 640px;
  margin-top: 10px;
}

.waitlist-signup input {
  flex: 1 1 250px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(77, 35, 111, 0.14);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(36, 19, 53, 0.06);
}

.waitlist-signup input::placeholder {
  color: rgba(78, 66, 99, 0.7);
}

.waitlist-signup button {
  min-height: 58px;
  padding: 0 22px;
  border: none;
  border-radius: 18px;
  background: var(--primary);
  color: #fffdf8;
  font-weight: 900;
  box-shadow: 0 18px 32px rgba(77, 35, 111, 0.22);
}

.waitlist-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.waitlist-note {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-style: italic;
}

.waitlist-ticket {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px) clamp(98px, 9vw, 124px) clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  border-radius: 34px 44px 44px 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.09), transparent 0 14%, transparent 15%),
    radial-gradient(circle at 82% 72%, rgba(255, 212, 79, 0.18), transparent 0 10%, transparent 11%),
    radial-gradient(circle at 38% 82%, rgba(124, 79, 214, 0.14), transparent 0 22%, transparent 23%),
    linear-gradient(135deg, #4d236f 0%, #341b4a 48%, #241335 100%);
  color: #fffdf8;
  box-shadow: 0 32px 72px rgba(36, 19, 53, 0.22);
  overflow: hidden;
}

.waitlist-ticket::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: clamp(60px, 6vw, 88px);
  width: 1px;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0 11px,
    transparent 11px 21px
  );
  opacity: 0.9;
  z-index: 0;
}

.waitlist-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 86px;
  height: 86px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--surface-start);
  box-shadow: -14px 0 28px rgba(36, 19, 53, 0.08);
  z-index: 0;
}

.waitlist-ticket-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.waitlist-ticket-logo {
  width: clamp(112px, 13vw, 148px);
  filter: brightness(1.12) saturate(0.95);
  border-radius: 4px;
  background: white;
  padding: 5px;
}

.waitlist-ticket-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 251, 244, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.waitlist-ticket h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 15ch;
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.waitlist-ticket p {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 251, 244, 0.8);
  line-height: 1.6;
}

.waitlist-ticket-fields {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.waitlist-ticket-field {
  display: grid;
  gap: 8px;
}

.waitlist-ticket-field.full {
  grid-column: 1 / -1;
}

.waitlist-ticket-field span {
  color: rgba(255, 251, 244, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.waitlist-ticket-field input,
.waitlist-ticket-field select,
.waitlist-ticket-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
  color: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.waitlist-ticket-field textarea {
  min-height: 96px;
  resize: vertical;
}

.waitlist-ticket-field input::placeholder,
.waitlist-ticket-field textarea::placeholder {
  color: rgba(255, 251, 244, 0.5);
}

.waitlist-ticket-field select option {
  color: var(--ink);
}

.waitlist-ticket-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.waitlist-ticket > * {
  position: relative;
  z-index: 1;
}

.waitlist-ticket-submit {
  min-height: 58px;
  width: 100%;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--yellow), #fff099);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.waitlist-ticket-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.2);
}

.waitlist-ticket-bottom p {
  max-width: none;
  color: rgba(255, 251, 244, 0.7);
  font-size: 0.88rem;
}

.waitlist-footer {
  padding: 28px 0 32px;
}

.waitlist-footer-inner {
  display: grid;
  gap: 10px;
  place-items: center;
  text-align: center;
}

.waitlist-footer-inner .brand-logo {
  width: clamp(126px, 16vw, 170px);
  border-radius: 4px;
  background: white;
  padding: 5px;
}

.waitlist-footer-inner p {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 251, 244, 0.72);
}

.waitlist-footer-inner .footer-byline {
  color: rgba(255, 251, 244, 0.52);
}

.waitlist-hero-ticket {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  padding: 18px 0 0 18px;
}

.waitlist-hero-ticket::before {
  content: "";
  position: absolute;
  inset: 28px 14px 10px 0;
  border-radius: 34px 44px 44px 34px;
  border: 1px solid rgba(77, 35, 111, 0.14);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 0 16%, transparent 17%),
    linear-gradient(135deg, rgba(95, 52, 133, 0.96) 0%, rgba(58, 30, 85, 0.96) 50%, rgba(31, 18, 46, 0.96) 100%);
  box-shadow: 0 24px 54px rgba(36, 19, 53, 0.14);
  transform: rotate(-6deg) translate(-10px, 8px);
  z-index: 0;
  opacity: 0.7;
}

.waitlist-ticket {
  isolation: isolate;
  z-index: 1;
  min-height: 100%;
}

.waitlist-hero-shape {
  position: absolute;
  pointer-events: none;
  opacity: 0.28;
  z-index: 0;
}

.waitlist-hero-shape.shape-one {
  top: -18px;
  right: -22px;
  width: min(18vw, 168px);
  transform: rotate(10deg);
}

@media (min-width: 992px) {
  body.motion-desktop [data-reveal] {
    --reveal-x: 0px;
    --reveal-y: 42px;
    --reveal-scale: 0.98;
    --reveal-delay: 0ms;
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
    transition:
      opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 780ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 780ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay);
    will-change: opacity, transform, filter;
  }

  body.motion-desktop [data-reveal="left"] {
    --reveal-x: 54px;
    --reveal-y: 0px;
  }

  body.motion-desktop [data-reveal="right"] {
    --reveal-x: -54px;
    --reveal-y: 0px;
  }

  body.motion-desktop [data-reveal="up"] {
    --reveal-y: 42px;
  }

  body.motion-desktop [data-reveal="zoom"] {
    --reveal-y: 24px;
    --reveal-scale: 0.94;
  }

  body.motion-desktop [data-reveal].is-inview {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }

  body.motion-desktop .solution-grid article:nth-child(2n),
  body.motion-desktop .comparison-grid article:nth-child(2n),
  body.motion-desktop .resource-grid a:nth-child(2n) {
    transition-delay: 90ms;
  }

  body.motion-desktop .solution-grid article:nth-child(3n),
  body.motion-desktop .price-addons article:nth-child(2),
  body.motion-desktop .comparison-grid article:nth-child(3),
  body.motion-desktop .resource-grid a:nth-child(3) {
    transition-delay: 160ms;
  }

  body.motion-desktop .solution-grid article:nth-child(4n),
  body.motion-desktop .price-addons article:nth-child(3),
  body.motion-desktop .comparison-grid article:nth-child(4),
  body.motion-desktop .resource-grid a:nth-child(4) {
    transition-delay: 220ms;
  }

  body.motion-parallax [data-parallax-root] {
    transform:
      perspective(1600px)
      translate3d(var(--parallax-shift-x, 0px), var(--parallax-shift-y, 0px), 0)
      rotateX(var(--parallax-tilt-x, 0deg))
      rotateY(var(--parallax-tilt-y, 0deg));
    transform-style: preserve-3d;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  body.motion-parallax [data-parallax-layer] {
    transform: translate3d(
      calc(var(--parallax-shift-x, 0px) * var(--parallax-depth, 0.5)),
      calc(var(--parallax-shift-y, 0px) * var(--parallax-depth, 0.5)),
      0
    );
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  body.motion-parallax .hero-visual-stage {
    transform-style: preserve-3d;
  }

  body.motion-parallax .hero-visual-image-wrap {
    transform:
      translate3d(
        calc(var(--parallax-shift-x, 0px) * 0.45),
        calc((1 - var(--hero-unfold)) * 34px + (var(--parallax-shift-y, 0px) * 0.45)),
        0
      )
      rotateX(calc(((1 - var(--hero-unfold)) * 13deg) - (var(--parallax-tilt-x, 0deg) * 0.45)))
      rotateY(calc(var(--parallax-tilt-y, 0deg) * 0.65))
      scale(calc(0.9 + (var(--hero-unfold) * 0.1)));
  }

  body.motion-parallax .integration-stage::before,
  body.motion-parallax .integration-stage::after {
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.motion-parallax .integration-stage {
    transform: none;
    transition: none;
    will-change: auto;
  }

  body.motion-parallax .integration-stage::before {
    transform: translate3d(calc(var(--parallax-shift-x, 0px) * -0.2), calc(var(--parallax-shift-y, 0px) * -0.15), 0);
  }

  body.motion-parallax .integration-stage::after {
    transform: translate3d(calc(var(--parallax-shift-x, 0px) * 0.18), calc(var(--parallax-shift-y, 0px) * 0.22), 0);
  }

  body.motion-parallax .nonprofit-hero-stage::before,
  body.motion-parallax .nonprofit-hero-stage::after {
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.motion-parallax .nonprofit-hero-stage::before {
    transform:
      rotate(-2deg)
      translate3d(calc(var(--parallax-shift-x, 0px) * -0.18), calc(var(--parallax-shift-y, 0px) * -0.12), 0);
  }

  body.motion-parallax .nonprofit-hero-stage::after {
    transform: translate3d(calc(var(--parallax-shift-x, 0px) * 0.22), calc(var(--parallax-shift-y, 0px) * 0.2), 0);
  }

  body.motion-parallax .nonprofit-hero-image,
  body.motion-parallax .nonprofit-hero-badge,
  body.motion-parallax .nonprofit-hero-mini {
    transform-style: preserve-3d;
  }

  body.motion-parallax .nonprofit-hero-image,
  body.motion-parallax .nonprofit-hero-badge,
  body.motion-parallax .nonprofit-hero-mini {
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  body.motion-parallax .nonprofit-hero-image {
    transform:
      rotate(2.5deg)
      translateY(8px)
      translate3d(calc(var(--parallax-shift-x, 0px) * 0.34), calc(var(--parallax-shift-y, 0px) * 0.26), 0)
      rotateY(calc(var(--parallax-tilt-y, 0deg) * 0.28))
      rotateX(calc(var(--parallax-tilt-x, 0deg) * -0.12));
  }

  body.motion-parallax .nonprofit-hero-badge.top {
    transform:
      translate3d(calc(var(--parallax-shift-x, 0px) * -0.3), calc(var(--parallax-shift-y, 0px) * -0.22), 0)
      rotate(calc(var(--parallax-tilt-y, 0deg) * -0.12));
  }

  body.motion-parallax .nonprofit-hero-badge.right {
    transform:
      translate3d(calc(var(--parallax-shift-x, 0px) * 0.36), calc(var(--parallax-shift-y, 0px) * -0.18), 0)
      rotate(calc(var(--parallax-tilt-y, 0deg) * 0.12));
  }

  body.motion-parallax .nonprofit-hero-mini {
    transform:
      translate3d(calc(var(--parallax-shift-x, 0px) * -0.24), calc(var(--parallax-shift-y, 0px) * 0.32), 0)
      rotate(calc(var(--parallax-tilt-y, 0deg) * -0.08));
  }

  body.motion-desktop .nonprofit-profile-orbit,
  body.motion-desktop .nonprofit-access-core,
  body.motion-desktop .nonprofit-access-map .access-node,
  body.motion-desktop .nonprofit-journey article {
    will-change: transform;
  }

  body.motion-desktop .nonprofit-profile-orbit {
    animation: sceneFloatOrbit 7.8s ease-in-out infinite;
  }

  body.motion-desktop .nonprofit-access-core {
    animation: sceneFloatCore 6.9s ease-in-out infinite;
  }

  body.motion-desktop .nonprofit-journey article:nth-child(1) {
    animation: sceneFloatCardOne 7.2s ease-in-out infinite;
  }

  body.motion-desktop .nonprofit-journey article:nth-child(2) {
    animation: sceneFloatCardTwo 8.4s ease-in-out infinite -1.1s;
  }

  body.motion-desktop .nonprofit-journey article:nth-child(3) {
    animation: sceneFloatCardThree 7.6s ease-in-out infinite -2.2s;
  }

  body.motion-desktop .nonprofit-journey article:nth-child(4) {
    animation: sceneFloatCardFour 8.1s ease-in-out infinite -0.9s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-1 {
    animation: sceneFloatNodeOne 6.8s ease-in-out infinite;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-2 {
    animation: sceneFloatNodeTwo 7.4s ease-in-out infinite -1.4s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-3 {
    animation: sceneFloatNodeThree 8.2s ease-in-out infinite -0.8s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-4 {
    animation: sceneFloatNodeFour 7.1s ease-in-out infinite -2.1s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-5 {
    animation: sceneFloatNodeFive 7.7s ease-in-out infinite -1.7s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-6 {
    animation: sceneFloatNodeSix 6.9s ease-in-out infinite -0.5s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-7 {
    animation: sceneFloatNodeSeven 8.5s ease-in-out infinite -2.4s;
  }

  body.motion-desktop .nonprofit-access-map .access-node.node-8 {
    animation: sceneFloatNodeEight 7.3s ease-in-out infinite -1.2s;
  }
}

@keyframes sceneFloatOrbit {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(calc(-50% - 8px), calc(-50% - 12px)) scale(1.02); }
}

@keyframes sceneFloatCore {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(calc(-50% + 2px), calc(-50% - 8px)) scale(1.018); }
}

@keyframes sceneFloatCardOne {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-10px, -12px, 0) rotate(-1.2deg); }
}

@keyframes sceneFloatCardTwo {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(10px, -10px, 0) rotate(1deg); }
}

@keyframes sceneFloatCardThree {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-8px, 10px, 0) rotate(-0.9deg); }
}

@keyframes sceneFloatCardFour {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(9px, 8px, 0) rotate(1.1deg); }
}

@keyframes sceneFloatNodeOne {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-10px, -12px, 0); }
}

@keyframes sceneFloatNodeTwo {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(10px, -10px, 0); }
}

@keyframes sceneFloatNodeThree {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-12px, -2px, 0); }
}

@keyframes sceneFloatNodeFour {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(12px, 1px, 0); }
}

@keyframes sceneFloatNodeFive {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-7px, 11px, 0); }
}

@keyframes sceneFloatNodeSix {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(9px, 10px, 0); }
}

@keyframes sceneFloatNodeSeven {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-6px, -9px, 0); }
}

@keyframes sceneFloatNodeEight {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(7px, 8px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-parallax-root],
  [data-parallax-layer] {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

.waitlist-hero-shape.shape-two {
  left: -26px;
  bottom: -18px;
  width: min(17vw, 154px);
  transform: rotate(-12deg);
}

.waitlist-preview-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.waitlist-preview-stack {
  display: grid;
  gap: 18px;
  align-content: start;
}

.waitlist-shot {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(36, 19, 53, 0.1);
}

.waitlist-shot.large {
  min-height: 100%;
}

.waitlist-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.waitlist-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.waitlist-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.waitlist-quote-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.08);
}

.waitlist-quote-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.waitlist-quote-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  object-fit: cover;
  background: #fff7ec;
  box-shadow: 0 12px 24px rgba(36, 19, 53, 0.12);
}

.waitlist-quote-head strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.02rem;
}

.waitlist-quote-head span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.waitlist-quote-card blockquote {
  margin: 0;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.16;
}

.waitlist-about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
}

.waitlist-about-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.08);
}

.waitlist-about-card h2 {
  max-width: 14ch;
}

.waitlist-about-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.waitlist-cta-panel {
  display: grid;
  grid-template-columns: 1.15fr auto;
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 38px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.24), transparent 0 16%, transparent 17%),
    radial-gradient(circle at 86% 20%, rgba(124, 79, 214, 0.22), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 84% 82%, rgba(255, 176, 122, 0.18), transparent 0 16%, transparent 17%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 240, 255, 0.88) 50%, rgba(255, 247, 235, 0.94));
  box-shadow: 0 28px 60px rgba(36, 19, 53, 0.12);
  position: relative;
  overflow: hidden;
}

.waitlist-cta-panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.12), transparent 68%);
  pointer-events: none;
}

.waitlist-cta-copy,
.waitlist-cta-action {
  position: relative;
  z-index: 1;
}

.waitlist-cta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.waitlist-cta-action {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding: 20px 22px;
  border-radius: 28px;
  background: rgba(77, 35, 111, 0.08);
  border: 1px solid rgba(77, 35, 111, 0.08);
  min-width: min(100%, 240px);
}

.waitlist-cta-action .button {
  min-width: 220px;
  justify-content: center;
}

.waitlist-cta-action p {
  max-width: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(36, 19, 53, 0.68);
}

.waitlist-cta-panel h2 {
  max-width: 35ch;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

.waitlist-cta-panel p {
  margin: 0;
  max-width: 70ch;
  color: var(--muted);
}

.sales-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.sales-proof-strip {
  display: grid;
  grid-template-columns: 0.8fr repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.08);
}

.sales-proof-label {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

.sales-proof-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(77, 35, 111, 0.06);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  text-align: center;
}

.sales-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sales-stat-card {
  padding: 26px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 212, 79, 0.22), transparent 28%),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(77, 35, 111, 0.12);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.08);
}

.sales-stat-card strong {
  display: block;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1;
}

.sales-stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 500;
}

.sales-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.08);
}

.sales-card h3 {
  font-size: clamp(1.35rem, 1.7vw, 1.8rem);
}

.sales-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.sales-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sales-list li {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(183, 145, 214, 0.15);
  color: var(--muted);
}

.sales-story-grid {
  display: grid;
  gap: 24px;
}

.sales-story-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 46px rgba(36, 19, 53, 0.08);
}

.sales-story-card:nth-child(even) {
  grid-template-columns: 1.05fr 0.95fr;
}

.sales-story-card:nth-child(even) .sales-story-visual {
  order: 2;
}

.sales-story-visual {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 212, 79, 0.26), transparent 22%),
    linear-gradient(145deg, #f7efff 0%, #fff8ec 100%);
}

.sales-story-visual img {
  width: 100%;
  max-width: none;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(36, 19, 53, 0.08);
}

.sales-story-copy p {
  margin: 16px 0 0;
  color: var(--muted);
}

.sales-story-copy .sales-list {
  margin-top: 20px;
}

.sales-testimonial-card {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 212, 79, 0.18), transparent 22%),
    linear-gradient(135deg, #2a1b32 0%, #4d236f 100%);
  color: #fffdf8;
  overflow: hidden;
}

.sales-testimonial-card h2,
.sales-testimonial-card p,
.sales-testimonial-card blockquote {
  color: #fffdf8;
}

.sales-testimonial-card blockquote {
  margin: 0;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
  line-height: 1.08;
}

.sales-testimonial-card p {
  margin: 16px 0 0;
  color: rgba(255, 251, 244, 0.76);
}

.sales-testimonial-portrait {
  min-height: 260px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 212, 79, 0.42), transparent 20%),
    url("../images/hero-scene.svg") center / cover no-repeat,
    #fff8ec;
}

.sales-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: var(--primary);
  color: #fffdf8;
}

.sales-cta-card h2,
.sales-cta-card p {
  color: #fffdf8;
}

.sales-cta-card p {
  margin: 12px 0 0;
  max-width: 58ch;
  color: rgba(255, 251, 244, 0.82);
}

/* Nonprofit audience page */
.nonprofit-page .page-hero {
  padding-top: clamp(74px, 8vw, 116px);
  padding-bottom: clamp(68px, 8vw, 112px);
}

.nonprofit-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 212, 79, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(187, 240, 221, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 239, 255, 0.66));
}

.fan-clubs-page .page-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 209, 220, 0.2), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(255, 212, 79, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(245, 239, 255, 0.68));
}

.fan-clubs-page .nonprofit-hero-stage::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 209, 220, 0.24), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(77, 35, 111, 0.14), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 239, 255, 0.72));
}

.fan-clubs-page .nonprofit-workflow-strip article.is-featured {
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 209, 220, 0.22), transparent 24%),
    linear-gradient(145deg, #4d236f, #241631);
}

.fan-clubs-page .nonprofit-access-core span {
  background: linear-gradient(135deg, #ff7aa9, var(--primary));
}

.nonprofit-hero-grid h1 {
  max-width: 13.5ch;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.nonprofit-hero-grid .hero-text {
  max-width: 56ch;
}

.nonprofit-hero-stage {
  position: relative;
  min-height: clamp(620px, 58vw, 820px);
  padding: clamp(18px, 2vw, 26px);
}

.nonprofit-hero-stage::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 7%;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.24), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(77, 35, 111, 0.16), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 239, 255, 0.72));
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 30px 72px rgba(36, 19, 53, 0.12);
  transform: rotate(-2deg);
}

.nonprofit-hero-stage::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 46%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.18), transparent 70%);
  filter: blur(12px);
}

.nonprofit-hero-image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 640px);
  aspect-ratio: 4 / 3;
  margin: clamp(34px, 4vw, 54px) auto 0;
  padding: clamp(10px, 1.3vw, 16px);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 238, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 52px rgba(36, 19, 53, 0.12);
  transform: rotate(2.5deg) translateY(8px);
}

.nonprofit-hero-image video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
  object-fit: contain;
  background: #fff8ee;
}

.audience-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 28px;
  object-fit: contain;
  background: #fff8ee;
}

.nonprofit-hero-badge,
.nonprofit-hero-mini {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.12);
  backdrop-filter: blur(18px);
}

.nonprofit-hero-badge strong {
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.05rem;
}

.nonprofit-hero-badge span,
.nonprofit-hero-mini p {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.38;
}

.nonprofit-hero-badge.top {
  top: 3%;
  left: 0;
}

.nonprofit-hero-badge.right {
  right: 0;
  bottom: 20%;
}

.nonprofit-hero-mini {
  left: 5%;
  bottom: 2%;
  max-width: 270px;
  gap: 12px;
}

.nonprofit-hero-mini div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nonprofit-hero-mini p {
  margin: 0;
}

.nonprofit-hero-mini :is(.lni, svg[data-lucide], svg.lucide) {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  font-size: 1.15rem;
  box-sizing: border-box;
  padding: 8px;
}

.nonprofit-proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.nonprofit-proof-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  background: rgba(255, 255, 255, 0.84);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
}

.compact-heading {
  max-width: 660px;
}

.nonprofit-page .compact-heading p:not(.eyebrow),
.nonprofit-page .split-heading > p,
.nonprofit-page .section-heading p {
  line-height: 1.68;
}

.nonprofit-feature-grid,
.nonprofit-example-grid {
  display: grid;
  gap: 18px;
}

.nonprofit-feature-grid article,
.nonprofit-example-grid article,
.nonprofit-journey article,
.nonprofit-compare-grid article,
.nonprofit-faq-list details {
  border: 1px solid rgba(77, 35, 111, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 38px rgba(36, 19, 53, 0.07);
}

.nonprofit-feature-grid h3,
.nonprofit-example-grid h3 {
  margin-top: 14px;
  font-size: clamp(1.28rem, 1.8vw, 1.85rem);
}

.nonprofit-feature-grid p,
.nonprofit-example-grid p,
.nonprofit-journey p,
.nonprofit-faq-list p,
.nonprofit-access-panel p,
.nonprofit-compare-panel p {
  color: var(--muted);
}

.nonprofit-workflow-today {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.nonprofit-workflow-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
}

.nonprofit-workflow-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nonprofit-workflow-stats span {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(36, 19, 53, 0.06);
}

.nonprofit-workflow-stats strong {
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1;
}

.nonprofit-workflow-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 16px;
  padding: 6px 4px 18px;
  scroll-snap-type: x proximity;
}

.nonprofit-workflow-strip article {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 212, 79, 0.14), transparent 24%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.075);
  scroll-snap-align: start;
  overflow: hidden;
}

.nonprofit-workflow-strip article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.06);
}

.nonprofit-workflow-strip article.is-featured {
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 212, 79, 0.2), transparent 24%),
    linear-gradient(145deg, #4d236f, #2b1738);
  color: #fffdf8;
}

.nonprofit-workflow-strip article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
}

.nonprofit-workflow-strip :is(.lni, svg[data-lucide], svg.lucide) {
  position: absolute;
  right: 22px;
  top: 22px;
  color: rgba(77, 35, 111, 0.18);
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  padding: 6px;
}

.nonprofit-workflow-strip h3 {
  margin-top: 42px;
  font-size: clamp(1.28rem, 1.8vw, 1.8rem);
}

.nonprofit-workflow-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.nonprofit-workflow-strip article.is-featured > span {
  background: rgba(255, 255, 255, 0.12);
  color: #fffdf8;
}

.nonprofit-workflow-strip article.is-featured :is(.lni, svg[data-lucide], svg.lucide) {
  color: rgba(255, 255, 255, 0.22);
}

.nonprofit-workflow-strip article.is-featured h3,
.nonprofit-workflow-strip article.is-featured p {
  color: #fffdf8;
}

.nonprofit-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.nonprofit-feature-grid article {
  display: grid;
  align-content: start;
  padding: 26px;
  border-radius: 30px;
}

.nonprofit-feature-grid :is(.lni, svg[data-lucide], svg.lucide) {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.94), transparent 30%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.12), rgba(255, 212, 79, 0.24));
  color: var(--primary);
  font-size: 1.42rem;
  box-sizing: border-box;
  padding: 11px;
}

.nonprofit-story-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 212, 79, 0.16), transparent 23rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 239, 255, 0.66));
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 22px 56px rgba(36, 19, 53, 0.09);
}

.nonprofit-story-copy {
  position: relative;
}

.nonprofit-story-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.68;
}

.nonprofit-example-stage {
  position: relative;
  min-height: 820px;
  padding: 70px 0;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 18%, rgba(247, 239, 255, 0.58) 19% 36%, transparent 37%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 248, 238, 0.38));
}

.nonprofit-profile-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(42vw, 340px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 248, 0.98) 0 28%, rgba(247, 239, 255, 0.9) 29% 53%, rgba(255, 248, 238, 0.82) 54% 100%);
  box-shadow:
    0 28px 80px rgba(36, 19, 53, 0.16),
    inset 0 0 0 1px rgba(77, 35, 111, 0.08);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.orbit-ring {
  position: absolute;
  inset: 22%;
  border-radius: inherit;
  border: 1px dashed rgba(77, 35, 111, 0.18);
}

.orbit-core {
  display: inline-grid;
  place-items: center;
  width: clamp(86px, 10vw, 116px);
  height: clamp(86px, 10vw, 116px);
  border-radius: 999px;
  background: linear-gradient(135deg, #7c4fd6, var(--primary));
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(77, 35, 111, 0.28);
}

.nonprofit-journey {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.nonprofit-journey article {
  position: absolute;
  display: grid;
  gap: 8px;
  width: min(280px, 43%);
  min-height: auto;
  padding: 20px;
  border-radius: 26px;
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.nonprofit-journey article::before {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(64px, 10vw, 132px);
  border-top: 2px dashed rgba(77, 35, 111, 0.24);
}

.nonprofit-journey article:nth-child(1) {
  top: 2%;
  left: 2%;
}

.nonprofit-journey article:nth-child(2) {
  top: 23%;
  right: 0;
}

.nonprofit-journey article:nth-child(3) {
  bottom: 25%;
  left: 0;
}

.nonprofit-journey article:nth-child(4) {
  right: 6%;
  bottom: 2%;
}

.nonprofit-journey article:nth-child(odd)::before {
  left: 100%;
}

.nonprofit-journey article:nth-child(even)::before {
  right: 100%;
}

.nonprofit-journey span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--primary);
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
}

.nonprofit-journey :is(.lni, svg[data-lucide], svg.lucide) {
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(77, 35, 111, 0.16);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 4px;
}

.nonprofit-journey h3,
.nonprofit-journey p {
  margin: 0;
}

.nonprofit-journey p {
  line-height: 1.52;
}

.nonprofit-hub-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.nonprofit-access-copy {
  max-width: 570px;
}

.nonprofit-access-map {
  position: relative;
  min-height: clamp(430px, 46vw, 620px);
  border-radius: 40px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0 18%, rgba(247, 239, 255, 0.66) 19% 36%, transparent 37%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 248, 238, 0.4));
  /* overflow: hidden; */
}

.nonprofit-access-map::before,
.nonprofit-access-map::after {
  content: "";
  position: absolute;
  inset: 12% 9%;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(77, 35, 111, 0.28) 18% 82%, transparent 82%),
    linear-gradient(180deg, transparent 0 20%, rgba(77, 35, 111, 0.24) 20% 80%, transparent 80%);
  mask:
    linear-gradient(#000 0 0) center / 100% 2px no-repeat,
    linear-gradient(#000 0 0) center / 2px 100% no-repeat;
  opacity: 0.75;
}

.nonprofit-access-map::after {
  inset: 20% 18%;
  transform: rotate(32deg);
  opacity: 0.35;
}

.nonprofit-access-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  align-content: center;
  place-items: center;
  gap: 8px;
  width: clamp(150px, 18vw, 220px);
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 253, 248, 0.98) 0 42%, rgba(247, 239, 255, 0.9) 43% 100%);
  box-shadow:
    0 26px 70px rgba(36, 19, 53, 0.16),
    inset 0 0 0 1px rgba(77, 35, 111, 0.08);
  transform: translate(-50%, -50%);
}

.nonprofit-access-core span {
  display: inline-grid;
  place-items: center;
  width: clamp(64px, 8vw, 90px);
  height: clamp(64px, 8vw, 90px);
  margin-inline: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c4fd6, var(--primary));
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.nonprofit-access-core strong {
  display: block;
  text-align: center;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.9rem;
}

.access-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(77, 35, 111, 0.12);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.1);
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  white-space: nowrap;
}

.access-node :is(.lni, svg[data-lucide], svg.lucide) {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary);
  font-size: 1.04rem;
  box-sizing: border-box;
  padding: 7px;
}

.access-node.node-1 { left: 2%; top: 8%; }
.access-node.node-2 { right: 5%; top: 8%; }
.access-node.node-3 { left: 0; top: 39%; }
.access-node.node-4 { right: 0; top: 39%; }
.access-node.node-5 { left: 7%; bottom: 10%; }
.access-node.node-6 { right: 8%; bottom: 10%; }
.access-node.node-7 { left: 25%; top: 24%; }
.access-node.node-8 { right: 22%; bottom: 28%; }

.nonprofit-example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.nonprofit-example-grid article {
  padding: 28px;
  border-radius: 30px;
}

.nonprofit-example-grid .sales-list li {
  background: rgba(77, 35, 111, 0.055);
}

.nonprofit-compare-panel {
  display: grid;
  gap: 28px;
}

.nonprofit-switch-section {
  position: relative;
  overflow: visible;
  background: transparent;
}

.nonprofit-switch-section::before {
  display: none;
}

.nonprofit-switch-section .section-heading .eyebrow,
.nonprofit-switch-section .section-heading h2,
.nonprofit-switch-section .section-heading p {
  color: #fffdf8;
}

.nonprofit-switch-section .section-heading p {
  color: rgba(255, 251, 244, 0.76);
}

.nonprofit-switch-section .nonprofit-compare-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border-radius: clamp(32px, 5vw, 56px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.26), transparent 20rem),
    radial-gradient(circle at 88% 20%, rgba(187, 240, 221, 0.2), transparent 22rem),
    radial-gradient(circle at 50% 112%, rgba(124, 79, 214, 0.34), transparent 26rem),
    linear-gradient(135deg, #281735 0%, #4d236f 54%, #23142f 100%);
  box-shadow: 0 34px 82px rgba(36, 19, 53, 0.18);
}

.nonprofit-switch-section .nonprofit-compare-panel::before,
.nonprofit-switch-section .nonprofit-compare-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.nonprofit-switch-section .nonprofit-compare-panel::before {
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
}

.nonprofit-switch-section .nonprofit-compare-panel::after {
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    -420px 420px 0 rgba(255, 212, 79, 0.06),
    -120px 520px 0 rgba(187, 240, 221, 0.08);
}

.nonprofit-switch-section .section-heading,
.nonprofit-switch-section .nonprofit-compare-grid {
  position: relative;
  z-index: 1;
}

.nonprofit-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nonprofit-compare-grid article {
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

.nonprofit-compare-grid article.is-featured {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 212, 79, 0.2), transparent 24%),
    #fffdf8;
  border-color: rgba(255, 212, 79, 0.52);
  box-shadow: 0 24px 60px rgba(255, 212, 79, 0.14);
}

.nonprofit-compare-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nonprofit-compare-grid li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.nonprofit-compare-grid li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--yellow);
  transform: translateY(-50%);
}

.nonprofit-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.nonprofit-faq-list {
  display: grid;
  gap: 12px;
}

.nonprofit-faq-list details {
  border-radius: 22px;
}

.nonprofit-faq-list summary {
  font-size: 1.08rem;
}

.nonprofit-faq-list p {
  margin: -2px 22px 22px;
  line-height: 1.62;
}

.accent-line {
  width: 72px;
  height: 4px;
  margin: 18px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
}

.site-nav a.active {
  color: var(--orange);
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .hero-grid,
  .mosaic-wide,
  .feature-banner,
  .compare-snapshot,
  .compare-section,
  .compare-advantage-board,
  .pricing-hero,
  .pricing-hero-layout,
  .page-hero-grid,
  .usecase-showcase,
  .footer-cta,
  .sales-cta-card,
  .waitlist-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .platform-showcase {
    grid-template-columns: 1fr;
  }

  .compare-advantage-card {
    min-height: 360px;
  }

  .sales-hero-card {
    min-height: 0;
  }

  .waitlist-hero-grid,
  .waitlist-preview-grid,
  .waitlist-about-grid,
  .waitlist-cta-panel {
    grid-template-columns: 1fr;
  }

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

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

  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    max-width: 940px;
  }

  .hero-visual-stage {
    min-height: clamp(480px, 70vw, 640px);
  }

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

  .testimonial-summary {
    min-height: auto;
  }

  .testimonial-summary h2 {
    max-width: 12ch;
  }

  .about-hero-grid,
  .about-origin-panel,
  .about-mission-band,
  .about-founder-letter,
  .about-story-grid {
    grid-template-columns: 1fr;
  }
  .about-leadership-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-hero-media-stage {
    min-height: 440px;
  }

  .about-letter-copy h2 {
    max-width: 18ch;
  }

  .workflow-cinema {
    min-height: auto;
    padding: 84px 0;
  }

  .workflow-cinema-bg {
    position: absolute;
    inset: auto 24px 36px auto;
    width: 280px;
    height: 280px;
    opacity: 0.12;
  }

  .workflow-cinema-bg::after {
    display: none;
  }

  .workflow-cinema-inner {
    margin-top: 0;
  }

  .workflow-cinema-intro {
    min-height: auto;
    padding-bottom: 56px;
  }

  .workflow-cinema-intro h2 {
    max-width: 11ch;
  }

  .flow-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
  }

  .flow-map::before {
    display: none;
  }

  .flow-step,
  .flow-step:nth-child(even) {
    width: 100%;
    justify-self: stretch;
    min-height: auto;
    margin-top: 0;
  }

  .hero-stats,
  .stats-band,
  .org-use-grid,
  .testimonial-grid,
  .audience-grid,
  .sales-card-grid,
  .sales-proof-strip,
  .sales-stat-grid,
  .sales-story-card,
  .sales-testimonial-card,
  .nonprofit-split,
  .nonprofit-workflow-head,
  .nonprofit-workflow-stats,
  .nonprofit-feature-grid,
  .nonprofit-story-panel,
  .nonprofit-hub-panel,
  .nonprofit-example-grid,
  .nonprofit-compare-grid,
  .nonprofit-faq-grid,
  .compare-summary-grid,
  .compare-page-list,
  .pricing-grid,
  .pricing-support-strip,
  .included-features-grid,
  .add-ons-grid,
  .page-grid,
  .module-grid,
  .solutions-grid,
  .company-grid,
  .mega-menu-column-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mega-menu {
    width: min(900px, 94vw);
  }

  .mega-menu-shell,
  .mega-menu-shell.wide {
    grid-template-columns: 1fr;
  }

  .usecase-spotlight {
    padding: 30px;
    border-radius: 34px;
  }

  .platform-screen {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .platform-feature-stack {
    grid-template-rows: none;
    height: auto;
  }

  .usecase-visual,
  .usecase-visual-frame {
    min-height: 420px;
  }

  .testimonial-stage,
  .testimonial-feature-card {
    grid-template-columns: 1fr;
  }

  .testimonial-score-card {
    position: relative;
    top: auto;
  }

  .testimonial-left-stack {
    grid-template-rows: none;
  }

  .testimonial-portrait.large {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .utility-bar {
    display: none;
  }

  .utility-inner {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.74rem;
  }

  .utility-inner span:last-child {
    display: inline;
  }

  .utility-news {
    display: none;
  }

  .nav-bar {
    width: calc(100% - 12px);
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 24px;
  }

  .site-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 2px;
    padding-bottom: 0;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-main {
    padding-top: 88px;
  }

  .section,
  .section-alt {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.6rem, 12vw, 4.5rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .hero-media {
    padding: 10px 0 0;
  }

  .hero-visual-stage,
  .platform-preview-card,
  .platform-feature-card {
    padding: 16px;
  }

  .hero-visual-stage {
    min-height: auto;
    gap: 8px;
  }

  .hero-visual-stage::before {
    inset: 8% 0 24%;
    border-radius: 34px;
  }

  .hero-visual-stage::after,
  .hero-media-tag,
  .hero-media-disc {
    display: none;
  }

  .hero-orb-one,
  .hero-orb-two {
    opacity: 0.45;
    transform: scale(0.72);
  }

  .hero-visual-image-wrap {
    transform: none;
    padding: 10px;
    border-radius: 24px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.74),
      0 22px 48px rgba(36, 19, 53, 0.14);
  }

  .hero-visual-image-wrap img,
  .hero-visual-image-wrap picture {
    border-radius: 18px;
  }

  .hero-bubble {
    position: relative;
    inset: auto;
    border-radius: 22px;
    max-width: none;
    transform: none;
  }

  .hero-headline-badge {
    min-height: 0.96em;
    padding: 0 0.22em 0.04em;
  }

  .brand-logo {
    width: clamp(118px, 34vw, 148px);
  }

  .footer-brand .brand-logo {
    width: clamp(132px, 42vw, 170px);
  }

  .about-hero-trust {
    margin-top: 2px;
  }

  .about-rating-card {
    width: 100%;
  }
  .waitlist-ticket {
    padding: 20px 20px 22px;
    border-radius: 30px 36px 36px 30px;
  }

  .waitlist-hero-ticket {
    padding: 12px 0 0 12px;
  }

  .waitlist-hero-ticket::before {
    inset: 18px 10px 6px 0;
    transform: rotate(-3deg) translate(-6px, 6px);
  }

  .waitlist-ticket::before {
    right: 72px;
  }

  .waitlist-ticket::after {
    width: 66px;
    height: 66px;
    right: -26px;
  }

  .waitlist-ticket-fields {
    grid-template-columns: 1fr;
  }

  .waitlist-hero {
    padding-top: 24px;
  }

  .waitlist-signup input,
  .waitlist-signup button,
  .waitlist-ticket-field input,
  .waitlist-ticket-field select,
  .waitlist-ticket-field textarea,
  .waitlist-ticket-submit {
    min-height: 54px;
  }

  .waitlist-ticket-field textarea {
    min-height: 88px;
  }

  .sales-hero-card {
    padding: 20px 22px;
    border-radius: 30px;
  }

  .sales-hero-card::before {
    inset: 14px 56px 14px auto;
  }

  .sales-hero-card::after {
    right: -22px;
    width: 58px;
    height: 58px;
  }

  .nonprofit-page .page-hero {
    padding-top: 48px;
  }

  .nonprofit-hero-grid h1 {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  .nonprofit-hero-stage {
    min-height: auto;
    padding: 12px 0 0;
  }

  .nonprofit-hero-stage::before {
    inset: 10% 4% 8%;
    border-radius: 32px;
  }

  .nonprofit-hero-image {
    width: min(100%, 520px);
    aspect-ratio: 4 / 3;
    border-radius: 30px;
    transform: rotate(1.5deg);
  }

  .nonprofit-hero-image video {
    border-radius: 22px;
  }

  .audience-hero-image img {
    border-radius: 22px;
  }

  .nonprofit-hero-badge,
  .nonprofit-hero-mini {
    position: relative;
    inset: auto;
    max-width: none;
    margin-top: 12px;
  }

  .nonprofit-workflow-strip {
    grid-template-columns: repeat(4, minmax(250px, 84vw));
    margin-right: calc(var(--container-pad) * -1);
    padding-right: var(--container-pad);
  }

  .nonprofit-story-copy {
    position: relative;
    top: auto;
  }

  .nonprofit-example-stage {
    min-height: auto;
    padding: 18px;
  }

  .nonprofit-profile-orbit {
    position: relative;
    top: auto;
    left: auto;
    width: min(72vw, 260px);
    margin: 0 auto 22px;
    transform: none;
  }

  .nonprofit-journey {
    position: relative;
    display: grid;
    gap: 14px;
  }

  .nonprofit-journey article,
  .nonprofit-journey article:nth-child(n) {
    position: relative;
    width: auto;
    inset: auto;
  }

  .nonprofit-journey article::before {
    display: none;
  }

  .nonprofit-access-map {
    min-height: auto;
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 30px;
  }

  .nonprofit-access-map::before,
  .nonprofit-access-map::after {
    display: none;
  }

  .nonprofit-access-core,
  .access-node,
  .access-node.node-1,
  .access-node.node-2,
  .access-node.node-3,
  .access-node.node-4,
  .access-node.node-5,
  .access-node.node-6,
  .access-node.node-7,
  .access-node.node-8 {
    position: relative;
    inset: auto;
    transform: none;
  }

  .nonprofit-access-core {
    width: 100%;
    aspect-ratio: auto;
    min-height: 150px;
    border-radius: 28px;
  }

  .access-node {
    justify-content: flex-start;
    white-space: normal;
  }

  .flow-map {
    grid-template-columns: 1fr;
  }

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

  .stats-band,
  .mosaic-grid,
  .usecase-showcase,
  .org-use-grid,
  .testimonial-grid,
  .audience-grid,
  .sales-card-grid,
  .sales-proof-strip,
  .sales-stat-grid,
  .sales-story-card,
  .sales-testimonial-card,
  .nonprofit-split,
  .nonprofit-workflow-head,
  .nonprofit-workflow-stats,
  .nonprofit-feature-grid,
  .nonprofit-story-panel,
  .nonprofit-hub-panel,
  .nonprofit-example-grid,
  .nonprofit-compare-grid,
  .nonprofit-faq-grid,
  .compare-summary-grid,
  .compare-page-list,
  .page-grid,
  .pricing-grid,
  .pricing-support-strip,
  .included-features-grid,
  .add-ons-grid,
  .module-grid,
  .solutions-grid,
  .company-grid,
  .stats-grid-4,
  .values-grid,
  .benefits-grid,
  .org-types-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .platform-screen {
    grid-template-columns: 1fr;
  }

  .site-map-grid,
  .mega-menu-column-wrap {
    grid-template-columns: 1fr;
  }

  .platform-preview-top,
  .platform-screen-summary,
  .platform-screen-lower {
    align-items: flex-start;
  }

  .hero-visual-stage {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .hero-bubble {
    position: static;
    max-width: none;
  }

  .hero-visual-image-wrap {
    width: 100%;
    margin: 0;
    order: -1;
  }

  .platform-preview-top,
  .platform-screen-summary,
  .platform-screen-lower {
    flex-direction: column;
    align-items: flex-start;
  }

  .platform-screen {
    min-height: 0;
  }

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

  .platform-screen-main {
    padding: 16px;
  }

  .sales-story-card:nth-child(even) .sales-story-visual {
    order: 0;
  }

  .platform-bars {
    height: 120px;
  }

  .flow-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 26px;
  }

  .flow-step-number {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .flow-step strong {
    font-size: clamp(1.65rem, 12vw, 3rem);
    letter-spacing: -0.06em;
  }

  .flow-step p {
    margin: 0;
  }

  .workflow-cinema-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .compare-simple-head,
  .compare-simple-row {
    grid-template-columns: 1fr;
  }

  .compare-simple-head {
    gap: 6px;
  }

  .compare-simple-row {
    gap: 10px;
  }

  .compare-rivals {
    grid-template-columns: 1fr;
  }

  .compare-advantage-card {
    min-height: 0;
  }

  .compare-check {
    justify-self: start;
    min-height: 38px;
  }

  .compare-matrix-card {
    padding: 20px 16px;
    border-radius: 24px;
  }

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

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

  .testimonial-rail-column.is-offset {
    margin-top: 0;
  }

  .testimonial-aleric-grid {
    gap: 28px;
  }

  .testimonial-summary h2 {
    max-width: none;
  }

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

  .testimonial-marquee {
    gap: 14px;
    margin-right: -16px;
    margin-top: -24px;
    margin-bottom: -24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-marquee-track {
    gap: 14px;
    animation-duration: 44s;
  }

  .testimonial-tile {
    width: min(78vw, 320px);
    min-height: 240px;
  }

  .testimonial-feature-card,
  .testimonial-spotlight-card {
    padding: 20px;
    border-radius: 26px;
  }

  .testimonial-feature-copy h3,
  .testimonial-feature-copy blockquote,
  .testimonial-spotlight-card blockquote {
    font-size: 1.45rem;
  }

  .testimonial-portrait.large {
    min-height: 220px;
    border-radius: 24px;
  }

  .testimonial-portrait.large img {
    min-height: 204px;
    border-radius: 18px;
  }

  .header-actions {
    display: none;
  }

  .nav-item-mega .site-nav-link::after {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .site-nav-link {
    padding: 6px 8px;
    white-space: nowrap;
    border: none;
    background: transparent;
    border-radius: 12px;
    font-size: 0.86rem;
  }

  .site-nav-link.active,
  .nav-item:hover .site-nav-link,
  .nav-item:focus-within .site-nav-link {
    background: rgba(77, 35, 111, 0.08);
  }

  .waitlist-form {
    min-width: 0;
    width: 100%;
    flex-direction: column;
    border-radius: 24px;
  }

  .usecase-section-card {
    width: calc(100% - 4px);
    padding: 0;
  }

  .usecase-section-inner {
    width: calc(100% - 20px);
  }

  .usecase-spotlight {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .usecase-heading {
    margin-bottom: 24px;
  }

  .usecase-heading::after {
    width: 88px;
  }

  .usecase-visual {
    min-height: 320px;
  }

  .usecase-visual-frame {
    min-height: 320px;
    padding: 14px;
    border-radius: 24px;
  }

  .usecase-visual-badge {
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .usecase-trigger {
    padding: 18px;
    gap: 14px;
  }

  .usecase-title {
    font-size: 1.15rem;
  }

  .usecase-plus {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 1.3rem;
  }

  .usecase-panel {
    padding: 0 18px 18px;
  }

  .usecase-panel-note {
    margin-top: 10px;
  }

  .usecase-image {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 18px;
  }

  .waitlist-form input {
    min-width: 0;
    padding: 10px 6px;
  }

  .hero-marquee-section {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-item {
    grid-template-columns: 96px 1fr;
    gap: 12px;
    padding: 6px 8px;
  }

  .mega-menu-item::before {
    width: 96px;
    height: 74px;
    border-radius: 18px;
  }
}
.hero-marquee-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 42s linear infinite;
  will-change: transform;
}

.hero-marquee-set {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding: 10px 7px;
}

.marquee-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 19, 53, 0.08);
  white-space: nowrap;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(36, 19, 53, 0.06);
}

.marquee-pill .lni {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  font-size: 1.05rem;
  line-height: 1;
}

.marquee-pill.peach {
  background: #ffe4d6;
  color: #82413a;
}

.marquee-pill.mint {
  background: #dbf6ea;
  color: #236b55;
}

.marquee-pill.sky {
  background: #deebff;
  color: #335aa1;
}

.marquee-pill.cream {
  background: #fff1cf;
  color: #7a5a1d;
}

.marquee-pill.lilac {
  background: #efe3ff;
  color: #6d3fa1;
}

.usecase-section-card {
  /* padding: 34px; */
  border-radius: var(--radius-xl);
  border: none;
  background: transparent;
  box-shadow: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--primary);
  color: #fffdf8;
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:not(:focus):not(:focus-visible) {
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus {
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  clip-path: none;
  white-space: normal;
  transform: translateY(0);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(77, 35, 111, 0.18);
  border-radius: 16px;
  background: rgba(77, 35, 111, 0.06);
  color: var(--primary);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav button {
  font: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-item-mega.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.5fr) minmax(220px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.mega-menu-grid .mega-menu-lead {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 212, 79, 0.28), transparent 28%),
    linear-gradient(145deg, #fff8ec 0%, #f7efff 100%);
}

.mega-menu-lead h3,
.mega-feature-group h3 {
  font-size: clamp(1.15rem, 1.5vw, 1.65rem);
}

.mega-menu-lead p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.feature-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(1120px, 92vw);
}

.mega-feature-group {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(77, 35, 111, 0.05);
}

.mega-feature-group h3 {
  margin-bottom: 4px;
  color: var(--primary);
}

.mega-feature-group a,
.resource-menu-list a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.25;
}

.mega-feature-group a:hover,
.mega-feature-group a:focus-visible,
.resource-menu-list a:hover,
.resource-menu-list a:focus-visible {
  color: var(--primary);
}

.compact-menu {
  width: min(330px, 86vw);
}

.resource-menu-list {
  display: grid;
  gap: 6px;
  padding: 18px 22px;
  border-radius: 24px;
}

@media (max-width: 1080px) {
  .header-actions,
  .nav-actions {
    display: none;
  }

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

  .mega-menu-grid .mega-menu-column-wrap {
    grid-template-columns: 1fr;
  }

  .mega-menu {
    width: min(94vw, 980px);
  }

  .mega-menu-shell,
  .mega-menu-shell.wide {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: clip;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    position: fixed;
    top: 18px;
    right: auto;
    left: min(calc(100vw - 62px), 330px);
    z-index: 75;
  }

  .nav-bar {
    position: relative;
    padding-right: 64px;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    grid-column: auto;
    max-height: calc(100vh - 128px);
    overflow: auto;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid rgba(36, 19, 53, 0.16);
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 22px 54px rgba(36, 19, 53, 0.16);
  }

  .site-nav.is-open {
    display: grid;
    gap: 6px;
  }

  .site-nav .nav-item {
    width: 100%;
  }

  .site-nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
    font-size: 0.95rem;
  }

  .nav-item-mega .site-nav-link::after {
    display: block;
  }

  .mega-menu,
  .compact-menu {
    display: none;
    position: static;
    width: 100%;
    padding-top: 6px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-item-mega.is-open .mega-menu {
    display: block;
  }

  .mega-menu-shell,
  .mega-menu-shell.wide,
  .mega-menu-grid,
  .feature-mega-grid {
    width: 100%;
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 14px;
  }

  .mega-menu-grid .mega-menu-lead {
    padding: 16px;
    border-radius: 20px;
  }

  .mega-feature-group {
    padding: 14px;
    border-radius: 18px;
  }
}

/* Reference-style mega menu overrides */
.nav-item-mega {
  position: relative;
}

.site-nav-link.menu-trigger {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: bold;
}

.site-nav-link.menu-trigger:hover,
.site-nav-link.menu-trigger[aria-expanded="true"],
.nav-item-mega.is-open .site-nav-link.menu-trigger {
  background: #fff;
  color: #2f078e;
  box-shadow: 0 10px 24px rgba(66, 10, 194, 0.09);
}

.mega-menu {
  top: calc(100% + 16px);
  left: 50%;
  width: min(1120px, calc(100vw - 40px));
  padding-top: 0;
  transform: translate(-50%, 10px);
}

.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.nav-item-mega:hover .mega-menu,
.nav-item-mega:focus-within .mega-menu,
.nav-item-mega.is-open .mega-menu {
  transform: translate(-50%, 0);
}

.compact-menu {
  left: 0;
  width: 280px;
  transform: translateY(10px);
}

.nav-item-mega:hover .compact-menu,
.nav-item-mega:focus-within .compact-menu,
.nav-item-mega.is-open .compact-menu {
  transform: translateY(0);
}

.mega-menu-shell,
.mega-menu-shell.wide {
  display: grid;
  padding: 24px;
  border: 1px solid rgba(28, 27, 35, 0.12);
  border-radius: 28px;
  background: rgb(255, 255, 255);
  box-shadow: 0 20px 60px rgba(28, 27, 35, 0.12);
  backdrop-filter: blur(18px);
}

.mega-menu-grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.55fr);
  gap: 22px;
  align-items: stretch;
  text-align: left;
}

.mega-menu-grid .mega-menu-lead {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(66, 10, 194, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.mega-menu-grid .serve-menu-lead {
  display: grid;
  align-content: start;
  gap: 10px;
  background:
    radial-gradient(circle at 18% 16%, rgba(250, 176, 42, 0.34), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(66, 10, 194, 0.16), transparent 34%),
    linear-gradient(145deg, #fffaf0 0%, #f7f1ff 100%);
}

.mega-menu-grid .mega-menu-lead::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 112px;
  height: 112px;
  border-radius: 32px;
  border: 1px solid rgba(66, 10, 194, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 212, 79, 0.25));
  transform: rotate(12deg);
  pointer-events: none;
}

.mega-menu-grid .serve-menu-lead::after {
  right: -34px;
  bottom: -40px;
  width: 132px;
  height: 132px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(14deg);
}

.mega-menu-lead .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  color: #2f078e;
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-menu-lead h3 {
  position: relative;
  margin: 0;
  color: #1c1b23;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.mega-menu-lead p {
  position: relative;
  margin: 14px 0 0;
  color: var(--muted);
}

.mega-overview-link {
  position: relative;
  margin-top: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #2f078e;
  font-weight: 850;
}

.mega-menu-column-wrap {
  gap: 8px;
  align-self: stretch;
}

.mega-menu-group-title {
  display: none;
}

.mega-menu-list {
  display: grid;
  gap: 14px 18px;
  height: auto;
  grid-auto-rows: auto;
}

.mega-menu-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: none;
  align-items: start;
  gap: 12px;
  min-height: auto;
  height: auto;
  padding: 8px 10px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  transform: none;
  text-align: left;
}

.mega-menu-item::before {
  display: none;
}

.mega-menu-item .lni,
.mega-menu-item .menu-icon,
.mega-menu-item > svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffe8ec;
  color: #f05c78;
  font-size: 1.18rem;
  flex: 0 0 auto;
  stroke-width: 2;
  box-sizing: border-box;
  padding: 11px;
}

.mega-menu-item-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.mega-menu-item strong {
  color: #1c1b23;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.mega-menu-item-copy > span,
.mega-menu-item > span:not(.mega-menu-item-copy) {
  max-width: none;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.42;
}

.mega-menu-item:hover,
.mega-menu-item:focus-visible,
.resource-menu-list a:hover,
.resource-menu-list a:focus-visible,
.mega-feature-group a:hover,
.mega-feature-group a:focus-visible {
  background: rgba(66, 10, 194, 0.07);
  border-color: transparent;
  transform: none;
}

.mega-menu-item:hover strong,
.mega-menu-item:focus-visible strong {
  color: #1c1b23;
}

.feature-mega-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.simplified-feature-grid {
  grid-template-columns: minmax(260px, 0.9fr) repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-family-links-grid {
  display: grid;
  grid-column: 2 / 4;
  grid-row: 1 / span 4;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  align-content: start;
}

.feature-family-link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: auto;
  padding: 12px 10px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
}

.feature-mega-grid .feature-menu-lead {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 1 / span 4;
  align-content: start;
  gap: 10px;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 16%, rgba(250, 176, 42, 0.34), transparent 32%),
    radial-gradient(circle at 90% 18%, rgba(66, 10, 194, 0.16), transparent 34%),
    linear-gradient(145deg, #fffaf0 0%, #f7f1ff 100%);
}

.feature-mega-grid .feature-menu-lead::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 132px;
  height: 132px;
  border-radius: 36px;
  border: 1px solid rgba(66, 10, 194, 0.16);
  background: rgba(255, 255, 255, 0.44);
  transform: rotate(14deg);
  pointer-events: none;
}

.feature-mega-grid .feature-menu-lead .pill,
.feature-mega-grid .feature-menu-lead h3,
.feature-mega-grid .feature-menu-lead p {
  position: relative;
}

.feature-mega-grid .feature-menu-lead h3 {
  margin: 0;
  color: #1c1b23;
  font-size: 1.32rem;
  line-height: 1.08;
}

.feature-mega-grid .feature-menu-lead p {
  margin: 0;
  color: #70737d;
  font-size: 0.94rem;
  line-height: 1.48;
}

.feature-family-link .lni,
.feature-family-link .menu-icon,
.feature-family-link > svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #f05c78;
  background: #ffe8ec;
  font-size: 1.28rem;
  flex: 0 0 auto;
  stroke-width: 2;
  box-sizing: border-box;
  padding: 12px;
}

.feature-family-link span {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.feature-family-link strong {
  font-family: var(--display-font);
  font-size: 1.08rem;
  line-height: 1.18;
}

.feature-family-link small {
  color: var(--muted);
  line-height: 1.42;
  font-size: 0.9rem;
  font-weight: 400;
}

.feature-family-link:hover,
.feature-family-link:focus-visible {
  transform: none;
  background: rgba(66, 10, 194, 0.07);
  box-shadow: none;
}

.feature-family-link:hover .lni,
.feature-family-link:focus-visible .lni,
.feature-family-link:hover .menu-icon,
.feature-family-link:focus-visible .menu-icon {
  transform: translateY(-1px);
}

.mega-menu-list .mega-menu-item:nth-child(2) :is(.lni, .menu-icon, svg),
.feature-family-link:nth-child(2) :is(.lni, .menu-icon, svg) {
  background: #eaf7ee;
  color: #2fbf63;
}

.mega-menu-list .mega-menu-item:nth-child(3) :is(.lni, .menu-icon, svg),
.feature-family-link:nth-child(3) :is(.lni, .menu-icon, svg) {
  background: #e9f5ff;
  color: #17a4e8;
}

.mega-menu-list .mega-menu-item:nth-child(4) :is(.lni, .menu-icon, svg),
.feature-family-link:nth-child(4) :is(.lni, .menu-icon, svg) {
  background: #f0e8ff;
  color: #7b46ee;
}

.feature-family-link:nth-child(5) :is(.lni, .menu-icon, svg) {
  background: #fff1d7;
  color: #f59a23;
}

.mega-feature-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 0;
  background: transparent;
}

.mega-feature-group h3 {
  margin: 0 0 8px;
  color: #1c1b23;
  font-size: 0.92rem;
}

.mega-feature-group a {
  padding: 7px 9px;
  border-radius: 10px;
  color: #1c1b23;
  font-size: 0.9rem;
  font-weight: 680;
}

.resource-menu-list {
  display: grid;
  gap: 0;
  padding: 12px;
}

.resource-menu-list a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: #1c1b23;
  font-weight: 720;
}

.utility-news {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35em;
  color: var(--ink);
  line-height: 1.35;
}

.utility-news__label {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.75);
}

.utility-news__title,
.utility-news__link {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
}

.utility-news__link {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.utility-news__link:hover,
.utility-news__link:focus-visible {
  color: white;
  text-decoration-color: color-mix(in srgb, var(--primary) 60%, transparent);
}

@media (max-width: 1180px) {
  .mega-menu {
    position: fixed;
    left: var(--mega-menu-left, 12px);
    top: var(--mega-menu-top, 75px);
    width: var(--mega-menu-width, min(calc(100vw - 24px), 980px));
    max-width: calc(100vw - 24px);
    z-index: 70;
    transform: translateY(10px);
  }

  .nav-item-mega:hover .mega-menu,
  .nav-item-mega:focus-within .mega-menu,
  .nav-item-mega.is-open .mega-menu {
    transform: translateY(0);
  }

  .mega-menu-shell,
  .mega-menu-shell.wide {
    padding: 18px;
  }
}

@media (max-width: 760px) {
  .mega-menu,
  .compact-menu,
  .nav-item-mega:nth-child(2) .mega-menu,
  .nav-item-mega:nth-child(4) .mega-menu {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    margin: 4px 0 12px;
    transform: none;
  }

  .nav-item-mega:hover .mega-menu,
  .nav-item-mega:focus-within .mega-menu,
  .nav-item-mega.is-open .mega-menu {
    transform: none;
  }

  .mega-menu-shell,
  .mega-menu-shell.wide,
  .mega-menu-grid,
  .feature-mega-grid,
  .simplified-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-mega-grid .feature-menu-lead {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-family-links-grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mega-menu-column-wrap {
    grid-template-columns: 1fr;
  }
}

/* Keep desktop dropdowns anchored to their own trigger, with wide panels offset like the reference build. */
@media (min-width: 1181px) {
  .mega-menu {
    left: 0;
    right: auto;
    width: min(1120px, calc(100vw - 40px));
    transform: translateY(10px);
  }

  .mega-menu.compact-menu {
    left: auto;
    right: 0;
    width: min(320px, calc(100vw - 40px));
    transform: translateY(10px);
  }

  .nav-item-mega:hover .mega-menu,
  .nav-item-mega:focus-within .mega-menu,
  .nav-item-mega.is-open .mega-menu {
    transform: translateY(0);
  }

  .nav-item-mega:hover .mega-menu.compact-menu,
  .nav-item-mega:focus-within .mega-menu.compact-menu,
  .nav-item-mega.is-open .mega-menu.compact-menu {
    transform: translateY(0);
  }

  .nav-item-mega:nth-child(1) .mega-menu {
    left: -260px;
  }

  .nav-item-mega:nth-child(2) .mega-menu {
    left: -360px;
  }

  .nav-item-mega:nth-child(4) .mega-menu {
    left: 0;
    right: auto;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-item-mega:hover .mega-menu,
  .nav-item-mega:focus-within .mega-menu,
  .nav-item-mega.is-open .mega-menu {
    transform: translateY(0);
  }

  .mega-menu-grid .mega-menu-lead,
  .feature-mega-grid .feature-menu-lead {
    display: none;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
  }

  .mega-menu-column-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mega-menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .feature-mega-grid,
  .simplified-feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-family-links-grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }
}

/* Imported home sections, adapted to current WunderPass styling */
.split-heading,
.section-head,
.centered {
  margin-bottom: 34px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: end;
}

.split-heading h2,
.section-head h2,
.centered h2 {
  max-width: 13ch;
}

.split-heading > p,
.section-head p:not(.eyebrow),
.centered p:not(.eyebrow),
.preview-main p,
.preview-side p,
.integration-core p,
.flow-card p,
.solution-grid article p,
.single-price-card p,
.price-addons p,
.comparison-grid article p {
  color: var(--muted);
}

.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head {
  max-width: 840px;
}

.centered {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

#platform {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(247, 239, 255, 0.36));
}

.product-preview {
  display: block;
}

.preview-browser {
  position: relative;
  padding: 18px 18px 20px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(251, 247, 255, 0.98), rgba(255, 253, 248, 0.94) 22%, rgba(255, 255, 255, 0.92) 100%);
  box-shadow:
    0 30px 70px rgba(36, 19, 53, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.preview-browser-chrome {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.preview-browser-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.preview-browser-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.preview-browser-dots span:nth-child(1) {
  background: #ff8c78;
}

.preview-browser-dots span:nth-child(2) {
  background: #ffd45e;
}

.preview-browser-dots span:nth-child(3) {
  background: #82d7a6;
}

.preview-browser-address {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(77, 35, 111, 0.68);
  font-size: 0.9rem;
  font-weight: 800;
}

.tab-list {
  display: flex;
  gap: 8px;
  align-items: end;
  padding: 0;
  scrollbar-width: none;
}

.tab-list::-webkit-scrollbar {
  display: none;
}

.tab-list button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 14px 18px 13px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-bottom: none;
  border-radius: 18px 18px 0 0;
  background:
    linear-gradient(180deg, rgba(246, 239, 255, 0.9), rgba(236, 229, 247, 0.76));
  color: var(--muted);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.tab-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.tab-label {
  display: inline-block;
}

.tab-list button[aria-selected="true"] {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 246, 0.96));
  color: var(--ink);
  border-color: rgba(77, 35, 111, 0.14);
  box-shadow: 0 -8px 20px rgba(77, 35, 111, 0.06);
  transform: translateY(1px);
}

.tab-list button:not([aria-selected="true"]):hover {
  background:
    linear-gradient(180deg, rgba(249, 244, 255, 0.96), rgba(241, 235, 249, 0.82));
  color: var(--ink);
}

.preview-panel {
  min-height: 440px;
  margin-top: -1px;
  padding: 0;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 0 24px 24px 24px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 212, 79, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 247, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 20px 44px rgba(36, 19, 53, 0.06);
  transition: opacity 160ms ease, transform 160ms ease;
}

.preview-panel.is-changing {
  opacity: 0.28;
  transform: translateY(6px);
}

.preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 0;
  min-height: 100%;
}

.preview-main,
.preview-side {
  padding: 0;
  border-right: 1px solid rgba(77, 35, 111, 0.1);
  /* border-radius: 28px; */
  background: rgba(255, 253, 248, 0.96);
}

.preview-side {
  overflow: hidden;
  min-height: 100%;
  padding: 20px;
  display: grid;
  place-items: center;
  border: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.16), transparent 28%),
    linear-gradient(160deg, rgba(247, 241, 255, 0.92), rgba(255, 248, 235, 0.88));
}

.preview-main {
  padding: clamp(20px, 2.4vw, 30px);
  /* border-radius: 28px 0 0 28px; */
}

.preview-main h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
}

.preview-status,
.preview-event-banner span,
.preview-message-card span,
.preview-balance-card span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 900;
}

.preview-main-profile,
.preview-main-agenda,
.preview-main-invoices,
.preview-main-message,
.preview-main-report,
.preview-side-stack,
.preview-side-timeline,
.preview-side-balance,
.preview-side-metrics,
.preview-side-report {
  display: grid;
  align-content: start;
  gap: 18px;
}

.preview-profile-top {
  display: grid;
  gap: 8px;
}

.preview-profile-top strong,
.preview-event-banner strong,
.preview-message-card strong,
.preview-balance-card strong {
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  color: var(--ink);
}

.preview-profile-top strong {
  font-size: 1.28rem;
}

.preview-profile-top > span:last-child,
.preview-event-banner span:last-child,
.preview-message-card p,
.preview-balance-card p,
.preview-mini-list p {
  color: var(--muted);
}

.preview-mini-list {
  display: grid;
  gap: 10px;
}

.preview-mini-list p {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(77, 35, 111, 0.08);
  font-weight: 700;
}

.preview-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(36, 19, 53, 0.08);
  cursor: zoom-in;
  padding: 0;
  width: 100%;
  display: grid;
  appearance: none;
  text-align: left;
}

.preview-shot.is-featured {
  width: 100%;
  min-height: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}

.preview-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.preview-side-stack,
.preview-side-timeline,
.preview-side-balance,
.preview-side-metrics,
.preview-side-report {
  padding: 20px;
  display: grid;
  align-content: center;
  justify-items: center;
}

.preview-side-stack .preview-shot,
.preview-side-timeline .preview-shot,
.preview-side-balance .preview-shot,
.preview-side-metrics .preview-shot,
.preview-side-report .preview-shot {
  min-height: 100%;
}

.preview-side-stack .preview-shot img,
.preview-side-timeline .preview-shot img,
.preview-side-balance .preview-shot img,
.preview-side-metrics .preview-shot img,
.preview-side-report .preview-shot img {
  align-self: center;
}

.preview-event-banner,
.preview-message-card,
.preview-balance-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 239, 255, 0.78));
}

.preview-event-banner strong,
.preview-message-card strong {
  font-size: 1.18rem;
}

.preview-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.08);
  color: var(--ink);
  font-weight: 800;
}

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

.preview-stat-grid.compact {
  margin-top: 0;
}

.preview-stat-grid div,
.preview-list span {
  border-radius: 18px;
  background: rgba(77, 35, 111, 0.06);
}

.preview-stat-grid div {
  padding: 16px;
}

.preview-stat-grid b {
  display: block;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.preview-stat-grid span {
  display: block;
  color: var(--muted);
  font-weight: 600;
  line-height: 1;
  padding-top: 6px;
}

.preview-side h3 {
  margin-bottom: 18px;
  font-size: 1.35rem;
}

.preview-invoice-list {
  display: grid;
  gap: 12px;
}

.preview-invoice-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(77, 35, 111, 0.06);
}

.preview-invoice-list strong {
  font-size: 1rem;
}

.preview-invoice-list span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.preview-chart-card {
  display: grid;
  gap: 14px;
}

.preview-chart-surface {
  position: relative;
  height: 220px;
  padding: 18px 16px 16px;
  border-radius: 24px;
  border: 1px solid rgba(77, 35, 111, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 239, 255, 0.72));
  overflow: hidden;
}

.preview-chart-grid {
  position: absolute;
  inset: 18px 16px 34px;
  display: grid;
  align-content: space-between;
}

.preview-chart-grid span {
  display: block;
  border-top: 1px dashed rgba(77, 35, 111, 0.14);
}

.preview-chart-line {
  position: absolute;
  inset: 18px 16px 34px;
  width: calc(100% - 32px);
  height: calc(100% - 52px);
}

.preview-chart-line polyline {
  fill: none;
  stroke: #6a38a2;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preview-chart-dots {
  position: absolute;
  inset: 18px 16px 34px;
}

.preview-chart-dots span {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border: 3px solid #fffdf8;
  border-radius: 999px;
  background: #ffbf59;
  box-shadow: 0 10px 18px rgba(106, 56, 162, 0.18);
}

.preview-chart-axis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 0 6px;
}

.preview-chart-axis span {
  color: rgba(77, 35, 111, 0.6);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.preview-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.preview-metric-row div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(77, 35, 111, 0.06);
}

.preview-metric-row span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.preview-metric-row strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.2rem;
}

.preview-list {
  display: grid;
  gap: 12px;
}

.preview-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  color: var(--muted);
  font-weight: 800;
}

.preview-list span::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--primary);
}

.integrated-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 176, 126, 0.2), transparent 22rem),
    radial-gradient(circle at 82% 72%, rgba(187, 240, 221, 0.24), transparent 25rem),
    linear-gradient(180deg, rgba(247, 239, 255, 0.28), rgba(255, 248, 238, 0.36));
}

.integration-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 212, 79, 0.2), transparent 24%),
    linear-gradient(135deg, #241335, #4d236f);
  box-shadow: 0 28px 70px rgba(36, 19, 53, 0.18);
}

.integration-stage::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  animation: slowSpin 38s linear infinite;
}

.integration-stage::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 212, 79, 0.36), transparent 64%);
  filter: blur(8px);
}

.integration-core {
  position: relative;
  z-index: 2;
  width: min(430px, calc(100% - 40px));
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.integration-core img {
  width: min(210px, 70%);
  margin: 0 auto 18px;
}

.integration-core strong {
  display: block;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.14;
}

.integration-orbit {
  position: absolute;
  z-index: 3;
  inset: 42px;
  animation: slowSpin 32s linear infinite;
}

.integration-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 48px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  animation: slowSpinReverse 32s linear infinite;
}

.integration-orbit span:nth-child(1) { left: 50%; top: 0; transform: translateX(-50%); }
.integration-orbit span:nth-child(2) { right: 6%; top: 19%; }
.integration-orbit span:nth-child(3) { right: 12%; bottom: 18%; background: var(--yellow); }
.integration-orbit span:nth-child(4) { left: 50%; bottom: 0; transform: translateX(-50%); }
.integration-orbit span:nth-child(5) { left: 6%; bottom: 19%; background: var(--yellow); }
.integration-orbit span:nth-child(6) { left: 11%; top: 18%; }

.motion-lane {
  position: absolute;
  z-index: 1;
  display: flex;
  width: max-content;
  gap: 14px;
  opacity: 0.88;
}

.motion-lane span {
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fffdf8;
  font-weight: 850;
  white-space: nowrap;
}

.lane-one {
  top: 72px;
  animation: laneMove 22s linear infinite;
}

.lane-two {
  bottom: 70px;
  animation: laneMoveReverse 24s linear infinite;
}

.workflow-section {
  background:
    linear-gradient(135deg, rgba(255, 212, 79, 0.13), rgba(77, 35, 111, 0.07)),
    rgba(255, 253, 248, 0.72);
}

.role-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.role-pills span {
  padding: 9px 13px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 800;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.flow-card {
  position: relative;
  z-index: 1;
  min-height: 215px;
  padding: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(36, 19, 53, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.flow-card > span,
.price-addons article > span,
.resource-grid a > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  font-weight: 900;
}

.flow-card h3 {
  margin: 18px 0 8px;
}

.card-grid,
.solution-grid,
.single-price-grid,
.price-addons,
.comparison-grid,
.resource-grid {
  display: grid;
  gap: 18px;
}

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

.solution-grid article,
.single-price-card,
.price-addons article,
.comparison-grid article,
.resource-grid a {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(36, 19, 53, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-grid article:hover,
.single-price-card:hover,
.price-addons article:hover,
.comparison-grid article:hover,
.resource-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(77, 35, 111, 0.26);
  box-shadow: 0 20px 46px rgba(36, 19, 53, 0.09);
}

.solution-grid i,
.solution-grid .solution-icon,
.solution-grid > article > svg,
.solution-grid svg[data-lucide],
.solution-grid svg.lucide {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.12), rgba(255, 212, 79, 0.24));
  color: var(--primary);
  box-sizing: border-box;
  padding: 9px;
}

.solution-grid i svg,
.solution-grid i.lni,
.solution-grid .solution-icon,
.solution-grid > article > svg,
.solution-grid svg[data-lucide],
.solution-grid svg.lucide {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  font-size: 1.28rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-grid article div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.solution-grid article div span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.08);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.solution-grid article a,
.single-price-card .button,
.center-actions .button {
  width: fit-content;
  margin-top: 4px;
}

.pricing-preview-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 212, 79, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(255, 248, 238, 0.54), rgba(247, 239, 255, 0.4));
}

.single-price-grid {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.single-price-card {
  padding: clamp(26px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 212, 79, 0.24), transparent 28%),
    #fffdf8;
}

.single-price-card h3 {
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.single-price-card strong {
  display: block;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 1.45rem;
}

.price-addons {
  grid-template-columns: 1fr;
}

.pricing-note {
  width: min(760px, calc(100% - 32px));
  margin: 24px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.comparison-grid {
  grid-template-columns: 1.25fr repeat(3, minmax(0, 0.85fr));
}

.comparison-grid .winner {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 212, 79, 0.22), transparent 26%),
    linear-gradient(145deg, rgba(77, 35, 111, 0.96), rgba(36, 19, 53, 0.96));
  color: #fffdf8;
}

.comparison-grid .winner p,
.comparison-grid .winner li {
  color: rgba(255, 253, 248, 0.82);
}

.comparison-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-grid li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 900;
}

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slowSpinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes laneMove {
  from {
    transform: translateX(-16%);
  }
  to {
    transform: translateX(16%);
  }
}

@keyframes laneMoveReverse {
  from {
    transform: translateX(16%);
  }
  to {
    transform: translateX(-16%);
  }
}

@media (max-width: 1080px) {
  .split-heading,
  .preview-layout,
  .single-price-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .solution-grid,
  .workflow,
  .preview-stat-grid {
    grid-template-columns: 1fr;
  }

  .preview-browser {
    padding: 14px 14px 16px;
    border-radius: 24px;
  }

  .preview-browser-chrome {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
  }

  .preview-browser-address {
    width: 100%;
    justify-content: flex-start;
  }

  .tab-list button {
    justify-content: center;
    min-width: 62px;
    min-height: 50px;
    padding: 12px 14px 11px;
    font-size: 0.92rem;
  }

  .tab-label {
    display: none;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .integration-stage {
    min-height: 460px;
  }

  .integration-orbit {
    position: relative;
    inset: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    animation: none;
  }

  .integration-orbit span {
    position: static;
    transform: none;
    animation: none;
  }

  .integration-orbit span:nth-child(n) {
    transform: none;
  }

  .motion-lane {
    display: none;
  }
}

/* Refinements for imported sections */
.split-heading {
  display: block;
  max-width: none;
  margin-bottom: 40px;
}

.split-heading > div,
.split-heading > p,
.section-head,
.centered > .eyebrow,
.centered > h2,
.centered > p {
  max-width: 740px;
}

.split-heading h2,
.section-head h2,
.centered h2 {
  max-width: none;
}

.split-heading > .eyebrow,
.split-heading > h2,
.split-heading > p {
  max-width: 740px;
}

.split-heading > p,
.section-head p:not(.eyebrow),
.centered p:not(.eyebrow) {
  margin-top: 16px;
}

.centered {
  max-width: none;
  text-align: left;
}

.role-pills {
  justify-content: flex-start;
}

@media (min-width: 1081px) {
  .preview-panel {
    /* height: 540px; */
    min-height: 540px;
    overflow: hidden;
  }

  .preview-layout {
    height: 100%;
  }
}

.flow-card,
.flow-card.active,
.flow-card:hover,
.flow-card:focus-visible {
  transform: none;
}

.flow-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.flow-card.active,
.flow-card:hover,
.flow-card:focus-visible {
  border-color: rgba(77, 35, 111, 0.26);
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(36, 19, 53, 0.08);
}

.solution-grid {
  align-items: stretch;
}

.solution-grid article {
  grid-template-rows: auto minmax(3.2em, auto) minmax(7.8em, 1fr) auto auto;
}

.solution-grid article h3 {
  align-self: start;
}

.solution-grid article p {
  align-self: start;
}

.solution-grid article div {
  align-self: end;
  margin-top: 12px;
}

.solution-grid article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid rgba(77, 35, 111, 0.18);
  border-radius: 999px;
  background: var(--primary);
  color: #fffdf8;
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
}

.solution-grid article a:hover,
.solution-grid article a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(77, 35, 111, 0.18);
}

.pricing-preview-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 212, 79, 0.18), transparent 22rem),
    radial-gradient(circle at 86% 22%, rgba(187, 240, 221, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(255, 248, 238, 0.72), rgba(247, 239, 255, 0.44));
}

.single-price-grid {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
}

.single-price-card {
  gap: 18px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 212, 79, 0.28), transparent 27%),
    radial-gradient(circle at 8% 90%, rgba(187, 240, 221, 0.2), transparent 24%),
    #fffdf8;
}

.single-price-card .badge {
  margin: 0;
}

.single-price-card h3 {
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.94;
}

.single-price-card strong {
  padding-top: 4px;
}

.price-addons {
  gap: 18px;
}

.price-addons article {
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "num copy";
  gap: 6px 16px;
  align-items: start;
}

.price-addons article > span {
  grid-area: num;
}

.price-addons article h3 {
  grid-area: title;
}

.price-addons article p {
  grid-area: copy;
  margin: 0;
}

.pricing-note {
  margin-top: 28px;
}

/* Brighter integration stage */
.integrated-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 212, 79, 0.14), transparent 22rem),
    radial-gradient(circle at 86% 66%, rgba(187, 240, 221, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(250, 247, 255, 0.84));
}

.integration-stage {
  min-height: 640px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.integration-stage::before,
.integration-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: min(35%, 410px);
  height: 70%;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: none;
  opacity: 0.76;
  animation: none;
}

.integration-stage::before {
  left: max(-10px, -1vw);
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(90deg, #000 0 74%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 74%, transparent 100%);
  background-image: url("data:image/svg+xml,%3Csvg width='430' height='430' viewBox='0 0 430 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23DAD5E4' stroke-width='2' stroke-dasharray='8 9' stroke-linecap='round'%3E%3Cpath d='M18 52H158C226 52 220 178 302 178H420'/%3E%3Cpath d='M18 136H118C192 136 204 206 302 206H420'/%3E%3Cpath d='M18 215H300H420'/%3E%3Cpath d='M18 294H118C192 294 204 224 302 224H420'/%3E%3Cpath d='M18 378H158C226 378 220 252 302 252H420'/%3E%3C/g%3E%3Cg stroke='%234D236F' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M88 52H116'/%3E%3Cpath d='M96 136H126'/%3E%3Cpath d='M250 215H282'/%3E%3Cpath d='M122 294H150'/%3E%3Cpath d='M88 378H116'/%3E%3C/g%3E%3C/svg%3E");
}

.integration-stage::after {
  right: max(-10px, -1vw);
  transform: translateY(-50%) scaleX(-1);
  -webkit-mask-image: linear-gradient(90deg, #000 0 74%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 74%, transparent 100%);
  background-image: url("data:image/svg+xml,%3Csvg width='430' height='430' viewBox='0 0 430 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23DAD5E4' stroke-width='2' stroke-dasharray='8 9' stroke-linecap='round'%3E%3Cpath d='M18 52H158C226 52 220 178 302 178H420'/%3E%3Cpath d='M18 136H118C192 136 204 206 302 206H420'/%3E%3Cpath d='M18 215H300H420'/%3E%3Cpath d='M18 294H118C192 294 204 224 302 224H420'/%3E%3Cpath d='M18 378H158C226 378 220 252 302 252H420'/%3E%3C/g%3E%3Cg stroke='%234D236F' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M88 52H116'/%3E%3Cpath d='M96 136H126'/%3E%3Cpath d='M250 215H282'/%3E%3Cpath d='M122 294H150'/%3E%3Cpath d='M88 378H116'/%3E%3C/g%3E%3C/svg%3E");
}

.integration-core {
  position: relative;
  z-index: 3;
  width: min(500px, calc(100% - 40px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}

body.motion-parallax .integration-core {
  transform: none !important;
  transition: none !important;
  will-change: auto;
}

.integration-core .eyebrow {
  display: inline-flex;
  width: auto;
  margin: 0 auto 20px;
  padding: 8px 16px;
  border-radius: 10px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
}

.integration-core h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.5rem, 3vw, 3.25rem);
  line-height: 0.98;
}

.integration-core p:not(.eyebrow) {
  max-width: 480px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.42;
}

.integration-core .button {
  margin-top: 30px;
}

.integration-branches {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.integration-pulses {
  position: absolute;
  z-index: 1;
  inset: 15% 0;
  pointer-events: none;
}

.integration-pulses span {
  position: absolute;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  animation: integrationPulseLeft 3.2s ease-in-out infinite;
}

.integration-pulses-left span {
  left: 11%;
}

.integration-pulses-right span {
  right: 11%;
  animation-name: integrationPulseRight;
}

.integration-pulses span:nth-child(1) { top: 6%; animation-delay: 0s; }
.integration-pulses span:nth-child(2) { top: 24%; animation-delay: 0.35s; }
.integration-pulses span:nth-child(3) { top: 50%; animation-delay: 0.7s; }
.integration-pulses span:nth-child(4) { top: 70%; animation-delay: 1.05s; }
.integration-pulses span:nth-child(5) { top: 94%; animation-delay: 1.4s; }

.integration-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  padding: 8px;
  border: 8px solid rgba(255, 253, 248, 0.92);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.12);
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: default;
}

.integration-node::before {
  content: "";
  position: absolute;
  inset: 13px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(77, 35, 111, 0.08);
}

.integration-node::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: calc(100% + 16px);
  width: max-content;
  max-width: min(240px, 24vw);
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(38, 20, 56, 0.96);
  color: #fffdf8;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 22px 40px rgba(36, 19, 53, 0.22);
  opacity: 0;
  transform: translate(-50%, 10px) scale(0.96);
  transform-origin: center bottom;
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  backface-visibility: hidden;
}

.integration-node:hover::after,
.integration-node:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.integration-node:focus-visible {
  outline: 3px solid rgba(255, 212, 79, 0.82);
  outline-offset: 4px;
}

.integration-branches-left .integration-node:nth-child(1) { left: 8%; top: 18%; }
.integration-branches-left .integration-node:nth-child(2) { left: 14%; top: 31%; }
.integration-branches-left .integration-node:nth-child(3) { left: 5%; top: 50%; }
.integration-branches-left .integration-node:nth-child(4) { left: 17%; top: 66%; }
.integration-branches-left .integration-node:nth-child(5) { left: 10%; top: 82%; }

.integration-branches-right .integration-node:nth-child(1) { right: 8%; top: 18%; }
.integration-branches-right .integration-node:nth-child(2) { right: 14%; top: 31%; }
.integration-branches-right .integration-node:nth-child(3) { right: 5%; top: 50%; }
.integration-branches-right .integration-node:nth-child(4) { right: 17%; top: 66%; }
.integration-branches-right .integration-node:nth-child(5) { right: 10%; top: 82%; }

@keyframes integrationPulseLeft {
  0% {
    opacity: 0;
    transform: translateX(0) scaleX(0.45);
  }
  16% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    transform: translateX(min(19vw, 250px)) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateX(min(22vw, 290px)) scaleX(0.6);
  }
}

@keyframes integrationPulseRight {
  0% {
    opacity: 0;
    transform: translateX(0) scaleX(0.45);
  }
  16% {
    opacity: 1;
  }
  72% {
    opacity: 1;
    transform: translateX(max(-19vw, -250px)) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateX(max(-22vw, -290px)) scaleX(0.6);
  }
}

@media (max-width: 1080px) {
  .single-price-grid {
    grid-template-columns: 1fr;
  }

  .solution-grid article {
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  }

  .integration-stage {
    min-height: 620px;
    padding: 120px 0;
  }

  .integration-stage::before,
  .integration-stage::after {
    width: 35%;
    height: 70%;
    opacity: 0.42;
  }

  .integration-node {
    width: 64px;
    height: 64px;
    border-width: 7px;
    font-size: 0.62rem;
  }

  .integration-pulses {
    opacity: 0.72;
  }
}

@media (max-width: 760px) {
  .integration-stage {
    min-height: auto;
    padding: 46px 0 28px;
  }

  .integration-stage::before,
  .integration-stage::after {
    display: none;
  }

  .integration-pulses {
    display: none;
  }

  .integration-core {
    text-align: left;
  }

  .integration-core .eyebrow {
    margin-left: 0;
  }

  .integration-core p:not(.eyebrow) {
    margin-left: 0;
  }

  .integration-branches {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    width: min(520px, calc(100% - 40px));
    margin-top: 26px;
  }

  .integration-branches-left {
    order: 2;
  }

  .integration-branches-right {
    order: 3;
    margin-top: 10px;
  }

  .integration-node,
  .integration-branches-left .integration-node:nth-child(n),
  .integration-branches-right .integration-node:nth-child(n) {
    position: static;
    width: auto;
    height: 42px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid rgba(77, 35, 111, 0.12);
    border-radius: 999px;
    font-size: 0.72rem;
    box-shadow: 0 10px 24px rgba(36, 19, 53, 0.08);
    transform: none;
  }

  .integration-node::before {
    display: none;
  }
}

/* Path-based integration diagram */
.integration-stage {
  min-height: 660px;
  isolation: isolate;
}

.integration-stage::before,
.integration-stage::after,
.integration-pulses {
  display: none;
}

.integration-network {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.network-paths path {
  fill: none;
  stroke: rgba(77, 35, 111, 0.16);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
}

.network-flows path {
  fill: none;
  stroke: var(--primary);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 34 760;
  animation: networkFlow 4.2s ease-in-out infinite;
}

.network-flows-left path {
  stroke-dashoffset: 760;
}

.network-flows-right path {
  stroke-dashoffset: -760;
}

.network-flows-return path {
  stroke: rgba(255, 176, 126, 0.88);
  stroke-width: 3;
  stroke-dasharray: 28 760;
  animation-delay: 1.65s;
}

.network-flows-left-return path {
  stroke-dashoffset: -760;
}

.network-flows-right-return path {
  stroke-dashoffset: 760;
}

.network-flows path:nth-child(2) { animation-delay: 0.32s; }
.network-flows path:nth-child(3) { animation-delay: 0.64s; }
.network-flows path:nth-child(4) { animation-delay: 0.96s; }
.network-flows path:nth-child(5) { animation-delay: 1.28s; }

.network-flows-return path:nth-child(1) { animation-delay: 1.65s; }
.network-flows-return path:nth-child(2) { animation-delay: 1.97s; }
.network-flows-return path:nth-child(3) { animation-delay: 2.29s; }
.network-flows-return path:nth-child(4) { animation-delay: 2.61s; }
.network-flows-return path:nth-child(5) { animation-delay: 2.93s; }

.integration-core {
  position: relative;
  z-index: 4;
  width: min(480px, calc(100% - 40px));
  padding: 40px 18px 30px;
  border: 1px solid rgba(77, 35, 111, 0.08);
  border-radius: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 253, 248, 0.98) 0 58%, rgba(255, 253, 248, 0.86) 72%, transparent 100%);
}

.integration-branches {
  z-index: 3;
}

.integration-node {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 8px solid rgba(255, 253, 248, 0.94);
  color: var(--primary);
  transform: translate(-50%, -50%);
}

.integration-node svg,
.integration-node .lni,
.integration-node svg[data-lucide],
.integration-node svg.lucide {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  font-size: 1.82rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  box-sizing: border-box;
  padding: 6px;
}

.integration-node::before {
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 212, 79, 0.18), rgba(77, 35, 111, 0.08));
}

.integration-branches-left .integration-node:nth-child(1) { left: 7.83%; top: 14.4%; }
.integration-branches-left .integration-node:nth-child(2) { left: 13.66%; top: 30.35%; }
.integration-branches-left .integration-node:nth-child(3) { left: 9%; top: 50%; }
.integration-branches-left .integration-node:nth-child(4) { left: 15.66%; top: 69.65%; }
.integration-branches-left .integration-node:nth-child(5) { left: 10.33%; top: 85.35%; }

.integration-branches-right .integration-node:nth-child(1) { right: auto; left: 92.17%; top: 14.4%; }
.integration-branches-right .integration-node:nth-child(2) { right: auto; left: 86.34%; top: 30.35%; }
.integration-branches-right .integration-node:nth-child(3) { right: auto; left: 91%; top: 50%; }
.integration-branches-right .integration-node:nth-child(4) { right: auto; left: 84.34%; top: 69.65%; }
.integration-branches-right .integration-node:nth-child(5) { right: auto; left: 89.67%; top: 85.35%; }

@keyframes networkFlow {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1080px) {
  .integration-network {
    width: 112%;
    left: -6%;
    height: 100%;
  }

  .integration-node {
    width: 62px;
    height: 62px;
    border-width: 7px;
  }

  .integration-node svg,
  .integration-node .lni {
    width: 25px;
    height: 25px;
    font-size: 1.52rem;
  }
}

@media (max-width: 760px) {
  .integration-network {
    display: none;
  }

  .integration-core {
    padding: 0;
    background: transparent;
  }

  .integration-node,
  .integration-branches-left .integration-node:nth-child(n),
  .integration-branches-right .integration-node:nth-child(n) {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(77, 35, 111, 0.12);
    transform: none;
  }

  .integration-node svg,
  .integration-node .lni {
    width: 21px;
    height: 21px;
    font-size: 1.26rem;
  }
}

/* Combined buyer direction and resources */
.buyer-direction-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.12), transparent 22rem),
    radial-gradient(circle at 88% 28%, rgba(187, 240, 221, 0.16), transparent 24rem),
    rgba(255, 253, 248, 0.78);
}

.switch-direction-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 0.78fr) minmax(270px, 0.72fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 212, 79, 0.2), transparent 26%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(247, 239, 255, 0.72));
  box-shadow: 0 18px 44px rgba(36, 19, 53, 0.08);
}

.switch-copy {
  max-width: 540px;
}

.switch-direction-panel h2 {
  margin: 0;
  font-size: clamp(2.15rem, 3.3vw, 4rem);
  line-height: 0.98;
}

.switch-direction-panel p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
}

.switch-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.switch-proof-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
}

.switch-proof-card .badge {
  margin: 0;
}

.switch-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.switch-chip-grid span {
  padding: 7px 10px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.switch-rivals {
  display: grid;
  gap: 10px;
}

.switch-rivals span {
  display: grid;
  gap: 2px;
  padding: 11px 12px;
  border-left: 3px solid rgba(77, 35, 111, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.25;
}

.switch-rivals strong {
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.94rem;
}

.switch-next-pages {
  display: grid;
  gap: 12px;
}

.switch-next-pages .site-map-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  align-items: start;
  min-height: 0;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.88);
}

.switch-next-pages .site-map-icon {
  grid-row: span 3;
  width: 44px;
  height: 44px;
  border-radius: 15px;
}

.switch-next-pages .pill {
  width: fit-content;
}

.switch-next-pages .site-map-card h3 {
  font-size: 1.08rem;
}

.switch-next-pages .site-map-card p {
  font-size: 0.93rem;
}

#resources {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 176, 126, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(247, 239, 255, 0.34), rgba(255, 248, 238, 0.42));
}

.compare-preview-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.12), transparent 22rem),
    radial-gradient(circle at 88% 28%, rgba(187, 240, 221, 0.16), transparent 24rem),
    rgba(255, 253, 248, 0.78);
}

.compare-preview-section .split-heading {
  margin-bottom: 34px;
}

.compare-preview-section .comparison-grid {
  grid-template-columns: minmax(320px, 1.15fr) repeat(3, minmax(0, 0.86fr));
  align-items: stretch;
}

.compare-preview-section .comparison-grid article {
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
}

.compare-preview-section .comparison-grid article:not(.winner) {
  border-style: dashed;
}

.compare-preview-section .comparison-grid article:not(.winner) h3 {
  color: var(--primary);
}

.compare-preview-section .comparison-grid article:not(.winner) ul {
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: auto;
}

.compare-preview-section .comparison-grid article:not(.winner) li {
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.compare-preview-section .comparison-grid article:not(.winner) li::before {
  width: 8px;
  height: 8px;
  margin-top: 0.48em;
  background: rgba(77, 35, 111, 0.26);
  box-shadow: none;
}

.compare-preview-section .comparison-grid article:not(.winner) li::after {
  display: none;
}

.compare-preview-section .comparison-grid .winner {
  gap: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 212, 79, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(77, 35, 111, 0.96), rgba(36, 19, 53, 0.96));
}

.compare-preview-section .comparison-grid .winner h3 {
  color: #fffdf8;
  font-size: clamp(1.65rem, 2.3vw, 2.45rem);
}

.compare-preview-section .comparison-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 4px;
}

.compare-preview-section .comparison-grid li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.92rem;
  line-height: 1.25;
}

.compare-preview-section .comparison-grid li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--yellow), var(--peach));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.compare-preview-section .comparison-grid li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(-45deg);
}

#resources .resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#resources .resource-grid a {
  grid-template-rows: auto minmax(3.2em, auto) 1fr;
  min-height: 235px;
  overflow: hidden;
  background: #ffffff;
}

#resources .resource-grid a::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: rgba(255, 212, 79, 0.16);
  transition: transform 180ms ease;
}

#resources .resource-grid a:hover::after,
#resources .resource-grid a:focus-visible::after {
  transform: scale(1.15);
}

#resources .resource-grid a > span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.14), rgba(255, 212, 79, 0.28));
}

#resources .resource-grid :is(svg, .lni, svg[data-lucide], svg.lucide) {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  color: var(--primary);
  font-size: 1.28rem;
  fill: none;
  stroke: var(--primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#resources .resource-grid h3,
#resources .resource-grid p {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .switch-direction-panel {
    grid-template-columns: 1fr;
  }

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

  .switch-next-pages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .compare-preview-section .comparison-grid {
    grid-template-columns: 1fr;
  }

  .switch-next-pages .site-map-card {
    grid-template-columns: 1fr;
  }

  .switch-next-pages .site-map-icon {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .switch-direction-panel {
    margin-bottom: 38px;
    padding: 22px;
  }

  #resources .resource-grid {
    grid-template-columns: 1fr;
  }

  .switch-next-pages {
    grid-template-columns: 1fr;
  }

  .compare-preview-section .comparison-grid ul {
    grid-template-columns: 1fr;
  }
}

/* Home page background rhythm */
:root {
  --home-surface: #fffdf8;
  --home-surface-soft: #fff8ee;
  --home-surface-lilac: #f7efff;
  --home-surface-mint: #f1fbf6;
  --home-divider: rgba(77, 35, 111, 0.08);
  --home-glow-yellow: rgba(255, 212, 79, 0.14);
  --home-glow-peach: rgba(255, 176, 126, 0.13);
  --home-glow-mint: rgba(187, 240, 221, 0.16);
  --home-glow-lilac: rgba(77, 35, 111, 0.08);
}

.site-main {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 212, 79, 0.1), transparent 28rem),
    radial-gradient(circle at 92% 38%, rgba(187, 240, 221, 0.12), transparent 30rem),
    radial-gradient(circle at 18% 72%, rgba(255, 176, 126, 0.08), transparent 28rem),
    linear-gradient(180deg, #fffdf8 0%, #fff8ee 42%, #fffdf8 78%, #f8fff9 100%);
}

.site-main > .section {
  position: relative;
}

.hero-marquee-section {
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.92), rgba(255, 253, 248, 0.98));
}

#platform {
  background:
    radial-gradient(circle at 10% 12%, var(--home-glow-yellow), transparent 24rem),
    radial-gradient(circle at 92% 76%, var(--home-glow-lilac), transparent 24rem),
    linear-gradient(180deg, var(--home-surface) 0%, var(--home-surface-soft) 100%);
}

.integrated-section {
  background:
    radial-gradient(circle at 12% 18%, var(--home-glow-mint), transparent 25rem),
    radial-gradient(circle at 88% 28%, var(--home-glow-yellow), transparent 24rem),
    linear-gradient(180deg, var(--home-surface-soft) 0%, rgba(247, 239, 255, 0.72) 100%);
}

.workflow-section {
  background:
    radial-gradient(circle at 84% 12%, var(--home-glow-peach), transparent 22rem),
    linear-gradient(180deg, rgba(247, 239, 255, 0.72), var(--home-surface) 100%);
}

#solutions {
  background:
    radial-gradient(circle at 16% 14%, rgba(187, 240, 221, 0.12), transparent 22rem),
    linear-gradient(180deg, var(--home-surface) 0%, rgba(255, 248, 238, 0.86) 100%);
}

.testimonials-showcase-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 212, 79, 0.11), transparent 23rem),
    radial-gradient(circle at 88% 24%, rgba(77, 35, 111, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 248, 238, 0.86) 0%, var(--home-surface-lilac) 100%);
}

.pricing-preview-section {
  background:
    radial-gradient(circle at 14% 16%, var(--home-glow-yellow), transparent 23rem),
    radial-gradient(circle at 86% 18%, var(--home-glow-peach), transparent 24rem),
    linear-gradient(180deg, var(--home-surface-lilac) 0%, var(--home-surface-soft) 100%);
}

.compare-preview-section {
  background:
    radial-gradient(circle at 16% 22%, var(--home-glow-mint), transparent 24rem),
    radial-gradient(circle at 86% 18%, var(--home-glow-lilac), transparent 24rem),
    linear-gradient(180deg, var(--home-surface-soft) 0%, var(--home-surface) 100%);
}

#resources {
  background:
    radial-gradient(circle at 14% 20%, rgba(187, 240, 221, 0.15), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(255, 212, 79, 0.11), transparent 22rem),
    linear-gradient(180deg, var(--home-surface) 0%, var(--home-surface-mint) 100%);
}

.product-preview,
.integration-stage,
.workflow,
.solution-grid,
.testimonial-aleric-grid,
.single-price-grid,
.comparison-grid,
.resource-grid {
  position: relative;
  z-index: 1;
}

.tab-list button,
.preview-panel,
.flow-card,
.solution-grid article,
.single-price-card,
.price-addons article,
.comparison-grid article,
.resource-grid a {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

/* Home page emphasis pass */
.site-main > .section {
  border-top: 0;
  border-bottom: 0;
}

.site-main > .hero-marquee-section {
  background: transparent;
}

.site-main > .section:not(.section-hero):not(.hero-marquee-section):not(.integrated-section):not(#solutions):not(.compare-preview-section) {
  background: transparent;
}

.testimonials-showcase-section {
  background: transparent;
  background: url("../images/section-divider.webp") no-repeat center top !important;
  background-size: 100% cover !important;
}

#platform,
.workflow-section,
.pricing-preview-section,
#resources {
  background: transparent;
}

.testimonials-showcase-section {
  background: transparent;
}

.compare-preview-section {
  overflow: hidden;
  background: transparent;
}

#solutions::before,
.compare-preview-section::before {
  content: "";
  position: absolute;
  inset: 28px max(18px, calc((100vw - 1180px) / 2)) 28px;
  z-index: 0;
  pointer-events: none;
}

#solutions::after,
.compare-preview-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.integrated-section > .container,
#solutions > .container,
.compare-preview-section > .container {
  position: relative;
  z-index: 1;
}

.integrated-section {
  min-height: clamp(760px, 78vw, 980px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding-block: clamp(110px, 12vw, 170px);
}

.integrated-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.74) 0%, rgba(255, 253, 248, 0) 26%, rgba(255, 253, 248, 0) 72%, rgba(255, 253, 248, 0.72) 100%);
}

.integrated-section::after {
  content: "";
  position: absolute;
  inset: clamp(26px, 4vw, 54px);
  z-index: 0;
  border: 1px solid rgba(77, 35, 111, 0.08);
  border-radius: clamp(28px, 5vw, 64px);
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(90deg, rgba(77, 35, 111, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 35, 111, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(187, 240, 221, 0.36), transparent 28rem),
    radial-gradient(circle at 86% 28%, rgba(255, 212, 79, 0.24), transparent 30rem),
    radial-gradient(circle at 50% 92%, rgba(255, 176, 126, 0.14), transparent 34rem),
    linear-gradient(135deg, #f7fff9 0%, #fffdf8 44%, #f7efff 100%);
  background-size:
    76px 76px,
    76px 76px,
    auto,
    auto,
    auto,
    auto;
}

.integrated-section > .container {
  position: relative;
  z-index: 1;
}

.integrated-section .integration-stage {
  min-height: clamp(640px, 58vw, 760px);
}

#solutions {
}

#solutions::before {
  background:
    url("../images/background/grid-bottom.svg") center bottom / 100% auto no-repeat;
}

#solutions::after {
  left: max(18px, calc((100vw - 1180px) / 2));
  bottom: 7%;
  background: radial-gradient(circle, rgba(255, 212, 79, 0.22), transparent 66%);
}

.compare-preview-section {
  background: transparent;
}

.compare-preview-section::after {
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 8%;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.12), transparent 68%);
}

#solutions .solution-grid article,
.compare-preview-section .comparison-grid article {
  box-shadow: 0 18px 44px rgba(36, 19, 53, 0.08);
}

@media (max-width: 760px) {
  #solutions::before,
  .compare-preview-section::before {
    inset: 18px 12px;
    border-radius: 28px;
  }

  #solutions::after,
  .compare-preview-section::after {
    opacity: 0.65;
  }

  .integrated-section {
    min-height: auto;
    padding-block: 76px;
  }

  .integrated-section::after {
    inset: 16px 10px;
    border-radius: 28px;
  }
}

/* Workflow process feature */
.workflow-section {
  padding-block: clamp(88px, 9vw, 130px);
}

.workflow-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
}

.workflow-visual {
  position: sticky;
  top: 0;
  min-height: 560px;
  display: grid;
  align-content: start;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: clamp(26px, 4vw, 44px);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 212, 79, 0.34), transparent 23%),
    radial-gradient(circle at 18% 18%, rgba(187, 240, 221, 0.36), transparent 28%),
    linear-gradient(145deg, #fffdf8, #f7efff);
  box-shadow: 0 26px 70px rgba(36, 19, 53, 0.1);
}

.workflow-visual-badge {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workflow-visual-orbit {
  position: absolute;
  inset: 64px 38px auto;
  height: min(320px, 50%);
}

.workflow-visual-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(36, 19, 53, 0.08);
}

.workflow-visual-orbit span:nth-child(1) { left: 50%; top: 0; transform: translateX(-50%); }
.workflow-visual-orbit span:nth-child(2) { right: 0; top: 44%; }
.workflow-visual-orbit span:nth-child(3) { left: 50%; bottom: 0; transform: translateX(-50%); }
.workflow-visual-orbit span:nth-child(4) { left: 0; top: 44%; }

.workflow-visual strong,
.workflow-visual p {
  position: relative;
  z-index: 2;
}

.workflow-visual strong {
  display: block;
  max-width: 440px;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.02;
}

.workflow-visual p {
  max-width: 390px;
  margin-top: 16px;
  color: var(--muted);
}

.workflow-board .workflow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 0;
}

.workflow-board .flow-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  align-items: start;
  min-height: auto;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.workflow-board .flow-card > span {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--primary);
  color: #fffdf8;
}

.workflow-board .flow-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.workflow-board .flow-card p {
  margin: 0;
}

@media (max-width: 1080px) {
  .workflow-board {
    grid-template-columns: 1fr;
  }

  .workflow-visual {
    position: relative;
    top: auto;
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .workflow-visual {
    min-height: 420px;
  }

  .workflow-visual::before,
  .workflow-visual-orbit {
    display: none;
  }

  .workflow-visual::after {
    top: 82px;
    left: auto;
    right: 28px;
    width: 92px;
    height: 92px;
    background-size: 46px auto;
    transform: none;
  }

  .workflow-board .flow-card {
    grid-template-columns: 1fr;
  }

  .workflow-board .flow-card > span {
    grid-row: auto;
  }
}

/* Workflow timeline direction */
.workflow-section {
  background: transparent;
}

.workflow-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: start;
}

.workflow-copy {
  position: sticky;
  top: 118px;
  padding-top: 18px;
}

.workflow-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.96;
}

.workflow-copy p:not(.eyebrow) {
  max-width: 470px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 760;
  line-height: 1.38;
}

.workflow-copy .button {
  margin-top: 34px;
}

.workflow-timeline {
  position: relative;
  display: grid;
  gap: clamp(34px, 5vw, 58px);
  padding-left: 120px;
}

.workflow-timeline::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(77, 35, 111, 0.14) 9%, rgba(77, 35, 111, 0.14) 91%, transparent);
}

.workflow-timeline .flow-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.workflow-timeline .flow-card::before {
  content: "";
  position: absolute;
  left: -82px;
  top: 24px;
  width: 16px;
  height: 16px;
  border: 5px solid #fffdf8;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(77, 35, 111, 0.08);
}

.workflow-timeline .flow-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--orange);
  box-shadow: 0 16px 38px rgba(36, 19, 53, 0.08);
}

.workflow-timeline .flow-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-timeline .flow-card h3 {
  margin: 2px 0 10px;
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.08;
}

.workflow-timeline .flow-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 720;
  line-height: 1.38;
}

.workflow-timeline .flow-card:hover,
.workflow-timeline .flow-card:focus-visible {
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .workflow-feature {
    grid-template-columns: 1fr;
  }

  .workflow-copy {
    position: relative;
    top: auto;
  }

  .workflow-copy h2 {
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .workflow-timeline {
    gap: 28px;
    padding-left: 0;
  }

  .workflow-timeline::before,
  .workflow-timeline .flow-card::before {
    display: none;
  }

  .workflow-timeline .flow-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .workflow-timeline .flow-icon {
    width: 48px;
    height: 48px;
  }

  .workflow-copy h2 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }
}

/* Workflow dashboard direction */
.workflow-feature {
  align-items: center;
}

.workflow-copy {
  position: relative;
  top: auto;
}

.workflow-copy h2 {
  max-width: 12ch;
}

.workflow-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 212, 79, 0.22), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(187, 240, 221, 0.24), transparent 24rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 26px 70px rgba(36, 19, 53, 0.08);
}

.workflow-dashboard::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(90deg, rgba(77, 35, 111, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 35, 111, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.workflow-dashboard .flow-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 34px rgba(36, 19, 53, 0.055);
}

.workflow-dashboard .workflow-primary {
  grid-column: 1 / -1;
  min-height: 230px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 212, 79, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(77, 35, 111, 0.96), rgba(36, 19, 53, 0.96));
  color: #fffdf8;
}

.workflow-dashboard .workflow-primary h3 {
  color: #fffdf8;
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.workflow-dashboard .workflow-primary p:not(.badge) {
  color: rgba(255, 253, 248, 0.78);
}

.workflow-dashboard .workflow-primary .badge {
  margin: 0 0 14px;
  background: rgba(255, 255, 255, 0.13);
  color: var(--yellow);
}

.workflow-dashboard .flow-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(135deg, rgba(77, 35, 111, 0.12), rgba(255, 212, 79, 0.25));
  color: var(--primary);
}

.workflow-dashboard .workflow-primary .flow-icon {
  width: 64px;
  height: 64px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
  color: var(--yellow);
}

.workflow-dashboard .flow-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-dashboard .flow-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.workflow-dashboard .flow-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.workflow-dashboard .flow-card:hover,
.workflow-dashboard .flow-card:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.085);
}

.workflow-dashboard .workflow-primary:hover,
.workflow-dashboard .workflow-primary:focus-visible {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 212, 79, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(77, 35, 111, 0.98), rgba(36, 19, 53, 0.98));
}

@media (max-width: 1080px) {
  .workflow-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .workflow-dashboard {
    grid-template-columns: 1fr;
  }

  .workflow-dashboard .flow-card,
  .workflow-dashboard .workflow-primary {
    min-height: auto;
  }
}

/* Workflow app accordion direction */
.workflow-section {
  padding-block: clamp(90px, 10vw, 150px);
}

.workflow-app-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.workflow-app-media {
  position: relative;
  min-height: clamp(500px, 54vw, 700px);
  display: grid;
  place-items: center;
  overflow: visible;
  perspective: 1200px;
}

.workflow-app-media::before {
  content: "";
  position: absolute;
  inset: 10% 6% 8% 0;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(77, 35, 111, 0.14), rgba(255, 212, 79, 0.18)),
    repeating-linear-gradient(135deg, rgba(77, 35, 111, 0.1) 0 1px, transparent 1px 20px);
  box-shadow: 0 28px 70px rgba(36, 19, 53, 0.12);
  transform: rotate(-7deg) translateX(-4%);
}

.workflow-app-media::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5%;
  bottom: 8%;
  width: min(72%, 420px);
  height: 26%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.18), transparent 68%);
  filter: blur(10px);
  transform: rotate(-8deg);
}

.workflow-app-media picture {
  position: relative;
  z-index: 1;
  width: min(78%, 430px);
  display: block;
  border-radius: 34px;
  background: #fffdf8;
  box-shadow:
    0 34px 80px rgba(36, 19, 53, 0.22),
    0 0 0 10px rgba(255, 253, 248, 0.84);
  transform: rotate(-8deg) rotateY(9deg) translateX(-2%);
  transform-origin: 50% 64%;
}

.workflow-app-media picture::before,
.workflow-app-media picture::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 42px rgba(36, 19, 53, 0.1);
}

.workflow-app-media picture::before {
  inset: 10% -12% auto auto;
  width: 46%;
  height: 34%;
  transform: rotate(13deg);
}

.workflow-app-media picture::after {
  inset: auto auto 12% -13%;
  width: 38%;
  height: 28%;
  transform: rotate(10deg);
}

.workflow-app-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.workflow-phone-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  background: #fff;
}

.workflow-app-copy {
  max-width: 640px;
}

.workflow-app-copy h2 {
  margin: 0;
  line-height: 0.98;
}

.workflow-app-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.4;
}

.workflow-accordion {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.workflow-accordion summary {
  gap: 14px;
  min-height: 64px;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.workflow-accordion summary span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(77, 35, 111, 0.1);
  color: var(--primary);
  font-size: 0.8rem;
}

.workflow-accordion details[open] summary span {
  background: var(--primary);
  color: #fffdf8;
}

.workflow-accordion details p {
  margin: -4px 20px 20px 70px;
  color: var(--muted);
  line-height: 1.45;
}

details .details-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 280ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

details[open] .details-panel,
details.is-open .details-panel {
  opacity: 1;
  transform: translateY(0);
}

details summary {
  cursor: pointer;
}

details summary::marker {
  content: "";
}

details summary::-webkit-details-marker {
  display: none;
}

.workflow-accordion details,
.nonprofit-faq-list details {
  border: 1px solid rgba(77, 35, 111, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 248, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 16px 34px rgba(36, 19, 53, 0.06);
  overflow: hidden;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.workflow-accordion details:hover,
.nonprofit-faq-list details:hover {
  border-color: rgba(77, 35, 111, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 40px rgba(36, 19, 53, 0.08);
}

.workflow-accordion details[open],
.workflow-accordion details.is-open,
.nonprofit-faq-list details[open],
.nonprofit-faq-list details.is-open {
  border-color: rgba(77, 35, 111, 0.26);
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 212, 79, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 255, 255, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 22px 48px rgba(36, 19, 53, 0.095);
}

.workflow-accordion summary,
.nonprofit-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 22px;
  color: var(--ink);
  font-family: "Funnel Display", "Nunito Sans", sans-serif;
  font-weight: 900;
  line-height: 1.18;
  list-style: none;
  outline: none;
}

.workflow-accordion summary:focus-visible,
.nonprofit-faq-list summary:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(77, 35, 111, 0.18);
}

.workflow-accordion summary::after,
.nonprofit-faq-list summary::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: var(--primary);
  transform: translateY(-2px) rotate(45deg);
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.workflow-accordion details[open] summary::after,
.workflow-accordion details.is-open summary::after,
.nonprofit-faq-list details[open] summary::after,
.nonprofit-faq-list details.is-open summary::after {
  transform: translateY(2px) rotate(-135deg);
}

@media (max-width: 1080px) {
  .workflow-app-feature {
    grid-template-columns: 1fr;
  }

  .workflow-app-media {
    min-height: 560px;
    max-width: 620px;
  }

  .workflow-app-copy h2 {
    max-width: 13ch;
  }
}

@media (max-width: 760px) {
  .workflow-app-media {
    min-height: 430px;
  }

  .workflow-app-media::before {
    inset: 12% 2% 10%;
    border-radius: 30px;
  }

  .workflow-app-media picture {
    width: min(78%, 330px);
    transform: rotate(-6deg) rotateY(0deg);
  }

  .workflow-phone-frame {
    width: min(300px, 78%);
    transform: rotate(-2deg);
  }

  .workflow-accordion details p {
    margin-left: 20px;
  }
}

/* Feature family proof of concept */
.feature-family-page {
  background:
    radial-gradient(circle at 12% 7%, rgba(255, 214, 112, 0.22), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(123, 211, 181, 0.2), transparent 30%),
    var(--cream);
}

.core-hero-section {
  padding-top: clamp(72px, 9vw, 128px);
  overflow: hidden;
}

.core-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
}

.core-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.core-hero-copy .hero-text {
  max-width: 710px;
}

.core-command-center {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 238, 0.78)),
    radial-gradient(circle at 82% 18%, rgba(112, 84, 255, 0.14), transparent 36%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 30px 80px rgba(42, 28, 60, 0.14);
  transform: rotate(1.25deg);
}

.core-command-center::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(32, 25, 45, 0.14);
  border-radius: 24px;
  pointer-events: none;
}

.core-command-top,
.core-profile-row,
.core-status-grid,
.core-activity-list {
  position: relative;
  z-index: 1;
}

.core-command-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.core-command-top strong {
  font-family: var(--display-font);
  font-size: 1.15rem;
}

.core-profile-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(36, 19, 53, 0.08);
}

.core-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  aspect-ratio: 1;
  border-radius: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: var(--ink);
  background: var(--yellow);
}

.core-avatar :is(.lni, svg[data-lucide], svg.lucide) {
  font-size: 1.55rem;
  line-height: 1;
  width: 58px;
  height: 58px;
  box-sizing: border-box;
  padding: 14px;
}

.core-profile-row > div {
  min-width: 0;
}

.core-profile-row strong,
.core-profile-row span {
  display: block;
}

.core-profile-row span {
  color: var(--muted);
  font-size: 0.94rem;
}

.core-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.core-status-grid span {
  min-height: 92px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 19, 53, 0.08);
  color: var(--muted);
}

.core-status-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 1.35rem;
}

.core-flow-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.core-flow-line::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--mint), var(--sky));
}

.core-flow-line span {
  position: relative;
  z-index: 1;
  width: 14px;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 8px rgba(32, 25, 45, 0.08);
}

.core-activity-list {
  display: grid;
  gap: 10px;
}

.core-activity-list p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  font-weight: 800;
}

.core-activity-list :is(.lni, svg[data-lucide], svg.lucide) {
  color: var(--green);
  font-size: 1.1rem;
}

.core-anchor-strip {
  position: sticky;
  top: 84px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(36, 19, 53, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 36px rgba(36, 19, 53, 0.08);
  backdrop-filter: blur(16px);
}

.core-anchor-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 248, 238, 0.84);
  font-weight: 900;
  font-size: 0.9rem;
}

.core-anchor-strip a:hover,
.core-anchor-strip a:focus-visible {
  background: var(--yellow);
  transform: translateY(-1px);
}

.core-intro-heading {
  align-items: end;
}

.core-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.core-proof-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(36, 19, 53, 0.08);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.07);
}

.core-proof-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--mint);
  box-sizing: border-box;
  color: var(--primary);
  flex-shrink: 0;
  overflow: hidden;
}

.core-proof-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke-width: 1.5;
}

.core-proof-grid strong {
  font-family: var(--display-font);
  font-size: 1.35rem;
}

.core-proof-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.core-feature-section {
  scroll-margin-top: 130px;
}

.core-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.6fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.core-feature-row.reverse {
  grid-template-columns: minmax(320px, 0.6fr) minmax(0, 0.95fr);
}

.core-feature-row.reverse .core-feature-copy {
  order: 2;
}

.core-feature-copy {
  display: grid;
  gap: 16px;
}

.core-feature-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.core-feature-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.core-step {
  display: inline-grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: var(--ink);
  color: #ffffff;
  font-family: var(--display-font);
  font-weight: 900;
}

.core-feature-card,
.core-approval-stack,
.core-renewal-meter,
.core-record-card,
.core-permission-grid,
.core-tag-cloud {
  min-height: 320px;
  border-radius: 30px;
  border: 1px solid rgba(36, 19, 53, 0.08);
  box-shadow: 0 24px 60px rgba(36, 19, 53, 0.1);
}

.core-feature-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.86), transparent 42%),
    var(--yellow);
}

.core-feature-card :is(.lni, svg[data-lucide], svg.lucide) {
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 32px;
  background: #ffffff;
  font-size: 2.4rem;
  box-shadow: 0 18px 34px rgba(36, 19, 53, 0.12);
  box-sizing: border-box;
  padding: 24px;
}

.core-feature-card strong,
.core-renewal-meter strong,
.core-record-card strong {
  font-family: var(--display-font);
  font-size: 2rem;
}

.core-feature-card span,
.core-renewal-meter p,
.core-record-card span {
  color: var(--muted);
  font-weight: 800;
}

.core-approval-stack {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 28px;
  background: linear-gradient(145deg, #ffffff, #f5fff7);
}

.core-approval-stack article {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(36, 19, 53, 0.08);
}

.core-approval-stack span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.core-approval-stack strong {
  font-family: var(--display-font);
  font-size: 1.4rem;
}

.core-renewal-meter {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  background: linear-gradient(145deg, #fff8ee, #ffffff);
}

.core-renewal-meter > span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.core-renewal-meter strong {
  font-size: clamp(4rem, 8vw, 6.5rem);
  line-height: 0.9;
}

.core-renewal-meter div {
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 19, 53, 0.08);
}

.core-renewal-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow), var(--green));
}

.core-record-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  background: #ffffff;
}

.core-record-card span {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--cream);
}

.core-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.86));
}

.core-permission-grid span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border-radius: 20px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(36, 19, 53, 0.07);
}

.core-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 12px;
  padding: 28px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 214, 112, 0.28), transparent 34%),
    radial-gradient(circle at 76% 70%, rgba(123, 211, 181, 0.26), transparent 36%),
    #ffffff;
}

.core-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
}

.core-tag-cloud span:nth-child(2n) {
  background: var(--yellow);
  color: var(--ink);
}

.core-tag-cloud span:nth-child(3n) {
  background: var(--mint);
  color: var(--ink);
}

.core-connected-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 214, 112, 0.28), transparent 28%),
    linear-gradient(135deg, #20192d, #35244c);
  box-shadow: 0 30px 80px rgba(36, 19, 53, 0.18);
}

.core-connected-panel .eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.core-connected-panel h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.core-connected-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.72;
}

.core-connected-map {
  position: relative;
  min-height: 360px;
}

.core-connected-map strong {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 168px;
  aspect-ratio: 1;
  padding: 20px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  text-align: center;
  transform: translate(-50%, -50%);
}

.core-connected-map span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 900;
}

.core-connected-map span:nth-child(1) { left: 8%; top: 10%; }
.core-connected-map span:nth-child(2) { right: 8%; top: 18%; }
.core-connected-map span:nth-child(3) { right: 4%; bottom: 18%; }
.core-connected-map span:nth-child(4) { left: 10%; bottom: 14%; }
.core-connected-map span:nth-child(5) { left: 50%; top: 2%; transform: translateX(-50%); }

@media (max-width: 980px) {
  .core-hero-grid,
  .core-feature-row,
  .core-feature-row.reverse,
  .core-connected-panel {
    grid-template-columns: 1fr;
  }

  .core-feature-row.reverse .core-feature-copy {
    order: 0;
  }

  .core-command-center {
    transform: none;
  }

  .core-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .core-anchor-strip {
    position: relative;
    top: auto;
    justify-content: flex-start;
  }

  .core-anchor-strip a {
    width: 100%;
    justify-content: center;
  }

  .core-status-grid,
  .core-permission-grid {
    grid-template-columns: 1fr;
  }

  .core-feature-card,
  .core-approval-stack,
  .core-renewal-meter,
  .core-record-card,
  .core-permission-grid,
  .core-tag-cloud {
    min-height: auto;
  }

  .core-connected-map {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .core-connected-map strong,
  .core-connected-map span,
  .core-connected-map span:nth-child(n) {
    position: static;
    transform: none;
  }

  .core-connected-map strong {
    width: 100%;
    aspect-ratio: auto;
    min-height: 72px;
    border-radius: 22px;
  }
}

/* Core Operations page refinements */
.core-operations-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(123, 211, 181, 0.14), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(239, 247, 255, 0.9), transparent 32%),
    #fffdf8;
}

.core-operations-page .section-alt {
  background: transparent;
}

.core-hero-section {
  padding-top: clamp(56px, 7vw, 96px);
}

.core-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 76px);
}

.core-hero-copy h1 {
  max-width: 15ch;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.core-hero-copy .hero-text {
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.65;
}

.core-command-center {
  transform: none;
}

.core-command-top {
  align-items: flex-start;
}

.core-anchor-strip {
  top: 76px;
}

.core-intro-heading h2,
.core-feature-copy h2,
.core-connected-panel h2 {
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  line-height: 1.04;
}

.core-intro-heading {
  align-items: start;
}

.core-proof-grid {
  align-items: stretch;
}

.core-feature-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.core-feature-section#membership-management {
  background: #f7fbff;
}

.core-feature-section#applications-approvals {
  background: #fffdf8;
}

.core-feature-section#renewals {
  background: #f8fbf6;
}

.core-feature-section#member-records {
  background: #ffffff;
}

.core-feature-section#role-based-access {
  background: #f6f4ff;
}

.core-feature-section#custom-fields-tags {
  background: #fff8f2;
}

.core-feature-row,
.core-feature-row.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  align-items: center;
}

.core-feature-row.reverse {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 0.92fr);
}

.core-feature-copy {
  align-content: center;
}

.core-feature-copy > p:not(.eyebrow) {
  max-width: 700px;
  font-size: 1.02rem;
}

.core-step {
  width: 48px;
  border-radius: 15px;
  background: rgba(32, 25, 45, 0.92);
}

.core-screenshot-slot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: auto;
  /* aspect-ratio: 0.8 / 1; */
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(36, 19, 53, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  box-shadow: 0 24px 60px rgba(36, 19, 53, 0.09);
  cursor: zoom-in;
}

.core-screenshot-slot::before {
  content: none;
}

.core-screenshot-slot::after {
  content: none;
}

.core-screenshot-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center top;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(36, 19, 53, 0.08);
}

.core-screenshot-slot:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--feature-accent, var(--primary)) 28%, white);
  outline-offset: 4px;
}

.screenshot-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 32px);
  background: rgba(17, 12, 24, 0.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.screenshot-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 180ms ease;
}

.screenshot-modal__backdrop {
  position: absolute;
  inset: 0;
}

.screenshot-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 1400px);
  max-height: 92vh;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 249, 240, 0.96));
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.34);
}

.screenshot-modal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.screenshot-modal__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.1;
}

.screenshot-modal__close {
  appearance: none;
  border: 0;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(36, 19, 53, 0.12);
  cursor: pointer;
}

.screenshot-modal__close svg {
  width: 20px;
  height: 20px;
}

.screenshot-modal__close span {
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(-1px);
}

.screenshot-modal__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: #fffdf8;
  border: 1px solid rgba(36, 19, 53, 0.08);
  max-height: calc(92vh - 76px);
}

.screenshot-modal__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(92vh - 76px);
  object-fit: contain;
}

body.modal-open {
  overflow: hidden;
}

.core-connected-section {
  background: #fffdf8;
}

.core-connected-section .eyebrow {
  color: var(--primary);
}

.core-operations-page .core-connected-section .eyebrow {
  color: rgba(255, 255, 255, 0.9);
}

.core-connected-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
}

@media (max-width: 980px) {
  .core-hero-grid,
  .core-feature-row,
  .core-feature-row.reverse,
  .core-connected-panel {
    grid-template-columns: 1fr;
  }

  .core-feature-row.reverse .core-feature-copy {
    order: 0;
  }
}

@media (max-width: 680px) {
  .core-hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }

  .core-intro-heading h2,
  .core-feature-copy h2,
  .core-connected-panel h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .core-screenshot-slot {
    aspect-ratio: auto;
    min-height: 360px;
  }
}

/* Distinct feature-page identities */
body[data-nav-group="features"] .button.primary {
  box-shadow: 0 14px 30px rgba(77, 35, 111, 0.18);
}

.feature-family-page {
  --feature-hero-a: #fffdf8;
  --feature-hero-b: #eff7ff;
  --feature-hero-c: #ffe7c8;
  --feature-accent: var(--primary);
  --feature-accent-2: var(--green);
  --feature-rotate: 0deg;
}

.feature-family-page .core-hero-section {
  position: relative;
  margin: clamp(18px, 3vw, 36px) auto 0;
  padding-block: clamp(60px, 8vw, 108px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--feature-hero-a) 82%, white), color-mix(in srgb, var(--feature-hero-b) 86%, white)),
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--feature-hero-c) 60%, transparent), transparent 34%);
}

.feature-family-page .core-hero-copy .eyebrow {
  color: color-mix(in srgb, var(--feature-accent) 76%, var(--ink));
}

.feature-family-page .core-command-center {
  transform: rotate(var(--feature-rotate));
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), color-mix(in srgb, var(--feature-hero-b) 56%, white)),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--feature-accent) 18%, transparent), transparent 36%);
}

.feature-family-page .core-avatar,
.feature-family-page .core-step,
.feature-family-page .core-command-top .pill {
  background: var(--feature-accent);
  color: #fffdf8;
}

.feature-family-page .core-command-top {
  display: none;
}

.feature-family-page .core-avatar {
  display: flex;
}

.feature-family-page .core-avatar .lni {
  display: flex;
  align-self: center;
}

.feature-family-page .core-flow-line::before {
  background: linear-gradient(90deg, var(--feature-accent), var(--feature-accent-2), var(--feature-hero-c));
}

.feature-family-page .core-proof-icon {
  background: color-mix(in srgb, var(--feature-accent-2) 62%, white);
}

.core-operations-page {
  --feature-hero-a: #f5fff7;
  --feature-hero-b: #fff8ee;
  --feature-hero-c: #ffd670;
  --feature-accent: #2f8f6f;
  --feature-accent-2: #ffd670;
  --feature-rotate: -1deg;
}

.certifications-academy-page {
  --feature-hero-a: #fff7e6;
  --feature-hero-b: #f1f7ff;
  --feature-hero-c: #ffb66f;
  --feature-accent: #b65f1c;
  --feature-accent-2: #356ec8;
  --feature-rotate: 0.6deg;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 214, 112, 0.12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(191, 230, 255, 0.72), transparent 32%),
    #fffdf8;
}

.certifications-academy-page .core-command-center {
  border-radius: 34px 18px 34px 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), #fff7e6),
    repeating-linear-gradient(135deg, rgba(182, 95, 28, 0.07) 0 1px, transparent 1px 18px);
}

.revenue-finance-page {
  --feature-hero-a: #fff8ee;
  --feature-hero-b: #eff7ff;
  --feature-hero-c: #7bd3b5;
  --feature-accent: #8a4d18;
  --feature-accent-2: #2f8f6f;
  --feature-rotate: 1.2deg;
}

.revenue-finance-page .core-command-center {
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(13, 78, 61, 0.98), rgba(31, 111, 155, 0.92)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 34%);
  color: #fffdf8;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.engagement-page {
  --feature-hero-a: #f6f4ff;
  --feature-hero-b: #fffdf8;
  --feature-hero-c: #ffb7a1;
  --feature-accent: #6f54d9;
  --feature-accent-2: #f08f77;
  --feature-rotate: -0.4deg;
}

.engagement-page .core-command-center {
  border-radius: 38px 22px 38px 22px;
}

.events-scheduling-page {
  --feature-hero-a: #eff7ff;
  --feature-hero-b: #fff7db;
  --feature-hero-c: #7bd3b5;
  --feature-accent: #1f6f9b;
  --feature-accent-2: #d99f1f;
  --feature-rotate: 0.8deg;
}

.events-scheduling-page .core-command-center {
  border-radius: 26px;
}

.reporting-control-page {
  --feature-hero-a: #f3f1ff;
  --feature-hero-b: #f7fbff;
  --feature-hero-c: #ffd670;
  --feature-accent: #4d236f;
  --feature-accent-2: #1f6f9b;
  --feature-rotate: -0.8deg;
}

.reporting-control-page .core-command-center {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), #f5f8ff),
    repeating-linear-gradient(0deg, rgba(77, 35, 111, 0.04) 0 1px, transparent 1px 18px);
}

.revenue-finance-page .core-command-center {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  border-left: 12px solid var(--feature-accent);
}

.revenue-finance-page .core-command-top,
.revenue-finance-page .core-profile-row,
.revenue-finance-page .core-flow-line,
.revenue-finance-page .core-activity-list {
  grid-column: 1 / -1;
}

.revenue-finance-page .core-status-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.revenue-finance-page .core-status-grid span {
  min-height: 128px;
  border-radius: 12px;
  border-top: 5px solid color-mix(in srgb, var(--feature-accent) 72%, white);
}

.revenue-finance-page .core-command-top strong,
.revenue-finance-page .core-profile-row strong,
.revenue-finance-page .core-profile-row span,
.revenue-finance-page .core-status-grid span,
.revenue-finance-page .core-activity-list p {
  color: #fffdf8;
}

.revenue-finance-page .core-profile-row,
.revenue-finance-page .core-status-grid span,
.revenue-finance-page .core-activity-list p {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.revenue-finance-page .core-profile-row {
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.revenue-finance-page .core-status-grid strong {
  color: #fffdf8;
}

.revenue-finance-page .core-flow-line::before {
  background: linear-gradient(90deg, rgba(255, 215, 112, 0.92), rgba(123, 211, 181, 0.92), rgba(191, 230, 255, 0.92));
}

.revenue-finance-page .core-flow-line span {
  background: #fffdf8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
}

.revenue-finance-page .core-activity-list :is(svg[data-lucide], svg.lucide) {
  color: #ffe08a;
}

.engagement-page .core-command-center {
  gap: 12px;
  background:
    linear-gradient(145deg, #f9f7ff, #ffffff),
    radial-gradient(circle at 18% 18%, rgba(111, 84, 217, 0.18), transparent 34%);
}

.engagement-page .core-status-grid {
  grid-template-columns: 1fr;
}

.engagement-page .core-status-grid span,
.engagement-page .core-activity-list p {
  min-height: 0;
  border-radius: 18px;
  transform: rotate(-1deg);
}

.engagement-page .core-status-grid span:nth-child(even),
.engagement-page .core-activity-list p:nth-child(even) {
  transform: rotate(1deg);
}

.events-scheduling-page .core-command-center {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 14px;
  background:
    linear-gradient(90deg, #f7fbff 0 44%, #1f6f9b 44% 100%);
}

.events-scheduling-page .core-command-top,
.events-scheduling-page .core-profile-row {
  grid-column: 1 / -1;
}

.events-scheduling-page .core-status-grid {
  grid-template-columns: 1fr;
}

.events-scheduling-page .core-activity-list {
  align-content: center;
}

.events-scheduling-page .core-flow-line {
  grid-row: span 2;
  grid-template-columns: 1fr;
  height: 100%;
  padding: 0 14px;
}

.events-scheduling-page .core-flow-line::before {
  top: 8px;
  bottom: 8px;
  left: 50%;
  right: auto;
  width: 2px;
  height: auto;
}

.reporting-control-page .core-command-center {
  grid-template-columns: 1fr;
  border-radius: 18px;
}

.reporting-control-page .core-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reporting-control-page .core-status-grid span {
  min-height: 150px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(77, 35, 111, 0.04), rgba(31, 111, 155, 0.12)),
    #ffffff;
}

.reporting-control-page .core-status-grid span::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(32px, 6vw, 76px);
  margin-bottom: 14px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, var(--feature-accent-2), var(--feature-accent));
}

.core-operations-page:not(.certifications-academy-page):not(.revenue-finance-page):not(.engagement-page):not(.events-scheduling-page):not(.reporting-control-page) .core-command-center {
  box-shadow: 18px -18px 0 rgba(255, 212, 79, 0.28), 0 30px 80px rgba(42, 28, 60, 0.14);
}

/* Restore feature hero previews to a consistent, elevated product-card standard. */
.feature-family-page .core-command-center,
.certifications-academy-page .core-command-center,
.revenue-finance-page .core-command-center,
.engagement-page .core-command-center,
.events-scheduling-page .core-command-center,
.reporting-control-page .core-command-center {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  transform: rotate(var(--feature-rotate));
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-left: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--feature-hero-b) 50%, white)),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--feature-accent) 16%, transparent), transparent 36%);
  box-shadow: 0 34px 86px rgba(42, 28, 60, 0.16);
  color: var(--ink);
}

.certifications-academy-page .core-hero-section {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--feature-hero-a) 82%, white), color-mix(in srgb, var(--feature-hero-b) 86%, white)),
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--feature-hero-c) 60%, transparent), transparent 34%);
  color: var(--ink);
}

.certifications-academy-page .core-hero-copy .eyebrow {
  color: color-mix(in srgb, var(--feature-accent) 76%, var(--ink));
}

.certifications-academy-page .core-hero-copy .hero-text {
  color: var(--muted);
}

.certifications-academy-page .core-command-center {
  box-shadow: 18px -18px 0 color-mix(in srgb, var(--feature-hero-c) 32%, transparent), 0 34px 86px rgba(42, 28, 60, 0.16);
}

.certifications-academy-page .section-alt {
  background: transparent;
}

.certifications-academy-page .core-feature-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.certifications-academy-page .core-feature-section#requirements {
  background: #f7fbff;
}

.certifications-academy-page .core-feature-section#learning-modules {
  background: #fffdf8;
}

.certifications-academy-page .core-feature-section#exams-quizzes {
  background: #f8fbf6;
}

.certifications-academy-page .core-feature-section#certificates {
  background: #ffffff;
}

.certifications-academy-page .core-feature-section#renewals-ce {
  background: #fff8f2;
}

.certifications-academy-page .core-feature-section#approvals {
  background: #f6f4ff;
}

.certifications-academy-page .core-status-grid {
  grid-template-columns: 1fr;
}

.certifications-academy-page .core-status-grid span {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
}

.certifications-academy-page .core-status-grid strong {
  margin: 0;
}

.feature-family-page .core-command-top,
.feature-family-page .core-profile-row,
.feature-family-page .core-flow-line,
.feature-family-page .core-activity-list,
.revenue-finance-page .core-command-top,
.revenue-finance-page .core-profile-row,
.revenue-finance-page .core-flow-line,
.revenue-finance-page .core-activity-list {
  grid-column: auto;
}

.feature-family-page .core-status-grid,
.certifications-academy-page .core-status-grid,
.revenue-finance-page .core-status-grid,
.engagement-page .core-status-grid,
.events-scheduling-page .core-status-grid,
.reporting-control-page .core-status-grid {
  grid-column: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-family-page .core-status-grid span,
.certifications-academy-page .core-status-grid span,
.revenue-finance-page .core-status-grid span,
.engagement-page .core-status-grid span,
.events-scheduling-page .core-status-grid span,
.reporting-control-page .core-status-grid span {
  display: block;
  min-height: 92px;
  border-radius: 18px;
  transform: none;
  border-top: 1px solid rgba(36, 19, 53, 0.08);
}

.feature-family-page .core-status-grid strong,
.certifications-academy-page .core-status-grid strong {
  margin-bottom: 6px;
}

.revenue-finance-page .core-command-center {
  background:
    linear-gradient(145deg, rgba(13, 78, 61, 0.98), rgba(31, 111, 155, 0.92)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 34%);
  color: #fffdf8;
  border-color: rgba(255, 255, 255, 0.14);
}

.revenue-finance-page .core-command-top strong,
.revenue-finance-page .core-profile-row strong,
.revenue-finance-page .core-profile-row span,
.revenue-finance-page .core-status-grid span,
.revenue-finance-page .core-activity-list p {
  color: #fffdf8;
}

.revenue-finance-page .core-profile-row,
.revenue-finance-page .core-status-grid span,
.revenue-finance-page .core-activity-list p {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

.revenue-finance-page .core-profile-row {
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.revenue-finance-page .core-status-grid strong {
  color: #fffdf8;
}

.revenue-finance-page .core-flow-line::before {
  background: linear-gradient(90deg, rgba(255, 215, 112, 0.92), rgba(123, 211, 181, 0.92), rgba(191, 230, 255, 0.92));
}

.revenue-finance-page .core-flow-line span {
  background: #fffdf8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
}

.revenue-finance-page .core-activity-list :is(svg[data-lucide], svg.lucide) {
  color: #ffe08a;
}

.reporting-control-page .core-status-grid span::before {
  content: none;
}

.events-scheduling-page .core-flow-line {
  grid-row: auto;
  grid-template-columns: repeat(4, 1fr);
  height: auto;
  padding: 4px 0;
}

.events-scheduling-page .core-flow-line::before {
  top: 50%;
  bottom: auto;
  left: 8px;
  right: 8px;
  width: auto;
  height: 2px; 
}

.engagement-page .core-activity-list p {
  transform: none;
}

.core-anchor-strip {
  counter-reset: anchor-link;
  gap: 12px;
  justify-content: flex-start;
  padding: 24px 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(36, 19, 53, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 238, 0.9)),
    linear-gradient(90deg, rgba(77, 35, 111, 0.06), transparent);
  box-shadow: 0 20px 44px rgba(36, 19, 53, 0.12);
  overflow: hidden;
}

.core-anchor-strip::before {
  content: "Jump to";
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--ink);
  color: #fffdf8;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.core-anchor-strip::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background:
    linear-gradient(90deg, var(--feature-accent), var(--feature-accent-2), var(--feature-hero-c));
  opacity: 0.9;
}

.core-anchor-strip a {
  counter-increment: anchor-link;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px 0 10px;
  border-radius: 14px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(36, 19, 53, 0.07);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.core-anchor-strip a::before {
  content: counter(anchor-link, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 9px;
  background: color-mix(in srgb, var(--feature-accent, var(--primary)) 16%, white);
  color: color-mix(in srgb, var(--feature-accent, var(--primary)) 84%, var(--ink));
  font-size: 0.72rem;
  font-weight: 900;
}

.core-anchor-strip a:hover,
.core-anchor-strip a:focus-visible {
  border-color: color-mix(in srgb, var(--feature-accent, var(--primary)) 34%, transparent);
  background: color-mix(in srgb, var(--feature-hero-c, var(--yellow)) 28%, white);
  box-shadow: 0 16px 34px rgba(36, 19, 53, 0.12);
}

body[data-page="memberships"] .page-hero,
body[data-page="payments"] .page-hero,
body[data-page="events"] .page-hero,
body[data-page="communication"] .page-hero,
body[data-page="reporting"] .page-hero,
body[data-page="integrations"] .page-hero {
  --legacy-hero-a: #fffdf8;
  --legacy-hero-b: #eff7ff;
  --legacy-accent: var(--primary);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--legacy-hero-a) 84%, white), color-mix(in srgb, var(--legacy-hero-b) 84%, white));
}

body[data-page="memberships"] .page-hero::before,
body[data-page="payments"] .page-hero::before,
body[data-page="events"] .page-hero::before,
body[data-page="communication"] .page-hero::before,
body[data-page="reporting"] .page-hero::before,
body[data-page="integrations"] .page-hero::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: 18%;
  width: clamp(220px, 32vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 34px solid color-mix(in srgb, var(--legacy-accent) 14%, transparent);
}

body[data-page="memberships"] .page-hero { --legacy-hero-a: #f5fff7; --legacy-hero-b: #fff8ee; --legacy-accent: #2f8f6f; }
body[data-page="payments"] .page-hero { --legacy-hero-a: #fff8ee; --legacy-hero-b: #eff7ff; --legacy-accent: #8a4d18; }
body[data-page="events"] .page-hero { --legacy-hero-a: #eff7ff; --legacy-hero-b: #fff7db; --legacy-accent: #1f6f9b; }
body[data-page="communication"] .page-hero { --legacy-hero-a: #f6f4ff; --legacy-hero-b: #fffdf8; --legacy-accent: #6f54d9; }
body[data-page="reporting"] .page-hero { --legacy-hero-a: #f3f1ff; --legacy-hero-b: #f7fbff; --legacy-accent: #4d236f; }
body[data-page="integrations"] .page-hero { --legacy-hero-a: #fffdf8; --legacy-hero-b: #f5fff7; --legacy-accent: #2f8f6f; }
body[data-page="member-app"] .page-hero { --legacy-hero-a: #f6f4ff; --legacy-hero-b: #fff8ee; --legacy-accent: #6f54d9; }

body[data-page="member-app"] .page-hero {
  padding-top: clamp(74px, 8vw, 116px);
  padding-bottom: clamp(68px, 8vw, 112px);
}

.member-app-hero {
  padding-top: 0 !important;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 212, 79, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(187, 240, 221, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 239, 255, 0.66));
}

.member-app-hero-grid h1 {
  max-width: 13.5ch;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.member-app-hero-grid .hero-text {
  max-width: 56ch;
}

body[data-page="member-app"] .member-app-hero-stage {
  position: relative;
  min-height: clamp(560px, 52vw, 760px);
  padding: clamp(14px, 1.8vw, 22px);
}

body[data-page="member-app"] .member-app-hero-stage::before {
  content: "";
  position: absolute;
  inset: 9% 3% 5% 7%;
  border-radius: 42px;
  width: 350px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.24), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(77, 35, 111, 0.16), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 239, 255, 0.72));
  border: 1px solid rgba(77, 35, 111, 0.1);
  box-shadow: 0 30px 72px rgba(36, 19, 53, 0.12);
  transform: rotate(-2deg);
}

body[data-page="member-app"] .member-app-hero-stage::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 46%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(77, 35, 111, 0.18), transparent 70%);
  filter: blur(12px);
}

body[data-page="member-app"] .member-app-hero-shot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 350px);
  margin: clamp(24px, 3vw, 40px) auto 0;
  padding: clamp(10px, 1.3vw, 16px);
  border-radius: 38px;
  border: 1px solid rgba(36, 19, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 238, 0.72));
  box-shadow: 0 24px 52px rgba(36, 19, 53, 0.12);
  transform: rotate(2.5deg) translateY(8px);
  /* overflow: hidden; */
}

body[data-page="member-app"] .member-app-hero-shot img {
  width: auto;
  height: 100%;
  max-height: 700px;
  display: block;
  border-radius: 28px;
  object-fit: contain;
  object-position: center;
  background: #fff8ee;
}

body[data-page="member-app"] .member-app-hero-float {
  position: absolute;
  z-index: 2;
  right: 8%;
  top: 7%;
  width: min(38%, 180px);
  padding: 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.12);
  backdrop-filter: blur(18px);
}

body[data-page="member-app"] .sales-story-grid .sales-story-visual {
  position: relative;
  min-height: 0;
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.18), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(77, 35, 111, 0.1), transparent 18%),
    linear-gradient(145deg, rgba(247, 239, 255, 0.72), rgba(255, 248, 236, 0.8));
  overflow: hidden;
}

body[data-page="member-app"] .sales-story-card:nth-child(4n + 1) .sales-story-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 212, 79, 0.22), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(77, 35, 111, 0.09), transparent 18%),
    linear-gradient(145deg, rgba(247, 239, 255, 0.76), rgba(255, 248, 236, 0.84));
}

body[data-page="member-app"] .sales-story-card:nth-child(4n + 2) .sales-story-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(187, 240, 221, 0.24), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(111, 84, 217, 0.1), transparent 18%),
    linear-gradient(145deg, rgba(240, 252, 247, 0.82), rgba(240, 245, 255, 0.78));
}

body[data-page="member-app"] .sales-story-card:nth-child(4n + 3) .sales-story-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 209, 220, 0.24), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(77, 35, 111, 0.08), transparent 18%),
    linear-gradient(145deg, rgba(255, 243, 247, 0.84), rgba(245, 239, 255, 0.76));
}

body[data-page="member-app"] .sales-story-card:nth-child(4n + 4) .sales-story-visual {
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 232, 255, 0.24), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(255, 212, 79, 0.12), transparent 18%),
    linear-gradient(145deg, rgba(238, 248, 255, 0.84), rgba(247, 242, 255, 0.76));
}

body[data-page="member-app"] .sales-story-grid .sales-story-visual::before {
  content: "";
  position: absolute;
  inset: auto -30px -38px auto;
  width: 150px;
  height: 150px;
  border-radius: 34px;
  border: 1px solid rgba(77, 35, 111, 0.1);
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.34);
}

body[data-page="member-app"] .sales-story-grid .sales-story-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 290px);
  box-shadow: 0 18px 40px rgba(36, 19, 53, 0.12);
}

body[data-page="member-app"] .sales-proof-strip {
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px 0 0;
}

body[data-page="member-app"] .sales-proof-label {
  color: var(--primary);
}

body[data-page="member-app"] .sales-proof-pill {
  background: rgba(77, 35, 111, 0.05);
  min-height: 48px;
}

body[data-page="member-app"] .sales-story-card,
body[data-page="member-app"] .sales-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="member-app"] .sales-story-card {
  gap: 44px;
}

body[data-page="member-app"] .sales-story-copy .sales-list li {
  background: rgba(77, 35, 111, 0.04);
}

body[data-page="member-app"] .sales-card-grid.col-2 {
  gap: 40px;
}

body[data-page="memberships"] .sales-hero-card,
body[data-page="payments"] .sales-hero-card,
body[data-page="events"] .sales-hero-card,
body[data-page="communication"] .sales-hero-card,
body[data-page="reporting"] .sales-hero-card,
body[data-page="integrations"] .sales-hero-card {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--legacy-accent) 86%, var(--ink)), color-mix(in srgb, var(--legacy-accent) 66%, #20192d));
}

@media (max-width: 680px) {
  .core-anchor-strip::before {
    width: 100%;
    min-height: 42px;
    justify-content: center;
  }

  .core-anchor-strip a {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Final mobile navigation pass */
@media (max-width: 760px) {
  .utility-actions .language-select,
  .utility-actions label[for="language-switch"] {
    display: none;
  }

  .nav-shell {
    padding-top: 8px;
  }

  .nav-bar {
    width: min(100% - 16px, 520px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 8px 8px 8px 14px;
    border-radius: 22px;
  }

  .brand-logo {
    width: clamp(124px, 36vw, 150px);
  }

  .header-actions,
  .nav-actions {
    display: none;
  }

  .nav-toggle {
    position: static;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    width: 40px;
    height: 40px;
    padding: 0;
    gap: 0;
    border-radius: 14px;
    border: 1px solid rgba(77, 35, 111, 0.18);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 239, 255, 0.9));
    box-shadow: 0 10px 24px rgba(36, 19, 53, 0.09);
  }

  .nav-toggle span {
    grid-area: 1 / 1;
    width: 18px;
    height: 2px;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .nav-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.4);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    position: static;
    width: 100%;
    max-height: min(72vh, 620px);
    margin-top: 6px;
    padding: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgba(77, 35, 111, 0.12);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 238, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .site-nav .nav-item {
    width: 100%;
  }

  .site-nav-link,
  .site-nav-link.menu-trigger {
    width: 100%;
    min-height: 42px;
    justify-content: space-between;
    padding: 9px 10px 9px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(36, 19, 53, 0.08);
    font-size: 0.92rem;
  }

  .nav-item-mega .site-nav-link::after {
    width: 7px;
    height: 7px;
  }

  .mega-menu,
  .compact-menu,
  .nav-item-mega:nth-child(2) .mega-menu,
  .nav-item-mega:nth-child(4) .mega-menu {
    position: static;
    display: none;
    width: 100%;
    margin: 5px 0 6px;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-item-mega.is-open .mega-menu {
    display: block;
  }

  .mega-menu-shell,
  .mega-menu-shell.wide,
  .mega-menu-grid,
  .feature-mega-grid,
  .simplified-feature-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: none;
    border-color: rgba(77, 35, 111, 0.1);
  }

  .mega-menu-grid .mega-menu-lead,
  .feature-mega-grid .feature-menu-lead {
    display: none;
  }

  .feature-family-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mega-menu-column-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mega-menu-list {
    gap: 6px;
  }

  .mega-menu-item,
  .feature-family-link,
  .resource-menu-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid rgba(36, 19, 53, 0.08);
  }

  .mega-menu-item::before {
    display: none;
  }

  .mega-menu-item .lni,
  .mega-menu-item .menu-icon,
  .mega-menu-item > svg,
  .feature-family-link .lni,
  .feature-family-link .menu-icon,
  .feature-family-link > svg {
    display: inline-grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    aspect-ratio: 1;
    border-radius: 12px;
    background: rgba(77, 35, 111, 0.08);
    color: var(--primary);
    padding: 10px;
    stroke-width: 2;
    box-sizing: border-box;
  }

  .mega-menu-item-copy,
  .mega-menu-item strong,
  .mega-menu-item-copy > span,
  .feature-family-link span,
  .feature-family-link small {
    min-width: 0;
    max-width: none;
  }

  .mega-menu-item-copy > span,
  .feature-family-link small {
    display: none;
  }

  .mega-menu-item strong,
  .feature-family-link strong {
    font-size: 1.02rem;
    line-height: 1.22;
  }

  .resource-menu-list {
    padding: 0;
    gap: 6px;
  }

  .feature-family-page .core-command-center {
    display: none;
  }

  .site-main {
    padding-top: 92px;
  }
}

@media (max-width: 980px) {
  .revenue-finance-page .core-command-center,
  .events-scheduling-page .core-command-center {
    grid-template-columns: 1fr;
  }

  .revenue-finance-page .core-status-grid,
  .reporting-control-page .core-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-scheduling-page .core-flow-line {
    grid-row: auto;
    grid-template-columns: repeat(4, 1fr);
    height: auto;
    padding: 4px 0;
  }

  .events-scheduling-page .core-flow-line::before {
    top: 50%;
    bottom: auto;
    left: 8px;
    right: 8px;
    width: auto;
    height: 2px;
  }
}

@media (max-width: 720px) {
  body[data-page="pricing"] .resource-hero-pricing,
  .certifications-academy-page .core-hero-section {
    background: linear-gradient(180deg, #fffdf8 0 64%, #eff7ff 64% 100%);
  }

  body[data-page="pricing"] .hero-pricing-calculator {
    min-height: 0;
    box-shadow: 0 24px 54px rgba(9, 4, 24, 0.2);
  }

  body[data-page="pricing"] .hero-pricing-calculator::before {
    width: 86px;
    top: 18px;
    right: 18px;
    font-size: 0.9rem;
  }

  body[data-page="pricing"] .hero-pricing-calculator .pill {
    padding-right: 96px;
  }

  .pricing-promise-section {
    margin-top: 0;
  }

  .pricing-promise-strip {
    grid-template-columns: 1fr;
  }

  .reporting-control-page .core-status-grid,
  .revenue-finance-page .core-status-grid {
    grid-template-columns: 1fr;
  }

  .about-creative-hero {
    padding-top: 88px;
    padding-bottom: 54px;
  }

  .about-hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.45rem, 10.8vw, 2.75rem);
  }

  .about-company-page .container,
  .about-hero-copy,
  .about-hero-grid,
  .about-hero-media-stage,
  .about-rating-card,
  .about-origin-panel,
  .about-mission-band,
  .about-founder-letter {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    min-width: 0;
  }

  .about-company-page .container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .about-hero-grid {
    display: block;
  }

  .about-hero-media-stage {
    overflow: hidden;
    margin-top: 38px;
  }

  .about-hero-copy .hero-text,
  .about-company-page p,
  .about-company-page h2,
  .about-company-page h3 {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .about-hero-copy .hero-text {
    max-width: 30ch;
  }

  .about-rating-card span {
    max-width: 30ch;
  }

  .about-hero-trust .tag-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 8px;
  }

  .about-hero-trust .pill {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .hero-trial-input-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 6px;
    border-radius: 26px;
  }

  .hero-trial-input-row .button {
    width: 100%;
    min-height: 52px;
    white-space: normal;
    text-align: center;
  }

  .hero-trial-input-row input {
    border-radius: 20px;
    text-align: center;
  }

  .section-hero .container {
    width: min(100%, calc(100vw - 28px));
    max-width: min(100%, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy,
  .hero-trial-form {
    width: min(100%, 420px);
    max-width: min(100%, 420px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    overflow-wrap: anywhere;
  }

  .hero-copy .hero-text {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .hero-trial-note {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-media-stage {
    min-height: 360px;
  }

  .about-hero-image {
    width: 96%;
    margin-top: 18px;
    border-radius: 28px;
    transform: none;
  }

  .about-hero-image img {
    border-radius: 20px;
  }

  .about-hero-badge {
    position: relative;
    inset: auto;
    max-width: none;
    margin: 10px auto 0;
    width: min(92%, 420px);
  }

  .about-founder-letter {
    padding: 16px;
    border-radius: 26px;
  }

  .about-letter-media {
    min-height: 340px;
    border-radius: 20px;
  }

  .about-letter-media img {
    min-height: 340px;
  }

  .about-letter-copy {
    padding: 8px 4px 4px;
  }

  .about-letter-copy h2,
  .about-origin-panel h2,
  .about-mission-band h2,
  .about-story-card h2 {
    max-width: none;
    font-size: clamp(2rem, 12vw, 3.2rem);
    line-height: 0.98;
  }

  :is(
      .page-hero-grid h1,
      .resource-hero-copy h1,
      .nonprofit-hero-grid h1,
      .core-hero-copy h1,
      .about-hero-copy h1,
      .careers-hero-copy h1,
      .waitlist-hero-copy h1,
      .contact-modern-copy h1,
      .kb-hero h1,
      .compare-clean-hero .resource-hero-copy h1,
      body[data-page="pricing"] .resource-hero-copy h1
    ) {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  :is(
      .page-hero-grid .hero-text,
      .resource-hero-copy .hero-text,
      .nonprofit-hero-grid .hero-text,
      .core-hero-copy .hero-text,
      .about-hero-copy .hero-text,
      .careers-hero-copy .hero-text,
      .waitlist-hero-copy .hero-text,
      .contact-modern-copy .hero-text,
      .kb-hero .hero-text,
      .compare-clean-hero .hero-text,
      body[data-page="pricing"] .resource-hero-copy .hero-text
    ) {
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.65;
  }

}

:is(
    .page-hero-grid h1,
    .resource-hero-copy h1,
    .nonprofit-hero-grid h1,
    .core-hero-copy h1,
    .about-hero-copy h1,
    .careers-hero-copy h1,
    .waitlist-hero-copy h1,
    .contact-modern-copy h1,
    .kb-hero h1,
    .compare-clean-hero .resource-hero-copy h1,
    body[data-page="pricing"] .resource-hero-copy h1
  ) {
  max-width: 18ch;
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

:is(
    .page-hero-grid .hero-text,
    .resource-hero-copy .hero-text,
    .nonprofit-hero-grid .hero-text,
    .core-hero-copy .hero-text,
    .about-hero-copy .hero-text,
    .careers-hero-copy .hero-text,
    .waitlist-hero-copy .hero-text,
    .contact-modern-copy .hero-text,
    .kb-hero .hero-text,
    .compare-clean-hero .hero-text,
    body[data-page="pricing"] .resource-hero-copy .hero-text
  ) {
  max-width: 56ch;
  font-size: 1.05rem;
  line-height: 1.72;
}

/* Mobile responsive stabilization pass */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container,
  .section-heading,
  .compact-heading,
  .split-heading,
  .resource-hero-copy,
  .page-hero-grid,
  .core-hero-grid,
  .workflow-app-feature,
  .testimonial-aleric-grid {
    min-width: 0;
  }

  .integrated-section {
    padding-block: 52px;
  }

  .integrated-section .integration-stage {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .integration-network,
  .integration-branches {
    display: none;
  }

  .integrated-section .integration-core {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
    border: 1px solid rgba(77, 35, 111, 0.1);
    border-radius: 28px;
    background:
      radial-gradient(circle at 92% 8%, rgba(255, 212, 79, 0.18), transparent 34%),
      rgba(255, 253, 248, 0.88);
    text-align: left;
  }

  .integrated-section .integration-core h2,
  .integrated-section .integration-core p:not(.eyebrow) {
    max-width: none;
  }

  .integrated-section .integration-core .button {
    width: 100%;
    justify-content: center;
  }

  body[data-page="signin"] .auth-detail-panel,
  body[data-page="signup"] .auth-detail-panel {
    display: none;
  }

  .nonprofit-workflow-today,
  .nonprofit-workflow-head,
  .nonprofit-workflow-stats,
  .nonprofit-workflow-strip {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .nonprofit-workflow-head,
  .nonprofit-workflow-stats,
  .nonprofit-workflow-strip {
    grid-template-columns: 1fr;
  }

  .nonprofit-workflow-stats span {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .nonprofit-workflow-strip {
    gap: 12px;
    margin-right: 0;
    padding: 0 12px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .nonprofit-workflow-strip article {
    min-height: auto;
    padding: 20px;
    border-radius: 24px;
    scroll-snap-align: none;
  }

  .nonprofit-workflow-strip h3 {
    margin-top: 28px;
  }

  .sales-story-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .standalone-matrix-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .standalone-matrix-card .compare-matrix {
    min-width: 640px;
    grid-template-columns: minmax(180px, 1.25fr) repeat(4, minmax(100px, 0.8fr));
  }

  .footer-bottom {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .standalone-matrix-card .compare-matrix {
    min-width: 600px;
  }

  .footer-legal {
    gap: 8px 12px;
  }

  .footer-social a {
    width: 30px;
    height: 30px;
  }
}
