[hidden] {
  display: none !important
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --ink: #0f1115;
  --ink-2: #16181d;
  --ink-3: #1e2028;
  --accent: #8b46ff;
  --accent-light: #a78bfa;
  --green: #10b981;
  --text: #f8fafc;
  --muted: #aeb7c6;
  --border: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.12);
  --header-h: 54px;
  --radius: 16px;
  --container: 1200px
}

@media (max-width:900px) {

  #software-preview-public .sw-heading-col .save-chip,
  #software-preview .sw-heading-col .save-chip {
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
    margin: 0 !important;
    padding: 6px 12px !important;
    font-size: 11px !important;
    line-height: 1.2
  }

  #price-section .price-inclusions .save-chip {
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 0 8px !important;
    padding: 4px 10px !important;
    font-size: 10px !important;
    line-height: 1.2
  }
}

@media (max-width:900px) {

  #hero,
  #hero .hero-text-col,
  #hero .hero-title,
  #hero .hero-tagline,
  #hero .hero-sub {
    text-align: center !important
  }

  #hero .btn {
    margin-left: auto;
    margin-right: auto
  }

  #price-section,
  #price-section .invest-box,
  #price-section .invest-label,
  #price-section .price-big,
  #price-section .price-sub,
  #price-section .price-disclaimer,
  #price-section .savings-trigger-link {
    text-align: center !important
  }

  #price-section .price-inclusions-wrapper,
  #price-section .inclusions-title,
  #price-section .price-inclusions,
  #price-section .price-inclusions li {
    text-align: left !important
  }

  body,
  main,
  section:not(#hero):not(#price-section),
  section:not(#hero):not(#price-section) h1,
  section:not(#hero):not(#price-section) h2,
  section:not(#hero):not(#price-section) h3,
  section:not(#hero):not(#price-section) h4,
  section:not(#hero):not(#price-section) p,
  section:not(#hero):not(#price-section) span,
  section:not(#hero):not(#price-section) li,
  .card-body,
  .card-title,
  .card-desc,
  .card-eyebrow,
  details.faq summary,
  details.faq p,
  footer,
  footer h2,
  footer p {
    text-align: left !important
  }
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--ink);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff
}

h1 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em
}

h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.015em
}

h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 60px
}

.section {
  padding: 72px 0
}

.section-sm {
  padding: 56px 0
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 12px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 28px;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-wa {
  background: #25D366;
  color: #032b13 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2)
}

.btn-wa:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35)
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--muted) !important;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 8px
}

.btn-ghost:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05)
}

.nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(15, 17, 21, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border)
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 24px
}

.logo {
  display: flex;
  align-items: center
}

.nav-links {
  display: flex;
  gap: 32px
}

.nav-links a {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
  transition: color 0.15s
}

.nav-links a:hover {
  color: #fff
}

.seg-bar {
  position: sticky;
  top: var(--header-h);
  width: 100%;
  z-index: 999;
  background: rgba(22, 24, 29, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--accent);
  padding: 0;
  display: none;
  animation: slideDown 0.25s ease
}

.seg-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%
}

.seg-bar-text {
  font-size: 13px;
  color: var(--muted)
}

.seg-bar-text strong {
  color: #fff
}

.seg-bar-back {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-right: -10px
}

.seg-bar-back:hover {
  color: #fff;
  background: transparent
}

.show-mobile {
  display: none
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

#hero {
  padding: 80px 0;
  position: relative
}

#hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at 20% 50%, rgba(139, 70, 255, 0.03), transparent 70%);
  pointer-events: none;
  z-index: 0
}

#hero .container {
  position: relative;
  z-index: 1
}

.hero-grid {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 64px;
  align-items: center
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hero-title {
  margin-bottom: 24px;
  max-width: 540px
}

.hero-system-line {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 560px
}

.hero-sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 480px
}

.hero-img-wrap {
  position: relative;
  overflow: visible
}

.hero-img-wrap img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 4px 16px rgba(139, 70, 255, 0.2)) drop-shadow(0 24px 48px rgba(139, 70, 255, 0.1))
}

.cred-strip {
  background: rgba(255, 255, 255, 0.015);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 0
}

.cred-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: center
}

.cred-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500
}

.cred-strip-item i {
  color: var(--accent-light);
  font-size: 15px
}

.clients-section {
  background: rgba(255, 255, 255, 0.01);
  border-bottom: 1px solid var(--border);
  padding: 64px 0
}

.clients-label {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 40px;
  letter-spacing: 0
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.client-card {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--ink-3);
  border: 1px solid var(--border);
  position: relative
}

.client-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease
}

.client-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none
}

.client-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15)
}

.client-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: opacity 0.5s ease;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: column
}

.client-desc {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0
}

.client-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--accent-light);
  border-radius: 0 2px 0 0;
  transition: width linear;
  opacity: 0
}

.client-card.rotating .client-progress {
  opacity: 1
}

#identity {
  padding: 56px 0 120px
}

.identity-intro {
  text-align: center;
  margin-bottom: 64px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.identity-intro h2 {
  margin-bottom: 12px
}

.identity-intro p {
  color: var(--muted);
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.6
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 16px;
  align-items: stretch
}

.id-card {
  background: var(--ink-2);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  overflow: visible;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 32px
}

.id-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 10
}

.id-card.active {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 20px 40px rgba(0, 0, 0, 0.3)
}

.card-img {
  height: 160px;
  overflow: visible;
  background: var(--ink-3);
  border-radius: var(--radius) var(--radius) 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px
}

.card-img img {
  width: 90%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 10;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5))
}

.card-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.card-eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-light);
  font-weight: 700;
  margin-bottom: 8px
}

.card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #fff;
  min-height: 48px
}

.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  min-height: 72px
}

.card-disclaimer {
  font-size: 11px;
  color: #64748b;
  margin-top: 8px;
  line-height: 1.4;
  font-weight: 400;
  min-height: 32px
}

.card-price {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 4px
}

.card-price-from {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em
}

.card-price-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--green);
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap
}

.per-screen {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0
}

.card-click-btn {
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: 24px;
  background: rgba(139, 70, 255, 0.1);
  border: 1px solid rgba(139, 70, 255, 0.3);
  border-radius: 8px;
  color: var(--accent-light);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease
}

.id-card:hover .card-click-btn,
.id-card.active .card-click-btn {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent)
}

.drawer-tag {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #16181d;
  border: 1px solid var(--border);
  border-top: none;
  padding: 6px 16px;
  border-radius: 0 0 8px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  z-index: 10
}

.tag-purple {
  color: var(--accent-light);
  border-color: rgba(139, 70, 255, 0.4);
  background: rgba(139, 70, 255, 0.1)
}

.tag-green {
  color: var(--green);
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.1)
}

.panel {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 56px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15)
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

@media (min-width:901px) {
  #value-prop .split>.vp-bullets {
    grid-column: 1 / -1;
    margin-top: -14px !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02)
  }

  #value-prop .vp-bullets li {
    margin: 0;
    padding: 16px 18px 16px 36px;
    min-height: 68px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--border);
    line-height: 1.45
  }

  #value-prop .vp-bullets li:last-child {
    border-right: none
  }

  #value-prop .vp-bullets li::before {
    left: 14px;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media (max-width:900px) {
  #value-prop .split {
    gap: 20px !important
  }

  #value-prop .split>.vp-bullets {
    margin-top: -10px !important
  }
}

/* Tighten gap between A/B/C detail blocks and pricing */
#dynWrapper #value-prop.section {
  padding-bottom: 34px
}

#dynWrapper #software-preview.section {
  padding-top: 40px;
  padding-bottom: 28px
}

#dynWrapper #price-section.section-sm {
  padding-top: 20px
}

@media (max-width:900px) {
  #dynWrapper #value-prop.section {
    padding-bottom: 22px !important
  }

  #dynWrapper #software-preview.section {
    padding-top: 22px !important;
    padding-bottom: 16px !important
  }

  #dynWrapper #price-section.section-sm {
    padding-top: 12px !important
  }
}

/* Standardize desktop section widths */
@media (min-width:901px) {
  section>.container,
  footer>.container {
    max-width: var(--container) !important;
    padding-left: 60px !important;
    padding-right: 60px !important
  }

  .carousel-wrap {
    max-width: var(--container) !important;
    padding-left: 60px !important;
    padding-right: 60px !important
  }

  #state0-explainer>.container,
  #faq>.container {
    max-width: var(--container) !important
  }
}

.visual-box {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--ink-3);
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden
}

.visual-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.visual-box video.software-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  object-fit: contain
}

.feature-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.feature-img-wrap img {
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4))
}

.checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: var(--text)
}

.check-icon {
  color: var(--green);
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 16px
}

.invest-box {
  background: var(--ink-2);
  border: 1px solid var(--border-strong);
  border-radius: 20px;
  padding: 44px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2)
}

.invest-label {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-light);
  font-weight: 700;
  margin-bottom: 16px;
  display: block
}

.price-big {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  letter-spacing: -0.02em
}

.price-sub {
  font-size: 16px;
  color: var(--text);
  display: block;
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: 500
}

.price-inclusions-wrapper {
  max-width: 480px;
  margin: 0 auto 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  padding: 24px 32px;
  border-radius: 16px;
  text-align: left
}

.inclusions-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-light);
  margin-bottom: 16px;
  font-weight: 700
}

.price-inclusions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.price-inclusions li {
  font-size: 15px;
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: 10px
}

.price-inclusions li i {
  color: var(--green);
  margin-top: 4px;
  font-size: 14px;
  flex-shrink: 0
}

.price-inclusions .inclusion-text {
  display: inline
}

.price-inclusions .inclusion-text .save-chip {
  margin-left: 8px;
  margin-top: 0
}

.price-disclaimer {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 32px;
  line-height: 1.5;
  font-style: italic;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.savings-trigger-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px 0;
  margin-top: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: color 0.15s;
  text-decoration: underline;
  text-underline-offset: 4px
}

.savings-trigger-link:hover {
  color: var(--text)
}

.smooth-expand {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out
}

.smooth-expand.open {
  max-height: 800px;
  opacity: 1;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border)
}

.table-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 12px
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px
}

thead {
  border-bottom: 1px solid var(--border-strong)
}

th {
  padding: 12px 16px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase
}

td {
  padding: 16px 16px;
  border-bottom: 1px solid var(--border);
  text-align: center;
  color: var(--text)
}

td.hl {
  color: var(--green);
  font-weight: 700
}

.save-chip {
  display: inline-block;
  background: rgba(16, 185, 129, 0.12);
  color: var(--green);
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-weight: 700;
  margin-left: 8px
}

#identity,
#software-preview,
#why-choose,
#faq,
#footer-cta,
#trust {
  scroll-margin-top: 20px
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px
}

.why-card {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px;
  transition: transform 0.2s
}

.why-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong)
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(139, 70, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--accent-light);
  font-size: 20px;
  border: 1px solid rgba(139, 70, 255, 0.15)
}

.why-card h3 {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.4;
  color: #fff
}

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

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

details.faq {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden
}

details.faq[open] {
  border-color: var(--border-strong);
  background: var(--ink-3)
}

details.faq summary {
  padding: 20px 26px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
  color: #fff
}

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

details.faq summary::after {
  content: '+';
  color: var(--accent-light);
  font-size: 22px;
  font-weight: 300;
  transition: transform 0.2s
}

details.faq[open] summary::after {
  content: '-'
}

details.faq p {
  padding: 0 26px 24px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0
}

details.faq[open] summary~* {
  animation: faq-reveal 0.3s ease-in-out forwards
}

@keyframes faq-reveal {
  0% {
    opacity: 0;
    transform: translateY(-5px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

footer {
  background: var(--ink-2);
  border-top: 1px solid var(--border);
  padding: 80px 0 60px
}

.footer-cta {
  text-align: center;
  margin-bottom: 64px
}

.footer-line {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px
}

.footer-cta h2 {
  margin-bottom: 12px
}

.footer-cta p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 32px
}

.footer-biz {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  padding-top: 40px;
  border-top: 1px solid var(--border)
}

.footer-biz strong {
  color: #fff;
  font-size: 14px
}

.footer-biz .demo-pill {
  display: inline-block;
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px
}

.carousel-wrap {
  overflow: visible;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px
}

.carousel-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 24px
}

.carousel-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border-strong);
  transition: background 0.2s, transform 0.2s
}

.carousel-dots .dot.active {
  background: var(--accent-light);
  transform: scale(1.3)
}

.s0-model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px
}

.s0-model-col {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px
}

.s0-model-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-light);
  margin-bottom: 6px
}

.s0-model-col h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3
}

.s0-model-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.s0-model-list li {
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
  text-align: left
}

.s0-model-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
  font-size: 12px;
  top: 1px
}

.s0-model-list li.no::before {
  content: '—';
  color: var(--muted);
  font-weight: 400
}

.s0-model-list li.no {
  color: var(--muted)
}

.s0-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.s0-trust-item {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px
}

.s0-trust-icon {
  font-size: 22px;
  color: var(--accent-light);
  margin-bottom: 12px
}

.s0-trust-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3
}

.s0-trust-item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0
}

.setup-picker {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto
}

.setup-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: var(--ink-2);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  padding: 20px 24px;
  cursor: pointer;
  text-align: left;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.2s ease;
  position: relative
}

.setup-btn:hover {
  border-color: var(--accent);
  background: rgba(139, 70, 255, 0.06);
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(139, 70, 255, 0.15)
}

.setup-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(139, 70, 255, 0.1);
  border: 1px solid rgba(139, 70, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  font-size: 18px;
  flex-shrink: 0
}

.setup-btn-body {
  flex: 1
}

.setup-btn-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.3
}

.setup-btn-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4
}

.setup-btn-arrow {
  color: var(--muted);
  font-size: 14px;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s
}

.setup-btn:hover .setup-btn-arrow {
  color: var(--accent-light);
  transform: translateX(3px)
}

.setup-popular-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green);
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
  margin-right: 8px;
  flex-shrink: 0
}

.sw-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px
}

.sw-video-box {
  aspect-ratio: 16/9
}

.sw-heading-col {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.sw-feat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 32px
}

.sw-feat {
  background: var(--ink-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 20px
}

.sw-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(139, 70, 255, 0.08);
  border: 1px solid rgba(139, 70, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  font-size: 17px;
  margin-bottom: 16px
}

.sw-feat-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.4
}

.sw-feat-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0
}

body[class*="state-C"] #comparison-toggle-wrapper,
body[class*="state-c"] #comparison-toggle-wrapper {
  display: none !important
}

body[class*="state-C"] #table-AB,
body[class*="state-c"] #table-AB {
  display: none !important
}

body[class*="state-C"] #table-C,
body[class*="state-c"] #table-C {
  display: block !important
}

body.state-C #software-preview {
  display: none !important
}

@media (max-width:900px) {
  .container {
    padding: 0 24px
  }

  .nav {
    position: sticky;
    top: 0;
    height: 50px;
    z-index: 1000
  }

  .seg-bar {
    position: sticky;
    top: 50px;
    z-index: 999
  }

  .seg-bar-inner {
    height: 36px;
    width: 100%;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px
  }

  #identity,
  #software-preview,
  #why-choose,
  #faq,
  #footer-cta,
  #trust {
    scroll-margin-top: 20px
  }

  .nav-inner {
    gap: 0
  }

  .nav-links {
    display: none
  }

  #nav-wa-btn {
    padding: 8px 0;
    border-radius: 8px;
    font-size: 13px
  }

  #nav-wa-btn span {
    display: none
  }

  #nav-wa-btn i {
    font-size: 20px
  }

  .seg-bar-text {
    font-size: 12px
  }

  .hide-mobile {
    display: none
  }

  .show-mobile {
    display: inline
  }

  .seg-bar-back {
    padding: 4px 8px;
    font-size: 12px;
    margin-right: -8px
  }

  #hero {
    padding: 60px 0 48px;
    text-align: center
  }

  #hero::before {
    width: 100%
  }

  .id-card,
  .card-img {
    overflow: visible !important
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .hero-img-wrap {
    display: block;
    order: -1
  }

  .hero-img-wrap img {
    height: auto;
    object-fit: contain;
    width: 100%;
    filter: drop-shadow(0 12px 24px rgba(139, 70, 255, 0.25))
  }

  .hero-text-col {
    order: 1
  }

  .hero-title {
    margin: 0 auto 12px;
    max-width: 100%;
    font-size: clamp(26px, 6vw, 36px)
  }

  .hero-sub {
    max-width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6
  }

  .hero-text-col a[href="#identity"] {
    justify-content: center
  }

  .card-title {
    min-height: auto
  }

  .card-desc {
    min-height: auto
  }

  .card-disclaimer {
    min-height: auto
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 40px
  }

  .card-img img {
    width: 80%;
    left: 10%;
    max-height: 180px
  }

  .clients-grid,
  .cards-grid {
    display: flex !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 32px 24px;
    margin: -32px 0;
    scroll-padding-left: 24px
  }

  .clients-grid::-webkit-scrollbar,
  .cards-grid::-webkit-scrollbar {
    display: none
  }

  .clients-label {
    padding: 0 24px;
    margin-bottom: 24px;
    font-size: 14px
  }

  .client-card {
    width: 78vw;
    flex: 0 0 78vw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    aspect-ratio: 4/3;
    border-radius: 16px
  }

  #clientsDots {
    display: flex;
    margin-bottom: 24px
  }

  #identity {
    padding: 32px 0 80px
  }

  .identity-intro {
    text-align: center;
    margin-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
  }

  .id-card {
    width: 82vw;
    flex: 0 0 82vw;
    scroll-snap-align: start;
    scroll-snap-stop: always
  }

  .card-img {
    display: flex;
    height: 160px;
    background: var(--ink-3)
  }

  .card-body {
    padding: 24px
  }

  .card-eyebrow {
    font-size: 11px;
    margin-bottom: 10px
  }

  .card-title {
    font-size: 18px;
    margin-bottom: 10px
  }

  .card-desc {
    font-size: 14px
  }

  .card-price {
    margin-top: 20px;
    padding-top: 20px
  }

  .card-price-val {
    font-size: 24px
  }

  .per-screen {
    font-size: 14px
  }

  .carousel-dots {
    display: flex
  }

  .split {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .panel {
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15)
  }

  .checks {
    gap: 16px
  }

  .check-row {
    font-size: 16px;
    line-height: 1.6
  }

  table {
    font-size: 13px
  }

  th {
    padding: 10px 4px;
    font-size: 11px
  }

  td {
    padding: 12px 4px
  }

  .save-chip {
    display: block;
    margin: 4px 0 0;
    font-size: 10px
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px
  }

  .why-card {
    padding: 24px 20px
  }

  .why-card h3 {
    font-size: 16px;
    margin-bottom: 8px
  }

  .why-card p {
    font-size: 14px
  }

  body {
    padding-bottom: 0
  }

  .section {
    padding: 64px 0
  }

  .section-sm {
    padding: 48px 0
  }

  .invest-box {
    padding: 32px 24px
  }

  .price-big {
    font-size: 28px
  }

  .footer-cta h2 {
    font-size: 24px;
    line-height: 1.3
  }

  .carousel-wrap {
    max-width: none;
    padding: 0;
    margin: 0
  }

  .s0-model-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .s0-model-col {
    padding: 24px 20px
  }

  .s0-trust-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px
  }

  .s0-trust-item {
    padding: 20px 16px
  }

  .setup-btn {
    padding: 16px 18px;
    gap: 12px
  }

  .setup-btn-icon {
    width: 38px;
    height: 38px;
    font-size: 16px
  }

  .setup-btn-title {
    font-size: 15px
  }

  .panel {
    padding: 32px 20px
  }

  .sw-top-row {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 28px
  }

  .sw-feat-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-top: 24px
  }

  .sw-feat {
    padding: 20px 16px
  }

  .sw-feat-title {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .why-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:480px) {
  .price-big {
    font-size: 26px
  }
}

.s0-big-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.s0-big-card {
  background: var(--ink-2);
  border: 1px solid rgba(139, 70, 255, 0.25);
  border-radius: 20px;
  padding: 36px 32px;
  text-align: left;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.22s ease;
  display: flex;
  flex-direction: column;
  width: 100%
}

.s0-big-card:hover {
  border-color: var(--accent);
  background: rgba(139, 70, 255, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(139, 70, 255, 0.12)
}

.s0-big-card-green {
  border-color: rgba(16, 185, 129, 0.25)
}

.s0-big-card-green:hover {
  border-color: var(--green);
  background: rgba(16, 185, 129, 0.04);
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.1);
  transform: translateY(-3px)
}

.s0-big-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(139, 70, 255, 0.1);
  border: 1px solid rgba(139, 70, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-light);
  font-size: 22px;
  margin-bottom: 20px;
  flex-shrink: 0
}

.s0-big-icon-green {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.22);
  color: var(--green)
}

.s0-big-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-light);
  margin-bottom: 10px
}

.s0-big-label-green {
  color: var(--green)
}

.s0-big-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.35
}

.s0-big-card .s0-model-list {
  flex: 1
}

.s0-big-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-light);
  margin-top: 24px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(139, 70, 255, 0.38);
  background: rgba(139, 70, 255, 0.14);
  transition: all 0.18s ease
}

.s0-big-card:hover .s0-big-cta {
  transform: translateY(-1px);
  border-color: rgba(139, 70, 255, 0.58);
  background: rgba(139, 70, 255, 0.2);
  box-shadow: 0 6px 18px rgba(139, 70, 255, 0.22)
}

.s0-big-cta-green {
  color: var(--green);
  border-color: rgba(16, 185, 129, 0.38);
  background: rgba(16, 185, 129, 0.12)
}

.s0-big-card:hover .s0-big-cta-green {
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(16, 185, 129, 0.18);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.18)
}

.s0-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid var(--border-strong);
  color: var(--muted);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.18s
}

.s0-back-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04)
}

.setup-btn-lg {
  padding: 22px 24px
}

.setup-btn-lg .setup-btn-title {
  font-size: 16px
}

.setup-btn-lg .setup-btn-desc {
  font-size: 14px;
  margin-top: 4px
}

@media (max-width:640px) {
  .s0-big-grid {
    grid-template-columns: 1fr
  }

  .s0-big-card {
    padding: 28px 24px
  }

  .s0-big-card h3 {
    font-size: 16px
  }

  .s0-big-cta {
    font-size: 12px;
    padding: 9px 12px
  }
}

.card-slider {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr
}

.slide-item {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none
}

.slide-item.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto
}

.slide-item .client-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  z-index: 1
}

.slide-item .client-name,
.slide-item .client-tag {
  z-index: 2;
  position: absolute
}

details.faq summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07)
}

details.faq[open] summary {
  border-bottom-color: rgba(255, 255, 255, 0.09)
}

details.faq p {
  padding-top: 14px
}

details.faq p a {
  color: inherit;
  text-decoration: none
}

details.faq p a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.35)
}

.section {
  padding: 64px 0
}

#hero {
  padding: 76px 0
}

h1 {
  letter-spacing: -0.018em
}

h2 {
  letter-spacing: -0.012em
}

.nav-links a {
  color: rgba(174, 183, 198, 0.92)
}

.nav-links a:hover {
  color: rgba(255, 255, 255, 0.95)
}

.hero-title {
  margin-bottom: 20px
}

.hero-system-line {
  margin-bottom: 10px
}

.hero-sub {
  margin-top: 10px
}

.cards-grid {
  gap: 32px
}

.card-body {
  padding: 26px 24px
}

.card-desc {
  line-height: 1.65
}

.card-price {
  padding-top: 18px
}

.client-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, transparent 42%, rgba(0, 0, 0, 0.88) 100%)
}

.why-card {
  padding: 28px 24px
}

.why-icon {
  margin-bottom: 16px
}

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

.sw-feat-row {
  padding-top: 28px
}

.sw-feat {
  padding: 22px 18px
}

@media (max-width:900px) {
  #hero {
    padding: 48px 0 36px
  }

  .hero-grid {
    gap: 28px
  }

  .clients-section {
    padding: 44px 0
  }

  .clients-label {
    margin-bottom: 18px
  }

  #hero .hero-text-col>div {
    justify-content: center !important
  }

  #hero .btn {
    margin-left: auto;
    margin-right: auto
  }

  .cred-strip-inner {
    justify-content: flex-start;
    align-items: flex-start
  }

  .cred-strip-item {
    width: 100%;
    justify-content: flex-start
  }

  .clients-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 20px 20px;
    margin: -20px 0;
    scroll-padding-left: 20px
  }

  .client-card {
    flex: 0 0 78%;
    scroll-snap-align: center
  }

  .carousel-dots {
    display: flex !important
  }

  #state0-explainer .s0-big-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 20px;
    margin: -20px 0;
    scroll-padding-left: 20px
  }

  #state0-explainer .s0-big-grid::-webkit-scrollbar {
    display: none
  }

  #state0-explainer .s0-big-card {
    flex: 0 0 80%;
    scroll-snap-align: start
  }

  .setup-picker {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 16px
  }

  .setup-btn {
    flex: 0 0 80%
  }

  body {
    font-size: 15px
  }

  .container {
    padding: 0 20px
  }

  h1 {
    font-size: 26px
  }

  h2 {
    font-size: 22px
  }

  .section {
    padding: 40px 0
  }

  .section-sm {
    padding: 32px 0
  }

  .card-body {
    padding: 20px 16px
  }

  #identity {
    padding: 24px 0 56px
  }

  .identity-intro {
    margin-bottom: 44px
  }

  .cards-grid {
    gap: 24px;
    padding: 20px 20px;
    margin: -20px 0;
    scroll-padding-left: 20px
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px
  }

  .panel {
    padding: 24px 16px
  }

  .cards-grid {
    align-items: stretch
  }

  .id-card {
    min-height: 500px;
    width: 80vw;
    flex: 0 0 80vw
  }

  .why-card {
    min-height: 190px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column
  }

  .sw-feat-row {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
    padding-top: 20px
  }

  .sw-feat {
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 18px 16px
  }

  .sw-feat-title {
    font-size: 13px;
    line-height: 1.25
  }

  .sw-feat-desc {
    font-size: 12px;
    line-height: 1.45
  }

  .footer-cta {
    margin-bottom: 40px
  }

  .footer-cta p {
    margin-bottom: 24px
  }
}

:root {
  --title: #ffffff;
  --subhead: rgba(248, 250, 252, 0.86);
  --body: rgba(174, 183, 198, 0.92);
  --body-soft: rgba(174, 183, 198, 0.78)
}

h1,
h2,
h3,
h4 {
  color: var(--title)
}

h1 {
  font-weight: 750;
  letter-spacing: -0.02em
}

h2 {
  font-weight: 700;
  letter-spacing: -0.015em
}

p {
  color: var(--body)
}

.hero-title {
  max-width: 560px
}

.hero-tagline {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--subhead);
  margin: 0 0 12px 0;
  max-width: 560px
}

.hero-system-line {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--subhead);
  margin: 0 0 10px 0;
  max-width: 560px
}

.hero-sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--body-soft);
  max-width: 520px
}

.identity-intro h2,
.clients-label,
.section h2 {
  color: var(--title)
}

.identity-intro p {
  color: var(--body);
  font-size: 16px
}

.clients-label,
.seg-bar-text,
.client-desc {
  color: rgba(174, 183, 198, 0.82)
}

@media (max-width:900px) {
  body {
    font-size: 15px
  }

  h1 {
    font-size: 28px;
    line-height: 1.16
  }

  h2 {
    font-size: 22px;
    line-height: 1.22
  }

  .hero-tagline {
    font-size: 16px
  }

  .hero-system-line {
    font-size: 15px
  }

  .hero-sub {
    font-size: 15px
  }

  p {
    color: var(--body)
  }
}

.card-disclaimer,
.price-disclaimer,
.table-note,
#software-preview-public .sw-heading-col>p:last-of-type {
  color: rgba(174, 183, 198, 0.66) !important;
  font-style: italic
}

@media (max-width:900px) {
  .setup-picker {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px
  }

  .setup-picker::-webkit-scrollbar {
    display: none
  }

  .setup-btn {
    scroll-snap-align: start;
    scroll-snap-stop: always
  }

  #setupDots {
    display: flex;
    justify-content: center;
    margin-top: 14px
  }

  #compareDots {
    display: flex;
    justify-content: center;
    margin-top: 14px
  }
}

@media (max-width:900px) {
  #state0-explainer>.container>p {
    margin-bottom: 28px !important
  }

  #state0-explainer .s0-big-grid {
    padding: 20px 20px;
    margin: -20px -20px 0;
    gap: 24px;
    scroll-padding-left: 20px;
    justify-content: flex-start
  }

  #state0-explainer .s0-big-card {
    width: 80vw;
    flex: 0 0 80vw;
    padding: 24px 20px;
    border-radius: 18px;
    scroll-snap-stop: always
  }

  #state0-explainer .s0-big-label {
    margin-bottom: 8px;
    letter-spacing: 0.08em
  }

  #state0-explainer .s0-big-card h3 {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.35
  }

  #state0-explainer .s0-model-list {
    gap: 9px
  }

  #state0-explainer .s0-model-list li {
    font-size: 13px;
    line-height: 1.45;
    padding-left: 18px
  }

  #state0-explainer .s0-model-list li::before {
    font-size: 11px;
    top: 1px
  }

  #state0-explainer .s0-big-cta {
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.2
  }

  #state0-explainer .s0-big-cta i {
    margin-left: 8px;
    flex-shrink: 0
  }

  #compareDots {
    margin-top: 10px
  }
}

@media (max-width:900px) {
  #hero {
    padding: 42px 0 30px
  }

  .clients-section {
    padding: 34px 0
  }

  .clients-label {
    margin-bottom: 14px
  }

  .section {
    padding: 34px 0
  }

  .section-sm {
    padding: 28px 0
  }

  #identity {
    padding: 18px 0 42px
  }

  .identity-intro {
    margin-bottom: 28px
  }

  .cards-grid {
    gap: 18px
  }

  .id-card {
    min-height: 450px
  }

  .why-card {
    min-height: 0;
    padding: 18px 16px
  }

  .panel {
    padding: 20px 14px
  }

  .sw-top-row {
    gap: 18px;
    margin-bottom: 18px
  }

  .sw-feat-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 16px
  }

  .sw-feat {
    min-height: 0;
    height: auto;
    padding: 14px 12px
  }

  .sw-feat-title {
    font-size: 12px
  }

  .sw-feat-desc {
    font-size: 11px;
    line-height: 1.35
  }

  .footer-cta {
    margin-bottom: 28px
  }

  .footer-cta p {
    margin-bottom: 18px
  }
}

@media (max-width:900px) {

  #software-preview-public .sw-feat-row,
  #software-preview .sw-feat-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 20px 20px;
    margin: -20px -20px 0;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none
  }

  #software-preview-public .sw-feat-row::-webkit-scrollbar,
  #software-preview .sw-feat-row::-webkit-scrollbar {
    display: none
  }

  #software-preview-public .sw-feat,
  #software-preview .sw-feat {
    width: 80vw;
    flex: 0 0 80vw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-height: 0;
    height: auto;
    padding: 12px 12px;
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 10px;
    row-gap: 4px;
    align-items: start
  }

  #software-preview-public .sw-feat-icon,
  #software-preview .sw-feat-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center
  }

  #software-preview-public .sw-feat-title,
  #software-preview .sw-feat-title {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 2px
  }

  #software-preview-public .sw-feat-desc,
  #software-preview .sw-feat-desc {
    grid-column: 2;
    font-size: 11px;
    line-height: 1.35
  }

  #swPublicDots,
  #swGatedDots {
    display: flex;
    justify-content: center;
    margin-top: 12px
  }

  #why-choose .why-card {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    min-height: 0
  }

  #why-choose .why-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center
  }

  #why-choose .why-card h3 {
    grid-column: 2;
    margin-bottom: 2px;
    line-height: 1.25
  }

  #why-choose .why-card p {
    grid-column: 2;
    margin: 0;
    line-height: 1.4
  }
}

@media (max-width:900px) {

  #software-preview-public .sw-feat-row,
  #software-preview .sw-feat-row {
    gap: 12px;
    padding: 14px 20px;
    margin: -14px -20px 0
  }

  #software-preview-public .sw-feat,
  #software-preview .sw-feat {
    width: 84vw;
    flex: 0 0 84vw;
    padding: 10px 12px;
    border-radius: 12px;
    grid-template-columns: 40px 1fr;
    column-gap: 8px;
    row-gap: 2px
  }

  #software-preview-public .sw-feat-icon,
  #software-preview .sw-feat-icon {
    width: 40px;
    height: 40px;
    font-size: 15px
  }

  #software-preview-public .sw-feat-title,
  #software-preview .sw-feat-title {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0
  }

  #software-preview-public .sw-feat-desc,
  #software-preview .sw-feat-desc {
    font-size: 11px;
    line-height: 1.3
  }

  #swPublicDots,
  #swGatedDots {
    margin-top: 8px;
    margin-bottom: 2px
  }

  #why-choose .why-grid {
    gap: 10px;
    margin-top: 12px
  }

  #why-choose .why-card {
    padding: 14px 14px;
    border-radius: 12px;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    align-items: start
  }

  #why-choose .why-icon {
    width: 32px;
    height: 32px;
    font-size: 13px
  }

  #why-choose .why-card h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.25
  }

  #why-choose .why-card p {
    font-size: 12px;
    line-height: 1.35
  }

  #faq .faq-list {
    gap: 8px
  }

  #faq details.faq {
    border-radius: 10px
  }

  #faq details.faq summary {
    padding: 14px 16px;
    font-size: 15px
  }

  #faq details.faq p {
    padding: 8px 16px 14px;
    font-size: 14px;
    line-height: 1.55
  }
}

:root {
  --body-copy-desktop: 15px;
  --body-copy-mobile: 14px
}

body {
  font-size: var(--body-copy-desktop)
}

p {
  font-size: var(--body-copy-desktop);
  line-height: 1.6
}

.identity-intro p,
.footer-cta p,
.price-sub,
.price-inclusions li,
.check-row,
.card-desc,
.why-card p,
.s0-model-list li,
.s0-trust-item p,
.setup-btn-desc,
.sw-feat-desc,
details.faq p {
  font-size: var(--body-copy-desktop);
  line-height: 1.55
}

@media (max-width:900px) {
  body {
    font-size: var(--body-copy-mobile)
  }

  p,
  .identity-intro p,
  .footer-cta p,
  .price-sub,
  .price-inclusions li,
  .check-row,
  .card-desc,
  .why-card p,
  .s0-model-list li,
  .s0-trust-item p,
  .setup-btn-desc,
  .sw-feat-desc,
  details.faq p {
    font-size: var(--body-copy-mobile);
    line-height: 1.5
  }
}

@media (min-width:901px) {
  body {
    font-size: 14px
  }

  p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--body)
  }

  .hero-tagline {
    font-size: 18px;
    color: var(--subhead)
  }

  .hero-system-line,
  .identity-intro p,
  .footer-cta p,
  #state0-explainer>.container>p,
  #software-preview-public .sw-heading-col>p:first-of-type,
  #software-preview .sw-heading-col>p:first-of-type {
    font-size: 15px !important;
    line-height: 1.58;
    color: var(--subhead) !important
  }

  #value-prop .split>div:last-child>p,
  #table-C .savings-box>p,
  .price-sub,
  .price-inclusions li,
  .check-row,
  .card-desc,
  .why-card p,
  .s0-model-list li,
  .s0-trust-item p,
  .setup-btn-desc,
  .sw-feat-desc,
  details.faq p {
    font-size: 14px !important;
    line-height: 1.55;
    color: var(--body) !important
  }
}

@media (max-width:900px) {

  #software-preview-public .sw-feat-title,
  #software-preview .sw-feat-title {
    font-size: 14px !important;
    line-height: 1.28
  }

  #software-preview-public .sw-feat-desc,
  #software-preview .sw-feat-desc {
    font-size: 13px !important;
    line-height: 1.45
  }

  #why-choose .why-card h3 {
    font-size: 15px !important;
    line-height: 1.3
  }

  #why-choose .why-card p {
    font-size: 13px !important;
    line-height: 1.45
  }

  .client-desc,
  .card-disclaimer,
  .price-disclaimer,
  .table-note,
  .setup-btn-desc {
    font-size: 13px !important;
    line-height: 1.45
  }

  p,
  .price-sub,
  .check-row,
  .card-desc,
  .s0-model-list li,
  .s0-trust-item p,
  details.faq p {
    font-size: 14px !important;
    line-height: 1.5
  }
}

@media (max-width:900px) {
  :root {
    --mobile-gutter: 24px
  }

  .container,
  .carousel-wrap {
    padding-left: var(--mobile-gutter) !important;
    padding-right: var(--mobile-gutter) !important
  }

  .clients-label {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .clients-grid,
  #identity .cards-grid,
  #state0-explainer .s0-big-grid,
  #s0-step2 .setup-picker,
  #software-preview-public .sw-feat-row,
  #software-preview .sw-feat-row {
    gap: 16px !important;
    padding: 20px var(--mobile-gutter) !important;
    margin-left: calc(var(--mobile-gutter) * -1) !important;
    margin-right: calc(var(--mobile-gutter) * -1) !important;
    scroll-padding-left: var(--mobile-gutter) !important
  }

  #identity .cards-grid {
    display: flex !important;
    overflow-x: auto !important;
    justify-content: flex-start !important
  }

  #identity .id-card,
  #state0-explainer .s0-big-card {
    width: 80vw !important;
    flex: 0 0 80vw !important
  }

  #hero {
    padding: 54px 0 42px !important
  }

  #hero .hero-grid {
    gap: 42px !important
  }

  #hero .hero-text-col>div {
    margin-top: 44px !important
  }

  .cred-strip-inner {
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important
  }

  .cred-strip-item {
    width: auto !important
  }

  .cred-strip-item:nth-child(n + 2) {
    display: none !important
  }

  #state0-explainer .s0-big-card {
    display: grid !important;
    grid-template-columns: 56px 1fr;
    column-gap: 12px;
    row-gap: 4px;
    align-items: start
  }

  #state0-explainer .s0-big-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    align-self: center
  }

  #state0-explainer .s0-big-label {
    grid-column: 2;
    grid-row: 1;
    margin: 0
  }

  #state0-explainer .s0-big-card h3 {
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    color: var(--title) !important
  }

  #state0-explainer .s0-model-list {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 10px !important
  }

  #state0-explainer .s0-model-list li {
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    color: rgba(174, 183, 198, 0.88) !important
  }

  #state0-explainer .s0-big-cta {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 10px
  }

  #s0-step2 .setup-btn {
    display: grid !important;
    grid-template-columns: 48px 1fr auto;
    grid-template-areas: "icon title arrow" "desc desc arrow";
    column-gap: 12px;
    row-gap: 6px;
    align-items: center
  }

  #s0-step2 .setup-btn-icon {
    grid-area: icon;
    align-self: center
  }

  #s0-step2 .setup-btn-body {
    display: contents
  }

  #s0-step2 .setup-btn-title {
    grid-area: title;
    margin: 0 !important
  }

  #s0-step2 .setup-btn-desc {
    grid-area: desc;
    margin: 0 !important
  }

  #s0-step2 .setup-btn-arrow {
    grid-area: arrow;
    align-self: center
  }

  #software-preview-public .why-grid,
  #software-preview .why-grid {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 12px !important;
    gap: 16px !important;
    padding: 20px var(--mobile-gutter) !important;
    margin-left: calc(var(--mobile-gutter) * -1) !important;
    margin-right: calc(var(--mobile-gutter) * -1) !important;
    scroll-padding-left: var(--mobile-gutter) !important
  }

  #software-preview-public .why-grid::-webkit-scrollbar,
  #software-preview .why-grid::-webkit-scrollbar {
    display: none
  }

  #swPublicDots,
  #swGatedDots {
    display: flex !important;
    justify-content: center;
    margin-top: 12px
  }

  #software-preview-public .why-card,
  #software-preview .why-card {
    width: 80vw !important;
    flex: 0 0 80vw !important;
    scroll-snap-align: start;
    scroll-snap-stop: always
  }

  #why-choose .why-grid {
    margin-top: 12px !important;
    gap: 10px !important
  }

  #software-preview-public .why-card,
  #software-preview .why-card,
  #why-choose .why-card {
    display: grid !important;
    grid-template-columns: 52px 1fr !important;
    grid-template-areas: "icon title" "icon body" !important;
    column-gap: 12px !important;
    row-gap: 6px !important;
    align-items: center !important;
    padding: 14px !important;
    border-radius: 12px !important
  }

  #software-preview-public .why-icon,
  #software-preview .why-icon,
  #why-choose .why-icon {
    grid-area: icon !important;
    width: 52px !important;
    height: 52px !important;
    font-size: 20px !important;
    margin: 0 !important;
    align-self: center !important
  }

  #software-preview-public .why-card h3,
  #software-preview .why-card h3,
  #why-choose .why-card h3 {
    grid-area: title !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.22 !important
  }

  #software-preview-public .why-card p,
  #software-preview .why-card p,
  #why-choose .why-card p {
    grid-area: body !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: rgba(174, 183, 198, 0.92) !important
  }

  #identity .id-card {
    min-height: 0 !important
  }

  #identity .card-title,
  #identity .card-desc,
  #identity .card-disclaimer {
    min-height: 0 !important
  }
}

@media (max-width:900px) {
  #price-section .price-inclusions li .save-chip {
    display: block !important;
    margin: 6px 0 0 !important;
    width: max-content
  }

  #table-AB td .save-chip {
    display: block !important;
    width: max-content;
    margin: 6px auto 0 !important
  }
}

.section h2 {
  line-height: 1.22;
  margin-bottom: 14px
}

.hero-tagline,
.hero-sub,
.identity-intro p,
.card-desc,
.check-row,
.price-sub,
.price-support,
.price-disclaimer,
.s0-model-list li,
.setup-btn-desc,
.why-card p,
details.faq p,
.footer-cta p,
.client-desc {
  line-height: 1.58
}

.why-card h3 {
  line-height: 1.28
}

details.faq summary {
  line-height: 1.35
}

@media (max-width:900px) {

  .identity-intro h2,
  #state0-explainer h2,
  #software-preview-public h2,
  #software-preview h2,
  #why-choose h2,
  #faq h2,
  #footer-cta h2 {
    margin-bottom: 12px !important;
    line-height: 1.24 !important
  }

  .hero-tagline,
  .hero-sub,
  .identity-intro p,
  .card-desc,
  .price-sub,
  .price-support,
  .price-disclaimer,
  .s0-model-list li,
  .setup-btn-desc,
  #software-preview-public .why-card p,
  #software-preview .why-card p,
  #why-choose .why-card p,
  details.faq p,
  .footer-cta p {
    font-size: 14px !important;
    line-height: 1.55 !important
  }

  #software-preview-public .why-card h3,
  #software-preview .why-card h3,
  #why-choose .why-card h3 {
    line-height: 1.28 !important
  }

  .price-disclaimer {
    margin-top: 10px !important
  }
}

@media (max-width:900px) {
  .eyebrow {
    display: inline-block;
    margin-bottom: 14px !important;
    line-height: 1.2 !important
  }

  .identity-intro h2,
  #state0-explainer h2,
  #software-preview-public h2,
  #software-preview h2,
  #why-choose h2,
  #faq h2,
  #footer-cta h2 {
    margin-bottom: 16px !important
  }

  #software-preview-public .sw-heading-col h2+p,
  #software-preview .sw-heading-col h2+p {
    margin-top: 10px !important
  }

  #software-preview-public .sw-heading-col p+p,
  #software-preview .sw-heading-col p+p {
    margin-top: 14px !important
  }
}

@media (max-width:900px) {
  .section {
    padding: 60px 0 !important
  }

  .section-sm {
    padding: 48px 0 !important
  }

  .eyebrow {
    margin-bottom: 18px !important
  }

  #hero .hero-title,
  .section h2,
  #footer-cta h2 {
    margin-bottom: 18px !important;
    line-height: 1.24 !important
  }

  #hero .hero-title+.hero-tagline,
  #hero .hero-title+p,
  .identity-intro h2+p,
  #state0-explainer h2+p,
  #software-preview-public h2+p,
  #software-preview h2+p,
  #why-choose h2+p,
  #faq h2+p,
  #footer-cta h2+p {
    margin-top: 14px !important
  }

  #software-preview-public .sw-heading-col p+p,
  #software-preview .sw-heading-col p+p {
    margin-top: 16px !important
  }
}

@media (max-width:900px) {
  #identity .identity-intro {
    margin-bottom: 40px !important
  }

  #identity .identity-intro p {
    margin-top: 16px !important
  }

  #why-choose .why-grid,
  #software-preview-public .why-grid,
  #software-preview .why-grid,
  #faq .faq-list {
    margin-top: 20px !important
  }
}

@media (max-width:900px) {
  section .eyebrow {
    display: inline-block;
    margin-bottom: 16px !important;
    line-height: 1.2 !important
  }

  #hero .hero-title,
  section h2,
  #footer-cta h2 {
    margin-bottom: 18px !important;
    line-height: 1.25 !important
  }

  #hero .hero-tagline,
  #hero .hero-sub,
  section h2+p,
  section h1+p {
    margin-top: 14px !important;
    line-height: 1.6 !important
  }

  #software-preview-public .sw-heading-col h2+p,
  #software-preview .sw-heading-col h2+p {
    margin-top: 14px !important;
    margin-bottom: 0 !important
  }

  #software-preview-public .sw-heading-col p+p,
  #software-preview .sw-heading-col p+p {
    margin-top: 16px !important;
    line-height: 1.6 !important
  }

  section .container>div[style*="text-align:center"][style*="margin-bottom"] {
    margin-bottom: 18px !important
  }

  section .container>h2[style*="text-align:center"] {
    margin-bottom: 18px !important
  }
}

/* Why section readability cleanup (desktop/tablet) */
@media (min-width:901px) {
  #why-choose .why-grid {
    align-items: stretch;
  }

  #why-choose .why-card {
    display: flex;
    flex-direction: column;
    padding: 26px 22px;
  }

  #why-choose .why-icon {
    margin-bottom: 14px;
  }

  #why-choose .why-card h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-wrap: balance;
  }

  #why-choose .why-card p {
    line-height: 1.58;
    text-wrap: pretty;
  }
}

@media (min-width:901px) and (max-width:1180px) {
  #why-choose .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

/* Software feature cards: reduce empty space on desktop/tablet */
@media (min-width:901px) {
  #software-preview-public .why-grid,
  #software-preview .why-grid {
    align-items: stretch;
  }

  #software-preview-public .why-card,
  #software-preview .why-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 22px;
  }

  #software-preview-public .why-icon,
  #software-preview .why-icon {
    margin-bottom: 14px;
  }

  #software-preview-public .why-card h3,
  #software-preview .why-card h3 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-wrap: balance;
  }

  #software-preview-public .why-card p,
  #software-preview .why-card p {
    line-height: 1.58;
    text-wrap: pretty;
  }
}
