/* Marketing design ported from the supplied PraqCentra website. */
/* The source imports Tailwind Preflight. Preserve its base geometry when
   rendering the same design without Tailwind or a Node build. */
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html { -webkit-text-size-adjust: 100%; tab-size: 4; }
button, input, select, textarea { color: inherit; background-color: transparent; border-radius: 0; }
img, svg, video, canvas { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
table { border-collapse: collapse; border-color: inherit; text-indent: 0; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
dialog { margin: auto; }
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/marketing/archivo-2a392e77-7a918f31.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/marketing/archivo-2a392e77-7a918f31.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/marketing/ibm-plex-mono-d7731959-d13bb5b4.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/marketing/ibm-plex-mono-8d0aead6-deab9c2b.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/marketing/ibm-plex-sans-118b756c-578a0041.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/marketing/ibm-plex-sans-118b756c-578a0041.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/marketing/ibm-plex-sans-118b756c-578a0041.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --font-display: "Archivo";
  --font-body: "IBM Plex Sans";
  --font-data: "IBM Plex Mono";
  --font-mono: "IBM Plex Mono";
  --paper: #fafaf8;
  --background: #fafaf8;
  --card: #fff;
  --foreground: #2b2e2c;
  --ink: #2b2e2c;
  --sage: #4a6e64;
  --sage-deep: #3a574f;
  --line: #e8e8e4;
  --secondary: #5b5f5c;
  --radius: 7px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--ink) !important;
  outline-offset: 4px !important;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display), Arial, sans-serif;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
}
h2 {
  font-size: clamp(32px, 3.4vw, 44px);
}
h3 {
  font-size: 27px;
}
p {
  color: var(--secondary);
}
.container {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-family: var(--font-data), monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  line-height: 1.5;
}
.muted-heading {
  color: #8b918c;
}
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 49px;
  gap: 20px;
  padding: 12px 22px;
  background: var(--sage);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 7px;
  transition:
    background 0.25s,
    transform 0.25s;
}
.action.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #d4d4ce;
}
.action-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.2s;
  opacity: 0.7;
}
.action-label {
  position: relative;
  z-index: 1;
  transition: transform 0.25s;
}
.action-arrow {
  position: relative;
  z-index: 1;
  transition: transform 0.25s;
  flex-shrink: 0;
}
.action:hover {
  background: var(--sage-deep);
  color: #fff;
  transform: translateY(-2px);
}
.action:hover .action-arrow {
  transform: translate(2px, -2px);
}
.action:hover .action-dot {
  transform: scale(2);
  opacity: 0.35;
}
.action.secondary:hover {
  background: var(--ink);
  border-color: var(--ink);
}
.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid var(--ink);
  padding-block: 6px;
}
.text-link svg {
  transition: transform 0.2s;
}
.text-link:hover svg {
  transform: translate(3px, -3px);
}
.skip-link {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 1000;
  transform: translateY(-120%);
  padding: 14px;
  background: #fff;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: fixed;
  z-index: 40;
  top: 24px;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: top 0.3s;
}
.nav-inner {
  width: min(1200px, calc(100% - 80px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 10px 22px;
  background: #fff;
  pointer-events: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 74px;
  transition:
    width 0.35s,
    box-shadow 0.35s;
}
.floated {
  top: 12px;
}
.floated .nav-inner {
  width: min(1000px, calc(100% - 48px));
  box-shadow: 0 8px 24px #2b2e2c0d;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 180px;
}
.brand img {
  width: 38px;
  height: 38px;
  /* Compensate for the white space inside the supplied icon artwork. */
  margin-right: -6px;
  flex-shrink: 0;
  object-fit: contain;
}
.brand span {
  font-family: var(--font-display), sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.desktop-nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-link {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  min-height: 44px;
  border: 0;
  background: none;
  padding: 0;
}
.nav-link:hover {
  color: var(--sage);
}
.nav-actions {
  gap: 22px;
}
.nav-login {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  white-space: nowrap;
}
.nav-demo {
  min-height: 45px;
  padding: 10px 17px;
  gap: 14px;
}
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
}
.product-menu {
  width: 580px;
  max-width: calc(100vw - 32px);
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border-radius: 10px;
}
.product-menu-item {
  padding: 14px;
  gap: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-menu-item > span:nth-child(2) {
  flex: 1;
}
.product-menu-item b {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.product-menu-item small {
  display: block;
  font-size: 12px;
  color: var(--secondary);
  line-height: 1.5;
  margin-top: 3px;
}
.product-menu-item .coming-label {
  font-size: 10px;
  margin-left: 34px;
}
.mobile-menu {
  max-height: 90dvh;
  overflow: auto;
  max-width: 500px !important;
  padding: 28px !important;
}
.mobile-menu > a:not(.action) {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu small {
  margin-left: auto;
  font-size: 11px;
  color: var(--secondary);
}
.hero {
  padding-top: 174px;
  text-align: center;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #616861;
}
.hero-eyebrow > span {
  height: 6px;
  width: 6px;
  background: var(--sage);
  border-radius: 50%;
}
.hero h1 {
  margin-top: 26px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
.hero h1 > .muted-heading {
  display: block;
}
.hero-description {
  font-size: 17px;
  line-height: 1.7;
  margin: 24px auto;
  max-width: 670px;
}
.hero .button-row {
  justify-content: center;
}
.hero-note {
  font-size: 12px;
  margin-top: 17px;
}
.hero-note span {
  padding: 0 7px;
}
.hero-bottom-label {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  font:
    10px var(--font-data),
    monospace;
  letter-spacing: 0.11em;
  color: #717671;
}
.showcase {
  margin: 8px auto 0;
  padding-bottom: 62px;
  max-width: 1080px;
}
.showcase-tabs {
  display: flex !important;
  max-width: 100%;
  margin: 12px auto 20px;
  height: auto !important;
  gap: 6px !important;
  overflow: auto;
  justify-content: flex-start !important;
  padding: 0 !important;
}
.showcase-tabs [data-slot='tabs-trigger'] {
  padding: 12px 17px;
  height: auto;
  min-height: 45px;
  font-size: 13px;
  gap: 8px;
  box-shadow: none !important;
  background: transparent !important;
  flex: initial;
}
.showcase-tabs [data-active] {
  color: var(--ink);
  background: #eaede8 !important;
}
.showcase-tabs [data-slot='tabs-trigger']:after {
  display: none;
}
.screen-figure {
  margin: 0;
  min-width: 0;
}
.screen-button {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  border: 1px solid #daddd7;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}
.screen-button > img {
  width: 100%;
  height: auto;
}
.screen-button:hover .expand-screen {
  opacity: 1;
  transform: none;
}
.expand-screen {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid var(--line);
  padding: 12px 14px;
  line-height: 1.3;
  font-size: 12px;
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.screen-button:focus-visible .expand-screen {
  opacity: 1;
}
.screen-figure figcaption {
  display: flex;
  justify-content: space-between;
  color: #7a807a;
  font:
    11px var(--font-data),
    monospace;
  padding: 12px 2px;
  line-height: 1.5;
  text-align: left;
}
.screenshot-dialog {
  max-width: min(1400px, calc(100vw - 32px)) !important;
  padding: 24px !important;
  max-height: 94dvh;
  overflow: auto;
}
.screenshot-dialog img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}
.intro-band {
  padding: 60px 0;
  background: #f0f2ee;
  border-block: 1px solid var(--line);
}
.intro-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1.25fr;
  gap: 30px;
  align-items: center;
}
.intro-content h2 {
  font-size: 31px;
}
.intro-content p {
  font-size: 14px;
}
.section-heading {
  margin-bottom: 60px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}
.split-heading p {
  max-width: 300px;
  font-size: 15px;
}
.centred {
  text-align: center;
}
.centred p {
  margin-top: 20px;
}
.story-section {
  padding-bottom: 60px;
}
.story-grid {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 6%;
  position: relative;
}
.story-copy {
  position: relative;
  padding-left: 35px;
}
.scroll-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
}
.story-step {
  min-height: 380px;
  position: relative;
  padding: 44px 0 58px;
  opacity: 0.58;
  transition: opacity 0.4s;
}
.story-step.is-current {
  opacity: 1;
}
.story-step .eyebrow {
  margin-bottom: 18px;
}
.story-step h3 {
  font-size: 31px;
  max-width: 280px;
}
.story-step p {
  font-size: 15px;
  margin: 20px 0 18px;
}
.story-dot {
  width: 9px;
  height: 9px;
  background: var(--paper);
  border: 1px solid #a4aba4;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 48px;
}
.is-current .story-dot {
  background: var(--sage);
  border-color: var(--sage);
}
.story-sticky {
  position: sticky;
  top: 170px;
  align-self: start;
  padding-top: 40px;
}
.story-window {
  padding: 12px;
  background: #eff1ec;
  border: 1px solid var(--line);
  border-radius: 10px;
  position: relative;
  aspect-ratio: 1.55;
}
.window-toolbar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 0 14px;
}
.window-toolbar > span {
  width: 5px;
  height: 5px;
  background: #abb1a9;
  border-radius: 50%;
}
.window-toolbar > b {
  font:
    10px var(--font-data),
    monospace;
  margin-left: auto;
  letter-spacing: 0.01em;
}
.story-image {
  position: absolute;
  top: 44px;
  left: 12px;
  right: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.4s,
    transform 0.4s;
}
.story-image.active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.story-image figcaption {
  font-size: 9px;
}
.story-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  margin-top: 20px;
  color: #757b74;
}
.story-mobile-screen {
  display: none;
}
.features-section {
  background: white;
  border-block: 1px solid var(--line);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.feature-card {
  padding: 34px;
  min-height: 248px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s;
}
.feature-card:hover {
  background: var(--paper);
}
.feature-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.feature-card-top > svg:last-child {
  transition: transform 0.25s;
  color: #91978f;
}
.feature-card:hover .feature-card-top > svg:last-child {
  transform: translate(3px, -3px);
  color: var(--ink);
}
.feature-card h3 {
  font-size: 24px;
}
.feature-card p {
  font-size: 14px;
  margin-top: 10px;
}
.feature-plan {
  display: block;
  margin-top: 25px;
  font-size: 11px;
  color: #747a73;
}
.feature-card:last-child {
  grid-column: span 2;
}
.team-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  gap: 40px;
}
.team-copy .eyebrow {
  margin-bottom: 20px;
}
.team-copy p {
  margin: 24px 0;
  font-size: 15px;
  max-width: 360px;
}
.team-section > img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.coming-section {
  border-top: 1px solid var(--line);
}
.coming-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.coming-card {
  position: relative;
  padding: 36px;
  background: #f0f2ee;
  border: 1px solid #e4e7e0;
  transition: background 0.2s;
}
.coming-card:hover {
  background: #e8ece5;
}
.coming-card > .coming-label {
  position: absolute;
  right: 30px;
  top: 32px;
}
.coming-card h3 {
  margin-top: 40px;
}
.coming-card p {
  font-size: 14px;
  margin-top: 10px;
}
.coming-card > div {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 12px;
}
.coming-label {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #d6dcd3;
  padding: 3px 7px;
  border-radius: 3px;
  font-family: var(--font-data), monospace;
  font-size: 10px;
  line-height: 1.4;
  color: #5b635a;
  background: #f4f5f1;
}
.pricing-section {
  background: #f0f2ee;
  border-block: 1px solid var(--line);
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 940px;
  margin: auto;
}
.price-card {
  padding: 38px;
  background: var(--paper);
  border: 1px solid #daded6;
}
.price-card.paid {
  background: #fff;
  border: 1px solid #8a9b8f;
}
.plan-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-title > span:last-child {
  font-size: 12px;
  color: #777e73;
}
.price {
  display: flex;
  align-items: baseline;
  font-family: var(--font-display), sans-serif;
  font-size: 72px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin-top: 34px;
}
.price > span {
  font-size: 25px;
  margin-right: 5px;
  letter-spacing: -0.03em;
}
.price > small {
  font:
    13px var(--font-body),
    sans-serif;
  letter-spacing: 0;
  margin-left: 12px;
  color: #737b70;
}
.price-card > p {
  font-size: 14px;
  margin-top: 18px;
}
.price-card strong {
  font-weight: 500;
  color: var(--ink);
}
.price-card > .action {
  width: 100%;
  margin-top: 28px;
  justify-content: space-between;
}
.price-card > ul {
  border-top: 1px solid var(--line);
  padding: 24px 0 0;
  margin: 28px 0 0;
  list-style: none;
  min-height: 180px;
}
.price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
}
.price-card li svg {
  flex-shrink: 0;
}
.price-card li .coming-label {
  margin-left: auto;
  font-size: 9px;
}
.price-card .plan-note {
  font-size: 12px;
  line-height: 1.6;
  color: #73796f;
}
.compare-link {
  display: flex;
  width: fit-content;
  margin: 32px auto 0;
}
.comparison {
  margin-top: 90px;
}
.comparison h2 {
  margin-bottom: 35px;
}
.table-scroll {
  overflow: auto;
}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.comparison th,
.comparison td {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid var(--line);
  min-width: 140px;
}
.comparison th {
  font-weight: 500;
}
.comparison thead {
  background: #eff1ec;
}
.comparison tr > th:first-child {
  width: 50%;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
}
.faq-section h2 {
  margin-top: 20px;
  margin-bottom: 25px;
}
.faq-accordion [data-slot='accordion-trigger'] {
  font-size: 16px !important;
  font-weight: 500;
  padding: 23px 0 !important;
  border-radius: 0;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.faq-accordion [data-slot='accordion-trigger']:hover {
  text-decoration: none;
  color: var(--sage);
}
.faq-accordion [data-slot='accordion-content'] > div {
  font-size: 15px;
  line-height: 1.7;
  padding: 0 26px 24px 0;
  color: var(--secondary);
}
.closing {
  background: #e8ede7;
  padding: 76px 0;
}
.closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.closing h2 {
  margin-top: 20px;
  font-size: 48px;
}
.closing p {
  font-size: 15px;
  margin-bottom: 22px;
}
.site-footer {
  background: #fff;
  padding-top: 65px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.8fr;
  gap: 40px;
}
.footer-brand > img {
  width: 132px;
  height: 88px;
  object-fit: contain;
  margin-top: -10px;
  margin-left: -10px;
}
.footer-brand p {
  font-size: 13px;
  margin-top: 18px;
}
.footer-top > div > .eyebrow {
  color: #82877e;
  margin-bottom: 22px;
}
.footer-top > div > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 36px;
  font-size: 13px;
}
.footer-top > div > a:hover {
  text-decoration: underline;
}
.footer-top small {
  font-size: 9px;
  color: #82877e;
}
.footer-wordmark {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(64px, 13.8vw, 175px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  color: #d9ded5;
}
.footer-wordmark > span {
  font-size: 0.8em;
  font-weight: 400;
}
.footer-bottom {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 11px;
  color: #7b8177;
}
.page-hero {
  padding-top: 180px;
  padding-bottom: 70px;
}
.page-hero .eyebrow {
  margin-bottom: 24px;
}
.page-hero p {
  max-width: 650px;
  margin: 25px 0;
  font-size: 17px;
}
.page-hero h1 {
  max-width: 860px;
}
.page-hero .coming-label {
  margin-bottom: 20px;
}
.feature-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr;
  gap: 80px;
  align-items: end;
}
.feature-hero-grid p {
  font-size: 16px;
  margin: 0 0 24px;
}
.feature-detail-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 65px;
  align-items: center;
}
.benefit-list {
  display: grid;
  gap: 40px;
}
.benefit-item h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.benefit-item p {
  font-size: 15px;
}
.feature-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
}
.roadmap-hero {
  padding: 60px;
  background: #eef1eb;
  min-height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.roadmap-hero > div {
  max-width: 610px;
}
.roadmap-hero svg {
  width: 90px;
  height: 90px;
  stroke-width: 1;
}
.roadmap-hero p {
  margin-top: 20px;
}
.roadmap-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.roadmap-benefits h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.faqs-page {
  max-width: 850px;
  padding-bottom: 110px;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 170px 100px;
}
.enquiry-intro .eyebrow {
  margin-bottom: 22px;
}
.enquiry-intro p {
  margin-top: 25px;
  max-width: 430px;
}
.enquiry-intro img {
  width: 100%;
  margin-top: 60px;
  mix-blend-mode: multiply;
}
.enquiry-form {
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
}
.enquiry-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d4ce;
  background: var(--paper);
  border-radius: 4px;
  padding: 12px 14px;
  margin-top: 8px;
  min-height: 46px;
}
.enquiry-form textarea {
  min-height: 100px;
  resize: vertical;
}
.enquiry-form .action {
  width: 100%;
  margin-top: 28px;
}
.preview-note {
  padding: 13px 16px;
  border: 1px solid #d4d4ce;
  background: #f3f5f0;
  font-size: 12px !important;
  line-height: 1.6;
}
.form-success {
  display: block;
  padding: 22px;
  background: #eef2ec;
  margin-top: 22px;
}
.form-success h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.form-success p {
  font-size: 14px;
}
.enquiry-summary {
  margin: 24px 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.enquiry-summary > div {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.enquiry-summary dt {
  font-weight: 600;
  margin-bottom: 4px;
}
.enquiry-summary dd {
  margin: 0;
  white-space: pre-wrap;
}
.legal-copy {
  max-width: 750px;
  padding-bottom: 100px;
}
.legal-copy h2 {
  font-size: 27px;
  margin: 35px 0 15px;
}
.legal-copy p {
  margin-top: 14px;
}
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero > .eyebrow,
  .hero > h1,
  .hero > .hero-description,
  .hero > .button-row {
    animation: enter 0.8s both;
  }
  .hero > h1 {
    animation-delay: 0.08s;
  }
  .hero > .hero-description {
    animation-delay: 0.16s;
  }
  .hero > .button-row {
    animation-delay: 0.22s;
  }
  @supports (animation-timeline: view()) {
    .feature-card,
    .coming-card {
      animation: reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 100%;
    }
  }
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes reveal {
  from {
    opacity: 0.3;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 18px;
  }
  .nav-faq {
    display: none;
  }
  .brand {
    min-width: 160px;
  }
  .nav-actions {
    gap: 12px;
  }
  .intro-content {
    grid-template-columns: 1fr 2fr;
  }
  .intro-content > p {
    grid-column: 2;
  }
  .story-grid {
    grid-template-columns: 38% 1fr;
    gap: 4%;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card:last-child {
    grid-column: span 2;
  }
  .feature-hero-grid {
    gap: 40px;
  }
  .footer-top {
    gap: 24px;
  }
  .enquiry-layout {
    gap: 50px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 65px;
  }
  .site-header {
    top: 12px;
  }
  .nav-inner,
  .floated .nav-inner {
    width: calc(100% - 24px);
    padding: 8px 12px;
    min-height: 64px;
    border-radius: 9px;
  }
  .brand {
    min-width: 0;
  }
  .brand img {
    width: 30px;
    height: 30px;
    margin-right: -4px;
  }
  .brand span {
    font-size: 20px;
  }
  .desktop-nav,
  .nav-demo {
    display: none;
  }
  .mobile-toggle {
    display: block;
  }
  .nav-actions {
    gap: 6px;
  }
  .hero {
    padding-top: 128px;
  }
  .hero-eyebrow {
    font-size: 9px;
    letter-spacing: 0.04em;
  }
  .hero h1 {
    font-size: 42px;
    line-height: 1.12;
    margin-top: 22px;
  }
  .hero h1 > .muted-heading {
    margin-top: 3px;
  }
  .hero-description {
    font-size: 15px;
    margin: 22px 0;
  }
  .desktop-break {
    display: none;
  }
  .hero-note {
    font-size: 10px;
  }
  .hero-bottom-label {
    margin-top: 40px;
    font-size: 9px;
  }
  .action {
    padding: 12px 16px;
    gap: 12px;
    font-size: 13px;
    min-height: 48px;
  }
  .showcase {
    padding-bottom: 35px;
  }
  .showcase-tabs {
    width: 100%;
    margin: 8px 0 12px;
    gap: 2px !important;
  }
  .showcase-tabs [data-slot='tabs-trigger'] {
    font-size: 11px;
    padding: 10px;
    gap: 5px;
  }
  .screen-figure figcaption {
    font-size: 9px;
  }
  .expand-screen {
    display: none;
  }
  .intro-band {
    padding-block: 35px;
  }
  .intro-content {
    display: block;
  }
  .intro-content h2 {
    font-size: 28px;
    margin: 18px 0;
  }
  .intro-content p {
    max-width: 400px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .story-grid {
    display: block;
  }
  .story-sticky {
    display: none;
  }
  .story-mobile-screen {
    display: block;
    margin-top: 30px;
  }
  .story-step {
    min-height: 0;
    padding: 25px 0 45px;
    opacity: 1;
  }
  .story-step h3 {
    font-size: 29px;
    max-width: none;
  }
  .story-step p {
    font-size: 14px;
  }
  .story-dot {
    top: 29px;
  }
  .story-copy {
    padding-left: 26px;
  }
  .story-dot {
    left: -23px;
  }
  .scroll-line {
    left: 0;
    width: 15px;
  }
  .split-heading {
    display: block;
  }
  .split-heading p {
    margin-top: 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card {
    padding: 23px 20px;
    min-height: 225px;
  }
  .feature-card-top {
    margin-bottom: 25px;
  }
  .feature-card h3 {
    font-size: 22px;
  }
  .feature-card p {
    font-size: 12px;
  }
  .team-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .team-copy {
    width: 100%;
  }
  .team-copy p {
    max-width: none;
  }
  .team-section > img {
    width: 100%;
    margin-top: 10px;
  }
  .coming-grid {
    grid-template-columns: 1fr;
  }
  .coming-card {
    padding: 26px;
  }
  .coming-card h3 {
    margin-top: 24px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-card {
    padding: 28px;
  }
  .price-card > ul {
    min-height: 0;
  }
  .price {
    font-size: 64px;
  }
  .centred p {
    font-size: 15px;
  }
  .price-card li {
    font-size: 13px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-accordion [data-slot='accordion-trigger'] {
    font-size: 15px !important;
    padding: 19px 0 !important;
  }
  .faq-accordion [data-slot='accordion-content'] > div {
    font-size: 14px;
  }
  .closing {
    padding: 50px 0;
  }
  .closing-inner {
    display: block;
  }
  .closing h2 {
    font-size: 38px;
  }
  .closing-inner > div + div {
    margin-top: 25px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer-brand > img {
    width: 115px;
  }
  .footer-brand p {
    margin-top: 12px;
  }
  .footer-wordmark {
    margin-top: 55px;
    font-size: 14vw;
  }
  .footer-bottom {
    gap: 12px;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .page-hero {
    padding-top: 135px;
    padding-bottom: 40px;
  }
  .page-hero h1 {
    font-size: 40px;
  }
  .page-hero p {
    font-size: 15px;
  }
  .feature-hero-grid {
    display: block;
  }
  .feature-hero-grid > div + div {
    margin-top: 25px;
  }
  .feature-detail-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .benefit-list {
    gap: 30px;
  }
  .roadmap-hero {
    padding: 28px;
    min-height: 0;
    flex-direction: column-reverse;
    align-items: start;
    gap: 30px;
  }
  .roadmap-hero svg {
    width: 55px;
    height: 55px;
  }
  .roadmap-benefits {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .enquiry-layout {
    display: block;
    padding-block: 130px 60px;
  }
  .enquiry-intro img {
    display: none;
  }
  .enquiry-intro {
    margin-bottom: 35px;
  }
  .enquiry-form {
    padding: 24px;
  }
  .comparison {
    margin-top: 55px;
  }
  .comparison th,
  .comparison td {
    padding: 14px 12px;
    font-size: 13px;
    min-width: 100px;
  }
  .comparison th:first-child {
    min-width: 150px;
  }
  .screenshot-dialog {
    padding: 20px !important;
  }
  .screenshot-dialog > img {
    min-width: 700px;
  }
  .screenshot-dialog {
    overflow: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .story-grid {
    display: block;
  }
  .story-sticky {
    display: none;
  }
  .story-mobile-screen {
    display: block;
    max-width: 800px;
    margin-top: 25px;
  }
  .story-step {
    opacity: 1;
    min-height: 0;
  }
  .scroll-line {
    display: none;
  }
  .story-copy {
    padding-left: 0;
  }
  .story-dot {
    display: none;
  }
  .story-step h3 {
    max-width: none;
  }
}

/* Product rotation, editorial founder profiles and dashboard entry. */
.showcase-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--secondary);
  font-size: 12px;
  padding: 0 2px 14px;
}
.showcase-controls > span:first-child {
  font-family: var(--font-mono), monospace;
  min-width: 62px;
}
.showcase-controls > span:last-child {
  text-align: right;
}
.showcase-feature-link {
  margin-top: 18px;
}
.product-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--secondary);
  margin: -18px 0 38px;
}
.product-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.standards-note {
  font-size: 14px !important;
  border-left: 2px solid var(--sage);
  padding-left: 16px;
}
.related-features {
  padding-bottom: 90px;
}
.related-features > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.related-features a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.related-features a > span {
  flex: 1;
}
.related-features small {
  display: block;
  margin-top: 5px;
  color: var(--secondary);
  font-size: 11px;
}
.related-features a:hover {
  background: #eef2ec;
}
.about-hero > .eyebrow {
  display: block;
  margin-bottom: 30px;
}
.about-hero .feature-hero-grid {
  align-items: start;
}
.about-hero .feature-hero-grid p + p {
  margin-top: 20px;
}
.about-hero .action {
  margin-top: 24px;
}
.about-team-art {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 65px;
  border-block: 1px solid var(--line);
}
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.founder-card {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.founder-monogram {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: var(--font-display), sans-serif;
  font-size: 76px;
  font-weight: 500;
  color: var(--sage);
  line-height: 1;
  margin-bottom: 55px;
}
.founder-monogram > span {
  color: var(--secondary);
  font:
    12px var(--font-mono),
    monospace;
}
.founder-card .eyebrow {
  display: block;
  margin-bottom: 20px;
}
.founder-card h3 {
  font-size: 33px;
  line-height: 1.12;
  min-height: 74px;
}
.founder-credentials {
  font-size: 13px;
  color: var(--sage);
  margin: 16px 0 24px;
}
.founder-card > p:last-child {
  max-width: 480px;
  line-height: 1.8;
  color: var(--secondary);
}
.login-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 85px;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 115px;
}
.login-intro .eyebrow {
  display: block;
  margin-bottom: 24px;
}
.login-intro h1 {
  font-size: clamp(42px, 4.2vw, 60px);
}
.login-intro p {
  max-width: 480px;
  margin: 28px 0;
  color: var(--secondary);
  line-height: 1.8;
}
.login-intro img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.login-card {
  padding: 40px;
  background: var(--card);
  border: 1px solid var(--line);
}
.login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #eef2ec;
  color: var(--sage);
  margin-bottom: 36px;
}
.login-card .eyebrow {
  display: block;
  margin-bottom: 14px;
}
.login-card h2 {
  font-size: 31px;
  line-height: 1.15;
  margin-bottom: 24px;
}
.login-card p {
  color: var(--secondary);
  font-size: 15px;
  line-height: 1.75;
}
.login-card .action {
  margin-top: 28px;
  display: flex;
  width: 100%;
}
.login-availability {
  font-size: 12px !important;
  margin: 12px 0 24px;
}
.login-context {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-bottom: 24px;
}
.login-context b {
  font-size: 13px;
  font-weight: 500;
}
.login-context p {
  font-size: 13px;
  margin-top: 8px;
}
@media (max-width: 1050px) {
  .login-layout {
    gap: 40px;
  }
  .login-card {
    padding: 28px;
  }
  .related-features > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .showcase-controls {
    gap: 8px;
    font-size: 10px;
  }
  .showcase-controls > span:nth-child(2) {
    max-width: 145px;
    text-align: center;
  }
  .showcase-feature-link {
    font-size: 13px;
  }
  .product-breadcrumb {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .related-features {
    padding-bottom: 60px;
  }
  .related-features > div {
    grid-template-columns: 1fr;
  }
  .related-features a {
    min-height: 70px;
    padding: 16px;
  }
  .about-team-art {
    margin-top: 35px;
  }
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .founder-monogram {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .founder-card h3 {
    font-size: 29px;
    min-height: 0;
  }
  .login-layout {
    grid-template-columns: 1fr;
    padding-top: 130px;
    padding-bottom: 65px;
    gap: 35px;
  }
  .login-intro img {
    display: none;
  }
  .login-card {
    padding: 26px 22px;
  }
  .login-card h2 {
    font-size: 28px;
  }
}

/* Practice analysis: a persistent guide through the operational detail. */
.analysis-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  align-items: center;
  gap: 72px;
}
.analysis-hero h1 {
  font-size: clamp(44px, 5.2vw, 70px);
  line-height: 1.08;
}
.analysis-hero-grid > div > p {
  max-width: 530px;
  margin: 28px 0;
}
.analysis-questions {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}
.analysis-questions > .eyebrow {
  margin-bottom: 12px;
}
.analysis-questions > a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.analysis-questions a > svg {
  flex-shrink: 0;
}
.analysis-questions a > svg:last-child {
  margin-left: auto;
  transition: transform 0.2s;
}
.analysis-questions a:hover > svg:last-child {
  transform: translate(3px, -3px);
}
.analysis-questions a:hover b {
  color: var(--sage);
}
.analysis-questions b {
  font-size: 17px;
  font-weight: 500;
}
.analysis-questions small {
  display: block;
  color: var(--secondary);
  font-size: 12px;
  margin-top: 4px;
}
.analysis-scroll-cue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--secondary);
  font-family: var(--font-data), monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.analysis-audiences {
  background: #eef1ec;
  padding: 48px 0;
}
.analysis-audiences > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.analysis-audiences article + article {
  border-left: 1px solid #d4d4ce;
  padding-left: 36px;
}
.analysis-audiences .eyebrow {
  font-size: 10px;
}
.analysis-audiences h2 {
  font-size: 25px;
  margin: 14px 0;
}
.analysis-audiences p {
  font-size: 14px;
  max-width: 290px;
}
.analysis-detail {
  padding-top: 96px;
}
.analysis-story {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.analysis-guide {
  position: sticky;
  top: 140px;
  padding-top: 12px;
}
.analysis-guide > .eyebrow {
  margin-bottom: 24px;
}
.analysis-guide nav {
  display: grid;
  gap: 6px;
}
.analysis-guide nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 12px;
  min-height: 48px;
  border-left: 2px solid transparent;
  color: var(--secondary);
  font-size: 13px;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.analysis-guide nav a[aria-current],
.analysis-guide nav a:hover {
  background: #edf2f0;
  color: var(--sage-deep);
  border-left-color: var(--sage);
}
.analysis-guide nav a > svg {
  flex-shrink: 0;
}
.analysis-guide-arrow {
  margin-left: auto;
  opacity: 0;
}
.analysis-guide [aria-current] .analysis-guide-arrow {
  opacity: 1;
}
.analysis-progress {
  height: 2px;
  background: var(--line);
  margin-top: 32px;
  overflow: hidden;
}
.analysis-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sage);
  transform-origin: left;
}
.analysis-guide-hint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  font-size: 11px;
}
.analysis-chapter {
  padding: 12px 0 72px;
  margin-bottom: 72px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 145px;
}
.analysis-chapter:last-child {
  margin-bottom: 0;
  border: 0;
}
.analysis-chapter .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.analysis-chapter h2 {
  font-size: clamp(30px, 3.3vw, 44px);
  max-width: 650px;
}
.analysis-description {
  font-size: 16px;
  margin-top: 24px;
  max-width: 670px;
}
.analysis-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 32px 0;
}
.analysis-details > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.analysis-details dt {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}
.analysis-details dd {
  font-size: 14px;
  color: var(--secondary);
  margin: 0;
}
.analysis-chapter > .text-link {
  margin-top: 26px;
}
.analysis-chapter .screen-figure {
  margin-top: 30px;
}
.analysis-access-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #eef1ec;
  padding: 30px;
  gap: 25px;
}
.analysis-access-levels h3 {
  margin: 20px 0 10px;
  font-size: 23px;
}
.analysis-access-levels p {
  font-size: 13px;
}
.analysis-follow-up {
  background: var(--ink);
  color: var(--paper);
  padding: 32px;
}
.analysis-follow-up .eyebrow {
  color: #b7c5bd;
}
.analysis-follow-up ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: follow-up;
}
.analysis-follow-up li {
  display: grid;
  grid-template-columns: 30px 135px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid #505550;
  counter-increment: follow-up;
}
.analysis-follow-up li::before {
  content: '0' counter(follow-up);
  color: #b7c5bd;
  font:
    12px var(--font-data),
    monospace;
}
.analysis-follow-up b {
  font-weight: 500;
}
.analysis-follow-up li span {
  color: #d4d4ce;
  font-size: 13px;
}
.analysis-availability {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 80px;
  padding-block: 64px 96px;
  border-top: 1px solid var(--line);
}
.analysis-availability h2 {
  font-size: 36px;
  margin: 18px 0;
}
.analysis-availability p {
  font-size: 15px;
  margin-bottom: 22px;
}
.analysis-roadmap {
  border: 1px solid var(--line);
  padding: 30px;
  align-self: start;
}
.analysis-roadmap h3 {
  font-size: 24px;
  margin: 22px 0 16px;
}
.analysis-roadmap p {
  margin-bottom: 0;
  font-size: 14px;
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .analysis-chapter-copy,
    .analysis-chapter > .screen-figure {
      animation: analysis-reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 80%;
    }
  }
}
@keyframes analysis-reveal {
  from {
    opacity: 0.6;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1050px) {
  .analysis-hero-grid {
    gap: 35px;
  }
  .analysis-story {
    grid-template-columns: 205px minmax(0, 1fr);
    gap: 35px;
  }
  .analysis-guide nav a {
    padding-inline: 9px;
    font-size: 12px;
    gap: 8px;
  }
  .analysis-guide-arrow {
    display: none;
  }
  .analysis-access-levels {
    padding: 24px;
    gap: 18px;
  }
  .analysis-access-levels h3 {
    font-size: 20px;
  }
  .analysis-follow-up li {
    grid-template-columns: 22px 1fr;
  }
  .analysis-follow-up li span {
    grid-column: 2;
  }
}
@media (max-width: 760px) {
  .analysis-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .analysis-hero h1 {
    font-size: clamp(36px, 8.9vw, 58px);
  }
  .analysis-hero-grid > div > p {
    font-size: 16px;
  }
  .analysis-questions b {
    font-size: 16px;
  }
  .analysis-scroll-cue {
    margin-top: 40px;
  }
  .analysis-audiences > div {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .analysis-audiences article + article {
    border-left: 0;
    border-top: 1px solid #d4d4ce;
    padding: 24px 0 0;
  }
  .analysis-audiences p {
    max-width: none;
  }
  .analysis-detail {
    padding-top: 30px;
  }
  .analysis-story {
    display: block;
  }
  .analysis-guide {
    top: 87px;
    background: var(--paper);
    z-index: 20;
    padding: 10px 0;
  }
  .analysis-guide > .eyebrow,
  .analysis-guide-hint {
    display: none;
  }
  .analysis-guide nav {
    display: flex;
    overflow-x: auto;
    gap: 4px;
    scrollbar-width: thin;
  }
  .analysis-guide nav a {
    flex-shrink: 0;
    font-size: 12px;
    min-height: 44px;
    padding: 10px;
  }
  .analysis-guide nav a svg {
    width: 16px;
  }
  .analysis-progress {
    margin-top: 8px;
  }
  .analysis-chapter {
    scroll-margin-top: 175px;
    padding-top: 40px;
    padding-bottom: 44px;
    margin-bottom: 12px;
  }
  .analysis-chapter .eyebrow {
    margin-bottom: 20px;
    font-size: 10px;
  }
  .analysis-chapter h2 {
    font-size: 32px;
  }
  .analysis-details {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .analysis-access-levels {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .analysis-access-levels > div + div {
    padding-top: 24px;
    border-top: 1px solid #d4d4ce;
  }
  .analysis-access-levels h3 {
    margin-top: 12px;
  }
  .analysis-follow-up {
    padding: 24px;
  }
  .analysis-availability {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 48px 64px;
  }
  .analysis-availability h2 {
    font-size: 30px;
  }
}

/* Native Rails/Hotwire elements replacing the reference component library. */
[hidden] { display: none !important; }
svg { flex-shrink: 0; vertical-align: middle; }
button { color: inherit; }
ul, ol { list-style: none; padding: 0; }
dl, dd { margin: 0; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.product-disclosure { position: relative; }
.product-disclosure > summary { display: flex; }
.product-disclosure[open] > summary { color: var(--sage); }
.product-menu { position: absolute; top: calc(100% + 20px); left: -40px; background: var(--card); border: 1px solid var(--line); box-shadow: 0 12px 32px #2b2e2c14; }
.product-menu-item { display: flex; border-radius: 5px; }
.product-menu-item:hover, .product-menu-item:focus-visible { background: #edf2f0; }
.showcase { display: flex; flex-direction: column; gap: 8px; }
.showcase-tabs { width: fit-content; align-items: center; }
.showcase-tabs [role=tab] { display: inline-flex; align-items: center; justify-content: center; flex: initial; border: 1px solid transparent; border-radius: 5px; color: var(--secondary); font-weight: 500; white-space: nowrap; line-height: 20px; }
.showcase-tabs [role=tab] svg { width: 16px; height: 16px; }
.showcase [role=tabpanel] { font-size: 14px; line-height: 20px; }
.showcase-tabs [aria-selected=true] { color: var(--ink); background: #eaede8 !important; }
.rotation-toggle { padding: 0; border: 0; background: transparent; font: inherit; }
.rotation-toggle:disabled { cursor: default; color: var(--secondary); }
.faq-item:not(:last-child) { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: start; justify-content: space-between; border: 1px solid transparent; font-family: var(--font-display), Arial, sans-serif; }
.faq-item summary svg { flex-shrink: 0; width: 16px; height: 16px; margin-left: auto; }
.faq-item[open] summary svg { transform: rotate(180deg); }
dialog { color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 28px; }
dialog::backdrop { background: #121915a6; }
dialog[open] { animation: none; }
.dialog-close { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; background: var(--card); border-radius: 4px; }
.screenshot-dialog { width: min(1320px, calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 28px !important; overflow: auto; }
.screenshot-dialog h2 { margin: 0 35px 8px 0; font-size: 23px; }
.screenshot-dialog p { margin-bottom: 20px; font-size: 13px; }
.screenshot-dialog > img { width: 100%; height: auto; }
.mobile-menu { width: calc(100vw - 32px); pointer-events: auto; }
.mobile-menu h2 { padding-right: 24px; font-size: 24px; }
.mobile-menu > p { margin: 12px 0; }
.mobile-menu > .action { display: flex; margin-top: 16px; }
.mobile-menu:not([open]) { display: none; }
.plan-heading { margin: 25px 0 24px; font-size: clamp(34px, 3vw, 44px); }
.centred-copy { margin-inline: auto; }
.pricing-detail { padding-bottom: 80px; }
.legal-copy a, .comparison td a { text-decoration: underline; text-underline-offset: 3px; }
.marketing-flashes { padding-top: 120px; margin-bottom: -90px; }
.flash { padding: 14px 18px; background: #edf2f0; border: 1px solid var(--line); }
.form-errors { padding: 16px; border: 1px solid #f3c2bd; background: #fdecea; color: #8b241d; }
.form-errors ul { list-style: disc; padding-left: 22px; margin-block: 8px; }
.enquiry-form .field { margin-top: 20px; }
.enquiry-form .button { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 22px; background: var(--sage); border: 1px solid transparent; border-radius: 7px; color: #fff; text-decoration: none; font-weight: 500; cursor: pointer; }
.enquiry-form .button-primary { background: var(--sage); color: #fff; }
.enquiry-form .button:hover { background: var(--sage-deep); }
.enquiry-form input[type=submit] { margin-top: 26px; color: #fff; background: var(--sage); }
.enquiry-form .button-full { width: 100%; }
.enquiry-form .muted, .enquiry-form .help-text { color: var(--secondary); font-size: 13px; margin-top: 8px; }
.enquiry-form a:not(.action):not(.button) { text-decoration: underline; text-underline-offset: 3px; }
.enquiry-form .field_with_errors { display: contents; }
.enquiry-form .field_with_errors input, .enquiry-form .field_with_errors textarea { border-color: #b3261e; }
@media (max-width: 1050px) and (min-width: 761px) {
  .brand { min-width: 140px; }
  .brand span { font-size: 20px; }
  .desktop-nav { gap: 13px; }
  .nav-inner { padding-inline: 14px; }
  .nav-demo { padding-inline: 12px; gap: 8px; }
  .nav-login { font-size: 12px; }
}
@media (max-width: 760px) {
  .screen-figure figcaption { gap: 12px; align-items: start; }
  .screen-figure figcaption > span:last-child { text-align: right; }
  .screenshot-dialog { padding: 20px !important; }
  .screenshot-dialog > img { min-width: 650px; }
  .plan-heading { font-size: 35px; }
  .marketing-flashes { margin-bottom: -110px; padding-top: 100px; }
  .hero h1 { overflow-wrap: normal; }
}
.login-card.enquiry-form .field { margin-top: 16px; }
.login-card.enquiry-form .field label { margin-top: 0; }
.login-card .back-link { display: inline-block; margin-top: 16px; font-size: 13px; }
.marketing .button { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 22px; background: var(--sage); border: 1px solid transparent; border-radius: 7px; color: #fff; text-decoration: none; font-weight: 500; cursor: pointer; }
.marketing .button:hover { background: var(--sage-deep); }
.marketing .button-full { width: 100%; }
.page-hero > .button { margin-top: 24px; }
.form-note { margin-top: 20px; font-size: 13px; line-height: 1.6; }
.survey-public { max-width: 740px; padding-top: 80px; }
.survey-public h1 { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.08; margin: 16px 0 24px; }
.survey-public .enquiry-form { margin-top: 32px; }
.survey-rating { border: 0; border-bottom: 1px solid var(--line); padding: 0 0 24px; margin: 0 0 24px; }
.survey-rating legend { font-weight: 600; margin-bottom: 16px; }
.survey-rating-options { display: flex; gap: 12px; }
.survey-rating-options label { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.survey-rating-options input { width: 18px; height: 18px; accent-color: var(--ink); }
.survey-rating-options label:has(input:checked) { background: #edf2f0; border-color: var(--sage); }
