:root {
  --bg: #0c100e;
  --surface: #131915;
  --surface-up: #1b221d;
  --ink: #f5f6f1;
  --muted: #9ca69e;
  --lime: #c7f970;
  --line: #ffffff12;
  --font: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}
body::selection {
  background: var(--lime);
  color: var(--bg);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.045em;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 5px;
}
a,
button {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
svg {
  display: block;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
  display: inline-block;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  z-index: 100;
  background: var(--lime);
  color: var(--bg);
}
.skip:focus {
  top: 12px;
}
.site-head {
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #0c100ee8;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}
.head-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.wordmark {
  font-size: 29px;
  letter-spacing: -1.5px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
.wordmark b {
  font-weight: 750;
}
.brand-symbol {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 35px;
  background: var(--lime);
  border-radius: 10px;
  color: var(--bg);
  margin-right: 10px;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 5px;
  letter-spacing: -2px;
}
.brand-symbol span {
  width: 6px;
  height: 6px;
  position: absolute;
  right: 5px;
  bottom: 8px;
  background: var(--bg);
  border-radius: 2px;
}
.site-nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  color: #b8c0b9;
}
.site-nav a:hover,
.login:hover {
  color: var(--lime);
}
.head-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.login {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.login .icon {
  width: 14px;
  height: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 650;
  font-size: 15px;
  line-height: 1.3;
  min-height: 50px;
  padding: 15px 21px;
}
.btn.primary {
  background: var(--lime);
  color: #14200d;
}
.btn.primary:hover {
  background: #d7ff9b;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px #c7f97018;
}
.btn.primary:active {
  transform: translateY(0);
}
.btn.compact {
  font-size: 13px;
  min-height: 43px;
  padding: 12px 16px;
  gap: 17px;
}
.btn .icon {
  width: 17px;
  height: 17px;
}
.btn.large {
  min-height: 57px;
  padding: 18px 24px;
}
.nav-toggle {
  display: none;
  background: none;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
  background: radial-gradient(ellipse at 78% 30%, #32492830, transparent 51%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff03 1px, transparent 1px),
    linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 35%, black);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  align-items: center;
  gap: 38px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 650;
  color: var(--lime);
  line-height: 1.5;
}
.hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 27px;
}
.label-line {
  height: 1px;
  width: 24px;
  background: var(--lime);
}
h1 {
  font-size: clamp(52px, 5.2vw, 75px);
  line-height: 1.105;
  letter-spacing: -0.055em;
  font-weight: 650;
}
.accent {
  color: var(--lime);
  position: relative;
  display: inline-block;
}
.accent svg {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 14px;
  stroke: var(--lime);
  stroke-width: 2;
  fill: none;
  opacity: 0.7;
}
.hero-lead {
  color: #a9b1aa;
  font-size: 16px;
  line-height: 1.8;
  max-width: 490px;
  margin-top: 33px;
}
.hero-cta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  margin-top: 31px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 550;
}
.text-link:hover {
  color: var(--lime);
}
.play-icon {
  display: grid;
  place-items: center;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.play-icon .icon {
  width: 13px;
  height: 13px;
  margin-left: 1px;
}
.hero-note {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #9aa39b;
  font-size: 12px;
  margin-top: 27px;
}
.hero-note span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hero-note .icon {
  color: var(--lime);
  width: 14px;
  height: 14px;
}
.product-scene {
  position: relative;
  min-width: 0;
  margin-top: 24px;
  transform: perspective(1800px) rotateY(-5deg) rotateX(2deg);
  animation: scene-enter 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.scene-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 1.7px;
  margin: 0 6px 13px;
  color: #b6c5ae;
}
.scene-caption > span:last-child {
  margin-left: auto;
  font-size: 20px;
}
.live-dot {
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #a9df76;
  box-shadow: 0 0 0 4px #a9df7610;
  flex-shrink: 0;
}
.dashboard {
  background: #f7f8f5;
  color: #202921;
  border-radius: 12px;
  display: flex;
  box-shadow:
    0 30px 100px #0008,
    0 0 70px #b8f2740a;
  border: 5px solid #ffffff18;
  background-clip: padding-box;
  overflow: hidden;
  min-height: 420px;
}
.dash-sidebar {
  width: 47px;
  flex-shrink: 0;
  border-right: 1px solid #e6e9e2;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  padding: 16px 7px;
}
.dash-brand {
  font-size: 23px;
  font-weight: 700;
  background: #253323;
  color: #c7f970;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 14px;
}
.dash-sidebar > span:not(.dash-brand) {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #85907f;
}
.dash-sidebar .icon {
  width: 16px;
  height: 16px;
}
.dash-sidebar .dash-active {
  background: #edf3e5;
  border-radius: 5px;
  color: #466435 !important;
}
.dash-sidebar .dash-user {
  margin-top: auto;
  border-radius: 50%;
  background: #e8eddf;
  font-size: 9px;
}
.dash-body {
  flex: 1;
  min-width: 0;
}
.dash-top {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e8e1;
  padding: 0 19px;
  font-size: 9px;
  color: #92988d;
}
.dash-top i {
  font-style: normal;
  margin: 0 9px;
  color: #c2c6ba;
}
.dash-top b {
  font-weight: 500;
  color: #414c3d;
}
.dash-avatar {
  display: grid;
  place-items: center;
  background: #e7ecdf;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  font-size: 8px;
  color: #6b795e;
}
.dash-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 17px;
  gap: 10px;
}
.dash-title small {
  font-size: 7px;
  color: #87917d;
  letter-spacing: 1.3px;
}
.dash-title h2 {
  font-size: 17px;
  letter-spacing: -0.5px;
  font-weight: 550;
  margin-top: 4px;
}
.period {
  font-size: 8px;
  border: 1px solid #dfe4d8;
  padding: 5px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.dash-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 18px;
  gap: 12px;
}
.dash-kpis > div {
  background: white;
  border: 1px solid #e7ebe0;
  border-radius: 7px;
  padding: 13px 15px;
}
.dash-kpis span {
  display: block;
  font-size: 9px;
  color: #858d7f;
}
.dash-kpis strong {
  display: block;
  font-size: 26px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -1px;
}
.dash-kpis small {
  display: block;
  color: #54813c;
  font-size: 8px;
  font-weight: 550;
}
.dash-kpis em {
  font-style: normal;
  color: #959c90;
  font-weight: 400;
  margin-left: 4px;
}
.chart-card {
  background: #fff;
  border: 1px solid #e5eadf;
  border-radius: 7px;
  margin: 13px 18px;
  padding: 13px 14px 10px;
}
.chart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
}
.chart-title b {
  font-weight: 550;
}
.chart-title span {
  font-size: 7px;
  color: #859077;
}
.chart-title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #79ac52;
  border-radius: 50%;
  margin-right: 4px;
}
.chart-plot {
  display: flex;
  height: 115px;
  gap: 8px;
  margin-top: 15px;
}
.axis-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 7px;
  color: #a0a596;
  white-space: nowrap;
}
.revenue-chart {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.grid-lines {
  stroke: #eef0e9;
  stroke-width: 1;
  stroke-dasharray: 3 4;
}
.chart-line {
  fill: none;
  stroke: #78ae48;
  stroke-width: 2.5;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: draw-line 2.5s 0.5s ease forwards;
}
.chart-dates {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0 29px;
  font-size: 7px;
  color: #a0a596;
}
.campaign-table {
  margin: 0 18px 17px;
  font-size: 8px;
}
.campaign-table > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e9e0;
}
.campaign-table > div:first-child {
  font-size: 9px;
  padding-top: 3px;
}
.campaign-table > div:first-child span {
  font-size: 8px;
  color: #89957c;
}
.campaign-table b {
  font-weight: 550;
}
.campaign-table small {
  display: block;
  font-size: 7px;
  color: #969e8e;
  text-align: right;
}
.campaign-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #709953;
  margin-right: 5px;
}
.campaign-dot.pale {
  background: #bacaaa;
}
.table-tag {
  color: #66854c;
  background: #e9f1e0;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 7px;
  white-space: nowrap;
}
.floating-event {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -30px 20px 0 -29px;
  width: max-content;
  max-width: 100%;
  padding: 15px 20px;
  border: 1px solid #ffffff20;
  border-radius: 10px;
  box-shadow: 0 16px 40px #0004;
  background: #202b20;
  animation: event-float 6s ease-in-out infinite;
}
.event-icon {
  display: grid;
  place-items: center;
  background: #c7f97019;
  color: var(--lime);
  height: 38px;
  width: 38px;
  border-radius: 9px;
}
.floating-event b {
  font-size: 12px;
  display: block;
  font-weight: 550;
}
.floating-event div > span {
  font-size: 10px;
  color: #a6b59f;
  display: block;
  margin-top: 2px;
}
.event-check {
  display: grid;
  place-items: center;
  color: #c7f970;
  margin-left: 18px;
  border: 1px solid #c7f97036;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.event-check .icon {
  height: 13px;
  width: 13px;
}
.scene-footer {
  display: flex;
  justify-content: space-between;
  color: #798977;
  font-size: 8px;
  margin: 20px 5px 0;
  gap: 8px;
}
.scene-footer > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.scene-footer .icon {
  width: 11px;
  height: 11px;
}
.metric-strip {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  margin-top: 86px;
  padding: 34px 0 39px;
}
.metric-intro {
  color: #9ca69e;
  font-size: 14px;
  line-height: 1.7;
}
.metric-intro b {
  font-weight: 500;
  color: #dce1d7;
}
.metric {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.metric strong {
  display: block;
  font-family: var(--display);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1.3;
}
.metric strong > span:not([data-count]) {
  color: var(--lime);
}
.metric > span {
  display: block;
  font-size: 12px;
  color: #8e9a91;
  margin-top: 6px;
}
.connection-strip {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 27px;
  color: #a8b1a7;
}
.connection-strip > span {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.3px;
  max-width: 115px;
  line-height: 1.7;
}
.connection-strip > div {
  font-size: 14px;
  font-weight: 550;
  display: flex;
  align-items: center;
  gap: 9px;
}
.connection-strip .icon {
  width: 19px;
  height: 19px;
  color: #a6b2a1;
}
.section {
  padding-block: 108px;
}
.section-heading h2,
.operation-heading h2,
.faq-section h2 {
  font-size: clamp(32px, 3.3vw, 47px);
  line-height: 1.2;
}
.section-heading .eyebrow,
.operation-heading .eyebrow,
.faq-section .eyebrow {
  margin-bottom: 19px;
}
.muted {
  color: #7b887e;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 49px;
}
.problem-grid article {
  border-top: 1px solid #ffffff24;
  padding-top: 21px;
}
.problem-number {
  font-family: var(--display);
  font-size: 12px;
  color: #8e9d90;
}
.problem-grid h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 26px 0 14px;
}
.problem-grid p {
  font-size: 15px;
  line-height: 1.8;
  color: #98a39b;
  max-width: 345px;
}
.platform-section {
  background: #111713;
  border-block: 1px solid #ffffff08;
}
.centered {
  text-align: center;
}
.section-heading > p:last-child:not(.eyebrow) {
  color: #a0aca3;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
.product-tabs {
  display: flex;
  justify-content: center;
  border: 1px solid #ffffff14;
  background: #0c100e;
  border-radius: 10px;
  width: max-content;
  max-width: 100%;
  margin: 43px auto 38px;
  padding: 6px;
  gap: 4px;
}
.product-tabs button {
  padding: 13px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  line-height: 1.3;
  color: #9ca79e;
  background: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.product-tabs button[aria-selected="true"] {
  color: var(--lime);
  background: #202b1d;
  border-color: #c7f9701a;
}
.product-tabs button:hover {
  color: var(--lime);
}
.product-tabs .icon {
  width: 17px;
  height: 17px;
}
.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: 65px;
  min-height: 415px;
  padding: 33px 0 42px;
  animation: panel-enter 0.35s ease both;
}
.feature-index {
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #a5b597;
  font-weight: 550;
}
.feature-copy h3 {
  font-size: 34px;
  line-height: 1.25;
  margin: 16px 0 20px;
}
.feature-copy h3 em {
  font-style: normal;
  color: var(--lime);
}
.feature-copy > p {
  font-size: 15px;
  color: #9fa9a0;
  line-height: 1.8;
  max-width: 410px;
}
.check-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.check-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  color: #c4cbc3;
}
.check-list .icon {
  width: 15px;
  height: 15px;
  color: var(--lime);
}
.lime-link {
  color: var(--lime);
  margin-top: 5px;
}
.lime-link:hover {
  gap: 17px;
}
.feature-visual {
  border: 1px solid #ffffff18;
  background: #171e18;
  border-radius: 12px;
  box-shadow: 0 30px 65px #0002;
  overflow: hidden;
}
.visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 22px;
  border-bottom: 1px solid var(--line);
  gap: 16px;
  font-size: 13px;
}
.visual-top > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visual-top .icon {
  color: var(--lime);
  width: 16px;
  height: 16px;
}
.subtle-tag {
  color: #adb9a8;
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid #ffffff13;
  border-radius: 4px;
  padding: 3px 7px;
}
.filter-row {
  display: flex;
  gap: 7px;
  margin: 21px 22px 12px;
  font-size: 10px;
  color: #aab6a4;
}
.filter-row > span {
  border: 1px solid #ffffff18;
  border-radius: 4px;
  padding: 5px 8px;
}
.filter-row > span:last-child {
  border-style: dashed;
}
.segment-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 21px 22px;
  border-bottom: 1px solid var(--line);
}
.segment-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 37px;
  border-radius: 8px;
  background: #bca36c16;
  color: #ccb577;
  flex-shrink: 0;
}
.segment-icon.hot {
  background: #c7f97016;
  color: var(--lime);
}
.segment-icon.blue {
  background: #92b8ce16;
  color: #97bad3;
}
.segment-icon .icon {
  width: 17px;
  height: 17px;
}
.segment-row b {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.segment-row div > span {
  display: block;
  font-size: 10px;
  color: #8e9d8a;
  margin-top: 4px;
}
.segment-row strong {
  margin-left: auto;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.segment-bottom {
  padding: 17px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #a7b79f;
  font-size: 10px;
}
.segment-bottom .live-dot {
  width: 5px;
  height: 5px;
  margin-right: 7px;
}
.segment-bottom > .icon {
  width: 13px;
  height: 13px;
  color: var(--lime);
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  border-top: 1px solid var(--line);
  padding-top: 44px;
  margin-top: 24px;
}
.capability-grid article > .icon {
  color: var(--lime);
  width: 23px;
  height: 23px;
  margin-bottom: 21px;
}
.capability-grid h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.capability-grid p {
  font-size: 14px;
  color: #97a39a;
  line-height: 1.8;
}
.chat-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.message {
  padding: 12px 15px;
  border-radius: 10px 10px 10px 0;
  font-size: 12px;
  max-width: 84%;
  background: #252e27;
  color: #dce2d8;
}
.message small {
  display: block;
  text-align: right;
  font-size: 9px;
  color: #9eac96;
  margin-top: 5px;
}
.message.outgoing {
  background: #32472a;
  align-self: flex-end;
  border-radius: 10px 10px 0 10px;
}
.chat-routing {
  font-size: 10px;
  color: #b0cf99;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin-top: 5px;
}
.chat-routing .icon {
  width: 13px;
  height: 13px;
}
.chat-visual .segment-bottom {
  border-top: 1px solid var(--line);
}
.funnel-row {
  margin: 23px 24px;
}
.funnel-row > div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #b5c0af;
  margin-bottom: 10px;
}
.funnel-row b {
  color: #f1f6e9;
  font-weight: 500;
}
.funnel-row > i {
  display: block;
  height: 8px;
  background: #273122;
  border-radius: 4px;
  overflow: hidden;
}
.funnel-row > i:after {
  content: "";
  display: block;
  width: var(--width);
  height: 100%;
  background: var(--lime);
  border-radius: 4px;
}
.attribution-total {
  margin: 8px 24px 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #a3b099;
}
.attribution-total b {
  font-size: 24px;
  color: var(--lime);
  font-weight: 500;
}
.attribution-total .icon {
  width: 15px;
  height: 15px;
}
.operation-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.operation-heading > p {
  font-size: 15px;
  color: #9ca79d;
  line-height: 1.85;
  padding-bottom: 8px;
}
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding: 0;
  margin: 56px 0 0;
}
.steps li {
  position: relative;
}
.steps li:before {
  content: "";
  position: absolute;
  left: 47px;
  right: -45px;
  top: 22px;
  height: 1px;
  background: #ffffff18;
}
.steps li:last-child:before {
  right: 0;
}
.step-num {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid #c7f9704d;
  border-radius: 50%;
  font-size: 12px;
  color: var(--lime);
  background: #1b2518;
}
.steps h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 24px 0 15px;
  line-height: 1.4;
}
.steps p {
  color: #96a298;
  font-size: 14px;
  line-height: 1.8;
}
.quote-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid #c7f9701c;
  background: #182312;
  padding: 77px 0;
  text-align: center;
}
.quote-section .wrap {
  position: relative;
  z-index: 1;
}
.quote-section h2 {
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.3;
  margin: 25px 0 21px;
}
.quote-section h2 span {
  color: var(--lime);
}
.quote-section p {
  color: #acbaa1;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.quote-watermark {
  position: absolute;
  right: -30px;
  bottom: -280px;
  line-height: 1;
  font-family: var(--display);
  font-size: 640px;
  font-weight: 750;
  letter-spacing: -100px;
  color: #c7f97003;
  pointer-events: none;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}
.faq-section h2 {
  font-size: 39px;
}
.faq-section > div > p:last-child:not(.eyebrow) {
  margin-top: 25px;
  color: #9ca79b;
  font-size: 14px;
  line-height: 1.85;
}
.faq-section > div > p a {
  color: #d5dfcf;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.faq-section > div > p a .icon {
  width: 13px;
  height: 13px;
}
.faq-list details {
  border-bottom: 1px solid #ffffff17;
}
.faq-list details:first-child {
  border-top: 1px solid #ffffff17;
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
summary::-webkit-details-marker {
  display: none;
}
.faq-list summary {
  padding: 23px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.faq-list summary > span,
.legal-detail summary > span {
  color: var(--lime);
  font-size: 23px;
  line-height: 1;
  transition: transform 0.2s;
  font-weight: 400;
}
.faq-list details[open] summary > span,
.legal-detail[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: #a4afa1;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 25px 23px 0;
}
.faq-list details a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-section {
  padding-bottom: 86px;
}
.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 75px;
  padding: 64px;
  border: 1px solid #c7f97024;
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 10% 100%, #89ad381a, transparent 65%), #171f16;
}
.contact-copy {
  padding-top: 15px;
}
.contact-copy h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.17;
  margin: 26px 0 24px;
}
.contact-copy h2 span {
  color: var(--lime);
}
.contact-copy > p:not(.eyebrow) {
  color: #a5b29d;
  font-size: 15px;
  line-height: 1.8;
}
.contact-benefits {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  color: #bac5b4;
  font-size: 12px;
}
.contact-benefits span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-benefits .icon {
  color: var(--lime);
  width: 14px;
  height: 14px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
  margin-bottom: -9px;
}
.contact-form > p {
  font-size: 12px;
  color: #97a58f;
  line-height: 1.7;
}
.contact-form label {
  font-size: 12px;
  color: #d0d7c9;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-form input,
.contact-form select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid #ffffff21;
  background: #111710;
  border-radius: 6px;
  padding: 11px 13px;
  outline: none;
  color: #e5eade;
  font-size: 14px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-form input::placeholder {
  color: #73806d;
}
.contact-form input:focus,
.contact-form select:focus {
  border-color: #c7f970a0;
  box-shadow: 0 0 0 3px #c7f97010;
}
.contact-form select:invalid {
  color: #7f8b76;
}
.contact-form .btn {
  width: 100%;
  margin-top: 3px;
  justify-content: space-between;
}
.contact-form .form-note {
  font-size: 10px;
  text-align: center;
  color: #88947e;
  margin-top: -6px;
}
.form-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.email-option {
  font-size: 12px;
  color: #c0cbb6;
  text-align: center;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.email-option .icon {
  width: 12px;
  height: 12px;
}
.contact-form .form-status {
  color: var(--lime);
}
.legal-section {
  border-top: 1px solid var(--line);
}
.legal-detail {
  border-bottom: 1px solid var(--line);
}
.legal-detail summary {
  font-size: 12px;
  color: #96a38f;
  padding: 18px 0;
}
.legal-detail summary > span {
  font-size: 17px;
  color: #829078;
}
.legal-copy {
  padding-bottom: 25px;
  max-width: 900px;
  font-size: 13px;
  color: #a3aea0;
  line-height: 1.9;
}
.legal-copy p + p {
  margin-top: 12px;
}
.legal-copy a {
  color: var(--lime);
  text-decoration: underline;
}
.site-foot {
  padding-top: 39px;
  padding-bottom: 30px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 45px;
  padding-bottom: 42px;
}
.footer-top .wordmark {
  font-size: 27px;
}
.footer-top p {
  font-size: 12px;
  line-height: 1.7;
  color: #85927e;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 13px;
  color: #b4bfad;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-top > a:last-child .icon {
  width: 14px;
  height: 14px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  font-size: 10px;
  color: #7d8a77;
}
.footer-bottom nav {
  display: flex;
  gap: 26px;
  align-items: center;
}
.footer-bottom nav a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-bottom nav .icon {
  width: 11px;
  height: 11px;
}
.mobile-cta {
  display: none;
}
[hidden] {
  display: none !important;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes event-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes scene-enter {
  from {
    opacity: 0;
    transform: perspective(1800px) rotateY(-5deg) rotateX(2deg) translateY(25px);
  }
  to {
    opacity: 1;
    transform: perspective(1800px) rotateY(-5deg) rotateX(2deg) translateY(0);
  }
}
@keyframes panel-enter {
  from {
    opacity: 0.4;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  [data-reveal].will-reveal {
    opacity: 0;
    transform: translateY(23px);
    transition:
      opacity 0.75s ease,
      transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  [data-reveal].will-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
  }
  .hero-copy {
    animation: panel-enter 0.8s 0.1s both;
  }
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 105px;
  }
  .hero-layout {
    gap: 60px;
  }
  .hero-cta {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .hero-cta .btn {
    font-size: 13px;
    padding-inline: 18px;
    gap: 12px;
  }
  .hero-cta .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .metric-strip {
    margin-top: 110px;
  }
  .dashboard {
    min-height: 445px;
  }
  .chart-plot {
    height: 130px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-nav {
    gap: 20px;
    font-size: 13px;
  }
  .head-actions {
    gap: 20px;
  }
  .head-actions .login {
    display: none;
  }
  .hero-layout {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: 58px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero {
    padding-top: 72px;
  }
  .dash-title h2 {
    font-size: 14px;
  }
  .period {
    display: none;
  }
  .dash-kpis {
    gap: 8px;
  }
  .dash-kpis > div {
    padding: 10px;
  }
  .dash-kpis em {
    display: none;
  }
  .dash-kpis strong {
    font-size: 23px;
  }
  .chart-title span {
    display: none;
  }
  .floating-event {
    margin-left: -15px;
    padding: 12px 13px;
    gap: 9px;
  }
  .floating-event b {
    font-size: 10px;
  }
  .floating-event div > span {
    font-size: 9px;
  }
  .event-check {
    margin-left: 3px;
  }
  .scene-caption {
    font-size: 8px;
  }
  .metric-strip {
    gap: 18px;
  }
  .metric {
    padding-left: 23px;
  }
  .metric strong {
    font-size: 30px;
  }
  .metric > span {
    font-size: 11px;
  }
  .connection-strip {
    gap: 20px;
  }
  .connection-strip > div {
    font-size: 12px;
    gap: 6px;
  }
  .connection-strip > span {
    font-size: 8px;
  }
  .feature-panel {
    gap: 40px;
  }
  .feature-copy h3 {
    font-size: 29px;
  }
  .segment-row {
    padding: 20px 15px;
    gap: 9px;
  }
  .segment-row b {
    font-size: 11px;
  }
  .segment-row div > span {
    font-size: 9px;
  }
  .segment-row strong {
    font-size: 17px;
  }
  .visual-top {
    padding: 18px 15px;
    font-size: 12px;
  }
  .feature-index {
    font-size: 9px;
  }
  .contact-card {
    padding: 43px;
    gap: 45px;
  }
  .faq-section {
    gap: 50px;
  }
  .operation-heading > p {
    max-width: 310px;
  }
  .operation-heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  .site-nav {
    gap: 14px;
    font-size: 12px;
  }
  .head-actions .btn {
    font-size: 12px;
    padding: 11px;
    gap: 8px;
  }
  .head-inner {
    gap: 20px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-label,
  .hero-note {
    justify-content: center;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-lead {
    margin-inline: auto;
    font-size: 17px;
    max-width: 530px;
  }
  .hero-cta {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .product-scene {
    width: min(640px, 95%);
    margin: 5px auto 0;
    transform: none;
    animation: none;
  }
  .dashboard {
    min-height: 440px;
  }
  .dash-sidebar {
    width: 53px;
  }
  .dash-title h2 {
    font-size: 20px;
  }
  .dash-kpis strong {
    font-size: 28px;
  }
  .dash-kpis em {
    display: inline;
  }
  .dash-kpis > div {
    padding: 14px;
  }
  .chart-plot {
    height: 130px;
  }
  .chart-title span {
    display: block;
  }
  .period {
    display: block;
  }
  .floating-event {
    margin-left: -18px;
    padding: 14px 20px;
  }
  .floating-event b {
    font-size: 12px;
  }
  .floating-event div > span {
    font-size: 10px;
  }
  .scene-caption {
    font-size: 10px;
  }
  .event-check {
    margin-left: 14px;
  }
  .metric-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    text-align: center;
    gap: 0;
  }
  .metric-intro {
    grid-column: 1/-1;
    margin-bottom: 25px;
  }
  .metric-intro br {
    display: none;
  }
  .metric-intro b {
    margin-left: 4px;
  }
  .metric:nth-child(2) {
    border-left: 0;
  }
  .metric {
    padding-inline: 16px;
  }
  .metric > span {
    font-size: 12px;
  }
  .connection-strip {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 35px;
  }
  .connection-strip > span {
    max-width: none;
    width: 100%;
    text-align: center;
    font-size: 9px;
  }
  .section {
    padding-block: 80px;
  }
  .problem-grid {
    gap: 25px;
  }
  .problem-grid h3 {
    font-size: 18px;
  }
  .problem-grid p {
    font-size: 14px;
  }
  .feature-panel {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .feature-copy h3 {
    font-size: 27px;
  }
  .feature-copy > p {
    font-size: 14px;
  }
  .check-list li {
    font-size: 12px;
  }
  .product-tabs button {
    font-size: 12px;
    padding: 12px 17px;
  }
  .subtle-tag {
    font-size: 8px;
    padding: 3px 5px;
  }
  .visual-top {
    gap: 7px;
    font-size: 10px;
  }
  .visual-top > span:first-child {
    gap: 5px;
  }
  .segment-row {
    flex-wrap: wrap;
  }
  .segment-row strong {
    margin-left: auto;
  }
  .segment-row div {
    flex: 1;
  }
  .segment-row div > span {
    font-size: 9px;
    max-width: 150px;
  }
  .segment-bottom {
    font-size: 9px;
    padding: 15px;
  }
  .segment-icon {
    width: 29px;
    height: 32px;
  }
  .filter-row {
    margin: 16px 12px 0;
    font-size: 8px;
    gap: 4px;
  }
  .filter-row > span {
    padding: 4px 5px;
  }
  .capability-grid {
    gap: 30px;
  }
  .capability-grid h3 {
    font-size: 18px;
  }
  .operation-heading h2 {
    font-size: 35px;
  }
  .operation-heading > p {
    font-size: 14px;
    max-width: 270px;
  }
  .steps {
    gap: 27px;
  }
  .steps li:before {
    right: -27px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 38px;
  }
  .faq-section > div > p:last-child:not(.eyebrow) {
    margin-top: 16px;
  }
  .contact-card {
    padding: 35px;
    gap: 30px;
  }
  .contact-copy h2 {
    font-size: 43px;
  }
  .contact-copy .eyebrow {
    font-size: 9px;
  }
  .contact-form h3 {
    font-size: 19px;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 85px;
  }
  .site-head {
    height: 74px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .wordmark {
    font-size: 27px;
  }
  .brand-symbol {
    width: 30px;
    height: 31px;
    font-size: 29px;
    margin-right: 8px;
  }
  .brand-symbol span {
    width: 5px;
    height: 5px;
    right: 4px;
    bottom: 7px;
  }
  .head-inner {
    gap: 12px;
  }
  .head-actions {
    gap: 10px;
  }
  .head-actions .btn {
    font-size: 11px;
    min-height: 37px;
    padding: 10px 12px;
  }
  .head-actions .btn .icon {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    padding: 16px 20px 22px;
    background: #121a13;
    border-bottom: 1px solid #ffffff20;
    font-size: 16px;
    box-shadow: 0 20px 35px #0004;
  }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .site-nav a {
    padding: 12px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-label {
    font-size: 10px;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
  }
  .hero h1 {
    font-size: clamp(44px, 10vw, 68px);
  }
  .hero-lead {
    font-size: 15px;
    max-width: 430px;
    margin-top: 31px;
  }
  .hero-cta {
    flex-direction: column;
    gap: 20px;
    margin-top: 27px;
  }
  .hero-cta .btn {
    font-size: 14px;
    gap: 23px;
  }
  .hero-note {
    font-size: 10px;
    gap: 13px;
    margin-top: 24px;
  }
  .hero-layout {
    gap: 42px;
  }
  .scene-caption {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .product-scene {
    width: 100%;
  }
  .dashboard {
    min-height: 0;
    border-width: 3px;
  }
  .dash-sidebar {
    width: 38px;
    padding: 14px 3px;
    gap: 13px;
  }
  .dash-sidebar .icon {
    width: 14px;
    height: 14px;
  }
  .dash-brand {
    width: 25px;
    height: 25px;
    font-size: 21px;
  }
  .dash-top {
    height: 34px;
    padding: 0 12px;
    font-size: 7px;
  }
  .dash-title {
    padding: 14px 12px 12px;
  }
  .dash-title small {
    font-size: 6px;
    letter-spacing: 1px;
  }
  .dash-title h2 {
    font-size: 14px;
  }
  .period {
    font-size: 6px;
  }
  .dash-kpis {
    margin: 0 12px;
    gap: 7px;
  }
  .dash-kpis > div {
    padding: 10px;
  }
  .dash-kpis span {
    font-size: 8px;
  }
  .dash-kpis strong {
    font-size: 22px;
  }
  .dash-kpis small {
    font-size: 7px;
  }
  .dash-kpis em {
    display: none;
  }
  .chart-card {
    margin: 10px 12px;
    padding: 11px 10px 8px;
  }
  .chart-title {
    font-size: 8px;
  }
  .chart-title span {
    font-size: 6px;
  }
  .chart-plot {
    height: 98px;
    margin-top: 11px;
  }
  .chart-dates {
    font-size: 6px;
  }
  .campaign-table {
    margin: 0 12px 14px;
    font-size: 7px;
  }
  .campaign-table > div:first-child {
    font-size: 8px;
  }
  .campaign-table > div {
    padding: 8px 0;
  }
  .campaign-table .table-tag {
    display: none;
  }
  .campaign-table small {
    font-size: 6px;
  }
  .floating-event {
    margin: -13px 0 0 13px;
    padding: 12px;
    gap: 9px;
    max-width: calc(100% - 25px);
    border-radius: 8px;
  }
  .floating-event b {
    font-size: 10px;
  }
  .floating-event div > span {
    font-size: 8px;
  }
  .event-icon {
    width: 30px;
    height: 32px;
  }
  .event-icon .icon {
    width: 17px;
    height: 17px;
  }
  .event-check {
    margin-left: 4px;
    width: 18px;
    height: 18px;
  }
  .scene-footer {
    font-size: 7px;
    gap: 8px;
    margin-top: 16px;
  }
  .metric-strip {
    margin-top: 38px;
    padding-block: 25px 30px;
  }
  .metric-intro {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .metric {
    padding-inline: 12px;
  }
  .metric strong {
    font-size: 26px;
    letter-spacing: -1px;
  }
  .metric > span {
    font-size: 10px;
    line-height: 1.7;
  }
  .connection-strip {
    gap: 17px 24px;
    padding-block: 23px;
  }
  .connection-strip > div {
    font-size: 12px;
    width: calc(50% - 12px);
    justify-content: center;
  }
  .connection-strip > span {
    font-size: 8px;
  }
  .connection-strip .icon {
    width: 16px;
    height: 16px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
  }
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .problem-grid article {
    position: relative;
    padding: 21px 0 0 43px;
  }
  .problem-number {
    position: absolute;
    left: 0;
    top: 23px;
  }
  .problem-grid h3 {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .problem-grid p {
    max-width: none;
    font-size: 14px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 14px;
  }
  .product-tabs {
    margin: 32px auto 22px;
    gap: 3px;
    padding: 4px;
    width: 100%;
    align-items: stretch;
  }
  .product-tabs button {
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    padding: 12px 5px;
    font-size: 11px;
    line-height: 1.5;
  }
  .product-tabs .icon {
    width: 18px;
    height: 18px;
  }
  .feature-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px 0 30px;
    min-height: 0;
  }
  .feature-copy h3 {
    font-size: 31px;
  }
  .feature-copy > p {
    max-width: none;
    font-size: 15px;
  }
  .feature-index {
    font-size: 9px;
  }
  .check-list li {
    font-size: 12px;
  }
  .feature-visual {
    width: 100%;
  }
  .visual-top {
    padding: 18px;
    font-size: 12px;
  }
  .visual-top > span:first-child {
    gap: 9px;
  }
  .subtle-tag {
    font-size: 9px;
  }
  .filter-row {
    margin: 17px 18px 0;
    gap: 6px;
    font-size: 9px;
  }
  .filter-row > span {
    padding: 5px 6px;
  }
  .segment-row {
    padding: 20px 17px;
    gap: 10px;
  }
  .segment-row b {
    font-size: 12px;
  }
  .segment-row div > span {
    font-size: 10px;
    max-width: none;
  }
  .segment-row strong {
    font-size: 20px;
  }
  .segment-icon {
    width: 32px;
    height: 35px;
  }
  .segment-bottom {
    padding: 16px 18px;
    font-size: 9px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 10px;
    padding-top: 35px;
  }
  .capability-grid article {
    position: relative;
    padding-left: 43px;
  }
  .capability-grid article > .icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 23px;
    height: 23px;
  }
  .capability-grid h3 {
    font-size: 20px;
    margin-bottom: 9px;
  }
  .capability-grid h3 br {
    display: none;
  }
  .capability-grid p {
    font-size: 14px;
  }
  .operation-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .operation-heading h2 {
    font-size: 34px;
  }
  .operation-heading > p {
    max-width: none;
    font-size: 15px;
  }
  .operation-heading > p br {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 34px;
  }
  .steps li {
    padding-left: 62px;
  }
  .steps li:before {
    left: 21px;
    right: auto;
    top: 44px;
    bottom: -32px;
    width: 1px;
    height: auto;
  }
  .steps li:last-child:before {
    display: none;
  }
  .step-num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .steps h3 {
    margin: 0 0 12px;
    padding-top: 9px;
    font-size: 20px;
  }
  .steps p {
    font-size: 14px;
  }
  .quote-section {
    padding-block: 58px;
  }
  .quote-section .eyebrow {
    font-size: 9px;
  }
  .quote-section h2 {
    font-size: 29px;
    line-height: 1.35;
    margin-top: 23px;
  }
  .quote-section h2 br {
    display: none;
  }
  .quote-section h2 span {
    display: block;
  }
  .quote-section p {
    font-size: 14px;
    margin-bottom: 26px;
  }
  .quote-section .btn {
    font-size: 14px;
  }
  .quote-watermark {
    font-size: 450px;
    bottom: -160px;
    right: -30px;
  }
  .faq-section {
    gap: 29px;
  }
  .faq-section .eyebrow {
    font-size: 9px;
  }
  .faq-section h2 {
    font-size: 34px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 21px;
  }
  .faq-list details p {
    font-size: 14px;
  }
  .contact-section {
    padding-bottom: 53px;
  }
  .contact-card {
    grid-template-columns: 1fr;
    padding: 30px 23px;
    gap: 36px;
    border-radius: 12px;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: 43px;
    margin-top: 22px;
  }
  .contact-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .contact-copy .eyebrow {
    font-size: 9px;
  }
  .contact-benefits {
    margin-top: 22px;
    gap: 9px;
  }
  .contact-form {
    padding-top: 30px;
    border-top: 1px solid var(--line);
  }
  .contact-form h3 {
    font-size: 21px;
  }
  .contact-form input,
  .contact-form select {
    font-size: 16px;
  }
  .contact-form > p {
    font-size: 12px;
  }
  .contact-form label {
    font-size: 13px;
  }
  .contact-form .form-note {
    font-size: 11px;
  }
  .contact-form .btn {
    font-size: 14px;
  }
  .site-foot {
    padding-top: 29px;
    padding-bottom: 105px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 29px;
  }
  .footer-top p {
    margin-left: auto;
  }
  .footer-top > a:last-child {
    margin-left: 0;
    font-size: 14px;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 11px;
  }
  .footer-bottom nav {
    gap: 20px;
    flex-wrap: wrap;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 12px;
    left: 20px;
    right: 20px;
    z-index: 20;
    box-shadow: 0 4px 25px #0008;
    font-size: 14px;
    justify-content: space-between;
    transform: translateY(100px);
    transition:
      transform 0.3s,
      opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .mobile-cta.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .head-actions .btn {
    display: none;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-note {
    gap: 10px;
    font-size: 9px;
  }
  .metric strong {
    font-size: 23px;
  }
  .metric > span {
    font-size: 9px;
  }
  .floating-event b {
    font-size: 9px;
  }
  .floating-event div > span {
    font-size: 7px;
  }
  .segment-row b {
    font-size: 11px;
  }
  .segment-row div > span {
    font-size: 9px;
  }
  .segment-row strong {
    font-size: 17px;
  }
  .contact-card {
    padding: 27px 19px;
  }
  .contact-copy h2 {
    font-size: 38px;
  }
  .product-tabs button {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .chart-line {
    stroke-dashoffset: 0;
  }
  .product-scene {
    transform: none;
  }
  [data-reveal].will-reveal {
    opacity: 1;
    transform: none;
  }
}
