:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --surface: #11151d;
  --surface-2: #171c26;
  --surface-3: #1e2531;
  --line: #2a3342;
  --line-soft: #202735;
  --text: #f5f7fb;
  --muted: #aab4c4;
  --muted-2: #7d899c;
  --yellow: #f4c542;
  --yellow-ink: #17130a;
  --cyan: #4fc3c8;
  --green: #3ac58b;
  --coral: #f27368;
  --violet: #8d75f5;
  --danger: #ef6464;
  --page: 1280px;
  --header-height: 72px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
select {
  cursor: pointer;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - var(--page)) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(11, 13, 18, 0.84);
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line-soft);
  background: rgba(11, 13, 18, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.brand-mark img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy b {
  font-size: 15px;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted-2);
  font-size: 10px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.site-nav a,
.header-login {
  color: var(--muted);
  font-size: 14px;
  transition: color 150ms ease;
}

.site-nav a:hover,
.header-login:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-trial,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.header-trial {
  min-height: 38px;
  padding: 0 16px;
  background: var(--yellow);
  color: var(--yellow-ink);
  font-size: 13px;
}

.header-trial:hover,
.button-primary:hover,
.button-submit:hover {
  transform: translateY(-1px);
  background: #ffd85f;
}

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 76px));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #11151d;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% 40%;
  opacity: 0.54;
  filter: saturate(0.85) contrast(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(7, 9, 13, 0.62);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 48px));
  margin-left: max(24px, calc((100vw - var(--page)) / 2));
  padding: 132px 0 190px;
}

.hero-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-kicker i {
  width: 26px;
  height: 2px;
  background: var(--yellow);
}

.hero h1 {
  margin: 14px 0 14px;
  font-size: 82px;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content > p:not(.hero-note) {
  max-width: 660px;
  margin: 0;
  color: #e2e7ef;
  font-size: 23px;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-primary,
.button-submit {
  background: var(--yellow);
  color: var(--yellow-ink);
}

.button-quiet {
  border-color: #657185;
  background: rgba(13, 16, 22, 0.74);
  color: var(--text);
}

.button-quiet:hover {
  border-color: #a9b3c2;
  background: #171c25;
}

.hero-note {
  margin: 16px 0 0;
  color: #b9c2d0;
  font-size: 13px;
}

.hero-proof {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - var(--page)) / 2));
  bottom: 30px;
  left: max(24px, calc((100vw - var(--page)) / 2));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(159, 171, 190, 0.3);
  background: rgba(11, 14, 19, 0.9);
  backdrop-filter: blur(16px);
}

.hero-proof span {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 22px;
  border-right: 1px solid rgba(159, 171, 190, 0.2);
}

.hero-proof span:last-child {
  border-right: 0;
}

.hero-proof b {
  font-size: 20px;
}

.hero-proof small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.outcome-band {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line-soft);
  background: #0e1117;
}

.outcome-band p {
  margin: 0;
  color: #d7dde7;
  font-size: 13px;
  font-weight: 700;
}

.outcome-band i {
  width: 32px;
  height: 1px;
  background: var(--line);
}

.section,
.industry-band,
.install-band,
.security-section,
.trial-section {
  padding: 112px max(24px, calc((100vw - var(--page)) / 2));
}

.section-heading {
  max-width: 820px;
  margin-bottom: 58px;
}

.section-heading h2,
.security-copy h2,
.trial-intro h2 {
  margin: 11px 0 16px;
  font-size: 44px;
  line-height: 1.13;
  letter-spacing: 0;
}

.section-heading p,
.security-copy p,
.trial-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.product-section {
  background: var(--bg);
}

.product-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 64px;
  padding: 68px 0;
  border-top: 1px solid var(--line-soft);
}

.product-story-service,
.product-story-finance {
  grid-template-columns: minmax(520px, 1.18fr) minmax(0, 0.82fr);
}

.product-copy {
  min-width: 0;
}

.story-number {
  display: block;
  margin-bottom: 26px;
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 800;
}

.product-copy > small {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-story-service .product-copy > small {
  color: var(--violet);
}

.product-story-operations .product-copy > small {
  color: var(--green);
}

.product-story-finance .product-copy > small {
  color: var(--coral);
}

.product-copy h3 {
  margin: 9px 0 15px;
  font-size: 31px;
  line-height: 1.2;
}

.product-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: #d8dee8;
  font-size: 14px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.product-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #384356;
  border-radius: 8px;
  background: #0d1016;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.product-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: left top;
}

.product-shot figcaption {
  padding: 13px 16px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 12px;
}

.industry-band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #10141b;
}

.industry-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
}

.industry-tabs {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.industry-tabs button {
  min-height: 58px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  text-align: left;
  font-weight: 700;
  transition: padding-left 160ms ease, color 160ms ease, background-color 160ms ease;
}

.industry-tabs button:hover {
  color: var(--text);
}

.industry-tabs button[aria-selected="true"] {
  padding-left: 22px;
  background: var(--surface-3);
  color: var(--yellow);
  box-shadow: inset 3px 0 var(--yellow);
}

.industry-scenario {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.industry-scenario > small {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-scenario h3 {
  max-width: 700px;
  margin: 10px 0 14px;
  font-size: 31px;
  line-height: 1.2;
}

.industry-scenario p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.scenario-flow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.scenario-flow span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #111620;
  color: #dce2eb;
  font-size: 12px;
  font-weight: 700;
}

.scenario-flow i {
  width: 22px;
  height: 1px;
  background: var(--cyan);
}

.workspace-section {
  background: #0d1016;
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 18px;
}

.workspace-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.workspace-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: left top;
}

.workspace-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  padding: 15px 17px;
  border: 1px solid rgba(156, 169, 188, 0.28);
  border-radius: 6px;
  background: rgba(10, 13, 18, 0.92);
  backdrop-filter: blur(12px);
}

.workspace-grid figcaption b {
  font-size: 15px;
}

.workspace-grid figcaption span {
  color: var(--muted);
  font-size: 12px;
}

.install-band {
  border-top: 1px solid var(--line-soft);
  background: #11151c;
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.install-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 525px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.platform-title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.platform-title > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #445066;
  border-radius: 8px;
  background: #10141b;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
}

.platform-title h3,
.platform-title p {
  margin: 0;
}

.platform-title h3 {
  font-size: 20px;
}

.platform-title p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.install-card ol {
  display: grid;
  gap: 13px;
  margin: 24px 0 26px;
  padding-left: 23px;
  color: #dce2ea;
  font-size: 14px;
}

.install-card li::marker {
  color: var(--yellow);
  font-weight: 800;
}

.install-card code {
  color: var(--cyan);
}

.button-download {
  width: 100%;
  margin-top: auto;
  border-color: #4b586d;
  background: #202735;
  color: var(--text);
}

.button-download:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.button-download.is-loading,
.button-download.is-unavailable {
  cursor: default;
  opacity: 0.68;
}

.install-note {
  min-height: 54px;
  margin: 14px 0 0;
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.45;
}

.security-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: start;
  gap: 70px;
  border-top: 1px solid var(--line-soft);
  background: #0b0e13;
}

.security-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.security-facts span {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.security-facts b {
  color: var(--green);
  font-size: 17px;
}

.security-facts small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.trial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
  align-items: start;
  gap: 72px;
  border-top: 1px solid #5e5129;
  background: #15140f;
}

.trial-intro {
  position: sticky;
  top: calc(var(--header-height) + 32px);
}

.trial-terms {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.trial-terms span {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid #433d28;
}

.trial-terms b {
  color: var(--yellow);
  font-size: 16px;
}

.trial-terms small {
  color: #b9b4a6;
  font-size: 12px;
}

.access-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #4b4533;
  border-radius: 8px;
  background: #101318;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.access-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--line);
  background: #0c0f14;
}

.access-tabs button {
  min-height: 54px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.access-tabs button:last-child {
  border-right: 0;
}

.access-tabs button[aria-selected="true"] {
  background: #1d2024;
  color: var(--yellow);
  box-shadow: inset 0 -3px var(--yellow);
}

.access-form,
.trial-success {
  padding: 30px;
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}

.form-heading > div {
  display: grid;
}

.form-heading small {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.form-heading strong {
  margin-top: 4px;
  font-size: 22px;
}

.form-heading > span {
  color: var(--muted-2);
  font-size: 11px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.field,
.check-field {
  min-width: 0;
}

.field {
  display: grid;
  gap: 7px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field > span {
  color: #dfe4eb;
  font-size: 12px;
  font-weight: 700;
}

.field > span b {
  color: var(--yellow);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #3b4659;
  border-radius: 6px;
  outline: none;
  background: #151a23;
  color: var(--text);
  font-size: 14px;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field select {
  appearance: auto;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #697589;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(244, 197, 66, 0.13);
  background: #181e28;
}

.field.invalid input,
.field.invalid textarea,
.field.invalid select {
  border-color: var(--danger);
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  color: #c7ced8;
  font-size: 12px;
}

.check-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: var(--yellow);
}

.trap-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
  border: 0;
}

.button-submit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
}

.form-status.show {
  display: block;
}

.form-status.error {
  border-color: #784348;
  background: #2b181c;
  color: #ffb8be;
}

.form-status.success {
  border-color: #2b684d;
  background: #11251d;
  color: #9ce4c4;
}

.form-status.info {
  border-color: #4b5670;
  background: #171d29;
  color: #cdd8eb;
}

.form-legal {
  margin: 14px 0 0;
  color: var(--muted-2);
  font-size: 10px;
  line-height: 1.5;
}

.confirm-copy {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.confirm-copy b {
  color: var(--text);
}

.code-field input {
  min-height: 64px;
  font-size: 27px;
  font-weight: 800;
  text-align: center;
}

.text-button {
  display: block;
  margin: 14px auto 0;
  padding: 6px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
}

.text-button:hover {
  color: var(--text);
}

.trial-success {
  text-align: center;
}

.success-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border: 1px solid #367a5c;
  border-radius: 50%;
  background: #143123;
  color: #9de6c5;
  font-size: 25px;
}

.trial-success > small {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.trial-success h3 {
  margin: 8px 0 22px;
  font-size: 25px;
}

.license-key-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid #526078;
  border-radius: 6px;
  background: #0b0e13;
}

.license-key-row code {
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
  overflow-wrap: anywhere;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
}

.license-key-row button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--surface-3);
  color: var(--text);
  font-size: 12px;
}

.trial-success > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.success-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

[hidden] {
  display: none !important;
}

footer {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  padding: 42px max(24px, calc((100vw - var(--page)) / 2));
  border-top: 1px solid var(--line-soft);
  background: #080a0e;
}

footer > div > p {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 12px;
}

footer nav {
  display: flex;
  gap: 18px;
}

footer nav a,
footer > span {
  color: var(--muted);
  font-size: 12px;
}

footer nav a:hover {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .site-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-content {
    padding-top: 120px;
  }

  .product-story,
  .product-story-service,
  .product-story-finance {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-story-service .product-shot,
  .product-story-finance .product-shot {
    order: 2;
  }

  .industry-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .install-grid {
    grid-template-columns: 1fr 1fr;
  }

  .install-card:last-child {
    grid-column: 1 / -1;
    min-height: 440px;
  }

  .security-section,
  .trial-section {
    grid-template-columns: 1fr;
  }

  .trial-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 62px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
    padding: 0 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-mark img {
    width: 28px;
    height: 28px;
  }

  .brand-copy small {
    display: none;
  }
  .header-login { display: inline-flex; padding: 8px; color: var(--text); font-weight: 600; }

  .header-trial {
    min-height: 36px;
    padding: 0 11px;
    font-size: 11px;
  }

  .hero {
    min-height: 760px;
    align-items: flex-start;
  }

  .hero-media {
    object-position: 20% top;
    opacity: 0.4;
  }

  .hero-shade {
    background: rgba(7, 9, 13, 0.72);
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-left: 14px;
    padding: 118px 0 270px;
  }

  .hero h1 {
    margin-top: 12px;
    font-size: 52px;
  }

  .hero-content > p:not(.hero-note) {
    font-size: 18px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof span {
    min-height: 72px;
    padding: 11px 13px;
    border-bottom: 1px solid rgba(159, 171, 190, 0.2);
  }

  .hero-proof span:nth-child(2) {
    border-right: 0;
  }

  .hero-proof span:nth-child(n + 3) {
    border-bottom: 0;
  }

  .hero-proof b {
    font-size: 16px;
  }

  .hero-proof small {
    font-size: 10px;
  }

  .outcome-band {
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .outcome-band::-webkit-scrollbar {
    display: none;
  }

  .outcome-band p {
    min-width: max-content;
    font-size: 11px;
  }

  .outcome-band i {
    min-width: 18px;
  }

  .section,
  .industry-band,
  .install-band,
  .security-section,
  .trial-section {
    padding: 76px 14px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .security-copy h2,
  .trial-intro h2 {
    font-size: 31px;
    line-height: 1.18;
  }

  .section-heading p,
  .security-copy p,
  .trial-intro > p {
    font-size: 15px;
  }

  .product-story {
    padding: 48px 0;
  }

  .product-copy h3,
  .industry-scenario h3 {
    font-size: 24px;
  }

  .product-shot img {
    aspect-ratio: 4 / 3;
  }

  .industry-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .industry-tabs {
    display: flex;
    overflow-x: auto;
    border: 1px solid var(--line);
    scrollbar-width: none;
  }

  .industry-tabs::-webkit-scrollbar {
    display: none;
  }

  .industry-tabs button {
    min-width: max-content;
    min-height: 46px;
    padding: 0 14px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .industry-tabs button[aria-selected="true"] {
    padding-left: 14px;
    box-shadow: inset 0 -3px var(--yellow);
  }

  .industry-scenario {
    min-height: 330px;
    padding: 26px 20px;
  }

  .scenario-flow {
    align-items: stretch;
    flex-direction: column;
  }

  .scenario-flow span {
    text-align: center;
  }

  .scenario-flow i {
    width: 1px;
    height: 13px;
    margin: 0 auto;
  }

  .workspace-grid {
    grid-template-columns: 1fr;
  }

  .workspace-grid img {
    height: 360px;
  }

  .install-grid {
    grid-template-columns: 1fr;
  }

  .install-card,
  .install-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 20px;
  }

  .install-note {
    min-height: 0;
  }

  .security-facts {
    grid-template-columns: 1fr;
  }

  .security-facts span {
    min-height: 108px;
  }

  .trial-section {
    gap: 42px;
  }

  .trial-terms span {
    grid-template-columns: 105px 1fr;
  }

  .access-tabs button {
    padding: 0 8px;
    font-size: 11px;
  }

  .access-form,
  .trial-success {
    padding: 22px 16px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .form-heading strong {
    font-size: 19px;
  }

  .form-heading > span {
    display: none;
  }

  .license-key-row,
  .success-actions {
    grid-template-columns: 1fr;
  }

  .license-key-row code {
    justify-content: center;
    padding: 8px;
    font-size: 14px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 14px;
  }

  footer nav {
    flex-wrap: wrap;
  }
}
.avito-showcase,
.pricing-section {
  max-width: var(--page);
  margin: 0 auto;
  padding: 96px 24px;
}

.avito-showcase {
  border-top: 1px solid var(--line-soft);
}

.avito-showcase-layout {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  margin-top: 38px;
}

.avito-profile-stack {
  display: grid;
  align-content: start;
  gap: 8px;
}

.avito-profile-card {
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px;
  background: var(--surface);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.avito-profile-card:hover,
.avito-profile-card.active {
  transform: translateX(4px);
  border-color: color-mix(in srgb, var(--cyan) 58%, var(--line));
  background: color-mix(in srgb, var(--cyan) 7%, var(--surface));
}

.avito-profile-card.muted {
  opacity: .58;
}

.avito-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #10a3eb;
  color: white;
  font-size: 18px;
  font-weight: 900;
}

.avito-profile-card > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.avito-profile-card b {
  font-size: 14px;
}

.avito-profile-card small,
.avito-profile-card em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}

.avito-profile-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avito-profile-card em {
  color: var(--cyan);
  font-weight: 800;
  white-space: nowrap;
}

.avito-rules-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.avito-rules-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.avito-rules-panel > header div {
  display: grid;
  gap: 3px;
}

.avito-rules-panel > header small {
  color: var(--muted);
  font-size: 11px;
}

.avito-rules-panel > header strong {
  font-size: 19px;
}

.avito-rules-panel > header > span {
  border: 1px solid rgba(58, 197, 139, .34);
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(58, 197, 139, .1);
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.avito-rule-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.avito-rule-options span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.avito-rule-options i {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 1px solid var(--muted-2);
  border-radius: 50%;
}

.avito-rule-options .selected {
  border-color: var(--cyan);
  background: rgba(79, 195, 200, .08);
  color: var(--text);
}

.avito-rule-options .selected i {
  border: 4px solid var(--cyan);
}

.avito-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.avito-filter-grid span {
  min-width: 0;
  display: grid;
  gap: 3px;
  border-left: 3px solid var(--violet);
  padding: 8px 10px;
  background: var(--surface-2);
}

.avito-filter-grid b {
  font-size: 11px;
  text-transform: uppercase;
}

.avito-filter-grid small {
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.avito-rules-panel > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.avito-mini-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.avito-mini-guide li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding: 12px 4px 0;
}

.avito-mini-guide b {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--yellow-ink);
  font-size: 11px;
}

.avito-mini-guide span {
  font-size: 12px;
  line-height: 1.45;
}

.pricing-section {
  border-bottom: 1px solid var(--line-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.pricing-card {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.pricing-card.featured {
  border-color: var(--yellow);
  box-shadow: 0 20px 55px rgba(244, 197, 66, .1);
}

.pricing-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--yellow);
  color: var(--yellow-ink);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card header {
  display: grid;
  gap: 7px;
}

.pricing-card header > span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card header strong {
  font-size: 29px;
  line-height: 1;
}

.pricing-card header strong small {
  color: var(--muted);
  font-size: 12px;
}

.pricing-card header p {
  min-height: 48px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.pricing-notes span {
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--surface-2);
}

.pricing-notes b {
  font-size: 13px;
}

.pricing-notes small {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 900px) {
  .avito-showcase-layout,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .avito-mini-guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-card header p {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .avito-showcase,
  .pricing-section {
    padding: 64px 14px;
  }

  .avito-profile-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .avito-profile-card em {
    grid-column: 2;
  }

  .avito-rule-options,
  .avito-filter-grid,
  .avito-mini-guide,
  .pricing-notes {
    grid-template-columns: 1fr;
  }

  .avito-rules-panel,
  .pricing-card {
    padding: 16px;
  }
}
