:root {
  --ink: #0d111d;
  --surface: #151d29;
  --core: #23af90;
  --mint: #a4edcf;
  --deep: #16755f;
  --off: #f1f4f1;
  --muted: #a8b4bd;
  --line: #ffffff17;
  --gutter: max(24px, calc((100vw - 1240px) / 2));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--off);
  background: var(--ink);
  font-synthesis: none;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  outline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--core);
}
img,
svg {
  max-width: 100%;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
::selection {
  background: var(--mint);
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 16px;
  background: var(--mint);
  color: var(--ink);
}
.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 60;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
}
.site-header {
  position: fixed;
  z-index: 50;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1320px, calc(100% - 48px));
  height: 76px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #101723e8;
  border: 1px solid #ffffff18;
  border-radius: 20px;
  backdrop-filter: blur(22px);
  transition:
    height 0.35s var(--ease),
    box-shadow 0.35s;
}
.site-header.is-scrolled {
  height: 64px;
  box-shadow: 0 14px 45px #0003;
}
.brand {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.brand img {
  width: 145px;
  display: block;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.desktop-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  color: #b3bdc8;
  transition: color 0.2s;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--mint);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: var(--mint);
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  transition:
    background 0.25s,
    transform 0.3s var(--ease),
    box-shadow 0.3s;
}
.button .icon {
  transition: transform 0.3s var(--ease);
}
.button:hover {
  background: #bef7df;
  box-shadow: 0 6px 24px #a4edcf15;
}
.button:hover .icon {
  transform: translateX(4px);
}
.button:active {
  transform: scale(0.98);
}
.button-small {
  min-height: 42px;
  padding: 10px 17px;
  gap: 16px;
  font-size: 12px;
}
.menu-toggle {
  display: none;
}
.mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 15px 22px;
  border: 1px solid #ffffff20;
  border-radius: 18px;
  background: #121c29;
  box-shadow: 0 24px 45px #0005;
}
.mobile-menu a {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 60px;
  border-bottom: 1px solid var(--line);
  font-size: 19px;
}
.mobile-menu a:last-child {
  border: 0;
}
.mobile-menu a > span {
  font:
    11px ui-monospace,
    monospace;
  color: var(--mint);
}
.mobile-menu .icon {
  margin-left: auto;
}
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  align-items: center;
  gap: 52px;
  min-height: 850px;
  padding: 174px var(--gutter) 100px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 86% 45%, #184a3e37, transparent 50%), var(--ink);
}
.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(#a4edcf18 1px, transparent 1px),
    linear-gradient(90deg, #a4edcf18 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 30%, #000);
}
.hero-copy {
  position: relative;
  min-width: 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a7b9b7;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin: 0 0 27px;
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #a4edcf0c;
}
h1 {
  font-size: clamp(3.6rem, 6vw, 6.25rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.07em;
  margin: 0 0 28px;
}
.title-line {
  display: block;
  white-space: nowrap;
}
h1 em {
  font-style: normal;
  color: var(--mint);
}
.hero-lead {
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.5;
  color: #e0e6e7;
  margin: 0 0 17px;
  letter-spacing: -0.025em;
}
.hero-description {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 440px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  font-size: 13px;
  color: #d5dfdc;
}
.text-link span {
  font-size: 20px;
  color: var(--mint);
  transition: transform 0.3s;
}
.text-link:hover span {
  transform: translate(3px, 3px);
}
.price-note {
  display: grid;
  gap: 5px;
  margin-top: 27px;
  font-size: 11px;
}
.price-note strong {
  font-weight: 500;
  color: #c5d2d0;
}
.price-note span {
  color: #8d9caa;
}
.product-stage {
  position: relative;
  min-width: 0;
  scroll-margin-top: 115px;
  perspective: 1500px;
}
.stage-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 4px 14px;
  font:
    9px ui-monospace,
    monospace;
  letter-spacing: 0.08em;
  color: #869e9a;
}
.stage-label span:last-child {
  color: var(--mint);
  letter-spacing: 0;
}
.dashboard-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  border: 1px solid #ffffff26;
  border-radius: 18px;
  overflow: hidden;
  color: var(--ink);
  background: #f1f5f3;
  box-shadow:
    0 30px 80px #0005,
    0 0 60px #23af9008;
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.5s var(--ease);
  color-scheme: light;
}
.window-bar {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #dbe4e0;
  background: #fff;
  color: #75827c;
  font-size: 9px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  background: #d5dfd9;
  border-radius: 50%;
}
.window-dots i:first-child {
  background: #a5c9b9;
}
.window-bar b {
  color: var(--deep);
  background: #edf7f1;
  border: 1px solid #d9ebdf;
  font-size: 8px;
  letter-spacing: 0.08em;
  padding: 4px 6px;
  border-radius: 4px;
}
.dash-sidebar {
  padding: 25px 10px 18px;
  background: #18272b;
  color: #aec0bf;
  display: flex;
  flex-direction: column;
}
.dash-sidebar > img {
  display: block;
  object-fit: contain;
  width: 36px;
  height: 39px;
  align-self: flex-start;
  margin: 0 12px 27px;
}
.dash-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a4edcf20;
  border-radius: 7px;
  background: #a4edcf15;
  transition:
    transform 0.4s var(--ease),
    width 0.4s var(--ease),
    height 0.4s var(--ease);
  pointer-events: none;
}
.side-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #9eafae;
  font-size: 11px;
  text-align: left;
  transition: color 0.2s;
}
.side-item .icon {
  width: 14px;
  height: 14px;
}
.side-item.active {
  color: var(--mint);
}
.side-item:hover {
  color: #fff;
}
.sidebar-foot {
  margin: auto 10px 0;
  padding-top: 28px;
  color: #9bafab;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.sidebar-foot span {
  display: block;
  margin-top: 22px;
  font:
    8px ui-monospace,
    monospace;
  color: #839b96;
  letter-spacing: 0.06em;
}
.dash-main {
  min-width: 0;
  padding: 25px 20px 33px;
}
.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.dash-head small {
  color: var(--deep);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.14em;
}
.dash-head h2 {
  font-size: 20px;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 6px 0 0;
}
.avatar {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #cee8da;
  color: #245d49;
  font-size: 9px;
  font-weight: 700;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 12px;
}
.metric {
  min-width: 0;
  display: grid;
  gap: 9px;
  border: 1px solid #dce6df;
  border-radius: 10px;
  padding: 13px 10px;
  background: #fff;
}
.metric small {
  color: #65776b;
  font-size: 9px;
  line-height: 1.3;
}
.metric strong {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.metric span {
  color: #277553;
  font-size: 9px;
}
.metric-primary {
  background: #e4f1e8;
  border-color: #d1e6d9;
}
.metric.alert span {
  color: #8e6c28;
}
.dash-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 10px;
}
.chart-card,
.agenda-card {
  min-width: 0;
  border: 1px solid #dce6df;
  border-radius: 10px;
  padding: 13px;
  background: #fff;
}
.card-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  font-size: 10px;
}
.card-title strong {
  font-weight: 600;
}
.card-title small {
  color: #718076;
  font-size: 8px;
}
.chart {
  height: 130px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  border-bottom: 1px solid #dae5dd;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 31px,
    #e9efea 31px,
    #e9efea 32px
  );
  padding: 20px 4px 0;
  margin-top: 5px;
}
.chart span {
  flex: 1;
  min-width: 5px;
  height: var(--h);
  background: #90cbb0;
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
  transition: height 0.65s var(--ease);
}
.chart span:last-child {
  background: #248969;
}
.chart-labels {
  display: flex;
  justify-content: space-around;
  padding-top: 9px;
  font-size: 7px;
  color: #7b8b80;
}
.agenda-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 9px;
}
.agenda-card > strong {
  font-size: 10px;
  font-weight: 600;
}
.agenda-card > div {
  display: grid;
  gap: 5px;
}
.agenda-card b {
  font-weight: 550;
}
.agenda-card span {
  color: #748077;
}
.agenda-card button {
  margin-top: auto;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: #edf5ef;
  color: #1d6b4e;
  font-size: 9px;
  font-weight: 650;
  padding: 8px;
}
.agenda-card button:hover {
  background: #d6ebdc;
}
.floating-note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: -18px 22px 0 auto;
  padding: 14px 16px;
  border: 1px solid #a4edcf38;
  border-radius: 12px;
  background: #1b3031;
  box-shadow: 0 12px 28px #0003;
}
.floating-note > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--mint);
  color: var(--ink);
  font-weight: 700;
}
.floating-note div {
  display: grid;
  gap: 5px;
}
.floating-note strong {
  font-size: 11px;
  font-weight: 600;
}
.floating-note small {
  font-size: 9px;
  color: #acc2b9;
}
.floating-note .note-time {
  align-self: flex-start;
  font-size: 8px;
  margin-left: 14px;
  color: #88a69c;
}
.demo-caption {
  text-align: center;
  font-size: 10px;
  color: #91a39e;
  margin: 16px 0 0;
}
.preview-strip {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 130px;
  padding: 26px var(--gutter);
  border-block: 1px solid #dce4dc;
  background: var(--off);
  color: var(--ink);
  color-scheme: light;
}
.preview-strip p {
  display: grid;
  gap: 7px;
  margin: 0;
}
.preview-strip small {
  font:
    9px ui-monospace,
    monospace;
  letter-spacing: 0.12em;
  color: #6f8278;
}
.preview-strip strong {
  font-weight: 550;
  font-size: 21px;
  letter-spacing: -0.045em;
}
.preview-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 13px;
  color: #4e665b;
}
.preview-strip .icon {
  width: 22px;
  height: 22px;
  color: var(--deep);
}
.section-light {
  background: var(--off);
  color: var(--ink);
  color-scheme: light;
}
.section-dark {
  background: var(--ink);
  color: #eff4ef;
}
.solutions,
.workflow,
.proof,
.pricing,
.faq {
  padding: 112px var(--gutter);
}
.section-kicker {
  color: var(--deep);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin: 0 0 21px;
}
.section-kicker-mint {
  color: var(--mint);
}
.section-heading h2,
.workflow h2,
.proof h2,
.pricing h2,
.faq h2,
.final-cta h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 550;
  margin: 0;
}
.section-heading h2 span {
  color: #6d8979;
}
.workflow h2 span,
.pricing h2 span,
.final-cta h2 span {
  color: var(--mint);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0 70px;
  align-items: end;
  margin-bottom: 55px;
}
.section-heading .section-kicker {
  grid-column: 1/-1;
}
.section-heading > p:last-child {
  font-size: 15px;
  color: #67756d;
  line-height: 1.8;
  max-width: 460px;
  margin: 0 0 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
}
.feature-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  min-height: 415px;
  padding: 36px;
  border: 1px solid #dbe4dc;
  border-radius: 22px;
  background: #fff;
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease),
    border-color 0.3s;
}
.feature-card::before,
.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    340px circle at var(--pointer-x, -500px) var(--pointer-y, -500px),
    #a4edcf22,
    transparent 65%
  );
  transition: opacity 0.4s;
}
.feature-card > * {
  position: relative;
}
.feature-card-dark {
  background: #172a2b;
  border-color: #253c35;
  color: #f0f6f2;
}
.feature-card-teal {
  background: #226b55;
  border-color: #226b55;
  color: #f0f6f2;
}
.feature-number {
  position: absolute;
  right: 30px;
  top: 36px;
  font:
    10px ui-monospace,
    monospace;
  color: #718b7c;
}
.feature-card-dark .feature-number,
.feature-card-teal .feature-number {
  color: #91b7a4;
}
.feature-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #547964;
  margin: 0 0 18px;
  padding-right: 28px;
}
.feature-card-dark .feature-label,
.feature-card-teal .feature-label {
  color: #a4d7bf;
}
.feature-card h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 550;
  max-width: 360px;
  margin: 0;
}
.feature-card > div > p:last-child:not(.feature-label) {
  font-size: 14px;
  line-height: 1.75;
  color: #6a7b70;
  margin: 17px 0 0;
  max-width: 430px;
}
.feature-card-dark > div > p:last-child:not(.feature-label) {
  color: #aebeb5;
}
.feature-card-teal > div > p:last-child:not(.feature-label) {
  color: #c9dfd4;
}
.mini-ui {
  border: 1px solid #a4edcf20;
  border-radius: 12px;
  background: #ffffff05;
}
.mini-ui span {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border-bottom: 1px solid #a4edcf15;
  font-size: 11px;
}
.mini-ui span:last-child {
  border: 0;
}
.mini-ui i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a4edcf;
}
.mini-ui b {
  font-weight: 500;
}
.mini-ui em {
  font-size: 9px;
  font-style: normal;
  color: #a7bcb0;
  background: #a4edcf0b;
  padding: 5px 7px;
  border-radius: 5px;
}
.payment-preview {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 4px 0 0;
}
.payment-ring {
  width: 145px;
  height: 145px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 59%, transparent 60%),
    conic-gradient(#3b9e78 84%, #e7efe8 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.payment-ring > span {
  font-size: 34px;
  letter-spacing: -0.06em;
  font-weight: 600;
}
.payment-ring small {
  font-size: 16px;
  color: #788d7d;
  margin-left: 2px;
}
.payment-ring p {
  font-size: 10px;
  color: #728278;
  margin: 0;
}
.payment-legend {
  display: grid;
  gap: 13px;
  flex: 1;
  font-size: 11px;
}
.payment-legend > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.payment-legend b {
  margin-left: auto;
  font-weight: 500;
}
.payment-legend i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b9e78;
}
.payment-legend > span:nth-child(2) i {
  background: #c2d2c5;
}
.payment-legend > small {
  font-size: 9px;
  color: #7e8e83;
  margin-top: 5px;
}
.document-list {
  display: grid;
  gap: 10px;
}
.document-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid #dce6dc;
  border-radius: 10px;
}
.document-list .icon {
  color: var(--deep);
}
.document-list span {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.document-list strong {
  font-size: 11px;
  font-weight: 550;
}
.document-list small {
  font-size: 9px;
  color: #76857b;
}
.document-list b {
  margin-left: auto;
  font-size: 9px;
  color: #347254;
  background: #edf5ec;
  padding: 6px 8px;
  border-radius: 6px;
}
.report-preview {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-top: 15px;
}
.report-preview > div:first-child {
  display: grid;
  gap: 6px;
  font-size: 10px;
  color: #bfdfce;
  flex: 1;
  padding-bottom: 4px;
}
.report-preview strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #e2f3e9;
}
.signal {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex: 1;
  height: 118px;
}
.signal i {
  flex: 1;
  min-width: 5px;
  height: 28%;
  background: #9acdb288;
  border-radius: 4px 4px 0 0;
  transform-origin: bottom;
}
.signal i:nth-child(2) {
  height: 42%;
}
.signal i:nth-child(3) {
  height: 35%;
}
.signal i:nth-child(4) {
  height: 65%;
}
.signal i:nth-child(5) {
  height: 54%;
}
.signal i:nth-child(6) {
  height: 76%;
}
.signal i:nth-child(7) {
  height: 100%;
  background: var(--mint);
}
.capability-ticker {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  background: var(--mint);
  color: #1e4d37;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 36s linear infinite;
}
.ticker-group {
  display: flex;
  align-items: center;
}
.ticker-group span {
  font-size: clamp(20px, 2.2vw, 32px);
  letter-spacing: -0.045em;
  padding: 0 34px;
  white-space: nowrap;
}
.ticker-group i {
  font-style: normal;
  font-size: 29px;
}
.capability-ticker:hover .ticker-track {
  animation-play-state: paused;
}
.motion-toggle {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #38644d38;
  border-radius: 50%;
  background: var(--mint);
  color: #1e4d37;
  box-shadow: 0 0 20px 20px var(--mint);
}
.motion-glyph {
  font-size: 16px;
}
.workflow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.workflow-intro > p:last-child {
  font-size: 15px;
  line-height: 1.85;
  color: #a7b9ae;
  margin: 28px 0 0;
  max-width: 480px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 0 0 34px;
}
.steps li:last-child {
  padding: 0;
}
.steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: 0;
  width: 1px;
  background: #a4edcf23;
}
.steps > li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #a4edcf35;
  border-radius: 50%;
  color: var(--mint);
  background: #a4edcf06;
  font:
    11px ui-monospace,
    monospace;
}
.steps h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 9px 0 10px;
}
.steps p {
  color: #9eafa5;
  line-height: 1.75;
  font-size: 14px;
  margin: 0;
  max-width: 360px;
}
.proof {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.proof-copy > p:last-child {
  font-size: 15px;
  line-height: 1.85;
  color: #6c7a70;
  max-width: 450px;
  margin: 25px 0 0;
}
.project-system {
  border-top: 1px solid #d3ddd4;
}
.project-system article {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #d3ddd4;
  padding: 21px 0;
  transition:
    padding 0.4s var(--ease),
    background 0.4s;
}
.project-system article > span {
  font:
    10px ui-monospace,
    monospace;
  color: #739280;
}
.project-system article div {
  display: grid;
  gap: 7px;
}
.project-system strong {
  font-size: 13px;
  font-weight: 550;
}
.project-system small {
  font-size: 10px;
  color: #768b7c;
}
.project-system b {
  font-size: 8px;
  font-weight: 500;
  background: #e4ede2;
  color: #487455;
  padding: 6px 8px;
  border-radius: 5px;
}
.pricing {
  background:
    radial-gradient(ellipse at 50% 10%, #16443433, transparent 60%), var(--ink);
}
.pricing-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 55px;
}
.pricing-heading > p:last-child {
  max-width: 470px;
  margin: 22px auto 0;
  color: #a5b6ab;
  font-size: 14px;
  line-height: 1.85;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 930px;
  margin: 0 auto;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #a4edcf25;
  border-radius: 20px;
  padding: 36px;
  background: #17212b;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s;
}
.price-card-featured {
  background: #d4efd9;
  border-color: #b1dbc0;
  color: var(--ink);
}
.plan-top p {
  font-size: 11px;
  color: var(--mint);
  font-weight: 650;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
}
.plan-top > span {
  font-size: 12px;
  color: #acbbb4;
}
.price-card-featured .plan-top p {
  color: #306242;
}
.price-card-featured .plan-top > span {
  color: #587360;
}
.popular {
  position: absolute;
  top: 29px;
  right: 27px;
  background: #bfdcc5;
  color: #2f6345;
  font:
    8px ui-monospace,
    monospace;
  letter-spacing: 0.03em;
  border-radius: 5px;
  padding: 7px 9px;
}
.price {
  display: flex;
  gap: 6px;
  margin: 38px 0 32px;
  align-items: flex-start;
}
.price sup {
  font-size: 18px;
  padding-top: 9px;
  color: var(--mint);
}
.price strong {
  font-size: 76px;
  font-weight: 550;
  line-height: 0.95;
  letter-spacing: -0.07em;
}
.price small {
  align-self: flex-end;
  font-size: 12px;
  margin-bottom: 9px;
  color: #a4b5aa;
}
.price-card-featured .price sup,
.price-card-featured .price small {
  color: #46674e;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 16px;
  font-size: 13px;
  color: #c3d0c8;
}
.price-card li {
  padding-left: 25px;
  position: relative;
}
.price-card li::before {
  content: "✓";
  color: var(--mint);
  position: absolute;
  left: 0;
}
.price-card-featured ul {
  color: #3b6247;
}
.price-card-featured li::before {
  color: #28744e;
}
.price-card .button {
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
  font-size: 12px;
}
.button-outline {
  background: transparent;
  border-color: #a4edcf40;
  color: #e2ede6;
}
.button-outline:hover {
  background: #a4edcf15;
}
.price-card-featured .button {
  background: #193e2d;
  color: #e0f5e8;
}
.price-card-featured .button:hover {
  background: #26523c;
}
.pricing-note {
  margin: 25px auto 0;
  max-width: 500px;
  text-align: center;
  color: #99ada0;
  font-size: 11px;
  line-height: 1.8;
}
.faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
}
.faq-list {
  border-top: 1px solid #d0dcd1;
}
.faq-list details {
  border-bottom: 1px solid #d0dcd1;
}
.faq-list summary {
  position: relative;
  list-style: none;
  padding: 26px 36px 26px 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 22px;
  font-size: 23px;
  color: #578969;
  font-weight: 400;
  transition: transform 0.3s;
}
.faq-list details[open] summary::after {
  transform: rotate(45deg);
}
.faq-answer {
  overflow: hidden;
}
.faq-answer p {
  font-size: 14px;
  line-height: 1.8;
  color: #6b7e70;
  margin: -2px 30px 25px 0;
}
.final-cta {
  position: relative;
  padding: 105px var(--gutter) 90px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 100%, #29583944, transparent 68%), #101923;
  border-top: 1px solid var(--line);
}
.final-cta h2 {
  margin: auto;
  max-width: 1000px;
}
.contact-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #adbbb1;
  margin: 25px auto 38px;
  max-width: 460px;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 25px;
  border: 1px solid #a4edcf26;
  border-radius: 15px;
  background: #ffffff03;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s var(--ease);
}
.contact-card > .icon:first-child {
  width: 30px;
  height: 30px;
  color: var(--mint);
}
.contact-card > span {
  display: grid;
  gap: 9px;
  min-width: 0;
  flex: 1;
}
.contact-card small {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #91ac9b;
}
.contact-card strong {
  font-size: clamp(14px, 1.45vw, 20px);
  font-weight: 500;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}
.contact-card em {
  font-size: 10px;
  color: #a4b6aa;
  font-style: normal;
}
.contact-card > .icon:last-child {
  width: 18px;
  color: var(--mint);
  transition: transform 0.3s;
}
.contact-whatsapp {
  background: #a4edcf0a;
}
.contact-card:hover {
  background: #a4edcf12;
  border-color: #a4edcf66;
}
.contact-card:hover > .icon:last-child {
  transform: translateX(4px);
}
footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  padding: 45px var(--gutter) 26px;
  border-top: 1px solid var(--line);
  color: #8ea496;
  background: var(--ink);
  font-size: 11px;
}
.footer-brand img {
  width: 140px;
}
.footer-brand p {
  margin: 16px 0 0;
  line-height: 1.7;
}
.footer-links {
  display: grid;
  gap: 6px;
  align-content: center;
}
.footer-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 34px;
  color: #c2d6c9;
}
.footer-links .icon {
  width: 14px;
  height: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 10px;
}
.footer-bottom a {
  min-height: 34px;
}
.contact-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 40;
  display: flex;
  gap: 5px;
  align-items: stretch;
  padding: 5px;
  background: #1b3029eb;
  border: 1px solid #a4edcf38;
  backdrop-filter: blur(15px);
  border-radius: 14px;
  box-shadow: 0 14px 38px #0004;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.35s,
    visibility 0.35s,
    transform 0.35s var(--ease);
}
.contact-dock.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact-dock a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-size: 11px;
  border-radius: 9px;
  gap: 10px;
}
.dock-plans {
  color: #c4dfce;
}
.dock-whatsapp {
  background: var(--mint);
  color: var(--ink);
  font-weight: 600;
}
.dock-whatsapp > .icon {
  width: 17px;
  height: 17px;
}
@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .feature-card:hover {
    transform: translateY(-5px);
    border-color: #89b99a;
    box-shadow: 0 20px 40px #1e4d3710;
  }
  .feature-card:hover::before,
  .price-card:hover::before {
    opacity: 1;
  }
  .price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px #0002;
  }
  .project-system article:hover {
    background: #23af9008;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1600px) {
  :root {
    --gutter: max(48px, calc((100vw - 1380px) / 2));
  }
  .hero {
    gap: 68px;
    min-height: 930px;
  }
  .dash-main {
    padding: 30px 26px 38px;
  }
  .metric {
    padding: 18px 12px;
  }
  .metric strong {
    font-size: 23px;
  }
  .chart {
    height: 165px;
  }
  .agenda-card {
    font-size: 10px;
  }
  .dash-head h2 {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: 0;
    padding-top: 155px;
    padding-bottom: 75px;
  }
  .hero-copy {
    max-width: 720px;
    justify-self: center;
    text-align: center;
  }
  .eyebrow,
  .hero-actions {
    justify-content: center;
  }
  .hero-description {
    max-width: none;
  }
  h1 {
    font-size: clamp(4rem, 8.2vw, 6.2rem);
  }
  .hero-lead {
    font-size: 23px;
  }
  .product-stage {
    width: 100%;
    max-width: 710px;
    justify-self: center;
  }
  .dash-main {
    padding: 28px 24px 36px;
  }
  .metrics {
    gap: 12px;
  }
  .metric {
    padding: 16px;
  }
  .metric small {
    font-size: 11px;
  }
  .metric strong {
    font-size: 25px;
  }
  .metric span {
    font-size: 10px;
  }
  .chart {
    height: 150px;
  }
  .card-title,
  .agenda-card > strong {
    font-size: 12px;
  }
  .agenda-card {
    font-size: 11px;
  }
  .agenda-card button {
    font-size: 11px;
  }
  .card-title small {
    font-size: 10px;
  }
  .chart-labels {
    font-size: 9px;
  }
  .window-bar {
    font-size: 10px;
  }
  .side-item {
    font-size: 12px;
  }
  .dash-head h2 {
    font-size: 25px;
  }
  .dash-head small {
    font-size: 10px;
  }
  .section-heading {
    gap: 0 35px;
  }
  .workflow,
  .proof {
    gap: 50px;
  }
  .feature-card {
    padding: 30px;
  }
  .payment-preview {
    gap: 20px;
  }
  .payment-ring {
    width: 125px;
    height: 125px;
  }
  .preview-strip {
    gap: 15px;
  }
  .preview-strip > div {
    font-size: 12px;
    gap: 8px;
  }
  .faq {
    gap: 45px;
  }
  .contact-card {
    gap: 12px;
    padding: 22px;
  }
  .contact-card strong {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 100px;
  }
  .site-header,
  .site-header.is-scrolled {
    top: 12px;
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 14px;
    border-radius: 16px;
    gap: 12px;
  }
  .brand img {
    width: 114px;
  }
  .desktop-nav {
    display: none;
  }
  .header-actions {
    gap: 5px;
  }
  .button-small {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 11px;
    gap: 9px;
  }
  .button-small .icon {
    width: 15px;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: #def0e4;
    border-radius: 9px;
  }
  .menu-toggle > span {
    width: 19px;
    height: 1.5px;
    background: currentColor;
    transition: transform 0.3s;
  }
  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3.25px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
  }
  .hero {
    padding: 132px var(--gutter) 65px;
    gap: 50px;
  }
  .hero-copy {
    justify-self: stretch;
    text-align: left;
    max-width: none;
  }
  .eyebrow {
    justify-content: flex-start;
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  h1 {
    font-size: clamp(3.35rem, 13.3vw, 6rem);
    margin-bottom: 24px;
    letter-spacing: -0.068em;
    line-height: 1.07;
  }
  .hero-lead {
    font-size: 20px;
    line-height: 1.55;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
  }
  .hero-actions {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 27px;
  }
  .hero-actions .button {
    padding: 15px 19px;
    gap: 17px;
    font-size: 12px;
  }
  .text-link {
    font-size: 11px;
    gap: 7px;
  }
  .price-note {
    margin-top: 24px;
    font-size: 10px;
    gap: 6px;
  }
  .product-stage {
    max-width: 600px;
  }
  .stage-label {
    font-size: 8px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
  }
  .dashboard-card {
    grid-template-columns: 1fr;
    border-radius: 15px;
    transform: none;
  }
  .window-bar {
    min-height: 37px;
    padding: 0 12px;
    font-size: 9px;
  }
  .dash-sidebar {
    padding: 7px;
    background: #18272b;
  }
  .dash-sidebar > img,
  .sidebar-foot {
    display: none;
  }
  .dash-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
  }
  .side-item {
    justify-content: center;
    gap: 0;
    min-height: 44px;
    padding: 8px 0;
    font-size: 12px;
    text-align: center;
  }
  .side-item .icon {
    display: none;
  }
  .dash-main {
    padding: 22px 14px 29px;
  }
  .dash-head h2 {
    font-size: 22px;
    letter-spacing: -0.04em;
  }
  .dash-head small {
    font-size: 9px;
  }
  .avatar {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 22px;
  }
  .metric {
    padding: 13px 15px;
    gap: 8px;
  }
  .metric small {
    font-size: 11px;
  }
  .metric strong {
    font-size: 24px;
  }
  .metric span {
    font-size: 11px;
  }
  .metric-primary {
    grid-column: 1/-1;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px;
  }
  .metric-primary small {
    grid-column: 1;
  }
  .metric-primary strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 30px;
  }
  .metric-primary > span {
    grid-column: 2;
    grid-row: 1/3;
    background: #cae6d3;
    padding: 7px 9px;
    border-radius: 6px;
  }
  .dash-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .chart-card {
    padding: 14px;
  }
  .card-title {
    font-size: 12px;
  }
  .card-title small {
    font-size: 9px;
  }
  .chart {
    height: 130px;
    gap: 18px;
    padding-top: 15px;
  }
  .chart-labels {
    font-size: 9px;
  }
  .agenda-card {
    padding: 13px 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    font-size: 11px;
    align-items: center;
  }
  .agenda-card > strong {
    grid-column: 1;
    grid-row: 1;
    font-size: 11px;
  }
  .agenda-card > button {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    min-height: 44px;
    font-size: 10px;
    padding: 8px;
  }
  .agenda-card > div {
    grid-row: 2;
    gap: 6px;
  }
  .floating-note {
    margin: -9px 10px 0 auto;
    padding: 12px;
    gap: 10px;
    max-width: calc(100% - 18px);
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note small {
    font-size: 10px;
  }
  .demo-caption {
    font-size: 10px;
    margin-top: 15px;
  }
  .preview-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px 7px;
    padding: 30px var(--gutter);
  }
  .preview-strip p {
    grid-column: 1/-1;
    gap: 7px;
    text-align: center;
  }
  .preview-strip > div {
    flex-direction: column;
    gap: 12px;
    font-size: 10px;
  }
  .preview-strip .icon {
    width: 23px;
    height: 23px;
  }
  .preview-strip strong {
    font-size: 24px;
  }
  .solutions,
  .workflow,
  .proof,
  .pricing,
  .faq {
    padding: 76px var(--gutter);
  }
  .section-heading,
  .workflow,
  .proof,
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section-heading {
    margin-bottom: 32px;
    gap: 20px;
  }
  .section-heading .section-kicker {
    margin-bottom: 0;
  }
  .section-heading h2,
  .workflow h2,
  .proof h2,
  .pricing h2,
  .faq h2,
  .final-cta h2 {
    font-size: clamp(2.5rem, 8.5vw, 3.8rem);
    line-height: 1.1;
  }
  .section-kicker {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .section-heading > p:last-child,
  .workflow-intro > p:last-child,
  .proof-copy > p:last-child {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 0;
  }
  .workflow-intro > p:last-child,
  .proof-copy > p:last-child {
    margin-top: 24px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 29px 26px;
    min-height: 385px;
    gap: 30px;
    border-radius: 18px;
  }
  .feature-label {
    font-size: 9px;
  }
  .feature-number {
    right: 25px;
    top: 29px;
  }
  .feature-card h3 {
    font-size: 30px;
    max-width: 370px;
  }
  .feature-card > div > p:last-child:not(.feature-label) {
    font-size: 13px;
  }
  .mini-ui span {
    font-size: 11px;
    padding: 13px 11px;
  }
  .payment-preview {
    gap: 25px;
  }
  .payment-ring {
    width: 135px;
    height: 135px;
  }
  .payment-legend {
    font-size: 11px;
  }
  .document-list strong {
    font-size: 12px;
  }
  .document-list small {
    font-size: 9px;
  }
  .signal {
    height: 105px;
  }
  .report-preview strong {
    font-size: 17px;
  }
  .ticker-group span {
    font-size: 24px;
    padding: 0 24px;
  }
  .capability-ticker {
    padding: 23px 0;
  }
  .motion-toggle {
    right: 12px;
  }
  .workflow {
    gap: 40px;
  }
  .steps li {
    grid-template-columns: 44px 1fr;
    gap: 19px;
    padding-bottom: 29px;
  }
  .steps > li > span {
    width: 44px;
    height: 44px;
  }
  .steps li:not(:last-child)::before {
    left: 21px;
    top: 44px;
  }
  .steps h3 {
    font-size: 22px;
    margin-top: 8px;
  }
  .steps p {
    font-size: 13px;
  }
  .proof {
    gap: 35px;
  }
  .project-system article {
    grid-template-columns: 22px 1fr;
    gap: 8px 10px;
    padding: 19px 0;
  }
  .project-system b {
    grid-column: 2;
    justify-self: start;
  }
  .project-system strong {
    font-size: 13px;
  }
  .project-system small {
    font-size: 10px;
  }
  .project-system article > span {
    grid-row: 1/3;
    align-self: start;
    padding-top: 2px;
  }
  .pricing-heading {
    text-align: left;
    margin: 0 0 35px;
  }
  .pricing-heading > p:last-child {
    margin: 22px 0 0;
    font-size: 14px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .price-card {
    padding: 30px 26px;
    border-radius: 18px;
  }
  .popular {
    top: 24px;
    right: 20px;
    font-size: 8px;
  }
  .plan-top > span {
    font-size: 12px;
  }
  .price {
    margin: 32px 0;
  }
  .price strong {
    font-size: 74px;
  }
  .price-card ul {
    font-size: 13px;
    gap: 17px;
  }
  .price-card .button {
    min-height: 52px;
  }
  .pricing-note {
    font-size: 11px;
  }
  .faq {
    gap: 30px;
  }
  .faq-list summary {
    font-size: 14px;
    line-height: 1.6;
    padding: 24px 35px 24px 0;
  }
  .faq-answer p {
    font-size: 13px;
    line-height: 1.9;
    margin-right: 15px;
  }
  .final-cta {
    padding: 76px var(--gutter) 65px;
    text-align: left;
  }
  .final-cta .section-kicker {
    font-size: 8px;
  }
  .contact-intro {
    font-size: 14px;
    margin: 24px 0 30px;
  }
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-card {
    padding: 23px 18px;
    gap: 13px;
  }
  .contact-card strong {
    font-size: 17px;
  }
  .contact-card small {
    font-size: 8px;
  }
  .contact-card > .icon:first-child {
    width: 25px;
    height: 25px;
  }
  .contact-card > .icon:last-child {
    width: 16px;
  }
  .contact-card em {
    font-size: 10px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 35px var(--gutter) calc(95px + env(safe-area-inset-bottom));
    font-size: 11px;
  }
  .footer-brand img {
    width: 130px;
  }
  .footer-links {
    justify-self: start;
    gap: 8px;
  }
  .footer-links a {
    min-height: 44px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 9px;
    align-items: center;
    padding-top: 17px;
  }
  .contact-dock {
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    gap: 3px;
    padding: 5px;
    border-radius: 14px;
  }
  .contact-dock a {
    min-height: 48px;
    font-size: 11px;
    padding: 10px 9px;
    gap: 8px;
  }
  .dock-plans {
    flex: 0 0 25%;
  }
  .dock-whatsapp {
    flex: 1;
  }
  .dock-whatsapp > .icon:last-child {
    width: 14px;
  }
}
@media (max-width: 380px) {
  :root {
    --gutter: 18px;
  }
  .site-header {
    width: calc(100% - 24px);
    padding: 0 11px;
    gap: 6px;
  }
  .brand img {
    width: 104px;
  }
  .button-small {
    padding: 9px 10px;
    gap: 6px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions .button {
    padding: 14px 15px;
    gap: 12px;
  }
  .dash-head h2 {
    font-size: 20px;
  }
  .side-item {
    font-size: 11px;
  }
  .dash-main {
    padding-left: 11px;
    padding-right: 11px;
  }
  .feature-card {
    padding: 27px 22px;
  }
  .payment-preview {
    gap: 17px;
  }
  .payment-ring {
    width: 115px;
    height: 115px;
  }
  .payment-legend {
    font-size: 10px;
  }
  .contact-card strong {
    font-size: 14px;
  }
  .contact-card {
    gap: 10px;
    padding: 21px 15px;
  }
  .dock-whatsapp > .icon:last-child {
    display: none;
  }
  .contact-dock a {
    font-size: 10px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-lead {
    font-size: 19px;
  }
  .stage-label {
    font-size: 7px;
  }
}
html[data-motion="off"] {
  scroll-behavior: auto;
}
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
html[data-motion="off"] .dashboard-card {
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .dashboard-card {
    transform: none !important;
  }
}
