/* Zeladoria · portal público
   Sem frameworks, fontes remotas, cookies ou dependências externas. */
:root {
  --paper: #f7f7f0;
  --white: #fff;
  --ink: #263127;
  --muted: #626b5d;
  --green: #405638;
  --deep: #293c2a;
  --lime: #e5e9b8;
  --lime-strong: #d6dd99;
  --line: #dddfd2;
  --soft: #eef0e6;
  --terra: #9a503a;
  --terra-soft: #f4e7dd;
  --radius: 20px;
  --shadow: 0 24px 70px #26312710;
  --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --serif: Georgia, 'Times New Roman', serif;
  --max: 1200px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  display: block;
  flex-shrink: 0;
}
button svg,
a svg {
  pointer-events: none;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
.serif {
  font-family: var(--serif);
  font-weight: 400;
}
h1 {
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1.06;
  letter-spacing: -3.5px;
}
h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.13;
  letter-spacing: -1.8px;
}
h3 {
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.5px;
}
p {
  color: var(--muted);
}
em {
  font-weight: 400;
  color: var(--green);
}
button {
  border: 0;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
::selection {
  background: var(--lime-strong);
  color: var(--deep);
}
:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 5px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #bcccae;
  outline-offset: 1px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding: 96px 0;
}
.section-sm {
  padding: 64px 0;
}
.section-white {
  background: var(--white);
}
.section-soft {
  background: var(--soft);
}
.section-dark {
  background: var(--deep);
  color: var(--paper);
}
.section-dark p {
  color: #c8d0bf;
}
.section-dark em {
  color: var(--lime);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 23px;
}
.eyebrow.center {
  justify-content: center;
}
.eyebrow.light {
  color: var(--lime);
}
.eyebrow .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}
.lead {
  font-size: 18px;
  line-height: 1.75;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 13px;
}
.micro {
  font-size: 11px;
  line-height: 1.6;
}
.center {
  text-align: center;
}
.max-copy {
  max-width: 650px;
  margin-inline: auto;
}
.title-copy {
  margin-top: 22px;
}
.btn {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.05px;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  border: 1px solid transparent;
  text-align: center;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn-primary {
  background: var(--green);
  color: white;
}
.btn-primary:hover {
  background: var(--deep);
  box-shadow: 0 6px 18px #293c2a1c;
}
.btn-dark {
  background: var(--ink);
  color: white;
}
.btn-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}
.btn-outline:hover {
  background: var(--soft);
}
.btn-light {
  background: var(--lime);
  color: var(--deep);
}
.btn-light:hover {
  background: #f0f3d5;
}
.btn-white {
  background: white;
  color: var(--deep);
}
.btn-ghost {
  padding-inline: 9px;
  background: transparent;
}
.btn-ghost:hover {
  background: var(--soft);
}
.btn-sm {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 12px;
}
.btn-full {
  width: 100%;
}
.btn-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration: underline;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
}
.icon-button:hover {
  background: var(--soft);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  padding: 5px 10px;
  background: var(--soft);
  color: var(--green);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.6;
}
.pill-lime {
  background: var(--lime);
  color: var(--deep);
}
.pill-terra {
  background: var(--terra-soft);
  color: #82422f;
}
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--soft);
  color: var(--green);
  flex-shrink: 0;
}
.icon-box.lime {
  background: var(--lime);
}
.icon-box.terra {
  background: var(--terra-soft);
  color: var(--terra);
}
.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1000;
  background: var(--deep);
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #f7f7f0f5;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #dfe2d57a;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-word {
  font: 34px/1 var(--serif);
  letter-spacing: -1.4px;
}
.brand-symbol {
  width: 32px;
  height: 37px;
  color: var(--green);
}
.brand.small-brand .brand-symbol {
  width: 22px;
  height: 26px;
}
.brand.small-brand .brand-word {
  font-size: 25px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 29px;
}
.nav-links a {
  font-size: 12px;
  color: #59614f;
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a[aria-current='page'] {
  color: var(--ink);
}
.nav-links a[aria-current='page']:after {
  content: '';
  height: 4px;
  width: 4px;
  background: var(--green);
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 2px);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-actions > .text-link {
  font-size: 12px;
}
.mobile-menu-toggle {
  display: none;
}
.hero {
  padding: 74px 0 86px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 40px;
}
.hero h1 {
  max-width: 555px;
}
.hero .lead {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0 30px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  font-size: 11px;
  color: var(--muted);
}
.hero-stage {
  position: relative;
  padding: 43px 0 67px 16px;
  min-width: 0;
}
.hero-stage:before {
  content: '';
  position: absolute;
  inset: 0 15px 0 42px;
  background: #e6e9d4;
  border-radius: 240px 240px 26px 26px;
}
.stage-caption {
  position: absolute;
  top: 0;
  right: 3px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.5px;
  background: var(--paper);
  padding: 7px 11px;
  border-radius: 30px;
}
.app-shot {
  position: relative;
  background: white;
  border: 1px solid #d7dbca;
  border-radius: 14px;
  box-shadow: 0 25px 55px #34452c1a;
  overflow: hidden;
  text-align: left;
  min-width: 0;
}
.shot-head {
  height: 47px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8eadf;
  background: #fff;
}
.shot-word {
  display: flex;
  gap: 6px;
  align-items: center;
  font: 18px/1 var(--serif);
  letter-spacing: -0.8px;
}
.shot-word svg {
  color: var(--green);
}
.shot-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: var(--muted);
}
.avatar {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #e6eacf;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 650;
  flex-shrink: 0;
}
.avatar.terra {
  background: var(--terra-soft);
  color: var(--terra);
}
.avatar.neutral {
  background: #e8e7df;
  color: #615f52;
}
.shot-shell {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  min-height: 335px;
}
.shot-sidebar {
  padding: 17px 10px;
  background: #f7f8f3;
  border-right: 1px solid #e8eadf;
}
.shot-house {
  font-size: 9px;
  font-weight: 700;
  margin: 0 0 17px 7px;
  color: var(--green);
  letter-spacing: 0.5px;
}
.shot-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  padding: 10px 8px;
  font-size: 9px;
  line-height: 1.4;
  border-radius: 6px;
  background: none;
  color: #676f5f;
  margin-bottom: 3px;
  min-height: 36px;
}
.shot-nav.active {
  background: #e4e9d8;
  color: var(--deep);
  font-weight: 700;
}
.shot-content {
  padding: 23px 20px 18px;
  min-width: 0;
  background: #fff;
}
.shot-content h3 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.6px;
}
.shot-intro {
  font-size: 9px;
  color: var(--muted);
  margin-top: 3px;
}
.shot-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 19px;
  margin-bottom: 19px;
}
.shot-stat {
  border: 1px solid #e4e8d8;
  border-radius: 9px;
  padding: 11px 9px;
  background: #fff;
}
.shot-stat:first-child {
  background: #f2f5e9;
  border-color: #e5ead7;
}
.shot-stat strong {
  font-weight: 600;
  display: block;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -1px;
}
.shot-stat span {
  font-size: 8px;
  color: var(--muted);
}
.shot-label {
  font-size: 10px;
  font-weight: 650;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shot-label span {
  font-size: 8px;
  color: var(--muted);
  font-weight: 400;
}
.shot-event {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #edf0e5;
  padding: 11px 0;
}
.shot-date {
  width: 32px;
  min-height: 36px;
  background: #eff1e6;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  color: var(--green);
  flex-shrink: 0;
}
.shot-date b {
  font-size: 14px;
  font-weight: 600;
}
.shot-date span {
  font-size: 7px;
  margin-top: 2px;
}
.shot-event strong {
  font-size: 9px;
  font-weight: 600;
  display: block;
}
.shot-event p {
  font-size: 8px;
  margin-top: 2px;
}
.shot-event .tiny-dot {
  margin-left: auto;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #c9d89c;
}
.shot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9f4;
  padding: 9px 15px;
  font-size: 8px;
  color: #687259;
  border-top: 1px solid #e8eadf;
}
.floating-note {
  position: absolute;
  left: -9px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 16px 22px 16px 16px;
  border-radius: 13px;
  box-shadow: 0 14px 45px #32432b15;
  border: 1px solid #e6e8da;
  max-width: calc(100% - 15px);
}
.floating-note strong {
  font-size: 12px;
  display: block;
  font-weight: 650;
}
.floating-note p {
  font-size: 10px;
  line-height: 1.55;
  max-width: 230px;
}
.floating-note .icon-box {
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.stage-footnote {
  font-size: 9px;
  position: absolute;
  bottom: -9px;
  right: 0;
  color: #6d755e;
}
.belief-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.belief {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
  font-size: 12px;
  color: #606952;
}
.belief svg {
  color: var(--green);
}
.belief + .belief {
  border-left: 1px solid var(--line);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.section-heading > p {
  max-width: 340px;
  font-size: 15px;
  line-height: 1.8;
}
.section-heading h2 {
  max-width: 610px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pain-card {
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcf7;
  display: flex;
  flex-direction: column;
  min-height: 290px;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.card-index {
  font-size: 11px;
  letter-spacing: 1px;
  color: #778269;
}
.pain-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 13px;
  letter-spacing: -0.6px;
}
.pain-card p {
  font-size: 13px;
  line-height: 1.85;
  flex: 1;
}
.pain-outcome {
  margin-top: 25px;
  font-size: 11px;
  font-weight: 650;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pain-outcome svg {
  color: var(--green);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.showcase {
  border-radius: 24px;
  padding: 55px;
  background: var(--deep);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  overflow: hidden;
}
.showcase h2 {
  font-size: 43px;
}
.showcase p {
  color: #c7d0bd;
  font-size: 14px;
  line-height: 1.85;
}
.showcase .lead {
  margin: 20px 0 26px;
}
.showcase-links {
  display: flex;
  flex-direction: column;
  margin: 0 0 22px;
}
.showcase-link {
  background: transparent;
  color: #cbd4be;
  border-top: 1px solid #52634b;
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  padding: 18px 0;
  font-size: 13px;
}
.showcase-link:last-child {
  border-bottom: 1px solid #52634b;
}
.showcase-link.active {
  color: var(--lime);
}
.showcase-link > svg:last-child {
  margin-left: auto;
}
.showcase-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.showcase .app-shot {
  box-shadow: none;
  border-color: #758669;
}
.showcase .shot-shell {
  grid-template-columns: 1fr;
}
.showcase .shot-content {
  padding: 26px;
}
.showcase .shot-sidebar {
  display: none;
}
.showcase .shot-word {
  color: var(--ink);
}
.showcase .shot-content,
.showcase .shot-event,
.showcase .shot-bottom {
  color: var(--ink);
}
.showcase .shot-content p,
.showcase .shot-event p {
  color: var(--muted);
}
.showcase .shot-stat strong {
  color: var(--ink);
}
.showcase .shot-stat span {
  color: var(--muted);
}
.showcase .shot-intro {
  font-size: 10px;
}
.showcase-panel > p {
  font-size: 10px;
  margin-top: 15px;
  text-align: center;
  color: #c5ceb9;
}
.principles-copy > p {
  margin-top: 23px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8;
}
.principle-row {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: start;
  gap: 14px;
}
.principle-row h3 {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.principle-row p {
  font-size: 12px;
  line-height: 1.7;
}
.principle-row svg {
  color: var(--green);
  margin-top: 2px;
}
.statement-panel {
  background: #e5e9d6;
  min-height: 470px;
  border-radius: 200px 200px 20px 20px;
  padding: 66px 44px 42px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.statement-panel > .brand-symbol {
  width: 64px;
  height: 80px;
  margin-bottom: 31px;
}
.statement-panel blockquote {
  font: 38px/1.23 var(--serif);
  letter-spacing: -1px;
  margin: 0 0 27px;
  max-width: 330px;
}
.statement-panel p {
  font-size: 11px;
  max-width: 250px;
}
.statement-panel .pill {
  margin-top: 25px;
  background: #f6f8ec;
}
.section-intro {
  max-width: 700px;
  margin: 0 auto 37px;
  text-align: center;
}
.section-intro p {
  font-size: 16px;
  margin-top: 21px;
}
.billing-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 29px auto 32px;
  gap: 16px;
  flex-wrap: wrap;
}
.segmented {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: #eef0e5;
  padding: 4px;
  gap: 3px;
}
.segmented button {
  padding: 10px 19px;
  min-height: 42px;
  border-radius: 100px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 550;
  white-space: nowrap;
}
.segmented button.active,
.segmented button[aria-pressed='true'] {
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 2px 6px #2631270a;
}
.save-note {
  font-size: 11px;
  color: var(--green);
  display: flex;
  gap: 7px;
  align-items: center;
}
.price-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  max-width: 960px;
  margin: auto;
}
.price-card {
  background: var(--white);
  border: 1px solid #cbd4ba;
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.price-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.price-card h3 {
  font-size: 25px;
  letter-spacing: -0.6px;
}
.price-card-top p {
  font-size: 12px;
  margin-top: 7px;
  max-width: 275px;
}
.price-tag {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 27px 0 3px;
}
.price-tag .currency {
  font-size: 18px;
  align-self: flex-start;
  padding-top: 11px;
}
.price-number {
  font-size: 54px;
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -2.7px;
}
.price-period {
  font-size: 13px;
  color: var(--muted);
}
.price-description {
  font-size: 12px;
  min-height: 24px;
}
.price-support {
  font-size: 11px;
  margin: 6px 0 24px;
  color: var(--muted);
}
.check-list {
  padding: 0;
  list-style: none;
  margin: 24px 0;
  display: grid;
  gap: 11px;
}
.check-list li {
  font-size: 13px;
  display: flex;
  align-items: start;
  gap: 10px;
}
.check-list svg {
  color: var(--green);
  margin-top: 3px;
}
.price-card .check-list {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-bottom: 28px;
}
.price-card > .btn {
  margin-top: auto;
}
.price-card .under-button {
  margin-top: 12px;
  text-align: center;
  font-size: 11px;
  line-height: 1.6;
}
.price-card .under-button a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.price-card.custom {
  background: #eef0e4;
  border: 1px solid #dde2cf;
  padding: 36px;
}
.price-card.custom .icon-box {
  width: 53px;
  height: 53px;
  background: #e0e5ca;
  margin-bottom: 29px;
}
.price-card.custom h3 {
  font: 33px/1.2 var(--serif);
  letter-spacing: -0.8px;
  max-width: 270px;
}
.price-card.custom > p {
  margin: 18px 0 23px;
  font-size: 13px;
  line-height: 1.8;
}
.custom-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 32px;
  font-size: 12px;
}
.custom-details span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pricing-footnote {
  max-width: 850px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  color: #737966;
}
.faq-wrap {
  max-width: 820px;
  margin: auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  font-size: 25px;
  font-weight: 300;
  color: var(--green);
  line-height: 1;
  min-width: 18px;
  text-align: center;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-answer {
  padding: 0 35px 24px 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.faq-more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.final-cta {
  background: var(--lime);
  border-radius: 23px;
  padding: 55px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.final-cta h2 {
  max-width: 670px;
  font-size: 45px;
}
.final-cta p {
  font-size: 14px;
  margin-top: 16px;
}
.final-cta .cta-actions {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.final-cta .cta-actions > span {
  font-size: 10px;
  color: #4c593d;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 61px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 45px;
}
.footer-brand p {
  font-size: 12px;
  max-width: 250px;
  margin-top: 19px;
  line-height: 1.85;
}
.footer-heading {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
}
.footer-links a {
  font-size: 12px;
  color: var(--muted);
  min-height: 29px;
  display: flex;
  align-items: center;
}
.footer-links a:hover {
  color: var(--deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 43px;
  font-size: 10px;
  color: #737d67;
}
.footer-bottom-right {
  display: flex;
  gap: 20px;
}
.mobile-sticky {
  display: none;
}
.page-head {
  padding: 72px 0 55px;
  text-align: center;
}
.page-head h1 {
  font-size: clamp(44px, 5vw, 64px);
  max-width: 850px;
  margin: auto;
  letter-spacing: -2.6px;
}
.page-head .lead {
  max-width: 640px;
  margin: 24px auto 0;
  font-size: 16px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--muted);
  padding-top: 23px;
}
.breadcrumbs a {
  min-height: 30px;
  display: flex;
  align-items: center;
}
.feature-browser {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: white;
  min-height: 480px;
}
.feature-tabs {
  background: #edf0e3;
  padding: 22px 17px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.feature-tab {
  display: flex;
  align-items: center;
  gap: 11px;
  background: transparent;
  text-align: left;
  padding: 15px 13px;
  border-radius: 10px;
  font-size: 13px;
  color: #5b6650;
  min-height: 53px;
}
.feature-tab.active {
  background: white;
  color: var(--deep);
  box-shadow: 0 3px 12px #293c2a07;
  font-weight: 650;
}
.feature-tab > svg:last-child {
  margin-left: auto;
}
.feature-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px;
  padding: 38px;
}
.feature-detail h2 {
  font-size: 35px;
  margin-top: 3px;
  margin-bottom: 16px;
}
.feature-detail > div > p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 600px;
}
.feature-detail .eyebrow {
  margin-bottom: 12px;
}
.feature-detail .check-list {
  margin: 19px 0 24px;
  gap: 8px;
}
.feature-snapshot {
  padding: 19px;
  background: #f3f5ed;
  border-radius: 13px;
  border: 1px solid #e3e7d8;
}
.feature-snapshot .shot-event:first-child {
  border-top: none;
}
.feature-snapshot .shot-event strong {
  font-size: 12px;
}
.feature-snapshot .shot-event p {
  font-size: 10px;
}
.feature-snapshot .shot-label {
  font-size: 12px;
  margin-bottom: 11px;
}
.feature-snapshot .shot-date {
  height: 42px;
  width: 40px;
}
.role-card {
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.role-card h3 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  margin: 23px 0 12px;
}
.role-card p {
  font-size: 13px;
  line-height: 1.8;
}
.callout {
  display: flex;
  align-items: start;
  gap: 13px;
  background: #eef1e5;
  border: 1px solid #dce4ce;
  border-radius: 12px;
  padding: 19px 21px;
  margin-top: 25px;
}
.callout svg {
  margin-top: 2px;
  color: var(--green);
}
.callout p {
  font-size: 12px;
  line-height: 1.8;
}
.callout.warning {
  background: #f5eee5;
  border-color: #e8dccc;
}
.callout.warning svg {
  color: var(--terra);
}
.process-list {
  max-width: 930px;
  margin: auto;
}
.process-step {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 30px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.step-number {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7ebd8;
  color: var(--green);
  border-radius: 50%;
  font-size: 16px;
  font-family: var(--serif);
}
.process-step h2 {
  font-size: 29px;
  letter-spacing: -0.6px;
  margin-bottom: 12px;
}
.process-step p {
  font-size: 13px;
  line-height: 1.9;
}
.step-detail {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  background: white;
}
.step-detail span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--green);
}
.step-detail p {
  font-size: 12px;
  margin-top: 7px;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.security-card {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 31px;
  background: white;
}
.security-card h3 {
  margin: 22px 0 12px;
  font-size: 21px;
}
.security-card p {
  font-size: 13px;
  line-height: 1.85;
}
.security-statement {
  background: var(--deep);
  padding: 46px;
  border-radius: 20px;
  color: white;
}
.security-statement h2 {
  font-size: 40px;
  margin-bottom: 19px;
}
.security-statement p {
  color: #c6cfbc;
  font-size: 14px;
  line-height: 1.9;
}
.security-statement .pill {
  margin-top: 25px;
}
.compare-wrapper {
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
  background: white;
}
.compare-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.compare-table th {
  font-size: 12px;
  font-weight: 650;
  padding: 19px 23px;
  background: #eef0e6;
}
.compare-table td {
  font-size: 13px;
  padding: 18px 23px;
  border-top: 1px solid var(--line);
  line-height: 1.5;
}
.compare-table th:nth-child(2),
.compare-table td:nth-child(2) {
  width: 210px;
  text-align: center;
}
.compare-table td:nth-child(2) {
  color: var(--green);
  font-size: 12px;
}
.compare-table td span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.search-field {
  position: relative;
  max-width: 560px;
  margin: 28px auto 0;
}
.search-field > svg {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #707960;
  pointer-events: none;
}
.search-field input {
  width: 100%;
  padding: 16px 18px 16px 46px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 14px;
  min-height: 54px;
}
.faq-category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.filter-chip {
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 9px 16px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  min-height: 41px;
}
.filter-chip.active {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.empty-state {
  padding: 46px 20px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 14px;
  margin: 12px 0;
}
.empty-state svg {
  margin: 0 auto 16px;
  color: var(--green);
}
.empty-state h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.empty-state p {
  font-size: 13px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 75px;
  align-items: start;
  max-width: 1080px;
  margin: auto;
}
.contact-aside h2 {
  font-size: 40px;
}
.contact-aside > p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 20px;
}
.contact-option {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-top: 30px;
}
.contact-option h3 {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.contact-option a,
.contact-option p {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: white;
}
.form-card h2 {
  font-size: 30px;
  letter-spacing: -0.6px;
  margin-bottom: 11px;
}
.form-card > p {
  font-size: 13px;
  margin-bottom: 25px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 19px;
}
.field label {
  font-size: 12px;
  font-weight: 650;
}
.field label .optional {
  font-weight: 400;
  color: var(--muted);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d4dac8;
  border-radius: 10px;
  padding: 13px 14px;
  background: #fff;
  min-height: 48px;
  font-size: 14px;
  color: var(--ink);
}
.field input::placeholder,
.field textarea::placeholder {
  color: #8b927f;
}
.field input[aria-invalid='true'],
.field select[aria-invalid='true'],
.field textarea[aria-invalid='true'] {
  border-color: var(--terra);
}
.field textarea {
  resize: vertical;
  min-height: 118px;
}
.field .hint {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
}
.field .error {
  font-size: 11px;
  color: #a33c26;
  line-height: 1.5;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-disclaimer {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  display: flex;
  align-items: start;
  gap: 7px;
  margin: 13px 0;
}
.form-disclaimer svg {
  margin-top: 2px;
  color: var(--green);
}
.checkbox-field {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 21px 0;
  cursor: pointer;
}
.checkbox-field input {
  margin: 4px 0 0;
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.checkbox-field span {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
}
.checkbox-field a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wizard-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
  max-width: 1050px;
  margin: auto;
}
.wizard-aside {
  padding-top: 28px;
}
.wizard-aside h1 {
  font-size: 53px;
  letter-spacing: -2px;
}
.wizard-aside > p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 22px;
  max-width: 370px;
}
.wizard-aside .check-list {
  margin-top: 28px;
}
.wizard-aside .check-list li {
  font-size: 12px;
}
.wizard-quote {
  padding-top: 30px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  font: 24px/1.4 var(--serif);
  letter-spacing: -0.5px;
  max-width: 350px;
}
.wizard-steps {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 29px;
}
.wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
  font-size: 9px;
  color: #7a836d;
}
.wizard-step:after {
  content: '';
  position: absolute;
  left: calc(50% + 17px);
  right: calc(-50% + 17px);
  top: 14px;
  height: 1px;
  background: var(--line);
}
.wizard-step:last-child:after {
  display: none;
}
.wizard-step > span {
  border: 1px solid var(--line);
  height: 29px;
  width: 29px;
  background: #f7f8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  z-index: 1;
}
.wizard-step.active {
  color: var(--deep);
  font-weight: 650;
}
.wizard-step.active > span,
.wizard-step.done > span {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.wizard-form h2 {
  font-size: 30px;
  margin-bottom: 11px;
}
.wizard-form > .small {
  margin-bottom: 24px;
}
.back-button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  background: none;
  color: var(--muted);
  font-size: 11px;
  min-height: 36px;
  margin-bottom: 16px;
}
.example-button {
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
  background: transparent;
  padding: 5px 0;
  min-height: 36px;
}
.review-box {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8faf2;
  padding: 20px;
  margin-bottom: 20px;
}
.review-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 650;
}
.review-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
}
.review-row strong {
  color: var(--ink);
  font-weight: 550;
  text-align: right;
}
.review-row.total {
  padding-top: 15px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
}
.review-row.total strong {
  font-size: 25px;
  letter-spacing: -0.8px;
}
.cycle-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}
.cycle-choice button {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  padding: 13px 11px;
  text-align: left;
  min-height: 94px;
  font-size: 12px;
  color: var(--muted);
}
.cycle-choice button strong {
  display: block;
  font-size: 15px;
  color: var(--ink);
  margin-top: 4px;
}
.cycle-choice button span {
  display: block;
  font-size: 9px;
  margin-top: 4px;
}
.cycle-choice button.active {
  border: 1.5px solid var(--green);
  background: #eff4e3;
}
.success-card {
  text-align: center;
  padding: 42px 28px;
}
.success-symbol {
  height: 65px;
  width: 65px;
  background: var(--lime);
  color: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}
.success-card h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
.success-card p {
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 22px;
}
.success-card .btn {
  margin-top: 10px;
}
.success-card .callout {
  text-align: left;
}
.success-card .callout p {
  font-size: 11px;
  margin-bottom: 0;
}
.login-shell {
  max-width: 440px;
  margin: 55px auto 85px;
}
.login-shell .brand {
  margin-bottom: 28px;
}
.legal-wrap {
  max-width: 800px;
  margin: 0 auto 70px;
}
.legal-block {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.legal-block h2 {
  font: 23px/1.4 var(--sans);
  font-weight: 550;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.legal-block p {
  font-size: 14px;
  line-height: 1.9;
}
.legal-block p + p {
  margin-top: 13px;
}
.not-found {
  padding: 95px 0;
  text-align: center;
}
.not-found h1 {
  font-size: 110px;
}
.not-found h2 {
  font-size: 34px;
  margin: 20px 0;
}
.not-found p {
  margin: 0 auto 30px;
  max-width: 500px;
}
.demo-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 28px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.demo-topbar-left {
  display: flex;
  gap: 23px;
  align-items: center;
}
.demo-topbar .btn {
  min-height: 40px;
}
.demo-disclaimer {
  background: #edf0dd;
  padding: 8px 20px;
  text-align: center;
  font-size: 10px;
  color: #5d684d;
  line-height: 1.7;
}
.workspace {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  background: #f4f5ef;
  min-height: calc(100vh - 115px);
}
.workspace-sidebar {
  background: #fbfcf7;
  border-right: 1px solid var(--line);
  padding: 29px 18px;
  display: flex;
  flex-direction: column;
}
.workspace-house {
  padding: 0 12px 23px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 21px;
}
.workspace-house strong {
  font-size: 13px;
  display: block;
  margin-top: 11px;
}
.workspace-house span {
  font-size: 10px;
  color: var(--muted);
}
.workspace-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.workspace-nav button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 12px;
  text-align: left;
  background: transparent;
  color: #647054;
  font-size: 12px;
  border-radius: 8px;
}
.workspace-nav button.active {
  background: #e5ebd7;
  color: var(--deep);
  font-weight: 650;
}
.workspace-nav button:hover {
  background: #edf0e5;
}
.workspace-nav button span.badge {
  margin-left: auto;
  background: #d8e3be;
  color: var(--green);
  border-radius: 6px;
  padding: 1px 6px;
  font-size: 9px;
}
.workspace-sidebar-bottom {
  margin-top: auto;
  padding: 32px 12px 0;
}
.workspace-sidebar-bottom p {
  font-size: 10px;
  margin-bottom: 14px;
}
.workspace-content {
  padding: 38px 42px;
  min-width: 0;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.workspace-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 31px;
}
.workspace-title h1 {
  font-family: var(--sans);
  font-size: 27px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -1px;
}
.workspace-title p {
  font-size: 12px;
  margin-top: 6px;
}
.workspace-title .btn {
  font-size: 11px;
  min-height: 42px;
}
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-bottom: 25px;
}
.metric-card {
  border: 1px solid var(--line);
  padding: 22px;
  background: white;
  border-radius: 13px;
}
.metric-card:first-child {
  background: #e9efd9;
  border-color: #dce4c9;
}
.metric-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  gap: 9px;
}
.metric-value {
  font-size: 34px;
  letter-spacing: -1.4px;
  font-weight: 550;
  line-height: 1.2;
  margin-top: 14px;
}
.metric-detail {
  font-size: 9px;
  margin-top: 7px;
  color: var(--muted);
}
.dashboard-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.work-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 25px;
  min-width: 0;
}
.work-card h2 {
  font: 16px/1.4 var(--sans);
  font-weight: 550;
  letter-spacing: -0.3px;
}
.work-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 21px;
}
.work-card-title .text-link {
  font-size: 10px;
  min-height: 30px;
}
.event-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.event-row:first-of-type {
  border-top: none;
}
.event-date {
  width: 43px;
  height: 48px;
  background: #eff2e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--green);
  flex-shrink: 0;
  line-height: 1.2;
}
.event-date strong {
  font-size: 18px;
  font-weight: 550;
}
.event-date span {
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 2px;
}
.event-row h3 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
}
.event-row p {
  font-size: 10px;
  margin-top: 4px;
}
.event-row .pill {
  margin-left: auto;
}
.task-row {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #e8ecdf;
  padding: 16px 0;
}
.task-row:last-child {
  border-bottom: 0;
}
.task-check {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c9d3bc;
  border-radius: 6px;
  background: white;
  flex-shrink: 0;
  position: relative;
}
.task-check:before {
  content: '';
  position: absolute;
  inset: -10px;
}
.task-check.done {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.task-text {
  flex: 1;
  min-width: 0;
}
.task-text h3 {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
}
.task-text p {
  font-size: 10px;
  margin-top: 3px;
}
.task-row.completed .task-text h3 {
  text-decoration: line-through;
  color: #8b937f;
}
.task-due {
  font-size: 9px;
  color: var(--muted);
  white-space: nowrap;
}
.workspace-bottom-callout {
  border: 1px solid #d9e1ca;
  background: #edf2e2;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 23px;
  margin-top: 25px;
}
.workspace-bottom-callout h3 {
  font: 23px/1.3 var(--serif);
  font-weight: 400;
}
.workspace-bottom-callout p {
  font-size: 11px;
  margin-top: 5px;
}
.workspace-bottom-callout .btn {
  font-size: 10px;
  min-height: 40px;
  white-space: nowrap;
}
.table-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.table-search {
  position: relative;
  flex: 1;
  max-width: 400px;
}
.table-search input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 13px 11px 37px;
  background: white;
  width: 100%;
  font-size: 12px;
}
.table-search svg {
  position: absolute;
  left: 12px;
  top: 14px;
  color: var(--muted);
}
.table-tools select {
  border: 1px solid var(--line);
  padding: 10px 30px 10px 13px;
  border-radius: 8px;
  background: white;
  font-size: 11px;
  min-height: 44px;
  max-width: 190px;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  white-space: nowrap;
}
.data-table th {
  background: #f7f9f1;
  font-size: 10px;
  font-weight: 550;
  color: #6c775f;
  padding: 16px 19px;
}
.data-table td {
  font-size: 12px;
  padding: 17px 19px;
  border-top: 1px solid #e7ebdc;
}
.data-table th:last-child,
.data-table td:last-child {
  text-align: right;
}
.data-table .person-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.person-cell strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.person-cell small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.data-table .text-link {
  font-size: 11px;
  min-height: 30px;
}
.table-footnote {
  font-size: 10px;
  margin-top: 14px;
  color: var(--muted);
}
.table-empty {
  padding: 40px !important;
  text-align: center !important;
  white-space: normal;
}
.demo-modal {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 30px;
  width: min(480px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 35px 110px #1d301f45;
}
.demo-modal::backdrop {
  background: #182b1ee0;
  backdrop-filter: blur(4px);
}
.modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 13px;
}
.modal-top h2 {
  font-size: 28px;
  letter-spacing: -0.7px;
}
.modal-top .icon-button {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.modal-lead {
  font-size: 12px;
  margin-bottom: 23px;
}
.modal-actions {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 24px;
}
.modal-actions .btn {
  font-size: 12px;
  min-height: 44px;
}
.calendar-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.calendar-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.calendar-controls strong {
  font-size: 15px;
  font-weight: 550;
  min-width: 146px;
  text-transform: capitalize;
}
.calendar-controls .icon-button {
  width: 35px;
  height: 35px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: var(--line);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}
.calendar-weekday {
  text-align: center;
  font-size: 10px;
  padding: 12px 0;
  background: #edf0e4;
  color: var(--muted);
}
.calendar-cell {
  height: 95px;
  background: white;
  padding: 12px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  font-size: 12px;
  min-width: 0;
}
.calendar-cell:hover {
  background: #f0f5e5;
}
.calendar-cell.blank {
  background: #f5f7ef;
}
.calendar-cell.selected {
  box-shadow: inset 0 0 0 2px var(--green);
  background: #f2f5e8;
}
.calendar-cell .today-number {
  background: var(--green);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -4px;
}
.calendar-cell .calendar-event {
  font-size: 8px;
  background: #e8efda;
  border-left: 2px solid #748754;
  padding: 3px 5px;
  border-radius: 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar-detail {
  margin-top: 24px;
}
.calendar-detail h2 {
  font: 16px/1.4 var(--sans);
  font-weight: 550;
  letter-spacing: -0.3px;
  margin-bottom: 17px;
}
.week-view {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.week-day {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 15px 10px;
  min-height: 230px;
  min-width: 0;
}
.week-day > strong {
  display: block;
  font-size: 13px;
  color: var(--green);
  text-align: center;
  margin-bottom: 15px;
}
.week-day p {
  font-size: 9px;
  line-height: 1.7;
}
.week-event {
  font-size: 10px;
  padding: 9px 6px;
  border-left: 2px solid #829a63;
  background: #edf2e3;
  margin: 8px 0;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.task-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.inventory-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 13px;
}
.inventory-card h3 {
  font-size: 15px;
  margin: 17px 0 7px;
  letter-spacing: -0.2px;
}
.inventory-card p {
  font-size: 11px;
}
.stock-value {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 23px 0 10px;
}
.stock-value small {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
}
.stock-track {
  height: 4px;
  border-radius: 5px;
  background: #e9ecdf;
  overflow: hidden;
  margin-bottom: 13px;
}
.stock-track > span {
  display: block;
  height: 100%;
  background: #8da767;
}
.stock-track.low > span {
  background: #af775b;
}
.stock-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin-top: 19px;
}
.stock-bottom .text-link {
  font-size: 10px;
}
.finance-stats {
  grid-template-columns: repeat(3, 1fr);
}
.finance-stats .metric-value {
  font-size: 30px;
  white-space: nowrap;
}
.amount-in {
  color: var(--green);
  font-weight: 550;
}
.amount-out {
  color: var(--terra);
  font-weight: 550;
}
.access-card {
  padding: 25px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 13px;
}
.access-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.access-card p {
  font-size: 12px;
  line-height: 1.9;
}
.access-card .check-list li {
  font-size: 12px;
}
.access-card.active {
  border-color: #aabb91;
  background: #fbfcf8;
}
.access-note {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  padding: 20px 0;
}
.menu-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  height: 100dvh;
  max-height: none;
  width: min(390px, 100%);
  max-width: none;
  border: 0;
  background: var(--paper);
  padding: 28px;
}
.menu-dialog::backdrop {
  background: #1b2c20b0;
}
.menu-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.menu-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.menu-links a {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  font-family: var(--serif);
}
.menu-dialog > .btn {
  margin-bottom: 12px;
}
.menu-dialog > p {
  font-size: 10px;
  margin-top: 20px;
}
.toast-region {
  position: fixed;
  z-index: 200;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  max-width: calc(100% - 32px);
}
.toast {
  background: var(--deep);
  color: white;
  border: 1px solid #82966d;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  box-shadow: 0 8px 30px #14211c20;
  animation: toast-in 0.2s ease;
  line-height: 1.7;
}
.toast svg {
  color: var(--lime);
}
.toast.error {
  background: #743d2c;
  border-color: #b3886b;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
.status-banner {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px;
  background: #f0f3e5;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 17px;
}
.route-enter {
  animation: route-in 0.25s ease-out;
}
@keyframes route-in {
  from {
    opacity: 0.5;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  :root {
    --max: 1260px;
  }
  .hero-grid {
    gap: 65px;
  }
  .hero h1 {
    font-size: 82px;
  }
  .hero {
    padding-block: 95px;
  }
  .hero-stage {
    padding-block: 51px 77px;
  }
  .shot-content {
    padding: 27px 25px;
  }
  .shot-shell {
    min-height: 355px;
  }
  .shot-stats {
    margin-block: 23px;
  }
  .shot-stat {
    padding: 14px 10px;
  }
}
@media (max-width: 1190px) {
  .nav-links {
    gap: 18px;
  }
  .nav-actions {
    gap: 8px;
  }
  .nav-wrap {
    gap: 15px;
  }
  .nav-actions .btn {
    padding-inline: 16px;
  }
  .hero h1 {
    font-size: 62px;
    letter-spacing: -3px;
  }
  .hero-grid {
    gap: 22px;
  }
  .hero .btn-row {
    gap: 7px;
  }
  .hero .btn {
    padding-inline: 17px;
    font-size: 12px;
  }
  .shot-shell {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .shot-sidebar {
    padding-inline: 6px;
  }
  .shot-nav {
    font-size: 8px;
    gap: 6px;
  }
  .shot-house {
    font-size: 8px;
  }
  .shot-content {
    padding-inline: 15px;
  }
  .shot-stats {
    gap: 6px;
  }
  .shot-stat {
    padding: 10px 7px;
  }
  .shot-stat strong {
    font-size: 21px;
  }
  .shot-stat span {
    font-size: 7px;
  }
  .showcase {
    padding: 42px;
    gap: 35px;
  }
  .showcase h2 {
    font-size: 38px;
  }
  .split {
    gap: 48px;
  }
  .wizard-layout {
    gap: 50px;
  }
  .workspace-content {
    padding: 31px 28px;
  }
  .dashboard-stats {
    gap: 12px;
  }
  .metric-card {
    padding: 18px;
  }
  .metric-value {
    font-size: 29px;
  }
  .inventory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1020px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-flex;
  }
  .nav-actions > .text-link {
    display: none;
  }
  .nav-wrap {
    height: 77px;
  }
  .nav-actions {
    gap: 11px;
  }
  .container {
    width: calc(100% - 56px);
  }
  .hero {
    padding-top: 57px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -2.8px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero .lead {
    font-size: 14px;
  }
  .hero-stage {
    padding-left: 0;
  }
  .hero-stage:before {
    inset: 0 8px 0 17px;
  }
  .shot-shell {
    grid-template-columns: 1fr;
  }
  .shot-sidebar {
    display: none;
  }
  .shot-content {
    padding: 22px;
  }
  .shot-head {
    padding-inline: 14px;
  }
  .shot-stat span {
    font-size: 8px;
  }
  .floating-note {
    left: -14px;
    padding: 13px;
    gap: 9px;
  }
  .hero-note {
    font-size: 10px;
  }
  .belief {
    font-size: 10px;
    gap: 8px;
  }
  .belief svg {
    width: 17px;
  }
  .section {
    padding-block: 76px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 270px;
    font-size: 13px;
  }
  .pain-card {
    padding: 24px;
  }
  .pain-card h3 {
    font-size: 24px;
  }
  .pain-card p {
    font-size: 12px;
  }
  .grid-3 {
    gap: 16px;
  }
  .showcase {
    gap: 25px;
    padding: 34px;
  }
  .showcase h2 {
    font-size: 34px;
  }
  .showcase p {
    font-size: 13px;
  }
  .showcase .shot-content {
    padding: 20px;
  }
  .showcase .shot-stat strong {
    font-size: 23px;
  }
  .split {
    gap: 35px;
  }
  .statement-panel {
    min-height: 450px;
    padding-inline: 30px;
  }
  .statement-panel blockquote {
    font-size: 33px;
  }
  .price-card,
  .price-card.custom {
    padding: 29px;
  }
  .final-cta {
    padding: 45px;
    gap: 30px;
  }
  .final-cta h2 {
    font-size: 38px;
  }
  .footer-grid {
    gap: 25px;
    grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  }
  .footer-brand p {
    font-size: 11px;
  }
  .footer-links a {
    font-size: 11px;
  }
  .feature-browser {
    grid-template-columns: 225px minmax(0, 1fr);
  }
  .feature-tabs {
    padding: 17px 12px;
  }
  .feature-tab {
    font-size: 12px;
    padding: 13px 10px;
    gap: 8px;
  }
  .feature-tab > svg:last-child {
    display: none;
  }
  .feature-detail {
    padding: 30px;
  }
  .contact-layout {
    gap: 40px;
  }
  .wizard-aside h1 {
    font-size: 46px;
  }
  .wizard-layout {
    gap: 36px;
  }
  .form-card {
    padding: 28px;
  }
  .workspace {
    grid-template-columns: 177px minmax(0, 1fr);
  }
  .workspace-sidebar {
    padding: 23px 12px;
  }
  .workspace-house {
    padding-inline: 8px;
  }
  .workspace-nav button {
    font-size: 11px;
    padding-inline: 9px;
    gap: 8px;
  }
  .workspace-content {
    padding: 27px 23px;
  }
  .workspace-title h1 {
    font-size: 24px;
  }
  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .finance-stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .finance-stats .metric-value {
    font-size: 23px;
  }
  .dashboard-columns {
    grid-template-columns: 1fr;
  }
  .workspace-title {
    align-items: start;
  }
  .calendar-cell {
    padding: 9px 7px;
    height: 84px;
  }
  .calendar-cell .calendar-event {
    font-size: 7px;
    padding: 3px;
  }
  .week-view {
    gap: 5px;
  }
  .week-day {
    padding: 13px 7px;
  }
  .demo-topbar {
    padding: 15px 23px;
  }
  .demo-topbar .brand-word {
    font-size: 28px;
  }
  .demo-topbar-left {
    gap: 18px;
  }
  .demo-topbar .pill {
    font-size: 9px;
  }
  .workspace-bottom-callout h3 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  h1 {
    font-size: 53px;
    letter-spacing: -2.5px;
  }
  h2 {
    font-size: 37px;
    letter-spacing: -1.3px;
  }
  .nav-wrap {
    height: 70px;
  }
  .brand-word {
    font-size: 30px;
  }
  .brand-symbol {
    width: 29px;
    height: 34px;
  }
  .nav-actions .btn {
    font-size: 11px;
    min-height: 40px;
    padding: 10px 15px;
  }
  .nav-actions .btn svg {
    display: none;
  }
  .mobile-menu-toggle {
    width: 39px;
    height: 39px;
  }
  .hero {
    padding: 47px 0 56px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .hero h1 {
    font-size: clamp(48px, 9.2vw, 65px);
    letter-spacing: -2.7px;
    max-width: 600px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 21px;
    letter-spacing: 1.5px;
  }
  .hero .lead {
    font-size: 15px;
    line-height: 1.85;
    max-width: 550px;
    margin: 22px 0 25px;
  }
  .hero .btn-row {
    gap: 9px;
  }
  .hero .btn {
    font-size: 12px;
    min-height: 49px;
    padding-inline: 21px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 16px;
  }
  .hero-stage {
    padding: 28px 3px 48px 0;
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .hero-stage:before {
    inset: 0 18px 0 38px;
  }
  .stage-caption {
    top: -4px;
    right: 8px;
    font-size: 9px;
  }
  .shot-shell {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 304px;
  }
  .shot-sidebar {
    display: block;
    padding-top: 16px;
  }
  .shot-nav {
    font-size: 8px;
  }
  .shot-house {
    font-size: 8px;
  }
  .shot-content {
    padding: 20px 16px;
  }
  .shot-content h3 {
    font-size: 17px;
  }
  .shot-stats {
    gap: 8px;
  }
  .shot-stat strong {
    font-size: 23px;
  }
  .shot-stat span {
    font-size: 7px;
  }
  .floating-note {
    left: 12px;
    bottom: 6px;
    padding: 13px 17px;
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note p {
    font-size: 9px;
  }
  .stage-footnote {
    bottom: -12px;
    font-size: 8px;
  }
  .belief-strip {
    padding: 18px 0;
  }
  .belief-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .belief {
    font-size: 11px;
    justify-content: start;
  }
  .belief + .belief {
    border: none;
  }
  .belief svg {
    width: 18px;
  }
  .section {
    padding: 61px 0;
  }
  .section-sm {
    padding: 44px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .section-heading h2 {
    max-width: 510px;
  }
  .section-heading > p {
    margin-top: 19px;
    max-width: 520px;
    font-size: 14px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 19px;
  }
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .pain-card {
    padding: 25px;
    min-height: 0;
  }
  .card-top {
    margin-bottom: 19px;
  }
  .pain-card h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .pain-card p {
    font-size: 13px;
  }
  .pain-outcome {
    margin-top: 21px;
  }
  .showcase {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 31px;
    border-radius: 19px;
  }
  .showcase h2 {
    font-size: 37px;
  }
  .showcase p {
    font-size: 14px;
  }
  .showcase .lead {
    margin-block: 18px 22px;
  }
  .showcase-link {
    padding-block: 17px;
    font-size: 12px;
  }
  .showcase .shot-content {
    padding: 24px;
  }
  .showcase .shot-shell {
    min-height: 310px;
  }
  .showcase .shot-stat span {
    font-size: 9px;
  }
  .showcase .shot-event strong {
    font-size: 11px;
  }
  .showcase .shot-event p {
    font-size: 9px;
  }
  .showcase .shot-label {
    font-size: 11px;
  }
  .showcase-links {
    margin-bottom: 17px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .principles-copy > p {
    font-size: 14px;
  }
  .principle-row {
    padding: 19px 0;
  }
  .statement-panel {
    max-width: 420px;
    width: 100%;
    margin: auto;
    min-height: 405px;
    padding: 48px 35px 33px;
  }
  .statement-panel blockquote {
    font-size: 35px;
  }
  .statement-panel > .brand-symbol {
    width: 50px;
    height: 64px;
    margin-bottom: 24px;
  }
  .section-intro {
    margin-bottom: 29px;
  }
  .section-intro p {
    font-size: 14px;
  }
  .billing-toggle {
    gap: 10px;
    margin-block: 26px;
  }
  .segmented button {
    padding-inline: 20px;
    font-size: 11px;
  }
  .save-note {
    font-size: 10px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    max-width: 530px;
  }
  .price-card,
  .price-card.custom {
    padding: 29px;
  }
  .price-card.custom h3 {
    max-width: 100%;
    font-size: 32px;
  }
  .price-card.custom .icon-box {
    margin-bottom: 23px;
  }
  .price-card.custom > p {
    margin-bottom: 21px;
  }
  .custom-details {
    margin-bottom: 27px;
  }
  .price-tag {
    margin-top: 23px;
  }
  .price-number {
    font-size: 53px;
  }
  .pricing-footnote {
    font-size: 9px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .faq-item summary {
    font-size: 14px;
    padding-block: 21px;
    gap: 21px;
  }
  .faq-answer {
    font-size: 13px;
    padding-right: 20px;
  }
  .final-cta {
    padding: 34px 28px;
    flex-direction: column;
    align-items: start;
    gap: 27px;
    border-radius: 19px;
  }
  .final-cta h2 {
    font-size: 37px;
  }
  .final-cta p {
    font-size: 13px;
    line-height: 1.8;
  }
  .final-cta .cta-actions {
    align-items: start;
  }
  .final-cta .cta-actions > span {
    margin-left: 10px;
    font-size: 9px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 29px 24px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 400px;
    margin-bottom: 6px;
  }
  .footer-brand p {
    max-width: 300px;
    font-size: 12px;
    margin-top: 15px;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer-heading {
    margin-bottom: 12px;
  }
  .site-footer {
    padding-top: 43px;
    padding-bottom: 95px;
  }
  .footer-bottom {
    display: block;
    margin-top: 29px;
    font-size: 10px;
    line-height: 1.8;
  }
  .footer-bottom-right {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .mobile-sticky {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--line);
    background: #f9fbf3f5;
    backdrop-filter: blur(12px);
    z-index: 45;
  }
  .mobile-sticky > div {
    line-height: 1.4;
  }
  .mobile-sticky strong {
    display: block;
    font-size: 11px;
    font-weight: 650;
  }
  .mobile-sticky span {
    display: block;
    font-size: 9px;
    color: var(--muted);
    margin-top: 3px;
  }
  .mobile-sticky .btn {
    min-height: 43px;
    font-size: 11px;
    padding: 10px 18px;
  }
  .page-head {
    padding: 45px 0 35px;
  }
  .page-head h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
  .page-head .lead {
    font-size: 14px;
    margin-top: 21px;
  }
  .breadcrumbs {
    font-size: 9px;
    padding-top: 15px;
  }
  .feature-browser {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .feature-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding: 12px;
    gap: 6px;
  }
  .feature-tab {
    white-space: nowrap;
    padding: 11px 14px;
    min-height: 44px;
    font-size: 11px;
  }
  .feature-tab > svg {
    width: 16px;
  }
  .feature-detail {
    padding: 28px 24px;
  }
  .feature-detail h2 {
    font-size: 31px;
  }
  .feature-detail > div > p {
    font-size: 13px;
  }
  .feature-detail .check-list li {
    font-size: 12px;
  }
  .feature-snapshot {
    padding: 16px;
  }
  .feature-snapshot .shot-event strong {
    font-size: 11px;
  }
  .feature-snapshot .shot-event p {
    font-size: 9px;
  }
  .role-card {
    padding: 26px;
  }
  .role-card h3 {
    margin-top: 18px;
    font-size: 28px;
  }
  .callout {
    padding: 16px;
    gap: 10px;
  }
  .callout p {
    font-size: 11px;
  }
  .process-step {
    grid-template-columns: 45px 1fr;
    gap: 19px;
    padding-block: 28px;
  }
  .step-number {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
  .process-step h2 {
    font-size: 28px;
  }
  .step-detail {
    grid-column: 2;
    padding: 17px;
  }
  .process-step p {
    font-size: 12px;
  }
  .mini-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .security-card {
    padding: 28px;
  }
  .security-card h3 {
    font-size: 21px;
    margin-top: 18px;
  }
  .security-statement {
    padding: 30px;
  }
  .security-statement h2 {
    font-size: 34px;
  }
  .security-statement p {
    font-size: 13px;
  }
  .compare-table th,
  .compare-table td {
    padding: 16px;
    font-size: 11px;
  }
  .compare-table th:nth-child(2),
  .compare-table td:nth-child(2) {
    width: 110px;
    font-size: 10px;
  }
  .compare-table td span {
    gap: 4px;
  }
  .compare-table td svg {
    width: 12px;
  }
  .faq-category {
    gap: 6px;
    margin-top: 18px;
  }
  .filter-chip {
    font-size: 11px;
    padding: 8px 13px;
  }
  .search-field input {
    font-size: 13px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-aside h2 {
    font-size: 36px;
  }
  .contact-aside > p {
    font-size: 13px;
  }
  .contact-option {
    margin-top: 23px;
  }
  .form-card {
    padding: 26px;
  }
  .form-card h2 {
    font-size: 29px;
  }
  .form-card > p {
    font-size: 12px;
  }
  .wizard-layout {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .wizard-aside {
    padding-top: 0;
  }
  .wizard-aside h1 {
    font-size: 43px;
  }
  .wizard-aside > p {
    max-width: 560px;
    font-size: 13px;
    margin-top: 18px;
  }
  .wizard-aside .check-list,
  .wizard-aside .wizard-quote {
    display: none;
  }
  .wizard-section {
    padding-top: 35px;
  }
  .wizard-steps {
    margin-bottom: 26px;
  }
  .wizard-form h2 {
    font-size: 29px;
  }
  .wizard-form > .small {
    font-size: 12px;
  }
  .wizard-form .btn {
    font-size: 12px;
  }
  .wizard-layout {
    max-width: 530px;
  }
  .login-shell {
    margin-block: 36px 60px;
  }
  .legal-wrap {
    margin-bottom: 40px;
  }
  .legal-block h2 {
    font-size: 20px;
  }
  .legal-block p {
    font-size: 13px;
  }
  .not-found {
    padding-block: 60px;
  }
  .not-found h1 {
    font-size: 90px;
  }
  .not-found h2 {
    font-size: 29px;
  }
  .not-found p {
    font-size: 13px;
  }
  .demo-topbar {
    padding: 12px 16px;
    gap: 10px;
  }
  .demo-topbar-left {
    gap: 10px;
  }
  .demo-topbar-left > .text-link {
    font-size: 0;
    gap: 0;
    min-height: 36px;
  }
  .demo-topbar-left > .text-link svg {
    width: 18px;
    height: 18px;
  }
  .demo-topbar .brand-word {
    font-size: 25px;
  }
  .demo-topbar .brand-symbol {
    width: 23px;
    height: 28px;
  }
  .demo-topbar .pill {
    display: none;
  }
  .demo-topbar .btn {
    font-size: 10px;
    padding: 10px 14px;
    min-height: 38px;
  }
  .demo-topbar .btn svg {
    display: none;
  }
  .demo-disclaimer {
    font-size: 9px;
    padding: 7px 15px;
  }
  .workspace {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 98px);
  }
  .workspace-sidebar {
    padding: 10px 15px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
    min-width: 0;
    background: #fafcf3f7;
    backdrop-filter: blur(12px);
  }
  .workspace-house,
  .workspace-sidebar-bottom {
    display: none;
  }
  .workspace-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 5px;
    scrollbar-width: thin;
  }
  .workspace-nav button {
    flex-shrink: 0;
    min-height: 41px;
    font-size: 10px;
    padding: 10px 12px;
    gap: 7px;
    white-space: nowrap;
  }
  .workspace-nav button svg {
    width: 15px;
    height: 15px;
  }
  .workspace-nav button span.badge {
    display: none;
  }
  .workspace-content {
    padding: 25px 17px 40px;
  }
  .workspace-title {
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .workspace-title h1 {
    font-size: 25px;
  }
  .workspace-title p {
    font-size: 11px;
  }
  .workspace-title .btn {
    font-size: 10px;
    min-height: 39px;
    padding: 10px 14px;
  }
  .dashboard-stats {
    gap: 11px;
    margin-bottom: 20px;
  }
  .metric-card {
    padding: 17px;
  }
  .metric-value {
    font-size: 29px;
    margin-top: 11px;
  }
  .metric-label {
    font-size: 9px;
  }
  .metric-detail {
    font-size: 8px;
  }
  .metric-label svg {
    width: 15px;
    height: 15px;
  }
  .work-card {
    padding: 21px;
  }
  .work-card-title {
    margin-bottom: 17px;
  }
  .work-card h2 {
    font-size: 15px;
  }
  .dashboard-columns {
    gap: 18px;
  }
  .workspace-bottom-callout {
    padding: 21px;
    gap: 18px;
    align-items: start;
    flex-direction: column;
  }
  .workspace-bottom-callout h3 {
    font-size: 24px;
  }
  .workspace-bottom-callout p {
    font-size: 11px;
  }
  .workspace-bottom-callout .btn {
    min-height: 43px;
    font-size: 11px;
  }
  .table-tools {
    gap: 10px;
    flex-wrap: wrap;
  }
  .table-search {
    max-width: none;
    flex-basis: 180px;
  }
  .table-tools select {
    font-size: 10px;
    padding-right: 23px;
    max-width: 165px;
  }
  .data-table th,
  .data-table td {
    padding: 15px;
    font-size: 11px;
  }
  .table-footnote {
    font-size: 9px;
  }
  .inventory-grid {
    gap: 13px;
  }
  .inventory-card {
    padding: 20px;
  }
  .inventory-card h3 {
    font-size: 14px;
  }
  .stock-value {
    font-size: 27px;
  }
  .stock-bottom {
    flex-wrap: wrap;
  }
  .stock-bottom .pill {
    font-size: 9px;
    padding: 4px 8px;
  }
  .calendar-controls {
    gap: 9px;
  }
  .calendar-controls strong {
    font-size: 13px;
    min-width: 125px;
  }
  .calendar-tools {
    gap: 14px;
  }
  .calendar-tools .segmented {
    width: 100%;
    justify-content: stretch;
  }
  .calendar-tools .segmented button {
    flex: 1;
    font-size: 10px;
    padding: 8px 12px;
    min-height: 36px;
  }
  .calendar-weekday {
    font-size: 9px;
  }
  .calendar-cell {
    height: 71px;
    padding: 9px 5px;
    font-size: 11px;
    gap: 6px;
  }
  .calendar-cell .calendar-event {
    font-size: 0;
    width: 5px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #69804a;
  }
  .calendar-cell .today-number {
    height: 22px;
    width: 22px;
    font-size: 10px;
    margin: -4px -1px;
  }
  .calendar-detail {
    margin-top: 20px;
  }
  .calendar-detail .event-row h3 {
    font-size: 11px;
  }
  .week-view {
    display: block;
  }
  .week-day {
    min-height: 0;
    display: grid;
    grid-template-columns: 63px 1fr;
    gap: 8px;
    padding: 13px;
    margin-bottom: 10px;
  }
  .week-day > strong {
    font-size: 12px;
    text-align: left;
    margin: 0;
  }
  .week-day p {
    font-size: 10px;
  }
  .week-event {
    margin: 0 0 7px;
    font-size: 11px;
    grid-column: 2;
  }
  .finance-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .finance-stats .metric-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 15px;
    align-items: center;
  }
  .finance-stats .metric-label {
    font-size: 11px;
  }
  .finance-stats .metric-value {
    font-size: 26px;
    margin: 0;
    grid-row: 1/3;
    grid-column: 2;
  }
  .finance-stats .metric-detail {
    margin: 0;
    font-size: 9px;
  }
  .access-card {
    padding: 23px;
  }
  .toast-region {
    bottom: 90px;
    width: max-content;
    max-width: calc(100% - 32px);
  }
  body.demo-page .toast-region,
  body.flow-page .toast-region {
    bottom: 20px;
  }
  .toast {
    font-size: 11px;
    padding: 13px 17px;
  }
  .demo-modal {
    padding: 25px;
  }
  .modal-top h2 {
    font-size: 27px;
  }
  .modal-lead {
    font-size: 11px;
  }
  .field-row {
    gap: 12px;
  }
  .success-card {
    padding: 35px 25px;
  }
  .success-card h2 {
    font-size: 31px;
  }
  .success-card p {
    font-size: 12px;
  }
  .form-disclaimer {
    font-size: 9px;
  }
  .security-card p {
    font-size: 12px;
  }
  .access-note {
    font-size: 9px;
  }
  .task-row {
    gap: 11px;
  }
  .task-text h3 {
    font-size: 11px;
  }
  .task-text p {
    font-size: 9px;
  }
  .task-due {
    font-size: 8px;
  }
  .event-row .pill {
    font-size: 8px;
    padding: 4px 7px;
  }
}
@media (max-width: 390px) {
  .container {
    width: calc(100% - 32px);
  }
  .brand-word {
    font-size: 27px;
  }
  .brand {
    gap: 8px;
  }
  .brand-symbol {
    width: 26px;
    height: 30px;
  }
  .nav-actions {
    gap: 8px;
  }
  .nav-actions .btn {
    font-size: 10px;
    padding-inline: 12px;
  }
  .mobile-menu-toggle {
    width: 36px;
    height: 36px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2.3px;
  }
  .hero .lead {
    font-size: 14px;
  }
  .hero .btn {
    padding-inline: 17px;
    font-size: 11px;
  }
  .hero .btn-row {
    gap: 5px;
  }
  .shot-shell {
    grid-template-columns: 83px minmax(0, 1fr);
  }
  .shot-sidebar {
    padding: 16px 4px;
  }
  .shot-nav {
    gap: 5px;
    padding-inline: 5px;
    font-size: 7px;
  }
  .shot-nav svg {
    width: 11px;
  }
  .shot-house {
    font-size: 7px;
    margin-left: 5px;
  }
  .shot-content {
    padding: 20px 11px;
  }
  .shot-content h3 {
    font-size: 15px;
  }
  .shot-stat {
    padding: 10px 6px;
  }
  .shot-stats {
    gap: 5px;
  }
  .shot-stat strong {
    font-size: 20px;
  }
  .shot-stat span {
    font-size: 6px;
  }
  .shot-label {
    font-size: 9px;
  }
  .shot-event {
    gap: 7px;
  }
  .shot-event strong {
    font-size: 8px;
  }
  .shot-event p {
    font-size: 7px;
  }
  .shot-head {
    padding-inline: 11px;
  }
  .shot-right {
    font-size: 8px;
  }
  .stage-footnote {
    right: 3px;
    font-size: 7px;
  }
  .floating-note {
    padding: 12px;
    left: 8px;
  }
  .page-head h1 {
    font-size: 41px;
  }
  .price-card,
  .price-card.custom {
    padding: 25px;
  }
  .price-card-top {
    gap: 8px;
  }
  .price-card-top .pill {
    font-size: 8px;
  }
  .price-card-top h3 {
    font-size: 23px;
  }
  .final-cta {
    padding: 30px 25px;
  }
  .final-cta h2 {
    font-size: 34px;
  }
  .showcase {
    padding: 29px 20px;
  }
  .showcase h2 {
    font-size: 34px;
  }
  .showcase .shot-content {
    padding: 20px 16px;
  }
  .showcase .shot-stat span {
    font-size: 8px;
  }
  .showcase .shot-event strong {
    font-size: 10px;
  }
  .inventory-grid {
    grid-template-columns: 1fr;
  }
  .form-card {
    padding: 24px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cycle-choice button {
    font-size: 11px;
    padding: 12px 10px;
  }
  .cycle-choice button strong {
    font-size: 14px;
  }
  .feature-detail {
    padding: 24px 20px;
  }
  .wizard-aside h1 {
    font-size: 40px;
  }
  .wizard-steps {
    gap: 4px;
  }
  .review-row {
    font-size: 11px;
  }
  .workspace-content {
    padding-inline: 15px;
  }
  .event-row {
    gap: 10px;
  }
  .event-row .pill {
    display: none;
  }
  .demo-topbar .brand-word {
    font-size: 23px;
  }
  .demo-topbar .btn {
    font-size: 9px;
    padding-inline: 12px;
  }
  .task-due {
    display: none;
  }
  .demo-modal .field-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .step-detail {
    grid-column: 1/-1;
  }
  .compare-table th,
  .compare-table td {
    padding: 15px 12px;
  }
  .price-card .check-list li {
    font-size: 12px;
  }
  .checkbox-field span {
    font-size: 10px;
  }
  .mobile-sticky {
    padding-inline: 16px;
  }
  .mobile-sticky .btn {
    font-size: 10px;
    padding-inline: 15px;
  }
  .search-field input {
    font-size: 12px;
  }
  .calendar-cell {
    height: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .btn:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .mobile-sticky,
  .demo-topbar,
  .workspace-sidebar,
  .btn,
  .toast-region {
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .section {
    padding: 25px 0;
  }
  .hero {
    padding: 0;
  }
  .hero-grid,
  .split,
  .price-grid,
  .wizard-layout,
  .workspace {
    display: block;
  }
  .hero-stage {
    display: none;
  }
  body {
    background: white;
    color: black;
  }
  .price-card,
  .pain-card {
    break-inside: avoid;
  }
  .page-head {
    padding: 20px 0;
  }
  .section-dark {
    background: white;
    color: black;
  }
}
.shot-word > svg {
  width: 16px;
  height: 21px;
  flex: 0 0 16px;
}
.feature-detail[role='tabpanel']:focus {
  outline-offset: -4px;
}
h1:focus,
h2:focus,
main:focus {
  outline: none;
}

@media (max-width: 760px) {
  .workspace-bottom-callout .btn {
    white-space: normal;
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .nav-actions > .btn {
    display: none;
  }
  .final-cta .cta-actions {
    min-width: 0;
    width: 100%;
  }
  .final-cta .cta-actions > .btn {
    width: 100%;
    padding-inline: 15px;
  }
  .demo-topbar .brand-word {
    font-size: 21px;
  }
  .demo-topbar .btn {
    padding-inline: 9px;
    font-size: 8px;
  }
  .demo-topbar-left {
    gap: 8px;
  }
  .calendar-controls {
    gap: 6px;
  }
  .calendar-controls strong {
    min-width: 112px;
    font-size: 12px;
  }
  .calendar-controls .text-link {
    font-size: 9px !important;
  }
  .calendar-controls .icon-button {
    width: 31px;
    height: 31px;
  }
}
/* Contain visually-hidden table labels inside horizontally scrollable regions. */
.table-scroll,
.compare-wrapper,
.table-tools {
  position: relative;
}
