:root {
  --brand-primary: #0c7489;
  --rs-banner-gradient: linear-gradient(90deg, #3a96a9 0%, #0c7489 100%);
  --brand-white: #fffcff;
  --gliders-school-bus: #e0bd00;
  --brand-ink: #08090a;
  --text-muted: #d7eef4;
  --text-dark-muted: #3b4a58;
  --surface: #edf6f9;
  --radius: 16px;
  --shadow: 0 10px 26px rgba(8, 9, 10, 0.12);
  --shadow-soft: 0 6px 18px rgba(8, 9, 10, 0.08);
  /* Horizontal inset for `.container`; keep desktop gutters tighter so content uses more width */
  --page-gutter: clamp(14px, 2.2vw, 28px);
}

@media (max-width: 849px) {
  :root {
    --page-gutter: clamp(16px, 5.2vw, 26px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: clip;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-ink);
  background: var(--brand-white);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Font previews (homepage + font-comparison.html). Poppins headings; Inter, Nunito Sans, or DM Sans body. */
body.home-font-pairing-nunito,
.home-font-pairing-nunito {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.home-font-pairing-dm-sans,
.home-font-pairing-dm-sans {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.home-font-pairing h1,
body.home-font-pairing h2,
body.home-font-pairing h3,
body.home-font-pairing h4,
body.home-font-pairing h5,
body.home-font-pairing h6,
.home-font-pairing h1,
.home-font-pairing h2,
.home-font-pairing h3,
.home-font-pairing h4,
.home-font-pairing h5,
.home-font-pairing h6,
body.home-font-pairing-nunito h1,
body.home-font-pairing-nunito h2,
body.home-font-pairing-nunito h3,
body.home-font-pairing-nunito h4,
body.home-font-pairing-nunito h5,
body.home-font-pairing-nunito h6,
.home-font-pairing-nunito h1,
.home-font-pairing-nunito h2,
.home-font-pairing-nunito h3,
.home-font-pairing-nunito h4,
.home-font-pairing-nunito h5,
.home-font-pairing-nunito h6,
body.home-font-pairing-dm-sans h1,
body.home-font-pairing-dm-sans h2,
body.home-font-pairing-dm-sans h3,
body.home-font-pairing-dm-sans h4,
body.home-font-pairing-dm-sans h5,
body.home-font-pairing-dm-sans h6,
.home-font-pairing-dm-sans h1,
.home-font-pairing-dm-sans h2,
.home-font-pairing-dm-sans h3,
.home-font-pairing-dm-sans h4,
.home-font-pairing-dm-sans h5,
.home-font-pairing-dm-sans h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Keep homepage section headings visually unified under the Poppins test. */
body.home-font-pairing .suite-title,
.home-font-pairing .suite-title,
body.home-font-pairing-nunito .suite-title,
.home-font-pairing-nunito .suite-title,
body.home-font-pairing-dm-sans .suite-title,
.home-font-pairing-dm-sans .suite-title {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 14px;
}

/* Homepage statement-style headings for stronger section impact. */
 .impact-heading {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.home-font-pairing .impact-heading,
.home-font-pairing .impact-heading,
body.home-font-pairing-nunito .impact-heading,
.home-font-pairing-nunito .impact-heading,
body.home-font-pairing-dm-sans .impact-heading,
.home-font-pairing-dm-sans .impact-heading {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.home-font-pairing .impact-heading--sub,
.home-font-pairing .impact-heading--sub,
body.home-font-pairing-nunito .impact-heading--sub,
.home-font-pairing-nunito .impact-heading--sub,
body.home-font-pairing-dm-sans .impact-heading--sub,
.home-font-pairing-dm-sans .impact-heading--sub {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.16;
}

@media (max-width: 720px) {
  body.home-font-pairing .impact-heading,
  .home-font-pairing .impact-heading,
  body.home-font-pairing-nunito .impact-heading,
  .home-font-pairing-nunito .impact-heading,
  body.home-font-pairing-dm-sans .impact-heading,
  .home-font-pairing-dm-sans .impact-heading {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.12;
  }
}

/* Homepage typography preview: larger statement headings + 20px support copy. */
body.home-font-pairing .suite-title.impact-heading,
body.home-font-pairing .suite-why-block h2,
body.home-font-pairing #results h2.impact-heading,
body.home-font-pairing #proof h2.impact-heading,
.home-font-pairing .suite-title.impact-heading,
.home-font-pairing .suite-why-block h2,
body.home-font-pairing-nunito .suite-title.impact-heading,
body.home-font-pairing-nunito .suite-why-block h2,
.home-font-pairing-nunito .suite-title.impact-heading,
body.home-font-pairing-dm-sans .suite-title.impact-heading,
body.home-font-pairing-dm-sans .suite-why-block h2,
.home-font-pairing-dm-sans .suite-title.impact-heading {
  font-size: 60px;
  line-height: 1.06;
}

@media (max-width: 900px) {
  body.home-font-pairing .suite-title.impact-heading,
  body.home-font-pairing .suite-why-block h2,
  body.home-font-pairing #results h2.impact-heading,
  body.home-font-pairing #proof h2.impact-heading,
  body.home-font-pairing .home-why-subhead.impact-heading,
  .home-font-pairing .suite-title.impact-heading,
  .home-font-pairing .suite-why-block h2,
  .home-font-pairing .home-why-subhead.impact-heading,
  body.home-font-pairing-nunito .suite-title.impact-heading,
  body.home-font-pairing-nunito .suite-why-block h2,
  body.home-font-pairing-nunito .home-why-subhead.impact-heading,
  .home-font-pairing-nunito .suite-title.impact-heading,
  body.home-font-pairing-dm-sans .suite-title.impact-heading,
  body.home-font-pairing-dm-sans .suite-why-block h2,
  body.home-font-pairing-dm-sans .home-why-subhead.impact-heading,
  .home-font-pairing-dm-sans .suite-title.impact-heading {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.12;
  }
}

body.home-font-pairing .suite-why-block .why-lead,
body.home-font-pairing .suite-deck,
body.home-font-pairing .workflow-title,
body.home-font-pairing #results p,
.home-font-pairing .suite-why-block .why-lead,
.home-font-pairing .suite-deck,
.home-font-pairing .workflow-title,
body.home-font-pairing-nunito .suite-why-block .why-lead,
body.home-font-pairing-nunito .suite-deck,
body.home-font-pairing-nunito .workflow-title,
.home-font-pairing-nunito .suite-why-block .why-lead,
.home-font-pairing-nunito .suite-deck,
.home-font-pairing-nunito .workflow-title,
body.home-font-pairing-dm-sans .suite-why-block .why-lead,
body.home-font-pairing-dm-sans .suite-deck,
body.home-font-pairing-dm-sans .workflow-title,
.home-font-pairing-dm-sans .suite-why-block .why-lead,
.home-font-pairing-dm-sans .suite-deck,
.home-font-pairing-dm-sans .workflow-title {
  font-size: 20px;
}

/* Font comparison page */
.font-compare-page {
  padding-bottom: 48px;
}

.font-compare-toolbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--brand-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding: 12px 0;
}

.font-compare-toolbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.font-compare-toolbar h1 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-white);
}

.font-compare-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.font-compare-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.font-compare-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.font-compare-btn.is-active {
  background: #fff;
  color: var(--brand-primary);
  border-color: #fff;
}

.font-compare-intro {
  margin: 28px 0 8px;
  color: var(--text-dark-muted);
  max-width: 72ch;
}

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

.font-compare-panel {
  border: 1px solid rgba(12, 116, 137, 0.22);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.font-compare-panel__head {
  padding: 12px 16px;
  background: var(--surface);
  border-bottom: 1px solid rgba(12, 116, 137, 0.16);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: 0.02em;
}

.font-compare-panel__body {
  padding: 20px 18px 24px;
}

.font-compare-narrow {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed rgba(12, 116, 137, 0.28);
}

.font-compare-narrow__label {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dark-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.font-compare-narrow__sample {
  max-width: 430px;
}

@media (max-width: 1100px) {
  .font-compare-grid {
    grid-template-columns: 1fr;
  }
}

.rs-font-preview-bar {
  position: sticky;
  top: 0;
  z-index: 25;
  background: #0a5f72;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 0;
  font-size: 0.86rem;
}

.rs-font-preview-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.rs-font-preview-bar[hidden] {
  display: none;
}

.rs-font-preview-bar__label {
  color: #e8f6fa;
  font-weight: 600;
}

.rs-font-preview-bar a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.rs-font-preview-bar a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.rs-font-preview-bar a.is-active {
  background: #fff;
  color: var(--brand-primary);
  border-color: #fff;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.narrow {
  width: min(980px, 100%);
}

.section-pad {
  padding: 72px 0;
}

/* Main site header lives in Global_Assets/rs-main-site-header.html (synced into pages). */

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.brand-mark-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
  mix-blend-mode: normal;
}

.brand-text {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--brand-white);
}

.hero {
  padding: 92px 0 108px;
  background:
    linear-gradient(
      180deg,
      #0c7489 0%,
      #0c7489 62%,
      rgba(12, 116, 137, 0.42) 84%,
      #eef8fa 96%,
      #fffcff 100%
    );
  color: var(--brand-white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy {
  color: var(--brand-white);
}

.hero-copy h1 {
  color: #ffffff;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-visual-card {
  width: min(460px, 100%);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  padding: 12px 14px;
  box-shadow: var(--shadow-soft);
}

.hero-visual-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.hero .btn-primary {
  background: var(--brand-white);
  color: var(--brand-primary);
  box-shadow: var(--shadow-soft);
}

.hero .btn-primary:hover {
  box-shadow: var(--shadow);
}

.hero .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--brand-white);
}

.hero-scroll-hint {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 9vw, 78px);
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  border-radius: 999px;
  outline: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.hero-scroll-cue:hover {
  color: rgba(255, 255, 255, 0.82);
}

.hero-scroll-cue:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}

.hero-scroll-cue-bezel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  box-shadow: none;
}

.hero-scroll-cue-icon {
  display: block;
  opacity: 0.95;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-scroll-cue-bezel {
    animation: hero-scroll-nudge 2.4s ease-in-out infinite;
  }
}

@keyframes hero-scroll-nudge {
  0%,
  100% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(7px);
  }

  55% {
    transform: translateY(7px);
  }
}

/* Home — Workflow intro hero (index #workflow-suite) */
#workflow-suite {
  scroll-margin-top: 28px;
}

#workflow-suite.rs-workflow-intro.section-pad {
  padding-top: 32px;
  padding-bottom: clamp(48px, 6vw, 72px);
}

#workflow-suite.rs-workflow-intro.why.suite-section {
  background: #ffffff;
}

.rs-workflow-intro__wrap {
  max-width: none;
}

.rs-workflow-intro__head {
  margin: 0 auto 16px;
  text-align: center;
}

#workflow-suite .rs-workflow-intro__title.impact-heading {
  margin: 0;
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--brand-ink);
}

body.home-font-pairing #workflow-suite .rs-workflow-intro__title.impact-heading,
body.home-font-pairing-nunito #workflow-suite .rs-workflow-intro__title.impact-heading,
body.home-font-pairing-dm-sans #workflow-suite .rs-workflow-intro__title.impact-heading,
.home-font-pairing #workflow-suite .rs-workflow-intro__title.impact-heading {
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  line-height: 1.02;
}

@media (max-width: 900px) {
  #workflow-suite .rs-workflow-intro__title.impact-heading {
    font-size: clamp(2rem, 8.5vw, 2.85rem);
    line-height: 1.06;
  }
}

.rs-workflow-core {
  --rs-workflow-track-gap: 4px;
  --rs-workflow-arrow-width: 1.15rem;
  --rs-workflow-stage-col: clamp(
    195px,
    calc((100% - (3 * var(--rs-workflow-arrow-width)) - (6 * var(--rs-workflow-track-gap))) / 4),
    252px
  );
  --rs-workflow-tile-width: calc(var(--rs-workflow-stage-col) - 16px);
  --rs-workflow-addons-tiles-span: calc(
    (var(--rs-workflow-stage-col) * 3) + 20px + 16px
  );
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto clamp(16px, 2.4vw, 22px);
  height: auto;
  min-height: 0;
  padding: clamp(20px, 2.8vw, 28px) clamp(14px, 2.1vw, 22px);
  overflow: visible;
  box-sizing: border-box;
  background: linear-gradient(165deg, #f0fafc 0%, #e3f4f8 52%, #dceff5 100%);
  border: 1px solid rgba(12, 116, 137, 0.18);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.rs-workflow-lifecycle {
  position: relative;
  margin: 0;
}

.rs-workflow-lifecycle:has(.rs-workflow-stage.is-open),
.rs-workflow-lifecycle:has(.rs-workflow-stage.is-auto-active) {
  z-index: 22;
}

.rs-workflow-lifecycle__track {
  display: grid;
  grid-template-columns: minmax(252px, 1fr) auto minmax(252px, 1fr) auto minmax(252px, 1fr) auto minmax(252px, 1fr);
  align-items: start;
  gap: var(--rs-workflow-track-gap, 4px);
  width: 100%;
  margin: 0;
}

.rs-workflow-lifecycle__arrow {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 700;
  line-height: 1;
  color: #0c7489;
  pointer-events: none;
}

.rs-workflow-stage {
  position: relative;
  min-width: 0;
}

.rs-workflow-stage::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(168px, 18vw, 208px);
}

.rs-workflow-stage__expand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid rgba(12, 116, 137, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(8, 9, 10, 0.08);
  overflow: hidden;
  transition:
    border-color 0.32s ease,
    box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.rs-workflow-stage__progress {
  flex-shrink: 0;
  width: 100%;
  height: 3px;
  background: rgba(12, 116, 137, 0.12);
  overflow: hidden;
}

.rs-workflow-stage__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--rs-banner-gradient);
  border-radius: 0 2px 2px 0;
  transition: width 0.22s ease;
}

.rs-workflow-stage.is-progress-full .rs-workflow-stage__progress-fill {
  width: 100%;
}

.rs-workflow-stage__card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 14px);
  width: 100%;
  height: clamp(168px, 18vw, 208px);
  min-height: clamp(168px, 18vw, 208px);
  flex-shrink: 0;
  margin: 0;
  padding: clamp(14px, 2vw, 20px) clamp(0px, 1.5vw, 12px) clamp(10px, 1.2vw, 14px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: default;
}

.rs-workflow-stage__card:focus {
  outline: none;
}

.rs-workflow-stage__card:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

.rs-workflow-stage__art-wrap {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: clamp(88px, 10vw, 120px);
  height: clamp(88px, 10vw, 120px);
  border-radius: 14px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
}

.rs-workflow-stage__art {
  display: block;
  width: 88%;
  height: auto;
  max-height: 88%;
  object-fit: contain;
}

.rs-workflow-stage__label {
  flex-shrink: 1;
  min-height: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-inline: 2px;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--brand-ink);
  text-wrap: balance;
  overflow-wrap: break-word;
}

.rs-workflow-stage__panel {
  display: grid;
  grid-template-rows: 0fr;
  margin: 0;
  border: 0;
  pointer-events: none;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rs-workflow-stage__tiles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding: 0 4px;
  opacity: 0;
  transition: opacity 0.28s ease 0.04s;
}

.rs-workflow-stage.is-open .rs-workflow-stage__expand,
.rs-workflow-stage.is-auto-active .rs-workflow-stage__expand {
  border-color: rgba(12, 116, 137, 0.28);
  box-shadow: 0 16px 36px rgba(12, 116, 137, 0.14);
}

.rs-workflow-stage.is-open .rs-workflow-stage__panel,
.rs-workflow-stage.is-auto-active .rs-workflow-stage__panel {
  grid-template-rows: 1fr;
  pointer-events: auto;
}

.rs-workflow-stage.is-open .rs-workflow-stage__tiles,
.rs-workflow-stage.is-auto-active .rs-workflow-stage__tiles {
  padding-top: 0;
  padding-bottom: 16px;
  opacity: 1;
}

@media (hover: hover) {
  .rs-workflow-lifecycle:has(.rs-workflow-stage:hover),
  .rs-workflow-lifecycle:has(.rs-workflow-stage:focus-within) {
    z-index: 22;
  }

  .rs-workflow-stage:hover .rs-workflow-stage__expand,
  .rs-workflow-stage:focus-within .rs-workflow-stage__expand {
    border-color: rgba(12, 116, 137, 0.28);
    box-shadow: 0 16px 36px rgba(12, 116, 137, 0.14);
  }

  .rs-workflow-stage:hover .rs-workflow-stage__panel,
  .rs-workflow-stage:focus-within .rs-workflow-stage__panel {
    grid-template-rows: 1fr;
    pointer-events: auto;
  }

  .rs-workflow-stage:hover .rs-workflow-stage__tiles,
  .rs-workflow-stage:focus-within .rs-workflow-stage__tiles {
    padding-top: 0;
    padding-bottom: 16px;
    opacity: 1;
  }
}

.rs-workflow-stage--last {
  overflow: visible;
}

.rs-workflow-intro__addons {
  --rs-workflow-track-gap: 4px;
  --rs-workflow-arrow-width: 1.15rem;
  --rs-workflow-stage-col: clamp(
    195px,
    calc((100% - (3 * var(--rs-workflow-arrow-width)) - (6 * var(--rs-workflow-track-gap))) / 4),
    252px
  );
  --rs-workflow-tile-width: calc(var(--rs-workflow-stage-col) - 16px);
  --rs-workflow-addons-tiles-span: calc(
    (var(--rs-workflow-stage-col) * 3) + 20px + 16px
  );
  --rs-workflow-addons-inset-y: clamp(16px, 2.2vw, 22px);
  --rs-workflow-addons-inset-x: clamp(14px, 2.1vw, 22px);
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  min-height: clamp(232px, 24vw, 272px);
  margin: 0 auto clamp(22px, 3.2vw, 32px);
  padding: var(--rs-workflow-addons-inset-y) var(--rs-workflow-addons-inset-x);
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(165deg, #f0fafc 0%, #e3f4f8 52%, #dceff5 100%);
  border: 1px solid rgba(12, 116, 137, 0.18);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.rs-workflow-addons__privacy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(12px, 2vw, 18px)
    calc(var(--rs-workflow-stage-col) + 20px)
    clamp(12px, 2vw, 18px)
    clamp(24px, 3.2vw, 40px);
  box-sizing: border-box;
  pointer-events: auto;
}

.rs-workflow-addons {
  --rs-workflow-addons-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --rs-workflow-addons-duration: 0.4s;
  --rs-workflow-addons-fade-delay: 0.04s;
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  min-height: 0;
  text-align: left;
  pointer-events: none;
  transition: z-index 0s linear var(--rs-workflow-addons-duration);
}

.rs-workflow-addons:not(.is-open) .rs-workflow-addons__trigger {
  pointer-events: auto;
}

.rs-workflow-addons__expand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--rs-workflow-stage-col);
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 14px;
  box-shadow: none;
  transition:
    background var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    border-color var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    box-shadow var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease);
}

.rs-workflow-addons.is-open .rs-workflow-addons__expand {
  background: #ffffff;
  border-color: rgba(12, 116, 137, 0.48);
  box-shadow: 0 12px 28px rgba(12, 116, 137, 0.16);
}

.rs-workflow-addons:not(.is-open) .rs-workflow-addons__trigger {
  background: #ffffff;
  border: 2px solid rgba(12, 116, 137, 0.32);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(12, 116, 137, 0.1);
}

@keyframes rs-workflow-addons-trigger-squirm {
  0%,
  68%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  70% {
    transform: translate3d(2px, -2px, 0) rotate(-1.1deg);
  }

  72% {
    transform: translate3d(-2px, 2px, 0) rotate(1deg);
  }

  74% {
    transform: translate3d(2px, 2px, 0) rotate(-0.85deg);
  }

  76% {
    transform: translate3d(-2px, -1px, 0) rotate(0.95deg);
  }

  78% {
    transform: translate3d(1px, 2px, 0) rotate(-1.05deg);
  }

  80% {
    transform: translate3d(-2px, 0, 0) rotate(0.75deg);
  }

  82% {
    transform: translate3d(2px, -1px, 0) rotate(-0.9deg);
  }

  84%,
  86% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes rs-workflow-addons-trigger-squirm-glow {
  0%,
  68%,
  100% {
    box-shadow: 0 8px 22px rgba(12, 116, 137, 0.1);
    border-color: rgba(12, 116, 137, 0.32);
  }

  74% {
    box-shadow:
      0 12px 30px rgba(12, 116, 137, 0.22),
      0 0 0 1px rgba(12, 116, 137, 0.12);
    border-color: rgba(12, 116, 137, 0.5);
  }

  80% {
    box-shadow: 0 6px 16px rgba(12, 116, 137, 0.14);
    border-color: rgba(12, 116, 137, 0.38);
  }

  86% {
    box-shadow: 0 8px 22px rgba(12, 116, 137, 0.1);
    border-color: rgba(12, 116, 137, 0.32);
  }
}

/* Immediate wiggle when the trigger scrolls into the middle of the viewport */
@keyframes rs-workflow-addons-trigger-squirm-now {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  12% {
    transform: translate3d(2px, -2px, 0) rotate(-1.1deg);
  }

  24% {
    transform: translate3d(-2px, 2px, 0) rotate(1deg);
  }

  36% {
    transform: translate3d(2px, 2px, 0) rotate(-0.85deg);
  }

  48% {
    transform: translate3d(-2px, -1px, 0) rotate(0.95deg);
  }

  60% {
    transform: translate3d(1px, 2px, 0) rotate(-1.05deg);
  }

  72% {
    transform: translate3d(-2px, 0, 0) rotate(0.75deg);
  }

  84% {
    transform: translate3d(2px, -1px, 0) rotate(-0.9deg);
  }
}

@keyframes rs-workflow-addons-trigger-squirm-now-glow {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(12, 116, 137, 0.1);
    border-color: rgba(12, 116, 137, 0.32);
  }

  35% {
    box-shadow:
      0 12px 30px rgba(12, 116, 137, 0.22),
      0 0 0 1px rgba(12, 116, 137, 0.12);
    border-color: rgba(12, 116, 137, 0.5);
  }

  55% {
    box-shadow: 0 6px 16px rgba(12, 116, 137, 0.14);
    border-color: rgba(12, 116, 137, 0.38);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .rs-workflow-addons:not(.is-open):not(:hover):not(:focus-within) .rs-workflow-addons__trigger:not(.is-scroll-squirm) {
    animation:
      rs-workflow-addons-trigger-squirm 5.75s cubic-bezier(0.42, 0.08, 0.58, 0.92) 1.8s infinite,
      rs-workflow-addons-trigger-squirm-glow 5.75s ease-in-out 1.8s infinite;
    will-change: transform, box-shadow;
  }

  .rs-workflow-addons:not(.is-open):not(:hover):not(:focus-within) .rs-workflow-addons__trigger.is-scroll-squirm {
    animation:
      rs-workflow-addons-trigger-squirm-now 1.15s cubic-bezier(0.42, 0.08, 0.58, 0.92) 1,
      rs-workflow-addons-trigger-squirm-now-glow 1.15s ease-in-out 1;
    animation-delay: 0s;
    will-change: transform, box-shadow;
  }

  .rs-workflow-addons:not(.is-open):hover .rs-workflow-addons__trigger,
  .rs-workflow-addons:not(.is-open):focus-within .rs-workflow-addons__trigger,
  .rs-workflow-addons.is-open .rs-workflow-addons__trigger {
    animation: none;
    will-change: auto;
  }
}

.rs-workflow-addons__panel {
  display: grid;
  grid-template-columns: 0fr;
  direction: rtl;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid transparent;
  pointer-events: none;
  transition:
    grid-template-columns var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    border-color var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease);
}

.rs-workflow-addons__privacy-lead {
  margin: 0;
  max-width: 52rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--brand-ink);
}

.rs-workflow-addons__privacy-lead strong {
  font-weight: 800;
  color: var(--brand-primary);
}

.rs-workflow-addons__privacy-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 14px 0 0;
  font-size: clamp(0.95rem, 1.35vw, 1.05rem);
  line-height: 1.45;
}

.rs-workflow-addons__privacy-more .text-link--emph {
  font-weight: 700;
  color: var(--brand-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.rs-workflow-addons__privacy-more .text-link--emph:hover {
  color: #084f5e;
}

.home-why-subhead {
  margin: clamp(28px, 4vw, 40px) 0 clamp(16px, 2.5vw, 22px);
  font-size: clamp(1.75rem, 4.2vw, 2.65rem);
}

.home-why-subhead--layer {
  margin-top: clamp(20px, 3vw, 28px);
  text-align: center;
  text-wrap: balance;
}

.suite-why-block#why {
  text-align: center;
}

.home-why-follow {
  margin-top: clamp(24px, 3.5vw, 36px);
}

.home-why-after-wish {
  margin-top: clamp(28px, 4vw, 40px);
  margin-bottom: clamp(36px, 5vw, 52px);
}

.home-why-after-wish .rs-workflow-intro__foot {
  margin: 0 0 clamp(28px, 4vw, 36px);
  padding: 0;
  max-width: none;
  text-align: center;
  border: 0;
}

.home-why-after-wish .impact-heading {
  margin-bottom: clamp(18px, 2.5vw, 24px);
}

.home-why-after-wish .impact-heading em {
  margin-right: 0.28em;
}

/* Admin audience headline: two lines when room; em dash + flow when narrow */
.home-why-after-wish .impact-heading--split {
  container-type: inline-size;
  text-wrap: balance;
}

.home-why-after-wish .impact-heading--split .impact-heading__line,
.home-why-after-wish .impact-heading--split .impact-heading__sep {
  display: inline;
}

.home-why-after-wish .impact-heading--split .impact-heading__sep {
  margin-inline: 0.12em;
}

@container (min-width: 40rem) {
  .home-why-after-wish .impact-heading--split .impact-heading__line {
    display: block;
  }

  .home-why-after-wish .impact-heading--split .impact-heading__sep {
    display: none;
  }
}

.home-why-after-wish .benefits {
  margin-bottom: 0;
}

.home-why-audience__tabs-bar {
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(14px, 2.5vw, 24px);
}

.home-why-audience__rule {
  flex: 1 1 0;
  min-width: 0;
  height: 0;
  border: 0;
  border-top: 1px solid rgba(12, 116, 137, 0.28);
  margin: 0;
}

.home-why-audience__tabs {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  justify-content: center;
  gap: 12px;
}

.home-why-audience__tab {
  font: inherit;
  cursor: pointer;
}

.home-why-audience__tab:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

.home-why-audience__panel:not(.is-active) {
  display: none;
}

.home-why-audience__panel.is-active {
  display: block;
}

.home-why-audience__action {
  margin: clamp(20px, 3vw, 28px) 0 0;
  padding-bottom: clamp(8px, 1.5vw, 12px);
  text-align: center;
}

.home-included-resources__heading-bar {
  margin-top: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(22px, 3.5vw, 32px);
}

.home-included-resources__heading-bar .solutions-resources-intro--home {
  margin: 0;
  flex: 0 1 auto;
  max-width: min(100%, 22rem);
  text-align: center;
  text-wrap: balance;
}

.home-why-after-wish .benefits--open li {
  border: 1px solid rgba(12, 116, 137, 0.28);
  border-radius: 12px;
  background: #eef8fa;
}

.home-why-after-wish .benefits--open .benefits__item {
  margin: 0;
  padding: 13px 16px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2e3f4f;
}

.home-why-after-wish .benefits--open .benefits__item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brand-ink);
}

.home-why-after-wish .benefits__underline {
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 0.08em;
}

.home-why-after-wish .benefits__cta-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
}

.home-walkthrough-cta {
  margin-top: clamp(24px, 4vw, 40px);
}

.rs-workflow-addons.is-open .rs-workflow-addons__panel {
  grid-template-columns: 1fr;
  border-right-color: rgba(12, 116, 137, 0.16);
  pointer-events: auto;
}

.rs-workflow-addons__trigger {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 12px);
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: clamp(14px, 2vw, 20px) clamp(10px, 1.2vw, 14px);
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  transition:
    background var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    border-color var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    box-shadow var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease),
    border-radius var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease);
}

.rs-workflow-addons.is-open .rs-workflow-addons__trigger {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.rs-workflow-addons__trigger-label {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  padding-inline: 4px;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--brand-ink);
  text-align: center;
  text-wrap: balance;
}

.rs-workflow-addons__trigger-hint {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.28em;
  margin: 0;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--brand-primary);
  text-decoration: none;
  pointer-events: none;
}

.rs-workflow-addons:is(:hover, :focus-within, .is-open) .rs-workflow-addons__trigger-hint {
  flex-direction: row-reverse;
}

.rs-workflow-addons__trigger-hint-arrow::before {
  content: "→";
  letter-spacing: 0;
}

.rs-workflow-addons:is(:hover, :focus-within, .is-open) .rs-workflow-addons__trigger-hint-arrow::before {
  content: "←";
}

@media (hover: hover) {
  .rs-workflow-addons:is(:hover, :focus-within) .rs-workflow-addons__trigger-hint,
  .rs-workflow-addons__trigger:focus-visible .rs-workflow-addons__trigger-hint {
    text-decoration: underline;
    text-underline-offset: 0.18em;
    color: #084f5e;
  }
}

.rs-workflow-addons__trigger:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

.rs-workflow-addons.is-open {
  z-index: 12;
  pointer-events: auto;
  transition: z-index 0s linear 0s;
}

.rs-workflow-addons__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: center;
  gap: clamp(10px, 2vw, 28px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: clamp(10px, 1.4vw, 14px) clamp(12px, 2vw, 20px);
  box-sizing: border-box;
  text-align: left;
  direction: ltr;
  opacity: 0;
  transition: opacity var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease)
    var(--rs-workflow-addons-fade-delay);
}

.rs-workflow-addons.is-open .rs-workflow-addons__tiles {
  opacity: 1;
  transition: opacity var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease)
    var(--rs-workflow-addons-fade-delay);
}

@media (hover: hover) {
  .rs-workflow-addons:is(:hover, :focus-within) {
    z-index: 12;
    pointer-events: auto;
    transition: z-index 0s linear 0s;
  }

  .rs-workflow-addons:is(:hover, :focus-within) .rs-workflow-addons__expand {
    background: #ffffff;
    border-color: rgba(12, 116, 137, 0.48);
    box-shadow: 0 12px 28px rgba(12, 116, 137, 0.16);
  }

  .rs-workflow-addons:is(:hover, :focus-within) .rs-workflow-addons__trigger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .rs-workflow-addons:is(:hover, :focus-within) .rs-workflow-addons__panel {
    grid-template-columns: 1fr;
    border-right-color: rgba(12, 116, 137, 0.16);
    pointer-events: auto;
  }

  .rs-workflow-addons:is(:hover, :focus-within) .rs-workflow-addons__tiles {
    opacity: 1;
    transition: opacity var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease)
      var(--rs-workflow-addons-fade-delay);
  }

  .rs-workflow-addons:not(.is-open):is(:hover, :focus-within) .rs-workflow-addons__trigger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
}

.rs-workflow-intro__foot {
  margin: clamp(36px, 5vw, 52px) auto 0;
  padding-top: clamp(28px, 4vw, 40px);
  max-width: 40rem;
  text-align: center;
  border-top: 1px solid rgba(12, 116, 137, 0.1);
}

.rs-workflow-layer-tagline {
  margin: 0 0 18px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.45;
  color: var(--brand-ink);
}

.rs-workflow-intro__cta {
  justify-content: center;
}

#workflow-suite {
  --rs-workflow-tile-min-height: 175px;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile {
  box-sizing: border-box;
  width: 100%;
  min-height: var(--rs-workflow-tile-min-height);
  gap: 6px;
  padding: 10px 8px 10px;
  cursor: pointer;
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  transform: none;
  transition: background 0.2s ease;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile {
  flex: 1 1 auto;
  min-height: 0;
  border-top: none;
  border-radius: 0;
  padding-inline: 6px;
  background: transparent;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile p {
  align-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  line-height: 1.32;
  text-wrap: pretty;
  overflow-wrap: normal;
  hyphens: none;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile::after,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile::after {
  content: "Learn more →";
  display: block;
  margin-top: auto;
  padding-top: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brand-primary);
}

#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile--addon::after {
  content: "Submit Your Wish →";
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile--coming-soon::after {
  content: "Early Access →";
}

#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile:hover {
  cursor: pointer;
  background: #f4fbfd;
  box-shadow: none;
  transform: none;
}

#workflow-suite .rs-workflow-stage__tiles {
  position: relative;
  transition: background 0.2s ease;
}

#workflow-suite .rs-workflow-stage__tiles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 85%;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(12, 116, 137, 0.14);
  pointer-events: none;
  transition: width 0.2s ease;
}

#workflow-suite .rs-workflow-stage__tiles:hover::before,
#workflow-suite .rs-workflow-stage__tiles:has(.solutions-service-tile:hover)::before,
#workflow-suite .rs-workflow-stage__tiles:has(.solutions-service-tile:focus-visible)::before {
  width: 100%;
}

#workflow-suite .rs-workflow-stage__tiles:hover,
#workflow-suite .rs-workflow-stage__tiles:has(.solutions-service-tile:hover),
#workflow-suite .rs-workflow-stage__tiles:has(.solutions-service-tile:focus-visible) {
  background: #f4fbfd;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile:hover,
#workflow-suite .rs-workflow-stage__panel .solutions-service-tile:focus-visible {
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile:hover .workflow-panel-logo,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile:hover .workflow-panel-logo {
  transform: none;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile:hover::after,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile:hover::after {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  color: #084f5e;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile:focus-visible,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile {
  height: 100%;
}

#workflow-suite .solutions-service-tile--addon {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.92);
}

/* TEMP-HIDE-UNRELEASED-SERVICES: tighter grid while only ClassCloak + coming-soon tiles show */
.rs-workflow-addons__tiles--sparse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 34rem;
  margin-inline: auto;
}

@media (max-width: 640px) {
  .rs-workflow-addons__tiles--sparse {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

/* Horizontal stage row: tablets + desktop (phones stack below) */
@media (min-width: 850px) {
  .rs-workflow-core {
    height: 470px;
    min-height: 470px;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .rs-workflow-intro__addons {
    padding-inline: 16px;
  }
}

@media (max-width: 1190px) {
  .rs-workflow-core,
  .rs-workflow-intro__addons {
    --rs-workflow-track-gap: 2px;
    --rs-workflow-arrow-width: 1rem;
  }

  .rs-workflow-lifecycle__track {
    grid-template-columns:
      minmax(0, 1fr) auto
      minmax(0, 1fr) auto
      minmax(0, 1fr) auto
      minmax(0, 1fr);
    gap: var(--rs-workflow-track-gap);
  }

  .rs-workflow-lifecycle__arrow {
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  }

  .rs-workflow-stage__card {
    padding-inline: clamp(2px, 0.6vw, 6px);
  }

  .rs-workflow-stage__label {
    font-size: clamp(1rem, 1.55vw, 1.2rem);
  }

  #workflow-suite .rs-workflow-stage__tiles {
    padding-inline: 2px;
  }

  #workflow-suite .rs-workflow-stage__panel .solutions-service-tile {
    padding-inline: 4px;
  }

  #workflow-suite .rs-workflow-stage__panel .solutions-service-tile p {
    font-size: 0.84rem;
    line-height: 1.3;
  }
}

@media (max-width: 900px) {
  #workflow-suite .rs-workflow-addons__tiles .solutions-service-name {
    font-size: 0.88rem;
  }

  #workflow-suite .rs-workflow-addons__tiles .solutions-service-tile p {
    font-size: 0.8rem;
    line-height: 1.35;
  }
}

/* Addons stack on tablet widths; core stages stay horizontal until phone */
@media (max-width: 1024px) {
  .rs-workflow-intro__addons {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px 16px;
    overflow: visible;
  }

  .rs-workflow-addons__privacy {
    position: static;
    inset: auto;
    padding: 0;
  }

  .rs-workflow-addons {
    position: static;
    inset: auto;
    pointer-events: auto;
  }

  .rs-workflow-addons__expand {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    overflow: visible;
    grid-template-columns: 1fr;
  }

  .rs-workflow-addons__trigger {
    order: 1;
    grid-column: auto;
    width: 100%;
    flex-shrink: 0;
  }

  .rs-workflow-addons__panel {
    order: 2;
    direction: ltr;
    display: none;
    overflow: visible;
    border-right: none;
    border-top: 1px solid transparent;
    pointer-events: none;
    transition: border-color var(--rs-workflow-addons-duration) var(--rs-workflow-addons-ease);
  }

  .rs-workflow-addons.is-open .rs-workflow-addons__panel {
    display: grid;
    grid-template-columns: 1fr;
    border-top-color: rgba(12, 116, 137, 0.16);
    pointer-events: auto;
  }

  .rs-workflow-addons:not(.is-open) .rs-workflow-addons__tiles {
    opacity: 0;
    pointer-events: none;
  }

  .rs-workflow-addons.is-open .rs-workflow-addons__expand {
    gap: 0;
  }

  .rs-workflow-addons.is-open .rs-workflow-addons__trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Narrow stack: keep hint left-to-right; no hover/open arrow flip */
  .rs-workflow-addons:is(:hover, :focus-within, .is-open) .rs-workflow-addons__trigger-hint {
    flex-direction: row;
  }

  .rs-workflow-addons:is(:hover, :focus-within, .is-open) .rs-workflow-addons__trigger-hint-arrow::before {
    content: "→";
  }
}

/* Stack workflow stages vertically on phones only */
@media (max-width: 849px) {
  .rs-workflow-core {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 18px 14px;
  }

  .rs-workflow-lifecycle {
    overflow-x: visible;
  }

  .rs-workflow-lifecycle__track {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    overflow-x: visible;
  }

  .rs-workflow-stage {
    margin-bottom: 12px;
  }

  .rs-workflow-stage::before {
    display: none;
    height: 0;
    content: none;
  }

  .rs-workflow-stage__expand {
    position: static;
    min-height: 0;
    width: 100%;
  }

  .rs-workflow-stage__card {
    height: auto;
    min-height: 0;
    padding: 16px 12px 12px;
    cursor: pointer;
  }

  .rs-workflow-lifecycle__arrow {
    align-self: center;
    padding: 6px 0;
    transform: rotate(90deg);
  }
}

/* Phone: single-stage carousel (swipe + progress pagination) */
@media (max-width: 849px) {
  .rs-workflow-core--carousel {
    touch-action: pan-y pinch-zoom;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-lifecycle__track {
    display: block;
    position: relative;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-lifecycle__arrow {
    display: none;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage {
    display: none;
    margin-bottom: 0;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage.rs-workflow-stage--active {
    display: block;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage--active .rs-workflow-stage__expand {
    border-color: rgba(12, 116, 137, 0.28);
    box-shadow: 0 16px 36px rgba(12, 116, 137, 0.14);
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage--active .rs-workflow-stage__panel {
    grid-template-rows: 1fr;
    pointer-events: auto;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage--active .rs-workflow-stage__tiles {
    padding-top: 0;
    padding-bottom: 16px;
    opacity: 1;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage__card {
    cursor: default;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 18px 16px 14px;
    text-align: center;
    min-height: 72px;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage__art-wrap {
    display: none;
  }

  .rs-workflow-lifecycle--carousel .rs-workflow-stage__label {
    width: 100%;
    max-width: none;
    padding-inline: 0;
    font-size: clamp(1.35rem, 5.2vw, 1.65rem);
    line-height: 1.15;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .rs-workflow-addons__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .rs-workflow-addons__tiles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #workflow-suite .rs-workflow-stage__panel .solutions-service-tile,
  #workflow-suite .rs-workflow-addons__tiles .solutions-service-tile {
    width: 100%;
    max-width: 100%;
  }

  .mid-cta--problem-cta .btn-primary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .workflow-visual--suite {
    padding: 18px 14px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-accordion__panel {
    transition: none !important;
    will-change: auto;
  }

  .footer-accordion > .footer-heading::after {
    transition: none;
  }

  .rs-workflow-stage,
  .rs-workflow-stage__expand,
  .rs-workflow-stage__panel,
  .rs-workflow-stage__tiles,
  .rs-workflow-stage__progress-fill,
  .rs-workflow-addons,
  .rs-workflow-addons__expand,
  .rs-workflow-addons__panel,
  .rs-workflow-addons__tiles,
  .rs-workflow-addons__trigger,
  #workflow-suite .rs-workflow-stage__panel .solutions-service-tile,
  #workflow-suite .rs-workflow-addons__tiles .solutions-service-tile {
    transition: none;
    animation: none;
    will-change: auto;
  }

}

.suite-bridge {
  max-width: 1320px;
  padding-left: clamp(16px, 2.4vw, 30px);
  padding-right: clamp(16px, 2.4vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(20px, 3.5vw, 42px);
  padding-bottom: 0;
}

.suite-intro {
  margin-bottom: 0;
  max-width: none;
}

.suite-title {
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand-ink);
  margin: 0 0 12px;
}

.suite-deck {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--text-dark-muted);
}

.suite-cta {
  margin-top: 20px;
}

.suite-stack {
  min-width: 0;
  border-radius: calc(var(--radius) + 6px);
  border: 0;
  box-shadow:
    0 18px 48px rgba(12, 116, 137, 0.1),
    0 8px 22px rgba(8, 9, 10, 0.06);
  overflow: visible;
  background: linear-gradient(155deg, #ffffff 0%, #f1fafc 55%, #e8f5f8 100%);
}

.solutions-preview {
  margin: 0;
  padding: 24px;
}

.solutions-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.solutions-preview-object {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  pointer-events: none;
}

.solutions-preview-link {
  display: block;
  text-decoration: none;
}

.solutions-preview-link:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 4px;
  border-radius: 18px;
}

.solutions-preview figcaption {
  margin: 12px 4px 0;
  font-size: 0.95rem;
  color: var(--text-dark-muted);
}

.solutions-preview-lead {
  color: var(--brand-primary);
  font-weight: 700;
}

.solutions-preview figcaption a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

.solutions-preview figcaption a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .suite-bridge {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1120px;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }

  .suite-intro {
    margin-bottom: 6px;
  }
}

.workflow-visual--suite {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 26px 24px 22px;
}

.workflow-visual--suite .workflow-title {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

/* “Why us” + full-bleed integrations: own group under the stage-by-stage stack, same .container width as the stack. */
.suite-why-with-integrations {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
}

.suite-why-with-integrations.suite-why-detached {
  margin-top: 0;
  padding-top: 26px;
}

.suite-why-with-integrations.suite-why-detached > .container {
  max-width: 1320px;
  padding-left: clamp(16px, 2.4vw, 30px);
  padding-right: clamp(16px, 2.4vw, 30px);
}

.suite-why-with-integrations.suite-why-detached .suite-why-block .why-lead {
  margin-top: 42px;
  margin-bottom: 16px;
  text-align: center;
}

.results .quote-grid {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .suite-why-with-integrations.suite-why-detached > .container {
    max-width: 1120px;
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
  }
}

.suite-why-with-integrations .suite-why-block {
  border-top: none;
  padding: 8px 0 20px;
  background: transparent;
  scroll-margin-top: 96px;
}

.suite-why-with-integrations .why-integrations-bleed {
  margin-top: 4px;
}

.solutions-page .container.narrow {
  width: min(1320px, 100%);
}

.solutions-page .solutions-workflow {
  margin: 24px 0 0;
}

.solutions-page .suite-stack {
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.solutions-resources-band {
  margin: 40px 0 36px;
}

.solutions-resources-band > .mid-cta--problem-cta .mid-cta-box h2 {
  white-space: normal;
  text-wrap: balance;
  flex: 1 1 auto;
  min-width: 0;
}

.solutions-resources-band > .proof.section-pad {
  margin: 0;
  padding-top: clamp(36px, 5vw, 52px);
  padding-bottom: clamp(36px, 5vw, 52px);
}

/* Match suite-why statement heading width/spacing (not squeezed inside .narrow) */
.solutions-resources-band > #proof .proof-heading-wrap {
  max-width: 1320px;
  padding-left: clamp(16px, 2.4vw, 30px);
  padding-right: clamp(16px, 2.4vw, 30px);
}

.solutions-resources-band > #proof .proof-heading-wrap .home-why-subhead--layer {
  margin-bottom: clamp(20px, 3vw, 28px);
}

.solutions-resources-band > #proof .container.narrow {
  margin-top: 0;
}

@media (max-width: 980px) {
  .solutions-resources-band > #proof .proof-heading-wrap {
    max-width: 1120px;
  }
}

.why-it-works-page .why-works-wish-cta {
  width: 100vw;
  max-width: 100vw;
  margin: clamp(28px, 4vw, 40px) 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pillars-mid-cta-band {
  margin: 36px 0 32px;
}

.pillars-page .pillars-mid-cta-band {
  margin: 0;
}

/* Homepage workflow — full-bleed strip under lifecycle core */
.rs-workflow-mid-cta-band {
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 clamp(22px, 3.2vw, 32px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#workflow-suite .rs-workflow-mid-cta-band .mid-cta--problem-cta {
  background: linear-gradient(270deg, #3a96a9 0%, #0c7489 100%);
}

#workflow-suite .rs-workflow-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 {
  white-space: normal;
  text-wrap: balance;
}

#workflow-suite .rs-workflow-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 .rs-workflow-cta-em {
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
  text-decoration-color: rgba(255, 252, 255, 0.95);
}

@media (min-width: 821px) {
  #workflow-suite .rs-workflow-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: space-between;
    max-width: 1160px;
  }
}

@media (min-width: 1101px) {
  #workflow-suite .rs-workflow-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
    row-gap: 18px;
    max-width: 1160px;
    flex-wrap: unset;
    justify-content: initial;
  }
}

.privacy-mid-cta-band {
  margin: 28px 0 34px;
}

.pillars-mid-cta-band .mid-cta--problem-cta,
.privacy-mid-cta-band .mid-cta--problem-cta,
.solutions-resources-band .mid-cta--problem-cta,
.why-it-works-page .why-works-wish-cta .mid-cta--problem-cta {
  background: linear-gradient(270deg, #3a96a9 0%, #0c7489 100%);
}

.why-it-works-page .why-works-wish-cta .mid-cta--problem-cta .mid-cta-box h2 {
  white-space: normal;
  text-wrap: balance;
}

/* Pillars — longer headline than solutions strip; prevent CTA overlap */
.pillars-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 {
  white-space: normal;
}

@media (min-width: 821px) {
  .pillars-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: space-between;
  }
}

@media (min-width: 1101px) {
  .pillars-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 28px;
    row-gap: 18px;
    max-width: 1040px;
    flex-wrap: unset;
    justify-content: initial;
  }
}

/* Privacy Q&A strip — use full band width; wide: one line when it fits */
.privacy-mid-cta-band .mid-cta--problem-cta {
  padding: 28px clamp(16px, 2.5vw, 36px);
}

.privacy-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(16px, 2.5vw, 28px);
  width: 100%;
  max-width: none;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: initial;
}

.privacy-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 {
  white-space: normal;
  line-height: 1.2;
  font-size: clamp(1.05rem, 2.3vw, 1.75rem);
  min-width: 0;
}

@media (max-width: 899px) {
  .privacy-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 {
    font-size: clamp(1.05rem, 3.3vw, 1.75rem);
  }
}

@media (min-width: 1101px) {
  .privacy-mid-cta-band .mid-cta--problem-cta .mid-cta-box h2 {
    white-space: nowrap;
    font-size: clamp(1.15rem, 2.35vw, 1.85rem);
  }
}

@media (max-width: 1024px) {
  .privacy-mid-cta-band .mid-cta--problem-cta .mid-cta-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
  }
}

/* Ported from Email My Students — problem mid-cta strip (solutions page) */
.mid-cta--problem-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px max(20px, (100vw - 1200px) / 2);
  box-sizing: border-box;
  background: var(--rs-banner-gradient);
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.mid-cta--problem-cta .mid-cta-box {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.mid-cta--problem-cta .mid-cta-box h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  white-space: nowrap;
}

.mid-cta--problem-cta .btn-primary {
  flex: 0 0 auto;
  white-space: nowrap;
  background: var(--brand-white);
  color: var(--brand-primary);
  box-shadow: var(--shadow-soft);
}

.mid-cta--problem-cta .btn-primary:hover {
  box-shadow: var(--shadow);
}

/* Shimmer + sparkle / twinkle CTA — e.g. Share your Wish */
.btn-shimmer {
  --btn-magic-shimmer-duration: 0.45s;
  position: relative;
  overflow: hidden;
  gap: 0.45em;
  padding-inline: 20px;
  z-index: 0;
}

.btn-shimmer__icon,
.btn-shimmer__text,
.btn-shimmer__arrow {
  position: relative;
  z-index: 1;
}

.btn-shimmer__icon--flip-x {
  display: inline-block;
  transform: scaleX(-1);
}

.btn-shimmer__text {
  font-style: normal;
  letter-spacing: 0.01em;
}

.btn-shimmer__arrow {
  font-weight: 700;
  line-height: 1;
}

/* Shimmer sweep — once in on hover, once out on leave */
.btn-shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  transition: left var(--btn-magic-shimmer-duration) ease-out;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(12, 116, 137, 0.16) 36%,
    rgba(58, 150, 169, 0.4) 46%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 230, 102, 0.32) 53%,
    rgba(12, 116, 137, 0.34) 58%,
    rgba(8, 79, 94, 0.14) 64%,
    transparent 100%
  );
}

/* Sparkle / twinkle layer */
.btn-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 10% 28%, rgba(255, 255, 255, 0.95) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 22% 62%, rgba(255, 198, 0, 0.92) 0 1.5px, transparent 2px),
    radial-gradient(circle at 34% 18%, rgba(58, 150, 169, 0.88) 0 1px, transparent 1.5px),
    radial-gradient(circle at 48% 72%, rgba(255, 230, 102, 0.9) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 58% 38%, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 14%, rgba(12, 116, 137, 0.82) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 82% 58%, rgba(255, 214, 64, 0.95) 0 1.5px, transparent 2px),
    radial-gradient(circle at 92% 34%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 8% 48%, rgba(255, 230, 102, 0.88) 0 1px, transparent 1.5px),
    radial-gradient(circle at 18% 82%, rgba(58, 150, 169, 0.85) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 42% 8%, rgba(255, 198, 0, 0.9) 0 1.5px, transparent 2px),
    radial-gradient(circle at 46% 48%, rgba(255, 255, 255, 0.92) 0 1px, transparent 1.5px),
    radial-gradient(circle at 56% 86%, rgba(224, 189, 0, 0.88) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 64% 22%, rgba(12, 116, 137, 0.8) 0 1.25px, transparent 1.75px),
    radial-gradient(circle at 76% 68%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 78%, rgba(255, 230, 102, 0.95) 0 1.5px, transparent 2px);
  box-shadow:
    24px 6px 0 -0.5px rgba(255, 230, 102, 0.85),
    52px 14px 0 -0.5px rgba(255, 255, 255, 0.75),
    118px 28px 0 -0.5px rgba(255, 198, 0, 0.8),
    148px 8px 0 -0.5px rgba(58, 150, 169, 0.7),
    72px 32px 0 -0.5px rgba(255, 214, 64, 0.9);
}

.btn-shimmer:hover::before {
  left: 100%;
}

.btn-shimmer:hover::after {
  animation: btn-sparkle-twinkle 3.2s ease-in-out infinite;
  transition: opacity 0.35s ease-in;
}

.btn-shimmer:not(:hover)::after {
  animation: none;
  opacity: 0;
  transition: opacity 0.55s ease-out;
}

/* Shimmer sweep only — no sparkle layer or trailing arrow */
.btn-shimmer--sweep-only::after {
  display: none;
  animation: none;
  opacity: 0;
  box-shadow: none;
}

.btn-shimmer--sweep-only:hover::after,
.btn-shimmer--sweep-only:not(:hover)::after {
  animation: none;
  opacity: 0;
}

@keyframes btn-sparkle-twinkle {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.96);
  }

  22% {
    opacity: 0.55;
    transform: scale(0.99);
  }

  38% {
    opacity: 0.95;
    transform: scale(1.015);
  }

  55% {
    opacity: 0.25;
    transform: scale(0.97);
  }

  72% {
    opacity: 0.8;
    transform: scale(1.01);
  }

  88% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-shimmer::before {
    transition: none;
  }

  .btn-shimmer:hover::before {
    left: -100%;
  }

  .btn-shimmer:hover::after,
  .btn-shimmer:not(:hover)::after {
    animation: none;
    opacity: 0;
    box-shadow: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .mid-cta--problem-cta {
    padding-inline: var(--page-gutter);
  }

  .mid-cta--problem-cta .mid-cta-box {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
  }

  .mid-cta--problem-cta .mid-cta-box h2 {
    white-space: normal;
  }
}

.solutions-community-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 10px;
  margin: 0 0 12px;
}

.solutions-community-pillar .pillar-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.solutions-community-pillar {
  overflow: visible;
}

.solutions-launch-badge {
  display: inline-block;
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3d3200;
  background: linear-gradient(180deg, #ffe566 0%, #e0bd00 100%);
  border: 1px solid rgba(61, 50, 0, 0.2);
  box-shadow: 0 1px 4px rgba(8, 9, 10, 0.08);
}

.solutions-community-launch-note {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-dark-muted);
}

.solutions-community-banner {
  margin: 0 0 12px;
}

.solutions-community-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(12, 116, 137, 0.18);
}

.solutions-resource-banner {
  margin: 0 0 12px;
}

.solutions-resource-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(12, 116, 137, 0.18);
}

.solutions-resources-banner {
  width: 100%;
  margin: 0;
  padding: 32px max(20px, calc((100vw - min(1320px, 100%)) / 2));
  box-sizing: border-box;
  background: linear-gradient(135deg, #0c7489 0%, #085a6b 55%, #064552 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(8, 9, 10, 0.08);
}

.solutions-resources-banner__inner {
  text-align: center;
}

.solutions-resources-heading {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

.solutions-resources-intro {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--text-dark-muted);
  text-align: center;
}

.solutions-resources-intro--home {
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--brand-ink);
}

.legal-page h2.solutions-resources-intro,
.legal-page #solutions-resources-heading {
  margin-bottom: 20px;
}

.solutions-resources-body {
  padding-top: clamp(20px, 3vw, 28px);
}

.solutions-resource-pillars {
  margin: 0;
}

.solutions-resource-pillars .pillar-index {
  margin-bottom: 10px;
}

.solutions-resource-pillars .pillar-title {
  margin-top: 0;
}

.solutions-workflow-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.solutions-stage-pillar {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.solutions-stage-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 28px;
}

.solutions-stage-header .pillar-index {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.solutions-stage-header .pillar-title {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 900px) {
  .solutions-stage-header .pillar-title {
    font-size: 1.32rem;
  }
}

.solutions-stage-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  line-height: 1;
  color: #58a9ba;
}

.solutions-stage-pillar:last-child .solutions-stage-arrow {
  display: none;
}

.solutions-stage-services {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

a.solutions-service-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0;
  padding: 14px 12px 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(12, 116, 137, 0.16);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

a.solutions-service-tile--coming-soon {
  position: relative;
  overflow: visible;
}

a.solutions-service-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 116, 137, 0.38);
  box-shadow: 0 12px 28px rgba(12, 116, 137, 0.14);
}

a.solutions-service-tile:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

a.solutions-service-tile .workflow-panel-logo {
  margin: 0;
  transition: transform 0.22s ease;
}

a.solutions-service-tile:hover .workflow-panel-logo {
  transform: scale(1.04);
}

.solutions-service-name {
  display: block;
  font-size: 0.95rem;
  color: var(--brand-ink);
}

a.solutions-service-tile p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-dark-muted);
}

.solutions-service-more {
  display: inline-block;
  margin-top: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--brand-primary);
}

a.solutions-service-tile:hover .solutions-service-more,
a.solutions-service-tile:focus-visible .solutions-service-more {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .solutions-workflow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .solutions-workflow-track {
    grid-template-columns: 1fr;
  }

  .solutions-stage-arrow {
    position: static;
    transform: rotate(90deg);
    margin-top: 4px;
  }

  .solutions-stage-header {
    flex-direction: column;
    padding: 0;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.solutions-service-tile,
  a.solutions-service-tile .workflow-panel-logo {
    transition: none;
  }

  a.solutions-service-tile:hover {
    transform: none;
  }

  a.solutions-service-tile:hover .workflow-panel-logo {
    transform: none;
  }
}

.suite-why-block {
  padding: 22px 24px 26px;
  border-top: 1px solid rgba(12, 116, 137, 0.22);
  background: rgba(255, 255, 255, 0.78);
  scroll-margin-top: 96px;
}

.suite-why-block h2 {
  margin-bottom: 0;
}

.suite-why-block .why-lead {
  margin-bottom: 10px;
}

.suite-why-block .benefits {
  margin-top: 44px;
  margin-bottom: 0;
}

.why.suite-section.section-pad {
  padding-bottom: 48px;
}


.legal-page {
  padding-top: 88px;
}

@media (max-width: 640px) {
  .legal-page {
    padding-top: 72px;
  }
}

.legal-page h1 {
  margin-bottom: 8px;
}

.legal-meta {
  color: var(--text-dark-muted);
  font-size: 0.95rem;
  margin: 0 0 28px;
}

/* Major section titles (h2) — larger than h3.legal-subhd subsections beneath them */
.legal-page h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 40px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(12, 116, 137, 0.14);
  color: var(--brand-ink);
}

.legal-page h2:first-of-type {
  margin-top: 28px;
}

.legal-page p,
.legal-page li {
  margin: 0 0 12px;
  color: var(--brand-ink);
}

.legal-page ul {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

/* Subsection titles (h3) — clearly subordinate to the h2 section above */
.legal-page .legal-subhd {
  font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-top: 26px;
  margin-bottom: 10px;
  color: var(--brand-primary);
}

.legal-page h2 + .legal-subhd {
  margin-top: 14px;
}

.legal-ol {
  margin: 0 0 16px;
  padding-left: 1.35em;
}

.legal-ol li {
  margin-bottom: 10px;
}

.legal-callout {
  border-left: 4px solid var(--brand-primary);
  padding: 16px 18px;
  margin: 24px 0;
  background: var(--surface);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.legal-callout-tight p {
  margin: 0;
}

.legal-table-wrap {
  margin: 20px 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: #fff;
}

.legal-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 520px;
}

.legal-data-table th,
.legal-data-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(12, 116, 137, 0.22);
}

.legal-data-table thead th {
  background: var(--surface);
  font-weight: 600;
  color: var(--brand-ink);
  border-bottom: 1px solid rgba(12, 116, 137, 0.2);
}

.legal-data-table thead th:first-child {
  border-right: 1px solid rgba(12, 116, 137, 0.22);
}

.legal-data-table tbody th[scope="row"] {
  font-weight: 600;
  color: var(--brand-primary);
  width: 28%;
  white-space: normal;
  border-right: 1px solid rgba(12, 116, 137, 0.22);
}

.legal-data-table tbody th[scope="row"] .solutions-service-tile {
  max-width: 246px;
  margin: 0 auto;
  padding: 10px 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  gap: 6px;
}

.legal-data-table tbody th[scope="row"] .solutions-service-tile:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.legal-data-table tbody th[scope="row"] .solutions-service-tile .workflow-panel-logo {
  transition: none;
}

.legal-data-table tbody th[scope="row"] .solutions-service-tile:hover .workflow-panel-logo {
  transform: none;
}

.legal-data-table tbody th[scope="row"] .solutions-service-tile p {
  text-wrap: balance;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

.legal-data-table tbody tr:nth-child(even) th,
.legal-data-table tbody tr:nth-child(even) td {
  background: rgba(12, 116, 137, 0.03);
}

.legal-data-table tbody tr:last-child th,
.legal-data-table tbody tr:last-child td {
  border-bottom: none;
}

.legal-security-split {
  display: grid;
  gap: 28px;
  margin-top: 32px;
  align-items: start;
}

@media (min-width: 800px) {
  .legal-security-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 36px;
  }
}

.legal-security-figure {
  margin: 0;
}

.legal-security-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.legal-security-lead {
  font-size: 1.02rem;
  line-height: 1.5;
  margin-top: 0;
}

.legal-security-aside p:last-child {
  margin-bottom: 0;
}

/* Temporary review highlights — remove after legal sign-off */
.legal-review-legend {
  border: 1px solid rgba(12, 116, 137, 0.35);
  background: rgba(12, 116, 137, 0.06);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 28px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.legal-review-legend .legal-code {
  font-size: 0.88em;
  font-family: ui-monospace, monospace;
  background: rgba(12, 116, 137, 0.1);
  padding: 1px 5px;
  border-radius: 4px;
}

ins.legal-review-add {
  background-color: rgba(34, 197, 94, 0.22);
  color: inherit;
  text-decoration: none;
}

del.legal-review-del {
  background-color: rgba(239, 68, 68, 0.14);
  color: inherit;
}

/* Full-article diff blocks (e.g. Data Security page): ins/del may wrap flow content */
.legal-page .container.narrow > del.legal-review-del,
.legal-page .container.narrow > ins.legal-review-add {
  display: block;
}

.legal-review-legend ins.legal-review-add,
.legal-review-legend del.legal-review-del {
  padding: 0 2px;
  border-radius: 2px;
}

.eyebrow {
  color: #bfeff9;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  margin-bottom: 14px;
}

.hero-sub {
  margin: 0;
  font-size: 1.14rem;
  color: #ffffff;
  font-weight: 600;
}

.hero-proof-pills {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-proof-pills span,
.hero-proof-pills .hero-proof-pill-link {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.86rem;
  font-weight: 600;
}

.hero-proof-pills .hero-proof-pill-link {
  text-decoration: none;
  display: inline-block;
}

.hero-proof-pills .hero-proof-pill-link:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-proof-pills .hero-proof-pill-link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.hero-cta {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid transparent;
}

.btn:has(.btn-arrow) {
  gap: 0.35em;
}

.btn-arrow {
  font-weight: 700;
  line-height: 1;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(8, 9, 10, 0.12);
}

.btn-primary {
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(8, 9, 10, 0.18);
  color: var(--brand-ink);
}

.btn-tertiary {
  background: #d7f2f8;
  color: #084f5e;
}

.workflow-visual {
  background: #ffffff;
  border: 1px solid rgba(12, 116, 137, 0.24);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  color: var(--brand-ink);
}

.workflow-title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #0d5f71;
  font-size: 1rem;
}

.workflow-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.flow-tab {
  border: 1px solid rgba(12, 116, 137, 0.28);
  background: #eef8fa;
  color: #0a5a6b;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  font: inherit;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.flow-tab.active {
  background: #0c7489;
  color: #ffffff;
  border-color: #0c7489;
}

.flow-arrow {
  color: #58a9ba;
  font-weight: 700;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .workflow-switcher {
    gap: clamp(3px, 0.6vw, 7px);
  }

  .flow-tab {
    padding: clamp(6px, 0.9vw, 9px) clamp(8px, 1.1vw, 12px);
    font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  }
}

@media (max-width: 539px) {
  .workflow-switcher {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
    grid-template-areas:
      "assign arrow1 grade arrow2"
      "insight arrow3 comm comm";
    align-items: center;
    column-gap: 8px;
    row-gap: 10px;
  }

  .workflow-switcher .flow-tab {
    flex: 0 0 auto;
    width: 100%;
  }

  .workflow-switcher .flow-tab:nth-child(1) {
    grid-area: assign;
  }

  .workflow-switcher .flow-arrow:nth-child(2) {
    grid-area: arrow1;
  }

  .workflow-switcher .flow-tab:nth-child(3) {
    grid-area: grade;
  }

  .workflow-switcher .flow-arrow:nth-child(4) {
    grid-area: arrow2;
  }

  .workflow-switcher .flow-tab:nth-child(5) {
    grid-area: insight;
  }

  .workflow-switcher .flow-arrow:nth-child(6) {
    grid-area: arrow3;
  }

  .workflow-switcher .flow-tab:nth-child(7) {
    grid-area: comm;
  }
}

#workflow-suite .workflow-panels-shell {
  width: 100%;
  /* Fallback before JS measures tallest stage; avoids collapse when scripts fail */
  min-height: min(52vw, 420px);
}

.workflow-panels {
  margin-top: 12px;
}

.workflow-panel {
  display: none;
  gap: 16px;
  align-items: flex-start;
  background: #f7fcfd;
  border: 1px solid rgba(12, 116, 137, 0.2);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
}

.workflow-panel.active {
  display: flex;
}

.workflow-panel[data-panel="communication"].active,
.workflow-panel[data-panel="assignments"].active {
  flex-direction: column;
  align-items: stretch;
}

.workflow-panel-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.workflow-comm-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.workflow-comm-item + .workflow-comm-item {
  padding-top: 14px;
  border-top: 1px solid rgba(12, 116, 137, 0.18);
}

.workflow-panel-logo {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: #eef8fa;
  border: 1px dashed rgba(12, 116, 137, 0.35);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.workflow-panel-logo:has(.workflow-panel-logo-img) {
  border-style: solid;
  border-color: rgba(12, 116, 137, 0.22);
  background: #ffffff;
}

.workflow-panel-logo-img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
}

.workflow-panel-body {
  flex: 1;
  min-width: 0;
}

.workflow-panel-body strong {
  display: block;
  font-size: 0.95rem;
}

.workflow-panel-body p {
  margin: 6px 0 8px;
  font-size: 0.9rem;
  color: var(--text-dark-muted);
  line-height: 1.45;
}

@media (max-width: 520px) {
  .workflow-panel.active:not([data-panel="communication"]):not([data-panel="assignments"]) {
    flex-direction: column;
    align-items: stretch;
  }

  .workflow-comm-item {
    flex-direction: column;
    align-items: stretch;
  }

  .flow-support {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ClassCloak: same surface as a workflow-panel row (VoiceGrader-style tile) */
.flow-support {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f7fcfd;
  border: 1px solid rgba(12, 116, 137, 0.2);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow-soft);
}

.trust-bar {
  border-top: 1px solid rgba(8, 9, 10, 0.08);
  border-bottom: 1px solid rgba(8, 9, 10, 0.08);
  background: #ffffff;
  color: var(--brand-ink);
}

.trust-inner {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-title {
  margin: 0;
  font-weight: 600;
}

.trust-items {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-items span {
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: #f4fbfd;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.9rem;
  color: #236170;
}

/* Why it Works — trust panel above “View Solutions” */
.trust-bar--roles {
  margin-top: 28px;
  margin-bottom: 0;
  border: 1px solid rgba(12, 116, 137, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(165deg, #f5fbfd 0%, #ffffff 55%, #fbfeff 100%);
  box-shadow: var(--shadow-soft);
}

.trust-inner--roles {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.trust-emphasis-head {
  margin: 0;
}

.trust-title--emphasis {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-primary);
  letter-spacing: -0.02em;
}

.trust-deck {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--text-dark-muted);
  max-width: 62ch;
}

.trust-stats-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trust-stats-row li {
  margin: 0;
  padding: 14px 12px;
  text-align: center;
  background: rgba(255, 252, 255, 0.95);
  border: 1px solid rgba(12, 116, 137, 0.18);
  border-radius: 12px;
}

.trust-stats-row strong {
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.trust-stats-row span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-dark-muted);
}

.trust-items--roles {
  justify-content: flex-start;
}

.trust-compliance-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #253341;
}

.trust-compliance-note abbr {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted rgba(12, 116, 137, 0.45);
}

.trust-compliance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.trust-compliance-tags span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 11px;
  border-radius: 8px;
  border: 1px solid rgba(12, 116, 137, 0.35);
  background: rgba(244, 251, 253, 0.95);
  color: #1a5f6e;
}

@media (max-width: 720px) {
  .trust-stats-row {
    grid-template-columns: 1fr;
  }
}

.problem {
  background: var(--surface);
  color: var(--brand-ink);
}

.problem p {
  color: #253341;
  font-size: 1.04rem;
}

.problem .container {
  background: #ffffff;
  border: 1px solid rgba(12, 116, 137, 0.16);
  border-radius: var(--radius);
  padding: 30px;
}

.results {
  /* Match hero base color with no gradient for a bolder band. */
  background: #0c7489;
  color: var(--brand-ink);
}

.results .container.narrow {
  background: #ffffff;
  border: 1px solid rgba(12, 116, 137, 0.16);
  border-radius: var(--radius);
  padding: 30px;
}

.results-eyebrow {
  color: var(--brand-primary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0 0 10px;
}

/* Company pillars page */
.pillars-page h1 {
  margin-bottom: 12px;
}

/* Widen key secondary pages to match the broader main-page layout. */
.why-it-works-page .container.narrow,
.pillars-page .container.narrow,
.partners-page .container.narrow,
.privacy-hub-page .container.narrow {
  width: min(1320px, 100%);
}

/* Match top page headers to main-page impact scale. */
.why-it-works-page h1.impact-heading,
.pillars-page h1.impact-heading,
.partners-page h1.impact-heading,
.privacy-hub-page h1.impact-heading,
.solutions-page h1.impact-heading {
  font-size: 60px;
  line-height: 1.06;
  margin-bottom: 16px;
}

@media (max-width: 900px) {
  .why-it-works-page h1.impact-heading,
  .pillars-page h1.impact-heading,
  .partners-page h1.impact-heading,
  .privacy-hub-page h1.impact-heading,
  .solutions-page h1.impact-heading {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.1;
  }
}

/* Why it Works — mirror Pillars: mission quote, pillar-style panel, narrow column, CTA band */
.why-it-works-page .why-works-section--roles {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(12, 116, 137, 0.12);
}

.why-it-works-page .roles .suite-title {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand-ink);
}

.why-it-works-page .why-works-cta-section {
  margin-top: 12px;
  text-align: center;
}

.why-it-works-page .why-works-cta-section .suite-title.why-works-cta-section__title {
  margin: 0 auto 14px;
  max-width: 52ch;
}

.why-it-works-page .why-works-cta-section .pillars-lead {
  margin: 0 auto 22px;
  max-width: 52ch;
  text-wrap: pretty;
}

.why-it-works-page .why-works-cta-section .pillars-foot {
  justify-content: center;
}

.why-it-works-page .why-works-cta-section__start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
}

.why-it-works-page .why-works-cta-section__arrow {
  font-weight: 700;
  line-height: 1;
}

.pillars-lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--brand-ink);
  margin: 0 0 28px;
  max-width: 52ch;
}

.pillars-cta-section {
  margin-top: 32px;
  padding: 22px 24px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  box-shadow: var(--shadow-soft);
}

.pillars-cta-heading {
  font-size: clamp(1.08rem, 2.2vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--brand-ink);
  margin: 0 0 14px;
}

.pillars-cta-section .pillars-lead {
  margin-bottom: 22px;
}

.pillars-page .pillars-cta-section .pillars-cta-section__lead {
  max-width: none;
  margin-bottom: 22px;
  text-wrap: pretty;
}

.pillars-cta-section .pillars-foot {
  padding-top: 0;
}

.pillars-page .pillars-bottom-cta.section-pad {
  padding: clamp(28px, 4vw, 44px) 0 clamp(12px, 2vw, 20px);
}

.pillars-page .pillars-bottom-cta__inner {
  display: flex;
  justify-content: center;
}

.pillars-page .pillars-bottom-cta .pillars-cta-section {
  width: min(100%, 36rem);
  margin-top: 0;
  text-align: center;
}

.pillars-page .pillars-bottom-cta .pillars-cta-section__actions {
  justify-content: center;
}

/* Privacy hub (privacy.html) */
.privacy-hub-page .pillars-lead {
  margin-bottom: 22px;
}

.privacy-hub-page .privacy-hub-block {
  margin-top: 4px;
  padding: 22px 20px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  box-shadow: var(--shadow-soft);
}

.privacy-hub-page .privacy-hub-block + .privacy-hub-block {
  margin-top: 18px;
}

.privacy-hub-page .privacy-hub-block .legal-subhd {
  margin-top: 0;
}

.privacy-hub-points {
  margin: 0 0 22px;
  padding-left: 1.25em;
}

.privacy-hub-doc-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}

.privacy-hub-doc-list > li {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(12, 116, 137, 0.14);
}

.privacy-hub-doc-list > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.privacy-hub-doc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(200px, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
}

.privacy-hub-doc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(6px, 1.2vw, 10px);
  border: 0;
  background: transparent;
}

.privacy-hub-doc-logo img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  filter: none;
}

.privacy-hub-doc-link {
  font-weight: 700;
  color: var(--brand-primary);
  text-decoration: none;
  font-size: 1.05rem;
}

.privacy-hub-doc-link:hover {
  text-decoration: underline;
}

.privacy-hub-doc-desc {
  display: block;
  margin-top: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark-muted);
  line-height: 1.45;
}

/* Privacy hub — Brisk-style procurement / IT approval band */
.privacy-procurement-band {
  width: 100%;
  margin: 44px 0;
  padding: clamp(40px, 6vw, 64px) clamp(16px, 3vw, 28px);
  box-sizing: border-box;
  background: var(--rs-banner-gradient);
  overflow: hidden;
}

.privacy-procurement-band__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 38rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(12px, 2.5vw, 28px);
}

.privacy-procurement-band__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.privacy-procurement-band h2.privacy-procurement-band__title {
  margin: 0 0 18px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.privacy-procurement-band p.privacy-procurement-band__text {
  margin: 0 auto 32px;
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  font-weight: 500;
  line-height: 1.58;
  color: #ffffff;
  max-width: 36em;
}

.privacy-procurement-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 17px 34px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  background: #0c7489;
  border: 2px solid rgba(255, 252, 255, 0.45);
  border-radius: 12px;
  box-shadow:
    0 14px 36px rgba(8, 9, 10, 0.38),
    0 0 0 4px rgba(255, 252, 255, 0.14);
}

.privacy-procurement-band__btn:hover {
  color: #ffffff;
  background: #084f5e;
  border-color: rgba(255, 252, 255, 0.65);
  box-shadow:
    0 18px 42px rgba(8, 9, 10, 0.42),
    0 0 0 5px rgba(255, 252, 255, 0.22);
  transform: translateY(-2px);
}

/* HTML illustration — floating procurement documents */
.procurement-scene {
  position: relative;
  min-height: 260px;
}

.procurement-float {
  position: absolute;
  background: var(--brand-white);
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(8, 9, 10, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.65);
}

.procurement-float__title {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.procurement-float__badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #084f5e;
  background: #d7f2f8;
}

.procurement-float__line {
  display: block;
  height: 6px;
  margin-top: 7px;
  border-radius: 999px;
  background: rgba(12, 116, 137, 0.14);
}

.procurement-float__line--mid {
  width: 78%;
}

.procurement-float__line--short {
  width: 52%;
}

.procurement-float__chip {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 9px;
  border-radius: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #084f5e;
  background: #eef8fb;
}

.procurement-float--w9 {
  top: 8%;
  left: 4%;
  width: 118px;
  padding: 14px 14px 16px;
  transform: rotate(-10deg);
}

.procurement-float--form {
  bottom: 6%;
  right: 0;
  width: 132px;
  padding: 14px;
  transform: rotate(7deg);
}

.procurement-float--letter {
  top: 4%;
  right: 2%;
  width: 126px;
  padding: 14px 14px 16px;
  transform: rotate(8deg);
}

.procurement-float--approved {
  top: 42%;
  left: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  padding: 12px;
  border-radius: 50%;
  background: #ffffff;
  transform: rotate(-6deg);
}

.procurement-float__check {
  display: block;
  width: 28px;
  height: 16px;
  margin-bottom: 6px;
  border-bottom: 4px solid #0c9a5f;
  border-left: 4px solid #0c9a5f;
  transform: rotate(-45deg) translate(2px, -2px);
}

.procurement-float__approved-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0c9a5f;
}

.procurement-float--seal {
  bottom: 4%;
  left: 18%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: rotate(12deg);
}

.procurement-float__seal-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px dashed rgba(255, 252, 255, 0.55);
  background: rgba(255, 252, 255, 0.12);
  box-shadow: 0 10px 24px rgba(8, 9, 10, 0.14);
}

.procurement-float__seal-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand-primary);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(8, 9, 10, 0.16);
}

/* Slightly tighter side art before stacking */
@media (max-width: 1100px) {
  .privacy-procurement-band__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, min(100%, 34rem)) minmax(0, 1fr);
    gap: clamp(10px, 2vw, 20px);
  }

  .procurement-scene {
    min-height: 220px;
  }

  .procurement-float--w9 {
    transform: rotate(-10deg) scale(0.88);
  }

  .procurement-float--form {
    transform: rotate(7deg) scale(0.88);
  }

  .procurement-float--letter {
    transform: rotate(8deg) scale(0.88);
  }

  .procurement-float--approved {
    transform: rotate(-6deg) scale(0.88);
  }

  .procurement-float--seal {
    transform: rotate(12deg) scale(0.88);
  }
}

/* Stack copy, then show floats in a centered row (not hidden) */
@media (max-width: 960px) {
  .privacy-procurement-band__layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 4vw, 32px);
  }

  .privacy-procurement-band__content {
    order: 1;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }

  .procurement-scene {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px 18px;
    width: 100%;
    max-width: 36rem;
    min-height: 0;
    margin: 0 auto;
  }

  .procurement-float {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 1 auto;
  }

  .procurement-float--w9 {
    width: 108px;
    padding: 12px 12px 14px;
    transform: rotate(-8deg);
  }

  .procurement-float--form {
    width: 118px;
    padding: 12px;
    transform: rotate(5deg);
  }

  .procurement-float--letter {
    width: 114px;
    padding: 12px 12px 14px;
    transform: rotate(6deg);
  }

  .procurement-float--approved {
    width: 84px;
    height: 84px;
    transform: rotate(-4deg);
  }

  .procurement-float--seal {
    width: 68px;
    height: 68px;
    transform: rotate(10deg);
  }

  .procurement-float__seal-core {
    width: 48px;
    height: 48px;
    font-size: 0.72rem;
  }
}

/* Very narrow: keep the most recognizable pieces */
@media (max-width: 520px) {
  .procurement-float--form,
  .procurement-float--seal {
    display: none;
  }

  .procurement-scene {
    max-width: 20rem;
    gap: 12px 14px;
  }
}

.privacy-hub-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 26px 0 18px;
}

.privacy-hub-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-dark-muted);
}

.privacy-hub-cta-section {
  margin-top: 22px;
}

.privacy-hub-cta-section .pillars-lead {
  margin-bottom: 16px;
}

.privacy-hub-cta-section .privacy-hub-note {
  margin-top: 10px;
}

/* Privacy Center (privacy.html) — Brisk-style transparency layout */
.privacy-center-section-title {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--brand-ink);
}

.privacy-center-intro {
  margin: 0 0 20px;
  font-size: 1.02rem;
  line-height: 1.58;
  color: var(--text-dark-muted);
  max-width: 72ch;
}

.privacy-center-note {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-dark-muted);
}

.privacy-hub-block .privacy-center-subtitle {
  margin: 32px 0 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(12, 116, 137, 0.22);
  text-align: center;
}

.privacy-center-subtitle {
  margin: 22px 0 10px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--brand-primary);
}

.privacy-service-summary-list {
  margin: 0;
  padding-left: 1.2em;
}

.privacy-service-summary-list li {
  margin: 0 0 8px;
  color: var(--brand-ink);
}

.privacy-service-summary-list li:last-child {
  margin-bottom: 0;
}

.privacy-service-summary-list a {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: none;
}

.privacy-service-summary-list a:hover {
  text-decoration: underline;
}

.privacy-trust-pillars {
  margin: 28px 0 0;
}

.privacy-trust-pillars + .privacy-trust-assurance {
  margin-top: 28px;
}

.privacy-trust-proof {
  margin: 36px 0 40px;
}

.privacy-trust-proof .privacy-trust-heading {
  margin: 0 0 32px;
  font-size: clamp(2.15rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-align: center;
  color: var(--brand-ink);
}

.privacy-service-summary-grid {
  display: grid;
  gap: 20px 18px;
  margin: 0;
}

.privacy-service-summary-col {
  margin: 0;
}

.privacy-service-summary-stage {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand-primary);
  text-transform: uppercase;
}

.privacy-service-summary-col .privacy-service-summary-list {
  padding-left: 1.1em;
}

@media (min-width: 720px) {
  .privacy-service-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .privacy-service-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

.privacy-center-page .privacy-center-section-title {
  margin-top: 28px;
}

.privacy-marker-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-marker-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.65rem;
  font-size: 0.94rem;
  line-height: 1.45;
  color: var(--brand-ink);
}

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

.privacy-marker-list--check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  color: #1a8f5c;
}

.privacy-marker-list--x li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: #9aa8b5;
}

.privacy-marker-list--info li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #0c7489;
  font-weight: 700;
}

.privacy-marker-list__item--account::before {
  content: "👤";
}

.privacy-marker-list__item--usage::before {
  content: "▣";
}

.privacy-marker-list__item--message::before {
  content: "✉";
}

.privacy-trust-assurance {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  padding: clamp(22px, 3vw, 30px) clamp(18px, 2.5vw, 24px);
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.22);
  background: linear-gradient(165deg, #f0fafc 0%, #ffffff 72%);
  box-shadow: 0 12px 32px rgba(12, 116, 137, 0.1);
  text-align: center;
}

.privacy-compliance-seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.privacy-compliance-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--rs-banner-gradient);
  box-shadow: 0 4px 14px rgba(12, 116, 137, 0.22);
}

.privacy-trust-assurance__lead {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--brand-ink);
}

.privacy-trust-assurance__cta {
  margin: 4px 0 0;
}

.privacy-trust-assurance__btn {
  background: #1988a3;
  border: 2px solid #0f6f86;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(12, 116, 137, 0.24);
}

.privacy-trust-assurance__btn .btn-shimmer__icon,
.privacy-trust-assurance__btn .btn-shimmer__text,
.privacy-trust-assurance__btn .btn-arrow {
  color: #ffffff;
}

.privacy-trust-assurance__btn::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.privacy-trust-assurance__btn:hover,
.privacy-trust-assurance__btn:focus-visible {
  background: #10758d;
  color: #ffffff;
  border-color: #0a5f74;
}

.privacy-mid-cta-band--after-proof {
  margin: clamp(28px, 4vw, 40px) 0;
}

.privacy-center-section-title--major {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.privacy-pillar-foot {
  margin: 14px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-dark-muted);
}

.privacy-pillar-foot a {
  color: var(--brand-primary);
  font-weight: 600;
}

.privacy-policy-back {
  margin: 0 0 6px;
}

.privacy-policy-back + .legal-meta {
  margin-top: 0;
  margin-bottom: 16px;
}

.legal-doc-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 28px;
  font-size: 0.95rem;
}

.legal-doc-nav--foot {
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(12, 116, 137, 0.2);
}

.legal-doc-nav__label {
  font-weight: 600;
  color: var(--text-dark-muted);
}

.legal-doc-nav__sep {
  color: rgba(12, 116, 137, 0.35);
  user-select: none;
}

.legal-compliance-hero {
  margin: 32px 0;
  padding: clamp(20px, 3vw, 26px);
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.28);
  background: linear-gradient(165deg, #e8f7fa 0%, #ffffff 72%);
  box-shadow: 0 8px 22px rgba(12, 116, 137, 0.08);
}

.legal-compliance-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.legal-compliance-hero p {
  margin: 0 0 12px;
}

.legal-compliance-hero p:last-child {
  margin-bottom: 0;
}

.legal-compliance-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.legal-compliance-badges span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 999px;
  color: #084f5e;
  background: #ffffff;
  border: 1px solid rgba(12, 116, 137, 0.22);
}

.pillars-founders-band {
  margin: 0;
  background: linear-gradient(165deg, #f0fafc 0%, #e8f4f8 100%);
  border-block: 1px solid rgba(12, 116, 137, 0.14);
}

.pillars-page .pillars-founders-band.section-pad {
  margin-top: clamp(32px, 4.5vw, 48px);
  padding: clamp(40px, 5vw, 56px) 0;
  border-bottom: none;
}

.pillars-founders-band__inner {
  display: grid;
  gap: clamp(24px, 3.5vw, 36px);
  align-items: start;
}

.pillars-founders-band__story .pillars-lead {
  max-width: 52ch;
}

.pillars-founders-band__thanks {
  margin-bottom: 0;
}

.pillars-founders-band .impact-heading {
  margin-bottom: 16px;
}

.pillars-founders-band__visual-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  margin-inline: auto;
  text-decoration: none;
  border-radius: 10px;
}

.pillars-founders-band__visual-link:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 4px;
}

.pillars-founders-band__visual {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillars-founders-band__bird {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .pillars-founders-band__visual-link:hover .pillars-founders-band__bird {
    opacity: 0.88;
  }
}

@media (min-width: 900px) {
  .pillars-founders-band__inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 24rem);
    align-items: center;
    column-gap: clamp(28px, 4vw, 48px);
  }
}

@media (max-width: 899px) {
  .pillars-founders-band__visual-link {
    max-width: 20rem;
  }

  .pillars-page .pillars-bottom-cta .pillars-cta-section__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pillars-page .pillars-bottom-cta .pillars-cta-section__actions .btn {
    width: 100%;
  }
}

.partners-benefits-intro {
  margin: 18px 0 10px;
  font-size: 1.05rem;
}

.partners-list--benefits {
  margin: 0 0 20px;
  padding: 18px 20px 18px 2.2em;
  border-radius: 14px;
  border: 1px solid rgba(12, 116, 137, 0.22);
  background: linear-gradient(165deg, #f4fbfd 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(12, 116, 137, 0.08);
}

.partners-list--benefits li {
  margin-bottom: 12px;
  line-height: 1.45;
}

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

.partners-faq {
  margin: clamp(32px, 5vw, 48px) 0 0;
}

.partners-faq-list {
  display: grid;
  gap: 12px;
}

.partners-faq-item {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(12, 116, 137, 0.16);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.partners-faq-item summary {
  font-weight: 700;
  color: var(--brand-ink);
  cursor: pointer;
}

.partners-faq-item p {
  margin: 12px 0 0;
  color: var(--text-dark-muted);
  line-height: 1.5;
}

/* Partners page */
.partners-lead {
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--brand-ink);
  margin: 0 0 28px;
  max-width: 52ch;
}

/* Mission: prominent statement card (no decorative quotation mark) */
.pillars-mission-quote {
  margin: 12px 0 28px;
  padding: 26px 28px 28px 32px;
  border-left: 5px solid var(--brand-primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: linear-gradient(
    140deg,
    rgba(12, 116, 137, 0.08) 0%,
    rgba(247, 252, 253, 0.98) 52%,
    #ffffff 100%
  );
  box-shadow: var(--shadow-soft);
  position: relative;
}

.pillars-mission-quote p {
  margin: 0;
  font-size: clamp(1.12rem, 2.4vw, 1.3rem);
  line-height: 1.58;
  letter-spacing: -0.015em;
  color: var(--brand-ink);
}

.pillars-mission-quote strong {
  font-weight: 700;
  color: var(--brand-primary);
}


/* Home #proof — testimonial pull quotes */
.proof-quote {
  margin: 0;
  padding: 26px 28px 24px 32px;
  border-left: 5px solid var(--brand-primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: linear-gradient(
    140deg,
    rgba(12, 116, 137, 0.08) 0%,
    rgba(247, 252, 253, 0.98) 52%,
    #ffffff 100%
  );
  box-shadow: var(--shadow-soft);
  position: relative;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.55;
  color: var(--brand-ink);
}

/* Opening + closing marks both anchored to <p> so layout matches every tile */
.proof-quote p {
  margin: 0;
  position: relative;
  z-index: 1;
}

.proof-quote p::before {
  content: "\201C";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 7vw, 3.5rem);
  line-height: 1;
  color: var(--brand-primary);
  opacity: 0.2;
  position: absolute;
  left: -0.32em;
  top: -0.2em;
  pointer-events: none;
  z-index: 0;
}

.proof-quote p::after {
  content: none;
}

.proof-quote cite {
  position: relative;
  z-index: 1;
}

.proof-quote__location {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .proof-quote__location {
    white-space: normal;
  }
}

.proof-trust {
  margin-top: 24px;
  padding: 22px 20px 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  box-shadow: var(--shadow-soft);
}

.proof-trust h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--brand-ink);
}

.proof-trust p {
  margin: 0 0 12px;
  color: #253341;
}

.proof-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.proof-trust-badges span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid rgba(12, 116, 137, 0.34);
  background: rgba(244, 251, 253, 0.95);
  color: #1a5f6e;
}

.proof-trust-links {
  margin-bottom: 0;
}

.partners-block + .partners-block {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(12, 116, 137, 0.15);
}

.partners-page .partners-block {
  position: relative;
  margin-top: 0;
  padding: 22px 20px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  box-shadow: var(--shadow-soft);
}

.partners-page .partners-block > h2 {
  margin-top: 0;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.partners-grid .partners-block {
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.partners-grid .partners-block + .partners-block {
  margin-top: 0;
}

.partners-grid .partners-cta {
  text-align: center;
  margin-top: auto;
}

.partners-grid .partners-cta .btn {
  margin-inline: auto;
  width: min(100%, 323px);
  text-align: center;
  box-sizing: border-box;
}

.partners-block--gliders {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  padding: 22px 20px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  box-shadow: var(--shadow-soft);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin-top: 0;
}

.partners-ribbon {
  width: 150px;
  height: 143px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.partners-ribbon::before,
.partners-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #c5a700;
}

.partners-ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background: linear-gradient(180deg, #ffe566 0%, #e0bd00 100%);
  color: #3d3200;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(8, 9, 10, 0.12);
}

.partners-ribbon--top-right {
  top: -10px;
  right: -10px;
  width: 133px;
}

.partners-ribbon--top-right::before,
.partners-ribbon--top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.partners-ribbon--top-right::before {
  top: 0;
  left: 0;
}

.partners-ribbon--top-right::after {
  bottom: 10px;
  right: 0;
}

.partners-ribbon--top-right span {
  left: -32px;
  top: 30px;
  transform: rotate(45deg);
}

/* Compact corner ribbon for service tiles (e.g. VoiceGrader Coming soon!)
   Kept inset so clipped workflow panels still show the full ribbon. */
.partners-ribbon--service-tile {
  top: 0;
  right: 0;
  width: 104px;
  height: 104px;
}

.partners-ribbon--service-tile span {
  width: 148px;
  padding: 8px 0;
  font-size: 0.6rem;
  left: -16px;
  top: 22px;
}

#workflow-suite .rs-workflow-stage__panel .solutions-service-tile--coming-soon,
#workflow-suite .rs-workflow-addons__tiles .solutions-service-tile--coming-soon,
.legal-data-table .solutions-service-tile--coming-soon {
  position: relative;
  overflow: visible;
}

/* Allow ribbon to paint when a coming-soon tile is open in the stage panel */
#workflow-suite .rs-workflow-stage__tiles:has(.solutions-service-tile--coming-soon) {
  overflow: visible;
}

.partners-hero-banner {
  margin: 0;
}

.partners-hero-banner img {
  display: block;
  width: min(100%, 28rem);
  margin: clamp(1.125rem, 4vw, 2.1875rem) auto;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(12, 116, 137, 0.18);
}

@media (min-width: 901px) and (max-width: 1150px) {
  .partners-hero-banner img {
    width: 70%;
    max-width: 24rem;
    margin: 35px auto;
  }
}

@media (min-width: 1151px) {
  .partners-hero-banner img {
    width: 60%;
    max-width: 22rem;
    margin: 35px auto;
  }
}

@media (max-width: 900px) {
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .partners-hero-banner img {
    width: min(100%, 24rem);
    margin: 28px auto;
  }
}

@media (max-width: 520px) {
  .partners-hero-banner img {
    width: 100%;
    margin: 22px auto;
  }

  .partners-ribbon {
    display: none;
  }
}

.partners-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title action"
    "lead action";
  align-items: center;
  column-gap: 20px;
}

.partners-cta-section .pillars-cta-heading {
  grid-area: title;
  margin-top: 0;
  margin-bottom: 6px;
}

.partners-cta-section .pillars-lead {
  grid-area: lead;
  margin-bottom: 0;
  max-width: 62ch;
}

.partners-cta-section .pillars-foot {
  grid-area: action;
  justify-self: end;
  align-self: center;
  margin-top: 8px;
  padding-top: 0;
}

@media (max-width: 760px) {
  .partners-cta-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "lead"
      "action";
    row-gap: 12px;
  }

  .partners-cta-section .pillars-foot {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .partners-page .partners-block + .partners-block {
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(12, 116, 137, 0.15);
  }
}

.partners-list {
  margin: 12px 0 18px;
  padding-left: 22px;
}

.partners-list li {
  margin: 8px 0;
}

.partners-cta {
  margin: 20px 0 0;
}

.gliders-word-mark {
  font-weight: inherit;
  white-space: nowrap;
}

.gliders-glide {
  color: #FFC600 !important;
  -webkit-text-stroke: 0.35px #111111;
  text-shadow: 0 0 0 #111111;
  letter-spacing: 0.03em;
}

.gliders-rs {
  color: var(--brand-primary);
  -webkit-text-stroke: 0.35px #111111;
  text-shadow: 0 0 0 #111111;
  letter-spacing: 0.03em;
}

h2 .gliders-word-mark {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.btn-gliders-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 22px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  background: var(--brand-white);
  color: var(--brand-ink);
  border: 2px solid var(--brand-primary);
  box-shadow: var(--shadow-soft);
}

.btn-gliders-cta:hover {
  background: #f4fbfd;
  border-color: #0a5f71;
}

.btn-gliders-cta:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}

.btn-gliders-cta .gliders-glide {
  color: #FFC600 !important;
  -webkit-text-stroke: 0.35px #111111;
  text-shadow: 0 0 0 #111111;
  letter-spacing: 0.03em;
}

.btn-gliders-cta .gliders-rs {
  color: var(--brand-primary);
}

.pillars-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 0;
}

@media (min-width: 720px) {
  .pillars-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }
}

.pillar-card {
  position: relative;
  margin: 0;
  padding: 22px 20px 24px;
  background: linear-gradient(165deg, #f4fbfd 0%, #fffcff 70%);
  border: 1px solid rgba(12, 116, 137, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.pillar-index {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: var(--brand-white);
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.pillar-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--brand-ink);
  letter-spacing: -0.02em;
}

.pillars-page .pillar-card .pillar-title {
  margin-top: 0;
}

.pillar-card p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #253341;
}

.pillar-card p:last-child {
  margin-bottom: 0;
}

.pillars-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding-top: 8px;
}

/* Space before CTA: margin-top fights margin-collapse with .pillar-card p (12px bottom),
   so extra margin barely shows—padding-top accumulates visibly after the collapsed gap. */
.pillar-cta {
  margin-top: 0;
  padding-top: 28px;
  display: flex;
  justify-content: center;
}

.pillar-cta .btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .pillar-cta .btn {
    width: auto;
  }
}

/* Edtech needs form (static site: submit opens mailto) */
.edtech-form {
  margin-top: 8px;
  max-width: 100%;
}

.edtech-form-field {
  margin-bottom: 16px;
}

.edtech-form-field label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 6px;
  color: var(--brand-ink);
}

.edtech-req {
  font-weight: 500;
  color: var(--text-dark-muted);
}

.edtech-opt {
  font-weight: 500;
  color: var(--text-dark-muted);
}

.edtech-form-field input,
.edtech-form-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(12, 116, 137, 0.28);
  border-radius: 10px;
  font: inherit;
  background: #fff;
  color: var(--brand-ink);
}

.edtech-form-field textarea {
  min-height: 140px;
  resize: vertical;
}

.edtech-form-field input:focus,
.edtech-form-field textarea:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 1px;
}

.edtech-form-actions {
  margin: 20px 0 0;
}

.results h2 {
  margin-bottom: 14px;
}

.results p {
  color: #253341;
  font-size: 1.04rem;
  margin: 0 0 12px;
  line-height: 1.55;
}

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

.results-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12.5rem, 28%);
  gap: 18px;
  align-items: start;
  margin-top: 20px;
}

.results-map {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.results-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  border: 0;
}

.results-stats {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  height: 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  justify-items: stretch;
}

.results-stat {
  container-type: inline-size;
  background: #f4fbfd;
  border: 1px solid rgba(12, 116, 137, 0.2);
  border-radius: 12px;
  padding: 12px 10px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  overflow: hidden;
}

.results-stat-value {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.15rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.results-stat-label {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #1e3446;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Narrow stat tiles (sidebar column or 2-up grid on small phones) */
@container (max-width: 13rem) {
  .results-stat {
    padding: 10px 8px;
  }

  .results-stat-value {
    font-size: clamp(0.72rem, 10cqi, 1.2rem);
    letter-spacing: -0.045em;
  }

  .results-stat-label {
    font-size: clamp(0.62rem, 4.5cqi, 0.78rem);
    margin-top: 4px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 720px) {
  .results-visuals {
    grid-template-columns: 1fr;
  }

  .results-stats {
    height: auto;
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .results-stat {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    max-width: none;
    padding: 16px 12px;
    display: flex;
  }
}

@media (max-width: 640px) {
  .results-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 400px) {
  .results .container.narrow {
    padding: 22px 14px;
  }

  .results-stat {
    padding: 14px 12px;
  }

  .results-stat-value {
    font-size: clamp(1.05rem, 5.2vw, 1.35rem);
    letter-spacing: -0.035em;
  }
}

/* Privacy hub — three-column trust proof (2:5:2 ≈ 20% | 50% | 20%, fills full width) */
.privacy-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 5fr) minmax(0, 2fr);
  gap: 20px 18px;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
}

.privacy-trust-col {
  min-width: 0;
  width: 100%;
}

.privacy-trust-col--map {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.privacy-trust-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
  height: 100%;
}

.privacy-trust-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.privacy-trust-map-caption {
  margin: 14px 0 0;
  max-width: 36rem;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: center;
  text-wrap: balance;
  color: var(--brand-ink);
}

.privacy-trust-stats {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.privacy-trust-col--points .privacy-trust-stats {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.privacy-trust-stat__value--word {
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  letter-spacing: -0.02em;
}

.privacy-trust-stat {
  background: linear-gradient(165deg, #f4fbfd 0%, #ffffff 100%);
  border: 1px solid rgba(12, 116, 137, 0.2);
  border-radius: 14px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 0;
  box-shadow: 0 8px 20px rgba(12, 116, 137, 0.08);
}

.privacy-trust-stats--highlights .privacy-trust-stat {
  background: linear-gradient(165deg, #e3f6fa 0%, #ffffff 100%);
  border-color: rgba(12, 116, 137, 0.32);
}

.privacy-trust-stat__value {
  display: block;
  width: 100%;
  font-size: clamp(1.15rem, 1.75vw, 1.75rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
}

.privacy-trust-stat__label {
  display: block;
  margin-top: 6px;
  width: 100%;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-dark-muted);
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .privacy-trust-layout {
    grid-template-columns: 1fr;
  }

  .privacy-trust-stats {
    height: auto;
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .privacy-trust-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.role-grid,
.quote-grid {
  display: grid;
  gap: 16px;
}
.role {
  background: var(--brand-white);
  border: 1px solid rgba(12, 116, 137, 0.25);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.role h3 {
  margin-bottom: 8px;
}

.role p {
  margin: 0 0 10px;
  color: var(--text-dark-muted);
}

.text-link,
.legal-page p a:not(.btn):not(.privacy-hub-doc-link),
.legal-page li a:not(.btn):not(.privacy-hub-doc-link),
.legal-page blockquote a:not(.btn) {
  color: var(--brand-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-link:hover,
.legal-page p a:not(.btn):not(.privacy-hub-doc-link):hover,
.legal-page li a:not(.btn):not(.privacy-hub-doc-link):hover,
.legal-page blockquote a:not(.btn):hover {
  color: #084f5e;
}

.role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.why {
  background: #ffffff;
  color: var(--brand-ink);
}

.why > .container:first-of-type {
  position: relative;
  z-index: 2;
}

.why-lead {
  color: var(--text-dark-muted);
  margin: 0 0 6px;
  font-weight: 500;
}

.benefits {
  margin: 16px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.benefits li {
  margin: 0;
}

.benefits details {
  border: 1px solid rgba(12, 116, 137, 0.28);
  border-radius: 12px;
  background: #eef8fa;
  overflow: hidden;
}

.benefits summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 40px 13px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brand-ink);
  position: relative;
}

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

.benefits summary::after {
  content: "\203A";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--brand-primary);
  transition: transform 0.16s ease;
}

.benefits details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.benefits details p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2e3f4f;
}

.benefits details:focus-within {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .benefits {
    grid-template-columns: 1fr;
  }
}

.why-integrations-bleed {
  position: relative;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0;
  margin-bottom: 28px;
  background: rgba(249, 249, 249, 0.92);
  border-top: 1px solid rgba(12, 116, 137, 0.12);
  border-bottom: 1px solid rgba(12, 116, 137, 0.12);
}

.integrations-marquees {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  align-self: stretch;
}

.integrations-marquee__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.integrations-marquee__viewport::before,
.integrations-marquee__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(40px, 6vw, 88px);
  pointer-events: none;
  z-index: 2;
}

.integrations-marquee__viewport::before {
  left: 0;
  background: linear-gradient(to right, rgba(249, 249, 249, 0.96), rgba(249, 249, 249, 0));
}

.integrations-marquee__viewport::after {
  right: 0;
  background: linear-gradient(to left, rgba(249, 249, 249, 0.96), rgba(249, 249, 249, 0));
}

.integrations-marquee__track {
  display: flex;
  align-items: flex-end;
  column-gap: 36px;
  width: max-content;
  will-change: transform;
}

.integrations-marquee--left .integrations-marquee__track {
  animation: integrations-marquee-left 75s linear infinite;
}

.integrations-marquee--right .integrations-marquee__track {
  animation: integrations-marquee-right 90s linear infinite;
}

.integrations-marquee:nth-child(1) .integrations-marquee__track {
  animation-duration: 78s;
}

.integrations-marquee:nth-child(2) .integrations-marquee__track {
  animation-duration: 92s;
}

.integrations-marquee:nth-child(3) .integrations-marquee__track {
  animation-duration: 78s;
}

@keyframes integrations-marquee-left {
  to {
    transform: translateX(-50%);
  }
}

@keyframes integrations-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* --- Integration strip interactive (restore when enabling clickable logos) ---
@media (hover: hover) and (pointer: fine) {
  .integrations-marquee:hover .integrations-marquee__track {
    animation-play-state: paused;
  }
}
--- end --- */

/* Visual-only logo strip: hrefs stay in markup; interaction disabled via inert + overrides below. */
.why-integrations-bleed .integrations-marquees {
  pointer-events: none;
  cursor: default;
}

.why-integrations-bleed .integration {
  cursor: default;
}

.why-integrations-bleed .integration img,
.why-integrations-bleed .integration:hover img,
.why-integrations-bleed .integration:focus-visible img {
  filter: grayscale(100%);
  opacity: 0.88;
  transition: none;
}

.why-integrations-bleed .integration:focus-visible {
  outline: none;
}

.integrations-disclaimer {
  margin: 10px auto 0;
  width: min(960px, calc(100% - 2 * var(--page-gutter)));
  max-width: 100%;
  padding: 0 var(--page-gutter);
  font-size: 0.78rem;
  line-height: 1.45;
  color: #5f6d79;
  text-align: center;
  white-space: normal;
}

.integrations-empty-state {
  margin: 10px auto 0;
  width: min(960px, calc(100% - 2 * var(--page-gutter)));
  max-width: 100%;
  padding: 0 var(--page-gutter);
  text-align: center;
  color: #5f6d79;
  font-size: 0.9rem;
  line-height: 1.45;
}

.integrations-empty-state code {
  font-size: 0.86em;
  color: #3b4b58;
}

.why-integrations-bleed--empty .integrations-marquees {
  display: none;
}

@media (max-width: 900px) {
  .privacy-hub-doc-grid {
    grid-template-columns: 1fr;
  }

  .privacy-hub-doc-logo {
    order: -1;
  }

  .privacy-hub-doc-logo img {
    width: min(100%, 220px);
  }

  .integrations-disclaimer {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .integrations-marquee__track {
    animation: none !important;
    transform: none !important;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100%;
    justify-content: center;
  }

  .integrations-marquee__track .integrations-marquee__list[aria-hidden="true"] {
    display: none !important;
  }

  .integrations-marquee__viewport {
    overflow: visible;
  }

  .integrations-marquee .integrations-marquee__list.integrations-strip {
    flex-wrap: wrap !important;
    justify-content: center;
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
    row-gap: 18px;
  }

  .integrations-marquees {
    gap: 16px;
  }
}

.integrations-marquee .integrations-marquee__list.integrations-strip {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 36px;
  width: max-content;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: none;
}

.integrations-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 18px 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  list-style: none;
  background: transparent;
  border: none;
}

.integrations-strip li {
  margin: 0;
  padding: 0;
}

.integration {
  display: flex;
  align-items: flex-end;
  line-height: 0;
}

.integration img {
  max-height: 38px;
  width: auto;
  max-width: 140px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.88;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.integration:hover img,
.integration:focus-visible img {
  filter: grayscale(0%);
  opacity: 1;
}

.integration:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

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

cite {
  margin-top: 10px;
  display: block;
  color: var(--text-dark-muted);
  font-style: normal;
  font-size: 0.94rem;
}

.cta-inner {
  text-align: center;
  background: #0c7489;
  border: 1px solid rgba(12, 116, 137, 0.35);
  border-radius: var(--radius);
  padding: 36px;
  color: var(--brand-white);
  box-shadow: var(--shadow);
}

.cta-inner p {
  margin: 0;
  color: #dff3f8;
}

.cta-inner .hero-cta {
  justify-content: center;
}

.cta-inner .btn-primary {
  background: #ffffff;
  color: var(--brand-primary);
  box-shadow: var(--shadow-soft);
}

.cta-inner .btn-primary:hover {
  box-shadow: var(--shadow);
}

.cta-inner .btn-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.cta-inner .cta-inner__start.btn-shimmer {
  gap: 0.35em;
}

.cta-inner .cta-inner__start.btn-shimmer .btn-shimmer__text,
.cta-inner .cta-inner__start.btn-shimmer .btn-arrow {
  position: relative;
  z-index: 1;
}

.cta-inner .cta-inner__start.btn-shimmer::before {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 36%,
    rgba(255, 255, 255, 0.42) 50%,
    rgba(255, 255, 255, 0.14) 64%,
    transparent 100%
  );
}

.cta-inner .cta-inner__start.btn-shimmer:hover {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
}

/* Legacy .site-footer — replaced by Global_Assets/rs-suite-footer-widget.html */
.site-footer-combined {
  margin: 0;
  padding: 0;
}

.site-footer {
  padding: 0;
  background: transparent;
  border-top: none;
}

.site-footer--main {
  padding: 0;
}

.site-footer__body {
  padding: 28px 0 26px;
  background: #ffffff;
  border-top: 1px solid rgba(8, 9, 10, 0.1);
}

.site-footer__fineprint-band {
  background: var(--rs-banner-gradient);
  padding: 16px 0 22px;
  border-top: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.site-footer__fineprint-band > .container {
  width: 100%;
  max-width: none;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.site-footer__fineprint-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: none;
}

.site-footer__fineprint {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.site-footer__fineprint-band .footer-social a {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.site-footer__fineprint-band .footer-social a:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.site-footer__fineprint-lead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.site-footer__fineprint-lead .site-footer__fineprint {
  margin: 0;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
  gap: 20px 32px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
  max-width: 300px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  text-decoration: none;
  align-self: start;
  line-height: 0;
  margin-left: -4px;
}

.footer-logo:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

.footer-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 64px;
  max-width: 100%;
  object-fit: contain;
}

.footer-social {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.footer-social__label {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-right: 4px;
}

.footer-social a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(12, 116, 137, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  background: #ffffff;
}

.footer-social a:hover {
  background: rgba(12, 116, 137, 0.08);
}

.footer-tagline {
  margin: 0;
  max-width: 52ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--brand-ink);
  font-weight: 500;
  min-width: 0;
}

.footer-nav {
  min-width: 0;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 26px;
  align-content: start;
}

.footer-col {
  min-width: 0;
}

.footer-accordion {
  margin: 0;
}

.footer-accordion__panel {
  overflow: hidden;
}

.footer-heading {
  margin: 0 0 8px;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary);
  font-weight: 800;
  list-style: none;
}

.footer-heading::-webkit-details-marker {
  display: none;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
  color: var(--text-dark-muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.footer-links a:hover {
  color: var(--brand-primary);
}

@media (max-width: 1080px) {
  .footer-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-brand {
    max-width: none;
    justify-items: center;
  }

  .footer-logo {
    margin-left: 0;
    justify-content: center;
  }

  .footer-tagline {
    max-width: 64ch;
    text-align: center;
    justify-self: center;
  }
}

@media (min-width: 850px) {
  .footer-accordion > .footer-heading {
    pointer-events: none;
    cursor: default;
  }

  .footer-accordion > .footer-heading::after {
    display: none;
  }

  .footer-accordion__panel {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .footer-nav-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 760px;
  }
}

@media (max-width: 849px) {
  .site-footer__body {
    padding: 22px 0 18px;
  }

  .footer-brand {
    justify-items: start;
    text-align: left;
    gap: 10px;
  }

  .footer-logo {
    justify-content: flex-start;
  }

  .footer-tagline {
    max-width: none;
    text-align: left;
    justify-self: start;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .footer-nav-columns {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: none;
    margin-top: 4px;
    border: 1px solid rgba(12, 116, 137, 0.16);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(165deg, #f8fcfd 0%, #ffffff 100%);
  }

  .footer-col + .footer-col {
    border-top: 1px solid rgba(12, 116, 137, 0.12);
  }

  .footer-accordion {
    width: 100%;
  }

  .footer-accordion > .footer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 14px 14px;
    font-size: 0.78rem;
    cursor: pointer;
    user-select: none;
  }

  .footer-accordion > .footer-heading::after {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--brand-primary);
    border-bottom: 2px solid var(--brand-primary);
    transform: rotate(45deg);
    transition:
      transform 0.34s cubic-bezier(0.4, 0, 0.2, 1),
      margin-top 0.34s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -3px;
  }

  .footer-accordion[open] > .footer-heading::after,
  .footer-accordion.is-expanded > .footer-heading::after {
    transform: rotate(-135deg);
    margin-top: 3px;
  }

  .footer-accordion__panel {
    max-height: 0;
    opacity: 0;
    will-change: max-height, opacity;
  }

  /* Steady open state — inline animation styles are cleared after expand */
  .footer-accordion[open]:not(.is-collapsing):not(.is-expanding) .footer-accordion__panel {
    max-height: none;
    opacity: 1;
    will-change: auto;
  }

  .footer-accordion > .footer-heading:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: -2px;
  }

  .footer-accordion .footer-accordion__panel .footer-links {
    gap: 0;
    padding: 0 14px 12px;
  }

  .footer-accordion .footer-links a {
    display: block;
    padding: 10px 2px;
    border-top: 1px solid rgba(12, 116, 137, 0.1);
    font-size: 0.95rem;
  }

  .site-footer__fineprint-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .footer-social {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Stack hero only on small screens — the old 980px breakpoint forced one column on narrow desktops and split-pane previews. */
@media (max-width: 720px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: 100%;
  }
}

/* Why it Works — role video carousel */
.testimonial-carousel {
  margin-top: 22px;
}

.role-grid--testimonials {
  margin-top: 22px;
  align-items: stretch;
}

/* Bottom-align carousels in each row so videos line up when role titles wrap to different heights */
.role-grid--testimonials > .role {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.role-summary {
  margin: 0 0 14px;
  color: var(--text-dark-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.roles .role .testimonial-carousel--nested {
  margin-top: 0;
}

.roles .role-grid--testimonials > .role .testimonial-carousel--nested {
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
}

.roles .role .testimonial-carousel--nested .testimonial-slide {
  padding: 10px 12px 14px;
}

.roles .role .testimonial-carousel--nested .testimonial-video-frame {
  margin-bottom: 0;
}

.testimonial-carousel--single .testimonial-carousel-arrow {
  display: none;
}

.testimonial-carousel--single .testimonial-carousel-main {
  gap: 0;
}

.roles-cta {
  margin: 32px 0 0;
  text-align: center;
}

.testimonial-carousel-main {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.testimonial-carousel-arrow {
  flex-shrink: 0;
  align-self: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(12, 116, 137, 0.35);
  background: var(--brand-white);
  color: var(--brand-primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel-arrow:hover {
  background: #f4fbfd;
  border-color: var(--brand-primary);
}

.testimonial-carousel-arrow:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

.testimonial-carousel-viewport {
  flex: 1;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(12, 116, 137, 0.2);
  background: var(--brand-white);
}

.testimonial-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-carousel-track {
    transition: none;
  }
}

.testimonial-slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 22px 20px 26px;
}

.testimonial-slide-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.testimonial-video-frame {
  position: relative;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
  background: linear-gradient(145deg, #eef8fb 0%, #f7fcfd 100%);
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.testimonial-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slide-copy {
  margin: 0;
  color: var(--text-dark-muted);
  font-size: 1rem;
  line-height: 1.45;
}

.testimonial-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.testimonial-carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(12, 116, 137, 0.45);
  background: transparent;
  cursor: pointer;
}

.testimonial-carousel-dot[aria-selected="true"] {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.testimonial-carousel-dot:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

.problem-pillars-line {
  margin-top: 18px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .section-pad {
    padding: 58px 0;
  }

  .role-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }

  .btn:not(.home-why-audience__tab) {
    width: 100%;
  }

  .home-why-audience__tabs {
    width: 100%;
    justify-content: stretch;
  }

  .home-why-audience__tab {
    flex: 1 1 calc(50% - 6px);
    width: auto;
    min-width: 0;
  }

  .home-why-audience__tabs-bar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-why-audience__rule {
    display: none;
  }

  .partners-page .partners-block,
  .partners-block--gliders {
    padding: 18px 16px 20px;
  }

  .pillar-card {
    padding: 18px 16px 20px;
  }

  .privacy-hub-page .privacy-hub-block {
    padding: 18px 16px;
  }
}
