.features-body {
  background: #f4f8f7;
}

.features-body > footer {
  margin-top: 0;
}

.features-page {
  overflow: hidden;
  color: var(--ink);
}

.features-page > section {
  max-width: none;
  margin: 0;
}

.features-page button,
.features-page a {
  letter-spacing: 0;
}

.features-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  gap: 68px;
  align-items: center;
  width: min(100%, 1224px);
  margin: 0 auto !important;
  padding: 78px 22px 86px !important;
}

.features-hero::before {
  content: "";
  position: absolute;
  inset: 30px 0 20px;
  z-index: -1;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(16, 168, 117, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 168, 117, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.features-hero-copy {
  position: relative;
  z-index: 2;
}

.features-hero-copy h1 {
  max-width: 680px;
  margin: 0 0 22px;
  font-size: clamp(48px, 4.5vw, 60px);
  line-height: 1.06;
  text-wrap: wrap;
  word-break: auto-phrase;
}

.features-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #526472;
  font-size: 18px;
  line-height: 1.75;
}

.features-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.features-main-cta {
  min-width: 170px;
  min-height: 52px;
  box-shadow: 0 16px 32px rgba(16, 168, 117, 0.22);
}

.features-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: #173040;
  font-weight: 850;
  text-decoration: none;
}

.features-text-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #bddad3;
  border-radius: 50%;
  color: #087654;
  transition: transform 180ms ease, background-color 180ms ease;
}

.features-text-link:hover span,
.features-text-link:focus-visible span {
  color: #fff;
  background: var(--accent);
  transform: translateY(3px);
}

.features-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  color: #415866;
  font-size: 13px;
  font-weight: 800;
}

.features-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.features-proof i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(16, 168, 117, 0.1);
}

.app-preview-shell {
  position: relative;
  width: min(100%, 448px);
  justify-self: end;
  padding: 12px;
  border: 1px solid #cbdcda;
  border-radius: 42px;
  background: #dce8e7;
  box-shadow: 0 34px 70px rgba(29, 50, 58, 0.18);
}

.app-preview-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 4px 12px 12px;
  color: #45606a;
  font-size: 11px;
  font-weight: 850;
}

.app-preview-kicker b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #087654;
}

.app-preview-kicker b i,
.app-preview-live i,
.features-console-head em i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #19c79a;
  box-shadow: 0 0 0 5px rgba(25, 199, 154, 0.12);
  animation: feature-status-pulse 1.8s ease-out infinite;
}

.app-preview-phone {
  overflow: hidden;
  border: 9px solid #15212a;
  border-radius: 34px;
  background: #101a22;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.app-preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 10px 15px;
  color: #fff;
}

.app-preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.app-preview-brand img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
}

.app-preview-brand b {
  font-size: 15px;
}

.app-preview-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8be5ca;
  font-size: 11px;
  font-weight: 850;
}

.app-preview-screens {
  position: relative;
  height: 520px;
  margin: 0 7px;
  overflow: hidden;
  border-radius: 22px;
  background: #edf4f3;
}

.app-preview-screen {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px) scale(0.985);
  transition: opacity 320ms ease, transform 380ms ease, visibility 320ms ease;
  scrollbar-width: none;
}

.app-preview-screen::-webkit-scrollbar {
  display: none;
}

.app-preview-screen.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.preview-screen-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.preview-screen-heading > span {
  font-size: 18px;
  font-weight: 950;
}

.preview-screen-heading > small {
  padding: 5px 8px;
  border-radius: 999px;
  color: #087654;
  background: #dcefe9;
  font-size: 9px;
  font-weight: 850;
}

.preview-balance {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  padding: 18px;
  border-radius: 16px;
  color: #fff;
  background: #13222c;
}

.preview-balance::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: skewX(-18deg);
  animation: feature-sheen 4.6s ease-in-out infinite;
}

.preview-balance > span {
  color: #9db2af;
  font-size: 11px;
}

.preview-balance > strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.1;
}

.preview-balance > strong small {
  color: #67dfbe;
  font-size: 13px;
}

.preview-balance > em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #67dfbe;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.preview-live-track,
.preview-health-track,
.features-console-track {
  height: 5px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.preview-live-track i,
.preview-health-track i,
.features-console-track i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: #25d4a7;
  box-shadow: 0 0 14px rgba(37, 212, 167, 0.55);
  animation: feature-progress-breathe 2.6s ease-in-out infinite;
}

.preview-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.preview-metric-grid div,
.preview-ledger-summary div,
.preview-profile-stats div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #dce8e6;
  border-radius: 12px;
  background: #fff;
}

.preview-metric-grid strong,
.preview-ledger-summary strong,
.preview-profile-stats strong {
  display: block;
  font-size: 16px;
}

.preview-metric-grid span,
.preview-ledger-summary span,
.preview-profile-stats span {
  display: block;
  margin-top: 4px;
  color: #70818c;
  font-size: 10px;
}

.preview-notice,
.preview-device-card,
.preview-profile-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #dce8e6;
  border-radius: 12px;
  background: #fff;
}

.preview-notice > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25c99e;
  box-shadow: 0 0 0 6px rgba(37, 201, 158, 0.12);
}

.preview-notice span,
.preview-device-card > span:nth-child(2),
.preview-profile-head > span {
  min-width: 0;
}

.preview-notice b,
.preview-notice small,
.preview-device-card b,
.preview-device-card small,
.preview-profile-head b,
.preview-profile-head small {
  display: block;
}

.preview-notice b,
.preview-device-card b,
.preview-profile-head b {
  font-size: 11px;
}

.preview-notice small,
.preview-device-card small,
.preview-profile-head small {
  margin-top: 3px;
  color: #778790;
  font-size: 9px;
}

.preview-ledger-summary,
.preview-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.preview-ledger-summary div:nth-child(1) { border-top: 3px solid #f0b84e; }
.preview-ledger-summary div:nth-child(2) { border-top: 3px solid #6aa9ff; }
.preview-ledger-summary div:nth-child(3) { border-top: 3px solid #24cfa3; }

.preview-ledger-list,
.preview-task-list,
.preview-payment-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.preview-ledger-list > div,
.preview-task-list > div,
.preview-payment-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 9px 11px;
  border: 1px solid #dce8e6;
  border-radius: 11px;
  background: #fff;
}

.preview-ledger-list i,
.preview-task-list i,
.preview-payment-list i,
.features-ledger-row > i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.tone-green { color: #087654; background: #d9f2e9; }
.tone-blue { color: #265fae; background: #deebff; }
.tone-yellow { color: #8a6414; background: #fff0bd; }

.preview-ledger-list span,
.preview-task-list span,
.preview-payment-list span,
.features-ledger-row span {
  min-width: 0;
}

.preview-ledger-list b,
.preview-ledger-list small,
.preview-task-list b,
.preview-task-list small,
.preview-payment-list b,
.preview-payment-list small {
  display: block;
}

.preview-ledger-list b,
.preview-task-list b,
.preview-payment-list b {
  font-size: 11px;
}

.preview-ledger-list small,
.preview-task-list small,
.preview-payment-list small {
  margin-top: 3px;
  color: #778790;
  font-size: 9px;
}

.preview-ledger-list em,
.preview-task-list em,
.preview-payment-list em {
  color: #087654;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.preview-detail-button,
.preview-claim-button,
.preview-device-action {
  width: 100%;
  min-height: 43px;
  margin-top: 12px;
  border: 0;
  border-radius: 10px;
  color: #087654;
  background: #dcefe9;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

.preview-detail-button:hover,
.preview-claim-button:hover,
.preview-device-action:hover {
  transform: translateY(-2px);
}

.preview-claim-button,
.preview-device-action {
  color: #fff;
  background: #10a875;
}

.preview-claim-button.is-claimed {
  color: #087654;
  background: #dcefe9;
}

.preview-task-progress {
  padding: 14px;
  border-radius: 13px;
  background: #13222c;
}

.preview-task-progress > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 11px;
}

.preview-task-progress > span strong { color: #67dfbe; font-size: 17px; }

.preview-task-progress > div {
  height: 5px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.preview-task-progress > div i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: #f0b84e;
  animation: feature-task-progress 2.8s ease-in-out infinite;
}

.preview-task-list .is-complete {
  opacity: 0.72;
}

.preview-task-list > div > i {
  color: #087654;
  background: #d9f2e9;
}

.preview-device-icon {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 42px;
  border: 2px solid #2b5668;
  border-radius: 8px;
}

.preview-device-icon::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 4px;
  left: 7px;
  height: 2px;
  border-radius: 999px;
  background: #2b5668;
}

.preview-device-card em {
  margin-left: auto;
  color: #087654;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.preview-health-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
}

.preview-health-row b,
.preview-health-row small { display: block; }
.preview-health-row b { font-size: 12px; }
.preview-health-row small { margin-top: 3px; color: #71838d; font-size: 9px; }
.preview-health-row strong { color: #087654; font-size: 20px; }
.preview-health-track { background: #d4e5e2; }

.preview-switch-list,
.features-console-switches {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.preview-switch-list button,
.features-console-switches button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 9px 11px;
  border: 1px solid #dce8e6;
  border-radius: 11px;
  color: inherit;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.preview-switch-list button span,
.features-console-switches button span { min-width: 0; }
.preview-switch-list button b,
.preview-switch-list button small,
.features-console-switches button b,
.features-console-switches button small { display: block; }
.preview-switch-list button b { font-size: 11px; }
.preview-switch-list button small { margin-top: 3px; color: #087654; font-size: 9px; }

.preview-switch-list button > i,
.features-console-switches button > i {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #b8c9c6;
  transition: background-color 180ms ease;
}

.preview-switch-list button > i::after,
.features-console-switches button > i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(14, 26, 34, 0.2);
  transition: transform 180ms ease;
}

.preview-switch-list button[aria-checked="true"] > i,
.features-console-switches button[aria-checked="true"] > i { background: #12b785; }
.preview-switch-list button[aria-checked="true"] > i::after,
.features-console-switches button[aria-checked="true"] > i::after { transform: translateX(16px); }

.preview-profile-head img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.preview-profile-head em {
  margin-left: auto;
  padding: 5px 7px;
  border-radius: 999px;
  color: #087654;
  background: #dcefe9;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.preview-profile-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.preview-payment-list i {
  color: #24536b;
  background: #e1edf3;
}

.app-preview-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  min-height: 70px;
  padding: 8px 7px 10px;
}

.app-preview-tabs button {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-width: 0;
  border: 0;
  border-radius: 9px;
  color: #7e918e;
  background: transparent;
  font-size: 9px;
  font-weight: 850;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.app-preview-tabs button i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 15px;
  font-style: normal;
}

.app-preview-tabs button.is-active {
  color: #8ff0d4;
  background: rgba(37, 212, 167, 0.11);
  transform: translateY(-2px);
}

.app-preview-progress {
  height: 3px;
  margin: 9px 18px 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #b8cbca;
}

.app-preview-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #10a875;
}

.app-preview-progress.is-running i {
  animation: feature-preview-cycle 5.4s linear forwards;
}

.features-section-inner,
.features-ledger-inner {
  width: min(100%, 1224px);
  margin: 0 auto;
  padding-right: 22px;
  padding-left: 22px;
}

.features-capability-band,
.features-control-band,
.features-safety-band {
  padding: 86px 0 !important;
}

.features-capability-band,
.features-control-band {
  background: #fff;
}

.features-flow-band {
  padding: 64px 0 !important;
  border-top: 1px solid #dce8e6;
  border-bottom: 1px solid #dce8e6;
  background: #edf3f4;
}

.features-flow-band .features-section-inner {
  width: min(100%, 1120px);
}

.features-flow-band .features-section-heading {
  gap: 32px;
  align-items: end;
  margin-bottom: 20px;
}

.features-flow-band .features-section-heading > p {
  max-width: 450px;
}

.features-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.features-section-heading h2,
.features-ledger-copy h2,
.features-control-copy h2,
.features-download-band h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  text-wrap: balance;
}

.features-section-heading h2,
.features-ledger-copy h2,
.features-control-copy h2 {
  margin-top: 0;
}

.features-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #60717d;
  font-size: 16px;
  line-height: 1.75;
}

.features-section-heading.is-centered {
  align-items: start;
}

@media (min-width: 921px) {
  .features-flow-band .features-section-heading.is-centered {
    align-items: end;
  }
}

.features-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.features-capability-grid article {
  position: relative;
  min-width: 0;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #d9e6e4;
  border-radius: 16px;
  background: #f8fbfa;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.features-capability-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--card-tone, #10a875);
}

.features-capability-grid article:nth-child(2) { --card-tone: #4e8fe8; }
.features-capability-grid article:nth-child(3) { --card-tone: #e7b13f; }
.features-capability-grid article:nth-child(4) { --card-tone: #cb75e5; }
.features-capability-grid article:nth-child(5) { --card-tone: #37abc6; }
.features-capability-grid article:nth-child(6) { --card-tone: #6f8b91; }

.features-capability-grid article:hover {
  z-index: 2;
  border-color: color-mix(in srgb, var(--card-tone) 44%, #d9e6e4);
  box-shadow: 0 18px 38px rgba(28, 49, 57, 0.1);
  transform: translateY(-6px);
}

.features-capability-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--card-tone, #10a875);
  font-size: 12px;
  font-weight: 950;
}

.features-capability-grid article > span svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.features-capability-grid h3 {
  margin: 22px 0 10px;
  font-size: 22px;
}

.features-capability-grid p {
  margin: 0;
  color: #61737f;
  line-height: 1.7;
}

.features-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}

.features-flow-list::before {
  content: "";
  position: absolute;
  top: 47px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: #bfd3d2;
}

.features-flow-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 66px;
}

.features-flow-list li > i {
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 7px solid #edf3f4;
  border-radius: 50%;
  color: #fff;
  background: #10a875;
  box-sizing: content-box;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 0 0 1px #a9c9c2;
}

.features-flow-list li:nth-child(2) > i { background: #e7ad35; }
.features-flow-list li:nth-child(3) > i { background: #4e8fe8; }
.features-flow-list li:nth-child(4) > i { background: #b967d4; }

.features-flow-list li > div {
  flex: 1;
  min-height: 158px;
  padding: 20px 18px;
  border: 1px solid #d8e4e3;
  border-radius: 14px;
  background: #fff;
}

.features-flow-list h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.features-flow-list p {
  margin: 0;
  color: #647681;
  line-height: 1.58;
}

.features-ledger-band {
  padding: 90px 0 !important;
  color: #fff;
  background: #101a22;
}

.features-ledger-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 70px;
  align-items: center;
}

.features-ledger-copy .eyebrow {
  color: #69e5c2;
  background: rgba(37, 212, 167, 0.1);
  border-color: rgba(37, 212, 167, 0.24);
}

.features-ledger-copy h2 {
  max-width: 570px;
  color: #fff;
}

.features-ledger-copy > p {
  max-width: 570px;
  margin: 20px 0 0;
  color: #9fb4af;
  font-size: 16px;
  line-height: 1.75;
}

.features-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 28px;
}

.features-rule-grid span {
  padding: 10px 12px;
  border: 1px solid rgba(105, 229, 194, 0.24);
  border-radius: 8px;
  color: #c7e8df;
  background: rgba(105, 229, 194, 0.06);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.features-ledger-demo {
  padding: 18px;
  border: 1px solid rgba(105, 229, 194, 0.22);
  border-radius: 18px;
  background: #18252e;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.features-demo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 8px 8px 18px;
}

.features-demo-head span { color: #a9bdb8; font-size: 12px; }
.features-demo-head b { color: #67dfbe; font-size: 20px; }

.features-ledger-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.features-ledger-row b,
.features-ledger-row small { display: block; }
.features-ledger-row b { font-size: 13px; }
.features-ledger-row small { margin-top: 4px; color: #8fa39f; font-size: 10px; }
.features-ledger-row em { color: #f2c65f; font-size: 10px; font-style: normal; }
.features-ledger-row strong { color: #fff; font-size: 14px; }
.features-ledger-demo > p { margin: 12px 8px 2px; color: #738984; font-size: 10px; }

.features-control-band {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.features-control-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: 76px;
  align-items: center;
}

.features-control-copy h2 {
  max-width: 580px;
}

.features-control-copy > p {
  max-width: 580px;
  margin: 20px 0 0;
  color: #5d707c;
  font-size: 16px;
  line-height: 1.7;
}

.features-control-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 28px;
}

.features-control-points div {
  padding: 16px 0;
  border-top: 1px solid #dce7e5;
}

.features-control-points b,
.features-control-points span { display: block; }
.features-control-points b { font-size: 14px; }
.features-control-points span { margin-top: 6px; color: #71818c; font-size: 12px; line-height: 1.55; }

.features-control-console {
  padding: 22px;
  border: 1px solid #d5e3e1;
  border-radius: 20px;
  background: #eef5f4;
  box-shadow: 0 26px 60px rgba(29, 50, 58, 0.12);
}

.features-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background: #14232d;
}

.features-console-head span,
.features-console-head b,
.features-console-head small { display: block; }
.features-console-head small { margin-top: 5px; color: #9fb4af; font-size: 10px; }
.features-console-head em { display: inline-flex; align-items: center; gap: 8px; color: #75e0c2; font-size: 10px; font-style: normal; font-weight: 900; }

.features-console-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.features-console-metrics div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #d9e6e4;
  border-radius: 11px;
  background: #fff;
}

.features-console-metrics span,
.features-console-metrics strong { display: block; }
.features-console-metrics span { color: #72848e; font-size: 10px; }
.features-console-metrics strong { margin-top: 6px; font-size: 15px; }
.features-console-track { margin: 14px 4px 0; background: #cfdfdc; }
.features-console-switches button { min-height: 62px; padding: 11px 14px; border-radius: 12px; }
.features-console-switches button b { font-size: 12px; }
.features-console-switches button small { margin-top: 4px; color: #087654; font-size: 10px; }

.features-console-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.features-console-actions button {
  min-height: 46px;
  border: 1px solid #a9ccc4;
  border-radius: 10px;
  color: #087654;
  background: #fff;
  font-weight: 850;
  cursor: pointer;
}

.features-console-actions button:last-child {
  border-color: #18303c;
  color: #fff;
  background: #18303c;
}

.features-safety-band {
  padding: 64px 0 !important;
  border-top: 1px solid #d8e5e2;
  background: #e9f2f0;
}

.features-safety-band .features-section-inner {
  width: min(100%, 1120px);
}

.features-safety-band .features-section-heading {
  gap: 32px;
  align-items: end;
  margin-bottom: 20px;
}

.features-safety-band .features-section-heading > p {
  max-width: 450px;
}

.features-safety-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.features-safety-grid article {
  min-width: 0;
  min-height: 142px;
  padding: 18px;
  border: 1px solid #d2e1de;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.features-safety-grid i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #087654;
  background: #e1f4ee;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.features-safety-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.features-safety-grid p {
  margin: 0;
  color: #667984;
  font-size: 13px;
  line-height: 1.55;
}

.features-download-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px max(22px, calc((100vw - 1180px) / 2)) !important;
  color: #fff;
  background: #14232d;
}

.features-download-band .eyebrow {
  color: #74e3c3;
  background: rgba(37, 212, 167, 0.1);
  border-color: rgba(37, 212, 167, 0.22);
}

.features-download-band h2 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 46px);
}

.features-download-band p {
  margin: 14px 0 0;
  color: #9fb4af;
}

.features-download-band > .btn {
  flex: 0 0 auto;
  min-width: 190px;
  min-height: 54px;
}

body.feature-motion-ready [data-feature-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

body.feature-motion-ready [data-feature-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes feature-status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(25, 199, 154, 0.4); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(25, 199, 154, 0); }
}

@keyframes feature-sheen {
  0%, 20% { left: -30%; opacity: 0; }
  35% { opacity: 1; }
  62%, 100% { left: 125%; opacity: 0; }
}

@keyframes feature-progress-breathe {
  0%, 100% { opacity: 0.82; transform: scaleX(0.96); transform-origin: left; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: left; }
}

@keyframes feature-task-progress {
  0%, 100% { width: 64%; }
  50% { width: 70%; }
}

@keyframes feature-preview-cycle {
  from { width: 0; }
  to { width: 100%; }
}

@media (max-width: 1080px) {
  .features-hero {
    gap: 38px;
  }

  .features-hero-copy h1 {
    font-size: clamp(44px, 5.2vw, 60px);
  }

  .features-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-safety-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .features-hero {
    grid-template-columns: 1fr;
    padding-top: 58px !important;
  }

  .features-hero-copy {
    max-width: 760px;
  }

  .app-preview-shell {
    width: min(100%, 470px);
    justify-self: center;
  }

  .features-section-heading,
  .features-ledger-inner,
  .features-control-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .features-section-heading {
    align-items: start;
  }

  .features-flow-band .features-section-heading {
    gap: 14px;
    align-items: start;
  }

  .features-section-heading > p {
    max-width: 720px;
  }

  .features-flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-flow-list::before {
    display: none;
  }

  .features-control-console,
  .features-ledger-demo {
    width: min(100%, 620px);
  }

  .features-download-band {
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .features-hero {
    gap: 36px;
    padding: 42px 16px 58px !important;
  }

  .features-hero::before {
    inset: 20px -30px 0;
    background-size: 36px 36px;
  }

  .features-hero-copy h1 {
    margin-top: 0;
    max-width: 520px;
    font-size: 34px;
    line-height: 1.08;
    text-wrap: wrap;
    word-break: auto-phrase;
  }

  .features-hero-copy > p {
    font-size: 16px;
    line-height: 1.68;
  }

  .features-hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 24px;
  }

  .features-main-cta {
    min-width: 0;
  }

  .features-text-link {
    font-size: 13px;
  }

  .features-proof {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .app-preview-shell {
    padding: 9px;
    border-radius: 32px;
  }

  .app-preview-kicker {
    padding: 4px 8px 10px;
  }

  .app-preview-phone {
    border-width: 7px;
    border-radius: 28px;
  }

  .app-preview-topbar {
    min-height: 56px;
    padding: 8px 11px;
  }

  .app-preview-screens {
    height: 532px;
    margin: 0 4px;
    border-radius: 18px;
  }

  .app-preview-screen {
    padding: 17px 14px;
  }

  .app-preview-tabs {
    min-height: 65px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .app-preview-tabs button span {
    font-size: 9px;
  }

  .features-capability-band,
  .features-flow-band,
  .features-control-band,
  .features-safety-band,
  .features-ledger-band {
    padding: 64px 0 !important;
  }

  .features-section-inner,
  .features-ledger-inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .features-section-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .features-section-heading h2,
  .features-ledger-copy h2,
  .features-control-copy h2 {
    font-size: 34px;
    line-height: 1.12;
    text-wrap: wrap;
  }

  .features-section-heading > p,
  .features-ledger-copy > p,
  .features-control-copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .features-capability-grid,
  .features-flow-list,
  .features-safety-grid {
    grid-template-columns: 1fr;
  }

  .features-capability-grid article {
    min-height: 0;
    padding: 20px;
  }

  .features-capability-grid h3 {
    margin-top: 18px;
  }

  .features-flow-list {
    gap: 10px;
    padding-top: 8px;
  }

  .features-flow-list li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 10px;
    padding-top: 0;
  }

  .features-flow-list li > i {
    position: static;
    align-self: start;
    width: 32px;
    height: 32px;
    border-width: 5px;
  }

  .features-flow-list li > div {
    min-height: 0;
    padding: 17px;
  }

  .features-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-ledger-demo,
  .features-control-console {
    padding: 13px;
    border-radius: 15px;
  }

  .features-ledger-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .features-ledger-row > em {
    display: none;
  }

  .features-control-points {
    grid-template-columns: 1fr;
  }

  .features-console-head {
    padding: 15px;
  }

  .features-console-metrics {
    gap: 6px;
  }

  .features-console-metrics div {
    padding: 10px 8px;
  }

  .features-console-metrics strong {
    font-size: 13px;
  }

  .features-safety-grid article {
    min-height: 0;
  }

  .features-safety-grid h3 {
    margin-top: 0;
  }

  .features-download-band {
    display: grid;
    gap: 26px;
    padding: 50px 16px !important;
  }

  .features-download-band h2 {
    font-size: 34px;
  }

  .features-download-band > .btn {
    width: 100%;
  }

  html:not([lang="zh-CN"]) .features-hero-copy h1 {
    font-size: 34px;
    line-height: 1.1;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  html:not([lang="zh-CN"]) .features-section-heading h2,
  html:not([lang="zh-CN"]) .features-ledger-copy h2,
  html:not([lang="zh-CN"]) .features-control-copy h2,
  html:not([lang="zh-CN"]) .features-download-band h2 {
    font-size: 30px;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-preview-kicker b i,
  .app-preview-live i,
  .features-console-head em i,
  .preview-balance::after,
  .preview-live-track i,
  .preview-health-track i,
  .features-console-track i,
  .preview-task-progress > div i,
  .app-preview-progress i {
    animation: none !important;
  }

  .app-preview-screen,
  body.feature-motion-ready [data-feature-reveal] {
    transition: none !important;
  }

  body.feature-motion-ready [data-feature-reveal] {
    opacity: 1;
    transform: none;
  }
}
