/* Public VIDA Platform landing page. */

.landing {
  --landing-ink: #12221c;
  --landing-muted: #607168;
  --landing-green: #087f5b;
  --landing-green-dark: #0c3e31;
  --landing-green-deep: #092d24;
  --landing-mint: #e8f5ef;
  --landing-warm: #f7f5ef;
  --landing-line: #dce5e0;
  --landing-shell: 1180px;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--landing-ink);
  background: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.landing-shell {
  width: min(calc(100% - 40px), var(--landing-shell));
  margin-inline: auto;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 224, 0.85);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.landing-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 28px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--landing-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.landing-brand__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--landing-green-dark);
  font-size: 17px;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.landing-nav a,
.landing-login {
  color: #415149;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.landing-nav a:hover,
.landing-login:hover {
  color: var(--landing-green);
}

.landing-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.landing-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.landing-btn:hover {
  transform: translateY(-1px);
}

.landing-btn--small {
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 11px;
  font-size: 14px;
}

.landing-btn--dark {
  color: #fff;
  background: var(--landing-green-dark);
  box-shadow: 0 8px 20px rgba(12, 62, 49, 0.18);
}

.landing-btn--primary {
  color: #fff;
  background: var(--landing-green);
  box-shadow: 0 14px 30px rgba(8, 127, 91, 0.24);
}

.landing-btn--white {
  color: var(--landing-green-deep);
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.landing-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 25%, rgba(134, 220, 180, 0.28), transparent 28%),
    linear-gradient(180deg, #f7fbf9 0%, #fff 100%);
}

.landing-hero__grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  padding-block: 72px 62px;
}

.landing-eyebrow {
  margin: 0 0 16px;
  color: var(--landing-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.landing-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(45px, 5.7vw, 72px);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.landing-hero__lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #506159;
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.62;
}

.landing-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 0;
  color: #53645b;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.landing-hero__facts li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--landing-green);
  font-weight: 900;
}

.landing-hero__visual {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  isolation: isolate;
}

.landing-hero__visual::before {
  position: absolute;
  z-index: -3;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d7f0e4, #f7fbf9);
  content: "";
  box-shadow: inset 0 0 0 1px rgba(8, 127, 91, 0.08);
}

.phone-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(8, 127, 91, 0.16);
  border-radius: 50%;
}

.phone-orbit--one {
  width: 520px;
  height: 520px;
}

.phone-orbit--two {
  width: 610px;
  height: 610px;
  border-style: dashed;
}

.phone-frame {
  position: relative;
  width: 278px;
  height: 558px;
  padding: 9px;
  overflow: hidden;
  border: 2px solid #202824;
  border-radius: 45px;
  background: #101512;
  box-shadow: 0 36px 72px rgba(12, 54, 43, 0.29), 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: rotate(2deg);
}

.phone-frame__speaker {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 84px;
  height: 24px;
  border-radius: 20px;
  background: #050706;
  transform: translateX(-50%);
}

.phone-frame__screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: #f5f8f6;
}

.phone-frame__screen img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-float-card {
  position: absolute;
  padding: 12px 14px;
  border: 1px solid rgba(201, 218, 209, 0.9);
  border-radius: 14px;
  color: #24372e;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(28, 77, 60, 0.14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 750;
}

.landing-float-card--top {
  top: 92px;
  left: -4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.landing-float-card__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1bb77d;
  box-shadow: 0 0 0 5px rgba(27, 183, 125, 0.13);
}

.landing-float-card--bottom {
  right: -8px;
  bottom: 84px;
  display: grid;
  gap: 3px;
}

.landing-float-card--bottom span {
  color: var(--landing-muted);
  font-size: 10px;
  font-weight: 600;
}

.platform-core {
  position: relative;
  overflow: hidden;
  padding-block: clamp(78px, 9vw, 116px);
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(95, 207, 160, 0.25), transparent 28%),
    radial-gradient(circle at 94% 86%, rgba(255, 209, 102, 0.13), transparent 26%),
    #08271f;
}

.platform-core__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: clamp(36px, 8vw, 112px);
  margin-bottom: 46px;
}

.platform-core__heading h2 {
  margin: 0;
  scroll-margin-top: 94px;
  font-size: clamp(42px, 5.7vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.platform-core__heading > p {
  margin: 0 0 4px;
  color: #bdd4ca;
  font-size: 17px;
  line-height: 1.65;
}

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

.platform-core__card {
  position: relative;
  display: grid;
  min-height: 214px;
  grid-column: span 1;
  align-content: start;
  gap: 44px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 27px;
  color: #10231b;
  isolation: isolate;
}

.platform-core__card::after {
  position: absolute;
  top: -44px;
  right: -36px;
  z-index: -1;
  width: 180px;
  height: 180px;
  border: 30px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.platform-core__number {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.62;
}

.platform-core__card h3 {
  margin: 0;
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.platform-core__card p {
  max-width: 390px;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  opacity: 0.76;
}

.platform-core__glyph {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.48;
}

.platform-core__glyph::before,
.platform-core__glyph::after,
.platform-core__glyph i {
  position: absolute;
  content: "";
}

.platform-core__glyph::before {
  top: 18px;
  left: 8px;
  width: 20px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.platform-core__glyph::after {
  top: 13px;
  right: 8px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.platform-core__card--storefront { background: #9ce6c5; }
.platform-core__card--payments { background: #ffd166; }
.platform-core__card--fiscal { background: #f4efe3; }
.platform-core__card--stock { background: #cfe6ff; }
.platform-core__card--warehouse { background: #f3b985; }
.platform-core__card--finance { background: #e7d7ff; }

.expiry-anchor {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 104px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(102, 222, 171, 0.19), transparent 31%),
    linear-gradient(135deg, #123c2f 0%, #0a2c23 58%, #08231c 100%);
}

.expiry-anchor__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.expiry-anchor__copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.expiry-anchor__copy > p:not(.landing-eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: #bdd4ca;
  font-size: 16px;
  line-height: 1.65;
}

.expiry-anchor__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.expiry-anchor__benefits span {
  padding: 9px 12px;
  border: 1px solid rgba(151, 229, 194, 0.26);
  border-radius: 999px;
  color: #d9f5e8;
  background: rgba(151, 229, 194, 0.08);
  font-size: 11px;
  font-weight: 800;
}

.expiry-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expiry-flow__step {
  position: relative;
  display: grid;
  min-height: 188px;
  align-content: space-between;
  overflow: hidden;
  padding: 22px;
  border-radius: 24px;
  color: #10231b;
}

.expiry-flow__step::after {
  position: absolute;
  top: -58px;
  right: -58px;
  width: 150px;
  height: 150px;
  border: 25px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
}

.expiry-flow__step > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  opacity: 0.58;
}

.expiry-flow__step strong,
.expiry-flow__step small {
  display: block;
}

.expiry-flow__step strong {
  font-size: clamp(21px, 2.2vw, 28px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.expiry-flow__step small {
  max-width: 240px;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
  opacity: 0.7;
}

.expiry-flow__step--regular { background: #a8e8cc; }
.expiry-flow__step--discount { background: #ffe18a; }
.expiry-flow__step--deeper { background: #ffb47f; }
.expiry-flow__step--hidden { color: #fff; background: #c7534d; }

.cost-anchor {
  padding-block: clamp(72px, 8vw, 104px);
  background: #edf4f0;
}

#price {
  scroll-margin-top: 92px;
}

.cost-anchor__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(370px, 0.82fr);
  overflow: hidden;
  border: 1px solid #cbdcd3;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 57, 43, 0.12);
}

.cost-anchor__story {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 62px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.55), transparent 31%),
    #fbe79d;
}

.cost-anchor__story::after {
  position: absolute;
  right: -128px;
  bottom: -148px;
  width: 340px;
  height: 340px;
  border: 55px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
}

.cost-anchor__story > * {
  position: relative;
  z-index: 1;
}

.cost-anchor__story h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(42px, 5.3vw, 67px);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.cost-anchor__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #46534b;
  font-size: 16px;
  line-height: 1.65;
}

.cost-anchor__formula {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.cost-anchor__formula li {
  position: relative;
  display: grid;
  min-height: 142px;
  align-content: space-between;
  gap: 8px;
  padding: 17px;
  border: 1px solid rgba(24, 55, 43, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.68);
}

.cost-anchor__formula li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -16px;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--landing-green-dark);
  content: "+";
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-50%);
}

.cost-anchor__formula li > span {
  color: var(--landing-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cost-anchor__formula strong {
  align-self: end;
  font-size: 15px;
  line-height: 1.2;
}

.cost-anchor__formula small {
  color: #526158;
  font-size: 11px;
  line-height: 1.4;
}

.cost-anchor__included {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cost-anchor__included span {
  padding: 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--landing-green-dark);
  font-size: 10px;
  font-weight: 800;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: clamp(38px, 4.5vw, 56px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(89, 194, 149, 0.22), transparent 32%),
    var(--landing-green-deep);
}

.price-card__label {
  margin: 0;
  color: #91d9bc;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card__amount {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(178, 215, 200, 0.24);
}

.price-card__amount strong {
  flex: 0 0 auto;
  font-size: clamp(44px, 5vw, 62px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  white-space: nowrap;
}

.price-card__amount span {
  padding-bottom: 2px;
  color: #bcd4ca;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.price-card ul {
  display: grid;
  gap: 11px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 23px;
  color: #e2eee9;
  font-size: 13px;
  font-weight: 700;
}

.price-card li::before {
  position: absolute;
  top: -1px;
  left: 0;
  color: #8edabb;
  content: "✓";
  font-weight: 900;
}

.price-card__note {
  margin: 24px 0 0;
  color: #bcd1c8;
  font-size: 11px;
  line-height: 1.55;
}

.price-card__actions {
  display: grid;
  justify-items: start;
  gap: 13px;
  margin-top: auto;
  padding-top: 28px;
}

.price-card__actions > a:not(.landing-btn) {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #77b99e;
  text-underline-offset: 4px;
}

.price-card__trial {
  max-width: 330px;
  margin-top: 14px;
  color: #9fc0b2;
  font-size: 10px;
  line-height: 1.45;
}

.landing-section {
  padding-block: clamp(76px, 9vw, 116px);
}

.landing-section--soft {
  background: var(--landing-warm);
}

.landing-section--partners {
  padding-block: clamp(68px, 8vw, 96px);
  background: #f3f8f5;
}

.landing-section__heading {
  max-width: 690px;
  margin-bottom: 42px;
}

.landing-section__heading--wide {
  max-width: 880px;
}

.landing-section h2,
.landing-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.landing-section__heading > p:last-child,
.franchise-grid__lead,
.landing-cta__inner > div > p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

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

.partners-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(44px, 8vw, 108px);
}

.partners-layout .landing-section__heading {
  margin-bottom: 0;
}

.partners-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.partners-group {
  display: grid;
  min-height: 142px;
  align-content: space-between;
  gap: 22px;
  padding: 20px;
  border: 1px solid #d2e1d9;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.partners-group > span {
  color: var(--landing-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partners-group strong {
  color: var(--landing-green-dark);
  font-size: 21px;
  letter-spacing: -0.025em;
}

.partners-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partners-group li {
  padding: 7px 9px;
  border-radius: 8px;
  color: var(--landing-green-dark);
  background: var(--landing-mint);
  font-size: 12px;
  font-weight: 800;
}

.automation-card {
  min-height: 255px;
  padding: 24px;
  border: 1px solid var(--landing-line);
  border-radius: 22px;
  background: #fff;
}

.automation-card--accent {
  border-color: var(--landing-green-dark);
  color: #fff;
  background: var(--landing-green-dark);
}

.automation-card__index {
  display: block;
  margin-bottom: 46px;
  color: #8aa096;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.automation-card--accent .automation-card__index {
  color: #9fe0c5;
}

.automation-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.automation-card p {
  margin: 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.6;
}

.automation-card--accent p {
  color: #d3e5dd;
}

.product-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(44px, 7vw, 86px);
}

.product-story__media {
  position: relative;
}

.product-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(26, 47, 38, 0.14);
}

.product-story__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 290px;
  margin: 0;
  padding: 13px 15px;
  border-radius: 13px;
  color: #fff;
  background: rgba(9, 45, 36, 0.88);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.product-story__copy h2 {
  font-size: clamp(34px, 3.8vw, 50px);
}

.flow-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid #d9ded9;
}

.flow-list li:last-child {
  border-bottom: 1px solid #d9ded9;
}

.flow-list li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--landing-green-dark);
  background: #dceee5;
  font-size: 12px;
  font-weight: 850;
}

.flow-list strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}

.flow-list p {
  margin: 5px 0 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.5;
}

.storefront-demo-link {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: 26px;
}

.storefront-demo-link span {
  max-width: 430px;
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.5;
}

.dashboard-showcase {
  display: grid;
  gap: 28px;
}

.report-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid #bed0c7;
  border-radius: 25px;
  background: #f4f6f5;
  box-shadow: 0 30px 80px rgba(17, 52, 40, 0.16);
}

.report-preview__app {
  min-width: 840px;
  color: #15201b;
  background: #f4f6f5;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.report-preview__header {
  padding: 17px 22px 15px;
  color: #fff;
  background: linear-gradient(135deg, #1f322b, #145c48);
}

.report-preview__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.report-preview__title-row strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.report-preview__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 800;
}

.report-preview__context {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}

.report-preview__context b {
  color: #fff;
}

.report-preview__context span {
  opacity: 0.65;
}

.report-preview__title-row button,
.report-preview__filters button {
  border: 1px solid #1f7a4d;
  border-radius: 8px;
  color: #fff;
  background: #1f7a4d;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
}

.report-preview__title-row button {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 13px;
}

.report-preview__header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 13px;
}

.report-preview__header nav span {
  padding: 5px 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 800;
}

.report-preview__header nav .is-active {
  color: #145c48;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.report-preview__body {
  padding: 20px 22px 24px;
}

.report-preview__merchant {
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  border: 1px solid #d6ded9;
  border-radius: 10px;
  background: #fff;
}

.report-preview__merchant strong {
  font-size: 17px;
}

.report-preview__merchant span {
  color: #647067;
  font-size: 11px;
}

.report-preview__cards {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.35fr;
  gap: 10px;
  margin: 13px 0;
}

.report-preview__cards article {
  display: grid;
  gap: 3px;
  padding: 11px 13px;
  border: 1px solid #d6ded9;
  border-radius: 10px;
  background: #f7faf8;
}

.report-preview__cards span {
  color: #647067;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.report-preview__cards strong {
  margin-top: 2px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 19px;
}

.report-preview__cards small {
  color: #647067;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.report-preview__filters {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 13px;
}

.report-preview__filters label {
  display: grid;
  min-width: 110px;
  gap: 3px;
}

.report-preview__filters label:first-child,
.report-preview__filters label:nth-child(4) {
  min-width: 135px;
}

.report-preview__filters label span {
  color: #647067;
  font-size: 9px;
}

.report-preview__filters label b,
.report-preview__exports i {
  min-height: 30px;
  padding: 7px 8px;
  border: 1px solid #cdd6d0;
  border-radius: 8px;
  color: #15201b;
  background: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 550;
}

.report-preview__filters button {
  min-height: 30px;
  padding: 7px 12px;
}

.report-preview__exports {
  display: flex;
  gap: 8px;
  margin-bottom: 9px;
}

.report-preview__exports i {
  min-width: 38px;
  text-align: center;
}

.report-preview__intro {
  max-width: 820px;
  margin: 0 0 12px;
  color: #647067;
  font-size: 10px;
  line-height: 1.5;
}

.report-preview__intro strong {
  color: #526058;
}

.report-preview__table-wrap {
  overflow: hidden;
  border: 1px solid #d6ded9;
  border-radius: 10px;
  background: #fff;
}

.report-preview table {
  width: 100%;
  border-collapse: collapse;
}

.report-preview th,
.report-preview td {
  padding: 7px 8px;
  border-bottom: 1px solid #d6ded9;
  font-size: 10px;
  text-align: right;
  white-space: nowrap;
}

.report-preview th {
  color: #15201b;
  font-weight: 750;
}

.report-preview th:first-child,
.report-preview td:first-child {
  width: 36%;
  text-align: left;
}

.report-preview th:last-child,
.report-preview td:last-child {
  text-align: left;
}

.report-preview__group td {
  color: #15201b;
  background: #eef3f0;
  font-weight: 750;
}

.report-preview__more td {
  position: relative;
  padding: 11px 10px;
  background: linear-gradient(180deg, rgba(247, 250, 248, 0.65), #eef3f0);
  text-align: center !important;
}

.report-preview__more span {
  display: block;
  color: #145c48;
  font-weight: 800;
}

.report-preview__more small {
  display: block;
  margin-top: 3px;
  color: #647067;
  font-size: 9px;
}

.report-preview__total td {
  border-top: 2px solid #15201b;
  border-bottom: 0;
  font-weight: 800;
}

.report-preview figcaption {
  padding: 12px 18px;
  border-top: 1px solid var(--landing-line);
  color: var(--landing-muted);
  background: #f8faf9;
  font-size: 11px;
  font-weight: 650;
}

.dashboard-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dashboard-benefits article {
  display: grid;
  gap: 9px;
  padding-left: 15px;
  border-left: 2px solid #a7d8c3;
}

.dashboard-benefits strong {
  font-size: 15px;
}

.dashboard-benefits span {
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.5;
}

.landing-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(54, 176, 130, 0.22), transparent 28%),
    var(--landing-green-deep);
}

.landing-eyebrow--light {
  color: #8fdbbd;
}

.franchise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.franchise-grid__lead {
  color: #c3d7ce;
}

.franchise-links {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
}

.franchise-links > div {
  display: grid;
  min-height: 154px;
  align-content: center;
  gap: 10px;
  padding: 22px 18px;
  border: 1px solid rgba(166, 213, 194, 0.25);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.franchise-links span {
  font-size: 17px;
  font-weight: 850;
}

.franchise-links small {
  color: #bdd2c9;
  font-size: 11px;
  line-height: 1.4;
}

.franchise-links > i {
  position: relative;
  height: 1px;
  background: #5cae8e;
}

.franchise-links > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #5cae8e;
  border-right: 1px solid #5cae8e;
  content: "";
  transform: rotate(45deg);
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--landing-line);
  list-style: none;
}

.start-steps li {
  min-height: 205px;
  padding: 25px 24px;
  border-right: 1px solid var(--landing-line);
}

.start-steps li:first-child {
  border-left: 1px solid var(--landing-line);
}

.start-steps li > span {
  display: block;
  margin-bottom: 42px;
  color: var(--landing-green);
  font-size: 12px;
  font-weight: 850;
}

.start-steps strong {
  font-size: 17px;
}

.start-steps p {
  margin: 10px 0 0;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.55;
}

.start-steps a,
.faq-list details p a {
  color: var(--landing-green-dark);
  font-weight: 800;
  text-decoration-color: #8cb8a5;
  text-underline-offset: 3px;
}

.support-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 22px 24px;
  border-radius: 18px;
  background: var(--landing-mint);
}

.support-strip > div {
  margin-right: auto;
}

.support-strip strong {
  font-size: 15px;
}

.support-strip p {
  margin: 5px 0 0;
  color: var(--landing-muted);
  font-size: 12px;
}

.support-strip > span {
  padding: 8px 11px;
  border: 1px solid #bddaca;
  border-radius: 999px;
  color: var(--landing-green-dark);
  background: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
}

.landing-section--capabilities {
  background:
    radial-gradient(circle at 85% 10%, rgba(131, 210, 177, 0.18), transparent 25%),
    #f3f7f5;
}

#capabilities-title {
  scroll-margin-top: 94px;
}

.capability-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.capability-details details {
  border: 1px solid #d4dfd9;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.capability-details details:last-child {
  grid-column: 1 / -1;
}

.capability-details details[open] {
  border-color: #93bba8;
  box-shadow: 0 18px 42px rgba(16, 62, 47, 0.09);
  transform: translateY(-2px);
}

.capability-details summary {
  position: relative;
  display: grid;
  min-height: 104px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 22px 62px 22px 22px;
  cursor: pointer;
  list-style: none;
}

.capability-details summary::-webkit-details-marker {
  display: none;
}

.capability-details summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--landing-green-dark);
  content: "+";
  font-size: 19px;
  font-weight: 500;
  transform: translateY(-50%);
}

.capability-details details[open] summary::after {
  content: "−";
}

.capability-details summary > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: var(--landing-green-dark);
  background: var(--landing-mint);
  font-size: 10px;
  font-weight: 900;
}

.capability-details summary div {
  display: grid;
  gap: 5px;
}

.capability-details summary strong {
  font-size: 18px;
  letter-spacing: -0.025em;
}

.capability-details summary small {
  color: var(--landing-muted);
  font-size: 12px;
  line-height: 1.4;
}

.capability-details__body {
  padding: 0 24px 24px 74px;
}

.capability-details__body p {
  max-width: 680px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.65;
}

.capability-details__body p + p,
.capability-details__body ul + p {
  margin-top: 14px;
}

.capability-details__body a {
  color: var(--landing-green-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.capability-tags,
.capability-roadmap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.capability-tags li {
  padding: 7px 10px;
  border-radius: 999px;
  color: #174936;
  background: #e1f1e9;
  font-size: 11px;
  font-weight: 800;
}

.capability-roadmap {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.capability-roadmap li,
.capability-details__soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 11px;
  color: #42534a;
  background: #f3f6f4;
  font-size: 12px;
}

.capability-roadmap b,
.capability-details__soon b {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: #76540c;
  background: #ffedb5;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 9vw, 120px);
}

.faq-list {
  border-top: 1px solid #d7ddd8;
}

.faq-list details {
  border-bottom: 1px solid #d7ddd8;
}

.faq-list summary {
  position: relative;
  padding: 23px 46px 23px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 18px;
  right: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #c6d1cb;
  border-radius: 50%;
  color: var(--landing-green-dark);
  content: "+";
  font-size: 19px;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 46px 22px 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.65;
}

.landing-cta {
  padding-block: 84px;
  color: #fff;
  background: var(--landing-green);
}

.landing-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 70px;
}

.landing-cta__inner > div > p:last-child {
  color: #d8eee5;
}

.landing-cta__actions {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.landing-cta__email {
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-cta__question {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-cta__actions small {
  color: #cce8dc;
  font-size: 11px;
}

.landing-footer {
  padding-block: 36px;
  color: #b9cec5;
  background: #081e18;
}

.landing-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.landing-footer__inner > div:first-child {
  display: grid;
  gap: 6px;
}

.landing-footer strong {
  color: #fff;
  font-size: 15px;
}

.landing-footer span,
.landing-footer a {
  color: #a9beb5;
  font-size: 11px;
}

.landing-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}

.landing-footer a {
  font-weight: 650;
  text-decoration: none;
}

.landing-footer a:hover {
  color: #fff;
}

@media (max-width: 1020px) {
  .landing-nav { display: none; }
  .landing-header__actions { margin-left: auto; }
  .landing-hero__grid { grid-template-columns: 1fr 390px; gap: 24px; }
  .automation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partners-layout { grid-template-columns: 1fr; }
  .product-story { grid-template-columns: 1fr; }
  .product-story__media { order: 2; }
  .dashboard-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .franchise-grid { grid-template-columns: 1fr; }
  .franchise-links { max-width: 720px; }
  .platform-core__heading { grid-template-columns: 1fr; gap: 24px; }
  .platform-core__heading > p { max-width: 690px; }
  .expiry-anchor__layout { grid-template-columns: 1fr; }
  .expiry-flow { max-width: 760px; }
  .cost-anchor__panel { grid-template-columns: 1fr; }
  .price-card__actions { margin-top: 0; }
}

@media (max-width: 760px) {
  .landing-shell { width: min(calc(100% - 28px), var(--landing-shell)); }
  .landing-header__inner { min-height: 62px; }
  .landing-brand__mark { width: 30px; height: 30px; }
  .landing-login { display: none; }
  .landing-hero__grid { min-height: auto; grid-template-columns: 1fr; padding-block: 56px 38px; }
  .landing-hero__copy { position: relative; z-index: 2; }
  .landing-hero h1 { font-size: clamp(42px, 13vw, 61px); }
  .landing-hero__visual { min-height: 540px; margin-top: 12px; }
  .phone-orbit--one { width: 430px; height: 430px; }
  .phone-orbit--two { width: 510px; height: 510px; }
  .landing-float-card--top { left: 0; }
  .landing-float-card--bottom { right: 0; }
  .platform-core__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-core__card { min-height: 210px; grid-column: span 1; }
  .platform-core__card { padding: 22px; }
  .platform-core__card h3 { font-size: 29px; }
  .cost-anchor__story,
  .price-card { padding: 34px; }
  .automation-grid { grid-template-columns: 1fr; }
  .partners-groups { grid-template-columns: 1fr; }
  .automation-card { min-height: 215px; }
  .automation-card__index { margin-bottom: 32px; }
  .report-preview { overflow-x: auto; }
  .report-preview__app { min-width: 720px; }
  .report-preview__header { padding: 14px 16px 13px; }
  .report-preview__body { padding: 14px 16px 18px; }
  .report-preview__header nav span:nth-child(3),
  .report-preview__header nav span:nth-child(4),
  .report-preview__header nav span:nth-child(n+7) { display: none; }
  .report-preview__actions span { display: none; }
  .report-preview__filters label:nth-child(2),
  .report-preview__filters label:nth-child(3),
  .report-preview__filters label:nth-child(5),
  .report-preview__filters label:nth-child(6),
  .report-preview__exports { display: none; }
  .start-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .start-steps li:nth-child(3) { border-left: 1px solid var(--landing-line); }
  .support-strip { align-items: flex-start; flex-wrap: wrap; }
  .support-strip > div { width: 100%; }
  .capability-details { grid-template-columns: 1fr; }
  .capability-details details:last-child { grid-column: auto; }
  .faq-layout { grid-template-columns: 1fr; gap: 4px; }
  .landing-cta__inner { grid-template-columns: 1fr; gap: 36px; }
  .landing-footer__inner { align-items: flex-start; flex-direction: column; }
  .landing-footer__links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .landing-header__actions .landing-btn { padding-inline: 13px; }
  .landing-brand { font-size: 14px; }
  .storefront-demo-link .landing-btn { width: 100%; }
  .landing-hero__facts { display: grid; }
  .landing-hero__visual { min-height: 510px; transform: scale(0.92); }
  .landing-float-card--top { top: 70px; left: -22px; }
  .landing-float-card--bottom { right: -22px; bottom: 60px; }
  .platform-core__grid { grid-template-columns: 1fr; }
  .platform-core__card { min-height: 198px; }
  .expiry-flow { grid-template-columns: 1fr; }
  .expiry-flow__step { min-height: 160px; }
  .cost-anchor__panel { border-radius: 23px; }
  .cost-anchor__story,
  .price-card { padding: 28px 22px; }
  .cost-anchor__story h2 { font-size: 42px; }
  .cost-anchor__formula { grid-template-columns: 1fr; }
  .cost-anchor__formula li { min-height: 112px; }
  .cost-anchor__formula li:not(:last-child)::after {
    top: auto;
    right: 22px;
    bottom: -16px;
    transform: none;
  }
  .cost-anchor__included { display: grid; }
  .cost-anchor__included span { justify-self: start; }
  .price-card__amount { align-items: flex-start; flex-direction: column; }
  .price-card__amount strong { font-size: 51px; }
  .price-card__actions { justify-items: stretch; }
  .capability-details summary { min-height: 94px; padding: 18px 56px 18px 16px; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; }
  .capability-details summary::after { right: 16px; }
  .capability-details__body { padding: 0 18px 20px; }
  .product-story__caption { position: static; max-width: none; border-radius: 0 0 16px 16px; }
  .product-story__media img { border-radius: 20px 20px 0 0; }
  .dashboard-benefits { grid-template-columns: 1fr; }
  .franchise-links { grid-template-columns: 1fr; gap: 10px; }
  .franchise-links > i { width: 1px; height: 22px; margin: 0 auto; }
  .franchise-links > i::after { top: auto; right: -3px; bottom: 0; transform: rotate(135deg); }
  .start-steps { grid-template-columns: 1fr; }
  .start-steps li,
  .start-steps li:nth-child(3) { min-height: 180px; border-left: 1px solid var(--landing-line); }
  .landing-cta__actions { justify-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-btn { transition: none; }
}
