/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #0d3f3e;
  --ink-deep: #073333;
  --green: #00665f;
  --green-bright: #0a7569;
  --mint: #dceee8;
  --mint-pale: #eef7f3;
  --cream: #fbfaf6;
  --paper: #fffefb;
  --text: #173331;
  --muted: #5d6c69;
  --line: #d6e1dc;
  --gold: #d89d43;
  --shadow: 0 30px 80px #123d3921, 0 6px 20px #123d3914;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  background: var(--cream);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.container {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}
.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fbfaf6e6;
  border-bottom: 1px solid #0d3f3e14;
  align-items: center;
  height: 84px;
  display: flex;
  position: sticky;
  top: 0;
}
.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.brand {
  color: var(--ink);
  letter-spacing: -0.7px;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 750;
  display: inline-flex;
}
.brand-mark {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5px;
  width: 42px;
  height: 42px;
}
.main-nav {
  align-items: center;
  gap: 40px;
  font-size: 15px;
  font-weight: 650;
  display: flex;
}
.main-nav a {
  padding: 10px 0;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: var(--green-bright);
}
.button {
  border: 1px solid #0000;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 750;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  border-radius: 9px;
  min-height: 44px;
  padding: 0 20px;
}
.button-dark,
.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 25px #0d3f3e29;
}
.button-dark:hover,
.button-primary:hover {
  background: var(--green);
  box-shadow: 0 13px 30px #0d3f3e38;
}
.button-outline {
  border-color: var(--ink);
  color: var(--ink);
  background: 0 0;
}
.button-outline:hover {
  background: #fff;
}
.play {
  font-size: 10px;
}
.hero {
  grid-template-columns: 0.85fr 1.35fr;
  align-items: center;
  gap: 58px;
  min-height: 760px;
  padding-top: 65px;
  padding-bottom: 90px;
  display: grid;
  position: relative;
}
.hero:before,
.hero:after {
  content: "";
  z-index: -1;
  border: 1px solid #cce3dc;
  border-radius: 50%;
  position: absolute;
}
.hero:before {
  background: #cdebe28c;
  width: 440px;
  height: 440px;
  bottom: -160px;
  left: -330px;
}
.hero:after {
  width: 350px;
  height: 350px;
  top: -230px;
  right: -230px;
}
.hero-copy {
  max-width: 520px;
}
.pill {
  background: var(--mint);
  color: var(--ink);
  border-radius: 9px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}
.hero h1 {
  color: var(--ink-deep);
  letter-spacing: -4.5px;
  margin: 30px 0 20px;
  font-size: clamp(54px, 5.6vw, 78px);
  font-weight: 780;
  line-height: 0.98;
}
.hero-copy > p {
  color: #2c4542;
  max-width: 510px;
  margin: 0;
  font-size: 20px;
  line-height: 1.58;
}
.hero-actions {
  gap: 14px;
  margin-top: 34px;
  display: flex;
}
.hero-actions .button {
  white-space: nowrap;
  padding-inline: 20px;
}
.built-with {
  color: #4d605d;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 14px;
  display: flex;
}
.built-with > span {
  background: var(--mint);
  width: 34px;
  height: 34px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 21px;
  display: grid;
}
.hero-product {
  width: 725px;
  margin-right: -130px;
}
.dashboard-shell {
  height: 590px;
  box-shadow: var(--shadow);
  transform-origin: 0;
  background: #fff;
  border: 1px solid #bdc9c4;
  border-radius: 20px;
  grid-template-columns: 130px 1fr;
  display: grid;
  overflow: hidden;
  transform: perspective(1600px) rotateY(-1.5deg);
}
.dash-nav {
  background: #fcfcfa;
  border-right: 1px solid #e4ebe7;
  flex-direction: column;
  padding: 24px 12px 16px;
  display: flex;
}
.dash-logo {
  color: var(--ink);
  padding: 0 10px 22px;
  font-size: 22px;
}
.dash-nav nav {
  gap: 4px;
  display: grid;
}
.dash-nav nav span,
.dash-help {
  color: #334a47;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 9px;
  font-size: 11px;
  display: flex;
}
.dash-nav nav .active {
  color: var(--ink);
  background: #dcefe8;
  font-weight: 750;
}
.icon {
  width: 18px;
  color: var(--green);
  place-items: center;
  font-style: normal;
  font-weight: 800;
  display: inline-grid;
}
.dash-help {
  border-top: 1px solid #e3e9e6;
  border-radius: 0;
  margin-top: auto;
  padding-top: 14px;
}
.dash-main {
  background: #fafbf9;
  min-width: 0;
  padding: 18px;
}
.dash-heading {
  justify-content: space-between;
  align-items: start;
  height: 53px;
  display: flex;
}
.dash-heading h2 {
  color: #243937;
  margin: 2px 0 0;
  font-size: 18px;
}
.eyebrow-small {
  color: #7b8986;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
}
.hall-chip {
  color: #5c6967;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  display: flex;
}
.hall-chip > span {
  width: 29px;
  height: 29px;
  color: var(--ink);
  background: #d9ebe5;
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.dash-columns {
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 9px;
  height: 483px;
  display: grid;
}
.calendar-card,
.summary-card {
  background: #fff;
  border: 1px solid #dfe6e2;
  border-radius: 10px;
  box-shadow: 0 2px 6px #1435320a;
}
.calendar-card {
  overflow: hidden;
}
.calendar-toolbar {
  border-bottom: 1px solid #e9eeeb;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 11px;
  font-size: 10px;
  display: flex;
}
.calendar-toolbar button {
  color: #465754;
  background: #fff;
  border: 1px solid #d5ddda;
  border-radius: 5px;
  height: 27px;
  font-size: 9px;
}
.date-controls {
  gap: 4px;
  display: flex;
}
.calendar-toolbar .new-booking {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  padding-inline: 10px;
}
.calendar-days {
  color: #657370;
  text-align: center;
  border-bottom: 1px solid #edf1ef;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  height: 34px;
  padding-left: 38px;
  font-size: 9px;
  display: grid;
}
.calendar-grid {
  background-image:
    linear-gradient(#eaf0ed 1px, #0000 1px),
    linear-gradient(90deg, #eaf0ed 1px, #0000 1px);
  background-size:
    100% 66px,
    20% 100%;
  height: 398px;
  margin-left: 38px;
  position: relative;
}
.time {
  color: #82908d;
  font-size: 8px;
  position: absolute;
  left: -33px;
}
.t1 {
  top: 9px;
}
.t2 {
  top: 141px;
}
.t3 {
  top: 273px;
}
.t4 {
  top: 383px;
}
.calendar-event {
  border: 1px solid;
  border-radius: 5px;
  width: 18%;
  min-height: 49px;
  padding: 6px;
  font-size: 8px;
  position: absolute;
  overflow: hidden;
}
.calendar-event strong,
.calendar-event span {
  display: block;
}
.calendar-event span {
  opacity: 0.75;
  margin-top: 3px;
}
.yoga {
  color: #2b7651;
  background: #e7f5eb;
  top: 20px;
  left: 1%;
}
.coffee {
  color: #9b6a1a;
  background: #fff4dc;
  top: 72px;
  left: 80.5%;
}
.pilates {
  color: #407352;
  background: #eef8ee;
  top: 175px;
  left: 21%;
}
.dance {
  color: #a85250;
  background: #fae7e5;
  top: 222px;
  left: 61%;
}
.scouts {
  color: #386e9b;
  background: #eaf3fb;
  top: 311px;
  left: 1%;
}
.private {
  color: #70568c;
  background: #f1ebf8;
  top: 326px;
  left: 80.5%;
}
.summary-column {
  align-content: start;
  gap: 8px;
  display: grid;
}
.summary-card {
  padding: 12px;
}
.summary-card h3 {
  color: #263b38;
  margin: 0 0 9px;
  font-size: 12px;
}
.summary-card > div {
  border-top: 1px solid #edf0ef;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  font-size: 8px;
  display: flex;
}
.summary-card > div > strong {
  margin-left: auto;
}
.payments-card > div {
  justify-content: space-between;
}
.payments-card span strong,
.payments-card span small {
  display: block;
}
.payments-card span small {
  color: #7d8a87;
  margin-top: 2px;
}
.payments-card b {
  color: #438252;
  text-align: right;
  font-size: 8px;
}
.payments-card em {
  background: #e6f2e6;
  border-radius: 3px;
  margin-top: 3px;
  padding: 2px 4px;
  font-style: normal;
  font-weight: 500;
  display: block;
}
.tasks-card {
  padding-bottom: 9px;
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.trust-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.trust-grid > div {
  border-right: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  align-content: center;
  min-height: 132px;
  padding: 0 34px;
  display: grid;
}
.trust-grid > div:first-child {
  padding-left: 0;
}
.trust-grid > div:last-child {
  border: 0;
}
.trust-grid span {
  color: var(--green);
  grid-row: span 2;
  font-size: 13px;
  font-weight: 800;
}
.trust-grid strong {
  color: var(--ink);
  font-size: 15px;
}
.trust-grid small {
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.45;
}
.section {
  padding-top: 118px;
  padding-bottom: 118px;
}
.section-heading h2,
.roles-copy h2,
.founding-copy h2,
.cta-inner h2 {
  color: var(--ink-deep);
  letter-spacing: -2.2px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
}
.kicker {
  color: var(--green);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}
.split-heading {
  grid-template-columns: 1.1fr 0.8fr;
  align-items: end;
  gap: 100px;
  display: grid;
}
.split-heading p {
  color: var(--muted);
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.7;
}
.problem-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 58px;
  display: grid;
}
.problem-card {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 16px;
  min-height: 255px;
  padding: 31px;
}
.problem-card .scribble {
  background: var(--mint-pale);
  width: 43px;
  height: 43px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
  display: grid;
}
.problem-card h3 {
  color: var(--ink);
  letter-spacing: -0.5px;
  margin: 30px 0 12px;
  font-size: 20px;
}
.problem-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.features-section {
  background: #eef5f1;
}
.centered-heading {
  text-align: center;
  max-width: 690px;
  margin: auto;
}
.centered-heading > p {
  max-width: 620px;
  color: var(--muted);
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.7;
}
.features-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 62px;
  display: grid;
}
.features-grid article {
  background: var(--paper);
  border: 1px solid #0d3f3e1c;
  border-radius: 16px;
  min-height: 300px;
  padding: 32px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.features-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px #0d3f3e17;
}
.feature-icon {
  background: var(--mint);
  width: 49px;
  height: 49px;
  color: var(--green);
  border-radius: 12px;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  display: grid;
}
.feature-icon.money {
  color: #9c6b18;
  background: #fff1d9;
}
.feature-icon.documents {
  color: #745a8c;
  background: #eee8f5;
}
.feature-icon.tasks {
  color: #3976a7;
  background: #e6f1fa;
}
.feature-icon.people {
  color: #a05252;
  background: #f8e8e8;
}
.feature-icon.reports {
  color: #53783c;
  background: #e7efdf;
}
.features-grid h3 {
  color: var(--ink);
  margin: 27px 0 11px;
  font-size: 20px;
}
.features-grid p {
  min-height: 76px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.feature-link {
  color: var(--green);
  margin-top: 18px;
  font-size: 13px;
  font-weight: 750;
  display: inline-block;
}
.roles-section {
  grid-template-columns: 0.9fr 1.15fr;
  align-items: center;
  gap: 95px;
  display: grid;
}
.roles-copy > p {
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
.roles-copy ul {
  gap: 20px;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.roles-copy li {
  align-items: flex-start;
  gap: 14px;
  display: flex;
}
.roles-copy li > span {
  background: var(--mint);
  width: 26px;
  height: 26px;
  color: var(--green);
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.roles-copy li strong,
.roles-copy li small {
  display: block;
}
.roles-copy li strong {
  color: var(--ink);
  font-size: 15px;
}
.roles-copy li small {
  color: var(--muted);
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
}
.roles-visual {
  background: linear-gradient(145deg, #d9eee7, #f3f7f3);
  border-radius: 24px;
  padding: 45px;
}
.role-window {
  background: #fff;
  border: 1px solid #cbd8d2;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 25px 60px #0d3f3e24;
}
.role-top {
  border-bottom: 1px solid #e3e9e6;
  align-items: center;
  gap: 12px;
  padding-bottom: 19px;
  display: flex;
}
.role-avatar {
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}
.role-top small,
.role-top strong {
  display: block;
}
.role-top small {
  color: var(--muted);
  font-size: 10px;
}
.role-top strong {
  color: var(--ink);
  margin-top: 2px;
  font-size: 13px;
}
.status-dot {
  color: #478256;
  margin-left: auto;
  font-size: 10px;
}
.mission-card {
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  margin-top: 18px;
  padding: 25px;
}
.mission-card > span {
  color: #a9d1c7;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 800;
}
.mission-card h3 {
  margin: 10px 0 6px;
  font-size: 21px;
}
.mission-card p {
  color: #ccdfda;
  margin: 0;
  font-size: 12px;
}
.mission-card button {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 7px;
  justify-content: space-between;
  margin-top: 21px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.role-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 10px;
  display: grid;
}
.role-stats > div {
  border: 1px solid #e1e8e4;
  border-radius: 9px;
  padding: 14px;
}
.role-stats span,
.role-stats strong,
.role-stats small {
  display: block;
}
.role-stats span {
  color: #65736f;
  font-size: 9px;
}
.role-stats strong {
  color: var(--ink);
  margin: 9px 0;
  font-size: 24px;
}
.role-stats small {
  color: #84908d;
  font-size: 8px;
}
.how-section {
  background: var(--ink-deep);
  color: #fff;
}
.how-section .centered-heading h2 {
  color: #fff;
}
.how-section .centered-heading p {
  color: #b8ceca;
}
.kicker.light {
  color: #90c9bb;
}
.steps-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 65px;
  display: grid;
}
.steps-grid article {
  text-align: center;
  padding: 0 52px;
  position: relative;
}
.steps-grid article + article {
  border-left: 1px solid #ffffff29;
}
.step-number {
  color: #83b7ac;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 31px;
}
.step-icon {
  color: #aaddd1;
  background: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 18px;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: auto;
  font-size: 25px;
  font-weight: 800;
  display: grid;
}
.steps-grid h3 {
  margin: 24px 0 12px;
  font-size: 19px;
}
.steps-grid p {
  color: #aec5c0;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.founding-section {
  grid-template-columns: 0.72fr 1.2fr;
  align-items: center;
  gap: 110px;
  display: grid;
}
.founding-mark {
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  color: var(--ink);
  box-shadow:
    inset 0 0 0 9px var(--cream),
    inset 0 0 0 11px #0d3f3e33;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-5deg);
}
.founding-mark span {
  letter-spacing: 0.25em;
  font-size: 13px;
  font-weight: 800;
}
.founding-mark strong {
  letter-spacing: -0.06em;
  margin: 5px 0 10px;
  font-size: 55px;
  line-height: 1;
}
.founding-mark small {
  border-top: 1px solid var(--ink);
  letter-spacing: 0.14em;
  padding-top: 10px;
  font-size: 9px;
  font-weight: 800;
}
.founding-copy > p {
  color: var(--muted);
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.founding-copy blockquote {
  color: var(--ink);
  margin: 30px 0 9px;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
}
.founding-copy > small {
  color: var(--muted);
}
.cta-section {
  background: var(--green);
  color: #fff;
  padding: 105px 0;
  position: relative;
  overflow: hidden;
}
.cta-section:after {
  content: "";
  border: 1px solid #ffffff40;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: -300px;
  right: -160px;
  box-shadow:
    0 0 0 70px #ffffff06,
    0 0 0 140px #ffffff06;
}
.cta-inner {
  z-index: 1;
  text-align: center;
  max-width: 820px;
  position: relative;
}
.cta-inner h2 {
  color: #fff;
}
.cta-inner > p {
  color: #cce3dd;
  max-width: 650px;
  margin: 22px auto 0;
  font-size: 17px;
  line-height: 1.7;
}
.button-light {
  color: var(--ink);
  background: #fff;
}
.button-light:hover {
  box-shadow: 0 14px 35px #00000026;
}
.early-access-form {
  max-width: 760px;
  margin: 34px auto 0;
  border: 1px solid #ffffff40;
  border-radius: 18px;
  background: #ffffff12;
  padding: 24px;
  text-align: left;
  box-shadow: 0 24px 60px #073f3b30;
}
.early-access-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.early-access-fields label {
  display: grid;
  gap: 7px;
}
.early-access-fields label > span {
  color: #e7f4f0;
  font-size: 13px;
  font-weight: 750;
}
.early-access-fields label small {
  color: #acd0c8;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 500;
}
.early-access-fields input,
.early-access-fields select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ffffff66;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  padding: 0 13px;
}
.early-access-fields input:focus,
.early-access-fields select:focus {
  border-color: var(--gold);
  outline: 3px solid #ffffff42;
}
.early-access-role {
  grid-column: 1 / -1;
}
.early-access-fields .button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
  border: 0;
}
.early-access-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.early-access-privacy {
  color: #cce3dd;
  margin: 15px 0 0;
  text-align: center;
  font-size: 12px;
}
.early-access-response {
  display: none;
  max-width: 760px;
  margin: 22px auto 0;
  border-radius: 12px;
  padding: 16px 18px;
  text-align: left;
}
.early-access-response:target {
  display: grid;
  gap: 4px;
}
.early-access-response span {
  font-size: 14px;
}
.early-access-success {
  background: #e8f6ef;
  color: #124f3a;
}
.early-access-error {
  background: #fff0ed;
  color: #7c2d22;
}
.early-access-error a {
  font-weight: 750;
  text-decoration: underline;
}
footer {
  color: #fff;
  background: #062d2d;
  padding: 70px 0 25px;
}
.footer-main {
  grid-template-columns: 1fr 180px 180px;
  gap: 60px;
  padding-bottom: 60px;
  display: grid;
}
.footer-main .brand {
  color: #fff;
}
.footer-main > div > p {
  color: #a8c4bf;
  margin-top: 17px;
}
.footer-main nav {
  align-content: start;
  gap: 13px;
  display: grid;
}
.footer-main nav strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  font-size: 12px;
}
.footer-main nav a {
  color: #a8c4bf;
  font-size: 13px;
}
.footer-main nav a:hover {
  color: #fff;
}
.footer-bottom {
  color: #789b95;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  padding-top: 25px;
  font-size: 11px;
  display: flex;
}
@media (width<=1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
  .hero-copy {
    max-width: 670px;
  }
  .hero-product {
    width: 100%;
    margin: 0;
  }
  .dashboard-shell {
    transform: none;
  }
  .split-heading {
    gap: 45px;
  }
  .roles-section {
    gap: 50px;
  }
}
@media (width<=800px) {
  .container {
    width: min(100% - 32px, 650px);
  }
  .site-header {
    height: 70px;
  }
  .brand {
    font-size: 25px;
  }
  .brand-mark {
    width: 35px;
    height: 35px;
  }
  .main-nav {
    display: none;
  }
  .button-small {
    min-height: 40px;
    padding-inline: 15px;
  }
  .hero {
    gap: 46px;
    min-height: auto;
    padding: 65px 0 70px;
  }
  .hero h1 {
    letter-spacing: -3.5px;
    font-size: clamp(50px, 15vw, 70px);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .dashboard-shell {
    border-radius: 14px;
    grid-template-columns: 95px 1fr;
    height: 500px;
  }
  .dash-nav {
    padding: 17px 7px;
  }
  .dash-logo {
    padding: 0 7px 16px;
    font-size: 17px;
  }
  .dash-nav nav span,
  .dash-help {
    padding-inline: 7px;
    font-size: 8px;
  }
  .dash-nav .icon {
    width: 13px;
  }
  .dash-main {
    padding: 10px;
  }
  .dash-columns {
    grid-template-columns: 1fr;
    height: 420px;
  }
  .summary-column {
    display: none;
  }
  .dash-heading {
    height: 47px;
  }
  .calendar-grid {
    height: 337px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid > div,
  .trust-grid > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 110px;
    padding: 0;
  }
  .trust-grid > div:last-child {
    border-bottom: 0;
  }
  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .split-heading,
  .roles-section,
  .founding-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .split-heading {
    align-items: start;
  }
  .problem-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }
  .problem-card,
  .features-grid article,
  .features-grid p {
    min-height: 0;
  }
  .roles-visual {
    padding: 22px;
  }
  .role-stats {
    grid-template-columns: 1fr;
  }
  .role-stats > div {
    grid-template-columns: 1fr auto;
    align-items: center;
    display: grid;
  }
  .role-stats strong {
    grid-area: span 2/2;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .steps-grid article {
    padding: 0 20px;
  }
  .steps-grid article + article {
    border: 0;
  }
  .step-number {
    left: 8px;
  }
  .founding-mark {
    width: min(360px, 85vw);
    margin: auto;
  }
  .founding-section {
    gap: 60px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main > div {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
@media (width<=480px) {
  .button-small span {
    display: none;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .dashboard-shell {
    grid-template-columns: 69px 1fr;
    height: 430px;
  }
  .dash-logo {
    font-size: 14px;
  }
  .dash-nav nav span {
    justify-content: center;
    min-height: 32px;
    font-size: 0;
  }
  .dash-nav nav .icon {
    font-size: 11px;
  }
  .dash-help {
    justify-content: center;
    font-size: 0;
  }
  .calendar-toolbar strong {
    display: none;
  }
  .calendar-toolbar {
    justify-content: space-between;
  }
  .calendar-days {
    padding-left: 31px;
  }
  .calendar-grid {
    height: 300px;
    margin-left: 31px;
  }
  .calendar-event {
    font-size: 6.5px;
  }
  .hero:before {
    display: none;
  }
  .problem-card {
    padding: 25px;
  }
  .features-grid article {
    padding: 26px;
  }
  .role-window {
    padding: 14px;
  }
  .status-dot {
    display: none;
  }
  .mission-card {
    padding: 20px;
  }
  .founding-mark strong {
    font-size: 45px;
  }
  .early-access-form {
    padding: 18px;
  }
  .early-access-fields {
    grid-template-columns: 1fr;
  }
  .early-access-role,
  .early-access-fields .button {
    grid-column: auto;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
