@charset "UTF-8";

:root {
  --features-ink: var(--sr-color-ink);
  --features-deep: var(--sr-color-brand-deep);
  --features-deeper: var(--sr-color-brand-deeper);
  --features-teal: var(--sr-color-teal);
  --features-teal-bright: var(--sr-color-teal-bright);
  --features-mint: var(--sr-color-surface-mint);
  --features-soft: var(--sr-color-surface-soft);
  --features-white: var(--sr-color-surface);
  --features-gold: var(--sr-color-accent);
  --features-gold-deep: var(--sr-color-accent-text);
  --features-text: var(--sr-color-text);
  --features-muted: var(--sr-color-text-muted);
  --features-line: var(--sr-color-line);
  --features-shadow: var(--sr-shadow-lg);
  --features-header-height: 70px;
  --features-jump-height: 66px;
  --features-sticky-stack: calc(var(--features-header-height) + var(--features-jump-height));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--features-sticky-stack) + 9px);
}

body.features-page {
  min-width: 320px;
  padding-top: var(--features-header-height);
  overflow-x: clip;
  background: var(--features-white);
  color: var(--features-ink);
  font-family: var(--sr-font-sans);
  letter-spacing: 0;
}

.features-page-progress {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.features-page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--features-gold);
  box-shadow: 0 0 14px rgba(255, 215, 106, 0.52);
  transform: scaleX(0);
  transform-origin: left center;
}

html[dir="rtl"] .features-page-progress span {
  transform-origin: right center;
}

.features-page *,
.features-page *::before,
.features-page *::after {
  box-sizing: border-box;
}

.features-page img {
  display: block;
  max-width: 100%;
}

.features-page main h1,
.features-page main h2,
.features-page main h3,
.features-page main p {
  margin-top: 0;
}

.features-page :where(main h1, main h2, main h3) {
  color: var(--features-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.features-page :where(main p, main li) {
  color: var(--features-text);
}

.features-skip-link {
  position: fixed;
  z-index: 1200;
  top: 10px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 5px;
  background: var(--features-gold);
  color: var(--features-ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.features-skip-link:focus {
  color: var(--features-ink);
  transform: translateY(0);
}

.features-page .features-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 26px;
  margin-bottom: 18px;
  color: var(--features-teal);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.features-page .features-eyebrow::before {
  width: 3px;
  height: 26px;
  flex: 0 0 3px;
  border-radius: 2px;
  background: var(--features-gold);
  content: "";
}

.features-page .features-eyebrow.features-eyebrow-side {
  align-items: center;
}

.features-page .features-eyebrow-gold {
  color: var(--features-gold);
}

.features-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--features-deep);
}

.features-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: 38px;
  padding-top: clamp(var(--sr-space-6), 3vw, var(--sr-space-7));
  padding-bottom: 70px;
}

.features-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 650px;
}

.features-hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--features-white);
  font-size: 4.45rem;
  line-height: 1.02;
  overflow-wrap: normal;
}

.features-page .features-hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: #edf8f6;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.72;
}

.features-hero-actions,
.features-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.features-hero-unlocks {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: var(--sr-space-6);
}

.features-hero-unlocks span {
  position: relative;
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 6px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: #f2fbf9;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.28;
}

.features-hero-unlocks span::after {
  position: absolute;
  right: 12px;
  bottom: 11px;
  width: 28px;
  height: 2px;
  background: var(--features-gold);
  content: "";
}

.features-hero-unlocks strong {
  color: var(--features-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.features-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.features-button .material-symbols-outlined {
  font-size: 21px;
}

.features-button:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.features-button-gold {
  background: var(--features-gold);
  color: var(--features-ink);
}

.features-button-gold:hover {
  background: #ffe190;
  color: var(--features-ink);
}

.features-button-outline-light {
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
  color: var(--features-white);
}

.features-button-outline-light:hover {
  border-color: var(--features-white);
  background: var(--features-white);
  color: var(--features-ink);
}

.features-button-outline-dark {
  border-color: var(--features-deep);
  background: transparent;
  color: var(--features-deep);
}

.features-button-outline-dark:hover {
  border-color: var(--features-deep);
  background: var(--features-deep);
  color: var(--features-white);
}

.features-page .features-availability-note {
  display: flex;
  max-width: 590px;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  color: #d2e5e1;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.55;
}

.features-availability-note .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--features-gold);
  font-size: 19px;
}

.features-hero-visual {
  position: relative;
  min-width: 0;
  width: 116%;
  margin: 0 -16% 0 0;
  align-self: center;
}

.features-hero-visual::before {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: 4%;
  bottom: 4%;
  left: 8%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  content: "";
  transform: translate(20px, 20px);
}

.features-hero-visual img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 34px rgba(0, 20, 18, 0.32));
}

.features-hero-console {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 1%;
  width: min(460px, 68%);
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(0, 45, 42, 0.94);
  box-shadow: 0 24px 54px rgba(0, 25, 23, 0.34);
  backdrop-filter: blur(16px);
}

.features-hero-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--features-white);
  font-size: 0.74rem;
  font-weight: 800;
}

.features-hero-console-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.features-hero-console-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39d98a;
  box-shadow: 0 0 0 4px rgba(57, 217, 138, 0.14);
}

.features-hero-console-head strong {
  color: var(--features-gold);
  font-size: 0.7rem;
}

.features-hero-console-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 0;
}

.features-hero-console-steps span {
  display: grid;
  min-height: 60px;
  align-content: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #d6e7e3;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.28;
}

.features-hero-console-steps b {
  color: var(--features-gold);
  font-size: 0.66rem;
}

.features-hero-console-steps .is-current {
  border-color: rgba(255, 215, 106, 0.7);
  background: rgba(255, 215, 106, 0.1);
  color: var(--features-white);
}

.features-hero-console > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: #9ebbb6;
  font-size: 0.7rem;
  font-weight: 800;
}

.features-hero-console > p strong {
  color: var(--features-white);
  font-size: 0.74rem;
  text-align: right;
}

.features-hero-visual-labels {
  position: absolute;
  z-index: 2;
  top: 1%;
  right: 8%;
  left: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--features-ink);
  font-size: 0.86rem;
}

.features-hero-visual-labels span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 215, 106, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--features-gold);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 47, 43, 0.1);
}

.features-hero-visual-labels strong {
  padding: 8px 12px;
  border: 1px solid rgba(0, 63, 58, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--features-ink);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 47, 43, 0.1);
}

@media (min-width: 1400px) {
  .features-hero-console {
    right: 12.5%;
  }
}

.features-proof {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--features-deeper);
}

.features-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features-proof-item {
  display: flex;
  min-height: 124px;
  align-items: center;
  gap: 14px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #bcd2ce;
  text-decoration: none;
}

.features-proof-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.features-proof-item > .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--features-gold);
  font-size: 30px;
}

.features-proof-item span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.81rem;
  line-height: 1.45;
}

.features-proof-item strong {
  color: var(--features-white);
  font-size: 1rem;
}

a.features-proof-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #d9e8e5;
}

.features-ai-genie {
  position: relative;
  overflow: hidden;
  padding: 112px 0 124px;
  border-bottom: 1px solid var(--features-line);
  background: #edf7f5;
}

.features-ai-genie::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46%;
  border-left: 1px solid rgba(0, 63, 58, 0.1);
  background: rgba(255, 255, 255, 0.44);
  content: "";
  pointer-events: none;
}

.features-ai-genie-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 72px;
}

.features-ai-genie-copy {
  max-width: 570px;
}

.features-ai-genie-copy h2 {
  max-width: 540px;
  margin-bottom: 22px;
  font-size: 3.2rem;
  line-height: 1.02;
}

.features-ai-genie-copy > p:not(.features-eyebrow, .features-ai-privacy, .features-ai-control) {
  margin-bottom: 0;
  color: var(--features-text);
  font-size: 1.02rem;
  line-height: 1.72;
}

.features-ai-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.features-ai-prompts span {
  padding: 10px 13px;
  border: 1px solid var(--features-line);
  border-radius: 6px;
  background: var(--features-white);
  color: var(--features-ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.features-ai-privacy {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px 0;
  border-top: 1px solid var(--features-line);
  border-bottom: 1px solid var(--features-line);
  color: var(--features-text);
  font-size: 0.88rem;
  line-height: 1.55;
}

.features-ai-privacy .material-symbols-outlined {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--features-line);
  border-radius: 6px;
  background: var(--features-white);
  color: var(--features-teal);
  font-size: 23px;
}

.features-ai-privacy strong {
  color: var(--features-ink);
}

.features-ai-control {
  margin: 0;
  color: var(--features-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
}

.features-ai-genie-visual {
  position: relative;
  min-height: 480px;
}

.features-ai-dashboard,
.features-ai-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 63, 58, 0.14);
  border-radius: 8px;
  background: var(--features-white);
}

.features-ai-dashboard {
  position: absolute;
  top: 16px;
  left: 0;
  width: 88%;
  box-shadow: 0 30px 72px rgba(0, 47, 43, 0.16);
}

.features-ai-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  box-shadow: 0 24px 54px rgba(0, 47, 43, 0.22);
}

.features-ai-dashboard img,
.features-ai-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.features-flow {
  padding: 118px 0 138px;
  border-bottom: 1px solid var(--features-line);
  background:
    linear-gradient(135deg, rgba(232, 246, 243, 0.72) 0%, rgba(255, 255, 255, 0.92) 46%, rgba(243, 247, 246, 0.96) 100%),
    var(--features-soft);
}

.features-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 92px;
}

.features-flow-sticky {
  position: sticky;
  top: 166px;
}

.features-flow-sticky h2 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 1.06;
}

.features-flow-sticky > p:not(.features-eyebrow) {
  max-width: 570px;
  margin-bottom: 30px;
  font-size: 1.04rem;
  line-height: 1.72;
}

.features-flow-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.features-flow-progress > span {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 63, 58, 0.12);
}

.features-flow-progress i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--features-teal);
  transform: scaleX(0.2);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.features-flow-progress strong {
  color: var(--features-teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.features-flow-promise {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--features-line);
  border-bottom: 1px solid var(--features-line);
}

.features-flow-promise .material-symbols-outlined {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--features-gold);
  color: var(--features-ink);
  font-size: 23px;
}

.features-flow-promise p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.features-flow-promise strong {
  color: var(--features-ink);
}

.features-flow-scenes {
  display: grid;
  gap: 28px;
}

.features-flow-scene {
  position: sticky;
  top: 154px;
  display: grid;
  min-height: 440px;
  align-content: center;
  padding: 44px;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: var(--features-white);
  box-shadow: 0 26px 60px rgba(0, 47, 43, 0.13);
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transform-origin: center top;
  transition: opacity 320ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.features-flow-scene:nth-child(2) { z-index: 2; }
.features-flow-scene:nth-child(3) { z-index: 3; }
.features-flow-scene:nth-child(4) { z-index: 4; }
.features-flow-scene:nth-child(5) { z-index: 5; }
.features-flow-scene:nth-child(6) { z-index: 6; }

.features-flow-scene:nth-child(even) {
  background: #eef8f6;
}

.features-flow-scene:last-child {
  border-color: var(--features-deep);
  background: var(--features-deep);
}

.features-flow-scene.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  box-shadow: 0 34px 78px rgba(0, 47, 43, 0.18);
}

.features-flow-scene-top {
  display: grid;
  grid-template-columns: 48px 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.features-flow-scene-number,
.features-flow-scene-top > .material-symbols-outlined {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--features-line);
  border-radius: 50%;
  color: var(--features-teal);
  font-size: 0.74rem;
  font-weight: 800;
}

.features-flow-scene-top > .material-symbols-outlined {
  border: 0;
  border-radius: 6px;
  background: var(--features-mint);
  font-size: 23px;
}

.features-flow-scene-top strong {
  color: var(--features-teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.features-flow-scene h3 {
  max-width: 670px;
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.08;
}

.features-flow-scene > p {
  max-width: 690px;
  margin-bottom: 26px;
  font-size: 1rem;
  line-height: 1.68;
}

.features-flow-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.features-flow-details span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 11px;
  border: 1px solid var(--features-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--features-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.features-flow-unlock {
  position: relative;
  display: grid;
  min-height: 78px;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 16px 16px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 3px solid var(--features-gold);
  border-radius: 6px;
  background: linear-gradient(105deg, #073f3a 0%, #0a514a 58%, #073f3a 100%);
  box-shadow: 0 16px 30px rgba(0, 45, 42, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.features-flow-unlock strong {
  position: relative;
  z-index: 1;
  color: var(--features-white);
  font-size: 0.94rem;
  line-height: 1.42;
}

.features-flow-unlock .material-symbols-outlined {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 215, 106, 0.42);
  border-radius: 50%;
  background: rgba(255, 215, 106, 0.11);
  color: var(--features-gold);
  font-size: 24px;
}

.features-flow-scene:last-child h3,
.features-flow-scene:last-child > p,
.features-flow-scene:last-child .features-flow-scene-top strong,
.features-flow-scene:last-child .features-flow-unlock strong {
  color: var(--features-white);
}

.features-flow-scene:last-child .features-flow-scene-number {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--features-gold);
}

.features-flow-scene:last-child .features-flow-scene-top > .material-symbols-outlined {
  background: rgba(255, 215, 106, 0.14);
  color: var(--features-gold);
}

.features-flow-scene:last-child .features-flow-details span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: var(--features-white);
}

.features-flow-scene:last-child .features-flow-unlock {
  border-color: rgba(255, 215, 106, 0.2);
  border-left-color: var(--features-gold);
  background: linear-gradient(105deg, #075048 0%, #0b5c53 58%, #07473f 100%);
  box-shadow: 0 18px 34px rgba(0, 20, 18, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.features-flow-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 42px;
}

.features-flow-heading h2 {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 2.85rem;
  line-height: 1.08;
}

.features-flow-heading p:last-child {
  max-width: 650px;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.72;
}

.features-story-signal {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 20px 22px;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(0, 47, 43, 0.07);
}

.features-story-signal .material-symbols-outlined {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--features-gold);
  color: var(--features-ink);
  font-size: 25px;
}

.features-story-signal p {
  margin: 0;
  color: var(--features-text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.62;
}

.features-story-signal strong {
  color: var(--features-ink);
}

.features-flow-track {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: var(--features-white);
  box-shadow: 0 18px 42px rgba(0, 47, 43, 0.07);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.features-flow-item {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px 24px 28px;
  border-right: 1px solid var(--features-line);
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.features-flow-item:hover {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 47, 43, 0.1);
  transform: translateY(-3px);
}

.features-flow-item:last-child {
  border-right: 0;
}

.features-flow-item::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  height: 3px;
  background: var(--features-gold);
  content: "";
  transform: scaleX(0.18);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.features-flow-item::before {
  position: absolute;
  top: 51px;
  right: -14px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 1px solid var(--features-line);
  border-radius: 50%;
  background: var(--features-white);
  color: var(--features-teal);
  content: ">";
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
}

.features-flow-item:last-child::before {
  display: none;
}

.features-flow-item:hover::after {
  transform: scaleX(1);
}

.features-flow-item > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid var(--features-line);
  border-radius: 50%;
  color: var(--features-teal);
  font-size: 0.74rem;
  font-weight: 800;
}

.features-flow-item h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.features-flow-item p {
  margin-bottom: 16px;
  font-size: 0.9rem;
  line-height: 1.58;
}

.features-flow-micro {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.features-flow-micro li {
  position: relative;
  padding-left: 18px;
  color: var(--features-muted);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.42;
}

.features-flow-micro li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--features-gold);
  content: "";
}

.features-flow-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--features-teal);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.features-flow-next::after {
  width: 22px;
  height: 2px;
  background: var(--features-gold);
  content: "";
}

.features-platform,
.features-index,
.features-faq {
  padding: 112px 0;
}

.features-section-heading {
  margin-bottom: 58px;
}

.features-section-heading h2,
.features-band-copy h2,
.features-faq-intro h2,
.features-final h2 {
  margin-bottom: 22px;
  font-size: 3rem;
  line-height: 1.08;
}

.features-section-heading > p:last-child,
.features-band-copy > p,
.features-faq-intro > p,
.features-final p {
  font-size: 1.08rem;
  line-height: 1.72;
}

.features-section-heading-centered {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.features-section-heading-centered .features-eyebrow {
  justify-content: center;
}

.features-section-heading-wide {
  max-width: 920px;
}

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

.features-product {
  position: relative;
  min-height: 350px;
  padding: 36px;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: var(--features-white);
  box-shadow: 0 16px 38px rgba(0, 47, 43, 0.06);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.features-product:nth-child(1),
.features-product:nth-child(4) {
  grid-column: span 7;
}

.features-product:nth-child(2),
.features-product:nth-child(3) {
  grid-column: span 5;
}

.features-product:nth-child(1) {
  border-color: var(--features-deep);
  background: var(--features-deep);
}

.features-product:nth-child(3) {
  background: var(--features-mint);
}

.features-product:nth-child(4) {
  background: var(--features-soft);
}

.features-product:hover {
  z-index: 2;
  box-shadow: 0 26px 58px rgba(0, 47, 43, 0.13);
  transform: translateY(-6px);
}

.features-product:nth-child(1) h3,
.features-product:nth-child(1) p,
.features-product:nth-child(1) .features-product-next {
  color: var(--features-white);
}

.features-product:nth-child(1) .features-product-number,
.features-product:nth-child(1) .features-product-icon,
.features-product:nth-child(1) .features-channel {
  color: var(--features-gold);
}

.features-product:nth-child(1) .features-product-next {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.features-product-number {
  display: block;
  margin-bottom: 42px;
  color: var(--features-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.features-product-icon {
  display: block;
  margin-bottom: 20px;
  color: var(--features-teal);
  font-size: 36px;
}

.features-product h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.features-product p {
  min-height: 74px;
  margin-bottom: 20px;
  font-size: 0.94rem;
  line-height: 1.62;
}

.features-channel {
  display: inline-block;
  color: var(--features-teal);
  font-size: 0.78rem;
  font-weight: 800;
}

.features-product-next {
  display: block;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--features-line);
  color: var(--features-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-platform {
  background: #f7faf9;
}

.features-surface-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 30px);
}

.features-surface-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: var(--sr-space-5);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.features-surface-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.features-surface-card__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sr-space-5);
  border-radius: var(--sr-radius-md);
  background: var(--features-mint);
  color: var(--features-teal);
}

.features-surface-card__icon .material-symbols-outlined {
  font-size: 1.65rem;
}

.features-surface-card h3 {
  margin-bottom: var(--sr-space-3);
  font-size: 1.55rem;
  line-height: 1.2;
}

.features-surface-card p {
  margin-bottom: 0;
  color: var(--features-text);
  font-size: 0.98rem;
  line-height: 1.68;
}

.features-surface-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sr-space-2);
  margin: var(--sr-space-4) 0 0;
  padding: 0;
  list-style: none;
}

.features-surface-tags li {
  padding: var(--sr-space-2) var(--sr-space-3);
  border: 1px solid var(--features-line);
  border-radius: var(--sr-radius-pill);
  background: var(--features-soft);
  color: var(--features-ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

.features-surface-card__link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: var(--sr-space-2);
  margin-top: auto;
  padding-top: var(--sr-space-5);
  color: var(--features-deep);
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.features-surface-card__link .material-symbols-outlined {
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.features-surface-card__link:hover,
.features-surface-card__link:focus-visible {
  color: var(--features-teal);
  text-decoration: none;
}

.features-surface-card__link:hover .material-symbols-outlined,
.features-surface-card__link:focus-visible .material-symbols-outlined {
  transform: translateX(3px);
}

.features-surface-card__visual {
  display: flex;
  aspect-ratio: 32 / 21;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(var(--sr-space-3), 1.6vw, var(--sr-space-5));
  overflow: hidden;
  border: 1px solid var(--features-line);
  border-radius: var(--sr-radius-md);
  background: var(--features-white);
}

.features-surface-card__media,
.features-surface-card__media img {
  display: block;
  width: 100%;
}

.features-surface-card__media img {
  height: auto;
}

@media (hover: hover) {
  .features-surface-card:hover {
    border-color: rgba(0, 143, 131, 0.42);
    box-shadow: var(--sr-shadow-md);
  }
}

.features-jump-nav {
  position: sticky;
  z-index: 20;
  top: var(--features-header-height);
  border-top: 1px solid var(--features-line);
  border-bottom: 1px solid var(--features-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 25px rgba(0, 47, 43, 0.06);
  backdrop-filter: blur(12px);
}

.features-jump-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.features-jump-scroll::-webkit-scrollbar {
  display: none;
}

.features-jump-nav a {
  position: relative;
  display: inline-flex;
  min-height: 66px;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  color: var(--features-text);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.features-jump-nav a::after {
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 3px;
  background: transparent;
  content: "";
}

.features-jump-nav a:hover,
.features-jump-nav a[aria-current="true"] {
  color: var(--features-teal);
}

.features-jump-nav a[aria-current="true"]::after {
  background: var(--features-gold);
}

.features-band {
  position: relative;
  padding: 118px 0;
}

.features-band-light {
  background: var(--features-white);
}

.features-band-mint {
  background: var(--features-mint);
}

.features-band-soft {
  background: var(--features-soft);
}

.features-band-dark,
.features-ecosystem,
.features-final {
  background: var(--features-deep);
}

.features-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 86px;
}

.features-band-copy {
  max-width: 620px;
}

.features-band-copy > p:not(.features-eyebrow):not(.features-inline-note) {
  margin-bottom: 28px;
}

.features-check-list {
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.features-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-check-list .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--features-teal);
  font-size: 21px;
}

.features-text-link,
.features-ecosystem-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--features-deep);
  font-weight: 800;
  text-decoration: none;
}

.features-text-link:hover,
.features-ecosystem-links a:hover {
  color: var(--features-teal);
}

.features-text-link .material-symbols-outlined,
.features-ecosystem-links .material-symbols-outlined {
  font-size: 20px;
  transition: transform 180ms ease;
}

.features-text-link:hover .material-symbols-outlined,
.features-ecosystem-links a:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.features-product-image {
  position: relative;
  margin: 0;
}

.features-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.features-product-image-dashboard img {
  border: 1px solid #d9e6e3;
  border-radius: 7px;
  box-shadow: var(--features-shadow);
}

.features-product-image-mini img {
  filter: drop-shadow(0 24px 30px rgba(0, 66, 60, 0.18));
}

.features-product-image-map {
  display: flex;
  min-height: 470px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--features-line);
  border-radius: 7px;
  background: var(--features-white);
}

.features-product-image-map img {
  width: 82%;
}

.features-product-image figcaption {
  margin-top: 15px;
  color: var(--features-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}

.features-inline-note,
.features-compliance-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--features-muted);
  font-size: 0.82rem !important;
  font-weight: 700;
  line-height: 1.55 !important;
}

.features-inline-note .material-symbols-outlined {
  flex: 0 0 auto;
  color: var(--features-teal);
  font-size: 20px;
}

.features-mobile-suite {
  padding: 128px 0;
  background: #f7faf9;
}

.features-mobile-grid {
  display: grid;
  gap: 34px;
}

.features-mobile-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  min-height: 620px;
  gap: 58px;
  padding: 54px;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: var(--features-soft);
  box-shadow: 0 28px 68px rgba(0, 47, 43, 0.12);
}

.features-mobile-card-operator {
  border-color: var(--features-deep);
  background: var(--features-deep);
}

.features-mobile-card-customer {
  background: var(--features-mint);
}

.features-mobile-card-customer .features-mobile-kicker {
  color: #704900;
}

.features-mobile-card-operator h3,
.features-mobile-card-operator p,
.features-mobile-card-operator li {
  color: var(--features-white);
}

.features-mobile-card-copy {
  max-width: 610px;
}

.features-mobile-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 215, 106, 0.55);
  border-radius: 999px;
  color: var(--features-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.features-mobile-card-operator .features-mobile-kicker {
  color: var(--features-gold);
}

.features-mobile-card h3 {
  margin-bottom: 18px;
  font-size: 2.2rem;
  line-height: 1.12;
}

.features-mobile-card p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.68;
}

.features-mobile-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.features-mobile-channels > span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--features-line);
  border-radius: 6px;
  background: var(--features-white);
  color: var(--features-ink);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
}

.features-mobile-channels .material-symbols-outlined,
.features-mobile-channels i {
  color: var(--features-gold-deep);
  font-size: 19px;
  line-height: 1;
}

.features-mobile-card-operator .features-mobile-channels > span {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--features-white);
}

.features-mobile-card-operator .features-mobile-channels .material-symbols-outlined,
.features-mobile-card-operator .features-mobile-channels i {
  color: var(--features-gold);
}

.features-mobile-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.features-mobile-route::before {
  display: none;
}

.features-mobile-route span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--features-line);
  border-radius: 999px;
  background: var(--features-white);
  color: var(--features-ink);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.features-mobile-route span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  width: 8px;
  height: 2px;
  background: rgba(0, 143, 131, 0.45);
  content: "";
  transform: translateY(-50%);
}

.features-mobile-card-operator .features-mobile-route span {
  border-color: rgba(255, 215, 106, 0.34);
  background: #184f4a;
  color: var(--features-white);
}

.features-mobile-card-operator .features-mobile-route span:not(:last-child)::after {
  background: rgba(255, 215, 106, 0.62);
}

.features-mobile-moments {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.features-mobile-moments div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 3px 12px;
  padding: 13px 14px;
  border: 1px solid var(--features-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
}

.features-mobile-moments span {
  display: inline-flex;
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--features-mint);
  color: var(--features-teal);
  font-size: 0.72rem;
  font-weight: 800;
}

.features-mobile-moments strong {
  color: var(--features-ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

.features-mobile-moments p {
  margin: 0;
  color: var(--features-text);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.features-mobile-card-operator .features-mobile-moments div {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.features-mobile-card-operator .features-mobile-moments span {
  background: rgba(255, 215, 106, 0.16);
  color: var(--features-gold);
}

.features-mobile-card-operator .features-mobile-moments strong,
.features-mobile-card-operator .features-mobile-moments p {
  color: var(--features-white);
}

.features-mini-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-mini-list li {
  position: relative;
  padding-left: 19px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.features-mini-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--features-gold);
  content: "";
}

.features-mobile-visual {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(198, 220, 216, 0.8);
  border-radius: 8px;
  background: var(--features-white);
}

.features-mobile-visual::before {
  content: none;
}

.features-mobile-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
}

.features-mobile-visual-wide {
  min-height: 420px;
}

.features-mobile-showcase {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: var(--features-deep);
  box-shadow: 0 26px 58px rgba(0, 35, 32, 0.22);
  isolation: isolate;
}

.features-mobile-showcase__scene {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.features-mobile-showcase__scene,
.features-mobile-showcase__scene img {
  display: block;
  width: 100%;
  height: 100%;
}

.features-mobile-showcase__scene img {
  object-fit: cover;
  object-position: center;
}

.features-mobile-showcase::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 35, 32, 0.9) 100%);
  content: "";
  pointer-events: none;
}

.features-mobile-phone {
  position: absolute;
  z-index: 2;
  box-sizing: content-box;
  overflow: hidden;
  border: 8px solid #111a1a;
  border-radius: 38px;
  background: #f7faf9;
  box-shadow: 0 30px 58px rgba(0, 20, 18, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.features-mobile-phone::before {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 50%;
  width: 28%;
  height: 16px;
  border-radius: 999px;
  background: #09110f;
  content: "";
  transform: translateX(-50%);
}

.features-mobile-phone img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.features-mobile-phone--sleek {
  top: 6%;
  right: 7%;
  width: clamp(205px, 35%, 300px);
  aspect-ratio: 900 / 1951;
}

.features-mobile-showcase__caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 52px 24px 20px;
  color: var(--features-white);
  pointer-events: none;
}

.features-mobile-showcase__caption strong {
  color: var(--features-white);
  font-size: 0.92rem;
  line-height: 1.3;
}

.features-mobile-showcase__caption span {
  max-width: 310px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}

.features-mobile-showcase--mini {
  border-color: rgba(0, 143, 131, 0.24);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 215, 106, 0.2) 0 7%, transparent 7.3%),
    radial-gradient(circle at 26% 44%, rgba(168, 235, 224, 0.2) 0 18%, transparent 18.3%),
    linear-gradient(138deg, #003f3a 0%, #00675f 58%, #008f83 100%);
  box-shadow: 0 26px 58px rgba(0, 63, 58, 0.18);
}

.features-mobile-showcase--mini::before {
  position: absolute;
  z-index: 0;
  top: 12%;
  left: 8%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.035), 0 0 0 70px rgba(255, 255, 255, 0.025);
}

.features-mobile-phone--mini {
  top: 7%;
  right: 13%;
  width: clamp(230px, 42%, 340px);
  aspect-ratio: 700 / 1443;
}

.features-mobile-phone--mini::before {
  content: none;
}

.features-band-dark h2,
.features-band-dark h3,
.features-band-dark p,
.features-band-dark li,
.features-ecosystem h2,
.features-ecosystem h3,
.features-ecosystem p,
.features-final h2,
.features-final p {
  color: var(--features-white);
}

.features-band-dark .features-check-list .material-symbols-outlined {
  color: var(--features-gold);
}

.features-journey {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px 0;
}

.features-journey-line {
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 31px;
  width: 1px;
  background: rgba(255, 215, 106, 0.35);
}

.features-journey-step {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 104px;
  grid-template-columns: 62px 50px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 16px 22px 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.features-journey-number {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 215, 106, 0.55);
  border-radius: 50%;
  background: var(--features-deep);
  color: var(--features-gold);
  font-size: 0.76rem;
  font-weight: 800;
}

.features-journey-step > .material-symbols-outlined {
  color: var(--features-gold);
  font-size: 31px;
}

.features-journey-step div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.features-journey-step strong {
  color: var(--features-white);
  font-size: 1.13rem;
}

.features-journey-step div span {
  color: #afcac5;
  font-size: 0.88rem;
}

.features-finance-grid {
  display: grid;
  margin-top: 52px;
  border-top: 1px solid var(--features-line);
  border-bottom: 1px solid var(--features-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features-finance-item {
  min-height: 280px;
  padding: 34px 27px;
  border-right: 1px solid var(--features-line);
}

.features-finance-item:last-child {
  border-right: 0;
}

.features-finance-item > .material-symbols-outlined {
  margin-bottom: 36px;
  color: var(--features-teal);
  font-size: 34px;
}

.features-finance-item h3 {
  margin-bottom: 14px;
  font-size: 1.27rem;
}

.features-finance-item p {
  font-size: 0.91rem;
  line-height: 1.6;
}

.features-finance-item-accent {
  background: var(--features-mint);
}

.features-compliance-note {
  max-width: 1040px;
  margin: 28px 0 0;
}

.features-ecosystem {
  padding: 118px 0;
}

.features-ecosystem .features-section-heading > p:last-child {
  color: #c7dcd8;
}

.features-access-bridge {
  display: grid;
  overflow: hidden;
  margin: 0 0 38px;
  border: 1px solid rgba(255, 215, 106, 0.52);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 10%, rgba(68, 202, 187, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(0, 91, 82, 0.86), rgba(0, 52, 48, 0.96));
  box-shadow: 0 24px 62px rgba(0, 25, 23, 0.24);
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
}

.features-access-bridge-copy {
  padding: 38px 40px;
}

.features-access-bridge-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: var(--features-gold) !important;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.features-access-bridge-kicker .material-symbols-outlined {
  font-size: 21px;
}

.features-access-bridge h3 {
  max-width: 770px;
  margin-bottom: 15px;
  color: var(--features-white);
  font-size: clamp(1.55rem, 2.2vw, 2.08rem);
  line-height: 1.18;
}

.features-access-bridge-copy > p:not(.features-access-bridge-kicker) {
  max-width: 790px;
  margin-bottom: 22px;
  color: #d5e6e2;
  font-size: 0.95rem;
  line-height: 1.7;
}

.features-access-bridge-boundary {
  display: grid;
  align-content: center;
  padding: 27px 32px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 35, 32, 0.44);
}

.features-access-bridge-boundary > div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.features-access-bridge-boundary > div:last-child {
  border-bottom: 0;
}

.features-access-bridge-boundary span,
.features-access-bridge-boundary strong {
  display: block;
}

.features-access-bridge-boundary span {
  margin-bottom: 8px;
  color: var(--features-gold);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.features-access-bridge-boundary strong {
  color: var(--features-white);
  font-size: 0.95rem;
  line-height: 1.55;
}

.features-ecosystem-grid {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.features-ecosystem-item {
  min-height: 245px;
  padding: 31px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.features-ecosystem-item:nth-child(3n) {
  border-right: 0;
}

.features-ecosystem-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.features-ecosystem-item > .material-symbols-outlined {
  margin-bottom: 27px;
  color: var(--features-gold);
  font-size: 34px;
}

.features-ecosystem-item h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.features-ecosystem-item p {
  color: #b9d0cc;
  font-size: 0.91rem;
  line-height: 1.62;
}

.features-ecosystem-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--features-gold);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.features-ecosystem-more:hover,
.features-ecosystem-more:focus-visible {
  color: var(--features-white);
  text-decoration: none;
}

.features-ecosystem-more .material-symbols-outlined {
  font-size: 18px;
}

.features-ecosystem-links {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features-ecosystem-links a {
  min-height: 62px;
  justify-content: space-between;
  padding: 12px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--features-white);
  font-size: 0.83rem;
}

.features-ecosystem-links a:last-child {
  border-right: 0;
}

.features-index {
  background: var(--features-soft);
}

.features-evaluation {
  padding: 108px 0;
  border-bottom: 1px solid var(--features-line);
  background: var(--features-white);
}

.features-evaluation-grid {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--features-line);
  border-bottom: 1px solid var(--features-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.features-evaluation-grid li {
  display: grid;
  min-width: 0;
  min-height: 265px;
  align-content: start;
  gap: 25px;
  padding: 30px 26px;
  border-right: 1px solid var(--features-line);
}

.features-evaluation-grid li:last-child {
  border-right: 0;
}

.features-evaluation-grid li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--features-gold);
  color: var(--features-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.features-evaluation-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--features-ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.features-evaluation-grid p {
  margin: 0;
  color: var(--features-text);
  font-size: 0.9rem;
  line-height: 1.6;
}

.features-evaluation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.features-adoption-callout {
  display: grid;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px 30px;
  border: 1px solid rgba(0, 111, 101, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 215, 106, 0.3), transparent 28%),
    linear-gradient(135deg, #edf9f6 0%, #ffffff 76%);
  box-shadow: 0 18px 42px rgba(0, 47, 43, 0.07);
  grid-template-columns: minmax(0, 1fr) auto;
}

.features-adoption-callout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--features-ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.features-adoption-callout p {
  max-width: 920px;
  margin: 0;
  color: var(--features-text);
  font-size: 0.91rem;
  line-height: 1.65;
}

.features-adoption-callout .features-text-link {
  white-space: nowrap;
}

.features-matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--features-line);
  border-radius: 8px;
  background: var(--features-white);
  box-shadow: 0 18px 44px rgba(0, 47, 43, 0.07);
}

.features-matrix-hint {
  display: none;
  margin: -18px 0 14px;
  color: var(--features-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.features-matrix-wrap:focus-visible {
  outline: 3px solid rgba(0, 143, 131, 0.34);
  outline-offset: 4px;
}

.features-matrix {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.features-matrix th,
.features-matrix td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--features-line);
  color: var(--features-text);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.features-matrix thead th {
  background: var(--features-deep);
  color: var(--features-white);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.features-matrix tbody th {
  width: 19%;
  color: var(--features-ink);
  font-weight: 800;
}

.features-matrix tbody tr:nth-child(even) {
  background: #f5faf9;
}

.features-matrix tbody tr:last-child th,
.features-matrix tbody tr:last-child td {
  border-bottom: 0;
}

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

.features-index-group {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--features-line);
  border-radius: 7px;
  background: var(--features-white);
}

.features-index-group > .material-symbols-outlined {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid var(--features-line);
  border-radius: 6px;
  color: var(--features-teal);
  font-size: 27px;
}

.features-index-group h3 {
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.features-index-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.features-index-group li {
  font-size: 0.9rem;
  line-height: 1.5;
}

.features-faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 95px;
}

.features-faq-intro {
  position: sticky;
  top: 166px;
  align-self: start;
}

.features-faq-list {
  border-top: 1px solid var(--features-line);
}

.features-faq-list details {
  border-bottom: 1px solid var(--features-line);
}

.features-faq-list summary {
  display: flex;
  min-height: 86px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--features-ink);
  font-size: 1.05rem;
  font-weight: 800;
  list-style: none;
}

.features-faq-list summary::-webkit-details-marker {
  display: none;
}

.features-faq-list summary .material-symbols-outlined {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--features-line);
  border-radius: 50%;
  color: var(--features-teal);
  font-size: 21px;
}

.features-faq-list details > p {
  max-width: 780px;
  margin: -4px 56px 28px 0;
  color: var(--features-text);
  font-size: 0.98rem;
  line-height: 1.7;
}

.features-final {
  padding: 78px 0;
}

.features-final-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
  gap: 50px;
}

.features-final h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 2.8rem;
}

.features-final-actions {
  justify-content: flex-end;
}

.features-page.features-animations [data-features-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.features-page.features-animations [data-features-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.features-page.features-animations .features-flow-track [data-features-reveal]:nth-child(2),
.features-page.features-animations .features-mobile-moments div:nth-child(2) {
  transition-delay: 80ms;
}

.features-page.features-animations .features-flow-track [data-features-reveal]:nth-child(3),
.features-page.features-animations .features-mobile-moments div:nth-child(3) {
  transition-delay: 160ms;
}

.features-page.features-animations .features-flow-track [data-features-reveal]:nth-child(4) {
  transition-delay: 240ms;
}

.features-page.features-animations .features-flow-track [data-features-reveal]:nth-child(5) {
  transition-delay: 320ms;
}

@media (max-width: 1399px) {
  .features-hero h1 { font-size: 3.8rem; }
  .features-hero-visual { width: 110%; margin-right: -10%; }
  .features-split { gap: 64px; }
}

@media (max-width: 1199px) {
  .features-hero,
  .features-hero-shell { min-height: 620px; }
  .features-hero-shell { gap: 24px; padding-top: 46px; padding-bottom: 54px; }
  .features-hero h1 { font-size: 3.2rem; }
  .features-hero-lead { font-size: 1.04rem; }
  .features-proof-item { padding-right: 16px; padding-left: 16px; }
  .features-flow-heading { grid-template-columns: 1fr; gap: 22px; }
  .features-flow-heading h2 { max-width: 760px; font-size: 2.55rem; }
  .features-flow-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .features-flow-item { min-height: 335px; border-bottom: 1px solid var(--features-line); }
  .features-flow-item:nth-child(3)::before { display: none; }
  .features-flow-item:nth-child(3n) { border-right: 0; }
  .features-flow-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .features-section-heading h2,
  .features-band-copy h2,
  .features-faq-intro h2 { font-size: 2.55rem; }
  .features-platform,
  .features-index,
  .features-faq,
  .features-evaluation,
  .features-band,
  .features-flow,
  .features-mobile-suite,
  .features-ecosystem { padding-top: 92px; padding-bottom: 92px; }
  .features-product { padding-right: 20px; padding-left: 20px; }
  .features-product p { min-height: 116px; }
  .features-split { gap: 48px; }
  .features-product-image-map { min-height: 390px; }
  .features-finance-item,
  .features-ecosystem-item { padding-right: 22px; padding-left: 22px; }
  .features-faq-shell { gap: 60px; }
}

@media (max-width: 991px) {
  :root { --features-header-height: 65px; }
  body.features-page { padding-top: var(--features-header-height); }
  .features-page .navbar-collapse { max-height: calc(100vh - 75px); overflow-y: auto; }
  .features-hero,
  .features-hero-shell { min-height: auto; }
  .features-hero-shell { grid-template-columns: 1fr; gap: 34px; padding-top: var(--sr-space-7); padding-bottom: 54px; }
  .features-hero-copy { max-width: 760px; }
  .features-hero h1 { max-width: 760px; font-size: 3.65rem; }
  .features-hero-visual { width: 100%; max-width: 870px; margin: 0 auto; }
  .features-hero-visual-labels { right: 6%; left: 6%; }
  .features-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-proof-item:nth-child(2) { border-right: 0; }
  .features-proof-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .features-proof-item:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.12); }
  .features-product-grid,
  .features-finance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-product:nth-child(2),
  .features-finance-item:nth-child(2) { border-right: 0; }
  .features-product:nth-child(-n + 2),
  .features-finance-item:nth-child(-n + 2) { border-bottom: 1px solid var(--features-line); }
  .features-product p { min-height: 74px; }
  .features-flow-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-flow-item,
  .features-flow-item:nth-child(3n),
  .features-flow-item:nth-last-child(-n + 2) { min-height: 310px; border-right: 1px solid var(--features-line); border-bottom: 1px solid var(--features-line); }
  .features-flow-item:nth-child(3)::before { display: block; }
  .features-flow-item:nth-child(2)::before,
  .features-flow-item:nth-child(4)::before { display: none; }
  .features-flow-item:nth-child(2n) { border-right: 0; }
  .features-flow-item:last-child { border-right: 0; border-bottom: 0; }
  .features-jump-nav { top: auto; }
  .features-jump-nav a { min-width: 145px; }
  .features-split { grid-template-columns: 1fr; gap: 54px; }
  .features-split-copy-first .features-band-copy,
  .features-split-visual-first .features-band-copy { max-width: 760px; }
  .features-split-visual-first .features-product-image { order: 2; }
  .features-product-image { max-width: 800px; }
  .features-mobile-card { grid-template-columns: 1fr; gap: 34px; }
  .features-mobile-card-copy { max-width: 760px; }
  .features-mobile-visual { max-width: 820px; }
  .features-mobile-showcase { width: 100%; max-width: 820px; min-height: 540px; }
  .features-journey { max-width: 760px; }
  .features-evaluation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-evaluation-grid li { border-bottom: 1px solid var(--features-line); }
  .features-evaluation-grid li:nth-child(2n) { border-right: 0; }
  .features-evaluation-grid li:nth-last-child(-n + 2) { border-bottom: 0; }
  .features-adoption-callout { grid-template-columns: 1fr; }
  .features-ecosystem-grid,
  .features-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-access-bridge { grid-template-columns: 1fr; }
  .features-access-bridge-boundary { border-top: 1px solid rgba(255, 255, 255, 0.16); border-inline-start: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .features-access-bridge-boundary > div { padding: 8px 0; border-bottom: 0; }
  .features-ecosystem-item:nth-child(3n) { border-right: 1px solid rgba(255, 255, 255, 0.18); }
  .features-ecosystem-item:nth-child(2n) { border-right: 0; }
  .features-ecosystem-item:nth-last-child(-n + 3) { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .features-ecosystem-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .features-ecosystem-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-ecosystem-links a:nth-child(2) { border-right: 0; }
  .features-ecosystem-links a:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .features-faq-shell { grid-template-columns: 1fr; gap: 42px; }
  .features-faq-intro { position: static; max-width: 760px; }
  .features-final-shell { grid-template-columns: 1fr; }
  .features-final-actions { justify-content: flex-start; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: calc(var(--features-header-height) + 16px); }
  .features-hero-shell { padding-top: 56px; padding-bottom: 48px; }
  .features-hero-copy,
  .features-hero-visual { max-width: calc(100vw - 24px); }
  .features-hero h1 { max-width: 9.4em; margin-bottom: 22px; font-size: clamp(2rem, 7.5vw, 2.55rem); line-height: 1.1; }
  .features-page .features-hero-lead { max-width: 21rem; margin-bottom: 28px; font-size: 1rem; line-height: 1.65; }
  .features-page .features-availability-note { max-width: 21rem; }
  .features-hero-unlocks { max-width: 21rem; grid-template-columns: 1fr; }
  .features-hero-unlocks span { min-height: 58px; grid-template-columns: 34px minmax(0, 1fr); align-items: center; align-content: center; }
  .features-hero-unlocks span::after { top: 50%; right: 14px; bottom: auto; width: 18px; transform: translateY(-50%); }
  .features-hero-actions { align-items: stretch; flex-direction: column; }
  .features-button { width: 100%; }
  .features-hero-visual-labels { position: relative; top: auto; right: auto; left: auto; align-items: flex-start; flex-direction: column; margin-bottom: 10px; }
  .features-hero-visual-labels strong { font-size: 0.76rem; text-align: left; }
  .features-proof-grid { grid-template-columns: 1fr; }
  .features-proof-item,
  .features-proof-item:first-child,
  .features-proof-item:nth-child(3) { min-height: 96px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); border-left: 0; }
  .features-proof-item:last-child { border-bottom: 0; }
  .features-platform,
  .features-index,
  .features-faq,
  .features-evaluation,
  .features-band,
  .features-flow,
  .features-mobile-suite,
  .features-ecosystem { padding-top: 76px; padding-bottom: 76px; }
  .features-section-heading { margin-bottom: 42px; }
  .features-flow-heading { margin-bottom: 36px; }
  .features-flow-heading h2 { font-size: 2.16rem; }
  .features-flow-heading p:last-child { font-size: 1rem; }
  .features-story-signal { grid-template-columns: 42px minmax(0, 1fr); padding: 18px; }
  .features-story-signal .material-symbols-outlined { width: 42px; height: 42px; font-size: 23px; }
  .features-flow-track { grid-template-columns: 1fr; }
  .features-flow-item,
  .features-flow-item:nth-child(2n),
  .features-flow-item:nth-child(3n),
  .features-flow-item:nth-last-child(-n + 2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--features-line); }
  .features-flow-item::before,
  .features-flow-item:nth-child(3)::before { display: none; }
  .features-flow-item:last-child { border-bottom: 0; }
  .features-section-heading h2,
  .features-band-copy h2,
  .features-faq-intro h2,
  .features-final h2 { font-size: 2.16rem; }
  .features-section-heading > p:last-child,
  .features-band-copy > p,
  .features-faq-intro > p,
  .features-final p { font-size: 1rem; }
  .features-product-grid,
  .features-surface-grid,
  .features-finance-grid,
  .features-ecosystem-grid,
  .features-index-grid { grid-template-columns: 1fr; }
  .features-access-bridge-copy { padding: 29px 24px; }
  .features-access-bridge-boundary { padding: 24px; grid-template-columns: 1fr; gap: 0; }
  .features-access-bridge-boundary > div { padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .features-access-bridge-boundary > div:last-child { border-bottom: 0; }
  .features-product,
  .features-finance-item,
  .features-ecosystem-item,
  .features-ecosystem-item:nth-child(2n),
  .features-ecosystem-item:nth-child(3n),
  .features-ecosystem-item:nth-last-child(-n + 2),
  .features-ecosystem-item:nth-last-child(-n + 3) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--features-line); }
  .features-product:last-child,
  .features-finance-item:last-child { border-bottom: 0; }
  .features-product p { min-height: 0; }
  .features-ecosystem-item,
  .features-ecosystem-item:nth-child(2n),
  .features-ecosystem-item:nth-child(3n),
  .features-ecosystem-item:nth-last-child(-n + 2),
  .features-ecosystem-item:nth-last-child(-n + 3) { border-bottom-color: rgba(255, 255, 255, 0.18); }
  .features-ecosystem-item:last-child { border-bottom: 0; }
  .features-jump-nav a { min-width: 132px; min-height: 58px; }
  .features-split { gap: 42px; }
  .features-mobile-card { padding: 30px; }
  .features-mobile-card h3 { font-size: 1.72rem; }
  .features-mobile-moments div { grid-template-columns: 34px minmax(0, 1fr); padding: 12px; }
  .features-mobile-visual,
  .features-mobile-visual-wide { min-height: 250px; padding: 18px; }
  .features-mobile-showcase { min-height: 480px; }
  .features-mobile-phone--sleek { right: 6%; width: clamp(190px, 34%, 265px); }
  .features-mobile-phone--mini { right: 12%; width: clamp(215px, 40%, 300px); }
  .features-surface-card__visual { padding: var(--sr-space-3); }
  .features-product-image-map { min-height: 310px; }
  .features-journey-step { grid-template-columns: 52px 38px minmax(0, 1fr); gap: 12px; padding-right: 0; }
  .features-journey-number { width: 52px; height: 52px; }
  .features-journey-line { left: 26px; }
  .features-journey-step > .material-symbols-outlined { font-size: 27px; }
  .features-finance-item { padding-top: 28px; padding-bottom: 28px; }
  .features-finance-item > .material-symbols-outlined { margin-bottom: 20px; }
  .features-evaluation-grid { grid-template-columns: 1fr; }
  .features-evaluation-grid li,
  .features-evaluation-grid li:nth-child(2n),
  .features-evaluation-grid li:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--features-line);
  }
  .features-evaluation-grid li:last-child { border-bottom: 0; }
  .features-evaluation-actions { flex-direction: column; align-items: stretch; }
  .features-evaluation-actions .features-button { width: 100%; }
  .features-adoption-callout { padding: 24px 22px; }
  .features-adoption-callout .features-text-link { white-space: normal; }
  .features-matrix { min-width: 780px; }
  .features-matrix-hint { display: block; }
  .features-ecosystem-links { grid-template-columns: 1fr; }
  .features-ecosystem-links a,
  .features-ecosystem-links a:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .features-ecosystem-links a:last-child { border-bottom: 0; }
  .features-index-group { min-height: 0; }
  .features-faq-list summary { min-height: 78px; font-size: 0.96rem; }
  .features-faq-list details > p { margin-right: 0; }
  .features-final { padding: 66px 0; }
}

@media (max-width: 479px) {
  .features-hero h1 { max-width: 8.8em; font-size: 2.05rem; line-height: 1.12; }
  .features-page .features-hero-lead { font-size: 0.96rem; }
  .features-section-heading h2,
  .features-band-copy h2,
  .features-faq-intro h2,
  .features-final h2 { font-size: 1.92rem; }
  .features-flow-heading h2 { font-size: 1.92rem; }
  .features-mobile-showcase { min-height: 390px; }
  .features-mobile-showcase__scene img { object-position: 42% center; }
  .features-mobile-phone { border-width: 6px; border-radius: 30px; }
  .features-mobile-phone::before { top: 7px; height: 12px; }
  .features-mobile-phone--sleek { top: 7%; right: 4%; width: 42%; }
  .features-mobile-phone--mini { top: 6%; right: 9%; width: 48%; }
  .features-mobile-showcase__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 44px 16px 14px;
  }
  .features-mobile-showcase__caption span { max-width: 240px; text-align: left; }
  .features-story-signal { grid-template-columns: 1fr; }
  .features-product,
  .features-index-group,
  .features-ecosystem-item { padding-right: 22px; padding-left: 22px; }
  .features-mobile-card { padding: 24px; }
  .features-mobile-route { grid-template-columns: 1fr; gap: 14px; }
  .features-mobile-route span:not(:last-child)::after {
    top: calc(100% + 1px);
    left: 50%;
    width: 2px;
    height: 12px;
    transform: translateX(-50%);
  }
  .features-mobile-channels > span { width: 100%; justify-content: center; }
}

/* Premium feature-story responsive refinements. */
.features-page.features-flow-enhanced.features-animations .features-flow-scene[data-features-reveal].is-visible {
  opacity: 0;
  transform: translateY(28px) scale(0.975);
}

.features-page.features-flow-enhanced.features-animations .features-flow-scene[data-features-reveal].is-visible.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1199px) {
  .features-hero-console {
    right: 1%;
    bottom: 2%;
    width: min(460px, 72%);
  }

  .features-flow-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 56px;
  }

  .features-flow-sticky h2 {
    font-size: 2.55rem;
  }

  .features-flow-scene {
    min-height: 410px;
    padding: 36px;
  }

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

  .features-product:nth-child(1),
  .features-product:nth-child(2),
  .features-product:nth-child(3),
  .features-product:nth-child(4) {
    min-height: 330px;
    grid-column: auto;
  }

  .features-product {
    padding: 32px;
  }

  .features-mobile-card {
    min-height: 560px;
    gap: 44px;
    padding: 44px;
  }
}

@media (max-width: 991px) {
  .features-flow-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .features-flow-sticky {
    position: static;
    max-width: 760px;
  }

  .features-flow-progress {
    max-width: 560px;
  }

  .features-flow-scenes {
    gap: 18px;
  }

  .features-flow-scene {
    position: relative;
    top: auto;
    min-height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .features-page.features-animations .features-flow-scene[data-features-reveal],
  .features-page.features-animations .features-flow-scene[data-features-reveal].is-visible,
  .features-page.features-animations .features-flow-scene[data-features-reveal].is-visible.is-active {
    opacity: 1;
    transform: none;
  }

  .features-mobile-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .features-hero-visual {
    padding-bottom: 0;
  }

  .features-hero-shell {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 40px;
  }

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

  .features-hero-actions .features-button {
    width: auto;
    min-height: 64px;
    padding: 11px 13px;
    font-size: 0.86rem;
  }

  .features-hero-unlocks {
    display: flex;
    max-width: 100%;
    gap: 10px;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .features-hero-unlocks::-webkit-scrollbar {
    display: none;
  }

  .features-hero-unlocks span {
    min-width: 178px;
    min-height: 68px;
    flex: 0 0 178px;
    scroll-snap-align: start;
  }

  .features-hero-visual-labels {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 14px;
    margin-bottom: 6px;
  }

  .features-hero-visual-labels strong {
    max-width: 48%;
    text-align: right;
  }

  .features-hero-console {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: -18px auto 0;
  }

  .features-flow {
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .features-flow-layout {
    gap: 38px;
  }

  .features-flow-sticky h2 {
    font-size: 2.16rem;
  }

  .features-flow-scene {
    padding: 28px;
  }

  .features-flow-scene-top {
    grid-template-columns: 42px 38px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 24px;
  }

  .features-flow-scene h3 {
    font-size: 1.82rem;
  }

  .features-flow-unlock {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 14px;
    padding: 14px 14px 14px 17px;
  }

  .features-flow-unlock .material-symbols-outlined {
    width: 42px;
    height: 42px;
  }

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

  .features-product:nth-child(1),
  .features-product:nth-child(2),
  .features-product:nth-child(3),
  .features-product:nth-child(4) {
    min-height: auto;
    grid-column: auto;
  }

  .features-product {
    padding: 30px;
  }

  .features-product p {
    min-height: 0;
  }

  .features-mobile-card {
    min-height: auto;
    gap: 34px;
    padding: 30px;
  }
}

@media (max-width: 479px) {
  .features-hero-console {
    padding: 14px;
  }

  .features-hero-console-head,
  .features-hero-console > p {
    align-items: center;
    flex-direction: row;
  }

  .features-hero-console > p strong {
    max-width: 62%;
    text-align: right;
  }

  .features-hero-console-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0;
  }

  .features-hero-console-steps span {
    min-height: 58px;
    padding: 8px;
    font-size: 0.61rem;
  }

  .features-flow-scene {
    padding: 24px;
  }

  .features-flow-scene-top {
    grid-template-columns: 36px 36px minmax(0, 1fr);
  }

  .features-flow-scene-number,
  .features-flow-scene-top > .material-symbols-outlined {
    width: 36px;
    height: 36px;
  }

  .features-flow-scene h3 {
    font-size: 1.62rem;
  }

  .features-flow-details span {
    width: 100%;
    justify-content: center;
  }

  .features-product {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .features-button,
  .features-text-link .material-symbols-outlined,
  .features-ecosystem-links .material-symbols-outlined,
  .features-page-progress span,
  .features-flow-progress i,
  .features-flow-scene,
  .features-product,
  .features-surface-card,
  .features-surface-card__link .material-symbols-outlined,
  .features-page.features-animations [data-features-reveal] { transition: none; }
  .features-page.features-animations [data-features-reveal] { opacity: 1; transform: none; }
}

/* Image-led product showcase. */
.features-hero-shell {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  padding-top: 46px;
  padding-bottom: 54px;
}

.features-hero h1 {
  font-size: 3.5rem;
}

.features-showcase-artwork {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0;
  overflow: visible;
  padding: 8px 0 4px;
  background: transparent;
  animation: features-artwork-arrive 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.features-showcase-artwork::before {
  display: none;
}

.features-showcase-artwork img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(0, 20, 18, 0.3));
}

@keyframes features-artwork-arrive {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.features-flow-layout {
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
  gap: 72px;
}

.features-flow-scene {
  min-height: 520px;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
  align-content: stretch;
  align-items: center;
  gap: 30px;
  padding: 30px;
}

.features-flow-copy {
  min-width: 0;
}

.features-flow-scene-top {
  margin-bottom: 22px;
}

.features-flow-scene h3 {
  margin-bottom: 14px;
  font-size: 1.86rem;
}

.features-flow-copy > p {
  margin-bottom: 22px;
  font-size: 0.92rem;
  line-height: 1.62;
}

.features-flow-details {
  margin-bottom: 24px;
}

.features-flow-details span {
  min-height: 32px;
  padding: 7px 9px;
  font-size: 0.69rem;
}

.features-flow-media {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.38;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #edf6f4;
}

.features-flow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.features-flow-media-mini img,
.features-flow-media-map img {
  object-fit: contain;
  object-position: center;
}

.features-flow-media-mobile img {
  object-fit: cover;
  object-position: center;
}

.features-flow-media-config {
  display: grid;
  place-items: center;
  background: #f2f8f7;
}

.features-flow-media-config img {
  object-fit: contain;
  object-position: center;
  padding: 18px 18px 50px;
}

.features-flow-media-einvoice {
  display: grid;
  place-items: center;
  padding: 24px 24px 58px;
  background: #edf7f5;
}

.features-flow-einvoice-art {
  display: grid;
  width: min(100%, 440px);
  gap: 18px;
  color: var(--features-ink);
}

.features-flow-einvoice-heading {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--features-line);
}

.features-flow-einvoice-heading img {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  padding: 0;
  object-fit: contain;
}

.features-flow-einvoice-heading span {
  color: var(--features-teal);
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.features-flow-einvoice-heading strong {
  font-size: 1.12rem;
  line-height: 1.22;
}

.features-flow-einvoice-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.features-flow-einvoice-steps span {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding-top: 11px;
  border-top: 2px solid #9bc8c0;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

.features-flow-einvoice-steps i {
  color: var(--features-gold-deep);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
}

.features-flow-einvoice-status {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-left: 3px solid var(--features-gold-deep);
  background: rgba(255, 255, 255, 0.72);
}

.features-flow-einvoice-status > .material-symbols-outlined {
  color: var(--features-teal);
  font-size: 26px;
}

.features-flow-einvoice-status > span:last-child {
  display: grid;
  gap: 2px;
  color: var(--features-muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.features-flow-einvoice-status strong {
  color: var(--features-ink);
  font-size: 0.79rem;
}

.features-flow-media figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border-radius: 5px;
  background: rgba(0, 45, 42, 0.92);
  color: #edf7f5;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.features-flow-media figcaption span {
  color: var(--features-gold);
  font-weight: 800;
  text-transform: uppercase;
}

.features-flow-scene:last-child .features-flow-copy > p {
  color: var(--features-white);
}

.features-flow-scene:last-child .features-flow-media {
  background: #f4fbf9;
}

.features-product {
  display: grid;
  min-height: 500px;
  overflow: hidden;
  padding: 0;
}

.features-product-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 34px;
}

.features-product-number {
  margin-bottom: 32px;
}

.features-product p {
  min-height: 0;
}

.features-product-media {
  position: relative;
  min-width: 0;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid var(--features-line);
  background: #edf6f4;
}

.features-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.features-product-media-dashboard img,
.features-product-media-mini img,
.features-product-media-ai img {
  object-fit: contain;
  object-position: center;
}

.features-product-media-ai img {
  padding: 18px;
  background: #edf7f5;
}

.features-product:hover .features-product-media img {
  transform: scale(1.025);
}

.features-product:nth-child(1),
.features-product:nth-child(4) {
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
}

.features-product:nth-child(1) .features-product-media,
.features-product:nth-child(4) .features-product-media {
  min-height: 100%;
  border-top: 0;
  border-left: 1px solid rgba(0, 63, 58, 0.12);
}

.features-product:nth-child(1) .features-product-media {
  border-left-color: rgba(255, 255, 255, 0.14);
}

.features-product:nth-child(2),
.features-product:nth-child(3) {
  grid-template-rows: auto minmax(220px, 1fr);
}

@media (max-width: 1399px) {
  .features-hero h1 {
    font-size: 3.35rem;
  }

  .features-showcase-artwork {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .features-showcase-artwork {
    max-width: 680px;
  }

  .features-flow-layout {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 48px;
  }

  .features-flow-scene {
    min-height: 500px;
    grid-template-columns: minmax(0, 0.92fr) minmax(250px, 1.08fr);
    gap: 24px;
    padding: 26px;
  }

  .features-product:nth-child(1),
  .features-product:nth-child(2),
  .features-product:nth-child(3),
  .features-product:nth-child(4) {
    min-height: 500px;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(220px, 1fr);
  }

  .features-product:nth-child(1) .features-product-media,
  .features-product:nth-child(4) .features-product-media {
    min-height: 220px;
    border-top: 1px solid rgba(0, 63, 58, 0.12);
    border-left: 0;
  }

  .features-product:nth-child(1) .features-product-media {
    border-top-color: rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 991px) {
  .features-hero-shell {
    grid-template-columns: 1fr;
  }

  .features-flow-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .features-showcase-artwork {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }

  .features-flow-scene {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .features-flow-media {
    width: 100%;
    max-height: 460px;
  }
}

@media (max-width: 767px) {
  .features-showcase-artwork {
    width: 100%;
    max-width: 640px;
  }

  .features-flow-scene {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .features-flow-media {
    aspect-ratio: 1.48;
  }

  .features-flow-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .features-flow-media-config img {
    padding: 14px 14px 58px;
  }

  .features-flow-media-einvoice {
    min-height: 300px;
    padding: 20px 18px 68px;
  }

  .features-product {
    min-height: 0;
  }

  .features-product-copy {
    padding: 28px;
  }

  .features-product-media,
  .features-product:nth-child(1) .features-product-media,
  .features-product:nth-child(4) .features-product-media {
    min-height: 230px;
  }
}

@media (max-width: 479px) {
  .features-hero h1 {
    max-width: none;
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .features-hero-unlocks {
    display: none;
  }

  .features-showcase-artwork {
    max-width: calc(100vw - 24px);
    border-radius: 6px;
  }

  .features-flow-media {
    aspect-ratio: 1.28;
  }

  .features-flow-einvoice-art {
    gap: 13px;
  }

  .features-flow-einvoice-heading {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 11px;
    padding-bottom: 12px;
  }

  .features-flow-einvoice-heading img {
    width: 44px;
    height: 44px;
  }

  .features-flow-einvoice-heading strong {
    font-size: 0.98rem;
  }

  .features-flow-einvoice-steps {
    gap: 8px;
  }

  .features-flow-einvoice-steps span {
    gap: 5px;
    padding-top: 8px;
    font-size: 0.63rem;
  }

  .features-flow-einvoice-status {
    padding: 10px 11px;
  }

  .features-product-media,
  .features-product:nth-child(1) .features-product-media,
  .features-product:nth-child(4) .features-product-media {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-showcase-artwork {
    animation: none;
  }

  .features-product-media img {
    transition: none;
  }
}

/* Simplified cinematic hero. */
.features-hero,
.features-hero-shell {
  min-height: 610px;
}

.features-hero-shell {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 18px;
  padding-top: var(--sr-space-6);
  padding-bottom: 64px;
}

.features-hero-copy {
  max-width: 560px;
  animation: features-copy-arrive 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.features-hero h1 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: 4.15rem;
  line-height: 0.98;
}

.features-hero h1 span {
  display: block;
}

.features-hero h1 span + span {
  margin-top: 8px;
}

.features-page .features-hero-lead {
  max-width: 550px;
  margin-bottom: 32px;
  font-size: 1.12rem;
  line-height: 1.68;
}

.features-showcase-artwork {
  width: 118%;
  max-width: 920px;
  justify-self: center;
  margin: 0 -14% 0 -4%;
  padding: 0;
}

.features-showcase-artwork img {
  filter: drop-shadow(0 38px 44px rgba(0, 20, 18, 0.34));
}

@keyframes features-copy-arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1399px) {
  .features-hero-shell {
    padding-top: var(--sr-space-6);
    padding-bottom: 28px;
  }

  .features-hero h1 {
    font-size: clamp(3.25rem, 4.1vw, 3.75rem);
  }

  .features-showcase-artwork {
    width: 112%;
    max-width: 800px;
    margin-right: -10%;
  }
}

@media (max-width: 1199px) {
  .features-hero,
  .features-hero-shell {
    min-height: 610px;
  }

  .features-hero-shell {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 20px;
    padding-top: var(--sr-space-6);
    padding-bottom: 40px;
  }

  .features-hero h1 {
    font-size: 3.15rem;
  }

  .features-page .features-hero-lead {
    font-size: 1.02rem;
  }
}

@media (max-width: 991px) {
  .features-hero,
  .features-hero-shell {
    min-height: auto;
  }

  .features-hero-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: var(--sr-space-6);
    padding-bottom: 34px;
  }

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

  .features-hero h1 {
    max-width: 680px;
    font-size: 3.45rem;
  }

  .features-page .features-hero-lead {
    max-width: 650px;
  }

  .features-showcase-artwork {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .features-hero-shell {
    gap: 30px;
    padding-top: var(--sr-space-5);
    padding-bottom: 44px;
  }

  .features-hero h1 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 2.7rem;
    line-height: 1.04;
  }

  .features-page .features-hero-lead {
    max-width: 34rem;
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .features-showcase-artwork {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .features-hero-shell {
    gap: 22px;
    padding-top: var(--sr-space-5);
    padding-bottom: 28px;
  }

  .features-hero h1 {
    font-size: 2.28rem;
  }

  .features-hero-actions {
    grid-template-columns: 1fr;
  }

  .features-hero-actions .features-button {
    min-height: 56px;
  }
}

@media (max-width: 1199px) {
  .features-ai-genie-shell {
    gap: 44px;
  }

  .features-ai-genie-copy h2 {
    font-size: 2.7rem;
  }

  .features-ai-genie-visual {
    min-height: 410px;
  }
}

@media (max-width: 991px) {
  .features-ai-genie {
    padding-top: 92px;
    padding-bottom: 100px;
  }

  .features-ai-genie::before {
    display: none;
  }

  .features-ai-genie-shell {
    grid-template-columns: 1fr;
    gap: 46px;
  }

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

  .features-ai-genie-visual {
    width: 100%;
    max-width: 820px;
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .features-ai-genie {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .features-ai-genie-copy h2 {
    font-size: 2.16rem;
  }

  .features-ai-genie-visual {
    min-height: 0;
  }

  .features-ai-dashboard,
  .features-ai-panel {
    position: relative;
  }

  .features-ai-dashboard {
    top: auto;
    left: auto;
    width: 100%;
  }

  .features-ai-panel {
    right: auto;
    bottom: auto;
    width: 78%;
    margin: -30px 0 0 auto;
  }

  .features-product-media-ai img {
    padding: 12px;
  }
}

@media (max-width: 479px) {
  .features-ai-genie-copy h2 {
    font-size: 1.92rem;
  }

  .features-ai-prompts span {
    width: 100%;
    text-align: center;
  }

  .features-ai-panel {
    width: 90%;
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-hero-copy {
    animation: none;
  }
}

/* Keep the page heading defaults from overriding the dark cinematic hero. */
.features-page .features-hero h1 {
  color: var(--features-white);
}

html:not([lang^="en"]) .features-hero h1 {
  overflow-wrap: anywhere;
  hyphens: auto;
  line-height: 1.08;
}

html:not([lang^="en"]) .features-page main :is(h1, h2, h3) {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.features-mobile-route span {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Locale-safe bidirectional layout. Product screenshots remain unmirrored. */
html[dir="rtl"] .features-page {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .features-hero h1 {
  line-height: 1.18;
}

html[dir="rtl"] .features-skip-link {
  right: 12px;
  left: auto;
}

html[dir="rtl"] .features-hero-visual {
  margin-right: 0;
  margin-left: -16%;
}

html[dir="rtl"] .features-hero-unlocks span::after {
  right: auto;
  left: 12px;
}

html[dir="rtl"] .features-proof-item {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

html[dir="rtl"] .features-proof-item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

html[dir="rtl"] .features-ai-genie::before {
  right: auto;
  left: 0;
  border-right: 1px solid rgba(0, 63, 58, 0.1);
  border-left: 0;
}

html[dir="rtl"] .features-ai-dashboard {
  right: 0;
  left: auto;
}

html[dir="rtl"] .features-ai-panel {
  right: auto;
  left: 0;
}

html[dir="rtl"] .features-flow-progress i {
  transform-origin: right center;
}

html[dir="rtl"] .features-flow-unlock {
  padding-right: 20px;
  padding-left: 16px;
  border-right: 3px solid var(--features-gold);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

html[dir="rtl"] .features-flow-scene:last-child .features-flow-unlock {
  border-right-color: var(--features-gold);
  border-left-color: rgba(255, 215, 106, 0.2);
}

html[dir="rtl"] .features-surface-card__link .material-symbols-outlined,
html[dir="rtl"] .features-text-link .material-symbols-outlined,
html[dir="rtl"] .features-ecosystem-links a .material-symbols-outlined {
  transform: scaleX(-1);
}

html[dir="rtl"] .features-surface-card__link:hover .material-symbols-outlined,
html[dir="rtl"] .features-surface-card__link:focus-visible .material-symbols-outlined,
html[dir="rtl"] .features-text-link:hover .material-symbols-outlined,
html[dir="rtl"] .features-ecosystem-links a:hover .material-symbols-outlined {
  transform: translateX(-4px) scaleX(-1);
}

html[dir="rtl"] .features-mobile-route span:not(:last-child)::after {
  right: calc(100% + 1px);
  left: auto;
}

html[dir="rtl"] .features-mini-list li {
  padding-right: 19px;
  padding-left: 0;
}

html[dir="rtl"] .features-mini-list li::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .features-mobile-showcase__caption span {
  text-align: right;
}

html[dir="rtl"] .features-flow-einvoice-status {
  border-right: 3px solid var(--features-gold-deep);
  border-left: 0;
}

html[dir="rtl"] .features-journey-line {
  right: 31px;
  left: auto;
}

html[dir="rtl"] .features-journey-step {
  padding-right: 0;
  padding-left: 22px;
}

html[dir="rtl"] .features-ecosystem-item,
html[dir="rtl"] .features-finance-item,
html[dir="rtl"] .features-evaluation-grid li,
html[dir="rtl"] .features-ecosystem-links a {
  border-right: 0;
  border-left: 1px solid var(--features-line);
}

html[dir="rtl"] .features-ecosystem-item,
html[dir="rtl"] .features-ecosystem-links a {
  border-left-color: rgba(255, 255, 255, 0.18);
}

html[dir="rtl"] .features-ecosystem-item:nth-child(3n),
html[dir="rtl"] .features-finance-item:last-child,
html[dir="rtl"] .features-evaluation-grid li:last-child,
html[dir="rtl"] .features-ecosystem-links a:last-child {
  border-left: 0;
}

html[dir="rtl"] .features-matrix th,
html[dir="rtl"] .features-matrix td {
  text-align: right;
}

html[dir="rtl"] .features-faq-list details > p {
  margin-right: 0;
  margin-left: 56px;
}

@media (max-width: 1399px) {
  html[dir="rtl"] .features-hero-visual {
    margin-right: 0;
    margin-left: -10%;
  }
}

@media (max-width: 991px) {
  html[dir="rtl"] .features-hero-visual {
    margin-right: auto;
    margin-left: auto;
  }

  html[dir="rtl"] .features-proof-item,
  html[dir="rtl"] .features-proof-item:first-child {
    border-right: 0;
  }

  html[dir="rtl"] .features-proof-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  html[dir="rtl"] .features-evaluation-grid li:nth-child(2n),
  html[dir="rtl"] .features-finance-item:nth-child(2n),
  html[dir="rtl"] .features-ecosystem-item:nth-child(2n),
  html[dir="rtl"] .features-ecosystem-links a:nth-child(2n) {
    border-left: 0;
  }

  html[dir="rtl"] .features-ecosystem-item:nth-child(3n) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .features-proof-item,
  html[dir="rtl"] .features-proof-item:first-child,
  html[dir="rtl"] .features-proof-item:nth-child(odd),
  html[dir="rtl"] .features-finance-item,
  html[dir="rtl"] .features-ecosystem-item,
  html[dir="rtl"] .features-evaluation-grid li,
  html[dir="rtl"] .features-ecosystem-links a {
    border-right: 0;
    border-left: 0;
  }

  html[dir="rtl"] .features-journey-line {
    right: 26px;
  }

  html[dir="rtl"] .features-journey-step {
    padding-left: 0;
  }

  html[dir="rtl"] .features-faq-list details > p {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  html[dir="rtl"] .features-mobile-route span:not(:last-child)::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }

  html[dir="rtl"] .features-mobile-showcase__caption span {
    text-align: right;
  }
}

/* Desktop product-story mode: one fixed stage, six scroll-driven scenes. */
@media (min-width: 1100px) and (min-height: 700px) {
  .features-page.features-flow-enhanced .features-flow {
    position: relative;
    min-height: var(--features-flow-scroll-height, 3200px);
    padding: 0;
  }

  .features-page.features-flow-enhanced .features-flow-layout {
    position: sticky;
    top: var(--features-sticky-stack);
    min-height: calc(100vh - var(--features-sticky-stack));
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-page.features-flow-enhanced .features-flow-sticky {
    position: relative;
    top: auto;
  }

  .features-page.features-flow-enhanced .features-flow-sticky[data-features-reveal],
  .features-page.features-flow-enhanced .features-flow-sticky[data-features-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  .features-page.features-flow-enhanced .features-flow-scenes {
    position: relative;
    display: block;
    height: clamp(500px, calc(100vh - var(--features-sticky-stack) - 40px), 640px);
    min-height: 500px;
    isolation: isolate;
  }

  .features-page.features-flow-enhanced .features-flow-scene {
    position: absolute;
    inset: 0;
    min-height: 100%;
    opacity: 0;
    pointer-events: none;
    filter: blur(2px);
    transform: translate3d(0, 48px, 0) scale(.985);
    transform-origin: center center;
    transition: none;
    will-change: opacity, transform, filter;
  }

  .features-page.features-flow-enhanced .features-flow-scene.is-active {
    pointer-events: auto;
  }

  .features-page.features-flow-enhanced.features-animations .features-flow-scene[data-features-reveal],
  .features-page.features-flow-enhanced.features-animations .features-flow-scene[data-features-reveal].is-visible,
  .features-page.features-flow-enhanced.features-animations .features-flow-scene[data-features-reveal].is-visible.is-active {
    transition: none;
  }
}

@media (min-width: 1100px) and (min-height: 700px) and (max-height: 859px) {
  .features-page.features-flow-enhanced .features-flow-scene {
    gap: 20px;
    padding: 20px;
  }

  .features-page.features-flow-enhanced .features-flow-scene-top {
    margin-bottom: 14px;
  }

  .features-page.features-flow-enhanced .features-flow-scene h3 {
    margin-bottom: 10px;
    font-size: 1.55rem;
  }

  .features-page.features-flow-enhanced .features-flow-copy > p {
    margin-bottom: 14px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .features-page.features-flow-enhanced .features-flow-details {
    margin-bottom: 14px;
  }

  .features-page.features-flow-enhanced .features-flow-unlock {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 10px 12px 10px 14px;
  }

  .features-page.features-flow-enhanced .features-flow-unlock strong {
    font-size: 0.82rem;
  }

  .features-page.features-flow-enhanced .features-flow-unlock .material-symbols-outlined {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .features-page.features-flow-enhanced .features-flow-sticky h2 {
    margin-bottom: 14px;
    font-size: 2.18rem;
  }

  .features-page.features-flow-enhanced .features-flow-sticky > p:not(.features-eyebrow) {
    margin-bottom: 18px;
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .features-page.features-flow-enhanced .features-flow-progress {
    margin-bottom: 16px;
  }

  .features-page.features-flow-enhanced .features-flow-promise {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
    padding: 12px 0;
  }

  .features-page.features-flow-enhanced .features-flow-promise .material-symbols-outlined {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .features-page.features-flow-enhanced .features-flow-promise p {
    font-size: 0.78rem;
    line-height: 1.42;
  }
}
